body.fixed-header .navbar {
	z-index:2 !important;
} 	 	
.hero-section-discovery {
    overflow: hidden;
    position: relative;
}
.hero-section-discovery::before {
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 0;
    opacity: 0.7;
}
.hero-section-discovery .content-discovery {
	position: relative;
	text-align: left;
	max-width: 100%;
}

.hero-section-discovery .content-discovery h3{
	color: #59B8E1;
	font-size: 18px;
	font-weight: 700!important;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 25px;
	font-family: Open Sans, sans-serif;
}
.hero-section-discovery .content-discovery h1 {
	color: #ffffff !important;
	text-transform: capitalize!important;
	margin-bottom: 15px !important;
	font-family: Merriweather, sans-serif;
}
.hero-section-discovery .content-discovery p{
	color:#ffffff!important;
}
.hero-section-discovery .breadcrumb{
	color:#fff!important;
	margin-bottom:20px;
}
.hero-section-discovery .breadcrumb .last-child{
	color:#fff!important;
}
.hero-section-discovery .breadcrumb a{
	text-decoration: underline;

}
.hero-section-discovery  .breadcrum-seprator{
	margin-left:8px!important;
	margin-right:8px!important;
}
.hero-section-discovery .btn-discovery {
	display: inline-flex;	
}
.hero-section-discovery .btn-discovery a{
	background-color: #59B8E1 !important;
	color: #ffffff !important;
	padding: 8px 30px;
	margin-top: 20px;
	font-size: 17px;
	line-height: 27px!important;
	border-radius: 10px;

}
.hero-section-discovery .btn-discovery a:hover{
	background-color: #f79857!important;
	text-decoration:none!important;
	transition: .2s;
}
.discovery-content-sec{
	padding-top: 60px;
	padding-bottom: 99px;
}
.discovery-content-sec .need-sidebar .border-bottom{ 
	width: 120px;
	border-bottom: 2px solid #f79756;
	margin-bottom: 25px;
}
.discovery-content-sec .sidebar-logo .need-sidebar .border-bottom{ 
	display:none;
}
.discovery-content-sec .row-discovery{
	display:flex;
	width:100%;
	gap: 54px;
	position:relative;
}
.discovery-content-sec .row-discovery .col-4{
	width:30%;
}
.discovery-content-sec .row-discovery .col-8{
	width:70%;
}
.discovery-content-sec .one-sliding-box {
	border: 1px solid #dddddd;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	width: 100%;
}
.discovery-content-sec .need-sidebar ul li a{
	font-size: 15px;
	line-height: 22px!important;
	color: #555555 !important;
	font-family: Merriweather, sans-serif;
}
.discovery-content-sec .need-sidebar ul li a:hover{
	color:#f79756!important;	
	text-decoration:underline;
}
.discovery-content-sec .need-sidebar h3{
	font-size:24px;
	font-family: Merriweather, sans-serif;
	line-height:34px;
	font-weight: 500;
	 margin-bottom: 40px;
}
.discovery-content-sec .sidebar .need-sidebar h3:after {
	content: "";
	display: flex;
	width: 120px;
	height: 2px;
	background: #f79756;
	position: absolute;
	margin: 15px auto;
}
.discovery-content-sec .need-sidebar ul{
	list-style-type:none;
	padding-left: 20px;
	margin-bottom:0px;
}
.discovery-content-sec .need-sidebar ul li{
	margin: 8px 0;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
}
.faq .accordion-open svg path {
    fill: #f79756;
}
.discovery-content-sec .need-sidebar ul li:last-child {
    border-bottom: 0px solid #000;
}
.discovery-content-sec .need-sidebar ul li:before{
    content: '\71';
    font-size: 14px;
    line-height:30px;
    position: absolute;
    color: #f79756;
    margin-left: -20px;
    font-family: 'Visual Composer Starter Font';
    transform: rotate(270deg);
	font-size: .55em !important;
}
	/*.discovery-content-sec .content-box .jumpcontainer{
		background-color:#f3f3f3;
		    padding: 10px 20px;
		
	}*/
.discovery-content-sec .content-box h2{
	font-size:42px;
	line-height:52px;
	font-family: Merriweather, sans-serif;
	margin-top:40px;
	margin-bottom:20px;
	font-weight: 600;
}
.discovery-content-sec .content-box h3{
	font-size:30px;
	line-height:40px;
	font-family: Merriweather, sans-serif;
	margin-top:40px;
	margin-bottom:20px;
	font-weight: 600;
}
.table-sec .jumpcontainer {
	background-color: #fff;
	margin-top: -50px;
	z-index:1;
	width: 50%; 	
}
.table-sec .jumplink{
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
}

.table-sec{
	position: relative;
	margin-bottom: 30px;
}
.table-sec  .jumplink h3{
	margin-top:0px;
	margin-bottom: 0px !important;
	font-family: Merriweather, sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400!important;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.table-sec .jumpcontainer{
	transition: background-color .2s, color .2s;
	border: 1px solid #dddddd;
	padding: 24px;
	margin-bottom: 40px;
	margin: auto;
	width: 70%;
	margin-top: -40px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	right: 0px;
	max-width: 760px;
	border-radius: 10px;
}
.table-sec .jumpcontainer .jumpbox{
	margin-top: 20px;
	border-top: 1px solid rgb(221, 221, 221);
	padding-top: 20px;
}

.table-sec .jumpcontainer .jumpbox ul{
	list-style-type: none;
	padding-left: 5px!important;
}
.table-sec .jumpcontainer .jumpbox ul li{
	margin-bottom: 10px;
}
.table-sec .jumpcontainer .jumpbox ul li a{
	font-size:16px;
	line-height:28px;
	color:#555555!important;
	font-family: Merriweather, sans-serif;
}
.table-sec .jumpcontainer .jumpbox ul li a:hover{
	color:#f79756!important;	
	text-decoration:none;
}

.table-sec .jumpcontainer .jumplink .active svg{
	transform: rotate(180deg)!important;
	float:left;
}
.discovery-content-sec .key-point-sec{
	background-color: #f3f3f3;
	padding: 30px;
	margin-bottom: 34px;
}
.discovery-content-sec .key-point-sec h3{
	margin-top:0px;
	margin-bottom: 24px !important;
	font-family: Merriweather, sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400 !important
}
.discovery-content-sec .key-point-sec ul{
	list-style-type: none;
	padding-left: 32px;
}

.discovery-content-sec .key-point-sec ul li:before{
	content: '\2713';
	font-size: 20px;
	line-height: 32px;
	position: absolute;
	color: #f79756;
	margin-left: -30px;
}

.page-template-treatment_template .faq .accordion-item{
	border: 1px solid #003770;
	margin-bottom: 25px;
	padding: 20px;
	cursor:pointer;
	border-radius:10px;
}
.page-template-treatment_template .faq .accordion-item p{
	color: #000;
	margin-bottom: 0px;
}	
	
	.page-template-treatment_template .faq .accordion-header{
	display: flex;
    justify-content: space-between;
	}
	
	.page-template-treatment_template .faq .faq-heading{
	margin-bottom: 40px;
	}
	
	.page-template-treatment_template .source-box-wave{
	padding: 20px 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    
	
	}
	
	

	.page-template-treatment_template .source-box-wave .accordion-header{
	display: flex;
    justify-content: space-between;
	}
	.page-template-treatment_template .faq h4{
		margin-bottom: 0px!important;
		cursor: pointer;
		color: #003770;
		font-weight: 500;
		font-size: 18px;
		line-height: 30px;
	}


	.page-template-treatment_template .faq .accordion-body{
	    padding-top: 14px;
	}
	 .page-template-treatment_template .source-box-wave .accordion-header{
		 cursor: pointer;
	 }
	   .page-template-treatment_template .source-box-wave .accordion-header h4{
		   margin-bottom: 0px;
		   color:#fff;
	   }
	.page-template-treatment_template .source-box-wave .accordion-body {
		   margin-top: 20px;
	   }
	.content-discovery .h3-line{
	    width: 100px;
	    margin: 0 85% 0 0;
	    border-bottom: 3px solid #f79756;
	    margin-bottom: 25px;
	    float: left;
	    clear: both;
	 }
		
	.hero-section-discovery .breadcrumb{
    width: auto;
    left: auto;
    padding: 5px 5px;
    color: #003770;
    color:#fff;
    font-size: 16px;
    line-height:24px;
    display: inline-flex;
    z-index: 1;
}

.page-template-treatment_template .faq .faq-heading h2{
	color: #003770;
	font-family: Merriweather, sans-serif;
}

.hero-section-discovery .jumpbox ul li{
	border-bottom: 1px solid #5555;
	padding-bottom: 7px;
	margin-bottom: 12px;
}
.hero-section-discovery .jumpbox{
	border-top: 1px solid rgb(221, 221, 221);
	padding-top: 20px;
}
.faq .accordion-open svg {
	transform: rotate(180deg) !important;
}
.discovery-content-sec .source-box-wave .accordion-open svg {
    transform: rotate(180deg) !important;
}
.discovery-content-sec .source-box-wave .accordion-body ol{
	padding-left: 20px!important;
}
.page-template-treatment_template .ez-toc-open-icon{
	display:none;
}
.page-template-treatment_template .row-medical{
	display:flex;
	width:100%;
}
.page-template-treatment_template .row-medical .coll-box {
	width:60%;
}
.page-template-treatment_template .row-medical .col-box2 {      
	width:40%;
}        
.page-template-treatment_template .row-medical .row {
	display:flex;
	width:100%;
}
.page-template-treatment_template .row-medical .row .col-50 {
	width:50%;
}
 .sidebar-logo {
	/*margin-top:40px;*/
	float:left;
}
 .sidebar-logo .need-sidebar {
	background-color:#003770 !important;
	border: 1px solid #dddddd;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
 .sidebar-logo .need-sidebar h3{
	color:#fff!important;
	text-align:center;
	font-size:24px;
	
}
 .sidebar-logo .need-sidebar .border-bottom{
    margin: auto;
}

.sidebar-logo .logos{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    justify-content: space-around !important;
    margin: 0 -15px;
   
}
 body .sidebar-logo .need-sidebar h3:after {
    display: none !important;
}
.sidebar-logo .logos{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center; 
    margin-top: 30px;
}
 .sidebar-logo .logos img{
	    width: 140px;
    margin-bottom: 30px;
}
.sidebar-logo .btn-discovery{
	display:flex;
	justify-content:center;
}
/*.page-template-treatment_template .sidebar-logo .btn-discovery{
	background-color: #fff !important;
    color: #fff!important;
    padding: 6px 20px;
    margin-top: 20px;
    font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
}*/
.page-template-treatment_template .sidebar-logo .btn-discovery a:hover{
	    background-color: #f79756 !important;
    color: #fff !important;
    text-decoration: none;
    
   
}

.page-template-treatment_template .sidebar-logo .btn-discovery a{
	background-color: #fff !important;
    padding: 8px 20px;
    margin-top: 10px;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 27px;
    color: #003770 !important;
	max-width: 280px;
    width: 280px;
    text-align: center;
	border-radius:10px;
	}

.discover-cta{
	background-size: cover;
	background-repeat: repeat;
	background-color: #000;
	background-image: url(https://discoverynj.org/wp-content/uploads/2026/02/shot-of-two-unrecognisable-businesspeople-shaking-2026-01-09-10-38-15-utc.jpg);
	left: 0px;
	min-height: 530px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1140px;
	position: absolute;
	margin: -40px auto!important;
	width: 90%;
	right: 0;
	padding: 80px;
	border-radius: 10px;
	z-index:0;
}
 .discover-cta .cta-box {
    position: relative;
    /* text-align: center; */
    /* width: 100%; */
    /* margin: 0px auto; */
}
.discover-cta .cta-box .btn-discovery{ 
	margin-bottom: 20px;
}
 .discover-cta .cta-box h2{
	color:#fff;
	font-family: Merriweather, sans-serif;
}
.discover-cta .cta-box p{
	color:#fff;
	margin-bottom:35px;
}
.discover-cta .cta-box .btn-discovery a{
	background-color: #f79756 !important;
    color: #ffffff !important;
    padding: 8px 30px;   
    font-size: 17px;
    line-height: 27px;
	border-radius:10px;
}
.discover-cta:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #003770;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    min-height: 530px;
}
.page-template-treatment_template .faq .faq-heading h2 span {
    color: #f79756;
}

.page-template-treatment_template .content-cta{
	max-width: 1000px;
	margin:0px auto;
}
.page-template-treatment_template .content-cta h2{
	font-size:42px;
	line-height:52px;
	margin-bottom:24px;
	
}
.page-template-treatment_template .content-cta p{
	color:#ffffff;
}

.Medetomidine-faq {
	background-color: #f4f4f4;
	padding-top: 80px;
	padding-bottom:80px;
	margin-top: 216px;
}
.Medetomidine-faq .faq{
    display: flex;
    width: 100%;
    gap: 20px;
}

.Medetomidine-faq .fa-heading-box{
	width:40%;
}

.Medetomidine-faq .fa-content-box{
	width:60%;
}
.source-box-wave  .accordion-open svg {
    transform: rotate(180deg) !important;
}
.page-template-treatment_template.source-box-wave ol{
		padding-left: 20px;
    padding-top: 25px;
    border-top: 1px solid #ffffff4d;
}
.discover-cta .cta-box .btn-discovery a:hover{
	color:#f79756;
	text-decoration:none;
	background-color:#1197d2!important;
	transition: .2s;
}
.discover-cta .cta-box .btn-discovery{
	/*margin-bottom:20px;*/
	display: inline-flex;
}
/*.page-template-treatment_template .source-temp-box{border-bottom: 1px solid #00377052;
margin-bottom: 100px;
}*/
.page-template-treatment_template .source-temp-box{ 
	background-color: #1197d2;
}
.page-template-treatment_template .source-temp-box p {
    color: #fff;
    margin-bottom: 10px;
    word-break: break-word;
}
.page-template-treatment_template .source-temp-box p a{
    color: #f4f4f4 !important;
    text-decoration: underline;
}
.page-template-treatment_template .content-box ul{
	padding-left: 20px!important;
}
.page-template-treatment_template .content-box ul li{
	margin-bottom:8px;
}
.page-template-treatment_template #gusta-footer .form_footer{
	display:none;
}

.row-discovery .jumpcontainer {
    transition: background-color .2s, color .2s;
    border: 1px solid #dddddd;
    padding: 16px 25px;
    margin-bottom: 40px;
    margin: auto;
    width: 100%;
    margin-bottom: 26px;
    cursor: pointer;
    position: relative;
    left: 0px;
    right: 0px;
    max-width: 100%;
    border-radius: 11px;
    background-color:#fff;
    z-index:1;
}

.row-discovery .jumplink {
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
}

.row-discovery .jumplink h3 {
    margin-top: 0px;
    margin-bottom: 0px !important;
    font-family: Open Sans, sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400 !important;
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}
.row-discovery .jumplink h3 svg{
	position: absolute;
    right: 26px;
	width: 15px;
    height: 10px;
}
.row-discovery #jumplink h3.active svg path {
    fill: #f79756;
}
.row-discovery .jumpcontainer .jumpbox {
    margin-top: 20px;
    border-top: 1px solid rgb(221, 221, 221);
    padding-top: 20px;
    position: relative;
}

.row-discovery .jumpcontainer .jumpbox ul {
    list-style-type: none;
    padding-left: 0 !important;
}
.row-discovery .jumpcontainer .jumpbox ul li{
    margin-bottom: 7px;
}
.row-discovery .jumpcontainer .jumpbox ul li a{
    font-size: 16px;
    line-height: 31px;
    color: #555555 !important;
    width: 100%;
    display: block;
    cursor: pointer;
}
.row-discovery .jumpcontainer .jumpbox ul li a:hover{
    color: #f7be68 !important;
	text-decoration:none;
}
.row-discovery #jumplink h3.active svg {
    transform: rotate(180deg);
}

.row-discovery .content-box .jumpcontainer.active {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 1px #dddddd;
}
.content-box img{
	    margin: 30px 0px 0px 0px;
}

.discover-cta .cta-box .container {
    text-align: center;
    margin: 0px auto;
    width: 90%;
	position:relative;
	z-index:99;
}
.Medetomidine-faq .container {
    padding-top: 295px;
}

/* Blog Page */

.dicovery-blog-banner {
    
    min-height: 50vh;
    width: 100%;
    background-size: cover;
    position: relative;
    text-align: center;
}
.blog-hero-sec{
    width: 100%;
    padding: 100px 50px;
    text-align: center;
}

.dicovery-blog-banner::before {
      content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #000000;
    z-index: 0;
    opacity: 0.6;
}

@media screen and (max-width:1440px) {
	.page-template-treatment_template .sidebar-logo .logos img {
    width: 115px;
}
}
@media screen and (max-width:1200px) {
	
}
@media screen and (max-width: 1024px) {
	.discovery-content-sec .row-discovery {
    display: block;
    width: 100%;
    gap: 0px;
   
}
.row-discovery .jumpcontainer {
    width: 100% !important;
}
.Medetomidine-faq {
	margin-top:0px !important;
	padding-bottom: 60px !important;
}
.row-discovery .content-box{
	margin-top:38px;
}
.Medetomidine-faq .container {
    padding-top: 0px !important;
}
.page-template-treatment_template .faq .faq-heading {
   padding-top: 30px;
}
/*cccc{
	margin-top: -102px!important;
}*/
.discovery-content-sec .row-discovery .col-8 {
    width: 100%;
}
.discovery-content-sec .row-discovery .col-4 {
    width: 100%;
	padding-top:40px;
}
.Medetomidine-faq .faq {
    display: block;
    width: 100%;
    gap: 0px;
}
.Medetomidine-faq .fa-heading-box {
    width: 100%;
}
.Medetomidine-faq .fa-content-box {
    width: 100%;
}
.discovery-content-sec {
    padding-top: 20px;
    padding-bottom: 120px;
    width: 100;
}
.Medetomidine-faq {
    padding-left:3%;
	padding-right:3%;
}
.page-template-treatment_template .discover-cta .cta-box h2{
	line-height:40px;
}
.discovery-content-sec .content-box h2{
	line-height:40px;
}
.page-template-treatment_template .sidebar-logo .logos .logo-img{
	width:50%;
	text-align:center;
}
.page-template-treatment_template .sidebar-logo .logos img {
    width: 180px;
    margin-bottom: 40px;
    padding-right: 10px;
}
.page-template-treatment_template .sidebar-logo .need-sidebar h3{
margin-bottom:35px;
}
.page-template-treatment_template .sidebar-logo .btn-discovery a{
	max-width:220px;
}
.page-template-treatment_template .discover-cta:before {
    min-height: 490px;
}
.page-template-treatment_template .discover-cta {
    min-height: 490px;
	position: relative !important;

}

	.Medetomidine-faq .container {
    padding-top: 245px;
}
}

@media screen and (max-width: 768px) {
	.page-template-treatment_template .sidebar-logo .btn-discovery a {
        width: 190px;
    }
	.page-template-treatment_template .faq .faq-heading {
   padding-top: 20px !important;
}
	.Medetomidine-faq {
    padding-top: 70px;
    padding-bottom: 70px;
}
/*Header*/

body:not(.menu-sandwich) #main-menu {
    background-color: transparent !important;
	margin-top:0px !important;
}

body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children>a {
    padding-right: 2.05em!important;
    margin-right: 0!important;
}

#menu-main-top-menu li {
    border-bottom: 0px solid #dbdbdb!important;
}

	.discovery-content-sec {
    padding-bottom: 21px;
}

.Medetomidine-faq {
    padding-bottom: 50px;
}
.page-template-treatment_template .discover-cta{
	padding: 40px 5%;
}
}
@media screen and (max-width: 767px) {
body:not(.menu-sandwich) #main-menu {
    background-color: #fff!important;
}
body:not(.menu-sandwich) #main-menu {
    height: fit-content;
    padding: 40px 30px;
}

body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children>a {
    padding: 14px 0px!important;
}
}
@media screen and (max-width: 690px) {
	.discover-cta .cta-box .container {
    width: 100% !important;
}
.discover-cta {
    padding: 50px 20px;
}
}
@media screen and (max-width: 600px) {
	.content-cta h2{
		line-height:40px;
	}																																												
	.Medetomidine-faq{
		padding-top:70px;
		padding-bottom:60px;
	}
	.page-template-treatment_template .faq .faq-heading h2{
		line-height:40px;
	}
	.hero-section-discovery .content-discovery h1{
		margin-bottom:20px;
	}
	.content-discovery .h3-line{
		margin-bottom:20px;
	}
	.page-template-treatment_template .sidebar-logo .logos img {
		width: 150px;
		margin-bottom: 40px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 530px) {
	.page-template-treatment_template .discover-cta:before {
    min-height: 630px;
}
.page-template-treatment_template .discover-cta {
    min-height: 630px;
}

}
@media screen and (max-width: 425px) {
	.page-template-treatment_template .discover-cta:before {
    min-height: 700px;
}
.page-template-treatment_template .discover-cta {
    min-height: 700px;
}

	.row-discovery .jumplink h3 {
    font-size: 20px;
    line-height: 30px;
}
.page-template-treatment_template .faq h4 {
    font-size: 18px;
    line-height: 28px;
}
}
@media screen and (max-width: 390px) {
	.page-template-treatment_template .discover-cta:before {
		min-height: 750px;
	}
	.page-template-treatment_template .discover-cta {
		min-height: 750px;
	}
}



.single-post .sidebar-logo .need-sidebar{
	background: #003770!important;
}
.single-post .sidebar-logo .need-sidebar h3 {
}


.single-post .sidebar-logo .btn-discovery a {
    background-color: #fff !important;
    padding: 8px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 27px;
    color: #003770 !important;
    max-width: 280px;
    width: 280px;
    text-align: center;
    border-radius: 10px;
}
.single-post .sidebar-logo .logos img {
    width: 140px;
    margin-bottom: 30px;
}
.page-template-contributors_template .form_footer{
	display:none;
}
.page-template-contributors_template .hero-section-discovery {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14vh 0;
    position: relative;
    background-position: center;
}

/* Css */

	.treatment-temp .banner-box .sp-head-info {
		margin-bottom: 0;
		position: relative;
		top: 0px;
		width: 96%;
		padding-top: 15px;
		border-top: 1px solid #cccccc99;
		margin: 0% 2% 0 2%;
		padding-bottom: 5px;
	}

	.treatment-temp .banner-box .sp-head-info__authors-wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 100px;
		margin-bottom: 25px;
		position: relative;
		max-width: 1230px;
		margin: 0 auto 10px;
	}

	.treatment-temp .banner-box .author-sec {
		-webkit-box-align: center;
		-ms-flex-align: center;
		/* border-radius: 200px; */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 17px;
		padding: 0px 0;
		border-right: 0px solid #ffffff42;
		align-items: center;
		flex-direction: row;
		align-content: flex-end;
		width: auto;
		margin: 0 30px 0 0px;
	}

	.treatment-temp .banner-box .author-sec:last-child {
		border-right: 0px solid #162f5c;
	}

	.treatment-temp .banner-box .author-sec img {
		border-radius: 50%!important;
		height: 60px;
		margin-right: 0;
		position: relative;
		width: 60px;
	}

	.treatment-temp .banner-box .author-sec h3 {
		line-height: normal;
		display: flex;
		color: #fff;
	}

	.treatment-temp .banner-box .author-sec h3 a {
		font-size: 16px;
		line-height: 26px;
		color: #fff;
		cursor: pointer;
	}

	.treatment-temp .banner-box .author-sec .sp-head-info__author-info, .treatment-temp .banner-box .author-sec .sp-head-info__doctor-info {
		text-align: left;
		color: #fff;
		margin-left: 10px;
	}

	.hero-date-sec {
		margin-top: 0px;
		background: none;
		padding: 0;
		color: #fff;
		position: absolute;
		right: 0;
	}

	.treatment-temp .banner-box .sp-head-info__wrap {
		-webkit-box-align: center;
		align-items: center;
		justify-content: flex-end;
		display: flex !important;
		max-width: 400px;
		margin: 10px auto;
		border-radius: 5px;
		color: #ffffff !important;
		padding: 0px;
		flex-wrap: wrap;
	}

	.treatment-temp .banner-box .sp-head-info__wrap strong {
		color: #ffffff !important;
	}

	.treatment-temp .banner-box .sp-head-info__wrap .sp-head-info__reviewed-date strong {
		font-weight: 500;
	}

	.treatment-temp .banner-box .sp-head-info__reviewed-date {
		margin: 0px 0px 0 15px;
		font-size: 13px;
		line-height: 24px;
	}

	.treatment-temp .banner-box .sp-head-info__wrap .sp-head-info__date strong {
		font-weight: 500;
	}

	.treatment-temp .banner-box .sp-head-info__date, .sp .sp-head-info__reviewed-date {
		font-size: 13px;
		line-height: 24px;
		margin: 0 0px 5px 15px;
	}

	.row-discovery .sliding-left-resources {
		border: 1px solid #f5e8e8;
		padding: 30px;
		text-align: center;
		border-radius: 10px;
		margin-bottom: 30px;
		background: #e7e7e761;
	}

	.row-discovery #author-bio .author-img {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		margin: 0 auto;
		/* float: left; */
	}

	.row-discovery #author-bio .author-img img {
		border-radius: 50%;
	}

	.row-discovery #author-bio #author-info p {
		max-width: 100%;
	}

	.sliding-left-resources #author-info h4 {
		margin-top: 00;
		font-family: Open Sans, sans-serif;
	}

	.sliding-left-resources #author-info h3 {
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
		font-family: Merriweather, sans-serif;
		margin-bottom: 6px;
	}

	.sliding-left-resources #author-info .cah-role {
		font-weight: 600;
		font-size: 13px;
		text-transform: uppercase;
		font-family: Open Sans, sans-serif;
		color: #676767;
	}

	.row-discovery .content-inner .post-area {
		width: 70%;
		padding-left: 50px;
	}

	.row-discovery #author-bio .socialicon a {
		color: #5082b6;
		background: #fff;
		padding: 0;
		border-radius: 100px;
		display: flex;
		margin: 0 5px;
		background: #ffffff;
		text-decoration: none;
		width: 40px;
		height: 40px;
		/* float: left; */
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 1px solid #ccc;
	}

	.row-discovery #author-bio .socialicon {
		margin-bottom: 15px;
		margin-top: 15px;
		display: flex;
		align-items: center;
		align-content: center;
		text-align: center;
		justify-content: center;
	}
	.row-discovery #author-bio .socialicon svg {
		width: 14px;
		height: 13px;
	}
	
	.row-discovery #author-bio .learn-btn {
		 display:inline-block;
		/* margin-bottom:20px; */
		margin: 25px 0 0px 0;
	}

	.row-discovery #author-bio .learn-btn a {
		padding: 10px 40px;
		border-radius: 10px;
		color: #ffffff !important;
		font-size: 16px;
		line-height: 24px;
		border: 1px solid #e7e7e7;
		background: #f79756;
	}

	.row-discovery #author-bio .learn-btn a:hover {
		background-color: #5082b6;
		color: #fff!important;
		text-decoration: none;
	}
	
	.row-discovery #author-bio .socialicon a:hover {
		background: #2457aa;
	}
	.row-discovery #author-bio .socialicon a:hover svg path {
	   fill: #ffffff;
	}
	.row-discovery .keybox_cont .row-bg {
		background-color: #f5f5f5;
		transition: none;
	}
	
	.single-post .form_footer{
		display:none;
	}
	.author .form_footer{
		display:none;
	}
	.key-box-sec {
		margin-bottom: 30px;
		background: linear-gradient(180deg, #eaf2ff 0%, #f0f0f0 189%);
		padding: 25px;
		border-radius: 5px;
	}
	.key-box-sec h3 {
		margin-top:0 !important;
	}
	.key-box-sec ul li {
		list-style: none;
		margin: 10px 0;
	}
	
	.key-box-sec ul li:before {
		content: "\71";
		margin-left: -36px;
		font-size: 12px;
		font-weight: 500;
		font-family: 'Visual Composer Starter Font';
		transform: rotate(270deg);
		color: #ffffff;
		position: absolute;
		margin-top: 5px;
		background: #b15f5f00;
		border-radius: 25px;
		width: 24px;
		height: 24px;
		text-align: center;
		justify-content: center;
		align-items: center;
		/* top: 5px; */
		padding-top: 0px;
		background: #003770;
		display: flex;
	}

	@media screen and (max-width: 1024px) {
		.banner-box {
			width: 90% !important;
			margin: 0 auto;
		}
		.treatment-temp .banner-box .author-sec {
			display: flex;
			flex-direction: column;
		}
		.treatment-temp .banner-box .author-sec .sp-head-info__author-info, .treatment-temp .banner-box .author-sec .sp-head-info__doctor-info {
			text-align: center;
		}
		
	}

	@media screen and (max-width: 900px) {
		.hero-section-discovery .content-discovery {
			text-align: center;
		}
		.content-discovery .h3-line {
			width: 100px;
			margin: 0 auto;
			float: none;
			clear: both;
			margin-bottom: 25px;
		}
		
		.treatment-temp .banner-box .sp-head-info__authors-wrap {
			flex-direction: column;
		}
		.treatment-temp .banner-box .sp-head-info__wrap {
			max-width: 100%;
			align-items: center;
			justify-content: center;
		}
		.hero-date-sec {
			position: relative;
		}
		body .hero-section-discovery {
			padding: 10vh 0 0 ;
		}
	}
	@media screen and (max-width: 600px) {
		.single-post .auther-guidelines {
			padding: 30px;
		}
	}
	
.discovery-content-sec p {
	margin:10px 0px;
}
.single-post .hero-section-discovery {
    padding: 9vh 0 0 0;
    border-top: 1px solid #cccccc75;
}






.single-post .banner-box .author-sec .sp-head-info__author-info, .single-post .banner-box .author-sec .sp-head-info__doctor-info {
	text-align: left;
	color: #fff;
	margin-left: 10px;
}

.single-post .banner-box .sp-head-info__date, .sp .sp-head-info__reviewed-date {
	font-size: 13px;
	line-height: 24px;
	margin: 0 0px 5px 15px;
	color: #000;
}

.single-post .banner-box .sp-head-info__wrap strong {
	color: #000 !important;
}

.single-post .banner-box .author-sec .sp-head-info__author-info, .single-post .banner-box .author-sec .sp-head-info__doctor-info, .single-post .banner-box .sp-head-info__reviewed-date {
	text-align: left;
	color: #000000;
}

.single-post .banner-box .sp__image-wrap .sp__image {
	margin: 0px 0 0 0;
	border-radius: 10px;
	overflow: hidden;
}

.single-post .sp__image-wrap {
	max-height: 725px;
	overflow: hidden;
	width: 100%;
}

.single-post .sp__image img {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	right: 0;
	top: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	width: 100%;
}

.single-post .faq .accordion-item {
	border: 0px solid #003770;
	margin-bottom: 14px;
	padding: 19px 25px;
	cursor: pointer;
	border-radius: 10px;
	background: #f7f7f7;
}

.single-post .faq .accordion-item p {
	color: #000;
	margin-bottom: 0px;
}

.single-post .faq .accordion-header {
	display: flex;
	justify-content: space-between;
}

.single-post .faq .faq-heading {
	margin-bottom: 40px;
}
.single-post .faq .accordion-body {
	margin-top: 21px;
	justify-content: space-between;
}

.source-box-wave {
	padding-top: 25px;
	padding-bottom: 25px;
}

.single-post .faq .accordion-header h4 {
	margin-bottom: 0px!important;
	cursor: pointer;
	color: #003770;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}

.single-post .source-box-wave .accordion-header {
	display: flex;
	justify-content: space-between;
}

.single-post .source-box-wave .accordion-item {
    border: 0px solid #003770;
    margin-bottom: 14px;
    padding: 19px 25px;
    cursor: pointer;
    border-radius: 10px;
    background: #f7f7f7;
}

.single-post .source-box-wave .accordion-header h4 {
	margin-bottom: 0px!important;
	cursor: pointer;
	color: #003770;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}

.single-post .sidebar-logo .need-sidebar {
	background: #003770!important;
	border: 1px solid #dddddd;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.single-post .sidebar-logo .need-sidebar {
	background: #003770!important;
	border: 1px solid #dddddd;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.single-post .discover-cta {
	border: 1px solid #f2f2f2;
}

.single-post .discover-cta {
	border: 1px solid #f2f2f2;
	background-size: cover;
	background-repeat: repeat;
	background-color: #000000;
	background-image: url(https://discoverynj.org/wp-content/uploads/2026/02/shot-of-two-unrecognisable-businesspeople-shaking-2026-01-09-10-38-15-utc.jpg);
	left: 0px;
	min-height: 350px !important;
	display: flex;
	max-width: 1140px;
	position: absolute;
	margin: 0px auto !important;
	width: 100%;
	right: 0;
	padding: 30px 26px;
	border-radius: 10px;
	float: left;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	margin-top: 9px !important;
}

.single-post .discover-cta::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	background: #003770;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	min-height: auto;
	text-align: center;
	z-index: 0;
}

.single-post .discover-cta .content-cta, .single-post .discover-cta .content-cta h2 {
	color: #ffffff;
	margin-top: 0;
}

.single-post .discover-cta .cta-box .container .btn-discovery {
	width: 100%;
	float: left;
	margin-top: 0px;
}

.single-post .discover-cta .cta-box .container .btn-discovery a {
	padding: 10px 40px;
	border-radius: 10px;
	color: #ffffff !important;
	font-size: 16px;
	line-height: 24px;
	border: 0px solid #e7e7e7;
	background: #f79756;
	margin: 0 auto;
}

.single-post .discover-cta .cta-box .container .btn-discovery a:hover {
	background-color: #5082b6;
	color: #fff !important;
	text-decoration: none;
}

.single-post .source-temp-box {
	width: 100%;
	float: left;
}

.single-post .banner-box .auther-guidelines {
	border: 0px solid #435e8a;
	padding: 40px;
	text-align: center;
	margin-bottom: 80px;
	border-radius: 5px;
	background: linear-gradient(180deg, #eaf2ff 0%, #f0f0f0 189%);
	width: 100%;
}

.single-post .banner-box .auther-guidelines h2 {
	font-size: 38px !important;
	line-height: 48px;
	color: #4D4741;
}

.single-post .banner-box .auther-guidelines p {
	max-width: 910px;
	margin: 0px auto;
	margin-bottom: 15px;
}

.single-post .banner-box .auther-guidelines a {
	background-color: #435e8a;
	padding: 15px 40px;
	display: inline-block;
	color: #fff;
	margin-bottom: 15px;
}

.single-post .banner-box .auther-guidelines a:hover {
	background-color: #435e8a !important;
	color: #fff;
	text-decoration: none;
}

.single-post .links {
	word-wrap: break-word;
}

.single-post .auther-guidelines {
	border: 1px solid #003770;
	padding: 60px 80px;
	border-radius: 10px;
	text-align: center;
	background: #feffff;
}

.single-post .auther-guidelines h2 {
	color: #003770;
	margin-bottom: 15px;
	font-family: 'Merriweather';
	font-size: 30px;
	margin-bottom: 57px;
}

.single-post .auther-guidelines p {
	margin-bottom: 33px;
	color: #0a0a0a;
}

.single-post .auther-guidelines .guidelines-btn {
	padding: 15px 24px;
	border-radius: 10px;
	color: #ffffff !important;
	font-size: 16px;
	line-height: 24px;
	border: 0px solid #f79756;
	background: #f79756;
}

.single-post .auther-guidelines .guidelines-btn:hover {
	background-color: #5aa1e3;
	color: #fff !important;
	text-decoration: none;
	border: 0px solid #f79756;
}

.single-post .hero-section-discovery .content-discovery {
	display: block;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%; 
}

.single-post .post-category {
	background-color: #f79756;
	border-radius: 100px;
	color: #ffffff;
	display: inline-block;
	font-family: Gotham,Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 29px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	padding: 6px 17px;
	position: relative;
	z-index: ;
	/* float: left; */
	margin-bottom: 15px;
	text-transform: uppercase;
	display: block;
}

.key-box-sec ul li:before {
	content: "\71";
	margin-left: -37px;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Visual Composer Starter Font';
	transform: rotate(270deg);
	color: #435e8a;
	position: absolute;
	margin-top: 3px;
	background: #b15f5f00;
	border-radius: 25px;
	width: 24px;
	height: 24px;
	text-align: center;
	justify-content: center;
	align-items: center;
	/* top: 5px; */
	padding-top: 0px;
	background: #70000000;
	display: flex;
}

@media screen and (max-width: 1024px) {
	.single-post .banner-box .author-sec .sp-head-info__author-info, .single-post .banner-box .author-sec .sp-head-info__doctor-info, .single-post .banner-box .sp-head-info__reviewed-date {
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	.single-post .banner-box .author-sec .sp-head-info__author-info, .single-post .banner-box .author-sec .sp-head-info__doctor-info, .single-post .banner-box .sp-head-info__reviewed-date {
		text-align: center;
	}

	.hero-section-discovery .breadcrumb {
		text-align: center;
	}

	.single-post .post-category {
		margin: 0 auto 15px;
	}

	.discovery-content-sec {
		padding-top: 60px;
	}

	.row-discovery .jumpcontainer {
		width: 100% !important;
		max-width: 100%;
	}
}

.single-post .hero-section-discovery .breadcrumb {
	color: #949494 !important;
}
.single-post .hero-section-discovery .breadcrumb span {
	padding:0 3px;
}
.single-post .hero-section-discovery .breadcrumb span a {
	text-decoration:none;
}

.single-post .hero-section-discovery .content-discovery h1 {
    color: #013770 !important;
    max-width: 80%;
    margin-top: 12px;
    line-height: 69px;
    margin-bottom: 32px !important;
}

.single-post .sp-head-info__doctor-info {

}
.single-post .hero-section-discovery:before {
	display:none;
}

.single-post .treatment-temp .banner-box .sp-head-info {
    margin-bottom: 0;
    position: relative;
    top: 0px;
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #cccccc99;
    padding-bottom: 5px;
    margin: 0;
}

.ez-toc-sticky {
    display: none;
}
.single-post .discovery-content-sec .row-discovery {
display: flex;
    width: auto;
    gap: 0;
}

.single-post .discovery-content-sec .row-discovery .col-8 {
    width: 70%;
}

.single-post .discovery-content-sec .row-discovery .col-4 {
    width: 30%;
}


.single-post .discovery-content-sec .row-discovery .content-box {
    padding-right: 40px;
}
.single-post .auther-guidelines h2 {
  position:relative;
}
.single-post .auther-guidelines h2:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #f79756;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
}
.single-post .content-box table {
    background: #fafdffcc;
    padding: 0;
    margin: 0px 0 25px 0;
}

.single-post .content-box table tr td {
   border: 1px solid #878c91 !important;
   padding: 5px 10px;
   font-size: 16px;
   line-height:24px;
}


.single-post .content-box table tr td {
   border: 1px solid #878c91 !important;
   padding: 5px 10px;
   font-size: 16px;
   line-height:24px;
}
.single-post .content-box table tr:first-child, 
.single-post .content-box table tr td:first-child{
    background:#003770;
    color:#fff; 
    font-weight:500;
}

.single-post .banner-box .author-sec .sp-head-info__author-info span, .single-post .banner-box .author-sec .sp-head-info__doctor-info span {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.single-post .treatment-temp .banner-box .author-sec h3 a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
}
.single-post .treatment-temp .banner-box .author-sec h3 {
    line-height: normal;
    display: flex;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
   .single-post .discovery-content-sec {
        padding-top: 20px;
        padding-bottom: 120px;
        width: 90%;
        margin: 0 auto;
    }
    .single-post .hero-section-discovery .content-discovery h1 {
	    max-width: 100%;
	    
	}
	.single-post .discovery-content-sec .row-discovery .col-8 {
        width: 100%;
    }
    .single-post .discovery-content-sec .row-discovery .col-4 {
        width: 95%;
        padding-top: 0;
        float: left;
    }
    .single-post .discovery-content-sec .row-discovery {
        display: flex;
        width: calc(100vw - 8%);
        gap: 0px;
        flex-direction: column;
    }
    .single-post .sp__label.section-label.post-category {
	    margin: 0 auto;
	    margin-bottom: 20px;
	}
	.single-post .hero-section-discovery .breadcrumb {
	    display: block;
	    text-align: center;
	}
	.single-post .hero-section-discovery .content-discovery h1 {
        max-width: 100%;
        line-height: 50px;
        text-align: center;
    }
    .single-post .treatment-temp .banner-box .author-sec {
        margin: 0;
    }
    
.single-post .hero-section-discovery .content-discovery {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: calc(100vw - 9%);
}
    
}

@media screen and (max-width:999px) {
	.single-post .discovery-content-sec .row-discovery .content-box {
	    padding-right: 0;
	}
	.single-post .hero-section-discovery .content-discovery {
	            display: block;
        flex-direction: column;
        flex-wrap: wrap;
        max-width: calc(100vw - 9%);
        width: calc(100vw - 13%);
	}
	.contributors-page .head-description {
    width: 80% !important;
}
body .team-box .ult_tabmenu.style1 li.ult_tab_li {
        max-width: 30% !important;
}
}
@media screen and (max-width:768px) {
    .single-post .discovery-content-sec .row-discovery {
        display: flex;
        width: calc(100vw - 12%);
        gap: 0px;
        flex-direction: column;
    }
    .single-post .discovery-content-sec .row-discovery .col-4 {
        width: 100%;
    }
    .single-post .auther-guidelines {
	    padding: 60px 10%;
	}
}

.blog-header {
		padding: 90px 0px 30px 0;
		text-align: center;
		border-top:1px solid #e5e5e5;
	}
	.blog-category-heading h1{
		margin-bottom:0px;
	}
	.blog-category-heading .breadcrumb p{
		margin:18px 0px;
	}
    .blog-section .archive{ 
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	gap: 22px;
}
    .blog-section .archive .entry-preview {
    margin-bottom: 20px;
    width: 49%;
	border:1px solid #c7d4d9;
	position: relative;
	min-height: 440px;
}
.blog-category-heading .sub-heading{
	width: 70%;
    margin: 0 auto;
}

.blog-section .entry-title {
    font-size: 21px;
    line-height: 29px;
    font-family: Merriweather, sans-serif;
    margin-bottom: 15px;
    margin-top: 18px;
}
.blog-section .entry-title a{
    color: #1297d3 !important;
    font-weight: 400;
}
.entry-preview .entry-meta {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}
.blog-section .entry-preview .entry-meta {
    padding: 0px 30px;
}
.blog-section .entry-preview .entry-content {
    padding: 14px 30px;
    margin-bottom:0px;
    font-family: Merriweather, sans-serif;
    text-align: left;
    min-height: 267px;
}
.blog-section .entry-preview .entry-content p{font-family: Open Sans, sans-serif;}

.blog-section .posts__cat{
    background-color: #f79756;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 1px 12px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
}
.blog-section .pagination {
    text-align: center;
	margin: 60px 0 30px;
}
.gusta-section .form_footer{
	display:none;
}
.nav-links.archive-navigation .page-numbers.dots {
    font-size: 20px;
}
.nav-links.archive-navigation .page-numbers {
    color: #3c63a6;
}
@media screen and (max-width: 1200px) {
	.blog-section .archive .entry-preview {
		width: 48%;
	}
}
@media screen and (max-width: 999px) {
	.blog-section .archive .entry-preview {
		width: 100%;
	}
	.blog-header {
		padding: 40px 0px;
	}
	.blog-category-heading .sub-heading {
		width: 90%;
	}
    body .blog-section .entry-title {
        font-size: 21px !important;
        line-height: 36px;
    }
	
}
@media screen and (max-width: 600px) {
	.blog-section .archive .entry-preview {
		width: 100%;
	}
}

.blog .nav-links.archive-navigation .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
    background-color: #eee;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-style: italic;
    color: #777;
}

.blog .nav-links.archive-navigation .page-numbers.next,.blog .nav-links.archive-navigation .page-numbers.prev {
    width: auto;
    padding: 0 26px;
    border-radius: 20px;
}
.blog .post-bg-image {
	width: 100%;
	height: 330px;
	background-size: cover;
	position: relative;
	background-position: center;
}

.blog .fordate_cat {
	margin-bottom: 0;
	border-bottom: 0px solid #ccc;
	padding-bottom: 0;
	font-family: Open Sans, sans-serif;
	position: absolute;
	bottom: 0;
	text-align: left;
	width: 100%;
	background: #0f0f0f9e;
	color: #fff;
	padding: 7px 31px;
	font-size: 15px;
	-webkit-backdrop-filter: blur(12.5px);
	backdrop-filter: blur(12.5px);
	background: rgba(0, 0, 0, .2);
}

/* Add stg csss */

.category .post-bg-image {
	width: 100%;
	height: 330px;
	background-size: cover;
	position: relative;
	background-position: center;
}

.category .fordate_cat {
	margin-bottom: 0;
	border-bottom: 0px solid #ccc;
	padding-bottom: 0;
	font-family: Open Sans, sans-serif;
	position: absolute;
	bottom: 0px;
	text-align: left;
	width: 100%;
	background: #0f0f0f9e;
	color: #fff;
	padding: 7px 31px;
	font-size: 15px;
	-webkit-backdrop-filter: blur(12.5px);
	backdrop-filter: blur(12.5px);
	background: rgba(0, 0, 0, .2);
}
/*Contributor CSS*/

.contributor-box .dce-user_content .user-custommeta {
    font-size: 14px;
    margin-top: 10px;
    color:#fff;
}
.contributor-box .dce-user_image img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.contributor-box .dce-user_content {
    background: #003770;
    padding: 34px 30px 68px;
    border-radius:0 0 10px 10px;
    text-align:center;
}
.contributor-box .wpb_wrapper h2{
    font-size:46px !important;
}
.contributor-box .team__circle-l, .team__circle-l svg path {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.contributor-box .contributor-col a:hover {
    text-decoration: none;
}

.contributor-box .team__circle-l {
    z-index:2;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #f79756;
    border-radius: 50%;
    bottom: -36px;
    display: flex;
    height: 72px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 72px;
}

.contributor-box .vc_col-sm-4 a:hover .team__circle-l {
    background-color: #003770;
    fill: #fff !important;
    transition: all .3s ease-in-out;
}

.contributor-box .vc_col-sm-4 a:hover .dce-user_content {
    background-color: #f79756;
}

.contributor-box .dce-user_content .user-displayname{
     font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color:#fff;
}

.contributor-box .vc_col-sm-4 a:hover .team__circle-l svg path{
    fill: #fff !important;
}

/*Team CSS*/

.team-box-sec .row.contributor-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.team-box-sec .contributor-col {
    width: 33%;
    float: left;
    padding: 0px 20px;
}

.team-box-sec .dce-user_content {
    background-color: #003770;
    padding: 30px 20px 50px 20px;
    border-radius: 0px 0px 10px 10px;
    min-height: 180px;
    position: relative;
    color: #fff;
    text-align: center;
}

.team-box-sec .user-displayname {
    font-size: 22px;
    font-weight: 500;
}
.team-box-sec .dce-user_content .user-custommeta {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}
.team-box-sec .dce-user_image .user-avatar img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
}
.team-box-sec .team__circle-l {
    z-index: 2;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #f79756;
    border-radius: 50%;
    bottom: 0;
    display: flex;
    height: 72px;
    justify-content: center;
	position: relative;
	top: -37px;
    left: 0;
	right: 0;
    margin: 0 auto;
    width: 72px;  
}
.team-box-sec .contributor-col a:hover {
  text-decoration:none;
}
.team-box-sec .contributor-col a:hover .dce-user_content {
    background: #f79756;
    color: #fff;
}
.team-box-sec .contributor-col a:hover .team__circle-l{
    background-color: #003770;
}
.team-box-sec .contributor-col a:hover .team__circle-l svg path{
   fill: #fff !important;
}
.team-box-sec .ult-tabto-accordion .ult-tabto-accordionItem {
    margin-bottom: 10px !important;
}

@media(max-width:768px){
	.team-box-sec .contributor-col {
		width: 50%;
	}
	body .team-box .ult_tabmenu.style1 li.ult_tab_li {
        max-width: none !important;
}

}

@media(max-width:600px){
	.team-box-sec .contributor-col {
		width: 100%;
		padding: 0px;
	}
	body .team-box li.ult_tab_li>a.ult_a span {
    font-size: 14px !important;
}
.page-template-contributors_template .hero-section-discovery {
    padding: 8vh 0 !important;
}

}
@media(max-width:650px){
	.team-box-sec span.ult_tab_main.Both span.ult-span-text {
    margin-right: 0px !important;
	line-height: 1em !important;
	margin:0px !important;
}
}
@media(max-width: 480px) {
	body .team-box .ult_tabmenu.style1 li.ult_tab_li {
    width: 100% !important;
    max-width: 100%!IMPORTANT;
}
    body .team-box ul.ult_tabmenu.style1.Style_5 a.ult_a {
    padding:16px !important;
}
}
/*Blog css*/
.blog-nav {
    margin: 50px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog-nav ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	width: 100%;
	padding:0;
}
.blog-nav ul li {
    list-style: none;
    display: contents;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 8px;
    color: #003770;
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: .1px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #003770;
    position: relative;
    width: auto;
    text-decoration: none;
}

.blog-nav ul li.active {
	background: #003770;		
	color: #ffffff;
}

.blog-nav ul li:hover, 
.blog-nav ul li a:hover {
	color: #ffffff;
	cursor: pointer;
}
.blog-nav li, .blog-nav a:active, .blog-nav a:hover {
	color:#fff !important;
	text-decoration:none;
}

.blog-nav ul li::after {
	content: "";
	width: 0%;
	position: absolute;
	height: 100%;
	z-index: -1;
	background: #003770;
	transition: width 1s;
}

.blog-nav ul li:hover::after {
	width: 100%;
}

.blog-nav ul li a {
     color: #000000 !important;
    line-height: 26px;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px;
    position: relative;
    padding-top: 0px !important;
    display: inline-block;
    text-transform: capitalize;
    border-right: 0px solid #003770;
    font-weight: 400 !important;
    letter-spacing: 1.0px;
    font-size: 16px !important;
}
.blog-nav ul li.active a {
    color: #ffffff !important;
}
.blog-nav ul li:hover a {
    color: #ffffff !important;
}
.blog-nav ul li:after {
    content: "";
    width: 0%;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: #003770;
    transition: width 0.5s;
    left: 0;
    top: 0;
}

.blog-nav li a:after {
	content: "";
	transition: .37s all cubic-bezier(.23, .46, .4, 1);
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: block;
	left: 0;
	height: 0px;
	width: 90%;
	background-color: #003770;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	margin: 0 0px;
	bottom: 0;
}

.blog-nav li.filter-blog {
    display: none !important;
}

.blog-nav li.filter-blog[data-filter="_all"],
.blog-nav li.filter-blog[data-filter="addiction recovery"],
.blog-nav li.filter-blog[data-filter="addiction treatment"],
.blog-nav li.filter-blog[data-filter="Dual Diagnosis"],
.blog-nav li.filter-blog[data-filter="Rehab Therapy"],
.blog-nav li.filter-blog[data-filter="Mental Health"],
.blog-nav li.filter-blog[data-filter="sober living"] {
     display: inline-block !important;
 }
 

/*Blog css*/


.author .author-hero__container h1 {
    font-size: 52px !important;
    color: #003770 !important;
    line-height: 60px;
    padding: 10px 0px 5px;
    font-weight: 600;
	margin-bottom: 10px!important;

}
.author .page-author{
	background-color:#fff;
	box-shadow: 0px 2px 4px #ccc;
	border-top: 1px solid #e5e5e5;
}
.author .author-hero__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	/* justify-content: space-between; */
    padding-bottom: 75px;
    padding-top: 75px;
    flex-wrap: wrap;
}

.author .author-hero__img {
    height: 180px;
    min-width: 180px;
    position: relative;
    width: 180px;
	margin-top: 20px;
}
.author-hero__img img {
	border-radius:50%;
}
.author-hero__social-item {
    margin-left: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 50px;
    width: 40px;
    float: left;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.author-hero__social-item:hover svg path {
    fill: #ffffff;
}
.author-hero__social-item:hover {
    background: #003770;
}

.author .author-hero__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 40px;
    margin-right: auto;
    max-width: 700px;
	margin-top: 15px;
	text-align:left
}

.author .author-info__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
   /* padding-top: 50px; */
    gap: 40px;
}


.author .author-info__container .author-info__author-info {
	max-width:30%;
}



.author-hero__role {
	padding-bottom:5px;
}
.author-hero__social-item svg{
    width: 16px;
}
	

.cah-auther-guidelines .area-listing .widget_nav_menu h2::after {
    content: "";
    display: block;
    bottom: 0;
    width: 85px;
    height: 2px;
    background-color: #B1735F;
    margin-top: 10px;
}	
.author-posts__image img {
    width: 100%;
    height: 100%;
}
.author-posts__item {
    padding: 15px 13px 0;
    width: 50%;
}
.author-posts__list {
    display: flex;
    flex-wrap: wrap;
}
.author-info__container .author-sidebar-sec{
    width: 35%;
}

.author-info__container .author-info__content-wrap {
    width: 60%;
}
.auther-guidelines-box {
    /*border: 1px solid #003770;*/
    padding: 30px 30px 45px;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(180deg, #eaf2ff 0%, #f0f0f0 189%);
}
.auther-guidelines-box h2 {
    color: #003770;
    margin-bottom: 15px;
    font-family: 'Merriweather';
}
.auther-guidelines-box p {
    margin-bottom: 30px;
    color: #555555;
}
.auther-guidelines-box a {
    padding: 12px 20px;
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 24px;
    border: 0px solid #f79756;
    background: #f79756;
}
.auther-guidelines-box a:hover {
    background-color: #5aa1e3;
    color: #fff !important;
    text-decoration: none;
    border: 0px solid #f79756;
}
.author .cah-role {
    display: inline-block;
    color: #f79756;
    border-radius: 10px;
	padding-left:2px;
	margin-bottom:15px;
}
.author .discovery-content-sec h2 {
    font-family: Merriweather, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
}
.author .author-info__content h3 {
    margin: 20px 0px;
	font-family: Merriweather, sans-serif;
	font-weight: 500;
}
.author .author-info__content p{
	margin-bottom:19px;
}
.author .author-posts {
    padding-bottom: 100px;
}

.author-info__container .need-sidebar{
   margin-top:30px;
}

.author-hero .review-role .cah-mr {
    padding: 6px 18px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    display: inline-flex;
    background: #f5f5f5;
    border: 1px solid #ebf2fe;
}
.author-hero .review-role .cah-dr .cah-role span {
    color: #003770;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.author-hero .review-role .cah-mr span {
	margin-left:6px;
}
.author .author-info__content ul{
	padding-left:30px!important;
}
@media(max-width:1024px){
	.author .author-hero__social {
		margin-left: 212px;
		margin-top: 10px;
	}
	.author .author-hero__social {
		margin-left: 212px;
		margin-top: 10px;
	}
	body .ult-span-text.ult-responsive {
    color: #003770 !important;
}
} 
@media(max-width:900px){
	.author .author-info__container {
		display: flex;
		flex-direction: column;
	}
	.author .author-info__container .author-info__content-wrap {
		width: 100%;
	}
	.author .author-info__container .author-sidebar-sec {
		width: 100%;
	}

	.author .author-hero__container {
		justify-content: center;
		flex-direction: column;
	  
	}
	.author .author-hero__info {
		text-align: center;
		margin: 0px !important;
		margin-top: 20px !important;
	}
	.author .author-info__container {
		flex-wrap: wrap;
		padding: 0px 20px ;
	}
	.author .author-hero__social {
		margin-left: 0px;
		margin-top: 10px;
	}
	.author .author-info__container .author-info__content-wrap {
		width: 100%;
	}
	.author .author-sidebar-sec{
		width:100%;
	}
	
	.author .author-info__container {
		display: flex;
		flex-direction: column;
	}
	.author .author-info__container .author-info__content-wrap {
		width: 100%;
	}
	.author .author-info__container .author-sidebar-sec {
		width: 100%;
	}
	
	.author .author-hero__container h1 {
		font-size: 36px !important;
		line-height: 48px;
	}
}

.contributors-page .hero-section-discovery .banner-box .container{
	   width:100%;
   }
   .contributors-page .contributors-box .container{
	   margin: 0px auto;
       gap: 10px;
       padding: 120px 20px 120px 20px;
   }
   .contributors-page .contributors-box .container .row-contributors{
	   display: flex;
       flex-wrap: wrap;
       column-gap: 34px;
       row-gap: 80px;
   }
   .contributors-page .hero-section-discovery .content-discovery {
    text-align: center;
   }
   .contributors-page .content-discovery .h3-line{
	   margin:0px auto;
	   float:none;
   }
   .contributors-page .hero-section-discovery .content-discovery h1 {
    margin-top: 20px;
   }
   .contributors-col {
    width: 31.3%;
    float: left;
    }
   .contributors-col a:hover {
	   text-decoration:none!important;
   }
   .contributors-col img{
		width: 100%;
		height: auto;
		border-radius: 10px 10px 0px 0px;
	}
	.contributors-box .contributors-col .contributor-content {
		background-color: #003770;
		padding: 30px 20px;
		border-radius: 0px 0px 10px 10px;
		min-height: 172px;
		position:relative;
    }
	.contributors-page .contributors-col .contributor-content h4 {
		color: #fff;
		text-align: center;
		font-size: 22px;
		font-weight: 500;
    }
	.contributors-page .contributors-col .contributor-content p {
		color: #ef9f68;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
		font-family: "Open-Sans", sans-serif;
		text-transform: uppercase;
		margin-top: 12px;
    }

	.contributors-page .contributors-col .contributor-content .contributor-btn{
		padding: 24px;
		align-items: center;
		background-color: #f79756;
		border-radius: 50%;
		bottom: -35px;
		display: flex;
		height: 76px;
		justify-content: center;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: 76px;
    }
	.contributors-page .contributors-col  a:hover .contributor-btn {
		background-color: #003770;
		color: #fff !important;
		transition: all .3s ease-in-out;
    }
	.contributors-page .contributors-col .contributor-content .contributor-btn svg path{
		fill:#003770;
	}
	.contributors-page .contributors-col a:hover .contributor-content .contributor-btn svg path{
		fill:#fff;
	}
	
	/*.contributors-box .contributors-col a:hover img{
	opacity: 0.9;
    transition: all .3s ease-in-out;
	}*/
	
	.contributors-box .contributors-col a:hover .contributor-content {
		background: #f79756;
	}
	.contributors-page .contributors-col a:hover .contributor-content p{
		color:#fff;
	}


	@media screen and (max-width:1199px) {
		.contributors-page .contributors-box .container .row-contributors {
			display: flex;
			flex-wrap: wrap;
			column-gap: 35px;
			row-gap: 80px;
		}
		.contributors-col {
			width: 30.8%;
			float: left;
		}
	}
	@media screen and (max-width:767px) {
		.contributors-col{
			width:100%;
			padding:50px;
		}
	    .contributors-page .contributors-box .container {
			 margin: 0px auto;
			 width: 100%;
			 gap: 10px;
			 padding: 60px 20px 80px 20px;
		}
		.contributors-page .contributors-box .container .row-contributors {
			 display: block;
			 gap: 10px;
		}
	.help-container{
    display: block !important;
    padding: 0px 20px;
    margin:0px;
}
.help-container .help-boxes{
    margin-bottom: 20px;
}
.help-container .help-boxes {
    min-height: 280px !important;
}
.contributors-page .head-description {
    width: 100% !important;
}
	}
	@media screen and (max-width:600px) {
		.contributors-page .contributors-box .container {
         margin: 0px auto;
         width: 100%;
         gap: 10px;
         padding: 40px 20px 60px 20px;
		}
			.contributors-col {
			 width: 100%;
			 padding: 40px 30px;
		}
	}
	
	
	
/*Team css*/

.team-page .hero-section-discovery{
	padding:14vh 0; 
}

.team-box ul {
	list-style: none !important;
	margin: 0 !important;
	width: 100% !important;
	padding:0 !important;
}

.team-box ul li:before {
    display:none;
}
.team-box .ult_tabmenu.style1 li.ult_tab_li:not(:first-child){
	border-left: 1px solid #003770 !important;

}
.team-box .ult_tabmenu.style1 li.ult_tab_li {
    margin: 5px !important;
    max-width: 22% !important;
    padding: 0 0 !important;
    border-radius: 0 !important;
	border: 1px solid #003770 !important;
}

.team-box ul.ult_tabmenu.style1.Style_5 a.ult_a {
    border-left: none !important;
    color: #003770 !important;
	font-size:16px;
}
.team-box li.ult_tab_li>a.ult_a span {
    color: rgb(0 55 112);
    font-size: 15px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.team-box .ult_tabmenu.style1 li.ult_tab_li:hover span {
    color: #fff;
}

.team-box .ult_tabmenu.style1 li.ult_tab_li.current span {
    color: #ffffff !important;
}
.team-box .ult_tabmenu.style1 li.ult_tab_li.current a.ult_a {
	background: #003770 !important;		
}
.team-box .ult_tabitemname {
    padding: 80px 15px 0px;
}
.team-box-sec .ult_tabcontent h3{
	font-weight:600 !important;
}

.team-box ul li a {
    border: none !important;
}

.team-box li.ult_tab_style_5 a.ult_a:after {
    content: "";
    transition: .37s all cubic-bezier(.23, .46, .4, 1);
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: block;
    left: 0;
    height: 0;
    width: 100%;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    margin: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    background: #003770;
    border: 0;
    z-index: 1;
}
.team-box ul.ult_tabmenu.style1.Style_5 span.ult_tab_main {
    z-index: 20;
	display: unset;
	left:auto;
}

.team-banner .vc_column_container {
    align-items: center;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.team-banner .vc_column_container h1 {
    text-align: center;
    color: #fff;
}
.team-box li.ult_tab_style_5 a:hover.ult_a:after {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
}

.sabox-authors {
	display:none;
}

.team-box-sec .wpb_column .vc_column-inner{
	padding-top:85px !important;
}
body .team-box-sec{
	padding-bottom:0px !important;
}
body .team-box-sec{
	background-image: none !important;
}

/*team help container css*/

.help-container {
    gap: 20px;
    display: flex;
}
.help-container .help-boxes{
	border:1px solid #dcdcdc;
	min-height: 340px;
	border-radius: 10px;
	cursor: pointer;
}
.help-container .help-boxes:hover{
	background-color:#003770;
}
.help-container .help-boxes:hover, .help-container .help-boxes:hover h4, .help-container .help-boxes:hover .box-icon .vc_icon_element-inner span::before{
	color: #fff !important;
}
.help-container .box-icon{
	margin-bottom:15px;
}
.contributors-page .hero-section-discovery {
	min-height: 575px;
}
.need-sidebar {
	float:left;
}