body {
	/*font-family: "adelle-sans";Arial;*/
	font-family: 'Raleway', sans-serif;
	width:100%;
	/*overflow-x: hidden;*/
	margin:0;
	background-color: #FEFEFE;
	font-size: 16px;
}

a {
	color:#FEFEFE;
	text-decoration: none
}

a:hover {
	color:#0169AF;
}

a, img {
	border:none;
	outline:none;
}

h3 {
	color:#58595B;
	font-size:3em;
	font-weight: bold;
	margin:10px 0;
}

p {
	color:#58595B;
	font-size: 1em;
	line-height: 200%;
	margin-top:0;
}

#page1 {
	width:100%;
	background-color: #FEFEFE;
	overflow:hidden;
}

#page2, #page3, #page4, #page5, #page6 {
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
}

#page3 h3.productsHeader {
	margin:0;
}

#page5 {
	background-color: #4695C3;
}

.contentArea, .staticArea {
	width:1000px;
	margin:0 auto;
}

.contentArea form {
	margin:0 30px;
}

.contentArea {
	padding-top:30px
}

header {
	width:1000px;
	height:115px;
	margin:0 auto;
	position: relative;
}

.logo {
	margin-top: 20px;
	width:330px;
	height:85px;
	float:left;
}

.navigation {
	float:right;
	margin:60px 0 0 22px;
	width:530px;
}

.navigation > ul {
	list-style-type: none;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

.navigation > ul > li {
	float:left;
	margin-right:44px;
	font-size: 1.125em;
	position:relative;
}

.navigation > ul > li > a {
	color:#C3C1C1;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation > ul > li > a:hover, .navigation > ul > li.current_page_item > a {
	color:#5489E9;
}


ul.sub-menu {
	display: none;
	cursor: pointer;
	position: absolute;
	top:27px;
	left:-10px;
	z-index: 30
}


ul.sub-menu {
	display:none;
	list-style-type: none;
	padding:0;
	margin:0;
}

ul.sub-menu li {
	color:#FEFEFE;
	background-color: #0B78B7;
	width:212px;
	height:20px;
	padding:9px 10px 8px 10px;
	border-top:1px solid #FFF;
}

ul.sub-menu li a {
	color:#FEFEFE;
	background-color: #0B78B7;
	display:block;
	width:100%;
	height:100%;
}

ul.sub-menu li:hover, ul.sub-menu li:hover a {
	background-color: #FEFEFE;
	color:#0B78B7;
}

.mobileBackground {
	max-width: 100%;
	height:100%;
	display:none;
	background: url(cssimages/mobileBackground.jpg) no-repeat;
	background-size:cover;
}

.mainArea {
	width:100%;
	height:90%;
	position:relative;
	background-color:#CCCCCC;
	min-height:520px;
	background-color:#CCCCCC;
}

.homeContent {
	position:absolute;
	margin:0 auto;
	left:50%;
	margin-left: -480px;
	width:960px;
	height:336px;
	top:112px;
	z-index: 20
}

.findTalent {
	font-family: Arial, Helvetica, sans-serif;
	width:400px;
	height:80px;
	position:absolute;
	right:0;
	top:0;
	color:#FEFEFE;
	font-size: 2.25em;
	font-weight: bold;
	background-color: rgba(84, 137, 283, 0.75);
	padding:25px 15px;
	box-shadow: 3px 3px 2px #888888;
}

.findJob {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.25em;
	font-weight: bold;
	width:400px;
	height:80px;
	position:absolute;
	right:0;
	top:0;
	margin-top:150px;
	color:#FEFEFE;
	background-color: rgba(84, 137, 283, 0.75);
	padding:25px 15px;
	box-shadow: 3px 3px 2px #888888;

}

div.largeText {
	margin-top: 0;
	margin-bottom: 20px;
}

div.smallText {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

.mainText {
	position: absolute;
	font-family: "Raleway", Arial;
	color:#F9F6F6;
	font-size:1.75em;
	font-style: italic;
	font-weight:500;
	width:443px;
	height:142px;
	margin-top: 50px;
	padding:20px 0 10px 25px;
	background-color: rgba(86, 87, 87, 0.56)

}

.homeContentMobile {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:98%;
}

.mobileItems {
	margin:0 auto;
	width:440px;
	height:450px;
	top:112px;
	z-index: 20

}

.mainTextMobile {
	font-family: "Raleway", Arial;
	color:#A7A7A8;
	font-size:1.75em;
	font-style: italic;
	font-weight:500;
	width:405px;
	height:142px;
	margin-top: 20px;
	padding:20px 0 10px 25px;
	background-color: rgba(0, 0, 0, 0.075)
}

.findTalentMobile {
	font-family: Arial, Helvetica, sans-serif;
	width:400px;
	height:80px;
	color:#FEFEFE;
	font-size: 2.25em;
	font-weight: bold;
	background-color: rgba(84, 137, 283, 0.75);
	padding:25px 15px;
	box-shadow: 3px 3px 2px #888888;
	margin-top:20px;
}

.findJobMobile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.25em;
	font-weight: bold;
	width:400px;
	height:80px;
	margin-top:20px;
	color:#FEFEFE;
	background-color: rgba(84, 137, 283, 0.75);
	padding:25px 15px;
	box-shadow: 3px 3px 2px #888888;
}

.leftArrow, .leftWhiteArrow {
	position:absolute;
	top:50%;
	margin-top: -20px;
	left:5px;
	cursor:pointer;
	z-index: 60;
}

.rightArrow, .rightWhiteArrow {
	position:absolute;
	top:50%;
	margin-top: -20px;
	right:5px;
	cursor:pointer;
	z-index: 60;
}

.downArrow, .downArrowHome {
	position: absolute;
	left: 50%;
	margin-left: -27px;
	padding:5px;
	background-color: rgba(84, 137, 283, 0.75);
	cursor:pointer;
	bottom:0;
}

.about {
	background-color: #898989;
	width:100%;
	height:115px;
	padding:0;
}

.aboutContent {
	width:1000px;
	margin:0 auto;
	color:#FEFEFE;

}

.aboutLeft {
	float:left;
	width:360px;
}

.about h3 {
	margin:0 auto;
	max-width:1000px;
	padding:25px 30px;
	color:#FEFEFE;
	font-size: 3.5em;
	color:#E1E0E0;
}

.about h3.oneline {
	margin-top:25px;
}

.aboutRight {
	float:left;
	width:630px;
}

.aboutRight p {
	margin:10px;
	color:#FEFEFE;
}

.aboutImage {
	position:relative;
	height:840px;
}

.aboutImage img {
	max-width:100%;
}

.effortSection {
	width:100%;
	background-color: #898989;
	height:300px;
}

.effortText {
	height:300px;
	max-width:1000px;
	margin:0 auto;
}

.effortText h3 {
	color:#FEFEFE;
	float:left;
	width:33%;
	font-size:3.5em;
	text-align: right;
	padding-top:60px;
	padding-right:3%;
}

.effortText p {
	color:#FEFEFE;
	float:left;
	width:64%;
	padding-top:50px;
}


.leftArrow, #videoCarousel .leftArrow img {
	position:absolute;
	top:50%;
	margin-top:-14px;
	left:2px;
	cursor:pointer;
	z-index: 5
}

.rightArrow, #videoCarousel .rightArrow img {
	position:absolute;
	top:50%;
	margin-top:-14px;
	right:2px;
	cursor:pointer;
	z-index: 5
}

.detailView {
	position: absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	bottom:0;
	height:75px;
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
	cursor:pointer;
}

.detailView h4 {
	font-weight: bold;
	font-size: 2em;
	color:#FFFFFF;
	margin:20px 0;
	text-align: center
}

.detailView a:hover {
	color:#EEEEEE;
	text-decoration: underline;
}

.detailView p {
	color:#FEFEFE;
	margin:0 40px;
	display:none;
	font-size:1.5em;
	line-height: 36px
}

.identifier {
	position:absolute;
	bottom:40px;
	right:5px;
	color:#FEFEFE;
	font-size: 2.25em;
	cursor:pointer;
}

ul.productSquares {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul.productSquares li {
	float:left;
	width:250px;
	height:315px;
	margin-right:80px;
	margin-bottom: 40px;
}

ul.productSquares a:hover h4 {
	color:#50b9f0;
}

.largeImage {
	width:100%;
	position:relative;
	height:382px;
	overflow:hidden;
	background-color:#000;
}

.largeImage img {
	/*max-width: 100%*/
}

.largeImage h3 {
	position:absolute;
	font-size:120px;
	font-weight: bold;
	color:#FFFFFF;
	top:15%;
	left:50%;
	margin-left:-500px;
	z-index: 5
}

.productSquares .square h4 {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	height:38px;
	background-color: #0B78B7;
	color:#FEFEFE;
	font-size:1.125em;
	font-weight:normal;
	text-align: center;
	padding-top:17px;
	margin:0;

}

.productSquares .square h4.twoline {
	height:49px;
	padding-top:6px;
}

.square {
	width:250px;
	height:305px;
	position: relative;
}

.squareImage {
	position: relative;
	width:249px;
	height:250px;
}

.squareOverlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(80, 185, 240, 0.5);
	display:none;
}

ul.productSquares a:hover .squareOverlay {
	display:block;
}

.aboutRight .learnMore {
	display:block;
	font-size: 1.5em;
	font-weight:bold;
	cursor:pointer;
}

.aboutRight .learnMore:hover {
	text-decoration: underline;
}


ul.serviceSquares {
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.serviceSquares li {
	float:left;
	width:31%;
	padding:2% 2% 2% 0;
}

ul.serviceSquares a {
	color:#0169AF;
	text-decoration:underline;
}

ul.serviceSquares a:hover {
	text-decoration: none;
}

.leftSide {
	float:left;
	width:310px;
	margin-right:70px;
}

.leftSide h3 {
	background-color: #080A12;
	color:#FEFEFE;
	font-size:1.5em;
	width:270px;
	height:55px;
	padding:20px;
	margin-bottom: 20px
}

#page5 .largeImage img {
	/*max-width: 100%;*/
}

#page5 .largeImage .background {
	width:1920px;
	position:relative;
}

#page5 .largeImage .videoPlay {
	position:absolute;
	top:50%;
	margin-top:-117px;
	left:50%;
	margin-left:-117px;
	z-index: 40;
	cursor:pointer;
}

#page5 .largeImage .videoOverlay {
	z-index: 20;
	width:100%;
	height:382px;
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.4);
}

.main {
	float:left;
	width:620px;
}

.subscribe {
	background-color: #CAC8C9;
	width:1000px;
	margin:0 auto;
	font-size: 1.5em;
	padding:20px;
	margin-bottom: 20px
}

footer {
	width:100%;
	color:#FEFEFE;
}

footer h3 {
	color:#FEFEFE;
}

.facebookSplit {
	width: 25%;
	height:153px;
	position:relative;
	float:left;
	background-color:#4C66A4;
}

.facebookDiv {
	float:left;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-26px;
}

.twitterSplit {
	width: 25%;
	height:153px;
	position:relative;
	float:left;
	background-color: #00ACEE;
}

.twitterDiv {
	float:left;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-26px;
}

.youtubeSplit {
	width:25%;
	height:153px;
	position:relative;
	float:left;
	background-color: #FFFFFF;
}

.youtubeDiv {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-63px;
}


.linkedinSplit {
	width: 25%;
	height:153px;
	position:relative;
	float:left;
	background-color: #F0F2F4;
}

.linkedinDiv {
	float:left;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-26px;
}

.careerIframe {
	width:100%;
	height:1200px;
	margin-bottom: 20px;
}

.employeePortal {
	max-width:100%;
	min-height:614px;
}

.adpImage {
	width:280px;
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
}

.alchemusImage {
	width:280px;
	float:left;
}


footer .leftFooter {
	width:50%;
	float:left;
	background-color:#7D7D7D;
	height:470px;
}

footer .rightFooter {
	width:50%;
	float:left;
	color:#FEFEFE;
	font-size:1.125em;
	background-color:#7D7D7D;
	color:#FEFEFE;
	height:470px;
}

footer .footerMenu ul {
	margin:90px 0 0 200px;
	padding:0;
	list-style-type: none;
}

footer .footerMenu li {
	margin-bottom:15px;
}

footer .footerMenu li a {
	font-size: 1em;
	text-transform: uppercase;
}

footer .footerMenu li a:hover {
	text-decoration: underline;
	color:#FEFEFE;
}

footer .privacy {
	width:50%;
	margin-left:200px;
	margin-top:75px;
}

footer .privacy a {
	font-size:0.75em;
}

footer .privacy a:hover {
	color: #FEFEFE;
	text-decoration: underline;
}

footer p {
	margin-top:90px;
	color:#FEFEFE;
}

.opacityOverlay1 {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.18)
}


.opacityOverlay2 {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.35)
}

.continueArrow {
	cursor: pointer;
	float:left;
	margin:8px 0 0 20px;
}

.contactText p {
	font-size: 24px;
	color:#898989;
	margin:0;
}

input[name='type'] {
	width:25px;
	height:25px;
}

.contact2 {
	display:none;
}

.contactComplete p {
	font-size: 24px;
	color:#898989;
	margin:50px 0 75px 0;
}

.contactInput {
	width:85%;
	height:55px;
	font-size: 24px;
	color:#898989;
	float:left;
	padding:0 20px;
}

.contentArea form {
	visibility: hidden;
	position:absolute;
}

#page5 .contactText p {
	color:#FEFEFE;
}

.quicklinks {
	position: absolute;
	top:10px;
	right:20px;
	width:300px;
	height:50px;
	text-align: right;
	color: #0169AF;
	padding-right:28px;

}

.quicklinks a {
	display: inline-block;
	color: #0169AF;
	margin:0 4px;
}

.quicklinks a:hover {
	text-decoration: underline;
}

img.smallNavImage {
	position:absolute;
	display:none;
	top:40px;
	right:24px;
}

.smallNavigation {
	display: none;
	cursor: pointer;
	position: absolute;
	top:86px;
	right:24px;
	z-index: 30
}

.smallNavigation > ul {
	display:none;
	list-style-type: none;
	padding:0;
	margin:0;

}

.smallNavigation > ul > li {
	color:#FEFEFE;
	background-color: #0B78B7;
	width:150px;
	height:20px;
	padding:12px 10px 5px 10px;
	text-align: right;
	border-top:1px solid #FFF;
}

.smallNavigation > ul > li a {
	color:#FEFEFE;
	background-color: #0B78B7;
	display:block;
	width:100%;
	height:100%;
}

.smallNavigation > ul > li:hover, .smallNavigation > ul > li:hover > a {
	background-color: #FEFEFE;
	color:#0B78B7;
}

.smallNavigation ul.sub-menu {
	display: none;
	cursor:pointer;
	position:absolute;
	z-index: 30;
	top:0px;
	left:-170px;
	width:150px;
	height:152px;
}

.smallNavigation ul.sub-menu li {
	width:150px;
	border-top:1px solid #FFF;
}

#videoCarousel {
	width:750px;
	height:200px;
	margin:0 auto;
}

#videoCarousel .videoThumb {
	height:200px;
	width:250px;
	cursor: pointer;
	float:left;
}

.videoIframe {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-340px;
	visibility: hidden;
	z-index: 50
}

.videoTitle {
	width:100%;
	text-align: center;
	padding:10px 0;
	color:#FFFFFF;
	font-size:24px;
	font-weight: bold;
}

.leadership {
	max-width:1000px;
	margin:25px auto;
	padding-left:25px;
}

.leadership img {
	margin:25px 0;
	max-width:92%;
	box-shadow: 5px 5px 3px #888888;
}

.leadershipTitle {
	font-weight: bold;
	font-weight: 18px;
	color:#4477CC;
	margin-bottom:3px;
}

.leadershipPosition {
	font-weight: bold;
}

.leadership p {
	width:350px;
	line-height: 133%;
	margin-top:10px;
}

.pageArea {
	width:100%;
	position: relative;
}

.pageArea::after {
	content: " ";
	z-index: 10;
	display:block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

.pageArea.ambassador1 {
	background: url(/images/Ambassador1.jpg) 0 0 no-repeat;
	background-size: cover;
}


.pageArea.ambassador2 {
	background: url(/images/Ambassador2.jpg) 0 0 no-repeat;
	background-size: cover;
}


.pageArea.humanspirit2 {
	background: url(/images/HumanSpirit2.jpg) 0 0 no-repeat;
	background-size: cover;
}


.pageArea.humanspirit3 {
	background: url(/images/HumanSpirit3.jpg) 0 0 no-repeat;
	background-size: cover;
}


.pageArea.humanspirit4 {
	background: url(/images/HumanSpirit4.jpg) 0 0 no-repeat;
	background-size: cover;
}


.pageArea.manonstairs {
	background: url(/images/manonstairs.jpg) 0 -235px no-repeat;
	background-size: cover;
}

.pageArea .subpageContent > * {
	color:#FFFFFF;
}

.subpageContent {
	position:relative;
	max-width: 1000px;
	padding:50px 0px;
	z-index: 200

}

.subpageContent p {
	line-height: 150%;
	z-index: 100;
	color:#FFFFFF;
}

.subpageContent a {
	text-decoration: underline;
}

.subpageContent a:hover {
	text-decoration: none;
}

.subpageContent h4 {
	margin: 5px 0;
}

.subpageContent ul {
	margin:0 0 30px 15px;
	padding:0;
}

.subpageContent ul li {
	margin:0 10px 5px 10px;

}

.subpageContent ul li p {
	margin:5px 15px;
}

.subpageContent h6 {
	font-size: 16px;
	margin:0 0 3px 0;
}

.subpageContent .sourcingDiv p {
	margin:0;
	color:#FFFFFF;
}

.subpageContent .sourcingDiv ul, .subpageContent .sourcingDiv ul li {
	margin:0;
}

.subpageContent .sourcingDiv h4 {
	margin:10px 0;
}

.subpageContent .sourcingDiv img {
	max-width: 100%
}

.subpageContent h2 {
	cursor:pointer;
}

.subpageContent h2.current {
	color:#0B78B7;
}

.pane {
	display:none;
}

.mainPageScroller, .mainPageScroller2 {
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}

.scrollerContainer {
	width:100%;
	height:100%;
	position:absolute;
	overflow-x: hidden;
}

.slide {
  float: left;
  width: 100%;
  height: 100%;
}

#scrolling1 {
  background-image: url(cssimages/houstonSkyline2.jpg);
  background-size: cover;
}
#scrolling2 {
  background-image: url(cssimages/Ambassador1.jpg);
  background-size:cover;
}
#scrolling3 {
  background-image: url(cssimages/Ambassador2.jpg);
  background-size:cover;
}

#scrolling4 {
  background-image: url(cssimages/effortSlider1.jpg);
  background-size: cover;
}
#scrolling5 {
  background-image: url(cssimages/effortSlider2.jpg);
  background-size:cover;
}
#scrolling6 {
  background-image: url(cssimages/effortSlider3.jpg);
  background-size:cover;
}

.add_posts_content .title, .add_posts_content hr {
	display:none;
}

@media screen and (max-width: 1023px) {

	body {
		font-size:14px;
	}

	header, .contentArea, .staticArea, .aboutContent {
		width:98%;
		margin:0 2%;
	}

	.navigation {
		display:none;
	}

	.aboutLeft {
		width:33%;
	}

	.aboutRight {
		width:63%;
	}

	#page5 .largeImage .videoPlay {

		top:50%;
		margin-top:-50px;
		left:50%;
		margin-left:-50px;
		width:100px;
		height:100px;

	}

	.quicklinks {
		padding-right:0;
	}

	img.smallNavImage {
		display:block;
	}

	.about h3 {
		padding-top:32px;
	}


}

@media screen and (max-width: 979px) {

	.homeContent {
		display:none;
	}

	.homeContentMobile {
		display:block;
	}

	.downArrowHome {
		display:none;
	}
}


@media screen and (max-width: 850px) {

	.mainText {
		margin-top:-130px;
	}

	.findTalent {
		top:65px;
	}

	.findJob {
		top:70px;
	}

}

@media screen and (max-width: 768px) {

	.logo {
		margin-top:28px;
	}

	.logo, .logo img {
		width:250px;
	}

	.homeContent {
		width:420px;
		margin-left: -210px
	}

	ul.serviceSquares li {

		width: 31%;
		height:475px;
	}

	.about {
		padding-top:5px;
		height: 115px;
	}
	
	.about h3 {
		margin-top:0;
		font-size: 2.7em;
	}

	.aboutLeft, .aboutRight {
		width:100%;
	}

	.about img {
		max-width: 100%
	}

	p.address {
		margin-top: 0
	}

	footer .leftFooter {
		width:100%;
		height: 330px;
	}

	footer .rightFooter {
		width:100%;
		height:200px;
	}

	footer .rightFooter p {
		margin-top:30px;
		margin-left:200px;
	}


}

@media screen and (max-width: 550px) {

	.logo {
		width: 190px;
		margin-top: 38px;
	}

	.logo img {
		width:190px;
	}

	.findTalent, .findJob {
		width:300px;
	}

	.homeContent {
		width:320px;
		margin-left:-160px;
	}

	.about h3 {
		font-size:2em;
	}

	ul.serviceSquares li {

		width: 93%;
		height: auto;

	}

	.navigation {
		margin-left: 30px
	}

	#page2 {
		display:none;
	}

	#homeCarousel {
		display:none;
	}

	.mobileBackground {
		display:block;
	}

	.leftArrow, .rightArrow, .downArrowHome {
		display:none;
	}

	footer ul, footer .privacy, footer .rightFooter p {
		margin-left:125px;
	}

	footer .footerMenu ul {
		margin-left:125px;
	}

	.mobileItems {
		width:340px;
	}

	.findTalentMobile, .findJobMobile, .mainTextMobile {
		width:320px;
	}

	.youtubeSplit img {
		width: 82px;
		margin-top:10px;
	}

	.youtubeDiv {
		margin-left: -40px;
	}

	.mainArea {
		background: url(cssimages/mainBackground.jpg) no-repeat -175px 0;
		background-size:cover;
	}

}
