body {
	font-family: "Ondo";
	font-size: 18px;
}

@media (max-width: 900px) {
	body {
		font-size: 16px;
	}
}

.container {
	max-width: 1430px;
}

@media (max-width: 900px) {
	.container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

strong {
	font-weight: 500;
}

.fs16 {
	font-size: 16px;
}

.fs26 {
	font-size: 26px;
	line-height: 36px;
}

@media (max-width: 900px) {
	.fs26 {
		font-size: 24px;
		line-height: 34px;
	}
}

.fs30 {
	font-size: 30px;
	line-height: 36px;
}

@media (max-width: 900px) {
	.fs30 {
		font-size: 24px;
		line-height: 34px;
	}
}

.fs36 {
	font-size: 36px;
	line-height: 48px;
}

@media (max-width: 900px) {
	.fs36 {
		font-size: 30px;
		line-height: 36px;
	}
}

.fs48 {
	font-size: 48px;
	line-height: 60px;
}

@media (max-width: 900px) {
	.fs48 {
		font-size: 30px;
		line-height: 36px;
	}
}

.fs60 {
	font-size: 60px;
	line-height: 60px;
}

.fs24 {
	font-size: 24px;
	line-height: 1;
}

@media (max-width: 900px) {
	.fs60 {
		font-size: 38px;
		line-height: 42px;
	}
}

.font-weight-bold {
	font-weight: 500 !important;
}

.text-blue {
	color: #004D8C;
}

.bg-blue {
	background-color: #004D8C;
}

.bg-dark-blue {
	background-color: #00315A;
}

.text-red {
	color: #E4574D;
}

.bg-red {
	background-color: #E4574D;
}

.btn {
	border-radius: 0;
	padding: 0.9rem 3rem;
}

.btn-primary {
	color: #ffffff;
	background-color: #E4574D;
	border-color: #E4574D;
}

.btn-primary:hover {
	background-color: #bd4239;
	border-color: #bd4239;
}

.btn-outline-primary {
	border-color: #E4574D;
	color: #004D8C;
}

.btn-outline-primary svg {
	color: #E4574D;
}

.btn-outline-primary:hover {
	background-color: #E4574D;
	border-color: #E4574D;
	color: #fff;
}

.btn-outline-primary:hover svg {
	color: #fff;
}

.btn-secondary {
	color: #ffffff;
	background-color: #004D8C;
	border-color: #004D8C;
}

.btn-secondary:hover {
	background-color: #00315A;
	border-color: #00315A;
}

p {
	color: #707070;
	line-height: 28px;
}

.external-link svg {
	width: 10px;
	height: 10px;
	color: #E4574D;
}

/* Header */
header {
	padding: 34px 0 24px 0;
}

@media (max-width: 900px) {
	header .logo img {
		width: 90px;
	}

	header .site-nav {
		position: fixed;
		opacity: 0;
		visibility: hidden;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #E4574D;
		padding: 34px 24px;
		z-index: 999;
		transition: 500ms;
		overflow: auto;
	}

	header .site-nav .mobile-header {
		margin-bottom: 50px;
	}

	header .site-nav .mobile-header .white-logo {
		width: 90px;
	}

	header .site-nav .top-nav {
		order: 1;
		border-bottom: none;
		margin-top: 70px;
	}

	header .site-nav .top-nav a {
		padding: 10px 0 !important;
		font-size: 16px;
	}

	header .site-nav .bottom-nav a {
		font-size: 26px !important;
		padding: 8px 0 !important;
	}

	header .site-nav .bottom-nav .btn {
		text-align: left;
		padding: 0;
	}

	header .site-nav a {
		display: block;
		color: #fff !important;
	}

	header .site-nav a svg {
		color: #fff !important;
	}

	header .site-nav.open {
		opacity: 1;
		visibility: visible;
	}
}

header .top-nav {
	border-bottom: 1px solid #D3D2D2;
}

header .top-nav a {
	font-size: 14px;
	text-decoration: none;
	color: #004D8C;
	margin-right: 70px;
	text-decoration: none;
}

header .top-nav .phone-link {
	font-size: 18px;
	font-weight: 500;
}

header .top-nav .phone-link svg {
	width: 23px;
	height: 23px;
	color: #E4574D;
}

header .bottom-nav a:not(.btn) {
	color: #707070;
	font-size: 18px;
}

header .bottom-nav a {
	position: relative;
	padding: 10px 0;
}

header .bottom-nav a .services-dropdown {
	position: absolute;
	background-color: #ffffff;
	width: 320px;
	font-size: 15px;
	top: 100%;
	transition: 500ms;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

header .bottom-nav a .services-dropdown .service-dropdown-link {
	height: 60px;
	display: flex;
	align-items: center;
	border: 1px solid #FCF5F5;
	transition: 300ms;
}

header .bottom-nav a .services-dropdown .service-dropdown-link.bg-red, header .bottom-nav a .services-dropdown .service-dropdown-link:hover {
	border: 1px solid #E4574D;
	background-color: #E4574D;
	color: #ffffff;
}

header .bottom-nav a .services-dropdown .service-dropdown-link.bg-red svg *, header .bottom-nav a .services-dropdown .service-dropdown-link:hover svg * {
	stroke: #ffffff;
}

header .bottom-nav a .services-dropdown .service-dropdown-link .icon {
	width: 65px;
	text-align: center;
}

header .bottom-nav a .services-dropdown .service-dropdown-link .icon svg {
	transition: 300ms;
}

header .bottom-nav a:hover {
	text-decoration: none;
}

header .bottom-nav a:hover .services-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

header .bottom-nav .btn {
	padding: 0.75rem 3rem;
}

/* footer */
footer {
	overflow: hidden;
}

footer .footer-top {
	padding: 165px 0 90px 0;
}

footer .footer-top .footer-menu a {
	display: block;
	color: #ffffff;
	margin-bottom: 20px;
}

footer .footer-top .footer-locations {
	columns: 2;
	width: 36%;
}

footer .footer-top .footer-location {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 30px;
	break-inside: avoid-column;
}

footer .footer-top form {
	width: 315px;
}

footer .footer-top form input {
	height: 55px;
}

footer .footer-top form .input-group-text {
	display: flex;
	width: 55px;
	align-items: center;
	justify-content: center;
}

footer .footer-top form svg {
	width: 12px;
	height: 22px;
}

footer .footer-bottom {
	background-color: #013C6E;
	padding: 30px 0;
}

@media (max-width: 900px) {
	footer .footer-top {
		padding: 75px 0;
	}

	footer .footer-top .logos {
		margin-bottom: 50px;
	}

	footer .footer-top .logos .footer-logo {
		width: 100px;
	}

	footer .footer-top .footer-locations {
		width: 100%;
		columns: 1;
		display: flex;
		flex-wrap: wrap;
	}

	footer .footer-top .footer-location {
		font-size: 12px;
		width: 50%;
		padding-right: 10px;
	}

	footer .footer-bottom {
		padding: 24px 0;
	}
}

/* Banners */
.hero-banner {
	background-position: center;
	background-size: cover;
}

.hero-banner h1 {
	font-size: 48px;
	line-height: 60px;
}

@media (max-width: 900px) {
	.hero-banner h1 {
		font-size: 30px;
		line-height: 36px;
	}
}

.hero-banner .btn {
	display: inline-flex;
	align-items: center;
}

.hero-banner .btn svg {
	width: 15px;
	height: 15px;
}

@media (max-width: 900px) {
	.hero-banner {
		background-size: contain;
		background-repeat: no-repeat;
	}
}

/* Home */
.home-hero-banner {
	padding: 125px 0;
	background-image: url("../images/home-hero.png");
}

.home-hero-banner h1 {
	max-width: 465px;
}

.home-hero-banner p {
	max-width: 341px;
	margin: 30px 0;
}

@media (max-width: 900px) {
	.home-hero-banner {
		padding: 360px 0 80px;
		background-position: -98vw top;
		background-size: auto 300px;
	}

	.home-hero-banner h1 {
		max-width: 288px;
	}

	.home-hero-banner p {
		margin: 10px 0 30px;
	}
}

.home-helping {
	background-color: #004D8C;
}

.home-helping .home-helping-header h2 {
	font-size: 36px;
	margin: 115px 0;
}

.home-helping .home-helping-header a {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.home-helping .home-helping-header a:before {
	content: "";
	width: 46px;
	height: 1px;
	background-color: #E4574D;
	display: block;
	margin-right: 10px;
}

.home-helping .home-helping-boxes {
	position: relative;
	top: 190px;
	margin-top: -190px;
}

.home-helping .home-helping-box {
	padding: 50px 30px 50px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	transition: all 500ms;
}

.home-helping .home-helping-box .box-title {
	font-size: 26px;
	line-height: 36px;
	margin: 20px 0 40px;
	color: #004D8C;
}

.home-helping .home-helping-box .icon {
	height: 80px;
}

.home-helping .home-helping-box .btn {
	padding: 0.375rem 0.75rem;
}

.home-helping .home-helping-box .btn svg {
	height: 41px;
	width: 48px;
}

.home-helping .home-helping-box .btn:hover {
	color: #bd4239;
	background-color: #fff;
}

.home-helping .home-helping-box .btn:hover svg {
	color: #bd4239;
}

.home-helping .home-helping-box:hover,
.home-helping .is-selected .home-helping-box {
	transform: translateY(-44px);
	box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.13);
	background-color: #E4574D !important;
}

.home-helping .home-helping-box:hover .box-title,
.home-helping .is-selected .home-helping-box .box-title {
	color: #fff;
}

.home-helping .home-helping-box:hover .btn,
.home-helping .is-selected .home-helping-box .btn {
	color: #bd4239;
	background-color: #fff;
}

.home-helping .home-helping-box:hover svg path,
.home-helping .is-selected .home-helping-box svg path {
	fill: #fff;
}

.home-helping .home-helping-boxes > div:last-child .home-helping-box:hover svg path,
.home-helping .home-helping-boxes > div:last-child .is-selected .home-helping-box svg path {
	stroke: #fff;
	fill: none;
}

.home-helping .is-selected .home-helping-box {
	transform: translateY(0px);
}

.home-helping .home-helping-box-container {
	height: 100%;
}

.home-helping .home-helping-box-container:before {
	content: "";
	width: 80%;
	position: absolute;
	padding-bottom: 80%;
	background-image: url("../images/bg-hover.png");
	background-size: cover;
	z-index: 0;
	bottom: 0;
	left: 10%;
}

@media (max-width: 900px) {
	.home-helping .home-helping-header h2 {
		font-size: 30px;
		padding: 60px 0 26px;
		margin: 0;
		max-width: 255px;
	}

	.home-helping .home-helping-header a {
		margin-bottom: 26px;
	}

	.home-helping .home-helping-boxes {
		position: relative;
		top: 116px;
		margin-top: -116px;
		margin-right: -24px;
	}

	.home-helping .home-helping-boxes .flickity-page-dots,
	.home-helping .home-helping-boxes .flickity-button {
		display: none;
	}

	.home-helping .home-helping-boxes .flickity-slider > div {
		min-height: 100%;
		padding: 0;
		display: flex;
		transform: scale(0.8);
		transition: 500ms;
		padding-bottom: 40px;
	}

	.home-helping .home-helping-boxes .flickity-slider > div.is-selected {
		transform: scale(1);
	}

	.home-helping .home-helping-boxes .flickity-slider > div:last-child {
		padding-right: 24px;
	}

	.home-helping .home-helping-boxes .flickity-slider > div .home-helping-box-container {
		min-height: 100%;
		height: auto;
		width: 100%;
	}

	.home-helping .home-helping-boxes .flickity-slider > div .home-helping-box-container .home-helping-box {
		display: block;
		padding: 50px 24px 44px;
	}

	.home-helping .home-helping-boxes .flickity-slider > div .home-helping-box-container .home-helping-box .box-title {
		font-size: 21px;
		line-height: 30px;
	}

	.home-helping .home-helping-boxes .flickity-slider > div .home-helping-box-container .home-helping-box:hover {
		transform: translateY(0);
	}
}

.home-image-text {
	padding: 410px 0 300px 0;
	background-color: rgba(228, 87, 77, 0.03);
}

.home-image-text h3 {
	font-size: 36px;
	line-height: 48px;
}

.home-image-text p {
	margin-bottom: 50px;
}

.home-image-text .has-bg::before {
	content: "";
	position: absolute;
	width: 273px;
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/bg-hover.png");
	bottom: -72px;
	right: -44px;
	z-index: 0;
}

@media (max-width: 900px) {
	.home-image-text {
		padding: 226px 0 0 0;
	}

	.home-image-text h3 {
		font-size: 30px;
		line-height: 36px;
		margin-top: 40px;
	}

	.home-image-text p {
		margin: 36px 0 30px;
	}

	.home-image-text a {
		margin-bottom: 70px;
	}

	.home-image-text .has-bg::before {
		right: 0;
	}
}

.line-link {
	color: #707070;
	display: flex;
	align-items: center;
}

.line-link:before {
	content: "";
	width: 46px;
	height: 2px;
	background-color: #E4574D;
	margin-right: 10px;
}

.line-link:hover {
	text-decoration: none;
}

.elite-message {
	padding: 160px 0;
}

.elite-message h4 {
	font-size: 48px;
	line-height: 62px;
	max-width: 1310px;
}

.elite-message .message-arrow {
	width: 43px;
	height: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -8px;
}

@media (max-width: 900px) {
	.elite-message {
		padding: 68px 0;
	}

	.elite-message h4 {
		font-size: 30px;
		line-height: 40px;
		padding-right: 15px;
	}

	.elite-message .message-arrow {
		width: 31px;
		height: 31px;
		top: 0px;
	}

	.elite-message .message-arrow svg {
		height: 12px;
	}
}

.home-testimonials .testimonials-bg {
	background-image: url("../images/testimonials-bg.png");
	background-size: cover;
	background-position: center;
}

@media (max-width: 900px) {
	.home-testimonials .testimonials-bg {
		min-height: 350px;
	}
}

.testimonials-slider {
	padding: 140px 0 100px 0;
}

.testimonials-slider .flickity-page-dots {
	margin-top: 80px;
}

@media (max-width: 900px) {
	.testimonials-slider {
		padding: 70px 0 100px 0;
	}
}

.testimonials-slider .flickity-page-dots {
	margin-left: -10px;
}

.testimonal-slide {
	width: 100%;
}

.testimonal-slide p {
	border-left: 4px solid #EF7168;
	padding: 0 50px 0 30px;
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.testimonal-slide p {
		border: none;
		padding: 0 30px 0 9px;
	}
}

.testimonials-arrow {
	display: flex;
	position: absolute;
	bottom: 80px;
	left: -55px;
}

.testimonials-arrow .arrow {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 500ms;
}

.testimonials-arrow .arrow:hover {
	opacity: 0.7;
}

@media (max-width: 900px) {
	.testimonials-arrow {
		left: auto;
		right: 24px;
	}

	.testimonials-arrow .bg-red {
		background-color: #D64137;
	}
}

/* caregivers Page */
.caregivers-hero-banner {
	background-color: #004D8C;
	color: #F7FBFF;
}

.caregivers-hero-banner .container {
	background-image: url("../images/caregivers-hero.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 80%;
	padding: 114px 15px 180px;
}

.caregivers-hero-banner .container .p {
	max-width: 430px;
}

.caregivers-hero-banner .container .noun {
	font-size: 12px;
	color: #004D8C;
	background-color: #E4574D;
	padding: 4px 5px;
	margin-left: 3px;
}

@media (max-width: 900px) {
	.caregivers-hero-banner .container {
		padding: 50px 24px 356px;
		background-image: url("../images/caregivers-hero-mb.png");
		background-position: 10vw bottom;
		background-size: auto 350px;
	}

	.caregivers-hero-banner .container .p {
		margin: 20px 0 0 0;
	}
}

.professional-care {
	background-color: #FFF7F7;
	padding: 134px 0 85px;
}

.professional-care .icon {
	margin-right: 34px;
}

.professional-care .text-red {
	margin-bottom: 30px;
}

.professional-care p {
	margin-bottom: 60px;
	line-height: 34px;
}

@media (max-width: 900px) {
	.professional-care {
		padding: 54px 0;
	}

	.professional-care .icon {
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.professional-care .text-red {
		margin-bottom: 20px;
	}

	.professional-care p {
		line-height: 26px;
	}
}

.caregivers-bubbles {
	padding: 130px 0 0px 0;
	overflow: hidden;
}

.caregivers-bubbles .container-fluid {
	background-image: url("../images/caregivers-bg.png");
	padding: 68px 0px 280px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right;
	max-width: calc(100vw - 160px);
}

.caregivers-bubbles .container-fluid .caregiver-column {
	min-width: 20%;
}

.caregivers-bubbles .container-fluid .caregiver-column:nth-child(odd) .caregiver-bubble img {
	animation-delay: 1500ms;
}

.caregivers-bubbles .container-fluid .caregiver-column:nth-child(1) .caregiver-bubble {
	width: 187px;
}

.caregivers-bubbles .container-fluid .caregiver-column:nth-child(2) .caregiver-bubble {
	width: 125px;
	margin-top: 138px;
}

.caregivers-bubbles .container-fluid .caregiver-column:nth-child(3) .caregiver-bubble {
	width: 292px;
	margin-top: 105px;
}

.caregivers-bubbles .container-fluid .caregiver-column:nth-child(4) .caregiver-bubble {
	width: 209px;
}

.caregivers-bubbles .container-fluid .caregiver-column:nth-child(5) .caregiver-bubble {
	width: 141px;
	margin-top: 240px;
}

.caregivers-bubbles .container-fluid .caregiver-bubble {
	cursor: pointer;
	position: relative;
	transition: 300ms;
}

.caregivers-bubbles .container-fluid .caregiver-bubble img {
	border-radius: 50%;
	animation: bubblezoom 4s infinite;
}

.caregivers-bubbles .container-fluid .caregiver-bubble .caregiver-tooltip {
	position: absolute;
	width: 460px;
	top: 70%;
	left: 16%;
	padding: 62px 52px 42px;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transition: 500ms;
}

.caregivers-bubbles .container-fluid .caregiver-bubble .caregiver-tooltip::before {
	content: "";
	position: absolute;
	top: -14px;
	width: 35px;
	height: 35px;
	transform: rotate(45deg);
	background-color: #fff;
	border-radius: 7px;
}

.caregivers-bubbles .container-fluid .caregiver-bubble:hover .caregiver-tooltip {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 900px) {
	.caregivers-bubbles {
		padding: 70px 0;
		overflow: visible;
	}

	.caregivers-bubbles .container-fluid {
		max-width: 100vw;
		overflow: visible;
		padding: 0;
	}

	.caregivers-bubbles .container-fluid .caregiver-bubble {
		width: 200px !important;
		margin: 100px auto !important;
	}

	.caregivers-bubbles .container-fluid .caregiver-bubble .caregiver-tooltip {
		left: 50%;
		transform: translateX(-50%);
		padding: 30px;
		top: 90%;
		max-width: 300px;
	}

	.caregivers-bubbles .container-fluid .caregiver-bubble .caregiver-tooltip::before {
		left: 50%;
		margin-left: -20px;
	}
}

@media (max-width: 1600px) {
	.caregivers-bubbles .container-fluid {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
}

@keyframes bubblezoom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

/* Services */
.services-hero-banner,
.services-skilled-home-care-banner {
	padding: 125px 0;
	background-image: url("../images/services-hero.png");
}

.services-hero-banner h1,
.services-skilled-home-care-banner h1 {
	max-width: 522px;
}

.services-hero-banner h2,
.services-skilled-home-care-banner h2 {
	max-width: 640px;
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 80px;
}

.services-hero-banner p,
.services-skilled-home-care-banner p {
	max-width: 426px;
	margin: 30px 0 80px 0;
}

@media (max-width: 900px) {
	.services-hero-banner,
	.services-skilled-home-care-banner {
		padding: 360px 0 80px;
		background-position: -110vw top;
		background-size: auto 320px;
	}

	.services-hero-banner p,
	.services-skilled-home-care-banner p {
		margin: 20px 0 60px 0;
	}
}

.services-skilled-home-care-banner {
	background-image: url("../images/skilled-home-care.png");
	background-position: left !important;
}

.services-top-content {
	padding: 175px 0 350px;
}

@media (max-width: 900px) {
	.services-top-content {
		padding: 58px 0 310px;
	}

	.services-top-content img {
		margin-bottom: 47px;
	}
}

.services-details {
	background-color: #FFF7F7;
	padding-bottom: 20px;
}

.services-details .service-detail-box {
	background-color: #ffffff;
	padding: 70px 65px;
	transition: 500ms;
	cursor: pointer;
	height: 100%;
	transform: translateY(-250px);
}

.services-details .service-detail-box:hover {
	background-color: #E4574D;
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
}

.services-details .service-detail-box:hover .service-detail-box-title, .services-details .service-detail-box:hover p, .services-details .service-detail-box:hover .service-detail-icon {
	color: #fff;
}

.services-details .service-detail-box-title {
	margin-bottom: 40px;
	color: #E4574D;
	transition: 300ms;
}

.services-details .service-detail-box p {
	transition: 300ms;
}

.services-details .service-detail-icon {
	min-width: 42px;
	margin-right: 20px;
	padding-top: 8px;
	color: #004d8c;
	transition: 300ms;
}

@media (max-width: 900px) {
	.services-details .col-12 {
		top: 0 !important;
	}

	.services-details .service-detail-box {
		padding: 58px 33px;
		margin-bottom: 30px;
		height: auto;
	}

	.services-details .service-detail-box-title {
		margin-bottom: 30px;
	}
}

.types-of-care {
	padding: 0 100px 130px;
	background-image: url("../images/type-care-bg.png");
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 50px;
}

.types-of-care .types-of-care-slider .col {
	width: 20%;
	min-width: 20%;
}

.types-of-care .care-box {
	padding: 45px;
	background-color: #ffffff;
	cursor: pointer;
	transition: 500ms;
}

.types-of-care .care-box p {
	line-height: 23px;
	transition: 500ms;
}

.types-of-care .care-box .icon {
	height: 54px;
	display: flex;
	align-items: center;
}

.types-of-care .care-box svg * {
	transition: 500ms;
}

.types-of-care .care-box:hover {
	background-color: #E4574D;
	transform: translateY(-22px);
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
}

.types-of-care .care-box:hover p {
	color: #fff;
}

.types-of-care .care-box:hover svg * {
	stroke: #fff;
}

@media (max-width: 900px) {
	.types-of-care {
		padding: 0 0 40px 0;
		margin: -200px 0 0 0;
		background-position: bottom left;
	}

	.types-of-care .types-of-care-slider {
		display: block !important;
		margin: 0 -24px;
	}

	.types-of-care .types-of-care-slider .col {
		width: 60%;
		min-width: 60%;
		padding: 30px 0 50px 0;
		transform: scale(0.8);
		min-height: 100%;
		transition: 500ms;
		display: flex;
	}

	.types-of-care .types-of-care-slider .col .care-box {
		height: auto !important;
		width: 100%;
	}

	.types-of-care .types-of-care-slider .col .care-box:hover {
		transform: translateY(0);
	}

	.types-of-care .types-of-care-slider .col.is-selected {
		transform: scale(1);
	}

	.types-of-care .types-of-care-slider .col.is-selected:first-child {
		padding-left: 24px;
	}

	.types-of-care .types-of-care-slider .col.is-selected:last-child {
		padding-right: 24px;
	}

	.types-of-care .types-of-care-slider .col.is-selected .care-box {
		background-color: #E4574D;
		transform: translateY(0);
		box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
	}

	.types-of-care .types-of-care-slider .col.is-selected .care-box p {
		color: #fff;
	}

	.types-of-care .types-of-care-slider .col.is-selected .care-box svg * {
		stroke: #fff;
	}

	.types-of-care .types-of-care-slider .flickity-page-dots {
		display: none;
	}
}

/* Sub Services */
.sub-services-hero-banner {
	padding: 125px 0;
	background-image: url("../images/skilled-home-care .png");
}

.sub-services-hero-banner h1 {
	max-width: 522px;
}

.sub-services-hero-banner p {
	max-width: 574px;
	margin: 0px 0 20px 0;
}

.sub-services-hero-banner .line-link {
	color: #004D8C;
}

.sub-services-hero-banner .features {
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 40px;
}

.sub-services-hero-banner .features div {
	display: flex;
	align-items: center;
}

.sub-services-hero-banner .features div:before {
	content: "";
	width: 19px;
	height: 19px;
	display: block;
	margin-right: 24px;
	background-color: #E4574D;
}

@media (max-width: 1024px) {
	.sub-services-hero-banner {
		padding: 40px 0;
		background-position: 60% top;
		background-size: auto 424px;
	}
}

@media (max-width: 760px) {
	.sub-services-hero-banner {
		padding: 360px 0 80px;
		background-position: -110vw top;
		background-size: auto 320px;
	}

	.sub-services-hero-banner p {
		margin: 20px 0 60px 0;
	}
}

.sub-service-about {
	padding: 90px 0;
}

.sub-service-about h2 {
	margin-bottom: 40px;
}

.sub-service-pointers {
	padding-top: 90px;
}

.sub-service-pointers h2 {
	font-size: 72px;
	line-height: 1;
	margin-bottom: 40px;
}

.sub-service-pointers p {
	max-width: 390px;
	margin-bottom: 24px;
}

@media (max-width: 900px) {
	.sub-service-pointers {
		padding: 60px 0;
	}

	.sub-service-pointers h2 {
		margin: 30px 0;
		font-size: 48px;
	}
}

.sub-service-features {
	line-height: 40px;
	font-weight: 500;
}

.sub-service-features div {
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin: 20px 0;
}

.sub-service-features div:before {
	content: "";
	width: 17px;
	height: 17px;
	display: block;
	margin-right: 24px;
	background-color: #E4574D;
}

.sub-services-details {
	padding-top: 170px;
}

.sub-services-details .types-of-care {
	margin-top: 170px;
	background-position: 0 25%;
}

.sub-services-details .types-of-care .care-box {
	padding-right: 30px;
	padding-left: 40px;
}

.sub-services-details .types-of-care .care-box svg * {
	transition: none;
}

.sub-services-details .types-of-care .care-box:hover svg * {
	stroke: none;
	fill: #fff;
}

@media (max-width: 900px) {
	.sub-services-details {
		padding: 60px 0;
	}

	.sub-services-details h3 {
		margin-bottom: 30px;
	}

	.sub-services-details .types-of-care {
		margin-top: 100px;
	}
}

.sub-service-proccess {
	padding: 124px 0;
}

.sub-service-proccess .sub-title {
	margin-bottom: 80px;
}

.sub-service-proccess .proccess-step {
	background-color: #FFF7F7;
	padding: 60px 40px 24px;
	min-height: 100%;
	margin-bottom: 30px;
}

.sub-service-proccess .proccess-step p {
	margin-bottom: 0;
}

.sub-service-proccess .proccess-step .icon {
	height: 90px;
	margin-bottom: 26px;
}

.sub-service-proccess .proccess-step .icon svg {
	max-width: 90px;
}

@media (max-width: 900px) {
	.sub-service-proccess .proccess-step {
		min-height: 0;
	}
}

.sub-service-good-hands {
	padding: 154px 0 84px;
	position: relative;
	overflow: hidden;
}

.sub-service-good-hands h2 {
	font-size: 72px;
	line-height: 1;
	margin-bottom: 27px;
}

.sub-service-good-hands p {
	max-width: 480px;
}

.sub-service-good-hands .sub-service-features {
	max-width: 400px;
	line-height: 26px;
}

.sub-service-good-hands .sub-service-features div {
	margin-bottom: 24px;
}

.sub-service-good-hands img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

@media (max-width: 900px) {
	.sub-service-good-hands {
		padding-top: 70px;
		padding-bottom: 0;
	}

	.sub-service-good-hands img {
		position: static;
		width: 100%;
		margin-top: 60px;
	}
}

.sub-service-eligble {
	padding: 100px 0;
}

.sub-service-eligble .sub-service-features div {
	margin-bottom: 15px;
}

.sub-service-eligble .sub-service-features div::before {
	background-color: #fff;
}

/* Home Care */
.homecare-hero-banner {
	padding: 155px 0 190px;
	background-image: url("../images/homecare-hero.png");
}

.homecare-hero-banner h1 {
	max-width: 558px;
	margin-bottom: 46px;
}

@media (max-width: 900px) {
	.homecare-hero-banner {
		padding: 360px 0 57px;
		background-position: -100vw top;
		background-size: auto 320px;
	}

	.homecare-hero-banner h1 {
		margin-bottom: 24px;
	}
}

.homecare-top-message {
	padding: 86px 0;
}

.homecare-top-message .line-link:before {
	background-color: #fff;
}

@media (max-width: 900px) {
	.homecare-top-message {
		padding-bottom: 65px 0 95px;
	}

	.homecare-top-message p {
		margin-top: 40px;
	}
}

.homecare-pay {
	background-color: #FFF7F7;
	padding: 100px 0 0;
}

.homecare-pay .container {
	max-width: 1200px;
}

.homecare-pay img {
	max-width: 100%;
}

.homecare-pay .homecare-pay-option p {
	margin-bottom: 100px;
	max-width: 552px;
}

@media (max-width: 900px) {
	.homecare-pay {
		padding: 46px 0;
	}

	.homecare-pay img {
		max-width: 320px;
		display: block;
		margin: 0 auto 80px auto;
	}

	.homecare-pay .homecare-pay-option p {
		margin-top: 30px;
		margin-bottom: 64px;
	}
}

.homecare-fraud {
	background-color: #FFFAFA;
	padding: 210px 0 170px;
}

.homecare-fraud .fraud-box {
	padding: 126px 100px 70px;
}

@media (max-width: 900px) {
	.homecare-fraud {
		padding: 0;
	}

	.homecare-fraud img {
		margin-bottom: 36px;
	}

	.homecare-fraud .fraud-box {
		padding: 54px 33px;
	}
}

.homecare-fraud-steps {
	background-color: #FFFAFA;
	padding-bottom: 160px;
}

.homecare-fraud-steps .steps-title {
	max-width: 690px;
	margin-bottom: 88px;
}

.homecare-fraud-steps .step-number {
	margin-bottom: 50px;
	font-size: 140px;
	font-weight: 600;
	line-height: 110px;
	color: transparent;
	-webkit-text-stroke: 1px #E4574D;
	position: relative;
	left: -14px;
	text-shadow: 6px 6px 0px #FFF0F0;
}

@media (max-width: 900px) {
	.homecare-fraud-steps {
		padding: 80px 0 30px 0;
	}

	.homecare-fraud-steps .steps-title {
		max-width: 284px;
	}

	.homecare-fraud-steps .steps-title h3 {
		margin-bottom: 26px;
	}

	.homecare-fraud-steps .container {
		overflow: auto;
	}

	.homecare-fraud-steps .container .row {
		flex-wrap: nowrap;
	}

	.homecare-fraud-steps .container .col {
		min-width: 70vw;
	}
}

/* Careeres */
.careeres-hero-banner, .ivr-hero-banner {
	padding: 124px 0 230px;
	background-color: #004D8C;
}

.ivr-hero-banner {
	padding: 60px 0;
}

.careeres-hero-banner h1 {
	max-width: 520px;
	margin-bottom: 46px;
}

.careeres-hero-banner p {
	width: 446px;
}

@media (max-width: 900px) {
	.careeres-hero-banner {
		padding: 62px 0 0;
	}

	.careeres-hero-banner h1 {
		margin-bottom: 24px;
	}

	.careeres-hero-banner p {
		width: 100%;
		margin-bottom: 44px;
	}
}

.hero-form {
	padding: 68px 68px 84px;
	box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	margin-top: -55px;
	margin-bottom: -367px;
}

.hero-form .form-control {
	background-color: #F7F7F7;
	border: 2px solid #F7F7F7;
	min-height: 55px;
	padding-left: 40px;
	margin-bottom: 18px;
	color: #A2A2A2;
}

.hero-form .form-control::placeholder {
	color: #A2A2A2;
}

.hero-form .form-control:focus {
	border: 2px solid #004D8C;
	background-color: #fff;
	box-shadow: none;
}

@media (max-width: 900px) {
	.hero-form {
		margin-top: 0;
		padding: 54px 24px;
		margin-bottom: -124px;
	}

	.hero-form .form-control {
		min-height: 45px;
		padding-left: 24px;
		margin-bottom: 18px;
	}
}

.careeres-blocks {
	background-color: #FFFAFA;
	padding: 315px 0 155px;
}

@media (max-width: 900px) {
	.careeres-blocks {
		padding: 220px 0 94px;
	}
}

.careeres-block-content {
	padding: 110px 96px 130px;
}

@media (max-width: 900px) {
	.careeres-block-content {
		padding: 59px 32px;
	}
}

.caregiver-benefits .caregiver-benefits-slider .col {
	width: 20%;
	min-width: 20%;
}

.caregiver-benefits .care-box {
	padding: 45px;
	background-color: #ffffff;
	cursor: pointer;
	transition: 500ms;
}

.caregiver-benefits .care-box p {
	line-height: 23px;
	transition: 500ms;
}

.caregiver-benefits .care-box .icon {
	height: 54px;
	display: flex;
	align-items: center;
}

.caregiver-benefits .care-box svg * {
	transition: 500ms;
}

.caregiver-benefits .care-box:hover {
	background-color: #E4574D;
	transform: translateY(-22px);
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
}

.caregiver-benefits .care-box:hover p {
	color: #fff;
}

.caregiver-benefits .care-box:hover svg * {
	stroke: #fff;
}

@media (max-width: 900px) {
	.caregiver-benefits {
		padding: 0;
		margin: 0;
	}

	.caregiver-benefits .caregiver-benefits-slider {
		display: block !important;
		margin: 0 -24px;
	}

	.caregiver-benefits .caregiver-benefits-slider .col {
		width: 60%;
		min-width: 60%;
		padding: 30px 0 50px 0;
		transform: scale(0.8);
		min-height: 100%;
		transition: 500ms;
		display: flex;
	}

	.caregiver-benefits .caregiver-benefits-slider .col .care-box {
		height: auto !important;
		width: 100%;
	}

	.caregiver-benefits .caregiver-benefits-slider .col .care-box:hover {
		transform: translateY(0);
	}

	.caregiver-benefits .caregiver-benefits-slider .col.is-selected {
		transform: scale(1);
	}

	.caregiver-benefits .caregiver-benefits-slider .col.is-selected:first-child {
		padding-left: 24px;
	}

	.caregiver-benefits .caregiver-benefits-slider .col.is-selected:last-child {
		padding-right: 24px;
	}

	.caregiver-benefits .caregiver-benefits-slider .col.is-selected .care-box {
		background-color: #E4574D;
		transform: translateY(0);
		box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
	}

	.caregiver-benefits .caregiver-benefits-slider .col.is-selected .care-box p {
		color: #fff;
	}

	.caregiver-benefits .caregiver-benefits-slider .col.is-selected .care-box svg * {
		stroke: #fff;
	}

	.caregiver-benefits .caregiver-benefits-slider .flickity-page-dots {
		display: none;
	}
}

.caregiver-benefits {
	background-color: #FFFAFA;
}

.caregiver-benefits .container {
	background-image: url("../images/type-care-bg.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-bottom: 92px;
}

.caregiver-benefits-inner {
	max-width: 1200px;
	margin: auto;
}

.caregiver-benefits .care-box {
	padding: 45px;
	background-color: #ffffff;
	cursor: pointer;
	transition: 500ms;
}

.caregiver-benefits .care-box p {
	line-height: 23px;
}

.caregiver-benefits .care-box .icon {
	height: 54px;
	display: flex;
	align-items: center;
}

.caregiver-benefits .care-box:hover {
	background-color: #E4574D;
	transform: translateY(-22px);
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
}

.caregiver-benefits .care-box:hover p {
	color: #fff;
}

.caregiver-benefits .care-box p, .caregiver-benefits .care-box svg * {
	transition: 500ms;
}

.caregiver-benefits .care-box:hover svg * {
	stroke: #fff;
}

.our-caregivers {
	background-color: #FFF7F7;
	padding: 100px 0;
}

.our-caregivers .flickity-page-dots {
	display: none;
}

.our-caregivers .caregiver-box {
	padding: 75px 50px 50px;
	background-color: #fff;
	cursor: pointer;
	height: 100%;
	transition: 500ms;
	background-image: url("../images/caregiver-quote.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 90% 10%;
}

.our-caregivers .caregiver-box p {
	margin-bottom: 80px;
	transition: 500ms;
}

.our-caregivers .caregiver-box .caregiver-icon {
	width: 117px;
	height: 117px;
	background-color: #ccc;
	margin-right: 26px;
	background-size: cover;
	background-position: center;
}

.our-caregivers .caregiver-box .caregiver-name {
	color: #E4574D;
	transition: 500ms;
}

.our-caregivers .caregiver-box .caregiver-location {
	color: #707070;
	transition: 500ms;
}

.our-caregivers .caregiver-box:hover {
	background-color: #E4574D;
	transform: translateY(-38px);
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
	background-image: url("../images/caregiver-quote-hover.png");
}

.our-caregivers .caregiver-box:hover p, .our-caregivers .caregiver-box:hover .caregiver-name, .our-caregivers .caregiver-box:hover .caregiver-location {
	color: #fff;
}

@media (max-width: 900px) {
	.our-caregivers {
		padding-bottom: 70px;
	}

	.our-caregivers .caregivers-slider {
		margin-right: -24px;
		margin-left: -15px;
	}

	.our-caregivers .caregiver-box {
		padding: 59px 30px 30px;
	}

	.our-caregivers .caregiver-box:hover {
		transform: translateY(0px);
	}

	.our-caregivers .caregiver-box p {
		margin-bottom: 60px;
	}

	.our-caregivers .is-selected .caregiver-box {
		background-color: #E4574D;
		box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
		background-image: url("../images/caregiver-quote-hover.png");
	}

	.our-caregivers .is-selected .caregiver-box p, .our-caregivers .is-selected .caregiver-box .caregiver-name, .our-caregivers .is-selected .caregiver-box .caregiver-location {
		color: #fff;
	}
}

/* Locations */
.locations-hero-banner {
	padding: 155px 0;
	background-image: url("../images/locations-hero.png");
}

.locations-hero-banner h1 {
	max-width: 598px;
	margin-bottom: 134px;
}

@media (max-width: 900px) {
	.locations-hero-banner {
		padding: 360px 0 60px 0;
		background-position: -100vw top;
		background-size: auto 320px;
	}

	.locations-hero-banner h1 {
		margin-bottom: 24px;
	}
}

.locations {
	background-color: #FFF7F7;
	padding: 180px 0 200px;
}

.locations .location-box {
	background-color: #fff;
	transition: 500ms;
	cursor: pointer;
	margin-bottom: 30px;
}

.locations .location-box .location-image {
	min-width: 43%;
	background-image: url("../images/location-placeholder.png");
	background-position: center;
	background-size: cover;
}

.locations .location-box .location-details {
	padding: 58px 0 58px 70px;
}

.locations .location-box .location-name {
	color: #E4574D;
	transition: 500ms;
}

.locations .location-box .location-address {
	color: #707070;
	margin: 28px 0;
	transition: 500ms;
}

.locations .location-box .location-details a {
	color: #004D8C;
	transition: 500ms;
}

.locations .location-box .location-details a svg {
	width: 18px;
	height: 16px;
	position: relative;
	top: 2px;
}

.locations .location-box:hover {
	background-color: #E4574D;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
	transform: translateY(-37px);
}

.locations .location-box:hover .location-name, .locations .location-box:hover .location-address, .locations .location-box:hover a {
	color: #fff;
}

@media (max-width: 900px) {
	.locations {
		padding: 60px 0 0 0;
	}

	.locations .location-box {
		margin-bottom: 48px;
	}

	.locations .location-box .location-details {
		padding: 40px 35px;
	}

	.locations .location-box .location-image {
		height: 200px;
	}

	.locations .location-box .location-address {
		margin: 10px 0 18px;
	}
}

.locations-map iframe {
	height: 643px;
	width: 100%;
}

@media (max-width: 900px) {
	.locations-map iframe {
		height: 459px;
	}
}

/* Contact */
.contact-hero-banner {
	padding: 155px 0 250px;
}

.contact-hero-banner h1 {
	max-width: 350px;
	margin-bottom: 34px;
}

.contact-hero-banner p {
	max-width: 372px;
	margin-bottom: 0;
}

.contact-hero-banner .hero-form {
	margin-top: -72px;
	margin-bottom: -440px;
}

@media (max-width: 900px) {
	.contact-hero-banner {
		padding: 62px 0 0 0;
	}

	.contact-hero-banner h1 {
		margin-bottom: 25px;
		max-width: 250px;
	}

	.contact-hero-banner p {
		margin-bottom: 70px;
		max-width: 340px;
	}

	.contact-hero-banner .hero-form {
		margin-top: 0px;
		margin-bottom: -124px;
	}
}

.contact-page {
	background-color: #FFF7F7;
	padding: 200px 0 136px;
}

.contact-options .row {
	margin-top: 60px;
	margin-bottom: 60px;
}

@media (max-width: 900px) {
	.contact-options {
		padding-top: 186px;
	}

	.contact-options .row {
		margin-top: 48px;
		margin-bottom: 0;
	}
}

.contact-options .contact-option {
	padding: 70px 60px 50px;
	background-color: #fff;
	transition: 500ms;
	cursor: pointer;
	height: 100%;
	position: relative;
	color: #A2A2A2;
}

.contact-options .contact-option .option-name {
	color: #004D8C;
	margin-bottom: 10px;
	transition: 500ms;
}

.contact-options .contact-option .icon {
	margin-top: 80px;
	transition: 500ms;
}

@media (max-width: 900px) {
	.contact-options .contact-option {
		padding: 55px;
	}

	.contact-options .contact-option .option-name {
		margin-bottom: 6px;
	}

	.contact-options .contact-option .icon {
		margin-top: 60px;
	}
}

@media (max-width: 900px) {
	.contact-options {
		padding-bottom: 0;
	}
}

@media (max-width: 900px) {
	.contact-option-column {
		margin-bottom: 48px;
	}
}

.contact-option-column:before {
	content: "";
	width: 80%;
	position: absolute;
	padding-bottom: 80%;
	background-image: url(../images/bg-hover.png);
	background-size: cover;
	z-index: 0;
	bottom: 0;
	left: 10%;
}

@media (max-width: 900px) {
	.contact-option-column:before {
		padding-bottom: 0;
		height: 100%;
	}
}

.contact-option:hover {
	background-color: #004D8C;
	transform: translateY(-24px);
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.16);
	color: #fff;
	text-decoration: none;
}

.contact-option:hover .option-name,
.contact-option:hover a {
	color: #fff;
}

.contact-option:hover * {
	stroke: #fff;
	fill: transparent;
}

.blog-hero-banner {
	padding: 135px 0 170px;
}

@media (max-width: 900px) {
	.blog-hero-banner {
		padding: 62px 0 132px;
	}
}

.blog-hero-banner p {
	max-width: 780px;
	padding: 26px 0;
}

.blog-hero-banner form {
	max-width: 418px;
}

.blog-hero-banner form input {
	height: 55px;
	border: none;
	padding-left: 30px;
}

.blog-hero-banner form .input-group-text {
	display: flex;
	width: 55px;
	align-items: center;
	justify-content: center;
}

.blog-hero-banner form svg {
	width: 12px;
	height: 22px;
}

.blog-list {
	padding: 70px 0 110px;
	background-color: #FFF7F7;
}

.blog-list .container {
	max-width: 1230px;
}

.blog-list .tags {
	overflow: auto;
	max-width: 500px;
}

.blog-list .tags::-webkit-scrollbar {
	height: 2px;
	width: 4px;
	border: none;
	background: #f1ecec;
}

.blog-list .tags a {
	color: #707070;
	margin-right: 36px;
	padding: 18px 0;
	transition: 300ms;
	white-space: nowrap;
}

.blog-list .tags a:hover, .blog-list .tags a.active {
	border-bottom: 2px solid #E4574D;
	text-decoration: none;
}

@media (max-width: 900px) {
	.blog-list {
		padding: 55px 0;
	}

	.blog-list .tags {
		margin-bottom: 30px;
	}

	.blog-list .tags a {
		padding: 15px 0;
	}
}

.blog-list form {
	max-width: 418px;
	width: 100%;
}

.blog-list form input {
	height: 55px;
	border: none;
	padding-left: 30px;
}

.blog-list form .input-group-text {
	display: flex;
	width: 55px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.blog-list .blog-post {
	background-color: #fff;
	transition: 500ms;
}

.blog-list .blog-post .post-image {
	background-position: center;
	background-size: cover;
	height: 323px;
}

.blog-list .blog-post .post-details {
	padding: 40px 60px;
}

.blog-list .blog-post .post-details .post-date {
	color: #707070;
}

.blog-list .blog-post .post-details .post-title {
	color: #004D8C;
	transition: 500ms;
}

.blog-list .blog-post .post-details .post-short-description {
	transition: 500ms;
}

.blog-list .blog-post .post-details .post-link {
	color: #707070;
	transition: 500ms;
}

.blog-list .blog-post .post-details .post-link svg {
	color: #E4574D;
	height: 16px;
	width: 16px;
}

.blog-list .blog-post:hover {
	background-color: #E4574D;
	transform: translateY(-40px);
	text-decoration: none;
}

.blog-list .blog-post:hover .post-date,
.blog-list .blog-post:hover .post-title,
.blog-list .blog-post:hover .post-short-description,
.blog-list .blog-post:hover .post-link,
.blog-list .blog-post:hover .post-link svg {
	color: #fff;
}

@media (max-width: 900px) {
	.blog-list .blog-post .post-image {
		height: 225px;
	}

	.blog-list .blog-post .post-details {
		padding: 40px 35px 68px;
	}
}

.blog-post-column:before {
	content: "";
	width: 80%;
	position: absolute;
	padding-bottom: 80%;
	background-image: url(../images/bg-hover.png);
	background-size: cover;
	z-index: 0;
	bottom: 0;
	left: 10%;
}

/* Post */
.post-hero-banner {
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 900px) {
	.post-hero-banner {
		height: 500px;
	}
}

.post-container {
	background-color: #FFF7F7;
	padding: 0 0 100px 0;
}

.post-container .post-content {
	padding: 74px 160px 200px;
	position: relative;
	top: -160px;
}

.post-container .post-content .back-link {
	color: #707070;
}

.post-container .post-content h1 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.post-container .post-content p {
	margin-bottom: 10px;
}

@media (max-width: 900px) {
	.post-container .post-content {
		top: 0;
		padding: 0 24px 100px 24px;
		margin: 0 -24px 80px;
	}

	.post-container .post-content .back-link {
		margin: 53px 0 35px;
		display: inline-block;
	}

	.post-container .post-content h1 {
		margin-top: 0;
	}
}

.related-posts .blog-post {
	background-color: #fff;
	transition: 500ms;
	cursor: pointer;
}

.related-posts .blog-post .post-details {
	padding: 36px 48px;
}

.related-posts .blog-post .post-details .post-title {
	color: #004D8C;
	line-height: 32px;
	transition: 500ms;
}

.related-posts .blog-post .post-details .post-short-description {
	transition: 500ms;
}

.related-posts .blog-post .post-details .post-link {
	color: #707070;
	transition: 500ms;
}

.related-posts .blog-post .post-details .post-link svg {
	color: #E4574D;
	height: 16px;
	width: 16px;
}

.related-posts .blog-post .post-image {
	height: 207px;
	background-position: center;
	background-size: cover;
}

.related-posts .blog-post:hover {
	background-color: #E4574D;
	transform: translateY(-40px);
}

.related-posts .blog-post:hover .post-date,
.related-posts .blog-post:hover .post-title,
.related-posts .blog-post:hover .post-short-description,
.related-posts .blog-post:hover .post-link {
	color: #fff;
}

@media (max-width: 900px) {
	.related-posts .blog-post .post-image {
		height: 225px;
	}

	.related-posts .blog-post .post-details {
		padding: 40px 35px 68px;
	}
}

/* About */
.about-hero-banner {
	background-image: url("../images/about-hero.png");
	padding: 124px 132px;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

.about-hero-banner h1 {
	max-width: 450px;
	margin-bottom: 30px;
}

.about-hero-banner p {
	max-width: 415px;
	margin-bottom: 80px;
}

@media (max-width: 900px) {
	.about-hero-banner {
		padding: 66px 0px 300px;
		background-position: bottom;
		background-size: 130% auto;
	}

	.about-hero-banner h1 {
		margin-bottom: 20px;
		max-width: 288px;
	}

	.about-hero-banner p {
		margin-bottom: 20px;
		max-width: 260px;
	}
}

.about-content {
	padding: 200px 0 145px;
}

.bg-light-red {
	background-color: #FFF7F7;
}

.about-content .about-box {
	padding: 15px 15px 15px 108px;
}

@media (max-width: 900px) {
	.about-content {
		padding: 0px 0 100px;
	}

	.about-content .about-box {
		padding: 54px 50px 90px 30px;
	}
}

.why-us {
	margin-top: 150px;
}

@media (max-width: 900px) {
	.why-us {
		margin-top: 90px;
	}
}

.why-us-boxes {
	margin-left: -112px;
}

.why-us-boxes .why-box {
	padding: 60px 112px 60px 120px;
	transition: 500ms;
	cursor: pointer;
	height: 100%;
}

.why-us-boxes .why-box .icon {
	height: 72px;
	display: flex;
	align-items: flex-end;
}

.why-us-boxes .why-box .why-box-title {
	color: #E4574D;
	transition: 500ms;
}

.why-us-boxes .why-box p {
	transition: 500ms;
}

.why-us-boxes .why-box:hover {
	background-color: #E4574D;
	box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.2);
}

.why-us-boxes .why-box:hover .why-box-title,
.why-us-boxes .why-box:hover p {
	color: #fff;
}

.why-us-boxes .why-box svg {
	transition: 500ms;
}

.why-us-boxes .why-box:hover svg * {
	stroke: #fff;
}

@media (max-width: 900px) {
	.why-us-boxes {
		margin-left: 0;
	}

	.why-us-boxes .why-box {
		padding: 0;
		margin: 30px 0;
	}
}

@media (max-height: 900px) {
	html {
		zoom: 0.8;
	}
}

@media (max-width: 900px) {
	html {
		zoom: 0.9;
	}
}

.elite-family {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 48px;
	transform: translateY(100%);
	transition: 700ms;
}

.elite-family:hover {
	bottom: 0;
	transform: translateY(0%);
}

.elite-family-bar {
	border-bottom: 10px solid #e4574d;
	text-align: center;
}

.elite-family-bar-handle {
	background-color: #e4574d;
	color: #fff;
	display: inline-block;
	padding: 2px 30px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.elite-family-members {
	background-color: #fff;
	font-size: 16px;
}

.elite-family-members p {
	font-size: 14px;
	line-height: 1.5;
}

.elite-family-member-logo {
	height: 100px;
	display: flex;
	align-items: center;
	margin: 30px 0 20px;
}

.elite-family-member-logo img {
	max-width: 100%;
	max-height: 74px;
}

.faq-block .faq-question {
	cursor: pointer;
}

.faq-block .faq-question svg {
	width: 16px;
	height: 24px;
	transform: rotate(90deg);
	transition: all 700ms;
}

.faq-block .faq-question.open svg {
	transform: rotate(-90deg);
}

.faq-block a {
	color: #E4574D;
}

.top-ribben {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0px;
	transform: translateY(calc(-100% + 38px));
	transition: 700ms;
	z-index: 111;
}

.top-ribben:hover {
	top: 0;
	transform: translateY(0%);
}

.top-ribben-bar {
	border-top: 5px solid #e4574d;
	text-align: center;
}

.top-ribben-bar-handle {
	background-color: #e4574d;
	color: #fff;
	display: inline-block;
	padding: 0px 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: 15px;
}

.top-ribben-content {
	background-color: #ffffff;
}

.top-ribben-content p {
	font-size: 12px;
	line-height: 1.5;
}

.top-ribben-content img {
	width: 100px;
}

.top-ribben-content .col-badge {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding: 30px 0;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999999999;
	justify-content: center;
	align-items: center;
}

/* Style for the popup content */
.popup {
	background-color: #fff;
	color: #333;
	padding: 30px;
	width: 600px;
	max-width: 90%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	position: relative;
	max-height: 90vh;
	overflow: auto;
}

/* Notice */
.notice {
	background-color: #FFF7F7;
	border: 1px solid #e4574d;
	padding: 0.5em;

	& a {
		color: #e4574d;
		text-decoration: none;

		&:hover {
			text-decoration: underline;
		}
	}
}

/* Style for the close "X" button */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 34px;
	line-height: 1;
	color: #333;
	cursor: pointer;
}

.errors {
	font-size: 14px;
	background-color: #e4574d;
	color: #fff;
}

.errors ul {
	list-style: none;
	padding-left: 0;
}

.errors li:not(:last-child) {
	margin-bottom: 1.0em;
}

.hero-form .success {
	color: #004D8C;
	font-weight: 700;
}

.hero-form {
	& .notice {
		margin-block-end: 1rem;

		& p {
			font-size: 16px;
		}
	}
}

form.loading {
	opacity: 50%;
	pointer-events: none;
}

ul.list {
	li {
		margin-bottom: 0.5em;
	}
}

/*# sourceMappingURL=output.css.map */
