  .accordion .card-header .btn.gray-tab{
	font-size: /*18px;*/ 0.8em;
	background-color: #e8e8e8;
	color: #000000 !important;
	border: none;
	box-shadow: none !important;
	padding: 10px 45px 10px 15px;
	line-height: 1.5;
	display: block;
	width: 100%;
	text-align: left;
	border-radius: 0;
}
.accordion .card-header .btn-link.gray-tab .fas {
	font-size: /*24px;*/ 1.2em;
	padding: 0 5px;
	position: absolute;
	top: 16px;
	right: 20px;
	color: #000000;
}

.accordion .card-header .btn {
	font-size: /*18px;*/ 0.8em;
}

h2.horizontal-h2 {
	display: table;
	text-align: center;
	white-space: nowrap;
}

h2.horizontal-h2::before,
h2.horizontal-h2::after {
	background-size: 82% 2px;
	background: url(data:image/gif;base64,R0lGODdhAQABAIgAAEqMMQAAACwAAAAAAQABAAACAkQBADs=) repeat-x 0;
	background: linear-gradient(#ccc,#fefefe) no-repeat 50%/82% 2px;
	content: "";
	display: table-cell;
	width: 49%;
}

td[headers = "phone"] > a > p{
	margin-bottom: .5rem;
}


@media (max-width: 540px) {
	h2.horizontal-h2 {
		display: block;
		text-align: left;
		white-space: normal;
	}

	h2.horizontal-h2::before,
	h2.horizontal-h2::after {
		background-size: 82% 2px;
		content: "";
		display: none;
	}

}
.cookiealert.alert a {
	color: #ff605e !important;
}
.btn-gray, .content .btn-gray {
	color: #060606 !important;
}
.cookiealert.alert a.acceptcookies{
	color: #973938 !important;
}
