<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body 
{
	height: 100%;
}
* {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	/*line-height: 31px;*/
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Merriweather', sans-serif;
	width: 100%;
}
.logo {
	background: url('img/logo-white.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cb_nav
{
	position: fixed;
	z-index: 200;
	background: transparent;
	width: 100%;
}
.scrolled
{
	background: white;
}
.RadMenu a.rmLink
{
	color: White;
}
.RadMenu .rmLink
{
	padding: 0 0 0 10px !important;
}
.RadMenu a.rmLink:hover, 
.RadMenu_NewNavMenu .rmExpanded .rmText,
.RadMenu_NewNavMenu .rmExpanded:hover .rmText,
.RadMenu_NewNavMenu .rmLast:hover .rmText
{
	color: Black !important;
	background-color: White !important;
}
.inner-open .RadMenu a.rmLink:hover, 
.inner-open .RadMenu_NewNavMenu .rmExpanded .rmText,
.inner-open .RadMenu_NewNavMenu .rmExpanded:hover .rmText,
.inner-open .RadMenu_NewNavMenu .rmLast:hover .rmText
{
	color: White !important;
	background-color: #555 !important;
}
.scrolled .RadMenu a.rmLink 
{
	color: Black;
}
.scrolled .logo {
	background: url('img/logo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.top-nav 
{
	/*margin-top: -26px;*/
}
.logo 
{
	background-size: cover;	
    margin: 0;
    height: 125px;
}
.rmLink 
{
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: transparent !important;
}
.rmExpandDown
{
	background: transparent !important;
}
.rmItem
{
	background: transparent !important;
}
.rmRootGroup
{
	background: transparent !important;
}
.rmText
{
	font-size: 16px;
	background: transparent !important;
}
.rmExpanded, .rmSlide, .rmGroup
{
	background: black !important;
}
.btn1 {
	color: white !important;
	background: #c76c3f;
	border: 1px solid #c76c3f;
	padding: 10px 25px;
	text-decoration: none !important;
	border-radius: 20px;
	font-weight: bold;
	transition: ease-in-out all 0.3s;
}
.btn1:hover {
	background: transparent;
	color: #c76c3f !important;
}
.btn2 {
	color: #c76c3f !important;
	background: transparent;
	border: 1px solid #c76c3f;
	padding: 10px 25px;
	text-decoration: none !important;
	border-radius: 20px;
	font-weight: bold;
	transition: ease-in-out all 0.3s;
}
.btn2:hover {
	background: #c76c3f;
	color: white !important;
}
#hamburger 
{
	text-align: right;
	font-size: 100px;
    margin-right: 20px;
    position: relative;
    z-index: 2000;
	display: none;
	color: white;
}
#hamburger.clicked
{
	color: #555;
}
.inner-open #hamburger
{
	color: #555;
}
.scrolled #hamburger {
	color: black;
}
.nav-up {
    top: -100%;
}
#heroCarousel .inner-text {
	position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 100;
}
#heroCarousel h2, #heroCarousel h6 {
	color: white;
}
#heroCarousel img {
  height: 600px;
}
#heroCarousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.rotator-1 
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0,0,0, 0.5)), url('../../img/rotator1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.rotator-2
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0,0,0, 0.5)), url('../../img/rotator2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.rotator-3 
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0,0,0, 0.5)), url('../../img/rotator3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.rotator-4 
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0,0,0, 0.5)), url('../../img/rotator4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.rotator-5 
{
	padding: 250px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0,0,0, 0.5)), url('../../img/rotator5.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 726px;
}
.mainbar 
{
	justify-content: center;
	background: #f2f2f2;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
@-webkit-keyframes unzoom {
	from {
	  -webkit-transform: scale(1.5, 1.5);
	}
	to {
	  -webkit-transform: scale(1, 1);
	}
  }
  
  @keyframes unzoom {
	from {
	  transform: scale(1.5, 1.5);
	}
	to {
	  transform: scale(1, 1);
	}
  }

.carousel-inner .carousel-item .rotator-1 {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.carousel-inner .carousel-item .rotator-2 {
	-webkit-animation: unzoom 20s;
	animation: unzoom 20s;
}
.carousel-inner .carousel-item .rotator-3 {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}
.carousel-inner .carousel-item .rotator-4 {
	-webkit-animation: unzoom 20s;
	animation: unzoom 20s;
}
.carousel-inner .carousel-item .rotator-5 {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

span 
{
	float: none !important;
}
.signinbox 
{
	margin-top: -25px;
	right: 25px;
}
.sectiontitle 
{
	padding-left: 0;
	background: none;
	color: black !important;
}
#who {
	padding: 30px 0;
}
#who h2 {
	font-size: 35px;
	color: #c76c3f;
}
#who h4 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 50px;
}
#who p {
	font-size: 18px;
	line-height: 31px;
}
#news {
	background: #f0f6fb;
	padding-bottom: 150px;
}
.news-header {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0,0,0, 0.4)), url('/app_themes/emerald-green/img/news-header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: white;
	text-align: center;
	padding: 80px 0;
}
#news .cards {
	margin-top: -75px;
}
#news .cards2 {
	margin-top: 25px;
}
#news .box-1 {
	position: absolute;
	width: 100%;
}
#news .box-1 h6, #contacts h6 {
	position: absolute;
	z-index: 1;
	border-radius: 20px;
	border: 1px solid #555;
	top: 20px;
	left: 10px;
	padding: 10px;
	color: #555;
	transition: ease-in-out all 0.3s;
	width: 94%;
	text-align: center;
}
#news .box-1 h6:hover, #contacts h6:hover {
	background: #c76c3f;
	color: #fff !important;
}
#news .box-1 img {
	transition: ease-in-out all 0.3s;
	width: 100%;
}
#news .box-1 a:hover img {
	transform: scale(1.05);
}
#news .card {
	overflow: hidden;
	-webkit-box-shadow: 2px 4px 19px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 4px 19px -11px rgba(0,0,0,0.75);
	box-shadow: 2px 4px 19px -11px rgba(0,0,0,0.75);
}
#news .card .content {
	padding: 20px;
	margin-top: 38%;
}
#contacts h6
{
	position:inherit !important;
}
#login .col-sm-12 {
	padding-top: 80px;
	padding-bottom: 80px;
}
#login .col-sm-6:first-child {
	border-right: 1px solid lightgray;
}
#login .col-sm-6:last-child {
	padding-left: 100px;
}
#login .fas, #news .fas {
	font-size: 60px;
	margin-bottom: 20px;
}
#news .fas
{
	margin: auto;
	left: 0;
	right: 0;
}
#loginControl
{
	background-color: rgba(255,255,255,0.85); 
	border-radius: 15px; 
	padding: 15px; 
	top: 220px; 
	position: absolute; 
	width: 300px; 
	right: 120px; 
	z-index: 1000;
}
#searchControl
{
	top: 20px; 
	position: absolute; 
	width: 450px; 
	right: 26px; 
	text-align: right;
	z-index: 1000; 
}
#searchControl label
{
	display: none;
}
.inner-open #searchControl
{
	top: 14px; 
	position: absolute; 
	width: 450px; 
	right: 116px;
	text-align: right; 
}
/* Inner Page */
.inner-nav {
	background: white !important;
}
.inner-nav .logo {
	background: url('img/logo.png') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-nav .rmLink, .inner-nav .rmText {
	color: black;
}
.inner-nav .rmLink, .inner-nav .rmText:hover {
	color: white;
}
.subnav {
	position: fixed;
	width: 100%;
	background: #c76c3f;
	z-index: 100;
	top: 125px;
}
.subnav a {
	color: white;
	padding: 0 10px;
	text-decoration: none;
	font-size: 13px;
}
.subnav-up {
	top: 0;
}
.subnav2
{
	display: none;
}
.theWrapper .subnav
{
	top: 225px; /*allows us to see this in the editor */
}
.theWrapper .cb_nav
{
	width: auto; /*allows us to see this in the editor */
}
.theWrapper #TopMenu
{
	margin-top: -75px !important; /*allows us to see this in the editor */
}
.theWrapper #TopNavigation
{
	margin-top: -75px !important; /*allows us to see this in the editor */
}
.theWrapper #heroCarousel .inner-text
{
	top: 0 !important;
}
#TopMenu
{
	display:block;
}
#innerContent {
	padding-top: 190px;
	padding-bottom: 100px;
}
#innerContent b, #innerContent strong {
	color: #c76c3f;
}
#innerContent h1 {
	color: #c76c3f;
}
#innerContent h2 {
	font-size: 35px;
	color: #c76c3f;
}
#innerContent h4 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
#innerContent p {
	font-size: 18px;
	line-height: 28px;
}
#innerContent .col-sm-12 {
	padding-bottom: 0px;
}
footer {
	background: #c76c3f;
	color: white;
	padding-top: 50px;
}
footer h6 {
	font-size: 22px;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer a {
	font-size: 18px;
	color: white !important;
	text-decoration: none !important;
}
footer .copyright {
	margin-top: 100px;
	background: #555;
	padding: 20px 0;
}
footer .copyright p {
	margin-bottom: 0;
}
footer .copyright .fab {
	margin-right: 20px;
}
#LostAndFoundPets
{
	margin: 0 !important;
}
#LostAndFoundPets span
{
	/*font-size: 11pt;*/
}
#LostAndFoundPets h2
{
	font-size: 24pt !important;
    margin: 0 !important;
    line-height: 1.0em !important;
}
@media only screen and (max-width: 768px) {
	#heroCarousel .inner-text {
		top: 14%;
	}
}
@media only screen and (max-width: 1084px) and (min-width: 768px)
{
	#heroCarousel .inner-text 
	{
		left: 35%;
		top: 50%;
	}
	#loginControl 
	{
		width: 270px;
		top: 140px;
		right: 40px;
	}
}
@media only screen and (max-width: 984px) and (min-width: 768px)
{
	#TopMenu
	{
		display:none;
	}
	.container {
		max-width: 800px;
	}
	.logo
	{
		width: 350px;
		height: 140px;
	}
	.col-sm-3
	{
		flex: 0 0 32%;
		max-width: 100%;
	}
	.col-sm-3 li
	{
		padding-bottom: 15px;
	}
	.RadMenu 
	{
		height: 100%;
		background: white;
		position: fixed !important;
		right: -100%;
		width: 80%;
		top: 0;
	}
	.RadMenu .rmRootGroup
	{
		display: flex !important;
		flex-direction: column;
		width: 100%;
		align-items: center;
		margin-top: 200px !important;
	}
	.RadMenu_NewNavMenu .rmHorizontal .rmText
	{
		font-size: 60px !important;
		padding: 50px 0 !important;
	}
	.RadMenu a.rmLink
	{
		color: Black;
	}
	.subnav 
	{
		top: 148px;
		text-align: center;
		height: 75px;
	}
	.subnav-up {
		top: 0;
	}
	.subnav .RadMenu
	{
		background: transparent;
		position:inherit !important;
		float: left !important;
		margin-top: -199px;
	}
	.subnav .RadMenu .rmRootGroup
	{
		display: block !important;
		margin: 0;
		padding: 0;
		position: relative;
		left: 0;
		height: auto;
		width: 880px;
	}
	.subnav .RadMenu_NewNavMenu .rmHorizontal .rmText
	{
		color: #fff;
		font-size: inherit !important;
		padding: 10px 0 !important;
	}
	.subnav2
	{
		display: block;
	}
	.subnav2 .RadMenu
	{
		background: transparent;
		position: inherit !important;
		float: left !important;
		margin-top: -199px;
	}
	.subnav2 .RadMenu .rmRootGroup
	{
		display: block !important;
		margin: 0;
		padding: 0;
		position: relative;
		left: 0;
		height: auto;
		width: 880px;
	}
	.subnav2 .RadMenu_NewNavMenu .rmHorizontal .rmText
	{
		font-size: inherit !important;
		padding: 20px 0 !important;
	}
	.subnav2 .rmLink
	{
		color: #555 !important;
	}
	#hamburger 
	{
		display: block;
	}
	.carousel-inner .carousel-item .rotator-1 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
	}
	.carousel-inner .carousel-item .rotator-2 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
	}
	.carousel-inner .carousel-item .rotator-3 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
	}
	.carousel-inner .carousel-item .rotator-4 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
	}
	.carousel-inner .carousel-item .rotator-5 {
		-webkit-animation: none;
		animation: none;
		background-attachment: initial;
	}
	#news .box-1 h6
	{
	    top: 40px;
		width: 85%;
		margin: auto;
		left: 0;
		right: 0;
		border: 0;
		/*font-size: 32px;*/
		background-color: rgba(255,255,255,0.75);
		color: #c76c3f;
	}
	#heroCarousel .inner-text {
		display: none !important;
	}
	#who h4 {
		font-size: 28px;
	}
	#who p {
		font-size: 28px;
		line-height: 40px;
	}
	#news .col-sm-12 {
		padding-top: 50px;
	}
	#news .col-sm-12:first-child {
		padding-top: 0;
	}
	#login {
		text-align: center;
	}
	#loginControl
	{
		background-color: rgba(255,255,255,0.9); 
		border-radius: 15px; 
		padding: 15px; 
		top: 140px; 
		position: absolute; 
		width: 300px; 
		margin: auto;
		left: 0;
		right: 0;
		z-index: 2;
	}
	.loginbox
	{
		display:none;
	}
	#searchControl
	{
		display: none;
	}
	#innerContent {
		padding-top: 280px;
	}
	#innerContent .col-sm-12 {
		padding-bottom: 0px;
	}
	#innerContent iframe
	{
		width: 100%
	}
	footer {
		text-align: center;
	}
	footer .col-sm-12 {
		padding-bottom: 20px;
	}
	footer h6 {
		font-size: 32px;
	}
	footer a {
		font-size: 24px;
	}
	footer .copyright .col-sm-12:last-child {
		text-align: center !important;
	}
	ol.sf_libraryList li
	{
		margin: 0 20px 20px 0 !important;
		float: left;
	}
	.contactusBox
	{
		width:100%;
	}
}</pre></body></html>