
/**********************************************************************************
	HTML
**********************************************************************************/

body {
	font-family: 'Lato', sans-serif;
	background:#edb934;
	background: url(/images/rednoise.jpg) center top repeat;
	color:#e6e6e6;
	font-size: .92em;
	line-height: 25px;
}

p {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	color: #f0d34c;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
}

a {
	color: #f63c3f;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

iframe {
	border: none;
}

.clr {clear: both;}

strong { color: #2db6b8 }

button { 
	border-image: none;
	border-width: 0;
    border-style: none;
    border-color: none;
	
}

.indent p {
	margin-left: 15px;
}



/**********************************************************************************
	Header
**********************************************************************************/

/*
.header-container {
	background-color: #2db6b8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	height: 100px;
	margin: 0 auto;
}

.header-container > .header {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}
*/



.header > .wrapper {
	padding-bottom: 6px;
	position: relative;
}
.header > .wrapper > #logo,
.header > .wrapper > .nav {
	/* float: left; */
	/* display: inline; */
}
.header > .wrapper > #logo {
	min-width: 100px;
	/* margin: 15px 30px 0 0; */
	float: none;
	display: block;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 3em;
	margin: 10px 0 0 0;
}
.header > .wrapper > #underLogo {
	min-width: 100px;
	/* margin: 15px 30px 0 0; */
	float: none;
	display: block;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 1em;
	margin-top: 5px;
}
.header > .wrapper > #logo > img {
	width: auto;
	max-width: 60%;
	border: none;
	margin: 15px 0;
}
.header > .wrapper > .nav {
	margin: 10px;
	font: 1em 'Lato', sans-serif;
	color: #fff;
}
.header > .wrapper > .nav > span {
	display: block;
	font-size: 1.8em;
	color: #00a5df;
	border-bottom: 1px dotted #555;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
.header > .wrapper > .nav > a {
	color: #fff;
	text-decoration: none;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-right: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
	display: inline-block;
}
.header > .wrapper > .nav > a:last-child {
	margin-right: 0;
}
.header > .wrapper > .nav > a:hover {
	color: #000;
}

.header > .wrapper > .nav > a.active {
	color: #fff;
}

.header .social {
	position: relative;
	/* width: 96px; */
	height: 30px;
	top: 8px;
	right: 20px;
	z-index: 5000;
}
.social {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
}
.social a {
	display: inline-block;
	margin-left: 6px;
	text-align: center;
}
.social img {
	border: none;
}



.subnav {
	background: #eee url(/images/bg-arrowborder-down.png) center top repeat-x;
	padding-top: 36px;
	padding-bottom: 60px;
}
.subnav > .wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.subnav > .wrapper > a {
	color: #888;
	font-size: 0.75em;
	text-decoration: none;
	margin: 0 6px 4px;
	text-transform: uppercase;
	display: inline-block;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0 1px 0 #fff;
}
.subnav > .wrapper > a:last-child {
	margin-right: 0;
}
.subnav > .wrapper > a:hover,
.subnav > .wrapper > a.active {
	color: #222;
	text-shadow: 0;
}
.subnav > .wrapper > span {
	display: block;
	font-size: 1em;
	color: #ccc;
	text-shadow: 0 1px 0 #fff;
	border-top: 1px dotted #ccc;
	padding-top: 2px;
	margin-top: 4px;
}



/**********************************************************************************
	Content
**********************************************************************************/

/*
.main-container {
	margin-top: 10px !important;
}
*/


.cast-and-crew {
	font-family: 'Lato', sans-serif;
	background:#edb934;
/* 	background: url(/images/rednoise.jpg) center top repeat; */
	background: url(/images/yellownoise.jpg) center top repeat;
	color:#fff !important;
	font-size: .92em;
	line-height: 25px;
	padding-top: 15px;
}

.cast-and-crew h1,
.cast-and-crew h2 {
	color:#e8cb89 !important;
}

.cast-and-crew p{
	color:#111 !important;
}

img.right,
img.left {
	display: inline-block;
	border: none;
}
img.right {
	float: right;
	margin: 0 0 12px 12px;
}
img.right.small {
		width: 100px;
	}
img.left {
	float: left;
	margin: 0 12px 12px 0;
}
img.full {
	max-width: 100%;
	margin: 4px 0 0;
}
img.border {
	border: 1px solid #888;
}

img.portrait {
	width:200px;
	height: 200px;
}

#paperWelcomeText h3 {
	padding-left: 12px;
	margin-bottom: 10px;
	color: #fff;
}
#paperWelcomeText p {
	padding: 12px 0 0 12px;
}
#paperWelcomeText img.right {
/*
	-webkit-border-radius: 0 0 24px 0;
	-moz-border-radius: 0 0 24px 0;
	border-radius: 0 0 24px 0;
*/
}

.contentBlock {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

a.bigHomeButton {
    background-color: #90c43a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.5em;
    margin: 5px auto;
    padding: 12px 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0s;
    width: 300px;
}

a.bigHomeButton:hover {
    background-color: #ff8b04;
}

.bigHomeButton span {
	color: #000;
}

/**********************************************************************************
	Responsive Slideshow
**********************************************************************************/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.caption {
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); */
    bottom: 0;
    color: #FFFFFF;
    display: block;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow:2px 2px 4px #000000;
    opacity: .85;
}

.caption h3 {
	font-size: 50px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}


/**********************************************************************************
	Accordion
**********************************************************************************/

.accordion h4 {
	padding: 12px 36px 12px 12px;
	background: transparent url(/images/icon-info.png) no-repeat right center;
	border: 1px dotted #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 4px;
}
.accordion div {
	padding: 6px 12px;
}



/**********************************************************************************
	Sections
**********************************************************************************/

#paperWelcome.paperSection,
#paperClosing.paperSection {
	background: #060503 /* url(/images/bg-sat3.jpg) no-repeat center top fixed */;
}
#paperAbout.paperSection {
	background: #060503 /* url(/images/bg-dept3.jpg) no-repeat center top fixed */;
}
#paperClients.paperSection {
	background: #060503 url(/images/bg-hyatt2.jpg) no-repeat center top fixed;
}

#paperWhat.paperSection {
	background: #060503 /* url(/images/bg-sat13.jpg) no-repeat center top fixed */;
}
#paperWork.paperSection {
	background: #060503 url(/images/bg-sat10.jpg) no-repeat center top fixed;
}
#paperPlay.paperSection {
	background: #060503 url(/images/bg-sat1.jpg) no-repeat center top fixed;
}
#paperFilmwork.paperSection {
	background: #060503 /* url(/images/bg-sat6.jpg) no-repeat right top fixed */;
}
#paperRobots.paperSection {
	background: #060503 url(/images/bg-sat12.jpg) no-repeat center top fixed;
}
#paperContact.paperSection {
	/* background: #060503  url(/images/bg-sat12.jpg) no-repeat center top fixed ;*/
	margin-top: 30px;
}
#paperUniverse.paperSection {
	background: #060503 url(/images/bg-sat13.jpg) no-repeat center top fixed;
}
/*
#paperWelcome.paperSection,
#paperAbout.paperSection,
#paperWhat.paperSection,
#paperWork.paperSection,
#paperFilmwork.paperSection,
#paperRobots.paperSection,
#paperClosing.paperSection,
#paperContact.paperSection {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	background-color: #b12c03;
}
*/

#paperWelcomeText.paperSection {
/* 	background-color: #ff7e00; */
}

#paperWelcomeText.paperSection h2,
#paperWelcomeText.paperSection h3 {
	color: #fff;
}

#paperWelcomeText.paperSection h4 {
	color: #fff;
}

/* Section headers */
.paperSection > .arHeader {
	padding: 3%;
	background: transparent url(/images/screen-blue75.png) repeat 0 0;
}
/* Reduce height of welcome header */
#paperWelcome.paperSection > .arHeader {
	padding: 1% 3%;
}

	.paperSection > .arHeader > h1 {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	.paperSection > .arHeader > h1 > img {
		margin: 0 auto;
		max-width: 100%;
	}
	/* Make welcome title image smaller */
	#paperWelcome.paperSection > .arHeader > h1 > img,
	#paperClosing.paperSection > .arHeader > h1 > img {
		width: 70% !important;
	}

	/* Title card image for slide-in on Welcome Section */
	#title-welcome img.slidout {
		margin-left: 130%;
	}


.paperSection > .arTeaser {
	padding: 0;
	margin: 0 auto;
	/* background: transparent url(/images/bg-arrowborder.png) center bottom repeat-x; */
}
#paperClosing.paperSection > .arTeaser {
	background-image: none !important;
}

/* Reduce bottom padding of select teasers */
#paperWelcome.paperSection > .arTeaser,
#paperRobots.paperSection > .arTeaser,
#paperClosing.paperSection > .arTeaser {
	padding: 0 0 80px;
}


	.paperSection > .arTeaser > .wrapper {
		padding: 24px;
		font-size: 1em;
		line-height: 170%;
		max-width: 900px;
		margin: 0 auto;
		background: transparent url(/images/screen-black50.png) 0 0;
		-webkit-border-radius: 0 0 12px 12px;
		-moz-border-radius: 0 0 12px 12px;
		border-radius: 0 0 12px 12px;
		color: #fff;
		text-shadow: 0 0 1px 3px #000;
	}
	.paperSection > .arTeaser > .wrapper > a {
		color: #04bbff;
		text-decoration: none;
		-o-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.paperSection > .arTeaser > .wrapper > a:hover {
		color: #fff;
	}
	
	.epicQuote {
		margin-top: 40px;
		padding-top: 40px;
		height: 280px;
		margin: 0 auto;
		text-align: center;
	}
	.epicQuote h2 {
		color: #b34135;
		margin-bottom: 0;
	}
	.epicQuote h3,
	.epicQuote h4 {
		color: #fff;
		font-size: 1.3em;
		text-transform: none;
		margin: 5px 0 0 0;
	}
	.epicShort {
		padding-top:25px;
	}

	/* embedded videos */
	.wrapper-video {
		position: relative;
		padding-bottom: 56.25%;
		padding-bottom: 51%;
		padding-top: 25px;
		height: 0;
	}
	.wrapper-video-large {
		position: relative;
		padding-bottom: 56.25%;
		padding-bottom: 53%;
		padding-top: 25px;
		height: 0;
	}
	.wrapper-video iframe,
	.wrapper-video-large iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 300;
	}


	.wrapper-video-small {
		float: right;
		width: 50%;
		margin-left: 18px;
	}

	/* Large vid in main section */
	.wrapper-video-welcome {
		float: none;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
/*
	.wrapper-video-welcome > h2 {
		color: #fff;
		margin: 8px 0;
		font-size: 1.1em;
	}
*/
	.wrapper-video-welcome > p {
		font-size: 0.875em;
		line-height: 140%;
	}


	/* Graphs */
	#paperRobots > .arTeaser > .wrapper .graph {
		margin: 0px auto;
		padding: 36px 0 0;
		text-align: center;
	}
	#paperRobots > .arTeaser > .wrapper .graph > img {
		width: 75%;
		max-width: 100%;
	}
	#paperAboutText .graph {
		margin: 0px auto;
		padding: 24px 12px 18px;
		text-align: center;
		border-top: 1px dotted #ccc;
		margin-top: 12px;
	}
	#paperAboutText .graph > img {
		max-width: 100%;
	}
	
	#emailForm {
		margin-top: 40px !important;
		padding-top: 30px !important;
		margin: 0 auto !important;
		text-align: center !important;
		width: auto !important;
		background: #ffd15c;
		background: #f63c3f;
		color: #111 !important;
/*
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
*/
	}
	
	#efCenter {
		width: 100% !important;
		max-width: 550px !important;
		margin: 0 auto !important;
		padding-top: 10px !important; 
	}
	
	.wufoo .info h2 {
	    font-size: 160%;
	    font-family: 'Lato' !important;
	    font-style: normal;
	    font-weight: normal;
	    color: #000000;
	}


/* Main text for each section */
.arText {
	position: relative;
	width: 1000px;
	margin: 0 auto 24px;
	padding: 12px;
}
	.arText > .wrapper {
		padding: 12px;
		/* color: #555; */
	}
	/* Main text columns at full width */
	.arText > .wrapper > .left,
	.arText > .wrapper > .right {
		display: inline-block;
		width: 48%;
	}
	.arText > .wrapper > .left {
		float: left;
	}
	.arText > .wrapper > .right {
		float: right;
	}
	
	.arText > h2 {
		letter-spacing: 1px;
		font-weight: 400;
		font-size: 30px;
	}
	
	.arText > h4 {
	    font-weight: 400;
	    line-height: 1;
	    text-decoration: none;
	    text-transform: uppercase;
	    margin: 1em 0;
	    color: #101010;
	}
	
	.arText > a {
		color: #f63c3f !important;
		text-decoration: none;
	}
	
	.arText > a:hover {
		color: #eee;
	}


/**********************************************************************************
	Footer
**********************************************************************************/

.footer-container {
	background: #2d333a url(/images/pattern_top.jpg) center top repeat-x;
	font-size: 0.75em;
	color: #656565;
}
.footer-container > .footer {
	width: 1000px;
	margin: 0 auto;
}
.footer-container > .footer > .wrapper {
	padding: 24px 12px 60px;
}
.footer-container > .footer > .wrapper > a {
	color: #999;
	text-decoration: none;
}
.footer-container > .footer > .wrapper > a:hover {
	color: #fff;
}



/**********************************************************************************
	Responsive
**********************************************************************************/

@media screen and ( max-width: 2500px ) {
	.header-container > .header {
		width: auto;
		text-align: center;
		margin: 0 auto;
		background: #fff url(/images/ovoyHeader2.jpg) center top no-repeat;
		background-size: cover; 
		min-height: 700px;
	}
}

@media screen and ( max-width: 1200px ) {
	#paperWelcome.paperSection,
	#paperAbout.paperSection,
	#paperWhat.paperSection,
	#paperWork.paperSection,
	#paperPlay.paperSection,
	#paperFilmwork.paperSection,
	#paperRobots.paperSection {
/*
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
*/
	}
	.header-container > .header {
		width: auto;
		text-align: center;
		margin: 0 auto;
		background: #fff url(/images/ovoyHeader1.jpg) center top no-repeat;
		background-size: cover; 
		min-height: 500px;
	}
}

@media screen and ( max-width: 1000px ) {
	.header-container > .header,
	.paperSection > .arHeader > h1,
	.paperSection > .arTeaser > .wrapper,
	.arText,
	.subnav > .wrapper,
	.footer-container > .footer {
		width: auto;
	}
	.subnav > .wrapper {
		padding: 24px;
	}
	.paperSection > .arHeader {
		padding: 24px 0;
	}
	.paperSection > .arTeaser > .wrapper,
	.arText > .wrapper {
		padding: 12px 24px;
	}
	.paperSection > .arTeaser > .wrapper {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.footer-container > .footer > .wrapper {
		padding: 24px 24px 60px;
	}
}

@media screen and ( max-width: 800px ) {	
	#paperWelcomeText > .wrapper > img {
		width: 120px;
	}
	.header-container > .header {
		width: auto;
		text-align: center;
		margin: 0 auto;
		background: #fff url(/images/ovoyHeader1.jpg) center top no-repeat;
		background-size: cover; 
		min-height: 400px;
	}
	
	.arText {
		padding: 15px;
	}
}

@media screen and ( max-width: 600px ) {
	.paperSection > .arHeader > h1 {
		font-size: 1.4em;
	}
	#paperWelcome.paperSection > .arHeader > h1 > img {
		width: 100% !important;
	}
	.arText > .wrapper > .left,
	.arText > .wrapper > .right,
	.counties > .left,
	.counties > .right {
		display: block;
		float: none;
		width: auto;
	}
	.wrapper-video-small {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-bottom: 12px;
	}
	#paperRobots > .arTeaser > .wrapper .graph > img {
		width: auto;
		max-width: 100%;
	}
	.financialTable {
		display: none;
	}
	.financialPDFs {
		display: block;
	}
/*
	.header .social {
		position: relative;
		top: auto;
		right: auto;
	}
*/
	.social a {
		display: inline-block;
		float: none;
		margin: 5px 2px;
	}

	.paperSection > .arHeader > h1 {
		font-size: 1.2em;
	}
	.paperSection > .arHeader > h1 > span {
		text-indent: 0;
	}
	.paperSection > .arTeaser > .wrapper {
		font-size: 1em;
	}
/*
	.header-container {
		position: absolute;
		height: 135px;
	}
	.header-container > .header {
		width: auto;
		text-align: center;
	}
*/
	.header > .wrapper {
		padding: 8px 24px;
	}
	.header > .wrapper > #logo > img {
		max-width: 40%;
		margin:0;
	}
	.header > .wrapper > #logo,
	.header > .wrapper > .nav {
		float: none;
		display: block;
		width: auto;
	}
	.header > .wrapper > #logo {
		margin: 6px auto;
	}
	.header > .wrapper > .nav {
		text-align: center;
		padding-bottom: 12px;
	}
	.header > .wrapper > .nav > span {
		font-size: 1.4em;
	}
	.header > .wrapper > .nav > a {
		margin-right: 0 6px 4px;
	}
	div#paperWelcomeText.paperSection {
		padding: 30px 0;	
	}
	.epicShort {
		height: auto;
		padding: 0 7px;
	}
	.header-container > .header {
		width: auto;
		text-align: center;
		margin: 0 auto;
		background: #fff url(/images/mobileHeader.jpg) center top no-repeat;
		background-size: cover; 
		min-height: 300px;
	}

	
}

@media screen and ( max-width: 420px ) {
	/* Reduce height of welcome header */
	#paperWelcome.paperSection > .arHeader {
		padding: 4% 3% 1%;
	}
	.paperSection > .arTeaser {
		padding: 0 0 20px;
	}
	.subnav {
		padding-top: 12px;
		padding-bottom: 18px;
	}
	.header > .wrapper > .nav {
		font: 1em 'Open Sans Condensed', sans-serif;
	}
	
}

@media screen and ( max-width: 300px ) {
	.paperSection > .arHeader > h1 {
		font-size: 1em;
	}
	.paperSection > .arTeaser {
		padding: 0 0 80px;
	}
	.paperSection > .arTeaser > .wrapper {
		padding: 24px;
		line-height: 140%;
	}
	.chart-title {
		font-size: 0.875em;
	}
	.chart-blurb {
		font-size: 0.7em;
	}
	.chart table th,
	.chart table td {
		font-size: 0.6em;
	}
	.header > .wrapper > #logo > img {
		max-width: 60%;
		margin:0;
	}
	.header > .wrapper > #logo {
		font-size: 2em;
	}
	.header-container {
		height: 110px;
	}
	.header-container > .header {
		width: auto;
		text-align: center;
		margin: 0 auto;
		background: #fff url(/images/mobileHeader.jpg) center top no-repeat;
		background-size: cover; 
		min-height: 250px;
	}
	
}



/**********************************************************************
	clearfix
**********************************************************************/

.group:before,
.group:after {
		content: "";
		display: table;
} 
.group:after {
		clear: both;
}
.group {
		zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}



/**********************************************************************
	Accordion Easing and Structure
**********************************************************************/

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 0;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-content {
	border-top: 0;
	overflow: auto;
}