body {
	font-family: 'Lato', sans-serif;
}

ul {
	padding: 0;
	margin: 0;
}

/*ul li a {
	color: #CAAE4B;
	text-decoration: underline;
}

ul li a:hover {
	color: #CAAE4B;
	font-weight: 500;
}*/

input, select, textarea {
	padding: 13px;
	border: solid 2px #DDD;
}

.covid-alert {
        width: 100%;
        float: left;
        padding: 20px 0;
        background-color: #423230;
        color: #ffff;
}

.covid-alert .container {
	padding:0;
}

.covid-alert p {
        color: #fff;
        margin: 0;
        padding: 0;
}

.covid-alert p a {
        color: #C4AD3D;
        text-decoration: none;
        margin-left: 20px;
        font-weight: bolder;
}

.gcse-searchresults-only {
	margin-top: 70px;
}

.back-to-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	padding: 5px 20px;
	background: #CAAE4B;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	display: none;
	z-index: 30;
}

.back-to-top:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.back-to-top span {
	font-size: 18px;
	display: block;
}

.nice-select {
	border-radius: 0;
	height: unset;
	display: inline-block;
	float: none;
	padding: 13px;
	border: solid 2px #DDD;
	font-size: 16px;
}

.nice-select .list {
	width: 100%;
	max-height: 250px;
	overflow-y: scroll;
}

.hidden {
	display: none;
}

.clear-pad-left {
	padding-left: 0;
}

.clear-pad-right {
	padding-right: 0;
}

.clear-pad-both {
	padding-left: 0;
	padding-right: 0;
}

ul.half-list {
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-bottom: 40px;
	padding-left: 20px;
}

ul.half-list li {
	text-align: left;
	text-indent: -5px;
	font-size: 18px;
}

.sp-lightbox-video, .sp-lightbox-iframe-video {
	width: 800px;
	height: 430px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -215px 0 0 -400px;
	z-index: 32;
	display: none;
	border: none;
}

.sp-overlay {
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 31;
	opacity: .7;
	display: none;
}

.sp-overlay-close-bt {
	font-size: 32px;
	color: #FFFFFF;
	position: fixed;
	right: 40px;
	top: 40px;
	z-index: 32;
	display: none;
}

/* Tab */

.sp-tab-section {
	width: 100%;
	float: left;
	background: #F7F5ED;
	padding: 80px 0;
	margin: 0;
}

.sp-tab-section.sp-main-tab-section {
	padding-top: 0;
}

.sp-tab-section h3 {
	font-family: 'Lora', serif;
	font-size: 40px;
	line-height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 400px;
	text-align: center;
}

.sp-tab-section .tab-content p {
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.sp-tab-section .sp-tab-block-description {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.sp-tab {
	width: 100%;
	float: left;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
}

.sp-tab li {
	list-style: none;
	float: left;		
}

.sp-tab li a,
.sp-tab-section .accordion-title{
	display: block;
	padding: 25px 20px;
	color: #423231;
	font-size: 20px;
	font-weight: 700;
	min-width: 200px;
	text-align: center;
}

.sp-tab-section .accordion-title {
	display: none;
	background-color: #FFF;
	position: relative;
}

.sp-tab-section .accordion-title .fas{
	position: absolute;
	right: 10%;
	top: 40%;
	font-size: 18px;
}

.sp-tab-section .accordion-title.collapsed {
	background-color: #b6ce70;
	color: #fff;
	margin-bottom: 20px;
}

.sp-tab-section .accordion-title:hover{
	text-decoration: none;
}

.sp-tab li a:hover {
	text-decoration: none;
}

.sp-tab li.active a {
	background-color: #B6CE70;
	border-radius: 3px;
	color: #fff;
}

.sp-tab li.separator span {
	display: block;
	height: 20px;
	width: 1px;
	background-color: #423231;
	margin-top: 32px;
}

.sp-tab-block {
	display: none;
	width: 100%;
}

.sp-tab-block.active {
	display: block;
}

.sp-tab-block .sp-tab-video {
	margin-bottom: 40px;
}

.sp-tab-block .event-block {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 60px;
	margin-top: 30px;
}

.sp-tab-block .event-block .event-cover {
	width: 100%;
	float: left;
	overflow:hidden;
	height: 230px;
}

.sp-tab-block .event-block .event-cover img {
	width: 100%;
}

.sp-tab-block .event-block .event-details {
	width: 100%;
	float: left;
	padding: 30px;
}

.sp-tab-block .event-block p {
	width: 100%;
	text-align: left;
	float: left;
	font-size: 18px;
	margin-bottom: 0;
}

.sp-tab-block .event-block h5 {
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	margin-top: 40px;
}

.sp-tab-block .event-block h4 {
	font-family: 'Lora', serif;
	font-size: 28px;
	text-align: center;
}

.sp-tab-block .event-block .sp-btn-blue {
	float: left;
	margin-top: 60px;
	padding: 15px 30px;
}

.sp-tab-block .solution-block {
	width: 100%;
	float: left;
	background: #F7F5ED;
	padding: 0;
	margin-top: 30px;
}

.sp-tab-block .solution-block .solution-cover {
	width: 100%;
	float: left;
	overflow:hidden;
	height: 230px;
	position: relative;
}

.sp-tab-block .solution-block .solution-cover img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.sp-tab-block .solution-block .solution-details {
	width: 100%;
	float: left;
	padding: 30px;
	min-height: 180px;
}

.sp-tab-block .solution-block {
	background-color: #fff;
}

.sp-tab-block .solution-block p {
	text-align: left;
	float: left;
	font-size: 20px;
	min-height: 120px;
}

.sp-tab-block .sp-content {
	width: 100%;
	float: left;
}

.sp-tab-block .sp-content ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.sp-tab-block .sp-content p, .sp-tab-block .sp-content ul li {
	font-size: 18px;
}

/* List */

.sp-list {
	width: 100%;
	float: left;
	padding: 0;
	text-align: left;
}

.sp-list li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.sp-list li a {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	color: #C4AD3D;
}

.sp-list li a ~ p {
	display: none;
	font-size: 18px;
	margin-top: 10px;
}

.sp-list li a i {
	font-size: 14px;
	margin-left: 5px;
}

.sp-list li h4 {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	line-height: unset;
	margin: unset;
}

.sp-list li h4 ~ p {	
	font-size: 18px;
	margin-top: 10px;
}

/* */

.sp-gallery {	
	width: 100%;
	float: left;
	position: relative;
}

.sp-gallery .sp-gallery-prev, .sp-gallery .sp-gallery-next {
	width: 30px;
	position: absolute;
	top: 50%;
	z-index: 29;
	margin-top: -20px;
}

.sp-gallery .sp-gallery-prev img, .sp-gallery .sp-gallery-next img {
	width: 100%;
}

.sp-gallery .sp-gallery-prev {
	left: 20px;
}

.sp-gallery .sp-gallery-next {
	right: 20px;
}

.sp-gallery .sp-gallery-pagination {
	padding: 5px 10px;
	background-color: #FFFFFF;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
	font-weight: 700;
	font-size: 14px;
}

.sp-gallery ul.main-block {
	width: 100%;
	float: right;
	padding: 0;
	max-width: 533px;
	height: 332px;
	overflow: hidden;
	position: relative;
}

.sidetab-section .sp-gallery ul.main-block, .sidetab-section .sp-gallery ul.thumb-block, .sp-content-section .sp-gallery ul.main-block, .sp-content-section .sp-gallery ul.thumb-block {
	max-width: unset;
}

.sp-content-section .sp-gallery {
	margin: 20px 0;
}

.sp-gallery ul.main-block li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 332px;
	list-style: none;
	background-color: #eee;
	position: relative;
	display: none;	
}

.sp-gallery ul.main-block li.active {
	display: block;
}

.sp-gallery ul.main-block li img {
	height: 100%;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: 0;
}

.sp-gallery ul.thumb-block {
	width: 100%;
	float: right;
	margin-top: 20px;
	text-align: center;
	padding: 0;
	max-width: 533px;
}

.sp-gallery ul.thumb-block li {
	display: inline-block;
	width: 90px;
	height: 72px;
	overflow:hidden;
	margin-right: 15px;
	opacity: .3;
}

.sp-gallery ul.thumb-block li.active {
	opacity: 1;
}

.sp-gallery ul.thumb-block li:hover {
	cursor: pointer;
}

.sp-gallery ul.thumb-block li:last-child {
	margin-right: 0;
}

.sp-gallery ul.thumb-block li img {
	height: 100%;
}

/* Blue Button */

.sp-btn-blue {
	border: none;
	display: inline-block;
	background-color: #06B1BF;
	color: #FFFFFF;
	text-align: center;
	font-size: 17px;
	padding: 10px 20px;
	border-radius: 2px;
	font-weight: 700;
}

.sp-btn-blue-dark {
	background: #0B8791;
}

.sp-btn-blue.sp-btn-small {
	font-size: 15px;
}

.sp-btn-blue.sp-btn-big {
	font-size: 20px;
	padding: 30px 25px;
	border-radius: 3px;
}

.sp-btn-blue:hover {			
	background-color: #0B8791;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

/* Yellow Button */

.sp-btn-yellow {
	border: none;
	display: inline-block;
	color: #C4AD3D;
	font-size: 20px;
	font-weight: 700;
	border-bottom: solid 2px #C4AD3D;
	padding-bottom: 8px;
}

.sp-btn-yellow:hover {			
	color: #C4AD3D;
	text-decoration: none;
}

.sp-btn-yellow i {
	font-size: 16px;
	margin-left: 5px;
}

/* Gray Button */

.sp-btn-gray {
	display: inline-block;
	color: #A3A3A3;
	font-size: 20px;
	font-weight: 700;
	border-bottom: solid 2px #A3A3A3;
	padding-bottom: 8px;
}

.sp-btn-gray:hover {			
	color: #A3A3A3;
	text-decoration: none;
}

.sp-btn-gray i {
	font-size: 16px;
	margin-left: 5px;
}

/* */

.sp-tool-tip {
	position: absolute;
	padding: 20px;
	background-color: #FFFFFF;
	box-shadow: -2px 6px 20px rgba(0,0,0,.1);
	font-size: 12px;
	max-width: 300px;
	z-index: 30;
	bottom: 40px;
	left: -60px;
	display: none;
}

.sp-tool-tip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFFFFF;
	border-width: 10px;
	margin-left: -10px;
}

/* */

.pardot-form {
	float: left;
	width: 100%;
	padding: 100px 0 80px 0;
	text-align: center;
	background: #FFFFFF;
}

.pardot-form form input, .pardot-form form select, .pardot-form form .nice-select {
	width: 100%;
	margin-bottom: 20px;
}

.pardot-form form textarea {
	width: 100%;
}

.pardot-form form .nice-select {
	padding: 5px 10px;
}

.pardot-form form button {
	margin-top: 20px;
	float: right;
	min-width: 304px;
	font-size: 20px;
	padding: 15px;
}

.pardot-form h4 {
	font-family: 'Lora', serif;
	font-size: 28px;
	line-height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;		
}

.pardot-form h4 ~ p {
	font-size: 20px;
	margin-bottom: 80px;		
}

.pardot-form iframe {
	max-width: 1030px;
}
.logo_title {
    max-width: 240px;
    min-width: 100px;
    max-height: 150px;
    object-fit: cover;
}
.community-section-mobile .services-community-info .oneServicesMobile {
	width: 100% !important;
}
.pet-icon {
	max-width: 35px !important;
    margin-bottom: 5px !important;
}
.testimonial-cover, .sp-featured-video-cover  {
	display: flex;
    justify-content: center;
}

@media (min-width: 1026px) {
	.threeServicesDesctop {
		height: 66px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media(max-width: 768px) {
	.pardot-form button {
		margin: 0 auto;
		float: none !important;
		min-width: 100% !important;
	}
	.community-section {
		padding: 20px 0 !important;
	}
	.sp-tab-section {
		padding: 0;
	}
	.community-section h3 {
		font-size: 28px;
	}
	.sp-tab-section h3 {
		font-size: 28px;
	}
	#fb-community-events {
		max-width: 100% !important;
	}
	.covid-alert p {
	        padding: 0 20px;
	}

	.covid-alert p a {
		display: block;
		margin-left: 0;
	}

	.sp-btn-blue {
		padding: 10px;
	}

	.sp-tab-block .solution-block .solution-cover img {
		width: 100%;
		height: auto;
	}

	.sp-lightbox-video, .sp-lightbox-iframe-video {
		width: 300px;
		height: 200px;
		margin: -100px 0 0 -150px;
	}

	.clear-pad-left-mobile {
		padding-left: 0;
	}

	.clear-pad-right-mobile {
		padding-right: 0;
	}

	.clear-pad-both-mobile {
		padding-left: 0;
		padding-right: 0;
	}

	.sp-gallery {
		margin-top: 40px;
	}

	/*.sp-tab-section {
		min-height: 700px;
	}*/

	.sp-tab li {
		width: 100%;
	}

	.sp-tab li.separator {
		display: none;
	}

}

@media (max-width: 568px) {
	.sp-featured-video-cover {
		height: 200px !important;
	}
}

@media(max-width: 500px) {

	.sp-tab-block .solution-block .solution-cover img {
		height: 100%;
		width: auto;
	}

	.sp-gallery ul.thumb-block li {
		width: 62px;
		height: 47px;
		margin-right: 8px;		
	}

}

@media(max-width: 1024px) {
	.sp-tab-section .accordion-title {
		display: block;
		margin-top: 20px;
	}

	.sp-tab-section .tab-titles {
		display: none;
	}

	.sp-btn-blue {
		padding: 10px 15px;
	}

	.sp-gallery ul.main-block li {
		width: 100%;
	}

	.sp-gallery ul.main-block li img {
		height: 100%;
		transform: translateX(-50%);
		left: 50%;
		width: auto;
	}
}

@media(min-width: 1320px) {

	.container {
		max-width: 1280px;
	}

}

