<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    color: #707070;
}
h1, h2, h3, h4, h5, h6 {
    color: #90AE9F;
}
a {
 text-decoration: none;
    color: #90AE9F;
}
.slick-controls span {
    color: #90AE9F;
    display: inline-block;
    float: left;
    font-size: 18px;
}
img.width100 {
	width: 99%!important;
	height: auto!important;
	margin: 0.5%;
}
img.width50 {
	width: 49%!important;
	height: auto!important;
	margin: 0.5%;
}
img.width33 {
	width: 32.333%!important;
	height: auto!important;
	margin: 0.5%;
}
img.width25 {
	width: 24%!important;
	height: auto!important;
	margin: 0.5%;
}
hr {
	clear:both;
	border: none;
}
p, li, th, td {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 180%;
}

li, th, td {
	padding: 0px;
	line-height: normal;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

img {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 32px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-weight: 700;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 18px;
}
h3 a {
	text-decoration: none;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 16px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

input[type='text'], input[type='email'], input[type='tel'], textarea, select, input[type='time'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #90AE9F;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

input[type='text'], input[type='email'], input[type='tel'], select {
    width: 98%;
    vertical-align: middle;
	}
 input.input_short {
  width: 48%;
  margin-right: 1.5%;
 }
textarea {
    height: 120px;
    width: 98%;
	}
input[type='time'] {
	width: auto;
	}

input[type='checkbox'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
	}
input[type='radio'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
	}
.btn_submit, .btn_more_details {
    color: #7EA190;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    border: 1px solid #7EA190;
    text-transform: uppercase;
 background-color: transparent;
}
#btn_contact .btn_more_details {
 background-color: rgba(255,255,255,1);
 display: block;
 margin-top: 0px;
 font-weight: normal;
}
#btn_contact {
    background-color: transparent;
    background-image: url(/images/btn_back2.jpg);
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px 30px;
    background-repeat: no-repeat;
    background-position: left top;
}
.hidden {
    display: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    display: table;
    margin-bottom: 20px;;
}
table tr {
}
table tr th {
    padding: 5px;
    text-align: left;
    background-color: #90AE9F;
    color: #fff;
}
table tr td {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #90AE9F;
    vertical-align: top;
}


p.first {
	font-size: 18px;
}
p.date {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #000000;
    padding-bottom: 10px;
    font-size: 14px;
    color: #a2a2a2;
}
p.notes {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 11px!important;
	color: #000000;
}
a#rss {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

#page_testimonial {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.block_addons #page_testimonial {
    width: 100%;
}
#page_testimonial p {
    font-size: 20px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    line-height: 180%;
}
#page_testimonial span {
    font-size: 14px;
    color: #90AE9F;
    padding-left: 10px;
    text-align: right;
    display: block;
}
#testimonials {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
}
.testimonial {
 width: 50%;
 padding: 40px;
 box-sizing: border-box;
}


.testimonial:nth-child(3), .testimonial:nth-child(8) {
 width: 100%;
 border-top: 1px solid #90AE9F;
 border-bottom: 1px solid #90AE9F;
}
.testimonial:nth-child(3) p, .testimonial:nth-child(8) p {

    font-size: 22px;
    font-family: 'PT Serif', serif;
    font-style: italic;
}
.testimonial .testimonial_name {
    font-size: 14px;
    color: #90AE9F;
    font-style: normal
}

/* in-page columns */

.col_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#videobox {
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 10px;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

#video_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    margin-right: auto;
    margin-left: auto;
}
#video_wrapper iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    left: 0;
    top: 0;
    clear:both;
}

#contact_form_box {
    box-sizing: border-box;
}
#contact_form_box label {
    display: none;
}

#links_list {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#links_list li {
    list-style: none;
    width: 33%;
    padding: 5px;
    box-sizing: border-box;
}

#links_list li a {
    display: block;
        color: #90AE9F;
}


@media (max-width: 960px) {

}
@media (max-width: 850px) {

    #links_list li {
    width: 50%;
}
}

@media (max-width: 720px) {
.slick-controls span {
    font-size: 14px;
}
}
@media (max-width: 650px) {
    #contact_form_box {
    width: 100%;
    padding: 10px;
    float: none;
}
#page_testimonial p {
    font-size: 22px
    }
}

@media (max-width: 480px) {
.testimonial {
 width: 100%;
 padding: 20px;
}
.testimonial:nth-child(3) p, .testimonial:nth-child(8) p {

    font-size: 18px;
    font-family: 'PT Serif', serif;
    font-style: italic;
}
	img.width100 {
		width: 99%!important;
		height: auto!important;
	}
	img.width50 {
		width: 99%!important;
		height: auto!important;
	margin: 0.5%;
		clear:both;
	}
	img.width33 {
		width: 99%!important;
		height: auto!important;
	margin: 0.5%;
		clear:both;
	}
	img.width25 {
		width: 49%!important;
		height: auto!important;
		margin: 0.5%;
	}
    #links_list li {
    width: 100%;
    display: block;
}
}

@media (max-width: 420px) {
.slick-controls span {
    width: 50%;
    text-align: left;
}
}
</pre></body></html>