<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Brandon-Bold';
	src: url('../fonts/brandon_bld.eot');
	src: local('â˜º'), url('../fonts/brandon_bld.woff') format('woff'),
					 url('../fonts/brandon_bld.ttf') format('truetype'),
					 url('../fonts/brandon_bld.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon-Bold-It';
	src: url('../fonts/brandon_bld_it.eot');
	src: local('â˜º'), url('../fonts/brandon_bld_it.woff') format('woff'),
					 url('../fonts/brandon_bld_it.ttf') format('truetype'),
					 url('../fonts/brandon_bld_it.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon-Medium';
	src: url('../fonts/brandon_med.eot');
	src: local('â˜º'), url('../fonts/brandon_med.woff') format('woff'),
					 url('../fonts/brandon_med.ttf') format('truetype'),
					 url('../fonts/brandon_med.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon-Medium-It';
	src: url('../fonts/brandon_med_it.eot');
	src: local('â˜º'), url('../fonts/brandon_med_it.woff') format('woff'),
					 url('../fonts/brandon_med_it.ttf') format('truetype'),
					 url('../fonts/brandon_med_it.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon-Regular';
	src: url('../fonts/brandon_reg.eot');
	src: local('â˜º'), url('../fonts/brandon_reg.woff') format('woff'),
					 url('../fonts/brandon_reg.ttf') format('truetype'),
					 url('../fonts/brandon_reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon-Regular-It';
	src: url('../fonts/brandon_reg_it.eot');
	src: local('â˜º'), url('../fonts/brandon_reg_it.woff') format('woff'),
					 url('../fonts/brandon_reg_it.ttf') format('truetype'),
					 url('../fonts/brandon_reg_it.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon-Light';
	src: url('../fonts/brandon_light.eot');
	src: local('â˜º'), url('../fonts/brandon_light.woff') format('woff'),
					 url('../fonts/brandon_light.ttf') format('truetype'),
					 url('../fonts/brandon_light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brandon-Thin';
	src: url('../fonts/brandon_thin.eot');
	src: local('â˜º'), url('../fonts/brandon_thin.woff') format('woff'),
					 url('../fonts/brandon_thin.ttf') format('truetype'),
					 url('../fonts/brandon_thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Regular.eot');
	src: local('â˜º'), url('../fonts/OpenSans-Regular.woff') format('woff'),
					 url('../fonts/OpenSans-Regular.ttf') format('truetype'),
					 url('../fonts/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold.eot');
	src: local('â˜º'), url('../fonts/OpenSans-Bold.woff') format('woff'),
					 url('../fonts/OpenSans-Bold.ttf') format('truetype'),
					 url('../fonts/OpenSans-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia-Italic';
	src: url('../fonts/Georgia-Italic.eot');
	src: local('â˜º'), url('../fonts/Georgia-Italic.woff') format('woff'),
					 url('../fonts/Georgia-Italic.ttf') format('truetype'),
					 url('../fonts/Georgia-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

:focus {
	outline:none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

/* End Reset */

body {
	line-height: normal;
	font: 100% 'OpenSans';
	letter-spacing: 0.01em;
	color: #443c39;
}

/* Links */
a,
input[type=submit] {
	display: inline-block;
	color: inherit;
	outline: none;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	outline: none;
}
a img {
	border: none;
	-webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
img {
	max-width:100%;
}
a[href^="tel:"] {
	color: inherit;
}
#container a:not([class]),
.hs-modal a:not([class]) {
	color: #83bd47;
	font-weight: bold;
}

/* Form elements */
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
	cursor: pointer;
}

/* Headings */
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
h1 {
	font: 32px/42px 'Brandon-Medium';
	text-transform: uppercase;
	margin-bottom: 15px;
}
h2 {
	font: 24px/1 'Brandon-Medium';
	text-transform: uppercase;
	margin-bottom: 15px;
}
h3 {
	font: 30px 'Brandon-Medium';
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

h1 span,
h2 span {
	color: #83bd47;
}

/* Block-level */
address {
	font-style:inherit;
}
p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}
ul li {
	list-style: none;
}

#container ul,
.hs-modal ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
#container ul li,
.hs-modal ul li {
	list-style-type: none;
	position: relative;
}
#container ul li:before,
.hs-modal ul li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: -15px;
	margin: auto;
	background-color: #443c39;
	border-radius: 50%;
	height: 6px;
	width: 6px;
}
strong {
	font-weight: normal;
	font-family: 'OpenSans-Bold';
}
sup {
	font-size: 9px;
}

/************************************************************
Generic Site Styles */

.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  float: none !important;
}
.table.page,
.container {
	margin: 0 auto;
	max-width: 1060px;
}
.container {
  max-width: 1090px;
  
}
.container {
	padding: 0 15px;
}
main .table.page,
.table.auto-height {
  height: auto;
}

.table.auto-width {
  width: auto;
}

.table.auto-all {
  height: auto;
  width: auto;
}

.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.padding {
  padding: 0px 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.table-header-group {
  display: table-header-group;
}
.table-footer-group {
  display: table-footer-group;
}

/* Text alignment */
.align-left, .left { text-align:left !important; }
.align-center { text-align:center !important; }
.align-right, .right { text-align:right !important; }

/** Default Placeholder styles ***/

::-webkit-input-placeholder {
/* WebKit browsers */
	color: #443c39;
  
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #443c39;
	opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #443c39;
	opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #443c39;
	opacity: 1;
}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	height:0;
	max-width:100%;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}

.frame-contain iframe {
	position: absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}

/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
	border:none;
	padding:0;
	line-height:1;
}
/************************************************************
Miscellaneous */
.safari,
.safari .banner .single-banner,
.safari .testimonials-wrapper {
	background-attachment: scroll;
}
.clearfix:after{
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.relative {
  position: relative;
}
.full-size {
  height: 100%;
  width: 100%;
}

.on-top {
  position: relative;
  z-index: 1;
}
.hide {
  display: none !important;
}
.no-scroll, .overflow {
	overflow: hidden;
}
.large-text{
	font: 32px/42px 'Brandon-Medium';
	text-transform: uppercase;
}
.large-text span{
	color: #83bd47;
}

.header-menu .sub-menu,
.btn, .sub-ctrl,
#menu .nav-wrapper h3,
#menu .nav-wrapper ul,
.ql-box h3, .ql-box .more,
.ql-box:after{
	-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
	 	 -ms-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
			 transition: all 0.3s ease 0s;
}
#menu, .search-box,
.header-wrapper,
.header-menu,
#menu .img-box:after {
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
.main-content h1:after,
.about-wrapper .large-text:after{
	content: "";
	display: block;
	width: 86px;
	height: 2px;
	background: #83bd47;
	margin: 20px auto 30px;
}
.img-box {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.img-box:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(54, 48, 46, 0.25);
}
.btn {
	font: 14px/21px 'Brandon-Regular';
    text-transform: uppercase;
	padding: 15px 25px 13px;
    border: 2px solid #83bd47;
	text-align: center;
	color: #fff;
}
.btn:hover {
	background-color: #83bd47;
}
.btn-light{
	border-color: #fff;
	color: #fff;
}
.btn-light:hover{
	background: #fff;
	color: #83bd47;
}
.more{
	font: 15px 'OpenSans-Bold'; 
	white-space: nowrap;
	color: #83bd47;
}
.more:after{
	content: '\f105';
	font: 25px/16px Font Awesome\ 5 Pro;
	font-weight: bold;
	position: relative;
	left: 5px;
    top: 4px;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.flex-box &gt; li {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border-left: 1px solid #342e2b;
  display: flex;
	justify-content: center;
  flex-direction: column;
	flex-grow: 1;
	list-style: none;
	text-align: center;
	position: relative;
	padding: 40px 20px;
}
.flex-box &gt; li:after {
	content: '';
	background: #443c39;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.flex-box &gt; li:hover:after {
	background: rgba(54, 48, 46, 0.75);
}
.flex-box &gt; li &gt; a {
	font: 30px 'Brandon-Light';
	letter-spacing: 0.04em;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.flex-box &gt; li:hover &gt; a {
	color: #83bd47;
	margin-bottom: 40px;
}
.flex-box &gt; li &gt; ul {
	margin: 0 auto;
	position: relative;
	height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.flex-box &gt; li &gt; ul &gt; li {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 15px;
}
.flex-box &gt; li &gt; ul &gt; li &gt; a {
	font: 16px 'Brandon-Light';
	text-transform: uppercase;
}
.flex-box &gt; li:hover &gt; ul {
	height: auto;
	opacity: 1;
	visibility: visible;
}

/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
	z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
	z-index: 8 !important;
}
.slick-vertical .slick-slide {
	border: none;
}
.slick-arrow {
	z-index: 9;
}
.slick-arrow:before{
	content: "\f105";
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 56px;
    font-weight: 300;
    color: #fff;
}
.slick-arrow.slick-prev {
	left: 20px;
}
.slick-arrow.slick-prev:before{
	content: "\f104";
}
.slick-arrow.slick-next {
	right: 20px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}


/***********************
  Pagination Styles
***********************/

.pagination {
  display: block;
  background-color: #F9F9F9;
  border: 1px solid #E8E8E8;
  padding: 6px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.pagination &gt; div,
.pagination &gt; li {
  display: inline-block;
  vertical-align: middle;
}

.pagination &gt; li:before {
	display: none;
}

.pagination &gt; div + div,
.pagination &gt; li + li {
  margin-left: 6px;
}

.pagination a, 
.pagination span,
.pagination strong {
  display: inline-block;
  font-family: 'Brandon-Medium';
  font-size: 14px;
  line-height: 14px;
  padding: 10px 11px 8px;
}

.pagination span {
  padding:10px 13px 10px 11px;
}

.pagination a {
  color: #000 !important;
  background-color: #ddd;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  background-color: #443c39;
  color: #FFF !important;
}

.pagination span,
.pagination &gt; li &gt; strong {
  font-family: 'Brandon-Regular';
  color: #FFF !important;
  background-color: #443c39;
  border: 1px solid #FFF;
  font-weight: bold;
}

.pagination &gt; .prev a,
.pagination &gt; .next a {
  font-size: 22px;
  padding: 8px 11px 11px 11px;
}

/*
.pagination strong {
  font-family: 'Lato Heavy';
  font-weight: normal;
  color: #24335A;
  background-color: #ddd;
  border: 1px solid #24335A;
}
*/

.pagination &gt; .prev:empty,
.pagination &gt; .next:empty {
  display: none;
}

.pagination &gt; .prev:empty + div {
  margin-left: 0px;
}
#search-results ol li h4 {
	font-size: 24px;
}


.alertBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 36, 36, 0.9);
	z-index: 400;
	transition: all 0.7s ease 0s;
}
.alertBody {
	position: fixed;
	max-width: 800px;
	width: 100%;
	height: 100%;
	max-height: 500px;
	background-color: #FFF;
	left: 50%;
	transform: translateX(-50%);
	z-index: 401;
	top: 30%;
}
.alertBody p {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	padding: 15px;
}
.alertBody h2 {
	padding-top: 75px;
	font-size: 45px;
	margin: 0 auto;
	width: fit-content;
	font-weight: bold;
}
.alertBody &gt; a{
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	font-size: 25px;
	width: 25px;
	height: 25px;
}
.alert-flex {
	display: flex;
	justify-content: flex-start;
	width: 800px;
	height: 450px;
}
.alertBody &gt; a:hover{
	transform: scale(1.5);
}
.alert-image {
	width: 30%;
	height: 450px;
	background-size: cover;
	background-position: center;
}
.alert-content {
	width: 70%;
	padding: 25px 50px;
}
.alert-btm {
	width: 100%;
	height: 50px;
	background-color: #83bd47;
	display: flex;
	justify-content: center;
	align-items: center;
}
.alert-btm p {
	text-align: center;
	color: #FFF !important;
	margin-bottom: 0px;
	font-size: 16px;
}
.alert-content &gt; p {
	padding-top: 25px;
	font-style: italic;
	color: #808080;
}
.alert-btm p span {
	font-weight: bold !important;
}
.alert-contact {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-top: 50px;
}
.alert-contact a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.alert-contact a i {
	color: #83bd47;
	font-size: 25px; 
	margin-right: 10px;
}
.alert-contact a:last-child i {
	transform: rotate(90deg);
}</pre></body></html>