html {
	background-color: var(--light-grey);
}

body#home {
	background-color: var(--blue);
	color: var(--white);
}

body#home .full-height {
	height: 100vh;
}

@media (min-width: 1200px) {
	/* body#home .full-height {
		height: 103vh;
} */
}
body#home .logos {
	display: block;
	width:150px;
}

body#home .home-bg {
	background: url('/images/splitter-page-hero.jpg');
	background-size: cover;
	background-position: top;
	overflow: hidden;
}

body#home img.mobile-bg {
	display: none;
}

body#home header {
	padding-top: 50px;
	padding-bottom: 25px;
}

body#home h1 {
	color: var(--white);
	font-size: 68px;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: -0.5px;
	margin-top: calc(50vh - 350px);
}

body#home .top-part p {
	color: var(--white);
	max-width: 612px;
	font-size: 17px;
	line-height: 23px;
}

body#home p.pi-note a:hover {
	color: var(--white);
}

body#home .pi-note-mobile {
	display: none;
	padding: 0 35px 0 29.25px;
}

body#home .top-part {
	padding: 30px 55px;
}

body#home .bottom-part {
	padding: 40px 55px;
	bottom: 10px;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
}

body#home .help-with-element {
	margin: 10px;
}

body#home .help-with-element img {
	margin-right: 15px;
}

@media (max-width: 575px) {
	body#home .bottom-part {
		padding: 10px 20px;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 16px;
		position: relative;
	}

	body#home .help-with-element {
		margin: 5px;
		font: 10px;
	}
}

body#home .desktop.logos {
	margin-bottom: 24px;
}

body#home .ctas {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

body#home a.cta {
	display: block;
	width: 100%;
	background: #4895ad;
	padding: 40px 55px;
	font-size: 27px;
	border-bottom: 1px solid var(--blue);
	border-top: 1px solid var(--blue);
}

body#home a.cta:hover {
	text-decoration: none;
	background: var(--dark-blue);
	color: var(--white);
}

body#home a.cta .chevron-right {
	float: right;
}

body#home .font-awesome {
	font-family: FontAwesomeProRegular;
}

body#home .connect-with-us {
	position: absolute;
	bottom: 40px;
	right: 55px;
	background: transparent;
}

body#home footer p {
	max-width: none;
	margin-bottom: 1rem;
}

/* @media (max-height: 600px) {
	body#home h1 {
		margin-top: 0;
	}
} */

/* @media (min-width: 992px) and (max-width: 1170px) and (min-height: 750px) {
	body#home .home-bg {
		background-position: right -24vh top;
	}
} */

@media (min-width: 993px) {
	/*.icon-heart {
		height: 100px;
		margin-bottom: 28px;
	}*/
}

@media (max-width: 991px) {
	body#home .actor-portrayal {
		top: auto;
		bottom: 15px;
		right: 30px;

	}

	body#home .full-height {
		height: auto;
	}

	body#home .full-height.left-half {
		max-height: 1000px;
	}

	body#home h1 {
		margin-top: 50px;
		font-size: 45px;
		line-height: 48px;
	}

	body#home .ctas {
		/*position: relative;
		bottom: initial;
		left: initial;
		right: initial;*/
	}

	body#home .home-bg {
		background: none;
	}

	body#home .connect-with-us {
		bottom: 25px;
		left: -12px;
	}

	body#home img.mobile-bg {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	/*#home header {
		background-color: var(--blue);
	}
	body#home p {
		margin: 0 auto;
	}
	body#home h1 {
		font-size: 12vw;
	}*/
}

@media (max-width: 575px) {
	body#home .top-part {
		padding: 25px 29.25px;
	}

	body#home a.cta {
		padding: 40px 29.25px;
		font-size: 20px;
	}

	body#home .pi-note {
		margin-bottom: 10px;
	}

	body#home .pi-note-mobile {
		display: block;
	}

	/*body#home h1 {
		font-size: 14.4vw;
		line-height: 16.8vw;
	}*/
}

.yellow-heart {
	width: 50px;
	margin-bottom: 10px;
}

.treatments-block {
	height: auto;
}


.treatment-block {
	margin-top: 3px;
	background-color: white;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width:535px) {
	.treatments-block {
		height: auto;
		display: inline-grid;
	}

	.treatment-block {
		height: auto;
		padding: 10px 0;
	}
}


.break {
	flex-basis: 100%;
	height: 0;
}

.treatment-logo {
	/* max-height: 130px; */
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
  width: 250px;
}

.nuplazid-mobile-logo {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 340px;
}

.nuplazid-arrow-mobile {
	margin-right: 50px;
}

@media (max-width: 575px) {
	.treatment-logo {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 240px;
		height: 80px;
		max-height: 120px !important;
	}

	.nuplazid-mobile-logo {
		margin-right: 10px;
		width: 260px;
		margin-bottom: 10px;
	}

	.nuplazid-arrow-mobile {
		margin-right: 20px;
	}
}

@media (max-height: 800px) {
	/* .treatment-logo {
		height: 35%;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	} */
}

.treatment-cta {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 30px;
	color: #4895ad;
	text-decoration: underline 2px;
	text-underline-offset: 5px;
	text-decoration-color: #4895ad;
	font-size: 18px;
	font-family: "EuclidCircularB-Regular";
}
@media (min-width:553px) and (max-width:820px){
	.treatment-cta {
		margin-left: 8%;
		margin-right: 8%;
	}
}

.treatment-cta:hover {
	margin-left: 10%;
	margin-right: 10%;
	color: #4895ad;
	text-decoration: underline 2px;
	text-underline-offset: 5px;
	text-decoration-color: #4895ad;
	font-size: 18px;
	font-family: "EuclidCircularB-Regular";
}

button.accordion {
	border: none;
	background-color: white;
	margin-left: 20px;
}

button.accordion:after {
	content: url(../images/chevron-right-blue.svg);
	width: 20px;
	float: right;
	margin-top: 40px;
	margin-left: 20px;
}

@media (max-width: 575px) {
	.treatment-cta {
		margin-bottom: 10px;
		padding-top: 10px;
	}

	button.accordion:after {
		content: url(../images/chevron-right-blue.svg);
		width: 20px;
		float: right;
		margin-top: 1.5em;
		margin-left: 30px;
	}


}

button.accordion.is-open:after {
	content: url(../images/chevron-right-blue-down.svg);
	width: 20px;
	float: right;
	margin-right: 10px;
	margin-top: 2.5em;
	margin-left: 10px;
}
@media (max-width: 575px) {
	button.accordion.is-open:after {
		margin-left: 20px;
	}
}

button.accordion:hover,
button.accordion.is-open {
	content: url(../images/chevron-right-blue-down.svg);
}

.accordion-content {
	background-color: white;
	border-left: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(255, 255, 255);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.vl {
	border-left: white 1px solid;
	height: 40px;
}

.help-with-element-container {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 10px;
}

.bottom-container {
	width: 100%;
	height: auto;
}

/* @media (max-height: 740px) {
	 .bottom-part {
		padding: 20px 45px !important;
	} 
	

	 .help-with-element-container {
		margin: 10px;
	}

	.pi-note {
		margin-bottom: 5px;
	}

}  */

@media (min-width: 992px) {

	.pi-note:nth-of-type(2) {
		margin-bottom: 0px;
		position: absolute;
    bottom: 28px;
	}
}

@media (max-width: 575px) {
	.main-title {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-right: 20px;
	}

	.yellow-heart {
		width: 10%;
		height: 10%;
	}

	.vl {
		display: none;
	}

	.help-with-element-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.accordion-content {
		background-color: white;
		border-left: 1px solid rgb(255, 255, 255);
		border-right: 1px solid rgb(255, 255, 255);
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-in-out;
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	body#home .full-height.left-half {
		height: auto;
		max-height: 1000px;
	}

	.footer-left-align {
		margin-left: 20px !important;
		margin-right: 20px;
	}

	.help-with-element-container {
		display: none;
	}

	.help-element-image {
		margin: auto;
		display: block;
	}
	.row-help-element:last-of-type .help-element-image {
		margin-left: 2px;
	}


	.row-help-element {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
	}

	.help-with-element-container-mobile {
		margin-top: 5px;
		margin-bottom: 10px;
	}

}

@media (min-width: 576px) {
	.help-with-element-container-mobile {
		display: none;
	}
}


.footer-left-align {
	margin-left: 46px;
}

.footer-right-align {
	margin-left: 11vw;
}

.actor-portrayal-splitter {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 13px;
	letter-spacing: 0.217px;
	color: var(--white);
	text-shadow: 1px 1px rgb(0 0 0 / 50%);
}

.chevron-no-deco {
	margin-left: 10px;
}
 @media (min-width: 992px) and (max-width:1158px){
	body#home .full-height {
		min-height: 930px;
		/*max-height: 950px;*/
}
body#home .treatment-cta {
	margin-left: 0px;
}

}
@media (min-width: 1159px){
	body#home .full-height {
		min-height: 952px;
		/*max-height:930px ;*/
}
}
@media (min-width: 1159px) and (min-height:900px){
	body#home .full-height {
		min-height:798px ;
		/*max-height:848px ;*/
}
}



