html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #333333;
	font-weight: 400;
	font-weight: 400;
	}
h2 {
	text-transform: uppercase;
	margin-bottom: 0.2em;
	}
hr {
	border: 0;
	width: 75%;
	max-width: 960px;
	border-bottom: 1px dotted #333333;
	background-color: #cccccc;
	clear: both;
	}
b, strong {
	font-weight: 700;
	}
.upper {
	text-transform: uppercase;
	}
a.btn {
	background-color: #73b5c0;
    display: inline-block;
    cursor: pointer;
    padding: 12px 70px;
	color: #ffffff;
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	border: none;
	margin-top: 30px;
	-webkit-appearance: none;
	border-radius: 0;
	min-width: 268px;
	box-sizing: border-box;
	}
a.btn:hover {background-color:#125488;}
.reversed {color: #ffffff;}
.clear {clear:both;}
/*#desktop-nav {
	display: none;
	}
a{text-decoration:none}*/
/*h2{font-size:24px;margin:50px 0;border-bottom:1px solid #427BAB}*/
/*h2:before{display:block;content:" ";margin-top:-75px;height:75px;visibility:hidden}*/
/*.nav-item:before{display:block;content:" ";margin-top:-75px;height:75px;visibility:hidden}
div.nav-item{margin-top: 60px;}*/
/*h2 a{display:inline-block;padding:5px 30px;color:#fff;background-color:#427BAB}*/
p{font-size:18px;line-height:1.5}
.icon{width:30px;height:30px;margin-top:5px}
.icon-path{fill:none;stroke:#fff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round}
.page-content{display:block;margin:60px auto 0 auto;}
/*.page-content:before,.page-content:after{position:fixed;content:"";left:0;width:100%;height:30px;opacity:1;z-index:1;pointer-events:none}*/
/*.page-content:before{top:80px;background-image:-webkit-linear-gradient(#fff, rgba(255,255,255,0));background-image:linear-gradient(#fff, rgba(255,255,255,0))}
.page-content:after{bottom:0;background-image:-webkit-linear-gradient(rgba(255,255,255,0), #fff);background-image:linear-gradient(rgba(255,255,255,0), #fff)}*/
.page-header{position:fixed;top:0;left:0;width:100%;height:60px;background-color:#333333;text-align:center;z-index:2}
.page-nav{display:inline-block;position:relative;margin-top:0px;height:60px;width:100%;max-width:400px;;overflow:hidden;background-color:#333333}
.page-nav.nav-open:before,.page-nav.nav-open:after{opacity:0;-webkit-transition:0s 0s;transition:0s 0s}
.page-nav.nav-open nav a:hover{background-color:rgba(255,255,255,0.05)}
.page-nav.nav-open nav a:focus{background-color:rgba(0,0,0,0.05)}
.page-nav.nav-open .nav-arrow{opacity:0;pointer-events:none}
.page-nav:before,.page-nav:after{position:absolute;content:"";left:0;width:100%;height:30%;opacity:1;z-index:1;pointer-events:none;-webkit-transition:0s 0.5s;transition:0s 0.5s}
/*.page-nav:before{top:0;background-image:-webkit-linear-gradient(#427BAB, rgba(66,123,171,0));background-image:linear-gradient(#427BAB, rgba(66,123,171,0))}
.page-nav:after{bottom:0;background-image:-webkit-linear-gradient(rgba(66,123,171,0), #427BAB);background-image:linear-gradient(rgba(66,123,171,0), #427BAB)}*/
.page-nav nav{position:relative;width:100%;line-height:60px;text-align:center;background-color:rgba(0,0,0,0.05)}
.page-nav nav a{display:block;font-size:1.2em;text-transform:uppercase;color:#fff;outline:none;text-decoration: none;}
.nav-arrow{position:absolute;top:0;width:50px;height:40px;margin: 10px 0;z-index:2;-webkit-transition:0.3s opacity;transition:0.3s opacity;outline:none}
.nav-arrow.nav-arrow-left{left:0}
.nav-arrow.nav-arrow-right{right:0}
.nav-arrow.nav-arrow-disabled{opacity:0.2}
.nav-arrow:not(.nav-arrow-disabled){cursor:pointer}
.nav-arrow:not(.nav-arrow-disabled):hover{background-color:rgba(255,255,255,0.05)}
.nav-arrow:not(.nav-arrow-disabled):focus{background-color:rgba(0,0,0,0.05)}

#hero {
	height: 515px;
	overflow: hidden;
	}

#hero .hero-content {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 515px;
	padding: 0;
	text-align: center;
	}
	
#hero .hero-content .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	}
.hero-text {
	height: 30px;
	transform: translateY(485px);
	padding: 0;
	text-align: left;
	}
.hero-text p {
	display: inline-block;
	height: 30px;
	min-width: 120px;
	box-sizing: border-box;
	margin: 0;
	color: #ffffff;
	background-color: rgba(0,0,0,0.8);
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 0.4em 2em 0 2em;
	text-align: center;
	}	
#hero .brand {
	position: relative;
	display: block;
	width: 70vw;
	margin: 80px auto 0 auto;
	max-width: 350px;
	transform: translateY(-515px);
	}
/*
#hero {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1500px;
	height: 515px;
	overflow: hidden;
	
	}

#hero .hero-content, #hero .hero-content .slide {
	
	text-align: center;
	
	box-sizing: border-box;
	
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	}

#hero .hero-content .slide {
	height: 515px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -9;
	
	}
#hero .brand {
	display: block;
	
	margin: 50px auto 90px auto;
	width: 70vw;
	max-width: 350px;
	height: auto;
	z-index: 9;
	}
.hero-text {
	
	height: 30px;
	transform: translateY(485px);
	padding: 0;
	text-align: left;
	}
.hero-text p {
	display: inline-block;
	height: 24px;
	margin: 0;
	color: #ffffff;
	background-color: rgba(0,0,0,0.8);
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 0.4em 2em 0 2em;
	}*/
.container {
	margin: 0px 30px;
	text-align: center;
	}
.nomargin {
	margin: 0px;
	}

.somemargin {
	margin-bottom: 60px;
	}	
	
#intro {
	text-align: left;
	}
#intro h2 {
	margin: 1.5em 0 1.2em 0;
	}	
#intro p {
	line-height: 2em;
	margin: .5em 0;
	}
#capabilities {
	margin: 40px auto 60px auto;
	max-width: 400px;
	}
#capabilities .item {
	display: table;
	width: 33.3%;
	min-height: 110px;
	float: left;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	}
#capabilities .item .icon {
	max-width: 133px;
	}
#capabilities .item .icon img {
	/*width: 50%;*/
	width: 100%;
	max-width: 90px;
	height: auto;
	}
#capabilities .item div {
	display: table-row;
	}
#capabilities .item div span {
	display: table-cell;
	height: 3em;
	vertical-align: middle;
	}
#solutions {
	padding: 10px 0 0 0;
	max-width: 1000px;
	margin: 0 auto;
	}
#solutions p, #clients p, #leadership p, #featured-work p {
	margin: 0 auto;
	padding: 0 20px;
	}
.solution-wrapper {
	padding-top: 50px;
	padding-bottom: 10px
	}
.solution {
	box-sizing: border-box;
	color: #ffffff;
	text-align: left;
	padding: 30px;
	margin-bottom: 10px;
	}
.solution h3 {
	margin: 0.25em 0;
	font-size: 1.8em;
	font-weight: 300;
	}
#solutions .solution p {
	padding: 0;
	}
.solution.odd {
	background-color: #73b5c0;
	background: linear-gradient(to bottom right, #5b6eb4, #73b5c0);
	}
.solution.even {
	background-color: #73b5c0;
	background: linear-gradient(to bottom left, #5b6eb4, #73b5c0);
	}

.dwn-arrow {
	width: 10px;
	height: auto;
	margin: 40px auto 8px;
	}
#clients {
	background-color: #ededed;
	box-shadow: 0 0 10px 0 #333333;/*, 0 8px 8px -8px #333333*/
	padding: 30px 10px;;
	}
.client-wrapper {
	display: block;
	margin: 40px auto;
	max-width: 1000px;
	}

.mobile-group {
	/*display: table-row;
	margin-bottom: 20px;*/
	}
.client {
	display: block;
	width: 33.3%;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	box-sizing: border-box;
	}
.client img {
	width: 100%;
	height: auto;
	max-width: 320px;
	}
#leadership {
	padding: 30px 0 30px 0;
	}
.leadership-wrapper {
	margin: 20px auto;
	max-width: 380px;
	text-align: left;
	padding: 0 20px;
	clear: both;
	}
.leader-photo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 220px;
	}	

.leader-copy p {
	font-size: 0.9em;
	}
.leader-copy b {
	font-size: 1.1em;
	}
.linkedin {
	float: right;
	margin: 0 0 0px 0px;
	}
/*.leadership-wrapper {
	margin: 40px auto;
	}	
.leader {
	display: table;
	max-width: 640px;
	margin: 20px auto;
	background-color: #ededed;
	min-height: 200px;
	}
.leader-photo, .leader-copy {
	display: table-cell;
	}
.leader-photo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	}
.leader-copy {
	padding: 5px 10px;
	text-align: left;
	}
.leader-copy p {
	font-size: 0.8em;
	}
.leader-copy b {font-size: 1.1em;}
.linkedin {
	width: 24px;
	height: auto;
	}*/
#unified-agency {
	background-color: #ededed;
	box-shadow: 0 0 10px 0 #333333;/*, 0 8px 8px -8px #333333*/
	padding: 30px 10px;;
	}
#unified-agency p {
	max-width: 720px;
	margin: 2em auto;
	}
#companies .col hr {display: none;}
#companies .col {
	box-sizing: border-box;
	padding: 10px;
	}
#companies .name {
	color: #216093;
	font-weight: 400;
	font-size: 1.3em;
	}
#companies .name a {
	color: #216093;
	text-decoration:none;
	}
#companies .name a:hover {
	text-decoration:underline;
	}
#companies .city {
	color: #323333;
	font-weight: 700;
	font-size: 0.7em;
	}
	
#featured-work {
	padding: 0px 0 30px 0;
	}

#featured-work .work-wrapper {
	width: 90%;
	min-width: 300px;
	margin: 0 auto;
	
	}
	
#featured-work .case, #featured-work .case2  {
	
	width: 46%;
	height: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 2%;
	float: left;
	background-color: #ffffff;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	}

	
#featured-work .case .image-box, #featured-work .case .text-box, #featured-work .case2 .image-box, #featured-work .case2 .text-box {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#featured-work .case .image-box, #featured-work .case2 .image-box {
	position: relative;
	}
	
#featured-work .case .image-box .button, #featured-work .case2 .image-box .button {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -15px;
	}
	
#featured-work .case .text-box, #featured-work .case2 .text-box {
	box-sizing: border-box;
	padding: 20px;
	}

#featured-work .case .image-box img, #featured-work .case2 .image-box img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0.5;
	transition: opacity .2s;
	z-index: 5;
	}
	
#featured-work .case .image-box .button::after, #featured-work .case2 .image-box .button::after {
	content: "Read More";
	display: inline-block;
	box-sizing: border-box;
	z-index: 10;
	color: #ffffff;
	padding: 10px 20px;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow:  0 0 8px 2px rgba(0, 0, 0, 0.4);
	text-shadow: 2px 2px 8px #000000;
	}
	
.view-more {
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
	display: none;
	}

.view-more a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.75);
	border: solid 3px #333333;
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px;
	color: #000000;
	box-shadow: 1px 1px 8px #333333;
	}

#contact {
	/*background-color: #ededed;
	box-shadow: inset 0 8px 8px -8px #333333, inset 0 -8px 8px -8px #333333;*/
	padding: 30px 0 60px 0;
	}
#contact form {
	width: 100%;
	max-width: 500px;
    padding: 10px 30px;
	box-sizing: border-box;
    margin: 0 auto;
	}
#contact form input[type="text"],
#contact form input[type="email"],
#contact form input[type="tel"],
#contact form input[type="number"],
#contact form textarea,
#contact form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 14px 0 3px 0;
    border: none;
	color: #323333;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	/*text-transform: uppercase;*/
    border-bottom: 1px solid #323333;
    background: transparent;
    margin-bottom: 10px;
    height: 45px;
	/*-webkit-border-radius: 0;*/
	border-radius: 0;
}
#contact form input::-webkit-input-placeholder, #contact form textarea::-webkit-input-placeholder {
	color: #323333;
	text-transform: uppercase;
	}
#contact form input::placeholder, #contact form textarea::placeholder {
	color: #323333;
	text-transform: uppercase;
	}
	
#contact form textarea {
	/*height: auto;*/
	}
	
#contact form textarea:focus, #contact form textarea:valid {
	height: 200px;
	transition: height 1s ease-out; 
	}
	
#contact form input[type="button"], 
#contact form input[type="submit"] {
    background-color: #73b5c0;
    display: inline-block;
    cursor: pointer;
    padding: 12px 70px;
	color: #ffffff;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	border: none;
	margin-top: 30px;
	-webkit-appearance: none;
	border-radius: 0;
	min-width: 268px;
}
#contact form input[type="button"]:hover, 
#contact form input[type="submit"]:hover {
    background-color:#5b6eb4;
}
#careers {
	background-color: #000000;
	background-image: url(../images/bg-linkedin.png);
	background-position: center;
	background-size: cover;
	background-repeat: repeat-x;
	padding-top: 100px;
	padding-bottom: 80px;	
	min-height: 230px;
	}
#careers h2, #careers p {
	text-shadow: 0px 2px 4px #000000;
	}
#careers a.btn {
	margin-top: 10px;
	}

	#careers2 {
	background-color: #000000;
	background-image: url(../images/bg-bic-bean.png);
	background-position: center;
	background-size: cover;
	background-repeat: repeat-x;
	padding-top: 100px;
	padding-bottom: 80px;	
	min-height: 230px;
	}
#careers2 h2, #careers2 p {
	text-shadow: 0px 2px 4px #000000;
	}
#careers2 a.btn {
	margin-top: 10px;
	}
	
	
#footer {
	background-color: #333333;
	color: #ffffff;
	padding: 30px;
	}
#footer a, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
.footer-group {
	margin: 30px;
	}
.footer-group .col {
	box-sizing: border-box;
	padding: 2px;
	}
.footer-group .col hr {display: none;}
.copyright {
	padding: 20px;
	color: #999999;
	font-size: 0.8em;
	}
.mobile-hide {display: none;}
.mobile-show {display: block;}
@media screen and (min-width: 668px) {
	.mobile-hide {display: block;}
	.mobile-show {display: none;}
	.page-header {
		background-color: #ffffff;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		text-align: center;
		}
	.page-header.scrolled {
		box-shadow: 0 0 10px 2px #333333;
		height: 40px;
		transition: box-shadow 2s ease-in-out, height 1s ease-in-out;
		}
	
	.page-nav {
		display: table;
		width: auto;
		max-width: 100%;
		height: 40px !important;
		padding: 32px 0 12px;
		box-sizing: border-box;
		background-color: #ffffff;
		}
	.page-header.scrolled .page-nav {
		padding-top: 12px;
		transition: padding 1s ease-in-out;
		}
	
	.page-nav:before, .page-nav:after, .nav-arrow {display: none;}
	.page-nav nav {
		display: table-row;
		background-color: #ffffff;
		}
	.page-nav nav a {
		display: table-cell;
		color: #333333;
		}
	
	
	.page-header.scrolled #desktop-nav {
		height: 40px;
		padding: 12px 0;
		transition: padding 1s ease-in-out;
		}	
	.nav-wrap {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 30px;
		box-sizing: border-box;
		}
	.page-nav nav {
		display: table-row;
		transform: translateY(0px) !important;
		}
	.page-nav nav a {
		display: table-cell;
		height: 16px;
		vertical-align: middle;
		text-align: center;
		padding: 0 30px;
		text-transform: uppercase;
		text-decoration: none;
		border-right: 1px solid #333333;
		font-size: 0.9em;
		line-height: 0.9em;
		}
	.page-nav nav a:last-child {
		border-right: none;
		}
	#hero {
		margin: 10px 0;
		box-sizing: border-box;
		}
	#hero .hero-content {
		margin: 0 auto;
		max-width: 1400px;
		}	
		
	#hero .brand {max-width: 350px;}	
	.hero-text {
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
		}
	.hero-text p {
		margin-left: 70px;
		}
	#intro {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 30px 20px 30px;
		}
	#intro .content {
		width: 55%;
		max-width: 510px;
		float: left;
		}
	#intro .sidebar {
		width: 45%;
		float: right;
		}
	#intro .content h2, #intro .content p {
		margin-right: 3em;
		}
	.solution {
		width: 40%;
		min-height: 300px;
		/*float: left;*/
		}
	.solution-wrapper {display: table;}
	.solution-wrapper .row {display: table-row;}
	.solution-wrapper .row .solution {display: table-cell; border: 5px solid white;}
	.solution-wrapper .row .solution.odd {border-left: none;}
	.solution-wrapper .row .solution.even {border-right: none;}
	.second-row .solution.odd {
		background-color: #73b5c0;
		background: linear-gradient(to top right, #5b6eb4, #73b5c0);
		}
	.second-row .solution.even {
		background-color: #73b5c0;
		background: linear-gradient(to top left, #5b6eb4, #73b5c0);
		}
	
	.client {
		/*width: 25%;*/
		padding: 10px 20px;
		}
	.leadership-wrapper {
		max-width: 100%;
		margin-top: 30px;
		}
	.leader {
	display: table;
	max-width: 840px;
	margin: 20px auto;
	background-color: #ededed;
	min-height: 250px;
	}
.leader-photo, .leader-copy {
	display: table-cell;
	}
.leader-photo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	}
.leader-copy {
	padding: 0px 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	vertical-align: middle;
	}
.leader-copy p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.leader-copy b {font-size: 1.1em;}
.linkedin {
	margin-left: 20px;
	}
	/*.leader {
		min-height: 180px;
		max-width: 800px;
		}
	.leader-photo {
		width: 33%;
		}
	.leader-copy {
		font-size: 1.1em;
		padding: 20px 30px;
		}*/
	#companies {
		display: table;
		margin: 0 auto;
		}
	#companies .company-wrap {
		display: table-row;
		}
	#companies .col {
		display: table-cell;
		vertical-align: top;
		}
	#companies .col div {
		box-sizing: border-box;
		padding: 2px 6px;
		}
	#companies .col hr {
		display: block;
		width: 1px;
		height: 20px;
		background-color: #216093;
		}
		
		
		
	#footer {
		padding-top: 40px;
		}
	.footer-group {
		display: table;
		margin: 10px auto;
		}
	.footer-group .col-wrap {
		display: table-row;
		}
	.footer-group .col {
		display: table-cell;
		padding: 0 10px;
		vertical-align: top;
		font-size: 0.9em;
		line-height: 2em;
		}
	.footer-group .col hr {
		display: block;
		width: 1px;
		height: 12px;
		background-color: #ffffff;
		}
		
	}
	
@media screen and (min-width: 668px) {
	#featured-work .case {
		width: 30%;
		margin: 1.5%;
		font-size: 16px;
		line-height: 24px;
		}
	
	#featured-work .case .image-box img{
	opacity: 1;
	transition: opacity .2s;
	}
	
	#featured-work .case .image-box .button {
		display: none;
		}
	
	#featured-work .case:hover .image-box .button {
		display: block;
		}
		
	#featured-work .case:hover .image-box img {
		opacity: 0.5;
		transition: opacity .2s;
		}
	}

@media screen and (min-width: 668px) {
	#featured-work .case2 {
		width: 30%;
		margin: 1.5%;
		font-size: 16px;
		line-height: 24px;
		}
	
	#featured-work .case2 .image-box img{
	opacity: 1;
	transition: opacity .2s;
	}
	
	#featured-work .case2 .image-box .button {
		display: none;
		}
	
	#featured-work .case2:hover .image-box .button {
		display: block;
		}
		
	#featured-work .case2:hover .image-box img {
		opacity: 1;
		transition: opacity .2s;
		}
	}


@media screen and (min-width: 1060px) {
	
	
	#featured-work .work-wrapper {
	width: 1040px;
	margin: 0 auto;
	margin-top: 40px;
	}
	
	#featured-work .case, #featured-work .case2  {
	width: 326px;
	margin: 10px;
	}
	
	#featured-work .case .image-box, #featured-work .case2 .image-box{
		height: 326px;
		}
	
	#featured-work .case .text-box, #featured-work .case2 .text-box {
	padding: 20px 50px;
	}
	
	#featured-work .case:hover .image-box::after, #featured-work .case2:hover .image-box::after  {
		/*margin-top: 40%;*/
		}
	}
	
