/* 21/01/21 11:00 */

body {
	font-size: 12px;
	line-height: 19px;
	font-family: 'GalanoGrotesque-Light', Helvetica, Arial, sans-serif;
  	font-weight: normal;
}

.clear {
	clear: both;
}

iframe {
	width: 100%;
}

/* headings, para styles */

/* h1s */

h1, h2, p.slide-title, p.slide-title-2 {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif!important;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 7px;
}

h1.larger {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 9px;
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 1.75rem;
	padding: 0 20px;
}

h3 {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin: 5px 0 12px;
}

h4 {
	font-size: 14px;
	margin: 25px 0 23px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 640px) {
	h1, h2 {
		font-size: 24px;
		line-height: 38px;
	}

	h1.larger {
		font-size: 35px!important;
		line-height: 40px!important;
		letter-spacing: 9px!important;
	}

	#standard-section h1,
	#standard-section-with-banner h1,
	#standard-section h2,
	#standard-section-with-banner h2 {
		font-size: 30px;
		line-height: 45px;
		margin: 9px auto 32px;
		letter-spacing: 9px;
	}

	h1.max-width,
	h2.max-width {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	h3 {
		font-size: 20px;
		line-height: 27px;
		letter-spacing: 7px;
		margin: 12px 0 32px;
	}

	#standard-section h3,
	#standard-section-with-banner h3 {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 7px;
		margin: 28px 0 32px;
	}

	p + h3 {
		margin-top: 36px;
	}

	h3 + h4 {
		margin-top: 51px;
	}

}

p {
	font-size: 14px;
	line-height: 21px;
	font-family: 'GalanoGrotesque-Light', Helvetica, Arial, sans-serif;
  	font-weight: normal;
}

p strong {
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

li {
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}

#standard-section ul,
#standard-section-with-banner ul,
#solutions-section ul {
	max-width: 580px;
	margin: 0 auto 1rem;
}

@media only screen and (min-width: 1024px) {
	p.pre-heading.white,
	p.slide-title.white,
	h1.white,
	h2.white,
	h3.white,
	h4.white,
	p.white,
	p.white a {
		color: #fff;
	}
}

.left-aligned-text {
	text-align: left;
}

@media only screen and (max-width: 1023px) {
	/*h1 br,
	h2 br,
	h3 br,
	p br {
		display: none;
	}*/

}


/* cookie bar */

.cookie-bar {
	background: #e9ebec;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 123;
	padding: 20px 16px 16px;
}

.cookie-bar p {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 20px;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
}

.cookie-bar br {
	display: none;
}

.cookie-bar a.button {
	min-width: 120px;
	margin: 0 10px 15px;
}

@media only screen and (min-width: 1024px) {

	.cookie-bar {
		position: inherit;
		height: 60px;
		padding: 13px 0 0;
	}

	.cookie-bar .row {
		padding: 0 0 0 25px;
	}

	.cookie-bar p {
		text-align: left;
		margin: 0;
	}

	.cookie-bar br {
		display: block;
	}

	.cookie-bar a.button {
		float: left;
		padding: 10px;
		margin: 2px 8px;
		font-size: 9px;
		line-height: 1;		
	}

}

@media only screen and (min-width: 1280px) {
	.cookie-bar .row {
		padding: 0 80px;
	}
}

/* nav */

.main-nav-container {
	position: absolute;
	/*top: 0;*/
	width: 100%;
	left: 0;
	right: 0;
	background: rgba(255,255,255,1);
	z-index: 10;
}

.main-nav {
	display: none;
	width: 100%;
	max-width: 1128px;
	height: 165px;
	margin: 0 auto;
	padding: 0 24px;
	z-index: 150;
}

.main-nav li.search {
	width: calc(100% - 112px);
	height: 20px;
	display: block;
	float: right;
	margin: 52px 0 18px;
	padding: 0;
}

.main-nav li.search a {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000rem;
	width: 20px;
	height: 20px;
	text-align: left;
	background: url(../img/search.png) 0 0 no-repeat;
	background-size: 20px;
}

.main-nav li.search a:hover {
	background-position: 0 -50px;
}

@media screen and (min-width: 1024px) {
	.main-nav-container.white {
		background-color: #fff;
	}

	.main-nav {
		display: block;
	}
}

.main {
  background: #fff;
}

.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.main-nav ul div {	
	margin: 0 auto;
	padding: 0;	
	width: 1080px;
}

.main-nav ul li.is-dropdown-submenu-parent:nth-of-type(3) div {
	padding: 0 112px 0 0;
}

.main-nav ul li.is-dropdown-submenu-parent:nth-of-type(4) div {
	padding: 0 0 0 139px;
}

.main-nav ul li.is-dropdown-submenu-parent:nth-of-type(5) div {
	padding: 0 0 0 417px;
}

	.careers .main-nav ul li.is-dropdown-submenu-parent:nth-of-type(3) div {
		padding: 0 641px 0 0;
	}

	.careers .main-nav ul li.is-dropdown-submenu-parent:nth-of-type(4) div {
		padding: 0 452px 0 0;
	}

	.careers .main-nav ul li.is-dropdown-submenu-parent:nth-of-type(5) div {
		padding: 0 261px 0 0;
	}

	.careers .main-nav ul li.is-dropdown-submenu-parent:nth-of-type(6) div {
		padding: 0 68px 0 0;
	}

	.careers .main-nav ul li.is-dropdown-submenu-parent:nth-of-type(7) div {
		padding: 0 0 0 132px;
	}

	.careers .main-nav ul li.is-dropdown-submenu-parent:nth-of-type(8) div {
		padding: 0 0 0 397px;
	}

	.careers .main-nav ul li.is-dropdown-submenu-parent:last-of-type div {
		padding: 0 0 0 780px;
	}

	.careers .main-nav ul li.is-dropdown-submenu-parent:last-of-type div li {
		text-align: right;
	}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	background: transparent;
	margin: 0;
	padding: 20px 0 25px;
	background: #fff;
	left: 0;
	right: 0;
	width: 100%;
	cursor: pointer;
}

@media only screen and (max-width: 1132px) {

	.dropdown.menu > li.opens-right > .is-dropdown-submenu {
		width: 100%;
		left: 0;
		margin: 0;
	}

	.main-nav ul div {
		float: right;
		margin: 0 24px 0 0;
		width: 880px;
	}

	.main-nav ul li.is-dropdown-submenu-parent:nth-of-type(3) div {
		padding: 0 348px 0 0;
	}

	.main-nav ul li.is-dropdown-submenu-parent:nth-of-type(4) div {
		padding: 0 95px 0 0;
	}

	.main-nav ul li.is-dropdown-submenu-parent:nth-of-type(5) div {
		padding: 0 0 0 190px;
	}
}

.main-nav li {
	display: inline-block;
	padding: 11px 0 0;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}

.main-nav li.logo {
	max-width: 112px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

.main-nav li.logo a,
.main-nav li.logo a:hover {
	background: transparent;
	padding: 0;
}

.main-nav a {
	color: #263b42;
	text-decoration: none;
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	transition: none;
	padding: 15px 11px 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.careers .main-nav a {
	letter-spacing: 1px;
}

.main-nav li:last-of-type a {
	padding-right: 0;
}

.main-nav a:hover,
.main-nav a.selected {
	font-family: 'GalanoGrotesque-Heavy', Helvetica, Arial, sans-serif;
  	font-weight: normal;
}

.main-nav .is-dropdown-submenu-parent a:hover {
	
}

.main-nav a.active,
.main-nav a.active:hover {
	color: #fff;
}

.main-nav ul.menu.is-dropdown-submenu li {
	padding: 3px 0;
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
}

.main-nav ul.menu.is-dropdown-submenu li a {
	padding: 10px 0;
	background: transparent;
	color: #263b42;
}

.main-nav ul.menu.is-dropdown-submenu li a:hover,
.main-nav ul.menu.is-dropdown-submenu li a.selected {
	font-family: 'GalanoGrotesque-Heavy', Helvetica, Arial, sans-serif;
  	font-weight: normal;
}

.is-dropdown-submenu.sub-nav {
	/*display: block;*/
}


/* /nav */

.section {
	text-align: center;
}

/* cta */

a.cta {
	display: inline-block;
	font-size: 10px;
	line-height: 1.1;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
	border: 1px solid #253b42;
	margin: 0 0 20px;
	padding: 15px;
	transition: all 0.2s ease-in-out;
}

a.cta:hover {
	background: #253b42;
	color: #fff;
}

/* carousels */

p.pre-heading,
.slide h1,
.slide h2,
.slide h3,
.slide p {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 75px;
}

p.pre-heading {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	margin: 0 auto 20px;
	letter-spacing: 2px;
	padding: 0 20px;
}

p.pre-heading span.highlight {
	color: #dbde2f;
}

/* home page main carousel */

.home-slider h1,
.home-slider p.slide-title {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	line-height: 27px;
	margin: 56px auto 0;
	letter-spacing: 6px;
}

.home-slider p.pre-heading + h1,
.home-slider p.pre-heading + p.slide-title {
	margin-top: 0;
}

.home-slider a.cta {
	margin: 30px 0 50px;
}

.home-slider .slide {
	opacity: 0;
}

.home-slider .fp-slidesContainer .slide {
	opacity: 1;
}

.home-slider img {
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.home-slider-content-container {
		max-width: 1080px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

		.home-slider-content-container-2 {
			padding: 0 75px;
		}

	.home-slider-content-container.left-aligned {
		
	}

		.home-slider-content-container.left-aligned .home-slider-content-container-2 {
			text-align: center;
			width: 100%;
			max-width: 600px;
		}

	.home-slider-content-container.right-aligned {
		
	}

		.home-slider-content-container.right-aligned .home-slider-content-container-2 {
			float: right;
			text-align: center;
			width: 100%;
			max-width: 600px;
		}

	.home-slider-content-container.white p.pre-heading,
	.home-slider-content-container.white p.slide-title,
	.home-slider-content-container.white h1 {
		color: #fff;
	}

	.home-slider-content-container.white a.cta {
		border-color: #fff;
		color: #fff;
	}

	.home-slider-content-container.white a.cta:hover {
		color: #253b42;
		background-color: #fff;
	}

	p.pre-heading {
		letter-spacing: 3px;
	}

	.home-slider p.pre-heading {
		font-size: 12px;
		line-height: 18px;
		margin: 88px auto 20px;
		padding: 0;
		letter-spacing: 3px;
	}

	.home-slider h1,
	.home-slider p.slide-title {
		font-size: 30px;
		line-height: 45px;
		margin: 126px auto 0;
		padding: 0;
		letter-spacing: 9px;
	}

	.home-slider a.cta {
		margin: 98px 0 0;
	}

}

/* /home page main carousel */

.section,
.slide,
.first-reveal {
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}

	/* background image position options */

	.section.left-top,
	.slide.left-top,
	.first-reveal.left-top {
		background-position: left top!important;
	}

	.section.centre-top,
	.slide.centre-top,
	.first-reveal.centre-top {
		background-position: center top!important;
	}

	.section.right-top,
	.slide.right-top,
	.first-reveal.right-top {
		background-position: right top!important;
	}

	.section.left-centre,
	.slide.left-centre,
	.first-reveal.left-centre {
		background-position: left center!important;
	}

	.section.centre-centre,
	.slide.centre-centre,
	.first-reveal.centre-centre {
		background-position: center center!important;
	}

	.section.right-centre,
	.slide.right-centre,
	.first-reveal.right-centre {
		background-position: right center!important;
	}

	.section.left-bottom,
	.slide.left-bottom,
	.first-reveal.left-bottom {
		background-position: left bottom!important;
	}

	.section.centre-bottom,
	.slide.centre-bottom,
	.first-reveal.centre-bottom {
		background-position: center bottom!important;
	}

	.section.right-bottom,
	.slide.right-bottom,
	.first-reveal.right-bottom {
		background-position: right bottom!important;
	}

	/* /background image position options */

/* smaller */

	/* background images

	.home-slider #slide1 {
		background-image: url(../img/home-slider-image-01-s.jpg);
	}

	.home-slider #slide2 {
		background-image: url(../img/home-slider-image-01-s.jpg);
	}

	.home-slider #slide3 {
		background-image: url(../img/home-slider-image-01-s.jpg);
	}

	.home-slider #slide4 {
		background-image: url(../img/home-slider-image-01-s.jpg);
	}

	.home-slider #slide5 {
		background-image: url(../img/home-slider-image-01-s.jpg);
	} */

	/* */

	#clients-section {
		padding: 0 25px;
		background-image: url(../img/home-section2-s.jpg);
	}

	/* */

	.case-study-slider-01 img {
		width: 100%;
	}

	.case-study-slider-01 #slide1 {
		background-image: url(../img/case-study-slider-image-01-s.jpg);
	}

	.case-study-slider-01 #slide2 {
		background-image: url(../img/case-study-slider-image-01-s.jpg);
	}

	.case-study-slider-01 #slide3 {
		background-image: url(../img/case-study-slider-image-01-s.jpg);
	}

	/* first-reveal

	.first-reveal.talent-solutions {
		background-image: url(../img/first-reveal-placeholder-s.jpg);
	}

	.first-reveal.recruitment {
		background-image: url(../img/first-reveal-placeholder-s.jpg);
	}

	.first-reveal.attraction {
		background-image: url(../img/first-reveal-placeholder-s.jpg);
	}

	.first-reveal.awards {
		background-image: url(../img/first-reveal-placeholder-s.jpg);
	}

	 */

/* smaller hi-res */

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

	.home-slider #slide1 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	.home-slider #slide2 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	.home-slider #slide3 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	.home-slider #slide4 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	.home-slider #slide5 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	/* */

	#clients-section {
		padding: 0 25px;
		background-image: url(../img/home-section2.jpg);
	}

	/* */

	.case-study-slider-01 #slide1 {
		background-image: url(../img/case-study-slider-image-01.jpg);
	}

	.case-study-slider-01 #slide2 {
		background-image: url(../img/case-study-slider-image-01.jpg);
	}

	.case-study-slider-01 #slide3 {
		background-image: url(../img/case-study-slider-image-01.jpg);
	}

	/* first-reveal

	.first-reveal.talent-solutions {
		background-image: url(../img/first-reveal-placeholder.jpg);
	}

	.first-reveal.recruitment {
		background-image: url(../img/first-reveal-placeholder.jpg);
	}

	.first-reveal.attraction {
		background-image: url(../img/first-reveal-placeholder.jpg);
	}

	.first-reveal.awards {
		background-image: url(../img/first-reveal-placeholder.jpg);
	} */

}

/* larger */

@media only screen and (min-width: 1024px) {

  	.home-slider #slide1 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	.home-slider #slide2 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	.home-slider #slide3 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	.home-slider #slide4 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	.home-slider #slide5 {
		background-image: url(../img/home-slider-image-01.jpg);
	}

	/* */

	#clients-section {
		background-image: url(../img/home-section2.jpg);
	}

	/* */

	.case-study-slider-01 #slide1 {
		background-image: url(../img/case-study-slider-image-01.jpg);
	}

	.case-study-slider-01 #slide2 {
		background-image: url(../img/case-study-slider-image-01.jpg);
	}

	.case-study-slider-01 #slide3 {
		background-image: url(../img/case-study-slider-image-01.jpg);
	}

	/* first-reveal */

	.first-reveal.talent-solutions {
		background-image: url(../img/first-reveal-placeholder.jpg);
	}

	.first-reveal.recruitment {
		background-image: url(../img/first-reveal-placeholder.jpg);
	}

	.first-reveal.attraction {
		background-image: url(../img/first-reveal-placeholder.jpg);
	}

	.first-reveal.awards {
		background-image: url(../img/first-reveal-placeholder.jpg);
	}

}

/* retina */

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 768px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (                min-resolution: 192dpi) and (min-width: 768px),
only screen and (                min-resolution: 2dppx)  and (min-width: 768px) { 

  	.home-slider #slide1 {
		background-image: url(../img/home-slider-image-01-r.jpg);
	}

	.home-slider #slide2 {
		background-image: url(../img/home-slider-image-01-r.jpg);
	}

	.home-slider #slide3 {
		background-image: url(../img/home-slider-image-01-r.jpg);
	}

	.home-slider #slide4 {
		background-image: url(../img/home-slider-image-01-r.jpg);
	}

	.home-slider #slide5 {
		background-image: url(../img/home-slider-image-01-r.jpg);
	}

	/* */

	#clients-section {
		background-image: url(../img/home-section2-r.jpg);
	}

	/* */

	.case-study-slider-01 #slide1 {
		background-image: url(../img/case-study-slider-image-01-r.jpg);
	}

	.case-study-slider-01 #slide2 {
		background-image: url(../img/case-study-slider-image-01-r.jpg);
	}

	.case-study-slider-01 #slide3 {
		background-image: url(../img/case-study-slider-image-01-r.jpg);
	}

	/* first-reveal */

	.first-reveal.talent-solutions {
		background-image: url(../img/talent_solutions_2560x1600_PM.jpg);
	}

	.first-reveal.recruitment {
		background-image: url(../img/first-reveal-placeholder-r.jpg);
	}

	.first-reveal.attraction {
		background-image: url(../img/first-reveal-placeholder-r.jpg);
	}

	.first-reveal.awards {
		background-image: url(../img/first-reveal-placeholder-r.jpg);
	}

}

/* home page case study carousel */

@media only screen and (max-width: 1023px) {
	#case-study-slider-section {
		background-color: #F7F7F7;
		padding-bottom: 0;
	}

	.home-slider .slide,
	.case-study-slider-01 .slide {
		background-image: none!important;
	}
}

@media only screen and (min-width: 1024px) {
	.home-slider .slide img,
	.case-study-slider-01 .slide img {
		display: none;
	}
}

.case-study-slider-01 p.pre-heading {
	margin-top: 25px;
}

.case-study-slider-01 h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	margin: 56px auto 25px;
	letter-spacing: 6px;
}

.case-study-slider-01 p.pre-heading + h2 {
	margin-top: 0;
}

.case-study-slider-01 a.cta {
	margin: 20px 0 50px;
}

@media only screen and (min-width: 1024px) {
	.case-study-slider-01 p.pre-heading {
		font-size: 12px;
		line-height: 18px;
		margin: 20px auto 45px;
		padding: 0 75px;
		letter-spacing: 3px;
	}

	.case-study-slider-01 h2 {
		font-size: 25px;
		line-height: 37px;
		margin: 126px auto 45px;
		padding: 0 75px;
		letter-spacing: 7px;
	}

	.case-study-slider-01 a.cta {
		margin: 70px 0 0;
	}

}

@media only screen and (min-width: 1024px) {

	.case-study-slider-01 h2 {
		font-size: 30px;
		line-height: 45px;
		letter-spacing: 9px;
	}

}


/* /home page case study carousel */


/* bouncing arrow */

.arrow {
	display: none;
	z-index: 1000;
	white-space: nowrap;
	font-size: 4rem;
	position: absolute;
	right: 0;
	bottom: 28px;
	left: 1px;
	margin: auto;
	width: 30px;
	height: 40px;
	background: transparent url(../img/bouncing-arrow.png) center 0 no-repeat;
	background-size: 19px;
	transform: translateY(0);
	-webkit-transition: all 750ms ease-in-out;
	-moz-transition: all 750ms ease-in-out;
	-ms-transition: all 750ms ease-in-out;
	-o-transition: all 750ms ease-in-out;
	transition: all 750ms ease-in-out;
}

.fp-responsive .arrow,
#no-fullpage .arrow {
	display: none;
}

.arrow.show-for-all {
	/*display: block;*/
}

@media only screen and (min-width: 1024px) {
	.arrow {
		display: block;
	}
}

.arrow.white {
	background-image: url(../img/bouncing-arrow-white.png);
}

.lift {
 	background-position: center 14px;
}

.lt-ie10 .lift {
	background-position: center 0!important;
}

/* buttons */

.button {
	display: inline-block;
	color: #253b42;
	border: 1px solid #253b42;
    width: auto;
    margin: 1rem 0;
    padding: 14px 12px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2;
    font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 3px;
    transition: all 0.2s ease-in-out;
}

.button:hover {
	color: #fff;
	background: #253b42;
	text-decoration: none;
}

/* sections */

/* standard-sections */

#standard-section {
	margin: 65px 0 0;
	padding: 25px 25px 30px;

}

#standard-section-with-banner {
	margin: 0;
	padding: 25px 25px 30px;

}

@media only screen and (min-width: 1024px) {
	#standard-section {
		margin: 165px 0 0;
		padding: 45px 25px 60px;
	}

	#standard-section-with-banner {
		margin: 0;
		padding: 65px 25px 60px;
	}
}

.section.blue-stripe {
	border-top: 20px solid #243b41;
}

.section.yellow-stripe {
	border-top: 20px solid #dbde2f;
}

/* light-grey section */

.section.light-grey {
	background: #f2f3f5;
}

/* yellowy-green section */

.section.yellowy-green {
	background: #dbde2f;
}

/* dark-grey-blue section */

.section.dark-grey-blue {
	background: #253b42;
}

.section.dark-grey-blue h1,
.section.dark-grey-blue h2,
.section.dark-grey-blue h3,
.section.dark-grey-blue h4,
.section.dark-grey-blue h5 {
	color: #dbde2f;
}

.section.dark-grey-blue a {
	color: #fff;
}

.section.dark-grey-blue a:hover {
	/*color: #dbde2f;*/
}

.section.dark-grey-blue .button {
	color: #dbde2f;
	border: 1px solid #dbde2f;
}

.section.dark-grey-blue .button:hover {
	color: #253b42;
	background: #dbde2f;
}

.section.dark-grey-blue .button.white {
	color: #fff;
	border: 1px solid #fff;
}

.section.dark-grey-blue .button.white:hover {
	color: #253b42;
	background: #fff;
}

.section.dark-grey-blue div,
.section.dark-grey-blue dl,
.section.dark-grey-blue dt,
.section.dark-grey-blue dd,
.section.dark-grey-blue ul,
.section.dark-grey-blue ol,
.section.dark-grey-blue li,
.section.dark-grey-blue pre,
.section.dark-grey-blue form,
.section.dark-grey-blue p,
.section.dark-grey-blue blockquote,
.section.dark-grey-blue th,
.section.dark-grey-blue td,
.section.dark-grey-blue h1.white,
.section.dark-grey-blue h2.white,
.section.dark-grey-blue h3.white,
.section.dark-grey-blue h4.white,
.section.dark-grey-blue h5.white {
	color: #fff;
}

/* rollover boxes */

#solutions-section {
	padding: 35px 25px 50px;
}

@media only screen and (max-width: 1023px) {
	#solutions-section.more-padding {
		/*padding-top: 95px;*/
	}
}

@media only screen and (max-width: 1024px) {
	#solutions-section .large-8 {
		width: 100%;
	}
}

.rollover-box-grid {
	margin: 10px 0 0;
}


.rollover-box {
	position: relative;
	display: inline-block;
	width: calc(100% - 40px);
	margin: 10px 20px;
}

.rollover-box:hover {
	text-decoration: none;
}

.rollover-box .box {
	border-bottom: 1px solid #fff;
	float: left;
	width: 100%;
	display: table;
	font-size: 12px;
	line-height: 20px;
	color: #dbde2f!important;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: normal;
}

.rollover-box .box-reveal {
	top: 0;
	background: #253b42;
	width: 100%;
	font-size: 11px;
	line-height: 17px;
	color: #dbde2f!important;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
  	font-weight: normal;
  	display: table;
  	transition:	opacity 0.2s ease-in-out;
}

.rollover-box span.v-align {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
}

.rollover-box span.v-align br {
	display: none;
}

.rollover-box span.fake-button {
	border: 1px solid #fff;
    width: auto;
    color: #fff;
    display: table;
    margin: 21px auto 0;
    padding: 14px 12px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2;
    font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
    transition:	all 0.2s ease-in-out;
}

.rollover-box span.fake-button:hover {
	color: #253B42;
	background: #fff;
}

@media only screen and (min-width: 640px) {

	.rollover-box-grid {
		margin: 5px 0 0;
	}

	.rollover-box {
		vertical-align: top;
		width: 45%;
		margin: 1.1% 1.9%;
	}

	.rollover-box .box {
		
	}

	.rollover-box .box-reveal {
		
	}

}

@media only screen and (min-width: 1025px) {
	.rollover-box-grid {
		margin: 5px 0 0;
	}

	.rollover-box {
		width: 29%;
		height: 208px;
		margin: 1.1% 1.9%;
	}

	.rollover-box .box {
		border: 1px solid #dbde2f;
		height: 208px;
	}

	.rollover-box .box-reveal {
		position: absolute;
		opacity: 0;
		height: 208px;
		background: #dbde2f;
		color: #253b42!important;
	}

	.rollover-box:hover .box-reveal {
		opacity: 1;
	}

	.rollover-box span.fake-button {
		color: #253B42;
		border: 1px solid #253B42;
	    width: calc(100% - 36px);
	    display: block;
	    margin: 13px 18px 0;
	    padding: 14px;
	    text-transform: uppercase;
	    font-size: 8px;
	    line-height: 10px;
	    letter-spacing: 3px;
	}

	.rollover-box span.fake-button:hover {
		color: #253B42;
		background: #dbde2f;
	}

	.rollover-box span.v-align br {
		display: block;
	}

}

@media only screen and (min-width: 1024px) {
	#solutions-section {
		padding-top: 0;
		padding-bottom: 0;
	}

		#solutions-section .fp-tableCell {
			padding: 25px 0;
		}
}

/* home page logo grid */

#clients-section {
	padding-top: 30px;
	padding-bottom: 35px;
}

@media only screen and (max-width: 639px) {

	#clients-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#clients-section,
	#clients-section .fp-tableCell {
		height: auto!important;
	}
}

@media only screen and (min-width: 1024px) {

	#clients-section {
		padding-top: 0;
		padding-bottom: 0;
	}

		#clients-section .fp-tableCell {
			padding: 25px 0;
		}

}

.logo-grid {
	width: 100%;
	float: left;
	margin: 10px 0 10px;
}

.logo-grid .logo {
	width: calc(50% - 5px);
	display: inline-block;
}

.logo-grid img {
	width: calc(100% - 20px);
	margin: 10px;
}

@media only screen and (min-width: 640px) {

	.logo-grid {
		margin: 20px 0 30px;
	}

	.logo-grid .logo {
		width: 32%;
	}

	.logo-grid img {
		/*width: calc(100% - 25%);
		margin: 13.5% 12.5%;*/
	}
}

/* white yellow split section */

.section.white-yellow-split {
	background: #fff;
}

.award-grid {
	width: 100%;
	float: none;
	margin: 50px 0 30px;
}

.award {
	width: calc(33% - 5px);
	display: inline-block;
}

.award-grid img {
	width: calc(100% - 20px);
	margin: 10px;
}

#awards-section {
	padding: 0 25px 30px;
}

#awards-section .v-align {
	/*margin-bottom: 100px;*/
}

#awards-section .large-6 .v-align {
	margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
	/*.section.white-yellow-split {
		background: #ffffff;
		background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #dbde2f 50%, #dbde2f 100%);
		background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#dbde2f 50%,#dbde2f 100%);
		background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#dbde2f 50%,#dbde2f 100%);
	} – retired because of intermittent Chrome issue */

	/*.lt-ie10 .section.white-yellow-split {
		background: #fff url(../img/ie9-bkgd-01.png) center center repeat;
		background-size: 100% 100%!important;
	} – formerly just the IE9 fix */

	.section.white-yellow-split {
		background: #fff url(../img/ie9-bkgd-01.png) center center repeat;
		background-size: 100% 100%!important;
	}

	.section.white-blue-split {
		background: #fff url(../img/ie9-bkgd-02.png) center center repeat;
		background-size: 100% 100%!important;
	}

		.section.white-blue-split h2,
		.section.white-blue-split p a {
			color: #dbde2f;
		}

		.section.white-blue-split p,
		.section.white-blue-split ul,
		.section.white-blue-split ul li
		.section.white-blue-split h3,
		.section.white-blue-split h4 {
			color: #fff;
		}

		.section.dark-grey-blue .button,
		.section.white-blue-split .button {
			color: #dbde2f;
			border: 1px solid #dbde2f;
		}

		.section.dark-grey-blue .button:hover,
		.section.white-blue-split .button:hover {
			color: #253b42;
			background: #dbde2f;
		}


	#awards-section {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#awards-section .v-align {
		display: table;
		width: 50%;
		table-layout: fixed;
		height: 565px;
		/*margin-bottom: 0;*/
	}

		#awards-section .large-6 .v-align {
			width: 100%;
		}

	#awards-section .v-align-2 {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	#awards-section .h-align {
		margin: 0 auto;
		width: 90%;
		padding: 0 0 0 20px;
	}

	/* home page awards grid */

	.award-grid {
		margin: 0 0 0 -20px;
	}

	.award {
		width: calc(33% - 20px);
	}

	.award-grid img {
		width: calc(100% - 25%);
		margin: 13.5% 12.5%;
	}

}

@media only screen and (min-width: 1024px) {
	#awards-section {
		padding-top: 0;
		padding-bottom: 0;
	}

		#awards-section .fp-tableCell {
			padding: 25px 0;
		}
}


@media only screen and (min-width: 1200px) {

	#awards-section .h-align {
		float: right;
		width: 80%;
		padding: 0 25px;
	}

	.award-grid {
		float: left;
		margin-left: -50px;
	}

}

/* filters */

.filters,
#fullpage #featured-jobs .filters,
.careers #no-fullpage #social-section .filters {
	position: relative;
	height: calc(100vh - 280px);
	overflow: hidden;
}

.filters:before {
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 35px;
	background: -moz-linear-gradient(top, rgba(37,59,66,0) 0%, rgba(37,59,66,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(37,59,66,0) 0%, rgba(37,59,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(37,59,66,0) 0%, rgba(37,59,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#253b42',GradientType=0 );  IE6-9 */
}

	.section.yellowy-green .filters:before,
	#fullpage #featured-jobs .filters:before {
		background: -moz-linear-gradient(top, rgba(219,222,47,0) 0%, rgba(219,222,47,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(219,222,47,0) 0%, rgba(219,222,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(219,222,47,0) 0%, rgba(219,222,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

.grid {
	transition: height 0.3s ease-in-out;
	margin: 0 auto;
	width: 100%!important;
	max-width: 972px;
}

.grid-sizer {
  width: 33.333%;
  display: block!important;
}

@media only screen and (max-width: 1023px) {
	.grid-sizer {
	  width: 50%;
	}
}

@media only screen and (max-width: 639px) {
	.grid-sizer {
	  width: 100%;
	}
}

.grid-item {
	float: left;
	border-top: 1px solid #dbde2f;
	width: 260px;
	margin: 0 32px 18px;
	padding: 18px 0 0;
}

	.section.yellowy-green .grid-item {
		border-top: 1px solid #253b42;
	}

.grid-item a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.grid-item p,
.grid-item a p {
	color: #fff;
	margin-bottom: 15px;
	transition: color 0.2s ease-in-out;
}

	.section.yellowy-green .grid-item p,
	.section.yellowy-green .grid-item a p {
		color: #253b42;
		margin-bottom: 15px;
		transition: color 0.2s ease-in-out;
	}

.grid-item a:hover p {
	color: rgba(37,59,66,0.8);
	color: #fff;
}

	.section.yellowy-green .grid-item a:hover p {
		color: rgba(37,59,66,0.8);
	}

.grid-item a p span.fake-link {
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	color: #dbde2f;
	transition: color 0.2s ease-in-out;
}

.grid-item p.title,
.grid-item a p.title {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #dbde2f;
	font-size: 15px;
	line-height: 24px;
	transition: color 0.2s ease-in-out;
}

.grid-item a:hover p span.fake-link,
.grid-item a:hover p.title {
	color: #fff;
}

.grid-item img,
.grid-item.blog img {
	width: 100%;
	margin: 5px 0 17px;
}

.grid-item a img,
.grid-item.blog a img {
	width: 100%;
	margin: 5px 0 17px;
	transition: opacity 0.2s ease-in-out;
}

.grid-item a:hover img,
.grid-item.blog a:hover img {
	opacity: 0.8;
}

.grid-item a span.button,
.grid-item.blog a span.button {
	margin: 7px 0 15px;
}

.grid-item a.button,
.grid-item.blog a.button {
	margin: 7px 0 15px;
	float: none;
	width: auto;
}

.section.dark-grey-blue .grid-item a span.button {
	border-color: #fff;
	color: #fff;
	cursor: pointer;
}

	.section.yellowy-green .grid-item a span.button {
		border-color: #fff;
		color: #fff;
		cursor: pointer;
	}

.section.dark-grey-blue .grid-item a:hover span.button {
	background-color: #fff;
	color: #253b42;
}

	.section.yellowy-green .grid-item a:hover span.button {
		background-color: #fff;
		color: #253b42;
	}

.section.dark-grey-blue .grid-item p a {
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	color: #dbde2f;
	transition: color 0.2s ease-in-out;
	float: none;
	width: auto;
}

	.section.yellowy-green .grid-item p a {
		font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
		color: #dbde2f;
		transition: color 0.2s ease-in-out;
		float: none;
		width: auto;
	}

.section.dark-grey-blue .grid-item p a:hover {
	color: #fff;
}

	.section.yellowy-green .grid-item p a:hover {
		color: #fff;
	}

.section.dark-grey-blue .grid-item a.button {
	border-color: #fff;
	color: #fff;
	margin: 7px 0 15px;
}

	.section.yellowy-green .grid-item a.button {
		border-color: #fff;
		color: #fff;
		margin: 7px 0 15px;
	}

.section.dark-grey-blue .grid-item a.button:hover {
	background-color: #fff;
	color: #253b42;
}

	.section.yellowy-green .grid-item a.button:hover {
		background-color: #fff;
		color: #253b42;
	}

.filters .button-group {
	text-align: center;
	margin-bottom: 50px;
}

.section.dark-grey-blue .filters .button-group .button {
	float: none;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	border: none;
	border-right: 1px solid #fff;
	padding: 0 20px;
	margin: 0;
}

	.section.yellowy-green .filters .button-group .button {
		float: none;
		font-size: 13px;
		line-height: 1;
		color: #253b42;
		border: none;
		border-right: 1px solid #253b42;
		padding: 0 20px;
		margin: 0;
	}


.section.dark-grey-blue .filters .button-group .filters-2 {
	margin: 20px 0 12px;
}

	.section.yellowy-green .filters .button-group .filters-2 {
		margin: 20px 0 12px;
	}

.section.dark-grey-blue .filters .button-group .filters-2 .button {
	border: none;
	font-size: 9px;
	padding:  0 7px;
	letter-spacing: 2px;
}

	.section.yellowy-green .filters .button-group .filters-2 .button {
		border: none;
		font-size: 9px;
		padding:  0 7px;
		letter-spacing: 2px;
	}

.section.dark-grey-blue .filters .button-group .button.is-checked {
	color: #dbde2f;
	font-family: 'GalanoGrotesque-Heavy', Helvetica, Arial, sans-serif;
}

	.section.yellowy-green .filters .button-group .button.is-checked {
		color: #253b42;
		font-family: 'GalanoGrotesque-Heavy', Helvetica, Arial, sans-serif;
	}

.section.dark-grey-blue .filters .button-group .button:last-of-type {
	border: none;
}

	.section.yellowy-green .filters .button-group .button:last-of-type {
		border: none;
	}

.section.dark-grey-blue .filters .button-group .button:hover {
	background: transparent;
	color: #dbde2f;
}

	.section.yellowy-green .filters .button-group .button:hover {
		background: transparent;
		color: #253b42;
		font-family: 'GalanoGrotesque-Heavy', Helvetica, Arial, sans-serif;
	}

@media only screen and (max-width: 768px) {
	.section.dark-grey-blue .filters .button-group .button {
		font-size: 10px;
		width: 25%;
		vertical-align: top;
	}

		.section.yellowy-green .filters .button-group .button {
			font-size: 10px;
			width: 25%;
			vertical-align: top;
		}

	.section.dark-grey-blue .filters .button-group .button:nth-of-type(4),
	.section.dark-grey-blue .filters .button-group .button:nth-of-type(8),
	.section.dark-grey-blue .filters .button-group .button:nth-of-type(12) {
		border: none;
	}

		.section.yellowy-green .filters .button-group .button:nth-of-type(4),
		.section.yellowy-green .filters .button-group .button:nth-of-type(8),
		.section.yellowy-green .filters .button-group .button:nth-of-type(12) {
			border: none;
		}

	.filters .button-group {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.section.dark-grey-blue .filters .button-group .button {
		width: 50%;
	}

		.section.yellowy-green .filters .button-group .button {
			width: 50%;
		}

	.section.dark-grey-blue .filters .button-group .button:nth-of-type(even) {
		border: none;
	}

		.section.yellowy-green .filters .button-group .button:nth-of-type(even) {
			border: none;
		}

}

/*.careers .grid-item {
	display: none;
}

.careers .grid-item:nth-of-type(2),
.careers .grid-item:nth-of-type(3),
.careers .grid-item:nth-of-type(4),
.careers .grid-item:nth-of-type(5),
.careers .grid-item:nth-of-type(6),
.careers .grid-item:nth-of-type(7) {
	display: block;
}*/

/* fade up - see opus.js */

.filters.fade-up {
	opacity: 0;
}

.filters {
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

/* ios fix */

#social-section-2,
#featured-jobs {
	display: table;
	width: 100%;
}

#featured-jobs .ios-container {
	/*display: table-cell;*/
	width: 100%;
	/*height: 1000px;*/
}

/* ie 9 */

.lt-ie10 .filters .button-group {
	display: none;
}

.lt-ie10 .filters {
	height: auto;
}

.lt-ie10 #social-section {
	height: auto!important;
}

/* filter icons */

.grid-item:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 30px;
	height: 20px;
	background-color: #253B42;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 20px;
}

.grid-item.blog:before {
	background-image: url(../img/filter-icon-blog.png);
}

.grid-item.news:before {
	background-image: url(../img/filter-icon-news.png);
}

.grid-item.twitter:before {
	background-image: url(../img/filter-icon-twitter.png);
}

.grid-item.facebook:before {
	background-image: url(../img/filter-icon-facebook.png);
}

.grid-item.instagram:before {
	background-image: url(../img/filter-icon-instagram.png);
}

@media only screen and (min-width: 1024px) {

		#social-section .fp-tableCell {
			padding: 25px 0;
		}
}

@media only screen and (max-width: 1023px) {
	#social-section {
	    padding: 30px 25px 40px;
	}

	.filters,
	.careers #no-fullpage #social-section .filters  {
		overflow-y: scroll;
	}

	.filters:before {
		background: transparent;
	}

	.section.dark-grey-blue .filters .button-group .button {
		margin: 5px 0;
	}

		.section.yellowy-green .filters .button-group .button {
			margin: 5px 0;
		}

	.grid {
		max-width: 100%;
	}

	.grid-item {
		width: 44%;
		margin-left: 3%;
		margin-right: 3%;
	}

}

@media only screen and (max-width: 639px) {
	.grid-item {
		width: 94%;
	}
}

/* location-tabs */

ul.location-tabs a {
	cursor: pointer;
}

ul.location-tabs a.active {
	color: #dbde2f;
}

/* soc med */

.soc-med {
	display: none;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -80px;
	z-index: 1000;
}


@media only screen and (min-width: 1024px) {
	.soc-med {
		display: block;
	}
}	

@media only screen and (min-width: 1200px) {
	.soc-med {
		right: 14px;
	}
}

.soc-med ul {
	list-style: none;
	margin: 0;
}

.soc-med li {
	width: 20px;
	height: 20px;
	background: #253b42;
	margin: 0 0 5px;
	display: block;
	text-indent: -10000em;
}

.soc-med li:last-of-type {
	margin-bottom: 0;
}

.soc-med li a {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
}

.soc-med li a.twitter {
	background-image: url(../img/soc-med-twitter.png);
}

.soc-med li a.facebook {
	background-image: url(../img/soc-med-facebook.png);
}

.soc-med li a.instagram {
	background-image: url(../img/soc-med-instagram.png);
}

.soc-med li a.linkedin {
	background-image: url(../img/soc-med-linkedin.png);
}

.soc-med li a.googleplus {
	background-image: url(../img/soc-med-googleplus.png);
}

.soc-med li a.sharethis {
	background-image: url(../img/soc-med-sharethis.png);
}

/* location carousel section */

#contact-section {
	padding: 25px;
}

ul.location-tabs {
	text-align: center;
	margin: 0 0 15px;
}

ul.location-tabs li {
	display: inline-block;
	color: #253b42;
	border-right: 1px solid #253b42;
    width: auto;
    margin: 5px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 10px;
    font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 3px;
    transition: all 0.2s ease-in-out;
}

ul.location-tabs li:last-of-type {
	border: none;
}

ul.location-tabs li a {
	float: none;
	font-size: 13px;
	line-height: 1;
	color: #253b42;
	padding: 0 20px;
	margin: 0;
	text-decoration: none;
}

ul.location-tabs li a.active {
	color: #dbde2f;
	font-family: 'GalanoGrotesque-Heavy', Helvetica, Arial, sans-serif;
}

ul.location-tabs li a:hover {
	background: transparent;
	color: #dbde2f;
}

#contact-section .intro-text p {
	max-width: 700px;
	width: 100%;
	margin: 0 auto 45px;
}

@media only screen and (min-width: 1024px) {
	#contact-section {
		padding-top: 0;
		padding-bottom: 0;
	}

		#contact-section .fp-tableCell {
			padding: 25px 0;
		}

	#contact-section p.pre-heading {
		font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 28px;
	}

	#contact-section h2 {
		font-size: 30px;
		line-height: 33px;
		letter-spacing: 9px;
		margin-bottom: 25px;
	}
}

/* location carousel section */

.location-carousel {
    min-height: 450px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media only screen and (min-width: 767px) {
	.location-carousel {
	    width: 80%;
	    max-width: 100%;
	}
}

@media only screen and (min-width: 1270px) {
	.location-carousel {
	    width: 100%;
	}
}

.location-carousel .slllide {
	color: #fff;
	background-color: #243b41;
	padding: 23px 30px 25px;
	margin: 0 12px 12px;
}

.location-carousel .slllide .text-container {
	height: 133px;
	overflow: hidden;
	position: relative;
}

.location-carousel .slllide h3 {
	color: #dbde2f;
	font-size: 13px;
	line-height: 15px;
	font-family: 'GalanoGrotesque-Heavy', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0 0 11px;
}

.location-carousel .slllide p {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
	font-size: 12px;
	line-height: 19px;
}

.location-carousel .slllide p a {
	color: #dbde2f;
}

.location-carousel .slllide p a:hover {
	color: #fff;
}

.location-carousel .text-container:after {
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 35px;
	background: -moz-linear-gradient(top, rgba(37,59,66,0) 0%, rgba(37,59,66,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(37,59,66,0) 0%, rgba(37,59,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(37,59,66,0) 0%, rgba(37,59,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#253b42',GradientType=0 );  IE6-9 */
}

.location-carousel .slllide a.cta {
	color: #fff;
	border: 1px solid #fff;
	margin: 20px 0 0;
}

	.careers .location-carousel .slllide a.cta {
		color: #dbde2f;
		border: 1px solid #dbde2f;
		margin: 20px 0 0;
	}

.location-carousel .slllide a.cta:hover {
	color: #243b41;
	background-color: #fff;
	border: 1px solid #fff;
}

@media only screen and (max-width: 480px) {
	#contact-section {
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.location-carousel .slllide .text-container {
		height: 150px;
	}

}

/* foreground image and first reveal */

.foreground-image {
	margin: 65px 0 0;
}

.first-reveal {
	background: #e8e9eb;
	text-align: center;
	width: 100%;
}

.first-reveal .text-container {
	background: #dadc33;
	padding: 30px 25px 12px;
}

@media only screen and (min-width: 769px) {
	.home-slider .foreground-image {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	.foreground-image {
		display: none;
	}

	.first-reveal {
		min-height: 750px;
		height: calc(100vh);
		border-bottom: 20px solid #243b41;
		display: table;
	}

	.first-reveal .text-container {
		background: transparent;
		display: table-cell;
		vertical-align: middle;
		padding: 135px 25px 0;
	}

	.first-reveal.blue-stripe {
		border-color: #243b41;
	}

	.first-reveal.yellow-stripe {
		border-color: #dbde2f;
	}

	.first-reveal.no-stripe {
		height: calc(100vh - 20px);
		border-bottom: none;
	}
}

.first-reveal p.pre-heading {
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
}

.first-reveal h1,
.first-reveal p.slide-title {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin: 0 auto 21px;
	max-width: 1080px;
	padding: 0;
}

.first-reveal p {
	margin: 0 auto 1rem;
	max-width: 830px;
	padding: 0;
}

@media only screen and (min-width: 1024px) {
	#no-fullpage #solutions-section {
		padding-top: 65px;
		padding-bottom: 85px;
	}

	#no-fullpage #solutions-section.more-padding {
		padding-top: 104px;
		padding-bottom: 142px;
	}

	#no-fullpage #solutions-section h2 {
		
	}
}

@media only screen and (min-width: 640px) {

	.first-reveal p {
		padding: 0 75px;
		font-size: 14px;
		line-height: 21px;
	}

}

@media only screen and (min-width: 1024px) {
	.first-reveal p.pre-heading {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 25px;
		padding: 0 75px;
	}

	.first-reveal h1,
	.first-reveal p.slide-title {
		font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
		font-size: 30px;
		line-height: 45px;
		padding: 0 75px;
		letter-spacing: 9px;
		margin-bottom: 45px;
	}

	.first-reveal p {
		padding: 0 75px;
		font-size: 14px;
		line-height: 21px;
	}
}

@media only screen and (min-width: 1024px) {
	.text-container.split .text-container-2 {
		max-width: 1120px;
		margin: 0 auto;
	}

	.text-container.split .text-container-3 {
		float: left;
		max-width: 600px;
	}

	.text-container.split.right .text-container-3 {
		float: right;
	}

}

@media only screen and (min-width: 1024px) {

	#no-fullpage #clients-section {
		padding-top: 108px;
		padding-bottom: 142px;
	}

		#no-fullpage #awards-section {
			padding-top: 110px;
			padding-bottom: 146px;
		}

		#no-fullpage #social-section {
			padding-top: 96px;
			padding-bottom: 112px;
		}

		#no-fullpage #social-section .filters {
			height: auto;
		}

	#no-fullpage #contact-section {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	#no-fullpage #contact-section h2 {
		margin-bottom: 35px;
	}

}

/* company boxes */

.company-box-grid {
	margin: 10px 0 0;
}

.company-box {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 45px 30px 25px;
	background: #243b41;
	color: #fff;
	vertical-align: top;
}

.company-box img {
	width: 100%;
	max-width: 120px;
	margin: 0 0 30px;
}

.company-box p.title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 18px;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

.company-box p.title.purple {
	color: #7573b4;
}

.company-box p.title.yellow {
	color: #fbdd2d;
}

.company-box p.title.green {
	color: #abd8d3;
}

.company-box p.title.red {
	color: #ea523b;
}

.company-box p.title.orange {
	color: #fca31c;
}

.company-box p {
	margin-bottom: 13px;
}

.company-box a {
	color: #fff;
	border-color: #fff;
}

.company-box a:hover {
	color: #243b41;
	background-color: #fff;
}

@media only screen and (min-width: 640px) {
	.company-box {
		width: 47%;
		margin: 1.1% 1%;
	}

	.company-box .text-container {
		min-height: 156px;
	}
}

@media only screen and (min-width: 1024px) {

	.company-box-grid {
		margin: 25px 0 0;
	}

	.company-box {
		width: 31%;
	}

}

/* case-study-slider-2 */

#case-study-slider-2-section {
	background-color: #dbde2f;
	padding: 50px 0;
}

.case-study-slider-2 {
	width: 100%;
	position: relative;
}

.case-study-slider-2 .text-container {
	margin: 0 auto;
	max-width: 700px;
}

.case-study-slider-2 img {
	max-width: 200px;
	margin: 20px auto 33px;
}

.case-study-slider-2 h3 {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: normal;
	margin: 0 0 25px;
}

.case-study-slider-2 a.cta {
	margin: 35px 0 0;
}

@media only screen and (min-width: 1024px) {

	#case-study-slider-2-section {
		padding: 65px 0;
	}

	.case-study-slider-2 h3 {
		margin: 0 0 43px;
	}

}

/* clients-section-2 */

.logo-grid-2 {
	margin: 50px 0;
}

.client-box {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 20px 30px;
	vertical-align: top;
}

.client-box img {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 10px;
}

.client-box a.button {
	min-width: 137px;
	margin-bottom: 0;
}

.client-box span.blank {
	border-top: 1px solid #253b42;
	min-width: 137px;
	display: inline-block;
	margin: 1rem 0;
}

@media only screen and (min-width: 640px) {
	.client-box {
		width: 47%;
		margin: 1.1% 1%;
	}

}

@media only screen and (min-width: 1024px) {
	.client-box {
		width: 31%;
	}

}

/* case study in standard-section */

.case-study-logo-wrapper {
	border-top: 10px solid #dbde2f;
	background-color: #fff;
	margin: -25px -25px 25px;
	padding: 35px 25px;
}

.case-study-logo-wrapper img.logo {
	width: 100%;
	max-width: 200px;
	margin: 0;
}

@media only screen and (min-width: 1024px) {
	.case-study-logo-wrapper {
		border-top: 20px solid #dbde2f;
		margin: -45px -25px 55px;	
	}
}

p.quote {
	font-size: 16px;
	line-height: 23px;
}

p.quotee {
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	margin: 0 auto 20px;
	letter-spacing: 3px;
	padding: 0;
}

@media only screen and (min-width: 640px) {

	p.quote {
		font-size: 21px;
		line-height: 29px;
	}

	p.quotee {
		font-size: 12px;
		line-height: 16px;
	}

}

/* 'may like' case study section */

#maylike-section {
	padding: 25px;
}

#maylike-section .intro-text p {
	max-width: 700px;
	width: 100%;
	margin: 0 auto 45px;
}

@media only screen and (min-width: 1024px) {
	#maylike-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#maylike-section p.pre-heading {
		font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 28px;
	}

	#maylike-section h2 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: 7px;
		margin-bottom: 25px;
	}
}

/* location carousel section */

.case-study-slider-3 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.case-study-slider-3 {
	    width: 80%;
	    max-width: 800px;
	}
}

@media only screen and (min-width: 1200px) {
	.case-study-slider-3 {
	    width: 100%;
	    max-width: 1080px;
   	    padding: 0 160px;
   	    margin-bottom: 60px;
	}
}

.case-study-slider-3 .slllide {
	padding: 10px;
	margin: 0;
}

.case-study-slider-3 .slllide .text-container {
	height: 133px;
	overflow: hidden;
	position: relative;
}

.case-study-slider-3 .slllide a.cta {
	margin: 20px 0 0;
}

@media only screen and (max-width: 480px) {
	#maylike-section {
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.case-study-slider-3 .slllide .text-container {
		height: 150px;
	}

}

/* blog */

.blog img {
	margin: -25px 0 25px -10px;
	float: left;
	width: calc(100% + 20px);
	max-width: inherit;
}

.blog .image-container {
	float: left;
	width: 100%;
}

.blog .image-container img {
	width: 100%;
	margin: 0 0 1.3rem;
}

@media only screen and (min-width: 1024px) {
	.blog img {
		margin: -45px 0 50px;
		float: none;
		width: 100%;
		max-width: 864px;
	}	

	.blog h1,
	.blog h2 {
		font-size: 30px;
		line-height: 45px;
		margin-top: 26px;
		margin-bottom: 40px;
		letter-spacing: 9px;
	}
}

.post-info {
	width: 100%;
	float: left;
	margin: 0 0 18px;
}

.post-info span {
	display: inline-block;
	background: url(../img/filter-icon-news.png) center center no-repeat;
	background-size: 20px;
	width: 100%;
	height: 20px;
	margin: 0 auto 7px;
}

.post-info p {
	display: inline-block;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	color: #dbde2f!important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	margin: 0;
	text-align: center;
	width: 100%;
}

.post-info a.sharethis {
	width: 100%;
	height: 20px;
	background: url(../img/article-sharethis.png) center center no-repeat;
	background-size: 20px;
	display: inline-block;
	margin: 11px auto 0;
}

@media only screen and (min-width: 1024px) {
	.post-info span {
		float: left;
		display: inline-block;
		margin: -1px 12px 7px 0;
		width: 20px;
	}

	.post-info p {
		text-align: left;
		width: auto;
	}

	.post-info a.sharethis {
		width: 20px;
		float: right;
		margin: 0;
	}
}

.post-tags {
	width: 100%;
	float: left;
	margin: 0 0 18px;
}

.post-tags p {
	display: inline-block;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	color: #dbde2f!important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	margin: 0;
	text-align: center;
	width: 100%;
}

.post-tags p a {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	color: #dbde2f!important;
}

.post-tags p a:hover {
	color: #fff!important;
	text-decoration: none;
}

@media only screen and (min-width: 1024px) {
	.post-info + .post-tags {
		margin-top: -18px;
	}

	.post-tags p {
		text-align: left;
	}

}

.blog ul,
.blog ol {
	margin: 0 0 2.5rem 2.5rem;
	line-height: 19px;
}

.blog ul.yellow-bullets li,
.blog ol.yellow-bullets li {
	color: #dbde2f;
}

.blog.dark-grey-blue ul.yellow-bullets li span,
.blog.dark-grey-blue ol.yellow-bullets li span {
	color: #fff;
}

.blog li {
	margin: 0 0 4px 0;
}

.blog .flash {
	width: 100%;
	float: left;
	color: #243b41;
	background: #dbde2f;
	text-align: center;
	padding: 25px;
	margin: 10px 0 30px;
}

.blog .flash p {
	color: #243b41;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	line-height: 21px;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	margin: 0;
}

.blog .flash a {
	color: #243b41;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
}

.blog .flash p br {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.blog .flash {
		padding: 46px 25px;
		margin: 15px 0 45px;
	}

	.blog .flash p {
		font-size: 19px;
		line-height: 29px;
	}

	.blog .flash p br {
		display: block;
	}
}


/* awards-section-2 */

.logo-grid-3 {
	margin: 65px 0;
}

.award-box {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 260px;
	margin: 0;
	padding: 10px;
	vertical-align: top;
}

.award-box img {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 10px;
}

.award-box p {
	margin: 20px 0 4px;
}

.award-box span.blank {
	border-top: 1px solid #253b42;
	min-width: 137px;
	display: inline-block;
	margin: 1rem 0 0;
}

@media only screen and (min-width: 640px) {
	.award-box {
		width: 47%;
		margin: 1.1% 1%;
	}

}

@media only screen and (min-width: 1024px) {

	.award-box-grid {
		margin: 25px 0 0;
	}

	.award-box {
		width: 22%;
	}

}

/* social-section-2 */

#social-section-2 {
	padding: 100px 0 50px;
}

#social-section-2 .filters {
	height: auto;
	min-height: 1000px;
}

@media only screen and (min-width: 1024px) {
	#social-section-2 {
		padding: 220px 0 100px;
	}

	#social-section-2 .filters {
		margin: 50px 0;
	}
}

/* people boxes */

#people-section {
	padding: 100px 25px 50px;
}

.people-box-grid {
	margin: 35px 0 0;
}

.people-box {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 0 10px 45px;
	background: #243b41;
	color: #fff;
	vertical-align: top;
}

.people-box img {
	width: 100%;
	max-width: 230px;
	margin: 0 auto 25px;
}

.people-box p.name,
.people-box p.job-title {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	line-height: 16px;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
}

.people-box p.job-title {
	color: #dbde2f;
	margin-bottom: 24px;
}

.people-box p {
	font-size: 12px;
	line-height: 17px;
	width: 100%;
	max-width: 214px;
	margin: 0 auto 13px;
}

.people-box-grid .button,
.people-carousel .button {
	min-width: 190px;
}

.people-box .button {
	margin-top: 0;
}

@media only screen and (min-width: 640px) {
	.people-box {
		width: 46%;
		margin: 1.1% 0.75%;
	}

	.people-box .text-container {
		min-height: 200px;
		float: left;
		width: 100%;
	}
}

.split-banner + #people-section {
	padding-top: 20px;
}


@media only screen and (min-width: 1024px) {

	#people-section {
		padding: 220px 0 100px;
	}

	.split-banner + #people-section {
		padding-top: 70px;
	}

	.people-box-grid {
		margin: 50px auto 0;
		width: 100%;
		max-width: 750px;
	}

	.people-box {
		width: 31%;
	}

	.people-box:first-of-type {
		margin-left: 100px;
	}

	.people-box:nth-of-type(2) {
		margin-right: 100px;
	}

}

/* people profile and careers about page */

.dark-grey-blue-wrapper {
	color: #dbde2f;
	background: #243b41;
	margin: 65px 0 0;
	text-align: center;
}

.dark-grey-blue-wrapper a.button {
	border-color: #dbde2f;
}

.dark-grey-blue-wrapper a.button:hover {
	border-color: #fff;
}

	.yellowy-green-wrapper {
		color: #243b41;
		background: #dbde2f;
		margin: 65px 0 0;
		text-align: center;
	}

	.yellowy-green-wrapper a.button {
		border-color: #243b41;
	}

	.yellowy-green-wrapper a.button:hover {
		border-color: #243b41;
	}

.dark-grey-blue-wrapper p.pre-heading {
	color: #fff;
}

	.yellowy-green-wrapper p.pre-heading {
		color: #243b41;
	}

		.careers .dark-grey-blue-wrapper.split-banner p.pre-heading {
			color: #dbde2f;
		}

.dark-grey-blue-wrapper .text-container,
.yellowy-green-wrapper .text-container {
		padding: 25px 25px 40px;
	}

.dark-grey-blue-wrapper h1,
.dark-grey-blue-wrapper h2,
.dark-grey-blue-wrapper p,
.dark-grey-blue-wrapper a {
	color: #dbde2f;
}

	.yellowy-green-wrapper h1,
	.careers .yellowy-green-wrapper.split-banner h1,
	.careers .yellowy-green-wrapper.split-banner p.slide-title,
	.yellowy-green-wrapper h2,
	.yellowy-green-wrapper p,
	.yellowy-green-wrapper a {
		color: #233c43;
	}

.dark-grey-blue-wrapper .text-container img,
.yellowy-green-wrapper .text-container img {
		display: none;
	}

.dark-grey-blue-wrapper h1,
.yellowy-green-wrapper h1,
.dark-grey-blue-wrapper p.slide-title,
.yellowy-green-wrapper p.slide-title {
		font-size: 23px;
		line-height: 35px;
		letter-spacing: 8px;
		margin: 0 0 3px;
	}

	.careers .split-banner h1,
	.careers .dark-grey-blue-wrapper.split-banner p.slide-title,
	.careers .yellowy-green-wrapper.split-banner p.slide-title {
		color: #fff;
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 6px;
		margin: 0 0 21px;
	}


	@media only screen and (min-width: 1024px) {
		.careers .split-banner h1,
		.careers .dark-grey-blue-wrapper.split-banner p.slide-title,
		.careers .yellowy-green-wrapper.split-banner p.slide-title  {
			color: #fff;
			font-size: 30px;
			line-height: 45px;
			letter-spacing: 8px;
			margin: 0 0 40px;
			max-width: inherit;
		}

		.careers .yellowy-green-wrapper.split-banner p.slide-title {
			color: #233c43;
		}
	}

.dark-grey-blue-wrapper h2,
.yellowy-green-wrapper h2,
.dark-grey-blue-wrapper p.slide-title-2,
.yellowy-green-wrapper p.slide-title-2 {
		font-size: 13px;
		line-height: 17px;
		letter-spacing: 3px;
		margin: 0 0 20px;
	}

.dark-grey-blue-wrapper p.pre-heading,
.yellowy-green-wrapper p.pre-heading {
		margin: 0 0 20px;
	}

.dark-grey-blue-wrapper p,
.yellowy-green-wrapper p {
		margin: 0;
		font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
		font-size: 13px;
		letter-spacing: 2px;
	}

	.careers .split-banner p:not(.pre-heading) {
		margin: 0 0 1rem;
		font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0;
	}

	@media only screen and (min-width: 1024px) {
		.careers .split-banner p:not(.pre-heading) {
			padding: 0 20px;
			max-width: 385px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 2rem;
		}
	}

.dark-grey-blue-wrapper a,
.yellowy-green-wrapper a {
		text-decoration: none;
		font-size: 11px;
	}

.dark-grey-blue-wrapper a:hover,
.yellowy-green-wrapper a:hover {
		background-color: #fff;
		color: #253b42;
	}

.dark-grey-blue-wrapper .soc-med,
.yellowy-green-wrapper .soc-med {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin: 20px 0 0;
	z-index: 1;
}

.dark-grey-blue-wrapper .soc-med li,
.yellowy-green-wrapper .soc-med li {
	display: inline-block;
	margin: 0;
	width: 30px;
	height: 30px;
}

.dark-grey-blue-wrapper .soc-med li a,
.yellowy-green-wrapper .soc-med li a {
	width: 30px;
	height: 30px;
	background-image: url(../img/soc-med-linkedin-larger.png);
	background-size: 30px;
}

.dark-grey-blue-wrapper img.profile-thumbnail,
.yellowy-green-wrapper img.profile-thumbnail {
	display: block;
	width: 100px;
	margin: 0 auto 20px;
}

/* on careers people profile */

p.people-quote {
	background: url(../img/quote-mark.png) center top no-repeat;
	background-size: 15px;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0;
	max-width: 344px;
	margin: 0 auto 15px;
	padding: 30px 0 0;
}

.yellowy-green-wrapper p.people-quote {
	background-image: url(../img/quote-mark-dark.png);
}


p.people-quote a,
.yellowy-green-wrapper p.people-quote a {
	font-size: inherit;
}

.yellowy-green-wrapper p.people-quote {
	color: #253b42;
}

.yellowy-green-wrapper p.people-quote a:hover {
	color: inherit;
	text-decoration: underline;
}

@media only screen and (min-width: 480px) {

	.dark-grey-blue-wrapper a,
	.yellowy-green-wrapper a {
		font-size: 13px;
	}

}

@media only screen and (min-width: 1024px) {

	.dark-grey-blue-wrapper,
	.yellowy-green-wrapper {
		margin: 165px 0 0;
	}

	.dark-grey-blue-wrapper .row,
	.yellowy-green-wrapper .row {
		max-width: 1280px;
	}

	.dark-grey-blue-wrapper .text-container img,
	.yellowy-green-wrapper .text-container img {
		display: block;
	}

	.dark-grey-blue-wrapper .text-container,
	.yellowy-green-wrapper .text-container {
		position: relative;
		padding: 0;
		height: 550px;
		transition: height 0.2s ease-in-out;
	}

	.dark-grey-blue-wrapper .text-container-2,
	.yellowy-green-wrapper .text-container-2 {
		height: 100%;
		width: 100%;
		display: table;
		top: 0;
		position: absolute;	
	}

	.dark-grey-blue-wrapper .text-container-3,
	.yellowy-green-wrapper .text-container-3 {
		vertical-align: middle;
	    height: 100%;
	    display: table-cell;
	}


	.dark-grey-blue-wrapper h2,
	.yellowy-green-wrapper h2,
	.dark-grey-blue-wrapper p.slide-title-2,
	.yellowy-green-wrapper p.slide-title-2 {
		margin: 0 0 65px;
	}

	p.people-quote {
		padding-top: 40px;
	}

}

@media only screen and (min-width: 1132px) {
	.dark-grey-blue-wrapper .text-container,
	.yellowy-green-wrapper .text-container {
		height: 600px;
	}
}

@media only screen and (min-width: 1280px) {
	.dark-grey-blue-wrapper .text-container,
	.yellowy-green-wrapper .text-container {
		height: 700px;
	}

	.dark-grey-blue-wrapper img.profile-thumbnail,
	.yellowy-green-wrapper img.profile-thumbnail {
		margin: 70px auto 40px;
	}

	.dark-grey-blue-wrapper .soc-med,
	.yellowy-green-wrapper .soc-med {
		margin-top: 65px;
	}
}

/* /// careers - job carousel */

.job-search {
	background: #dbde2f;
	margin: 0;
	padding: 25px 25px 30px;
}

.job-search label {
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.job-search select {
	margin: 10px 0;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.job-search input.button {
	background: transparent;
}

.job-search input.button:hover {
	color: #fff;
	background: #253b42;
}


	@media only screen and (min-width: 640px) {

		.job-search {
			padding: 50px 25px 72px;
		}

		.job-search form {
			margin: 60px -25px 0;	
		}

		.job-search select {
			margin: 17px 12px 25px;
			width: calc(100% - 28px);
			font-size: 12px;
			letter-spacing: 3px;
		}

		.job-search input.button {
			margin: 0;
			padding: 12px;
			min-width: 180px;
		}

	}

	@media only screen and (min-width: 1024px) {

		.job-search select {
			margin-bottom: 70px;
		}		

	}

/* /// careers - job listings and results */

.job-listing-area {
	padding: 50px 25px;
}

.job-listing {
	float: left;
	width: 100%;
}

.job-listing h3 {
	margin: 0 0 15px;
}

.job-listing p.location,
.job-listing p.job-title {
	margin: 0;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.job-listing p.job-title {
	margin-bottom: 20px;
}

.job-listing a.button {
	margin: 0;
}

.job-listing:after {
	content: "";
	display: block;
	width: 198px;
	margin: 42px auto 32px;
	border-top: 1px solid rgba(255,255,255,0.7);
}

.job-listing.result:after {
	content: none;
}

ul.pagination {
	display: inline-block;
	margin: 20px auto;
	list-style: none;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
}

ul.pagination li {
	display: block;
	float: left;
}

ul.pagination li a {
	display: block;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	padding: 0 25px 0 0;
}

ul.pagination li a:hover {
	text-decoration: none;
	color: #dbde2f;
}

ul.pagination li a:before {
	content: "|";
	padding: 0 25px 0 0;
	color: #fff;
}

ul.pagination li:nth-of-type(2) a:before {
	content: "";
}

ul.pagination li.ellipsis + li a:before {
	content: "";
}

ul.pagination li.previous,
ul.pagination li.next {
	width: 20px;
	height: 17px;
	background-image: url(../img/pagination.png);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: 5px 0;
	text-indent: -10000rem;
	margin: 2px 0;
}

ul.pagination li.previous.disabled,
ul.pagination li.next.disabled {
	opacity: 0.5;
}

ul.pagination li.previous.disabled a,
ul.pagination li.next.disabled a {
	cursor: default;
}

ul.pagination li.previous:not(.disabled):hover {
	background-position: 5px -50px;
}

ul.pagination li.next {
	background-position: -20px 0;
}

ul.pagination li.next:not(.disabled):hover {
	background-position: -20px -50px;
}


ul.pagination li.previous a,
ul.pagination li.next a {
	display: block;
	margin: 0;
}

.job-listing.result a.button {
	width: 100%;
	margin: 0 0 25px;
}

.job-listing .back-to a,
.job-listing .share a {
	display: inline-block;
	color: #dbde2f;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	line-height: 1.2;
	height: 20px;
	margin: 10px 0;
	padding: 2.5px 0;
}

.job-listing .back-to a {
	background-image: url(../img/back-to.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 0 0;
	padding-left: 22px;
}

.job-listing .share a {
	background-image: url(../img/share.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 0 2px;
	padding-left: 22px;
}

.job-listing .back-to a:hover,
.job-listing .share a:hover {
	color: #fff;
	text-decoration: none;
}

.job-listing .back-to a:hover {
	background-position: 0 -50px;
}

.job-listing .share a:hover {
	background-position: 0 -46px;
}

input::placeholder,
textarea::placeholder {
	color: #233c43;
	opacity: 1;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 3px;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	padding: 8px 9px 6px;
	margin: 25px 0 0;
}

.jobs-application label,
.jobs-by-email label {
	font-size: 0;
	line-height: 0;
}

.jobs-application label:last-of-type,
.jobs-by-email label:last-of-type {
	margin-bottom: 25px!important;
}

.jobs-application label:last-of-type + .error-message,
.jobs-by-email label:last-of-type + .error-message {
	margin: -20px 0 35px!important;
}

	.lt-ie10 .jobs-application label,
	.lt-ie10 .jobs-by-email label {
		font-size: 13px;
		line-height: 23px;
		color: #fff;
		font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	}

	.lt-ie10 .jobs-by-email label {
		margin-left: 20px;
	}

.jobs-application textarea {
	min-height: 190px;
	margin: 25px 0 0;
}

.error-message {
	color: #ea523b!important;
	margin: 5px 0 25px;
	text-align: center;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
}

.custom-checks .error-message {
	float: left;
	width: 100%;
	margin: -15px 0 35px;
}

.alertMessage {
	background: #dbde2f;
	padding: 20px;
	margin: 0 10px 40px;
	color: #233c43!important;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
}

label.upload,
.lt-ie10 label.upload {
	font-size: 10px;
	line-height: 1.2;
	margin: 1rem 0;
	width: auto;
	cursor: pointer;
}

.section.dark-grey-blue span.mandatory {
	color: #dbde2f;
}

.jobs-by-email hr {
	border-color: #fff;
	max-width: 216px;
	margin: 42px auto 50px;
}

body#uploading {
	overflow: hidden;
}

#upload-overlay {
	position: fixed;
	background: rgba(37, 59, 66, 0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
}

#uploading #upload-overlay {
	display: block;
}

#upload-overlay:after {
	content: "";
	background: #253b42 url(../img/ajax-loader.gif) center center no-repeat;
	border-radius: 200px;
	height: 50px;
	width: 50px;
	display: block;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}

@media only screen and (min-width: 640px) {

	.job-listing-area {
		padding: 80px 25px 50px;
	}

	.job-listing h3 {
		font-size: 24px;
		line-height: 39px;
	}

	.job-listing p.job-title {
		margin-bottom: 32px;
	}

	.job-listing p,
	.jobs-application p {
		margin-bottom: 32px;
	}

	.job-listing.result a.button,
	.jobs-application a.button,
	.jobs-by-email a.button {
		width: calc(100% - 24px);
		margin: 10px 12px 30px;
	}

	.job-listing .back-to a,
	.job-listing .share a {
		display: block;
		margin-top: 40px;
	}

	.job-listing .back-to {
		text-align: left;
	}

	.job-listing .share {
		text-align: right;
	}

	.job-listing .share a {
		background-position: right 2px;
		padding-left: 0;
		padding-right: 22px;
	}

	.job-listing .share a:hover {
		background-position: right -46px;
	}

	.jobs-application form {
		padding: 0 0 15px 0;
	}

	.jobs-application label.upload {
		width: calc(100% - 24px);
		margin: 16px 12px 10px!important;
	}

	.jobs-by-email form {
		margin: 45px 0 0;
	}

	.jobs-by-email .custom-checks {
		padding: 0 12px;
	}

	.jobs-by-email input {
		width: calc(100% - 25px);
		margin: 0 auto 25px;
	}

}

@media only screen and (min-width: 1024px) {

		ul.pagination {
			margin-top: 30px;
		}

		.jobs-application p {
			margin: 10px 0 43px;
		}

		#standard-section .jobs-application h3 {
			margin: 0 0 40px;
		}

}

/* /// custom checkboxes */

label.title {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 30px;
}

label.title.mm {
	margin: 40px 0 20px;
}

.custom-checks {
	margin: 0;
}

.custom-checks input:not(.other) {
	display: none;
}

.custom-checks label.title {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 25px -35px;
	text-align: left;
}

.custom-checks label {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: left;
	font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
	letter-spacing: 2px;
    margin: 5px 0 8px;
    padding: 7px 10px 5px 35px;
    width: 100%;
    overflow: hidden;
	text-overflow: ellipsis;
}

.custom-checks.cc2 label a:hover {
	border-bottom: 1px solid #1e1e1e;
}

.custom-checks label div {
	background: transparent;
    border: 1px solid #dbde2f;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: -2px 0 0px -35px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.custom-checks label i {
	font-size: 16px;
	opacity: 0;
}

.custom-checks input:checked+label i {
	opacity: 0;
}

.custom-checks input:checked+label div {
	background: #dbde2f;
}

.custom-checks input.other {
	margin: 4px 0 20px -20px;
	width: calc(100% + 20px);
}

.custom-checks .large-3 {
	float: left!important;
}

.custom-checks .large-3:nth-of-type(4n+1) {
	clear: both;
}
 
/* /// careers - featured jobs */

#featured-jobs {
	padding: 50px 20px;
}

#featured-jobs .grid {
	max-width: 100%;
}

#featured-jobs .filters::before {
	background: transparent;
}

#featured-jobs .filters {
	height: auto;
	margin: 0 0 20px;
}

#featured-jobs .filters .button-group {
    max-width: 720px;
    margin: 0 auto 50px;
}

.careers #featured-jobs .filters .button-group {
    max-width: 750px;
}

#featured-jobs .grid-item {
	background: #253b42;
	width: 100%;
	margin: 0 0 18px;
	padding: 25px;
}

#featured-jobs .grid-item::before {
	content: none;
}

#featured-jobs.section.yellowy-green .grid-item {
	border: none;
}

#featured-jobs .grid-item a h3 {
	color: #dbde2f;
	margin: 0 0 15px;
}

#featured-jobs .grid-item a p {
	color: #fff;
	margin: 0 0 20px;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#featured-jobs .grid-item a span.button {
	margin: 0;
}

#featured-jobs a.button {
	margin: 0 10px 15px;
}

@media only screen and (min-width: 640px) {

	.something-semantic {
  display: table;
  width: 100%;
  border: 1px solid red;
  height: 400px;
}
.something-else-semantic {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

	#featured-jobs {
		padding: 58px 25px 75px;
	}

	#fullpage #featured-jobs {
		padding-top: 0;
		padding-bottom: 0;	
	}

	#featured-jobs .grid-item {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
		padding: 48px 25px;
			height: 270px;
			/*display: table;*/
	}

	#featured-jobs span.vc {
		/*display: table-cell;
		  text-align: center;
		  vertical-align: middle;*/
	}

	#featured-jobs .grid-item a {
		/*display: table-cell;
		vertical-align: middle;*/
	}

	#featured-jobs .grid-item a h3 {
		font-size: 15px;
		line-height: 17px;
		letter-spacing: 2px;
		margin: 0 0 17px;
			max-height: 50px;
			/*overflow: hidden;*/
	}

	#featured-jobs .grid-item a p {
		font-size: 13px;
		line-height: 17px;
		letter-spacing: 2px;
		margin: 0 0 30px;
			max-height: 34px;
			overflow: hidden;
	}

}

@media only screen and (min-width: 1024px) {

	#featured-jobs .filters {
		margin: 0 0 50px;
	}

	#featured-jobs .grid-item {
		width: calc(33% - 20px);
		margin: 0 10px 18px;
	}

	#featured-jobs a.button {
		min-width: 265px;
		margin: 0 10px;
	}

}



/* people carousel */

#people-carousel-section {
    padding: 35px 30px;
}

@media only screen and (min-width: 1024px) {
	#people-carousel-section {
	    padding-top: 65px;
	    padding-bottom: 75px;
	}
}

.people-carousel {
	position: relative;
    min-height: 450px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.people-carousel {
	    width: 80%;
	    max-width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.people-carousel {
	    width: 100%;
	    max-width: 800px;
	}
}

.people-carousel .slllide {
	color: #fff;
	padding: 23px 0 5px;
	margin: 0 12px 12px;
}

.people-carousel .slllide .people-box {
	width: 100%;
	padding-bottom: 0;
	margin: 0;
}

.people-carousel .slllide a.button {
	color: #fff;
	border-color: #fff;
}

.people-carousel .slllide a.button:hover {
	background: #fff;
}

/* video carousel */

#video-carousel-section {
    padding: 35px 30px;
}

.video-carousel h4 {
	font-weight: normal;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 15px 0 0;
}

@media only screen and (min-width: 1024px) {
	#video-carousel-section {
	    padding-top: 65px;
	    padding-bottom: 75px;
	}
}

.video-carousel {
	position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.video-carousel {
	    width: 80%;
	    max-width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.video-carousel {
	    width: 100%;
	}

	.video-carousel h4 {
		font-size: 18px;
		line-height: 24px;
	}
}

.video-carousel .slllide {
	color: #fff;
	padding: 0;
	margin: 0 12px 12px;
}

.video-carousel .slllide a.video-box {
	width: 100%;
	padding-bottom: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}

.video-carousel .slllide a.video-box:hover {
	text-decoration: none;
}

.video-carousel .slllide a.video-box img {
	transition: opacity 0.3s ease-in-out;
}

.video-carousel .slllide a.video-box:hover img {
	opacity: 0.8;
}

#videoModal h3 {
	padding-right: 25px;
	margin: 0 0 14px;
}

/* gallery carousel */

#gallery-carousel-section {
    padding: 0 30px 50px;
}

@media only screen and (min-width: 1024px) {

	#gallery-carousel-section {
	    padding-top: 65px;
	    padding-bottom: 40px;
	}

	#gallery-carousel-section.less-top-padding {
	    padding-top: 0;
	}
}

.gallery-carousel {
	position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.gallery-carousel {
	    width: 80%;
	    max-width: 100%;
	    margin-bottom: 25px;
	}
}

@media only screen and (min-width: 1200px) {
	.gallery-carousel {
	    width: 100%;
	    max-width: 735px;
	}
}

.gallery-carousel .slllide {
	color: #fff;
	padding: 0;
	margin: 0 5px;
	transition: opacity 0.3s ease-in-out;
}

.gallery-carousel .slllide.slick-center {
	opacity: 0.5;
}

/* captions */

.gallery-carousel .slide_caption {
	background: rgba(37,59,66,0.8);
	color: #fff !important;
	padding: 10px 25px;
	margin: 0 0 10px;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

@media only screen and (min-width: 768px) {

	.gallery-carousel .slllide {
		position: relative;
		margin: 0 11px;
	}

	.gallery-carousel .slide_caption {
	  bottom: 0;
	  left: 0;
	  position: absolute;
	  width: 100%;
	  z-index: 2;
	  margin: 0;
	}


}



/* contact us */
.map-container {
	margin-top: 65px;
	position: relative;
	text-align: center;
}

.section + .map-container {
	margin-top: 0;
}

#map {
    height: 400px;
}

.resetMapButtonContainer a.button {
	color: #243b41;
	background: #dbde2f;
	border-color: #dbde2f;
	margin: 0 0 0 -80px;
	position: absolute;
	bottom: 32px;
	z-index: 300000;
	left: 50%;
	right: 50%;
	width: 160px;
}

.resetMapButtonContainer a.button:hover {
	background: #fff;
	border-color: #fff;
}

@media only screen and (min-width: 1024px) {
	.map-container {
		margin-top: 165px;
	}

	#map {
	    height: 636px;
	}
}

/* contact us slide-in panel */

div#locationPanel {
    z-index: 1;
	padding: 25px;
	width: 100%;
	max-width: 467px;
	position: absolute;
	right: -480px;
	top: 0px;
	background-color: #243b41;
	bottom: 0;
	color: #fff;
}

div#locationPanel p a {
	color: #fff;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	text-decoration: underline;
}

div#locationPanel p a:hover {
	text-decoration: none;
}

div#locationPanel h1,
div#locationPanel h2,
div#locationPanel h3,
div#locationPanel h4,
div#locationPanel h5 {
	color: #dbde2f;
}

div#locationPanel h4 {
	color: #dbde2f;
	margin: 18px 0px 38px;
	font-size: 25px;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	letter-spacing: 7px;
}

div#locationPanel h5 {
	color: #dbde2f;
	margin: 15px 0 5px;
	font-family: 'GalanoGrotesque-Heavy', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 4px;
}

div#locationPanel p {
	margin: 0;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

div#locationPanel a.closePanel {
	color: #dbde2f;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

div#locationPanel img.locationImage {
	max-width: 300px;
	margin: 50px 0;
	width: 100%;
}

div#locationPanel a.closePanel:hover {
	text-decoration: none;
	color: #fff;
}

@media only screen and (max-width: 1023px) {
	div#locationPanel {
		background-color: rgba(36,59,65,0.95);
	}

	div#locationPanel h4 {
		margin: 0 0 25px;
	}

	div#locationPanel img {
		display: none;
	}

	div#locationPanel a.closePanel {
		top: 0;
		bottom: auto;
		margin: 20px 0;
		background: url(../img/close-button-white.png) center center no-repeat;
		background-size: 16px;
		width: 32px;
		height: 32px;
		right: 20px;
		position: absolute;
		left: auto;
		text-indent: -1000em;
	}
}

/* footer */

.footer {
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	padding: 25px 25px 5px;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	background-color: #dbde2f;
}

.footer-logo {
	display: none;
}

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

.footer ul li {
	font-size: 12px;
	line-height: 1.25;
	margin: 0 0 3px;
}

.footer ul li a {
	text-decoration: none;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
}

.footer ul li a:hover {
	color: #253b42;
	text-decoration: underline;
}

.footer .soc-med {
	display: block;
	position: relative;
	margin: 0 0 20px;
}

.footer .soc-med ul {

}

.footer .soc-med li {
	display: inline-block;
	margin: 0 2px 0 0;
}

@media only screen and (min-width: 1024px) {
	.footer {
		padding: 25px;
	}

	.footer .large-4 {
		width: 23%;
	}

	.footer .large-3 {
		width: 20%;
	}

	.footer .large-2 {
		width: 16%;
	}

	.footer .large-1 {
		float: right;
		width: 20%;
	}

	.footer-logo {
		display: block;
		width: 112px;
		height: 112px;
		margin: 3px 0 20px;
	}

	.footer .soc-med {
		float: right;
		margin: 0;
		right: 0;
	}

	.footer .soc-med ul {
		padding: 0;
	}

	.footer .soc-med li,
	.footer .soc-med li a {
		background-color: transparent;
	}

	.footer .soc-med li a.twitter {
		background-image: url(../img/footer-soc-med-twitter.png);
	}

	.footer .soc-med li a.facebook {
		background-image: url(../img/footer-soc-med-facebook.png);
	}

	.footer .soc-med li a.instagram {
		background-image: url(../img/footer-soc-med-instagram.png);
	}

	.footer .soc-med li a.linkedin {
		background-image: url(../img/footer-soc-med-linkedin.png);
	}

	.footer .soc-med li a.googleplus {
		background-image: url(../img/footer-soc-med-googleplus.png);
	}

	.footer .soc-med li a.sharethis {
		background-image: url(../img/footer-soc-med-sharethis.png);
	}
}	

@media only screen and (min-width: 1200px) {
	.footer {
		padding: 42px 0;
	}
}

/* search overlay */

.search-form {
	transition: all 0.2s ease-in-out;
	position: fixed;
	opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    white-space: nowrap;
    text-align: center;
    background: #dadc33;
}

.search-form.go {
	position: fixed;
	opacity: 1;
	z-index: 6400000;
}

.search-form:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.search-form__fieldset {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0;
    border: 0;
    padding: 0;
    width: 65.78483%;
}

input.search-form__field {
    display: block;
    margin: 0 auto;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 5px 20px 5px 0;
    width: 100%;
    background: none;
    color: #233c43;
    outline: none;
    height: 36px;
    font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0!important;

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #233c43;
	opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #233c43;
	opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #233c43;
	opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: #233c43;
	opacity: 1;
}

.search-form a.gone {
	text-indent: -10000em;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	background: url(../img/close-button.png) center center no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
	input.search-form__field {
		font-family: 'GalanoGrotesque-Light', Helvetica, Arial, sans-serif;
		height: 72px;
    	font-size: 30px;
    	line-height: 48px;
	}
}

/* timeline page */

.section#timeline {
	background: #253b42 url(../img/v-line.png);
	background-repeat: repeat-y!important;
	background-size: inherit!important;
	background-position: center top!important;
	padding: 45px 0;
}

#timeline .year {
	position: relative;
	float: left;
	width: 100%;
}

#timeline .year-box {
	color: #253b42;
	background-color: #dbde2f;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 3px;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	width: 75px;
	height: 76px;
	margin: 15px auto;
	padding: 32px 0;
}

.timeline-item {
	float: left;
	width: 100%;
	background-color: #253b42;
	padding: 0 25px;
	margin: 0 0 75px;
}

.timeline-item img {
	margin: 0 0 15px;
}

.timeline-item h1.x-large,
.timeline-item h2.x-large {
	font-size: 66px;
	line-height: 1;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
	margin: 15px 0 0;
	word-wrap: break-word;
}

@media only screen and (min-width: 641px) {
	#timeline .year-box {
		font-size: 16px;
		letter-spacing: 3px;
		width: 92px;
		height: 92px;
		margin: 20px auto;
		padding: 38px 0;
	}
}

@media only screen and (min-width: 1024px) {
	.section#timeline {
		background-image: none;
		padding: 0;
	}

	#timeline .year {
		padding: 0 35px;
		background: url(../img/v-line.png) repeat-y 80px 0;
		background-size: 1px;
		transition: all 0.2s ease-in-out;
	}

	#timeline .year:last-of-type {
		padding-bottom: 75px;
	}

	#timeline .year:after {
		content: "";
		display: block;
		position: absolute;
		top: 60px;
		right: 50px;
		left: -10000em;
		background: transparent url(../img/h-line.png) 0 0 repeat-x;
		background-size: 1px 1px;
		height: 1px;
	}

	#timeline .year:first-of-type:after {
		background: transparent;
	}

	#timeline .year-box {
		position: absolute;
		margin-top: 15px;
		z-index: 1;
	}

	.timeline-item {
		background: transparent url(../img/h-line.png) 46px calc(50% - 8px) no-repeat;
		background-size: 59px;
		float: right;
		width: 100%;
		padding: 0 0 0 30%;
		margin: 25px 0;
	}

	.lt-ie10 .timeline-item {
		background-position: 46px center;
	}

	#timeline .year-box + .timeline-item {
		margin-top: 155px;
	}

		#timeline .year:first-of-type .year-box {
			margin-top: 16px;
		}

		#timeline .year:first-of-type .year-box + .timeline-item {
			margin-top: 90px;
		}

	.timeline-item h2 {
		font-size: 21px;
		line-height: 26px;
		margin: 7px 0 15px;
	}

	.timeline-item h2.x-large {
		font-size: 80px;
		letter-spacing: 12px;
	}

	.timeline-item p {
		padding: 0 25px;
		margin: 0 0 30px;
	}

	.timeline-item img {
		margin-top: 15px;
	}
}

/* back to top */

a.back-to-top {
	position: fixed;
	width: 24px;
	height: 24px;
	background: url(../img/back-to-top-arrow.png) 0 0 no-repeat;
	background-size: 24px;
	z-index: 3000;
	right: 10px;
	bottom: 20px;
	display: block;
	text-indent: -1000em;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

a.back-to-top {
	opacity: 0;
}

.top-button-appear a.back-to-top {
	opacity: 1;
}

.fp-enabled a.back-to-top {
	opacity: 1;
}

.fp-enabled .fp-viewing-0-0 a.back-to-top {
	opacity: 0;
}

@media only screen and (min-width: 1024px) {
	a.back-to-top {
		right: 28px;
		bottom: 28px;
	}

	a.back-to-top.home {
		background-image: url(../img/back-to-top-arrow.png);
		background-position: 0 0;
	}

	/* previous behaviour
	a.back-to-top.home {
		background-image: url(../img/back-to-top-arrow-home.png);
		background-position: 0 0;
	}

	.fp-viewing-1 a.back-to-top.home,
	.fp-viewing-4 a.back-to-top.home {
		background-position: 0 -24px;
	} /* change .fp-viewing-4 to .fp-viewing-5 if the case study slider section is included */

}

/* search results */

#standard-section .search-form {
	float: left;
	width: 100%;
	transition: none;
	position: inherit;
	opacity: 1;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: inherit;
	z-index: inherit;
	white-space: inherit;
	text-align: left;
	background: transparent;
}

#standard-section .search-form label {
	display: none;
}

.form-row input {
	background: #fff;
	border: none;
	border-radius: 0;
	float: left;
	height: 41px;
	margin: 0 0 15px;
	padding: 0 12px;
	width: calc(100% - 41px);
}

.submitButtonContainer {
	position: relative;
}

.submitButtonContainer button {
	margin: 0;
    position: absolute;
    right: 0;
    min-width: 1px;
    text-indent: -10000em;
    border: none;
    width: 41px;
    height: 41px;
    background: #dbde2f url(../img/search.png) no-repeat scroll center 9px;
    background-size: auto auto;
    background-size: 20px;
    padding: 0;
    border: none;
}

.searchResults {
    width: 100%;
    margin: 0 auto 50px;
}

.searchResults .searchResult {
	margin: 0 0 1.5rem;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
}

.searchResults p {
	text-align: left;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
}

.searchResults ol {
	list-style: none;
	margin: 0 0 1.5rem;
}

.searchResults li .counter {
	display: none;
}

#standard-section .searchResults h2 {
	margin-bottom: 2px;
}

.section.dark-grey-blue .searchResults h2 a {
	color: #dbde2f;
	transition: all 0.2s ease-in-out;
}

.section.dark-grey-blue .searchResults h2 a:hover {
	color: #fff;
	text-decoration: none;
}

.searchView {
	display: none;
}

.searchHighlight {
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	color: #253b42;
	background: #dbde2f;
}

/* pagination */

#standard-section ul.page-numbers {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 1px;
    line-height: 1px;
    max-width: inherit;
}

ul.page-numbers li,
ul.page-numbers span {
	border-radius: 0;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    background-color: #dbde2f;
    color: #253b42;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
}

.section.dark-grey-blue ul.page-numbers li a {
	color: #253b42;
}

ul.page-numbers li::before {
	content: "";
	margin-left: 0;
}

ul.page-numbers li:hover,
ul.page-numbers span:hover {
	background-color: #fff;
}

ul.page-numbers span.disabled {
	background-color: #253b42;
    border: 1px solid #808d38;
    color: #808d38;
    opacity: 1;
    cursor: default;
}

ul.page-numbers li span {
    margin-bottom: 0;
    margin-right: 0;
}

ul.page-numbers span.current {
	color: #dbde2f;
	border: 1px solid #dbde2f;
    background-color: #253b42;
}

ul.page-numbers a,
ul.page-numbers span.current,
ul.page-numbers span.disabled {
    display: inline-block;
    padding: 15px;
    width: 100%;
    text-decoration: none;
}

ul.page-numbers a {
    color: #fff;
}

@media screen and (min-width: 641px) {
	ul.page-numbers {
    	margin-bottom: 50px;
    	clear: both;
    }

    ul.page-numbers li,
    ul.page-numbers span {
        display: inline-block;
        width: auto;
        margin: 0 10px 0 0
    }

    ul.page-numbers li.last {
        margin-right: 0
    }

    ul.page-numbers span.current {
     	cursor: default;   
    }

    ul.page-numbers a,
    ul.page-numbers span.current,
    ul.page-numbers span.disabled {
        width: auto;
        display: inline-block;
        padding: 10px 13px;
    }

    ul.page-numbers a {
        
    }

    ul.page-numbers a:hover {
        
    }
}

/* log in page */

.log-in p {
	text-align: left;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;	
}

#UserLoginForm {
	text-align: left;
}

#UserLoginForm label {
	color: #fff;
	font-family: 'GalanoGrotesque-Regular', Helvetica, Arial, sans-serif;
}

#flashMessage {
	color: #dbde2f;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	margin: 0 0 0.5rem;
	line-height: 1.3;	
}

#UserLoginForm label acronym,
.log-in p acronym {
	text-decoration: none;
	color: #dbde2f;
}

#UserLoginForm .submit input {
	display: inline-block;
	color: #253b42;
	border: none;
	background: #dbde2f;
	width: auto;
	margin: 1rem 0;
	padding: 14px 12px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.2;
	font-family: 'GalanoGrotesque-Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 3px;
	transition: all 0.2s ease-in-out;
}

#UserLoginForm .submit input:hover {
	background: #fff;
}

/* video */

.flex-video {
	margin: 0;
}

.video {
	padding: 25px;
}

@media screen and (min-width: 1024px) {

	.video {
		max-width: 712px;
		margin: 0 auto;
		padding: 132px 0;
	}

	.video.less-top-padding {
		padding-top: 25px;
	}

}



