html { overflow-y:scroll;}
html { overflow:-moz-scrollbars-vertical; }

html, body {
	overscroll-behavior-y: none;
}

body {
	margin:0px;
	padding:0px;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-size:19px; line-height:30px;
	color:#000000;
	background:#000000;
}

p {
	margin:0px 0px 10px 0px;
}


img {
	border:0px;
}


h1 {
        margin:5px 0px 5px 0px;
	font-size:32px; line-height:36px;
	font-weight:normal;
	color:#666666;
}

h2 {
	display:inline-block;
	font-size:28px; line-height:28px;
	font-weight:normal;
	background:#FCE906;
	color:#000000;
	padding:0px 5px;
}

h3 {
	font-size:26px; line-height:36px;
	font-weight:normal;
}

h4 {
	font-size:19px; line-height:26px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#000000;
}

h5 {
	font-size:14px; line-height:16px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px;
	color:#00000;
}

h6 {
	font-size:11px; line-height:17px;
	margin:10px 0px 5px 0px;
	padding:0px;
}


ul {
	margin:0px;
}

li {
	margin-bottom:5px;
}

a {
        color:#00B1E2;
        text-decoration:none;
}

a:hover {
	color:#0053A3;
}

form {
	margin:0px;
	padding:0px;
}

td {
	vertical-align:top;
}

sup {
        font-size: 0.83em;
        vertical-align: super;
        line-height: 0;
}

td img {
	float:left;
	margin:0px 10px 0px 0px;
}

.background h2 {
	padding:5px 10px;
}

.background p {
	padding:0px 10px;
}

.casestudy {
	position:relative;
	text-align:center;
}

.casestudy h2 {
	padding:5px 10px;
	margin:20px 0px 0px 1%;
	background:transparent;
}

.casestudy h3 {
	background:#00C7FE;
	color:#FFFFFF;
	position:relative;
	height:40px;
	text-align:center;
	display:block;
	width:100%;
}

	.casestudy h3 a {
		background: url(/pix/layout/viewworkdown.png);
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center;
		display:inline-block;
		width:36px;
		height:36px;
		font-size:32px;
		line-height:36px;
		font-weight:bold;
		color:#6FDFFE;
		position:absolute;
		right:30px;
		top:2px;
		text-align:center;
	}

#worknav {
	position:absolute;
	top:30px;
	right:2%;
}
	#worknav a, #item0 a.more  {
		border:2px solid #FCE906;
		color:#000000;
		padding:5px 10px;
		font-size:28px; line-height:28px;
	}

	#worknav a:hover, #item0 a.more:hover {
		color:#00B1E2;
	}

.workTitle span {
	background: #FCE906;
	display:inline-block;
	padding:5px 10px;
	margin-left:-20px;
	max-width:75%;
}


.itemTitle, .workTitle, .workitemContent, .oneliner, .casestudy p {
	width:1088px;
}

.itemTitle, .workTitle, .oneliner, .casestudy p {
	display:inline-block;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}

.workitemContent {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	position:relative;
}

	.workitemContent div {
		width:100%;
	}

#item0 {
	width:100%;
	text-align:center;
}

#item0 a {
	display:inline-block;
	font-size:32px; line-height:36px;
	padding:5px 10px;
	font-weight:normal;
	color:#000000;
	margin-bottom:20px;
}

.title {
	margin:0px 0px 10px -10px;
	display:inline-block;
	font-size:32px; line-height:32px;
	padding:5px 10px;
	font-weight:normal;
	color:#000000;
	background:#FCE906;
	text-transform:lowercase;
}

.clear {
	clear:both;
	line-height:0px;
}

.twocols {
	margin-top:10px;
	column-count:2;
	column-gap: 40px;
}

.fourcols {
	margin-top:10px;
	column-count:4;
	column-gap: 20px;
}

.background .twocols a {
	text-decoration:underline;
	color:#FFFFFF;
}

	.twocols a:hover {
		color:#00B1E2;
	}

	.twocols p {
		line-height:22px;
	}

#outer {
	margin:0px;
	padding:0px;
	margin-left:auto; margin-right:auto;
	min-height:500px;
	height:auto !important;
	height:500px;
	text-align:left;
}

#container {
	position:relative;
	margin-left:auto; margin-right:auto;
	padding:0px;
	overflow:hidden;
	width:1280px;
}

#header {
	position:fixed;
	width:100%;
	left: 50%;
	transform: translate(-50%, 0%);
	background:black;
	z-index:500;
	transition: 0.1s;
}

#logo, #nav1 {
	position:relative;
	padding:10px 0px;
	background:#000000;
	overflow:hidden;
}

#logo {
	float:left;
	width:45%;
	margin-left:5%;
	text-align:left;
	display: flex;
	align-items: flex-end;
}

	#logo img {
		display:inline-block;
		float:left;
		max-height:100px;
		transition: 0.1s;
	}
	
	#logo .tagline {
		display:inline-block;
		float:left;
		color:#00B1E2;
		line-height:12px;
		padding-left:5px;
		padding-bottom:18px;
	}
	
	.tagline {
		margin-bottom:5px;
	}

#search {
	float:right;
	text-align:right;
	background:#000000;
	height:37px;
	width:36%;
	margin-right:2%;
	text-align:right;
}

	#search input {
		margin:5px;
		text-align:right;
		float:right;
		width:60%;
		max-width:120px;
	}
	
	#search img {
		float:right;
		padding:5px;
	}
	
	#searchInput {
		display:none;
	}
	
	#searchSubmit {
		visibility:hidden;
	}

#nav1 {
	float:right;
	width:40%;
	margin-right:2%;
	text-align:right;
	display: flex;
	align-items: flex-end;
}

#nav1 a {
	display:inline-block;
  	margin:0px 20px 5px 0px;
	padding:5px 10px;
	font-size:19px; line-height:26px;
	text-align:left;
	color:#00B1E2;
	border:1px solid #00B1E2;
	text-transform:lowercase;
}

#nav1 a.navdown_imagine, #nav1 a.nav_imagine:hover {
	color: #CC5D14;
	border:1px solid #CC5D14;
}

#nav1 a.navdown_believe, #nav1 a.nav_believe:hover {
	color: #FCE906;
	border:1px solid #FCE906;
}

#nav1 a.navdown_enlighten, #nav1 a.nav_enlighten:hover {
	color: #DD5691;
	border:1px solid #DD5691;
}

#nav1 a.navdown_work, #nav1 a.nav_work:hover {
	color: #42AD37;
	border:1px solid #42AD37;
}

#viewwork {
	position:absolute;
	right:5%;
	bottom:15%;
}

#viewwork {
	margin:20px 0px 20px 0px;;
}

	#viewwork a {
		border:2px solid #FCE906;
		color:#FFFFFF;
		padding:8px 15px;
		font-size:28px; line-height:28px;
	}

	#viewwork a:hover {
		color:#FCE906;
	}

#viewworkdown {
	position:absolute;
	left:5%;
	bottom:7%;
	background: url(/pix/layout/viewworkdown.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
	width:36px;
	height:36px;
	font-size:32px;
	line-height:36px;
	font-weight:bold;
	color:#979597;
	padding:5px 0px;
	text-align:center;
}

	#viewworkdown a {
		color:#BDBDBD;
	}

#seework {
	background: url(/pix/layout/viewworkright.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
	float:right;
	margin-right:1%;
}

	#seework a {
		color:#ABBFC4;
		padding:8px 15px;
		font-size:32px; line-height:38px;
	}

	#seework img {
		height:
	}



.title_indent {
	margin-top:15px;
	font-size:26px; line-height:28px;
}

.contentContainer {
	min-height:200px;
}

.background {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(31,168,200,1) 50%, rgba(0,0,0,1) 100%);
	color:#FFFFFF;
	padding:20px 90px;
}

.workindex {
	background:#FFFFFF;
	padding:20px 90px;
}

#featuredwork:after, #category:after, .background:after  {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#category {
	margin-top:20px;
}

.featurebox {
	display:block;
	float:left;
	position:relative;
	display:inline-block;
	margin:0px 1% 12px 0px;
	overflow:hidden;
	width:49%;
	height:auto;
	max-height:332px;
}

.featurecontainer {
	position:relative;
}

.featurebox:nth-child(4n+1) {
	width:55%;
}

.featurebox:nth-child(4n+2) {
	width:43%;
}

.featurebox img {
	object-fit:cover;
	width:100%;
	max-height:332px;
}

.featurename, .landingname {
	position:absolute;
	top:40%;
	left:-300px;
	font-size:40px; line-height:40px;
	color:#FFFFFF;
	width:90%;
	text-align:center;
	text-shadow: #333333 0.1em 0.1em 0.2em;
	opacity:0;
}

	.featurename a, .landingname a {
		color:#FFFFFF;
	}
	
.seeit {
	position:absolute;
	bottom:20px;
	right:20px;
	font-size:19px; line-height:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: #333333 0.1em 0.1em 0.2em;
}

.peek {
	position:absolute;
	top:50%;
	left:0%;
	width:100%;
	text-align:center;
	color:#FFFFFF;
}

	.peek span {
		font-size:19px; line-height:19px;
	}

	.seeit a, .peek a {
		text-transform:uppercase;
		color:#FFFFFF;
		text-decoration:underline;
	}

.full {
	display:inline-block;
	width:100%;
}


.halfContent {
	float:left;
	display:inline-block;
	width:40%;
	margin-right:5%;
	margin-bottom:20px;
	padding-left:5%;
}

.half {
	display:inline-block;
	width:48%;
	margin-right:1%;
}

.third {
	display:inline-block;
	width:32%;
	margin-right:1%;
}

.fourth {
	display:inline-block;
	width:23%;
	margin-right:1%;
}

	.half iframe {
		width:100%;
	}


.casestudy .half img {
	max-width:100%;
}

.casestudy img, .casestudy .full img {
	min-width:100%;
	max-width:100%;
}


.casestudy iframe {
	width:100%;
	max-width:1088px;
	margin-bottom:10px;
}

.casestudy .video {
	margin-top:20px;
	text-align:center;
}

.otherType h3 {
	display:none;
}

.otherType img {
	min-width:auto;
	max-width:200px;
	padding:20px 10px 20px 0px;
	float:left;
}

.admin a {
	color:orange;
}
	
.main {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:15px;
	width:100%;
	min-height:575px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	background-color:#000000;
}


.main .content ul {
	margin:0px;
	padding:0px;
	font-size:15px; line-height:20px;
}

#index.main .content p {
	margin-bottom:0px;
}

#index.main .content h3 {
	margin:10px 0px;
}

.main .content p {
	margin-bottom:30px;
}


.indent1 {
	padding-left:15%;
}

.indent2 {
	padding-left:28%;
}

.indent3 {
	padding-left:48%;
}



#enlighten .content {
	display:inline-block;
	margin:3.5% 0px 0px 6%;
	width:42%;
	color:#FFFFFF;
}

	#enlighten .title {
		text-transform:none;
	}

#imagine .content {
	display:inline-block;
	margin:2% 0px 0px 53%;
	width:45%;
}

#believe .content {
	display:inline-block;
	margin:5% 0px 0px 5%;
	width:50%;
}
	
	#believe h5 {
		position:absolute;
		bottom:0%;
		left:5%;
		text-decoration:underline;
	}

#index .content {
	display:inline-block;
	margin:5% 0px 0px 48%;
	width:50%;
	color:#FFFFFF;
}

	#index .title {
		display:none;
	}

	#index .content h3, #index .content h3 {
		color:#FFFFFF;
	}

	#index h5 {
		position:absolute;
		top:2%;
		left:2%;
		text-decoration:underline;
		color:#AAAAAA;
		writing-mode:vertical-lr;
		text-orientation: mixed;
	}


#index {
	background-image:url(/pix/animations/index.gif);
	background-position:center;
}

#imagine {
	background-image:url(/pix/animations/imagine.jpg);
}

#believe {
	background-image:url(/pix/animations/believe.gif);
}

#enlighten {
	background-image:url(/pix/animations/enlighten.jpg);
	background-size:contain;
	background-position:center;
}


#work {
	background:#FFFFFF;
}

.casestudy #itemContent28 p {
	display: flex;
	align-items: center;
	margin:0px;
	border-bottom:1px lightgrey solid;
}

.casestudy #itemContent28 p .half {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0px 0px 0px 0px;
	height:125px;
}

.casestudy #itemContent28 p:last-of-type {
	border-bottom:none;
}

.casestudy #itemContent28 p .half:nth-child(even) {
	border-left:1px lightgrey solid;
}

.casestudy #itemContent28 p .half img {
	min-width:auto;
	max-height:100px;
	max-width:75%;
	width: auto;
}

.casestudy #itemContent29 p:nth-child(2), .casestudy #itemContent19 p:nth-child(2) {
	background:black;
}

.casestudy #itemContent56 p:nth-child(2), .casestudy #itemContent56 p:nth-child(3) {
	background:black;
}

#results, #contact {
	padding:10px 2%;
	background:#FFFFFF;
}

#workIndexFooter h3 {
	font-weight:bold;
}

#workIndexFooter .landingbox {
	display:inline-block;
	width:23%;
	margin-right:1%;
	position:relative;
}

	#workIndexFooter .landingbox img {
		width:100%;
	}
	
#footer {
	margin-right:auto;
	margin-left:auto;
	position:relative;
	text-align:center;
	background:#000000;
}

	#footer1 {
		background:#FCE906;
		padding:15px 0px 10px 0px;
	}

	#footer2 {
		background:#000000;
		color:#FCE906;
		padding:10px 0px;
	}

	#footer1 a {
		color:#000000;
		text-decoration:underline;
	}

	#footer2 a {
		color:#FCE906;
		text-decoration:underline;
	}
	
	
	#socialicons {
		margin-right:auto;
		margin-left:auto;
		margin-bottom:30px;
		width:200px;
		text-align:center;
	}
	

#ofooterCerts {
	min-height:130px;
}