<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document 

font-family:'Sans Culottes W01 Regular';
font-family:'Museo W01_100 Italic';
font-family:'Museo W01_300 Italic';
font-family:'Museo W01_500 Italic';
font-family:'Museo W01_700 Italic';
font-family:'Museo W01_900 Italic';
font-family:'Museo W01_100';
font-family:'Museo W01_300';
font-family:'Museo W01_500';
font-family:'Museo W01_700';
font-family:'Museo W01_900';
font-family:'Museo Cyrl W00_100';
font-family:'Museo Cyrl W00_300';
font-family:'Museo Cyrl W00_500';
font-family:'Museo Cyrl W00_700';
font-family:'Museo Cyrl W00_900';
font-family:'Museo Cyrl W00_100 Italic';
font-family:'Museo Cyrl W00_300 Italic';
font-family:'Museo Cyrl W00_500 Italic';
font-family:'Museo Cyrl W00_700 Italic';
font-family:'Museo Cyrl W00_900 Italic';


*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

/* ================================================= */
/* ADMIN
/* ================================================= */

* { margin: 0; padding: 0; font-weight: normal; }

html, body {
	font-family:'Roboto Slab', 'Trebuchet MS', Calibri, 'Helvetica Neue', Arial, sans-serif; font-size-adjust:0.47; font-weight:normal; font-style:normal;
	color: #807F83;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 300 !important;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	min-width: 320px;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-appearance: none;
    border-radius: 0;
	background-color: #343434;
}

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

img { display: block; border: none; }

strong { 

	font-family:'Roboto Slab'; font-weight: 700 !important;
	color: #333333;
}


/* ================================================= */
/* OUTER POSITIONAL STYLES
/* ================================================= */

header#header_main {
	position: relative;
	background-color: #ffcc00;
	height: 100px;
	background-image: url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}

@media only screen and (max-width: 950px) {
	header#header_main {
		height: auto;	
	}
}

section#section_main {
	display: block;
	position: relative;
	background-color: #A8A8A8;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: auto;
}

article#article_main {
	display: block;
	position: relative;
	background-color: #B6B6B6;
	width: 100%;
	max-width: 1920px;
	min-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: auto;
	background-image: url(../images/home_main_image.jpg);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 950px) {
	article#article_main {
		min-width: 320px;
	}
}

nav#nav_main {
	height: 100px;
	width: 25%;
	float: left;
}

@media only screen and (max-width: 800px) {
	nav#nav_main {
		width: 100%;
		float: none;
	}
}

a.a_menu {
	display: none;
}

@media only screen and (max-width: 800px) {
	a.a_menu {
	display: block;
	position: absolute;
	height: 30px;
	width: 100%;
	text-align: center;
	}
}
nav#nav_secondary {
	position: relative;	
	display: block;
	float: left;
	width: 250px;
	min-height: 360px;
	margin-top: -40px;
}


aside#aside_main {
	background-color: #000000;
	height: 100px;
	width: 25%;
	float: left;
	min-width: 300px;
}
@media only screen and (max-width: 800px) {
	aside#aside_main {
		width: 100%;
		float: none;
	}
}


footer#footer_main {
	position: relative;
	height: 150px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	width: 100%;
	margin: auto;
}

footer#footer_main #p_copyright {
	font-size: 10px;
	color: #ffcc00;
	padding-top: 20px;
	padding-left: 140px;
	
}

footer#footer_main_p_copyright a {
	font-size: 10px;
	color: #000000;
	
}

/* =========================================================== */
/* MAIN HEADER STYLES
/* =========================================================== */

header#header_main a#a_logo {
	display: block;
	position: absolute;
	top: 22px;
	left: 22px;
}

header#header_main nav ul {
	display: block;
	position: absolute;
	top: 12px;
	right: 22px;
	list-style: none;
	overflow: hidden;
}

@media only screen and (max-width: 950px) {
	header#header_main nav#nav_primary ul {
		position: relative;
		right: auto;
		top: auto;
		padding-top: 100px;	
	}
}

header#header_main nav ul li {
	display: block;
	float: left;
}

header#header_main nav ul li a {
	display: block;
	padding: 10px;
	color:#FFFFFF;
	border-right-color:#6F6F6F;
}

@media only screen and (max-width: 950px) {
	header#header_main nav ul li a {
		background-color: #000000;
		margin: 5px;
		margin-top: 0px;
		margin-right: 0px;
		padding: 7px;
		font-size: 11px;
	}
}

header#header_main nav ul li a:hover {
	color: #000000;
}

header#header_main nav ul li a.a_selected {
	color: #000000;
}

@media only screen and (max-width: 950px) {
	header#header_main nav ul li a:hover {
	color: #ffcc00;
	}
	
	header#header_main nav ul li a.a_selected {
		color: #ffcc00;
	}
}

header#header_main nav ul li ul {
	display: none;
}


/* =========================================================== */
/* MAIN ARTICLE STYLES
/* =========================================================== */

article#article_main header {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 25%;
	padding-right: 25%;
	height: 330px;
	width: 100%;
}

@media only screen and (max-width: 950px) {
	article#article_main header {
		padding-left: 0%;
		height: auto;
	}
}

article#article_main h1 {
	position: relative;
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 35px;
	line-height: 40px;
	width: 100%;
}

@media only screen and (max-width: 950px) {
	article#article_main h1 {
		padding-left: 20px;	
		padding-right: 20px;
	}
	
	article#article_main h2 {
		padding-left: 20px;	
		padding-right: 20px;
	}
}

article#article_main h2 {
	position: relative;
	display: block;
	overflow: hidden;
	color: #FFCC00;
	font-size: 35px;
	line-height: 40px;
}

article#article_main h3 {
	
}

article#article_main address {
	display: block;
	overflow: hidden;
	background-color: #000000;
	box-shadow: 0px 0px 20px #ffcc00;
	font-size: 18px;
	min-height: 250px;
	width: 200px;
	position: relative;
	margin-left: 20px;
	margin-top: -330px;
	margin-bottom: 70px;
	color:#FFFFFF;
	text-align: center;
	font-family: 'Roboto Slab';
	font-weight: 300 !important;
	font-style: normal;
	padding-top: 10px;
	
}

@media only screen and (max-width: 950px) {
	article#article_main address {
		margin-top: 20px;
		width: auto;
		margin-right: 20px;
		min-height: 200px;
	}
}


article#article_main address span.call_now {
	color: #ffcc00;
	font-size: 36px;
	font-family: 'Roboto Slab';
	font-weight: 100 !important;
	
	
}

article#article_main address a.large_tel {
	color: #ffffff;
	font-size: 40px;
	line-height: 42px;
}

article#article_main address a.smalltel {
	color: #ffcc00;
	font-size: 20px;
	line-height: 24px;
	
}

article#article_main address a.email_us {
	background-color: #ffcc00;
	font-size: 26px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	display: block;
	position: absolute;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 10px;
	color:#ffffff;
	padding-bottom: 10px;
	bottom: 0px;
}


article#article_main section#section_article_body {
	background-color: #B6B6B6;
	font-family: 'Roboto Slab';
	font-weight: 100 !important;
	font-size: 18px;	
	line-height: 20px;
	height: Auto;
	width: 25%;
	float: left;
	color: #ffffff;
}

@media only screen and (max-width: 950px) {
	article#article_main section#section_article_body {
		width: 100%;
	}
}

article#article_main section#section_article_body h3 {
	font-size: 23px;
	line-height: 26px;
	padding: 20px;
}

article#article_main section#section_article_body h4 {
	font-family: 'Roboto Slab';
	font-weight: 300 !important;
	font-size: 17px;
	line-height: 20px;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #4C4C4C;
}

article#article_main section#section_article_body p {
	font-family: 'Roboto Slab';
	font-weight: 100 !important;
	font-size: 14px;
	line-height: 16px;
	padding: 20px;
	color: #fffff;
	padding-top: 0px;
}

article#article_main section#section_article_body ul {
	font-family: 'Roboto Slab';
	font-weight: 100 !important;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	list-style-type: none;
}

article#article_main section#section_article_body li a {
	color: #ffcc00;
	text-transform: capitalize;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	display:block;
	color: #000000;
}

article#article_main section#section_article_body article {
	font-family: 'Roboto Slab';
	font-weight: 100 !important;
	font-size: 12px;	
	line-height: 20px;
	margin-right: 5px;
	padding-top: 10px;
	height: Auto;
	float: left;
}

article#article_main section#section_article_body ul.social_media {
	height: auto;
	padding-bottom: 70px;
	padding-right: 5px;
	display: block;
	
}

article#article_main section#section_article_body ul.social_media li {
	height: auto;
	float: left;
	border: 0px !important;
}

article#article_main section#section_article_body ul.social_media li a {
	border: 0px !important;
}

article#article_main section#section_article_body h2.h2_coverage {
	float: left;	
	width: 100%;
	padding-left: 0px;
}

article#article_main section#section_article_body h2.h2_coverage a {
	display: block;
	padding: 10px;
	margin: 15px;
	background-color: #000000;
	color: #ffcc00;
	font-size: 24px;	
}

@media only screen and (max-width: 950px) {
	article#article_main section#section_article_body h2.h2_coverage a {
		
	}
}

article#article_main section#section_article_body h2.h2_coverage a:hover {
	box-shadow: 0px 0px 20px #ffcc00;
}

article#article_main section#section_article_body h2.h2_coverage a span {
	color: #ffffff;
}

article#article_main nav#nav_secondary {
	height: auto;
	display: block;
	overflow: visible;
	width: 75%;
	float: left; 
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}

@media only screen and (max-width: 950px) {
	article#article_main nav#nav_secondary {
		width: 100%;
	}
}

article#article_main div.div_75 {
	height: auto;
	display: block;
	overflow: visible;
	width: 75%;
	float: left; 
	position: relative;
}

@media only screen and (max-width: 950px) {
	article#article_main div.div_75 {
		width: 100%;
	}
}

article#article_main div.div_75 article#article_secondary {
	background-color: #ffffff;
	width: auto;
	padding: 10px;
	padding-right: 50px;
	float: left;
	display: block;
}

@media only screen and (max-width: 950px) {
	article#article_main div.div_75 article#article_secondary {
		padding-right: 10px;
		clear: both;
		width: 95%;
	}
}

article#article_main div.div_75 article#article_secondary li {
	background-color:#ffcc00;
	height: 100px;
	width: 100px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
}

article#article_main div.div_75 article#article_secondary h5 {
	color: #000000;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
	background-color: #F2CD00;
	clear: both;
}

article#article_main div.div_75 article#article_secondary h4 {
	font-size: 18px;
	margin-top: 10px;
	padding: 10px;
	line-height: 20px;
	color: #000000;
		padding-left: 0px;
	
}

article#article_main div.div_75 article#article_secondary h3 {
	color: #5F5F5F;
	font-size: 22px;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
	position: relative;
	height: auto;
	min-height: 250px;
	background-color: #f2f2f2;
}

@media only screen and (max-width: 950px) {
	article#article_main div.div_75 article#article_secondary h3 {
		padding-left: 10px;
	}
}

article#article_main div.div_75 article#article_secondary h3 img {
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: -40px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 0px;
	width: 300px;
	height: 300px;
}

@media only screen and (max-width: 950px) {
	article#article_main div.div_75 article#article_secondary h3 img {
		
	}
}

article#article_main div.div_75 article#article_secondary P {
	font-family: 'Roboto Slab';
	font-weight: 100 !important;
	font-size:18px;
	color:#000000;
	line-height: 23px;
	margin-top: 10px;
}

article#article_main div.div_75 article#article_secondary a.a_accordion {
	display: block;
    padding: 10px;
    margin: 15px;
	margin-left: 0px;
	width: 100px;
    background-color: #000000;
    color: #ffcc00;
    font-size: 18px;
}

article#article_main div.div_75 article#article_secondary a.a_accordion:hover {
	box-shadow: 0px 0px 20px #ffcc00;
}

article#article_main div.div_75 article#article_secondary div.div_accordion {
	display: none;
	overflow: hidden;
	background-color: #f2f2f2;
	padding: 30px;
	margin-top: 10px;
}

article#article_main div.div_75 article#article_secondary &gt; img {
	float: right;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	height: 300px;
}



article#article_main div.div_75 article#article_secondary img.sub_article_image {
	background-color:#ffcc00;
	height: 250px;
	width: 250px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
}


article#article_main nav#nav_secondary article {
	box-shadow: 0px 0px 20px #4A4A4A;
	background-image:url(../images/nav_nav_secondary_yellow_band.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: top, right;
	background-size: 100% 100px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 3%;
	height: auto;
	min-height: 450px;
	width: 30%;
	min-width: 200px;
	float: left;
}

@media only screen and (max-width: 950px) {
	article#article_main nav#nav_secondary article {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
		height: auto !important;
		min-height: 0px !important;
	}
}

article#article_main nav#nav_secondary article h2 {
	color:#ffffff;
	height: 80px;
	font-size: 22px;
	line-height: 26px;
	width: auto;
	padding: 20px;
	padding-bottom: 0px;
	display: block;
}

article#article_main nav#nav_secondary article h3 {
	font-family:'Roboto Slab';
	font-weight: 300 !important;
	font-size: 18px;
	line-height: 22px;
	color:#706E6E;
	padding: 20px;
	padding-top: 10px;
}

article#article_main nav#nav_secondary article p {
	font-family:'Roboto Slab'; font-weight: 500 !important;
	color:#000000;
	padding-top: 10px;
	font-size: 12px;
	line-height: 14px;
}

article#article_main nav#nav_secondary article img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	
}

article#article_main nav#nav_secondary article a {
	cursor: default;	
}


iframe.iframe_coverage {
	width: 75%;
	
}

@media only screen and (max-width: 950px) {
	iframe.iframe_coverage {
		width: 100%;
		
	}
}

img.img_coverage {
	max-width: 943px;
	padding: 20px;
	
}

section#section_twitter {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	z-index: 999;
}

/* ================================================= */
/* TWITTER
/* ================================================= */

section#section_twitter {
	height: 30px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #FFCA00;
	z-index: 2;
}

section#section_twitter ul {
	overflow: hidden;
	position: absolute;
	display: block;
	height: 30px;
	width: 100%;
	z-index: 1;
}

section#section_twitter ul li {
	display: block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	overflow: hidden;
	border-left: 1px solid #ffffff;
	padding-left: 15px;
}

section#section_twitter ul li span {
	color: #000000;
}

section#section_twitter ul li, section#section_twitter ul li a {
	font-weight: normal;
	color: #ffffff;
}


section#section_twitter ul li span a {
	color: #ffffff;
}

section#section_twitter ul li a:hover {
	text-decoration: underline;
}


/* =========================================================== */
/* UTILITIES
/* =========================================================== */

a#a_skip {
	top: -50px;	
	display:block;
	position: absolute;
}

a#a_skip:focus {
	top: 0px;
}

.page_container {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.white {
	color: #FFFFFF !important;
}

.black {
	color: #000000 !important;
}</pre></body></html>