@charset "UTF-8";
/* CSS Document */

body {
	font-family: "museo-sans",sans-serif;
	margin: 0;
	padding: 0;
	background-image:url(images/tear-bg.png) repeat-x repeat-y;
	}

header {margin:0;}

header.site-header { 
	background: #fff; 
	float: left; 
	width: 100%; 
	position: fixed; 
	z-index: 25; 
	border-bottom:4px solid #E0E0E0;}
	/*-webkit-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.2)}*/


header.site-header nav {
	float:right;
	margin:3.3em 0;}

header.site-header nav ul
	{list-style: none;
	display: inline;
	margin:1.5em 1.5em 0 0;
	padding:0;}

header.site-header nav ul li {
	display:inline;
	padding: 1em;
}


header.site-header nav ul li a {
	color: #282828; 
	text-decoration: none; 
	text-transform: uppercase; 
	font-size: .8em; 
	letter-spacing:.05em;
	padding-bottom:5px;
	margin:0;
	position: relative;
	font-weight:700;}

header.site-header nav ul li a:before {
	content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #F4D362;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

header.site-header nav ul li a:hover:before {
	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
	}


header.site-header li{margin-right: 5px;}

header.site-header a.logo-link:hover {border:none;}

header.site-header li.current_page_item a {
	color: #fff;
	background: #76CBD3;
	border-radius: 4px;}


/* Sizes for the bigger menu */
header.large{height: 130px; }

header.large img { 
	height: 100px;
	margin: 15px 0 5px 60px; 
	float:left;}

header.large li{ margin-top: 75px; }



/* Sizes for the smaller menu */
header.small{ height: 100px; }

header.small img {height: 100px;
margin: 0px 0 0 55px;
	-webkit-transform: rotate(630deg);
    -moz-transform: rotate(630deg);
    -o-transform: rotate(630deg);
    -ms-transform: rotate(630deg);
    transform: rotate(630deg);
	transition:all ease-in-out 2s;}

header.small nav {margin:2.5em 0;}
header.small li{ margin-top: 32px; }

@media screen and (max-width: 962px) {
	header.large{ height: 130px; }
	header.large img { height: 100px;
	margin: 15px 0 5px 60px; 
	float:left;}
	
	header.large li{ margin-top: 25px; }
	header.small { height: 100px; }
	header.small li{ margin-top: 20px; }
}


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

header.site-header ul {margin-right:1.5em 0 0;}
header.site-header li {margin-right:0px;}
header.large img {height:130px;
margin:25px auto 15px;
float:none;}
header.large { height: 220px;}
header.small { height: 180px; }

header.small img {
height: 140px;
margin: 0;}

header.site-header nav {
float: none;
margin: .3em auto;
text-align: center;
}
header.small nav {
margin: 0;
}
}

/*OLD RESPONSIVE BEHAVIORS

@media screen and (max-width: 868px) {
	header.large{ height: 180px; }
	
	header.large li{ margin-top: 25px; }
	header.small { height: 140px; }
	header.small li{ margin-top: 20px; }
}

@media screen and (min-width:869px) and (max-width:962px)
{ header.small {height:85px;}
  header.large li{ margin-top: 32px;}
  header.large{ height: 85px;}
  header.large img {height: 100px; margin:0;}
}

@media screen and (min-width:461px) and (max-width:618px) {
header.large img {height: 103px; margin:10px 0 0;}
header.large{ height: 220px;}
header.small {height: 180px;}
}
@media screen and (max-width: 460px) {
header.site-header li {margin-right:0px;}
header.large img {height:inherit;}
header.large { height: 220px;}
header.small { height: 180px; }
}*/

header.site-header, header.site-header nav, header.site-header a, header.site-header img, header.site-header li{
  transition: all cubic-bezier(.38,.13,.17,.99) 1s;
  -moz-transition: all cubic-bezier(.38,.13,.17,.99) 1s; /* Firefox 4 */
  -webkit-transition: all cubic-bezier(.38,.13,.17,.99) 1s; /* Safari and Chrome */
  -o-transition: all cubic-bezier(.38,.13,.17,.99) 1s; /* Opera */
}

#logo {width:200px;
	float:left;}


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

	#logo {
		width: 103px;
		float: none;
		margin: 0 auto;
		}

}

#logo h1  {display:none;visibility:hidden;}

#logo h1 a {display:none;visibility:hidden;}

#logo h1 a span {display:none;visibility:hidden;}

ul#primary-menu {margin:0;}


.effects {
  padding-left: 15px;
}

.effects .img-odd {
position: relative;
float: left;
margin: 1%;
width: 48%;
overflow: hidden;
}

.effects .img-even {
position: relative;
float: right;
margin: 1%;
width: 48%;
overflow: hidden;
}

@media screen and (max-width: 962px) {
.effects .img {
position: relative;
float: left;
margin: 3% 0;
width: 98%;
overflow: hidden;
}	
	
}

@media screen and (max-width: 520px) {
	.effects .img {
	position: relative;
	float: none;
	margin: 9% auto;
	width: 90%;
	overflow: hidden;
	
}
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
position: absolute;
z-index: 20;
background: rgb(32, 32, 32);
overflow: hidden;
transition: all 0.5s;
font-size: .5em;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: rgb(32, 32, 32);
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
display: block;
position: absolute;
z-index: 21;
width: 80%;
text-align: left;
color: #fff;
line-height: 2em;
font-weight: 100;
font-size: 3em;
text-decoration: none;
}

a.expand .view{
	font-size: .55em;
	background: url(images/plus-icon.svg) 5px no-repeat;
	padding: 0 0 0 25px;
	background-size: 9px;
}


#wrapper {
	width:100%;
	float:left;
}


#worklist {
	margin:140px auto 40px;
	width:95%;
	max-width:1440px;
}



#wrapper h2 {
	background: url(images/home-banner-bg.svg);
	height: 50px;
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	font-weight: 100;
	float: left;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin: 134px 0 1%;
	padding: 57px 0 30px;
	position:relative;
	font-size: 1.3em;
	background-size: cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}


@media screen and (max-width: 770px) {
	
	#wrapper h2 {
	padding: 30px 5% 55px;
	line-height: 1.8em;
	width: 90%;
	}
}

@media screen and (max-width: 520px) {
	
	#wrapper h2 {width: 90%;
		margin: 80px 0 9%;
		padding: 30px 5% 40px;
		line-height: 1.8em;
		font-size: 1.1em;
	}
	
	header.site-header nav ul {
		margin: 1.5em 0 0 0;
	}

	a.expand {line-height:1.5em;}
}


#wrapper h2 .welcome {border-bottom: 1px solid #fff;}
 

#worklist .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#worklist .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 0 0 1.5em;
  opacity: 0;
  -webkit-transition: opacity 1.5s, bottom cubic-bezier(.2,.2,.14,1.01) 2s;
  -moz-transition: opacity 1.5s, bottom cubic-bezier(.2,.2,.14,1.01) 2s;
  -o-transition: opacity 1.5s, bottom cubic-bezier(.2,.2,.14,1.01) 2s;
  transition: opacity 1.5s, bottom cubic-bezier(.2,.2,.14,1.01) 2s;
}



#worklist .img.hover .overlay {
  opacity: 1;
}
#worklist .img.hover .overlay a.expand {
  bottom: 5%;
  margin-bottom: 0px;
  opacity: 1;
}


.clearfix::after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}


footer {
	background:#202020;
	border-top:4px solid #E0E0E0;
	height:50px;
	display: block;
	width:100%;
	float:left;
	}

footer img {
	height:12px;
	margin:18px;
}


/*PROJECT PAGES STYLES*/

/*HERO IMAGES FOR PROJECTS*/

#hazus-wrapper {
	float:left;
	background: url(images/project-images/hazus-main.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#video-wrapper {
	float:left;
	background:url(images/project-images/haz-vid-main2.jpg);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#ehs-wrapper {
	float:left;
	background:url(images/project-images/campwise-main.jpg);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#gdocs-wrapper {
	float:left;
	background:url(images/project-images/google-docs-main3.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#wedding-wrapper {
	float:left;
	background:url(images/project-images/milky-way-wedding-main.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#sbrunch-wrapper {
	float:left;
	background:url(images/project-images/proteas-main.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#present-wrapper {
	float:left;
	background:url(images/project-images/presentation-main.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#personal-wrapper {
	float:left;
	background:url(images/project-images/personal-main.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#uw-wrapper {
	float:left;
	background:url(images/project-images/w-main.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#campwise-wrapper {
	float:left;
	background:url(images/project-images/campwise-header-2.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#contact {
	float:left;
	background:url(images/contact-main.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

#about-wrapper {
	float:left;
	background:url(images/contact-new.png);
	margin: 110px 0 0;
	width:100%;
	background-size:cover;
	/* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}


/*OTHER PROJECT PAGE STYLES*/
#wrapper h2.project-title {
	background: url(images/project-h2-bg.svg) 20px 50px;
	text-align: left;
	display: block;
	color: #fff;
	font-weight: lighter;
	float: left;
	text-transform: uppercase;
	margin: 190px 0 1% 40px;
	padding: 30px 50px;
	position: relative;
	font-size: 2.2em;
	background-size: 990px;
	-ms-behavior: url(https://cdn.css-tricks.com/backgroundsize.min.htc);
	border: 2px solid #35D3D3;
	width: initial;
	height: initial;
	max-width: 60%;
}

@media screen and (max-width: 768px) {
	#wrapper h2.project-title {
		font-size: 1.9em;
		max-width: 60%;
	margin: 150px 0 1% 40px;
	}

}

@media screen and (max-width: 520px) {
	#wrapper h2.project-title {
		font-size: 1.7em;
		max-width: 60%;
		margin: 180px 5% 1% 5%;
	}

}

#wrapper h2.project-title .project-underline {
	border-bottom:1px solid #fff;
}

#project-body {
	margin:40px auto 40px;
	width:85%;
	max-width:1440px;
}

#project-body a {
color: #35D3D3;}



#project-body .roles {
	float: left;
	width: 20%; 
	margin: 60px 0;
	background: url(images/torch.svg) no-repeat;
	background-size: 12px;
	padding: 0 0 0 29px;
}

#project-body .roles h4 {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 900;
	margin: 0 0 10px;
}


#project-body .roles ul {
	list-style:none;
	font-size: .75em;
	font-weight:100;
	margin:0;
	padding:0;
}

#project-body .roles ul li {
	margin:0;
	padding:5px 0;
}

#project-body .overview {
	float:left;
	width:70%;
	margin: 32px 0;
}


#project-body .overview h4 {
	font-size: 1.1em;
	font-weight: 900;
	margin: 25px 0 12px;
	padding: 0;	
}

#project-body .overview p{
	    font-weight: 100;
    font-size: .8em;
    line-height: 1.6em;
    margin: 10px 0;
}

#project-body .overview ul li{
	font-weight: 100;
    font-size: .8em;
    line-height: 1.6em;
    margin: 10px 0;
}


@media screen and (max-width: 768px) {
	
	#project-body .roles {
		width: 25%;
		margin:60px 0;
	} 
	
	#project-body .overview {
		float:left;
		width:65%;}

}

@media screen and (max-width: 962px) {
	#project-body{
		width:90%;
		
	}

}
@media screen and (max-width: 520px) {
	
	#project-body{
		width: 94%;}
	
	#project-body .roles {
		width: 86%;
		margin: 45px 0 0;
	} 
	
	#project-body .roles ul li {
		margin: 0;
		padding: 5px 30px 5px 0;
	}
	
	#project-body .overview {
		float: left;
		width: 86%;
		margin: 0 7%;}
	
	#project-body .roles h4 {
	font-size: 1em;
	}


	#project-body .roles ul {
	font-size: .85em;
	}
	
	
	#project-body .overview h4 {
	font-size: 1.5em;
	
	}
	
	#project-body .overview p{
    font-size: .95em;
    line-height: 1.7em;
    margin: 20px 0;
	}
}

#wrapper h3.visual-statement {
	color: #35D3D3;
	text-transform: lowercase;
	text-align: right;
	background: #fff;
	padding: 10px 20px;
	margin: 60px 40px -19px 0;
	font-weight: 300;
	float: right;
	width: unset;
	clear:both;
	
}

#wrapper h3.visual-statement a {
	color: #35D3D3;
}

@media screen and (max-width: 768px) {
	#wrapper h3.visual-statement {
		margin: 60px 40px -19px 40px;
		float: right;
	}
}

@media screen and (max-width: 520px) {
	#wrapper h3.visual-statement {
 		margin: 60px 8% -19px;
		float: left;
		font-size: 1em;
	}
}



.project-nav {
margin: 0 auto 22px auto;
width: 100%;
text-align: center;
float: left;
}

.project-nav .nav-wrapper {
	margin:0 auto;
	width:365px;
}


.project-nav a {
	color: #282828; 
	text-decoration: none; 
	text-transform: uppercase; 
	font-size: .8em; 
	letter-spacing:.05em;
	padding-bottom:5px;
	margin:0;
	position: relative;
	font-weight:700;}

.project-nav a:before {
	content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #F4D362;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.project-nav a:hover:before {
	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
	}


.project-nav p.right-arrow {
    float: left;
    background: url(images/arrow-right.svg) no-repeat right 57%;
    background-size: 25px;
    padding: 0 30px 0 12px;
    margin: 27px 0 0;
	}
	
.project-nav p.left-arrow {
	float: left;
	background: url(images/arrow-left.svg) no-repeat left 57%;
	background-size: 25px;
	padding: 0px 12px 0 30px;
	margin: 27px 0 0;
}


.project-nav p img {width:20px;}

.project-nav img {
	float:left;
	width:45px;
}

@media screen and (max-width: 520px) {
	.project-nav .nav-wrapper {
		width:100%;
	}
	
	.project-nav p.right-arrow {
    float:none;
    background: none;
    padding:10px 0 0;
    margin: 0;
	}
	
.project-nav p.left-arrow {
	float: none;
	background:none;
	padding: 0 0 18px;
	margin: 0;
}


	.project-nav img {
		float:none;
		width:45px;
	}
	
}


.project-images{
	float: left;
	width: 90%;
	margin: 0 3%;
	
}

.project-images img {
		width:100%;
		margin:10px 0 40px;
}

.project-images h4 {
	text-transform: uppercase;
	font-size:1.4em;
	color:#282828;
	text-align:center;
	border-bottom: 1px solid #35D3D3;
	margin: 0 0 15px;
	float: left;
}

.project-images p {
	font-size:.8em;
	clear:both;
	font-weight:300;
}




#project-body .contact {
    float: left;
    width: 90%;
    margin: 32px 5%;
}


.freebirdFormviewerViewFormBanner {
    height: 178px;
}

			
			