/* =WordPress Core
-------------------------------------------------------------- */

.section.primary {
    background-color: #ffffff;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



.primary.nav {
	display:block;
	position: absolute;
	width:100%;
	left:0;
	right:0;
	top:100px;
}
.primary.nav ul {
	display:block;
	float: left;
	width:100%;
}
.primary.nav ul li {
	width:16.6666666666%;
	text-align: center;
	display:block;
	float: left;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.5);
	line-height: 45px;
	height: 45px;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.primary.nav ul li a,
.header.section .floating.right {
	font-family: "futura-pt", "Century Gothic";
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.primary.nav ul li a {
	font-size: 13px;
	font-weight: 500;
	color:rgba(45,45,45,0.75);
	width:100%;
	display:block;
	float: left;
	line-height: 45px;
}

.primary.nav ul li:hover {
	background: rgba(255,255,255,0.40);
}
.primary.nav ul li:hover a {
	color:rgba(0,0,0,0.75);
}
.primary.nav ul li.current-menu-item {
	background: rgba(255,255,255,0.15);
}
.primary.nav ul li.current-menu-item a {
	color:rgba(255,255,255,0.5);
}

.header.section.fixed {
	position: fixed;
	height: 70px;
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);
	box-shadow:0 0 3px rgba(0,0,0,0.15);
	padding-top:20px;
	top:-70px;
	background: #f5f5f5;
}

.headerpush {
	display:none;
	width:100%;
	height: 100px;
}


.header.section.fixed .primary.nav {
	display:block;
	float: left;
	position: relative;
	width:auto;
	top:auto;
	left:auto;
	right:auto;
}
.header.section.fixed .primary.nav li {
	width:auto;
	padding: 0;
	line-height: 20px;
	height: 20px;
	margin: 0 15px;
	border: none;
	background: none!important;
}
.header.section.fixed .primary.nav li a {
	color:#999;
	height:30px;
	line-height:30px;
}
.header.section.fixed .primary.nav li.current-menu-item a {
	color:#333;
}

.header.section .tagline {
	margin-left: 15px;
	line-height: 27px;
	color:#666;
	font-size: 14px;
}
.header.section.fixed .tagline {
	display:none;
}

.cta-leadgen {
	color:#333;
	font-weight: 500;
	font-size: 12px!important;
	margin-right: 25px;
	letter-spacing: 0.03em;
}
.cta-telephone {
	font-family: "museo-sans"!important;
	color:#999;
	font-size: 15px!important;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.footer.section {
	display:block;
	float: left;
	width:100%;
	background: #4c5252;
	padding: 0 60px;
}

.footer.section a {
	
}

.section.call-to-action {
	background: #4c5154;
	padding: 40px 0;
}
.section.call-to-action h4 {
	font-family: "museo-sans";	
	color:#fff;
	font-weight: 100;
	font-size: 24px;
	margin: 0 0 50px 0;
}
.section.call-to-action .container {
	text-align: center;
	}

.page-header {
	display:block;
	float: left;
	width:100%;
	height:auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	text-align: center;
	position: relative;
}

.page-header h1,
.page-header p {
	width: 50%;
	margin: 0 25%;
	color:#fff;	
}
.page-header.inverted h1,
.page-header.inverted p {
	color:#333;
}
.page-header h1 {
	margin-top:15%;
	font-family: "museo-sans";	
	font-weight: 100!important;
	font-size: 70px;
	margin-bottom: 50px;
}
.page-header p {
	font-size: 16px;
	line-height: 30px;
}
.container {
}
.page-header.section .container {
	height: 100%;
}
.homepage.section {
	overflow: hidden;
	background-color: #000;
	display:block;
	float: left;
		
}

.homepage.section.full-height {
  -webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);	
  -moz-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);	
  transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);	
}

.sub-section {
	overflow: hidden;
	display:block;
	float: left;
	width:16.666666667%;
	height: 100%;
	min-height: 500px;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);	
  position: relative;
}
.slideimage {
	display:block;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	width:100%;
	height: 100%;
  -webkit-transition: all 2000ms linear;	
  -moz-transition: all 2000ms linear;	
  transition: all 2000ms linear;	

}
.slideimage.active {
	opacity:1;
}
.sub-background {
	display:block;
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-size: 100% auto;
	opacity:0.5;	
  -webkit-transition: all 1500ms ease-out;
  -moz-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;		
  background-repeat: no-repeat;
  background-position: center bottom;
}
.subsection1 .sub-background {
	background-position: center center;
}
.subsection2 .sub-background {
	background-position: center right;
}
.homepage.section.full-height.intro {
	margin-left: 100%;

}
.homepage.section.intro .sub-section {
	width:50%;
}
.home.page #pjax-container {
	background: #4C5252;
	overflow: hidden;
}
.homepage.section.hover .sub-section,
.homepage.section:hover .sub-section {
	width:10%;
}
.homepage.section.hover .sub-section.hover,
.homepage.section:hover .sub-section:hover {
	width:50%;
}
.homepage.section.hover .sub-section.hover .sub-background,
.homepage.section:hover .sub-section:hover .sub-background {
	opacity:.75;
}
.homepage.section.hover .sub-section.icon-Technology.hover .sub-background,
.homepage.section:hover .sub-section.icon-Technology:hover .sub-background {
	opacity:.5;
}
.sub-background.starting {
	opacity:.25;
}




.mini-container {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	margin:0px 10%;
}
.supermini-container {
	width: 40%;
	margin: 0 auto;
	padding: 0;
	margin:0px 30%;
}

.methodology.section .container {
	padding: 5px;
}

.half {
	width:40%;
	margin: 0 0 0 10%;
}

.third {
	width:29%;
	margin: 0 7% 0 0;
	float: left;
}

.twothird {
	width:57%;
	margin: 0 7% 0 0 ;
	float: left;

}

.fourth {
	width:25%;
	margin: 0 5% 0 0;
	float: left;
}

.threefourth {
	width:70%;
	margin: 0 ;
	float: right;

}

.half h3 {
	font-size: 38px;
	font-weight: 100;
	color: rgba(0,0,0,0.75);
	margin: 20px 0!important;
}
.half p {
	font-size: 16px;
	line-height: 28px;
	margin: 20px 0;
	color:#666;
}

.mini-container {
	clear: both;
}



.results.section .half-left {
	display:block;
	float: left;
	width:50%;
	clear: left;
	padding-right: 50px;
}

.results.section .half-right {
	display:block;
	float: right;
	width:50%;
	height: 750px;
	border-bottom: 1px solid #ddd;
	clear: right;
}

.results.section h3 {
	font-weight: 100;
	color:#333;
	font-size: 32px;
	line-height: 44px;
}

.subnavsection {
	display:block;
	float: left;
	width:100%;
}
.subnavsection .container {
	padding: 0;
}
.subnavsection.fixed {
	position: fixed;
	top:70px;
	z-index: 8;
	border-bottom: 0px solid #ddd;
}

.subnavsection.fixed .container {
	margin-bottom: -1px;
}

.subnav-push {
	display:none;
	height: 125px;
	width:100%;
	float: left;
}


.primary-push{
  height: 45px;
	width:100%;
	float: left;
	background-color: #ccc;
}

.section.offering .fourth h4{
  font-size: 18px!important;
  color:#293352;
  margin: 0px 0px 35px;
  font-family: "futura-pt", "Century Gothic";
  font-weight: 500;

}

.section.offering .fourth ul{
  padding: 0px;
  
}
.section.offering .fourth ul li{
  font-size: 15px;
  color:#00bdb5;
  list-style-type: none;
  margin:5px 0px;
}


.section.offering .mini-container,
.section.company .mini-container,
.section.company .supermini-container{
  padding:80px 0px;
  float: left;
  
}

.section.offering h1{
	text-align: left;
  font-size:30px;
  font-weight: 200;
  color: #333333;
  margin:0px 0px 20px 0px
}

.section.offering h5{
	line-height: 30px;
  font-size:22px;
  font-weight: 500;
  color: #999999;
  margin:30px 0px;
}

.section.offering p{
	font-size: 14px;
  line-height: 26px;
}

.singleoffering .offering-content{
  width: 75%;
  float: left;
  padding-right: 50px;
}

.singleoffering .right-sidebar{
  width: 25%;
  float: left;
  text-align: center;
  padding: 20px 40px;
  margin-top:80px;
  border-left: 1px solid #e5e5e5;
}

.mobile-meth {
	display:none;
}

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

.home-sections .container {
	background-position: right center!important;
}
.home-sections.secondary .container {
	background-position: left center!important;
}

.home-sections .mini-container {
	padding-left: 40px;
	padding-right: 40px;
}
.home-sections.secondary .mini-container {
	padding-right: 40px;
	padding-left: 40px;
}

.recent-blog-posts,
.recent-tweets {
	width:100%;
	margin-top:30px!important;
}
.recent-tweets  {
	margin-top:-30px!important;
}
}
