/* homepage */

/* home: slider */
.hp-slider-wrapper {
	position: relative;	
}

.hp-slider-ribbon {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow-x: hidden;
	height: 500px;
	bottom: -120px;
	pointer-events: none;
}

.hp-slider-ribbon-2 {
	position: absolute;
	bottom: 0;
	display: none;
}

.hp-slider-ribbon img {
	position: relative;	
	right: -30px;
	bottom: 0;
}

.hp-slider {
	position: relative;
	margin-top: 72px;
}

.hp-slider::before {
	content: '';
	width: 100%;
	height: 20%;	
	z-index: 1;
	position: absolute;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none;
}

.hp-slide canvas {
	min-height: 850px;
}

.hp-slider-content {
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 930px;
	transform: translate(-50%,0);
	top: 130px;
}

.hp-slider-content-box {
	background: #fff;
	max-width: 393px;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 5px 10px 19.1px 0px rgba(0, 0, 0, 0.12);
}

.hp-slider-content-box p {
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
}

.hp-slider-content-box .section-title :is(h1, h2) {		
	font-size: 39px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%; /* 60.5px */
}

.hp-slider-content-box .section-title :is(h1, h2) strong {
	display: block;
	color: #000;	
	font-size: 39px;
	font-style: normal;
	line-height: 110%;	
	font-weight: inherit;
}

.hp-slider-content-links {
	margin-bottom: 25px;
}

.hp-slider-content-links li {
	margin: 15px 0;
}

.hp-slider-content-links li a {
	display: flex;
	border-radius: 8px;
	background: var(--yellow);
	padding: 15px 30px;
	color: #443907;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	justify-content: space-between;
	transition: all .5s;
}

.hp-slider-content-links li a:hover {
	background: var(--blue);
	color: #fff;
}

.hp-slider-content-announcement {
	display: flex !important;
	align-items: center;
}

.hp-slider-content-announcement-img {
	border-radius: 12px;
	margin-right: 20px;
	width: 100px;
	width: 75px;
}

.hp-slider-content-announcement-img canvas {
	width: 75px;
}

.hp-slider-content-announcement-text {
	max-width: 185px;
}

.hp-slider-content-announcement-text-title {	
	color: #000;		
	font-size: 12px;
	font-style: normal;
	font-weight: 700;	
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.hp-slider-content-announcement-text > a {
	color:  var(--blue);	
	font-size: 10.5px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
}

.hp-slider-content-announcement-text > a i {
	font-size: 9px;
	font-weight: 700;
	margin-left: 8px;
}

.hp-slide-item-img img {
	object-position: top;
}

/* home: sfa impact */
.hp-sfa-impact {
	padding: 72px 0;
}

.hp-sfa-impact .custom-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hp-sfa-impact-text {
	width: 42%;
	padding-right: 95px;
}

.hp-sfa-impact-text .section-title :is(h1, h2) {
	font-size: 41px;
	font-weight: 800;
}

.hp-sfa-impact-text p {
	margin-bottom: 26px;
	color: var(--dark);
	font-size: 15px;
	line-height: 150%;
}

.hp-sfa-impact-stats {
	width: 58%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hp-sfa-impact-stat {
	width: calc(50% - 12.5px);
	padding: 0 18px;
	min-height: 175px;
	height: auto;
	margin-bottom: 25px;
	background: #D5DFF4;
	border-radius: 8px;
	border: 1px solid #D5DFF4;	
	display: flex;
	align-items: center;
}

.hp-sfa-impact-stat:nth-child(even) {
	position: relative;
	top: 25px;
}

.hp-sfa-impact-stat-title {
	color: var(--blue);
	font-size: 41px;
	font-weight: 800;	
	margin-bottom: 10px;
}

.hp-sfa-impact-stat-title.is-small {
	font-size: 35px;
}

.hp-sfa-impact-stat-desc {	
	font-size: 13px;	
	font-weight: 500;	
	margin-bottom: 15px;
}

.hp-sfa-impact-stat-desc strong {
	color: var(--blue);
}

.hp-sfa-impact-stat-icon {
	margin-right: 15px;
}

.hp-sfa-impact-stat-icon img {
	max-width: 60px;
}

/* home: news and events */
.hp-news-and-events {
	padding: 0 0 100px;
}

.hp-nea-list {
	display: flex;
	margin: 45px 0;
	justify-content: space-between
}

.hp-nea-list-item {
	width: calc(33.33% - 10px);
	border-radius: 12px;
	border: 1px solid #D5DFF4;
	background: #EEF4FF;
	overflow: hidden;
}

.hp-nea-list-item:hover .canvas-img img {
	transform: scale(1.1);
}


.hp-nea-list-item-img-tag {
	position: absolute;
	bottom: 20px;
	left: 25px;
	border-radius: 8px;
	background: #F7D117;
	padding: 6px 15px;
	color: #443907;
	font-size: 10px;
	font-weight: 600;	
	text-transform: uppercase;
}

.hp-nea-list-item a {
	text-decoration: none;
	color: var(--blue);
}

.hp-nea-list-item-text {
	padding: 25px;
}

.hp-nea-list-item-text-date {
	color: #00244D;
	font-size: 12px;	
	font-weight: 500;	
	margin-bottom: 4px;
}

.hp-nea-list-item-text-title {	
	font-size: 16px;
	font-weight: 700;
	color: var(--blue);
	margin-bottom: 35px;
}

.hp-nea-list-item-text-more {
	font-size: 12px;	
	font-weight: 500;	
}

.hp-nea-list-item-text-more i {
	font-size: 10px;
	margin-left: 7px;
}

/* home: patient stories */
.hp-patient-stories .textwidget {
	position: relative;
	background: var(--blue);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.15) 100%), var(--blue);
	overflow: hidden;
}

.hp-ps-ribbon {
	position: absolute;
	top: -120px;
	transform: rotate(21deg);
}

.hp-ps-ribbon img {
	width: 280px;
	height: auto;
}

.hp-ps-ribbon-2 {
	position: absolute;
	bottom: -4px;
}

.hp-ps {
	padding: 300px 0;
	color: #fff;
}

.hp-ps-wrap {
	width: 4000px;
}

.hp-ps-wrap > div{
	width: 4000px;
	display: flex;
	flex-wrap: nowrap;
}

.hp-ps-text {	
	max-width: 515px;
	margin-left: 180px;
	margin-right: 100px;
}

.hp-ps-text p {
	color: #BBC3CF;	
	font-size: 15px;	
	line-height: 150%; /* 30px */
	margin-bottom: 50px;
}

.hp-ps-entry{
	margin-right: 50px;
	position: relative;
}

.hp-ps-entry:nth-child(odd) {
	top: -180px;
}

.hp-ps-entry-name {
	color: #FFF;		
	font-size: 21px;	
	font-weight: 700;
	line-height: 100%; /* 28px */
	margin-left: 60px;
	margin-top: 20px;
	position: relative;
}

.hp-ps-entry-name::before {
	content: '';
	position: absolute;
	width: 3px;
	height: 161px;
	background: #F7D117;
	bottom: 0;
	left: -18px;
}

.hp-ps-share {
	width: 515px;	
	margin-left: 100px;
}

.hp-ps-share p {
	color: #BBC3CF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	line-height: 150%; /* 30px */	
	margin-bottom: 30px;
}

/* home: ctas 1 */
.hp-ctas-1 {
	padding: 75px 0;
}
.hp-ctas-1-list {
	display: flex;
	justify-content: space-between;
	margin: 45px 0 0;
}
.hp-ctas-1-list-item {
	width: calc(33.33% - 15px);
	position: relative;
}
.hp-ctas-1-item-img::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.25%, rgba(0, 36, 77, 0.80) 100%);
	bottom: 0;
	left: 0;
	z-index: 1;
}

.hp-ctas-1-list-item:hover .canvas-img img {
	transform: scale(1.1);
}

.hp-ctas-1-item-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 41px;
	z-index: 2;
}
.hp-ctas-1-item-text::before {
	content: '';
	position: absolute;
	max-width: 214px;
	width: 42%;
	height: 10px;
	background: #F7D117;
	bottom: 0;
	left: 0
}
.hp-ctas-1-item-text-title {
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
	line-height: 100%; /* 35px */
	margin: 0 auto 10px;
	max-width: 240px;
}
.hp-ctas-1-item-text-desc {
	color: #FFF;
	text-align: center;	
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	max-width: 300px;
	margin: 0 auto	
}
.hp-ctas-1-list-item:nth-child(odd) {
	top: 68px;
}

/* home: ctas 2 */
.hp-ctas-2 {
	padding: 100px 0;
}
.hp-ctas-2-list {
	display: flex;
	justify-content: space-between;
	margin: 45px 0 0;
}
.hp-ctas-2-list-item {
	width: calc(33.33% - 10px)
}
.hp-ctas-2-list-item a {
	text-decoration: none;
}
.hp-ctas-2-item-img {
	margin-bottom: 30px;
}
.hp-ctas-2-item-text-title {
	color:  var(--blue);
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}
.hp-ctas-2-item-text-title i {
	font-size: 18px;
	margin-left: 20px;
	font-weight: 700;
}
.hp-ctas-2-item-text-desc {
	color:  var(--dark);
	font-size: 12px;
	font-style: normal;
	line-height: 150%; /* 24px */	
}

.hp-ctas-2-list-item:hover .canvas-img img {
	transform: scale(1.1);
}

@media(min-width: 992px) {
	.hp-slider {
		margin-top: 41px;
	}	
	.hp-slide canvas {
		min-height: 768px;		
	}		
}

@media(min-width:992px) and (max-width: 1280px) {
	/* .hp-slider-content {
		top: auto;
		bottom: 60px;
		transform: translate(-50%,0)
	} */

	.hp-slider-ribbon {
		position: absolute;
		bottom: 0;
		right: 0;
		overflow-x: hidden;
		height: auto;
		bottom: -80px;	
	}
	.hp-slider-ribbon img {
		position: relative;	
		right: -60px;
		bottom: 0;
		max-width: 300px;
		height: auto;
	}	
}

@media(max-width: 1440px) {
	.hp-sfa-impact-stat-title {
		font-size: 35px;
	}
	.hp-sfa-impact-stat-icon img {
		max-width: 75px;
		height: auto;
	}
}

@media(max-width:1140px) {
	.hp-sfa-impact-stat-title {
		font-size: 35px;
	}
}

@media(max-width: 991px) {
	html, body {
		overflow-x: hidden;
	}
	
	.hp-sfa-impact {
		padding: 40px 0;
	}
	.hp-sfa-impact .custom-container, .hp-sfa-impact-stats {
		flex-wrap: wrap;
	}
	.hp-sfa-impact-text {
		width: 100%;
		text-align: center;
		padding-right: 0;
		padding-bottom: 45px;
	}
	.hp-sfa-impact-stats {
		width: 100%;
	}

	.hp-news-and-events {
		padding: 30px 0;
	}
	.hp-nea-list {
		flex-wrap: wrap;
		max-width: 300px;
		margin: 0 auto;
	}
	.hp-nea-list-item {
		width: 100%;
		margin: 10px 0;
	}	


	.hp-ctas-1-list, .hp-ctas-2-list {
		flex-wrap: wrap;
		max-width: 330px;
		margin: 0 auto;
	}
	.hp-ctas-1-list-item, .hp-ctas-2-list-item {
		width: 100%;
		margin: 7.5px 0;
	}
	.hp-ctas-1-list-item:nth-child(odd) {
		top: 0;
	}
	.hp-ctas-1-item-text-title, .hp-ctas-2-item-text-title {
		font-size: 28px;
	}
	.hp-ctas-1-item-text-desc {
		display: none;
	}
	.hp-ctas-2-item-text-desc {
		font-size: 14px;
	}
	.hp-ctas-1  {
		padding: 70px 0;
	}
	.hp-ctas-2 {
		padding: 0 0 70px;
	}

	.hp-ps-text {
		margin-left: 4%;
	}

	.hp-sfa-impact-stat-title {
		font-size: 40px;
	}

	.hp-slider {
		margin-top: 0;
		margin-bottom: 100px;
	}	
	.hp-slide-item-img canvas {
		min-height: 770px;
	}
	.hp-slider-content {
		width: 90%;		
		bottom: 80px;
		max-width: 525px;
		transform: translate(-50%,0);
		top: auto;
	}
	.hp-slider-ribbon img {
		width: 300px;
		height: auto;
	}	

	.hp-ps-share {
		margin-left: 100px;
		max-width: calc(80vw - 100px);
	}

	.hp-ps-text {
		max-width: calc(70vw - 2%);
		margin-left: 2%;
	}
}


@media(max-width: 767px) {
	.hp-slider-content {
		left: 50%;
		transform: translateX(-50%);
	}
	.hp-slide-item-img img {
		object-position: 75%;
	}
	.hp-slider-ribbon-2 {
		display: block;
		left: -815px;
		top: -90px;
		transform: rotate(343deg);
	}	
	.hp-slider-ribbon-2 img {
		width: 887px;
		height: auto;
	}

	.hp-sfa-impact-stats {
		max-width: 375px;
		margin: 0 auto;
	}
	.hp-sfa-impact-stat {
		width: 100%;				
		margin: 10px auto;
	}
	.hp-sfa-impact-stat:nth-child(even) {
		top: 0;
	}

	.hp-slider {
		margin-bottom: 400px;
	}
	.hp-slider-content {
		bottom: -379px;
	}
	.hp-slide-item-img canvas {
		min-height: 450p;
	}
	.hp-slider-ribbon img {
		width: 164px;
	}
	.hp-slider-content-box {
		padding: 30px 20px
	}
	.hp-slider-content-box .section-title :is(h1, h2), .hp-slider-content-box .section-title :is(h1, h2) strong {
		font-size: 38px;
		text-align: center;
	}
	.hp-slider-content-box p {
		font-size: 18px;
		text-align: center;
	}

    .hp-sfa-impact-text .section-title :is(h1, h2) {
        font-size: 41px;
    }	

	.hp-ps-share {
        margin-left: 50px;
        max-width: calc(100vw - 50px);
    }

	.hp-ps-text {
		max-width: calc(100vw - 2%);
		margin-left: 1%;
	}
}

@media(max-width: 390px) {
	.hp-sfa-impact-stats {
		max-width: 300px;
		margin: 0 auto;
	}	
	.hp-sfa-impact-stat {
		padding: 40px 20px;
		height: auto
	}
	.hp-sfa-impact-stat-title {
		font-size: 40px
	}
	.hp-sfa-impact-stat-desc {
		font-size: 15px;
	}

	.hp-ps-ribbon  {
		top: -40px;
	}
	.hp-ps-ribbon img {
		width: 150px;		
	}
	.hp-ps-ribbon-2 img {
		width: 50%;
		height: auto;
	}	
	.hp-ps-text .section-title.is-white h2 {		
		max-width: 100%;
	}
	.hp-slider-ribbon {		
		bottom: -80px;		
		right: -15px
	}	
}