</*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 8/9. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block; } /** * Correct `inline-block` display not defined in IE 8/9. */ audio, canvas, video {display: inline-block; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) {display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox < 22. */ [hidden], template {display: none; } /* ========================================================================== Base ========================================================================== */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling *    user zoom. */ html {font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body {margin: 0; } /* ========================================================================== Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a {background: transparent; } /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus {outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover {outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */ h1 {font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9, Safari 5, and Chrome. */ abbr[title] {border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ b, strong {font-weight: bold; } /** * Address styling not present in Safari 5 and Chrome. */ dfn {font-style: italic; } /** * Address differences between Firefox and other browsers. */ hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 8/9. */ mark {background: #ff0; color: #000; } /** * Correct font family set oddly in Safari 5 and Chrome. */ code, kbd, pre, samp {font-family: monospace, serif; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre {white-space: pre-wrap; } /** * Set consistent quote types. */ q {quotes: "\201C" "\201D" "\2018" "\2019"; } /** * Address inconsistent and variable font size in all browsers. */ small {font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup {top: -0.5em; } sub {bottom: -0.25em; } /* ========================================================================== Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9. */ img {border: 0; } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) {overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari 5. */ figure {margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** * Define consistent border, margin, and padding. */ fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend {border: 0; /* 1 */ padding: 0; /* 2 */ } /** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ button, input, select, textarea {font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input {line-height: normal; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select {text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type *    `input` and others. */ button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {-webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] {cursor: default; } /** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] {box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome *    (include `-moz` to future-proof). */ input[type="search"] {-webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */ textarea {overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table {border-collapse: collapse; border-spacing: 0; }

/* border box */
* {-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

/* clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* style */

html {
	height: 100%;
}

body {	
	height: 100%;
	background-color: rgb(240,242,243);
}



p, li {
	font-size: 18px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
	line-height: 28px;
	margin-top: 12px;
	margin-bottom: 14px;
	
}


ul {
	padding-left: 0;
}


.p1 {	
	font-size: 26px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
	line-height: 36px;
	margin: 0;
	padding: 26px 0 0 0;
}

.p2 {
	font-size: 22px;
	line-height: 32px;
	padding: 14px 0 0 0;
}

.psmall {
	font-size: 14px;
	line-height: 26px;
	padding: 0;
	font-weight: 400;
}

/*video*/

video { display: block; }

video#bgvid, .bgimg {
position: fixed; 
left: 0; 
top: 0;
min-width: 100%; 
min-height: 100%;
width: auto; 
height: auto; 
z-index: -100;
}

video#bgvid {
	z-index: -99;
}

.background {
	position: absolute;
	z-index: -100;
	height: auto;
	width: 100%;
}

.background img.headshot {
	/*top: 0;*/
	/*bottom: 0;*/
	/*margin: auto;*/
	height: 100%;
	width: auto;
	left: auto;
	right: 0;
	min-width: 0;

	/*vertical-align: middle;*/

}

.dark {
	background-color: rgb(105,105,105);
}



.wrapper {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.menu {
	background-color: white;
	height: 100px;
	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	width: 100%;
	box-shadow: 4px 0px 16px rgba(150,150,150,.1);
	padding: 15px 0;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul li {
	text-transform: lowercase;
	display: inline-block;
	margin-right: 15px;
	padding-bottom: 8px;
	
	
}

.menu .column {
	padding: 0;
}

.menu .col3 ul li {
	margin-right: 0;
	margin-left: 10px;

}

.menu .col3 ul {
	text-align: right;
}

.menu a {
	border-bottom: 0;
	padding: 10px 0 2px;
	font-size: 14px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
}

.menu a:hover {
	border-bottom: 1px dotted black;

}

a.currentpage, a.currentpage:hover {
	border-bottom: 2px solid black;

}

.menu a:active {
	color: rgb(100,100,100);
}


.logo {
	position: absolute;
	border: 4px solid black;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	/*left: -70px;*/
}

.logo h1 {
	text-align: center;
	padding-top: 32px;
	font-size: 56px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 900; font-style: normal;
}




.arrow, .uparrow {
	position: absolute;
	top: 0px;
	width: 20px;
	height: 20px;
}

.uparrow {
	right: 0;
}



.intro {
	min-height: 100%;
	padding-bottom: 100px;

}

.down, .up {
	position: relative;
	top: -80px;
	margin-bottom: -80px;
}

.section {
	padding: 30px 0;
}

.main {
	width: 66.25%;
	min-height: 100px;
}

.longdesc {
	width: 66.25%;
	float: right;
}

.longdesc p {
	margin: 2px 0 24px 0;
}

.images {
	margin-bottom: 20px;
}

.portfolio {
	width: 100%;
	margin-bottom: 60px;
}

.slideshow {
	width: 100%;
	background-color: rgb(100,100,100);
}

.marginfix {
	width: 1.25%;
}

.news, .contact {
	width: 32.5%;
}

.main, .news, .marginfix {
	display: table-cell;
	top:0;
}


.main, .news {
	background-color: rgba(255,255,255,1);
	padding: 40px;
	/*height: 100%;*/
	/*position: relative;*/
	vertical-align: top;
}

.prompt {
	padding: 0 40px;
	min-height: 20px;
}



.newphoto img {
	width: 100%;
	margin-bottom: 25px;
}

a.poplink {
	border-bottom: none;
	font-style: italic;
}

.even {
	padding: 145px 0 25px;
	width: 100%;
	display: table;

}



/*.tab {
	position: absolute;
	top: -75px;
	width: 70px;
	height: 35px;
	left: 0;
	background-color: red;
	border-radius: 35px 35px 0 0;
}*/


.golden, .tab {
	background-color: rgba(300,300,200,.5);
}

.blue {
	background-color: rgba(150,250,355,.5);
}

.kraft {
	background-color: rgba(175,145,105,.5);
}

.grey {
	background-color: rgba(100,100,100,.5);
}

.more {
	/*padding-top: 20px;*/
	/*width: 32.5%;*/
	/*border-top: 2px solid black;
	border-bottom: 2px solid black;*/
	margin: 30px 0 0;
}

.capabilities, .experience {
	background-color: white;
}



.capabilities ul {
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid black;
}

.capabilities ul li {
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 20px 0;
	border-top: 1px solid black;
	margin:0;
}



.footer {
	padding: 50px 0 75px;
	background-color: black;
	width: 100%;
	position: relative;
	bottom: 0;
}

.contact {
	color: white;
}



.homepage h1 {
	font-size: 38px;
	line-height: 48px;
	margin: 0;
}

h1 {
	font-size: 28px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal;
	line-height: 38px;
	margin: 0;
}

h2 {
	font-size: 24px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
	margin: 0 0 20px;
	font-weight: 500;
}

.second {
	margin-top: 40px;
}

h3 {
	font-size: 14px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
	margin: 0 0 20px;
	line-height: 20px;
}





.footer h3 {
	color: white;
}

h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
	margin: 36px 0 8px 0;
/*	padding-top: 40px;*/
}

.prompt h4 {
	margin: 0;
}

h5 {
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal;
	margin-top: 26px;
	line-height: 26px;
}

h6 {
	font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding: 20px 0 0;
	border-top: 1px solid black;
	margin: 10px 0 16px;
	font-weight: 400;
}





address {
	font-size: 14px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
	line-height: 22px;
	margin: 12px 0 0;
}

label {
	font-size: 18px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
}

input {
	font-size: 12px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
	text-transform: uppercase;
	border-radius: 0;
}

a, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted rgb(0,0,0);
	color: black;
}

a:hover, a:active {
	color: rgb(100,100,100);
}




h5 a {
	border-bottom: 0;
}

img.exp, img.exp2, img.exp3 {
	width: 100%;
	margin: 12px 0 -2px;
}

img.exp {
	max-width: 110px;
	margin-top: 20px;
}

img.exp2 {
	max-width: 175px;
}

img.exp3 {
	max-width: 230px;
}

.extra {
	padding-right: 20px;
}

.news h3 {
	margin: 0 0 40px;
}

.newslink {
	position: absolute;
	bottom: 60px;
}

.categories {
	margin-top: 0;
}

.newslink a, .categories, .categories a {
	color: rgb(100,100,100);
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 0;
}

.company {
	text-transform: uppercase;
	display: block;
	font-weight: 900; 
	font-size: 44px;
	line-height: 48px;
}

.siamese {
	white-space: nowrap;
}

.hero {
	position: relative;
	height: auto;
	
	padding: 0;
	padding-bottom: -4px;
	/*height: 800px;*/
}

.hero, .images {
	background-color: rgb(105,105,105);
}

p.project {
	margin-bottom: 6px;
}

.projectimg {
	position: relative;
	opacity: 1;
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align:bottom;	
}

.mainimg {
	position: relative;
}


.topimg {
	/*display: block;*/
	opacity: 1;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}


#mce-EMAIL {
	height: 35px;
	width: 70%;
	border: 4px solid white;
	padding: 5px;
	position: relative;
	float: left;
}

.chimplabel {
	display: none;
}

#mc-embedded-subscribe {
	height: 35px;
	margin-left: 1.25%;
	padding: 5px;
	background-color: black;
	box-shadow: none;
	width: 28%;
	position: relative;
	right: 0;
	border: 2px solid white;
	color: white;
}

#mc-embedded-subscribe:active {
	background-color: rgb(100,100,100);
}

.contact, .contact a, .contact address, .contact p {
	color: white;
	font-size: 12px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
	display: block;
	line-height: 16px;
	margin: 0;
}

.contact a:hover, .contact a:active {
	color: rgb(200,200,200);
	/*border-bottom: 1px dotted rgb(0,0,0);*/
}

.column {
	/*position: relative;*/
	width: 32.5%;
	
}

.col1 {
	float: left;
}

.col2 {
	margin: 0 1.25%;
	float: left;

}

.col3 {
	float: right;

}

.tidbit {
	border: 2px solid white;
	padding: 20px 40px;
	margin: 30px 0 10px 0;
	
	

}

.tidbit p, .tidbit a {
	color: white;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: .3px;
}

.tidbit a {
	border-color: white
}

.social img {
	width: 35px;
	height: 35px;
	margin-right: 5px;
}

a.icon, a.icon:hover, a.icon:visited, a.icon:active, a.icon:focus {
	border-bottom: 0px;
	border: 0px;
	outline: 0;

}

.contact a {
	border-bottom: none;
}

#map-canvas {
	min-height: 350px;
}

.smallhead {
	display: none;
}

.social {
	padding-bottom: 20px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background:rgba(0,0,0,0.8);
}

.overlayInner {
  width: 500px;
  margin: 0 auto;
  margin-top: 200px;
  padding: 10px;
  background: #fff;
  border-radius:5px;
  position: relative;
}

a.close {
  position: absolute;
  top:-5px;
  right:-5px;
  background:black;
  color:white;
  text-decoration: none;
  padding:2px 5px;
  border-radius:50%;
  border:1px solid white;
  box-shadow:0 0 3px black;
}




@media (max-width: 1500px) {

	.main, .news {
		padding: 30px;
	}

	.tidbit {
		padding: 0 30px;
	}

	h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.homepage h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.company {
		font-size: 36px;
		line-height: 42px;
	}
		/*.main {
		width: 600px;
	}*/

	.background img.headshot {
		right: -7%;
		
	}
}

@media (max-width: 1200px) {

	.main, .news {
		width: 49.25%;
	}
	.marginfix {
		width: 1.5%;
	}

	.tidbit {
		width: 100%;
	}

	.col1, .longdesc {
		width: 100%;
		/*padding-bottom: 20px;*/
	}

	.extra {
		padding-right: 0;
	}

	.menu .col1, .col2, .col3, .menuset {
		width: 50%;
		margin: 0;
	}

	.col2 {
		padding-right: 10px;
	}

	.col3 {
		padding-left: 10px;
	}


	.menuset {
		float: right;
		padding-left: 0.75%;
	}


}

@media (max-width: 940px) {
	.even {
		padding-top: 75px;
	}

	.menu {
		height: 50px;
		padding: 10px 0;
	}

	.menu ul li {
		margin-top: 0;
	}

	#bgvid { visibility: hidden; }

	.wrapper {
		width: 85%;
	}

	.homepage h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.p1 {
		font-size: 22px;
		line-height: 32px;
	}

	.main, .news, .even {
		display: block;
	}

	.main, .news {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.newphoto, .smallhead {
		width: 50%;

	}

	.newphoto {
		float: left;
		padding-right: 30px;
	}

	.newslink {
		left:50%;
		bottom: 65px
	}

	.newphoto img {
		margin-bottom: 0;
	}

	.news h3 {
		/*float: left;*/
	}


	.marginfix, .headshot {
		display: none;
	}

	.smallhead {
		float: right;
		width: 50%;
		display: block ;


	}

	.smallhead img {
		width: 100%;
		border-radius: 50%;
	}

	.studiotext {
		float: left;
		width: 50%;
		padding-right: 25px;
	}

	.fulltext {
		float: none;
		width: 100%;
		display: inline-block;
	}



		.menu .col2, .menu .col3 {
/*		float: right;*/
		margin: 0;
		padding: 0;
		text-align: right;
		width: auto;
	}



}

@media (max-width: 767px) {

	.footer {
		padding: 35px 0;
	}

	.wrapper {
		width: 90%;
	}

	.main, .news {
		padding: 25px;
	}

	.newslink{
		bottom: 60px;
	}

	.tidbit {
		padding: 0 25px;
	}

	.main, .footer {
		max-width: 100%;
	}

	.smallhead {
		width: 50%;
		float: none;
		margin: 0 auto 20px;
	} 

	.studiotext {
		width: 100%;
		float: none;
	}


/*	h1 {
		font-size: 28px;
	}

	p {
		font-size: 20px;
		line-height: 26px;
	}*/
}

@media (max-width: 520px) {

	.homepage h1, h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.p1 {
		font-size: 20px;
		line-height: 30px;
	}

	p, li {
		font-size: 16px;
		line-height: 26px;
	}

	h6.second {
		margin-top: 10px;
	}

	.newphoto {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.news h3 {
		margin-bottom: 20px;
	}

	.newslink {
		position: static;
		float: none;
		width: 100%;
		left: 0;
	}

	.col2, .col3 {
		width: 100%;
		padding: 0;
	}

	.signup {
		padding-top: 25px;
	}

	.capabilities ul {
		margin: 0;
	}

	.capabilities .col2 ul {
		border-bottom: 0;
	}

/*.company {
	font-size: 40px;
	line-height: 36px;
}	

.main {
		padding: 25px;
	}

	h1, p {
		font-size: 18px;
		line-height: 24px;
	}


	#mce-EMAIL {
		width: 60%
	}

	#mc-embedded-subscribe {
		width: 38%;
	}*/

}
/*
@media (max-width: 480px) {
	.wrapper {
		width: 100%;
		margin-top: 25px;
	}

	.footer {
		padding: 0 25px;
	}
}*/