@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* unvisited link */
a:link {
	color: #336699;
}
/* visited link */
a:visited {
	color: #336699;
}
/* mouse over link */
a:hover {
	color: #3399cc;
}
/* selected link */
a:active {
	color: #3399cc;
}
h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 5em;
	-webkit-margin-before: .5em;
	-webkit-margin-after: .4em;
	text-align: center;
}
h2 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 2em;
	letter-spacing: 1.2px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 2em;
	  margin: .8em 0 .1em 0;
	color:#3399cc;

}
h3 {
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.3em;
	letter-spacing: .45px;
	-webkit-margin-before: .5em;
	-webkit-margin-after: 1.5em;
	text-align:center;
}

h5 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	background-color: #000;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	width: auto;
	height: auto;
	display: inline;
	font-variant: normal;
	text-transform: none;
	letter-spacing: .1em;
}
p {
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	font-size: 15px;
	line-height: 1.65em;
	  margin-bottom: 1em;
}
.quote {
	font-family: 'Exo', sans-serif;
	font-weight: 200;
	font-size:1em;
	margin:1em 0;
}


.caption {
	font-family: 'Exo', sans-serif;
font-weight: 400;
font-size: 2.1em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: -2em;
}

.job {
	font-size: 11px;
	color: #999;
	max-width:960px;
}
.credits {
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	margin-bottom: 3em;
}
.photos p {
	font-size: 11px;
	display: block;
	width: 200px;
}
.topnav {
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	color:#999;
background-color:#000;
	height:30px;
}
.topnav-links {
	float: right;
	text-align:right;
	margin-right:1em;
	margin-top:5px;
}
.topnav-links a:link {
    color: #999999;
}
/* mouse over link */
.topnav-links a:hover {
    color: #ffcc00;
}
/* visited link */

.topnav-logo {
	float:left;

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 100%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* headline overlay */


.herotext {
    position: absolute;
    bottom: 0px;
    color: #333;
	max-width: 580px;
    padding: 0 20px;
    line-height: 150%;
    background: #FFFFFF;
}

#div1 {
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

/* Mobile Layout: 480px and below. */
  
@media (max-width:480px) {  

.fullwidth	{
	width:100%;
	background-color:#fff;
	padding-bottom:20px;
}
.top	{
height: 60px;
background-color:#000;
}	
.left {
	width:100%;
}
h1 {
	font-size:3.5em;
	-webkit-margin-before: 0;
	-webkit-margin-after: -.2em;
}
h3 {
	font-size:1em;
	-webkit-margin-after: -1em;
}
.text {
margin-left: auto;
margin-right: auto;
max-width: 400px;
background-color:#FFFFFF;
}
.hero {
margin-left: auto;
margin-right: auto;
max-width: 460px;
background-color:#FFFFFF;
}
.herotext {
	max-width: 400px;
	margin-left: 5%;
margin-right: 5%;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
#div1 {
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}


} 


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.fullwidth	{
	width:100%;
/*background-image: url("images/blue-bg.jpg");*/
background-color:#fff;
	 background-size:cover;
	 	padding-top:0px;
	 padding-bottom:50px;
}
	
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
h1 {
	font-size:5em;
	-webkit-margin-after: -.2em;
	-webkit-margin-before: 0;

}
h3 {
	font-size:1.3em;
	-webkit-margin-after: -.5em;
}

.herotext {
margin-left: 5%;
margin-right: 5%;

}

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#div1 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.fullwidth	{
	 padding-bottom:20px;
}
h1 {
	font-size: 8em;
margin-top: -.1em;
font-weight: 800;
}
h3 {
	margin-top: -1em;
margin-bottom: -1em;
}
.text {
margin-left: auto;
margin-right: auto;
max-width: 580px;
background-color:#FFFFFF;
}
.hero {
margin-left: auto;
margin-right: auto;
max-width: 610px;
background-color:#FFFFFF;
}
.gridContainer {
	width: 88.5%;
	max-width: 960px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* headline overlay */


.herotext {
margin-left: auto;
margin-right: auto;
max-width: 580px;
}

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
/* grid images */
ul.gridpic {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.gridpic li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.gridpic li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
ul.gridpic li h3 {
	margin: 0 0 5px;
}
ul.gridpic {
		padding: 0;
	}
ul.gridpic li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
ul.gridpic.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.gridpic.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.gridpic.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}
 
@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.gridpic {
		margin-left: 0;
	}
	ul.gridpic li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 10px;
	}
	ul.gridpic li img {
float:left;
margin-right:10px;
}
}

/* zooming laurels */
.zoom_img img{
margin:20px 0;
height:100%;
width:100%;
-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;
}
.zoom_img img:hover{
-moz-transform:scale(1.3); 
-webkit-transform:scale(1.3);
-o-transform:scale(1.3);
}
/* =Footer
-----------------------------------------------------------------------------*/

.footerbg {
	background: #000;
	height: 2em;
}
.footer {
	height: 10px;
	padding-top: 5px;
	max-width: 960px;
	margin-left: 5%;
	margin-right: 5%;
	color: #fff;
	text-align:center;
}

