<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/** PADDING **/
.static-wrapper					{ width:100%; }
.static-margins					{ max-width:960px; margin:0px auto; }
.static-padding					{ padding:0px 15px; }



/** PAGE TITLES **/
.search-form-bar				{ display:none; }
.static-titles					{ padding:30px 0px; font-size:1.1em; }
.static-titles h1				{ text-transform:uppercase; font-weight:400; }
.static-titles h1 span			{ display:block; text-transform:none; font-weight:300;  text-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);}

.static-titles					{ background-color:#FFFFFF; background-repeat:no-repeat; background-position:50% 0%; background-size:cover; border-bottom:1px solid #CCCCCC; }
.static-titles h1				{ color:#54AF1B; }
.static-titles h1 span			{ color:#FFFFFF; font-size:0.8em;   }




/** MAIN CONTENT **/
.static-content									{ padding:40px 0px; font-size:1.1em; }
.static-content h2								{ text-transform:uppercase; font-weight:400; }
.static-content h2 span							{ text-transform:none; font-weight:300; }
.static-content h3								{ text-transform:uppercase; font-weight:400; }
.static-content h3 span							{ text-transform:none; font-weight:300; }
.static-content .static-list					{ font-size:1.1em; }
.static-content blockquote						{ margin:20px 0px; padding:20px; }
hr.dotted										{ margin:20px 0px; padding:0px; }
.static-content .static-col						{ width:47%; }
.static-content .static-left					{ float:left; }
.static-content .static-right					{ float:right; }

.static-content.static-grey						{ background:#F5F5F5; }
.static-content h2								{ color:#54AF1B; }
.static-content h2 span							{ color:#777777; }
.static-content h3								{ color:#2637C0; }
.static-content h3 span							{ color:#333333; }
.static-content blockquote						{ border:10px solid #EEEEEE; }
hr.dotted										{ border:none; border-bottom:1px dotted #CCCCCC; }
.sub-title-text									{ color:#FFFFFF; text-shadow:0px 1px 3px rgba(0, 0, 0, 0.6); }
.ipad-down-spacing								{ margin-top:20px; }

/** STATIC LISTS **/
.static-content .static-list					{ list-style:none; margin:20px 0px; padding:0px; }
.static-content .static-list li					{ display:block; padding:10px; margin:0px 0px 10px 0px; }

.static-content .static-list li					{ border-left:3px solid #54AF1B; }
.static-content .static-list li:nth-child(odd)	{ background:#EFEFEF; }
.static-content .static-list li span			{ color:#333333; }



/** LINK LISTS **/
.link-list						{ list-style:none; margin:20px 0px; padding:0px; }
.link-list li					{ display:block; margin:0px 0px 5px 0px; }
.link-list li a					{ padding:10px; display:block; text-transform:uppercase; }

.link-list li a					{ background:#54AF1B; color:#FFFFFF; }
.link-list li a:hover			{ background:#333333; color:#FFFFFF; }



/** STATIC FORMS **/
.static-form-wrapper								{ padding:10px; }
.static-form-wrapper h1								{ text-transform:uppercase; font-weight:400; }
.static-form-wrapper h1 span						{ text-transform:none; font-weight:300; }
.static-form-wrapper .form .form-row .form-label	{ display:none; }
.static-form-wrapper .form .form-half				{ width:48%; clear:none; }
.static-form-wrapper .form .form-half-left			{ float:left; clear:left; }
.static-form-wrapper .form .form-half-right			{ float:right; clear:right; }
.static-form-wrapper .form .form-full				{ display:block; clear:both; width:100%; }
.static-form-wrapper .form .form-textbox input,
.static-form-wrapper .form .form-textbox textarea	{ padding:15px; width:100%; }
.static-form-wrapper .form .styledd,
.static-form-wrapper .form .htmldd					{ padding:10px 15px; width:100%; }
.static-form-wrapper .form .form-textbox textarea	{ min-height:150px; }
.static-form-wrapper .form .form-button-row			{ text-align:right; text-transform:uppercase; }
.form .form-textbox input,
.form .form-textbox textarea						{ min-width:100px; }

.static-form-wrapper								{ background:#F5F5F5; border:1px solid #EFEFEF; }
.static-content.static-grey	.static-form-wrapper	{ background:#FFFFFF; border:1px solid #DDDDDD; }
.static-form-wrapper h1								{ color:#54AF1B; }
.static-form-wrapper h1 span						{ color:#777777; }
.static-form-wrapper .form select,
.static-form-wrapper .form .htmldd,
.static-form-wrapper .form .styledd,
.static-form-wrapper .form .form-textbox input,
.static-form-wrapper .form .form-textbox textarea 	{ background:#FFFFFF; border:1px solid #CCCCCC; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
.static-form-wrapper .form button					{ background:2px solid #2637C0; color:#FFFFFF; }
.static-form-wrapper .form button:hover				{ background:2px solid #333333; color:#FFFFFF; }



/** FILMING **/
.static-film .text-wrapper		{ padding:20px; margin:50px 0px; }

.static-film					{ background:transparent url(static/filming.jpg) no-repeat 50% 50%; background-size:cover; }
.static-film .text-wrapper		{ background:rgba(255,255,255,0.8); border:10px solid #FFFFFF; }



/** CONTACT PAGE **/
.vcards .vcard .vcard-details		{ font-size:1.1em; }



/** RESPONSIVE **/
@media screen and (max-width:830px){
	
	.vcards-max660 .vcard .vcard-map		{ float:none; width:100%; }
	.vcards-max660 .vcard .vcard-details	{ margin:0px 0px 0px 0px; }
	
}

@media screen and (max-width:660px){
	
	.static-content .static-col							{ width:100%; }
	.static-content .static-left,
	.static-content .static-right						{ float:none; clear:both; }
	.static-form-wrapper .form .form-half				{ width:100%; clear:both; }
	.static-form-wrapper .form .form-half-left,
	.static-form-wrapper .form .form-half-right			{ float:none; clear:both; }
	.link-list 											{ margin:0; }
}

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

	.static-titles					{ font-size:0.9em; }
	.static-titles h1 span			{ font-size:0.8em; }
	
}



</pre></body></html>