/** HEADER / FOOTER DETAILS **/
.branch-details .org {
	text-transform: uppercase;
	font-weight: 400;
}

.branch-details .email-address {
	font-size: 0.8em;
}

.header-bar .branch-details .tel {
	color: #15B48C;
}

.header-bar .branch-details .tel:hover {
	color: #636363;
}

.header-bar .branch-details .email-address {
	color: #636363;
}

.header-bar .branch-details .email-address:hover {
	color: #15B48C;
}

.footer-bar .branch-details .tel {
	color: #FFF;
}

.footer-bar .branch-details .tel:hover {
	color: #15B48C;
}

.footer-bar .branch-details .email-address {
	color: #FFF;
}

.footer-bar .branch-details .email-address:hover {
	color: #15B48C;
}

.affiliates p {
	text-align: left;
	float: left;
	width: 230px;
}

/** RECENTLY ADDED **/
.recent-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}



/** WELCOME **/
.welcome-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}



/** IMAGE ROTATION **/
.ImageRotation {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ImageRotation li {
	display: none;
	position: relative;
}

.ImageRotation li .ImageRotation-title {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-size: 36px;
	text-align: center;
	text-wrap: balance;
	background-color: #0EB790;
	color: #FFFFFF;
}

.ImageRotation li .Btn {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 300px;
	margin: 0px 0px 0px -150px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 18px;
}

.ImageRotation li .ImageRotation-image {
	position: relative;
	z-index: 0;
}

.ImageRotation li .ImageRotation-image img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 992px){
	.ImageRotation li {
		margin: 40px 0px;
	}
}

@media screen and (max-width: 940px){
	.ImageRotation li .ImageRotation-title {
		font-size: 26px;
	}
}

@media screen and (max-width: 380px){
	.ImageRotation li .ImageRotation-title {
		font-size: 20px;
	}
	.ImageRotation li .Btn {
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0px;
		text-wrap: balance;
		font-size: 14px;
		line-height: 18px;
	}
}



/** SEO TEXT **/
.title-searchE {
	text-align: right;
}



/** CONTACT PAGE **/
.contact-office {
	margin: 20px 0px;
}

.contact-office img {
	width: 100%;
	max-width: 960px;
	max-height: 674px;
}



/** RESPONSIVE **/
@media screen and (max-width:560px) {

	.affiliates p {
		text-align: center;
		float: none;
		width: 60%;
		margin: 0 auto;
	}

}

@media screen and (max-width:500px) {

	.header-bar {
		padding-top: 50px;
	}

	.header-wrapper .title-searchE {
		padding: 0px 0px 0px 0px;
	}

}



/** COVID 19 **/
.CovidBanner {
	padding: 40px 0px;
	background: #646464;
	color: #FFFFFF;
}

.CovidBanner .CovidBanner-margins {
	margin: 0px auto;
	max-width: 960px;
}

.CovidBanner .CovidBanner-padding {
	position: relative;
	padding: 0px 10px;
}

.CovidBanner .Content {
	margin: 0px 130px 0px 0px;
	font-size: 14px;
}

.CovidBanner .Content-text strong {
	display: block;
	color: #0EB790;
}

.CovidBanner .Btn {
	padding: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #0EB790;
	color: #FFFFFF;
}

.CovidBanner .Btn:hover {
	background: #000000;
	color: #FFFFFF;
}

@media screen and (max-width:760px) {
	.CovidBanner {
		text-align: center;
	}

	.CovidBanner .Content {
		margin: 0px 0px 20px 0px;
	}

	.CovidBanner .Btn {
		position: static;
		top: unset;
		right: unset;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}