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

/* -----------------------------
 *	TYPOGRAPHY
 * ----------------------------- */

body{
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	padding-top: 60px;
    position: relative;
}
body:after{
	display: block;
	content: ' ';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #000;
	cursor: pointer;
	opacity: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
body.canvas-slid:after{
	z-index: 1000;
	opacity: 0.6;
}

.offcanvas-clone{
	z-index: 1001 !important;
}

h1{
	font-size: 1.2em;
	margin: 0 0 10px 0;
	color: #F03226;
}

h2{
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

small{
	font-size: 85%;
}

p{
	margin: 10px 0;
}

ul, ol{
	padding-left: 20px;
}

a{
	color: #F03226;
}

a:hover{
	color: yellow;
}

img{
	max-width: 100%;
	height: auto;
}

img.alignright,
.alignright,
img.alignleft,
.alignleft {
    float: none;
    max-width: 80%;
    margin: 20px auto;
    display: block;
    clear: both;
}

.wp-caption-text {
    text-align: center;
    color: #999;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 20px 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#main-content table{
	border: 0;
	margin: 20px 0;
	width: 100% !important;
}

#main-content table td{
	border: 0;
	background-color: #222;
	padding: 15px;
}

#main-content table td p:first-child{
	margin-top: 0;
}

#main-content table td p:last-child{
	margin-bottom: 0;
}

/* -----------------------------
 *	HEADER / FOOTER
 * ----------------------------- */

#master-header{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #F03226;
	z-index: 100;
	padding: 20px 0;
}

#brand{
	width: 60%;
	padding-right: 0;
}

#phone{
	width: auto;
	float: right;
	display: inline-block;
	padding-left: 0;
	height: 20px;
}

#phone a{
	color: #fff;
	text-decoration: none;
}

#phone a span{
	display: none;
}

#phone img{
	height: 20px;
	padding: 0;
	border: 0;
	margin: 0;
}

#brand,
#phone{
	clear: none;
}

#tagline,
#phone{
	line-height: 20px;
}

#brand a#logo{
	display: inline-block;
	float: left;
	border: 0;
	text-decoration: none;
}

#brand a#logo,
#brand a#logo img{
	height: 20px;
}

#brand a#logo img{
	margin: 0;
	padding: 0;
	border: 0;
}

#tagline{
	display: none;
	font-style: italic;
	font-size: 14px;
}

#phone{
	text-align: right;
	font-weight: 700;
	font-size: 14px;
}


#master-footer{
	padding-top: 30px;
	padding-bottom: 30px;
}

#master-footer{
	font-size: 12px;
	text-align: center;
	color: #888;
	border-top: 1px solid #333;
	margin-top: 30px;
}

#banner{
	margin-bottom: 30px;
	margin-top: 20px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}

#banner #searchform{
	position: absolute;
	bottom: 18px;
	left: 15px;
	margin: 0;
	display: none;
}

/* -----------------------------
 *	NAVIGATION
 * ----------------------------- */

#sidebar{
	display: none;
}

#main-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #000;
}

#main-navigation.open{
	display: block;
}

#main-navigation a{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #333;
    text-decoration: none;
}
#main-navigation a:hover,
#main-navigation a:focus,
#main-navigation a:active,
#main-navigation li.current-menu-item a{
	background: #333;
}

#burger{
	background: transparent;
	padding: 0;
	margin: 0 15px;
	border: 0;
	display: inline-block;
	width: 26px;
	height: 20px;
	position: relative;
	float: right;
}

#burger span{
	display: block;
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: #fff;
}

#burger span:first-child{
	top: 0;
}

#burger span.middle{
	margin-top: -2px;
	top: 50%;
}

#burger span:last-child{
	bottom: 0;
}

#mobile-navigation{
	margin: 0;
	padding: 0;
	background-color: #333;
	border: 0 !important;
}

#mobile-navigation ul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#mobile-navigation a{
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: #fff;
}

#mobile-navigation a:hover,
#mobile-navigation a:focus,
#mobile-navigation a:active{
	background-color: #111;
}


/* -----------------------------
 *	FORMS
 * ----------------------------- */

.gform_wrapper{
	margin-bottom: 20px;
}

.gform_heading{
	margin-bottom: 20px;
}

.gform_fields{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.gfield{
	margin-bottom: 10px;
}

.gfield &gt; label{
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
}

.gfield_requi#F03226{
	display: inline-block;
	margin-left: 3px;
	color: #F03226;
}

.gfield .ginput_container input[type="text"],
.gfield .ginput_container input[type="tel"],
.gfield .ginput_container input[type="email"],
.gfield .ginput_container input[type="password"],
.gfield .ginput_container textarea,
.gfield .ginput_container select{
	border: 0;
	font-size: 14px;
	padding: 6px 10px;
	color: #555;
	min-width: 290px;
	max-width: 100%;
	height: 34px;
	-webkit-border-radius: 0;
	background-color: #fff;
}

.gfield .ginput_container textarea{
	height: 100px;
}

.gform_button{
	background: #F03226;
	color: #fff;
	border: 0;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 14px;
	-webkit-appearance: none;
    border-radius: 0;
}

.gform_button:hover,
.gform_button:focus{
	background: #888;
}

.validation_error{
	color: yellow;
	margin-bottom: 14px;
	font-size: 14px;
	font-style: italic;
}

.gfield_description.validation_message{
	font-style: italic;
	font-size: 12px;
	color: #F03226;
	margin-top: 5px;
}

.instruction.validation_message{
	font-style: italic;
	font-size: 12px;
	color: #888;
	margin-top: 5px;
}

/* -- Search -- */

#searchform{
	margin: 20px 0;
}

#searchform input[type="text"]{
	border: 0;
	font-size: 14px;
	padding: 6px 10px;
	color: #555;
	min-width: 200px;
	max-width: 100%;
	height: 34px;
	background: #fff;
	-webkit-border-radius: 0;
}

#searchform input[type="submit"]{
	background: #F03226;
	-webkit-appearance: none;
    border-radius: 0;
	color: #fff;
	border: 0;
	padding: 0 20px;
	font-weight: 700;
	font-size: 14px;
	line-height: 34px;
	position: relative;
	left: -4px;
}

#searchform input[type="submit"]:hover,
#searchform input[type="submit"]:focus{
	background: #888;
}

.search-results h1{
	margin-bottom: 15px;
}

.search-result{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}

.search-result:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.album{
	background-color: #111;
	border: 0 !important;
	margin: 0 0 15px 0 !important;
	padding: 15px !important;
}

.album img.image{
	max-width: 23%;
	height: auto;
	margin-left: 30px;
}

.album .name a{
	text-decoration: none;
}

.album .description{
	font-size: 85%;
}

/* -- Transitions -- */

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

/* -----------------------------
 *	MEDIA QUERIES
 * ----------------------------- */

@media ( min-width: 768px ) {

	body{
		font-size: 16px;
		padding-top: 70px;
	}

	img.alignright {
	    padding: 4px;
	    margin: 0 0 2px 7px;
	    display: inline;
	}

	.alignright {
	    float: right !important;
	}

	img.alignleft {
	    padding: 4px;
	    margin: 0 7px 2px 0;
	    display: inline;
	}

	.alignleft {
	    float: left !important;
	}

	.alignleft,
	.aligncenter{
		clear: none;
	}

	#brand{
		width: 75%;
	}

	#brand a#logo{
		margin-right: 30px;
	}

	#brand a#logo,
	#brand a#logo img{
		height: 30px;
	}

	#phone{
		font-size: 18px;
		height: 30px;
	}

	#phone img{
		height: 30px;
		padding: 4px;
	}

	#tagline{
		display: block;
		color: #fff;
	}

	#tagline,
	#phone{
		line-height: 30px;
	}

	#banner{
		display: block;
		height: 180px;
	}

	#banner #searchform{
		display: block;
	}

	#burger{
		height: 30px;
		padding: 5px 0;
	}

	#burger span:first-child{
		top: 4px;
	}
	#burger span:last-child{
		bottom: 4px;
	}

}

@media ( min-width: 992px ) {

	body{
		padding-top: 0;
	}

	#master-header{
		position: relative;
		top: auto;
		background: transparent;
	}

	#tagline{
		color: #888;
	}

	#phone{
		height: auto;
	}

	#phone a span{
		display: inline;
	}

	#phone img{
		display: none;
	}

	#banner{
		margin-top: 0;
	}

	#burger{
		display: none;
	}

	/* -- Layout -- */

	#sidebar{
		width: 25%;
		margin-bottom: 30px;
		height: auto;
		position: relative;
		top: auto;
		left: auto;
		padding: 0 15px;
		background-color: transparent;
		display: block;
	}

	#sidebar #main-navigation{
		display: block;
	}

	#main-content{
		width: 75%;
	}



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