.page-template-page-service-template #headerwrapint {
	margin-top: 0;
}

.page-template-page-service-template #inthead {
	padding: 170px 0 70px;
	position: relative;
}

.page-template-page-service-template #inthead .entry-header {
	bottom: auto;
	left: 0px;
	margin: 0;
	max-width: 58%;
	padding: 0 24px 0 0;
	position: relative;
	text-shadow: 0 0 10px #191919;
	top: 0;
	width: calc(100% - 460px);
	z-index: 2;
}

.page-template-page-service-template .largehead .entry-header {
	margin: 0 !important;
	margin-right: 0;
	max-width: 58%;
}

.page-template-page-service-template #inthead h1 {
	background: rgba(13, 52, 66, 0.92);
	border-left: 6px solid #cea36f;
	border-radius: 0px 18px 0px 0px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
	display: inline-block;
	line-height: 1.15;
	margin-bottom: 0;
	max-width: 100%;
	padding: 18px 26px 20px;
	position: relative;
	z-index: 3;
}

.service-template-hero-copy {
	background: rgba(255, 255, 255, 0.92);
	border-left: 6px solid #cea36f;
	border-radius: 0 0 18px 18px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
	color: #0d3442;
	margin-top: 0;
	max-width: 100%;
	padding: 28px 30px 20px;
	position: relative;
	text-shadow: none;
	z-index: 2;
}

.service-template-hero-copy p:last-child {
	margin-bottom: 0;
}

.page-template-page-service-template #head-form {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
	max-width: 360px;
	padding: 20px;
	position: absolute;
	right: 40px;
	top: 170px;
	width: 32%;
	z-index: 10;
}

.page-template-page-service-template #head-form input,
.page-template-page-service-template #head-form textarea {
	background-color: rgba(255, 255, 255, 0.8);
	margin: 4px auto 0;
}

.page-template-page-service-template #head-form textarea {
	max-height: 60px;
}

.page-template-page-service-template #head-form input[type="submit"] {
	background-color: #cea36f;
	border: 0 !important;
	width: 95%;
}

.page-template-page-service-template #breadcrumbs {
	margin-top: 18px;
}

.page-template-page-service-template #breadcrumbs,
.page-template-page-service-template #breadcrumbs a {
	color: #ffffff;
	font-size: 14px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.page-template-page-service-template #mainbody {
	padding: 0;
}


.page-template-page-service-template #internal-service-template #primary {
	float: none;
	width: 100%;
}

.page-template-page-service-template #internal-service-template #content {
	width: 100%;
}

.page-template-page-service-template .service-template-page article {
	margin: 0;
}

.service-template__section {
	margin-bottom: 30px;
}


.service-template__grid.is-reversed .service-template__media {
	order: 2;
}

.service-template__grid.is-reversed .service-template__content {
	order: 1;
}

.service-template__media {
	background: #dfeaea;
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(13, 52, 66, 0.12);
	min-height: 100%;
	overflow: hidden;
}

.service-template__image,
.service-template__card-image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-template__image {
	min-height: 360px;
}

.service-template__title {
	color: #0d3442;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 700;
	line-height: 1.12;
	margin: 0 0 18px;
}


.service-template__copy > *:last-child {
	margin-bottom: 0;
}



.service-template__cards--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-template__cards--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-template__card {
	background: #ffffff;
	border: 1px solid rgba(13, 52, 66, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(13, 52, 66, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.service-template__card-media {
	aspect-ratio: 16 / 10;
	background: #edf4f4;
}

.service-template__card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 28px 24px 24px;
}

.service-template__card-title {
	color: #0d3442;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 14px;
}

.service-template__cta {
	text-align: center;
}

.service-template__section--cta_block {
	background: linear-gradient(135deg, #0d3442 0%, #1d5366 100%);
}

.service-template__section--cta_block .service-template__title,
.service-template__section--cta_block .service-template__copy,
.service-template__section--cta_block .service-template__copy h1,
.service-template__section--cta_block .service-template__copy h2,
.service-template__section--cta_block .service-template__copy h3,
.service-template__section--cta_block .service-template__copy h4 {
	color: #ffffff;
}

.service-template__button.bluebutton,
.service-template__button.bluebutton:hover {
	background: linear-gradient(135deg, #0d3442 0%, #1d5366 100%);
	border-radius: 999px;
	box-shadow: 0 16px 34px rgba(13, 52, 66, 0.2);
	color: #ffffff;
	display: inline-block;
	margin-top: 24px;
	padding: 14px 30px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-template__button.bluebutton:hover {
	box-shadow: 0 20px 40px rgba(13, 52, 66, 0.28);
	transform: translateY(-2px);
}

.service-template__button--light.bluebutton,
.service-template__button--light.bluebutton:hover {
	background: #cea36f;
	color: #0d3442;
}

.service-template-entry ul,
.service-template-entry ol,
.service-template__copy ul,
.service-template__copy ol {
	margin: 0 0 20px 15px;
}

.service-template-entry ul,
.service-template__copy ul {
	list-style: disc;
}

.service-template-entry ol,
.service-template__copy ol {
	list-style: decimal;
}

.service-template-entry ul li{
	margin-left:0px;
}

.left-img img{
	object-fit:cover;
}

@media screen and (min-width: 1100px) {
	.top-content{
		max-width:700px;
	}
}


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


	.page-template-page-service-template #inthead .entry-header,
	.page-template-page-service-template .largehead .entry-header {
		max-width: 54%;
		width: calc(100% - 400px);
	}

	.page-template-page-service-template #head-form {
		max-width: 320px;
		right: 28px;
		width: 34%;
	}

	.page-template-page-service-template #internal-service-template .wrapper {
		padding: 0 28px 72px;
	}

	.service-template__cards--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 960px) {
	.page-template-page-service-template #inthead {
		min-height: 0;
		padding: 200px 0 32px;
		text-align: center;
	}

	.page-template-page-service-template #inthead .entry-header {
		left: auto;
		margin: 0 auto 0 !important;
		max-width: 100%;
		padding: 0 5%;
		position: relative;
		right: auto;
		text-align: center;
		top: 0;
		width: 90%;
	}

	.page-template-page-service-template #inthead h1 {
		font-size: 32px;
		padding: 16px 20px 18px;
	}

	.service-template-hero-copy {
		margin-top: 16px;
		max-width: 100%;
		text-align: left;
	}

	.page-template-page-service-template #headerwrapint {
		margin-top: 0;
		min-height: 0;
		padding-bottom: 32px;
	}

	.page-template-page-service-template #inthead {
		min-height: 0;
	}

	.page-template-page-service-template .largehead .entry-header {
		left: auto;
		margin-right: 0;
		max-width: 100%;
	}

	.page-template-page-service-template #head-form {
		margin: 28px auto 0;
		max-width: 320px;
		position: relative;
		right: auto;
		top: 0;
		width: 80%;
	}

	.service-template__grid,
	.service-template__cards--2,
	.service-template__cards--3 {
		grid-template-columns: minmax(0, 1fr);
	}

	.service-template__grid.is-reversed .service-template__media,
	.service-template__grid.is-reversed .service-template__content {
		order: initial;
	}

	.service-template__image {
		min-height: 260px;
	}
}

@media screen and (max-width: 640px) {
	.page-template-page-service-template #internal-service-template .wrapper {
		padding: 0 16px 56px;
	}

	.service-template-hero-copy {
		border-left-width: 4px;
		padding: 20px 18px 14px;
	}

	.page-template-page-service-template #inthead h1 {
		border-left-width: 4px;
		border-radius: 6px 14px 14px 6px;
		font-size: 26px;
		padding: 14px 16px 16px;
	}

	.service-template__card-body {
		padding: 24px 20px 20px;
	}

	.service-template__button.bluebutton,
	.service-template__button.bluebutton:hover {
		display: block;
		text-align: center;
	}
}


 .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; } .mb-60 { margin-bottom: 60px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; } .mt-40 { margin-top: 40px; } .mt-50 { margin-top: 50px; } .mt-60 { margin-top: 60px; } .pt-20 { padding-top: 20px; } .pt-30 { padding-top: 30px; } .pt-40 { padding-top: 40px; } .pt-50 { padding-top: 50px; } .pt-60 { padding-top: 60px; } .pb-20 { padding-bottom: 20px; } .pb-30 { padding-bottom: 30px; } .pb-40 { padding-bottom: 40px; } .pb-50 { padding-bottom: 50px; } .pb-60 { padding-bottom: 60px; }


.goldbg .ltbluebg{
  background-color: #CEA36F !important;
}

body .goldbg .ltbluebg  .entry-content h2,
body .goldbg .ltbluebg  .entry-content h3,
body .goldbg .ltbluebg ul li,
body .goldbg .ltbluebg p {
  color: #fff!important;
}

body .goldbg .ltbluebg  .entry-content h2 {
  background-image: url('https://healthylivingtreatment.com/wp-content/uploads/2020/10/bottombarwhite.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 72px 6px;
  padding-bottom: 24px;
  margin: 24px 0;
}

.bgwhite{
	background:#fff!important;
}


.toggle-left .su-accordion > p, 
.service-template-entry div > p:empty {
  display: none !important;
}

.toggle-left .su-spoiler {
background: rgba(13,52,66,1) !important;
border-radius: 6px !important;
margin-bottom: 14px !important;
padding: 0 !important;
border: none !important;
box-shadow: none !important;
}

.toggle-left .su-spoiler-title {
padding: 25px 24px !important;
font-size: 20px !important;
font-weight: 600 !important;
color: #ffffff !important;
background: rgba(13,52,66,1) !important;
cursor: pointer !important;
position: relative !important;
}

.toggle-left .su-spoiler-content br {
display: none !important;
}

body .toggle-left .su-spoiler-icon {
color: rgb(206, 163, 111) !important;
font-size: 16px !important;
right: 18px !important;
top: 50% !important;
transform: translateY(-50%) !important;
}

body .toggle-left .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon::before {
color: #fff !important;
}

body .toggle-left .su-spoiler-icon:before {
color: rgb(206, 163, 111) !important;
}

.toggle-left .su-spoiler-title:hover {
background: rgb(10, 42, 54) !important;
}

.toggle-left .su-spoiler.su-spoiler-open .su-spoiler-title {
background: rgb(10, 42, 54) !important;
}

.toggle-left .su-spoiler-content {
padding: 24px 24px 26px !important;
color: #ffffff !important;
background: rgba(13,52,66,1) !important;
border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.toggle-left .su-spoiler {
    transition: all 0.3s ease;
}

.toggle-left .su-spoiler:hover {
    transform: translateY(-2px);
}

/* grid style */


.addiction-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}

.addiction-card {
background: #ffffff;
padding: 25px 28px;
border-radius: 10px;
border-left: 4px solid rgb(206, 163, 111);
transition: all 0.3s ease;
}
.no-border .addiction-card {
	border-left: 0px solid rgb(206, 163, 111);
}

.addiction-card h3 {
font-size: 20px;
font-weight: 600;
color: rgba(13,52,66,1);
margin-bottom: 10px;
}

.addiction-card p:last-child {
margin-bottom:0px;
}

.addiction-grid.three-col {
  grid-template-columns: repeat(3, 1fr);

}

@media (max-width: 768px) {
.addiction-grid {
grid-template-columns: 1fr!important;
}
}



/*** Faq toggle style **/


.faq-sections .su-accordion {
margin: 0 auto !important;
padding: 0 !important;
}

.faq-sections .su-spoiler {
background: #ffffff !important;
border: 1px solid rgba(13,52,66,0.15) !important;
border-radius: 6px !important;
margin-bottom: 14px !important;
padding: 0 !important;
box-shadow: none !important;
transition: border-color 0.2s ease !important;
}

.faq-sections .su-spoiler:hover {
border-color: rgb(206, 163, 111) !important;
}

.faq-sections .su-spoiler-title {
padding: 20px 34px 22px 20px !important;
font-size: 18px !important;
font-weight: 600 !important;
color: rgba(13,52,66,1) !important;
background: #f7f9fb !important;
border-radius: 6px !important;
cursor: pointer !important;
position: relative !important;
margin: 0 !important;
line-height: 1.4 !important;
border-bottom: 1px solid rgba(13,52,66,0.1) !important;
box-shadow: none !important;
}

.faq-sections .su-spoiler-content br {
display: none !important;
}

body .faq-sections .su-spoiler-icon {
color: rgb(206, 163, 111) !important;
font-size: 16px !important;
right: 16px !important;
top: 50% !important;
transform: translateY(-50%) !important;
position: absolute !important;
}

body .faq-sections .su-spoiler-title:focus {
outline: none !important;
}

.faq-sections .su-spoiler.su-spoiler-open .su-spoiler-title {
background: rgba(13,52,66,1) !important;
color: #ffffff !important;
}

.faq-sections .su-spoiler-content {
padding: 20px 22px 24px !important;
background: #ffffff !important;
border-radius: 0 0 6px 6px !important;
}

.faq-sections .su-spoiler-content p {
margin-bottom: 14px !important;
}

.faq-sections .su-accordion > p {
display: none !important;
}

.faq-sections .su-spoiler-icon-plus .su-spoiler-icon::before {
content: "\f068"!important;
color: rgb(206, 163, 111) !important;
}

.faq-sections .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon::before {
content: "\f067"!important;
color: rgba(13,52,66,1) !important;
}


#footercta p>a{
	color:#fff;
}


.toggle-left .one_half img{
	width:100%;
}


@media(min-width:768px){
	
.two-col {
column-count: 2;
column-gap: 30px;
}

.multi-col-list.three-col {
column-count: 3;
column-gap: 30px;
}

}


/* ACCREDITION */

#hpaccred br{
display:none;
}

#hp-accred{
	
	background:#fff!important;
}


#insurance-logos{
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* References */

.references-section {
background: #f7f9fb !important;
padding: 60px 0 !important;
}

.references-list {
margin: 30px auto 0 !important;
padding-left: 0 !important;
list-style: none !important;
}

.references-list li {
position: relative !important;
padding-left: 20px !important;
margin-bottom: 25px !important;
line-height: 1.7 !important;
color: #222 !important;
margin:0px;
}


.references-list li br{
	display:none;
}


/* LEFT BLUE LINE */
.references-list li::before {
content: "" !important;
position: absolute !important;
left: 0 !important;
top: 6px !important;
width: 3px !important;
height: calc(100% - 10px) !important;
background:rgb(206, 163, 111) !important;
}

/* TITLE */
.references-list strong {
display: inline !important;
font-weight: 500 !important;
color: #222 !important;
}

/* LINKS */
.references-list a {
color: rgb(206, 163, 111) !important;
text-decoration: none !important;
word-break: break-word !important;
}

.references-list a:hover {
text-decoration: underline !important;
}

/* HEADING */
.references-section h2 {
text-align: left !important;
font-size: 26px !important;
margin-bottom: 20px !important;
color: #111 !important;
}
