@charset "utf-8";
:root {
	--button-bg-color: #087299;
	--button-bg-color-hover: #03354f;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	text-align: center;
	font-size: medium;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-family: 'Varela Round', sans-serif;
	color: #4e515a;
	line-height: 1.5em;
}
img {
	max-width: 100%;
	border-style: none;
}
h1 {
	font-weight: normal;
	margin-top: 0px;
	line-height: 1em;
}
.Back-To-Top a {
	color: #ffffff;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.Back-To-Top a:hover {
	background-color: #ffffff;
	color: #008c89;
}

.BackToTop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
	background-color: #fcf7f7;
	padding: 10px;
	color: white;
	font-family: sans-serif;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	font-size: medium;
	height: 67px;
	line-height: 60px;
}
/* line 40, CSS-Main.scss */
.BackToTop a {
	display: inline-block;
	padding: 10px;
	background-color: #122249;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	transition:
		color 0.25s,
		background-color 0.25s;
	line-height: normal;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
}
/* line 52, CSS-Main.scss */
.BackToTop a:hover {
	color: #ffffff;
	background-color: #fb870a;
}
/* line 58, CSS-Main.scss */
.BackToTop #BackToTop {
	position: relative;
	float: right;
	margin-left: 20px;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	width: 50px;
}
/* line 66, CSS-Main.scss */
.BackToTop #BackToTop i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/* line 73, CSS-Main.scss */
.BackToTop #CloseBTT {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.Box-Full {
	width: 100%;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow-y: hidden;
}

.Box-Half {
	width: 35%;
	margin-left: 7%;
	margin-right: 7%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
.Box-P {
	width: 40%;
	text-align: left;
	float: right;
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 8px;
	border: 1px solid rgba(183, 183, 183, 1);
	-webkit-box-shadow: 4px 4px 9px rgba(61, 58, 58, 1);
	box-shadow: 4px 4px 9px rgba(61, 58, 58, 1);
	overflow-y: hidden;
}
.Box-Third {
	width: 25%;
	display: inline-block;
	margin-left: 3%;
	margin-right: 3%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}
.Box-Third h2 {
	text-align: center;
}

.Box-Top {
	width: 56%;
	text-align: center;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.85);
	border: 2px solid #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.Box-Top h1 {
	margin-bottom: 5px;
	font-size: 3em;
	color: #122249;
}

.Bottom-Links {
	float: left;
	margin-top: 15px;
	display: block;
	width: 90%;
	text-align: left;
}
.Bottom-Links a {
	color: #d4d5db;
	font-size: x-small;
	text-decoration: none;
	margin-right: 26px;
}

.Button {
	margin: 10px;
}

.Button a {
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
	text-decoration: none;
	background-color: #8a0407;
	color: #ffffff;
	border-radius: 6px;
}
.Button a:hover {
	background-color: #bc0e11;
}
.Button-G a {
	display: inline-block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: rgba(79, 82, 91, 1);
	color: rgba(249, 249, 249, 1);
	text-decoration: none;
	border-radius: 6px;
	float: right;
}
.Button-G a:hover {
	background-color: rgba(129, 134, 150, 1);
}

.Footer {
	width: 100%;
	background-color: #008c89;
	padding-top: 15px;
	padding-bottom: 15px;
}

.Header-Right {
	float: right;
	display: inline-block;
	color: #122249;
	font-size: 2em;
	margin-top: 183px;
	max-width: 40%;
	line-height: normal;
}
.Header-Right a {
	text-decoration: none;
	color: #122249;
	margin-top: 0px;
}
.List-Vt {
	border-bottom: 1px solid #6e7484;
	font-size: 1.15em;
}
.List-Vt i {
	margin-right: 13px;
}

.List-Vt a {
	color: #4e515a;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-width: 1px;
	border-color: #6e7484;
	border-top-style: solid;
	text-indent: 5px;
}
.List-Vt a:hover {
	background-color: #fb870a;
	color: #ffffff;
}

.Logo {
	width: 250px;
	display: inline-block;
	float: left;
}

.Container {
	width: 1200px;
	display: inline-block;
	max-width: 90%;
}
.custom-form input,
textarea {
	margin-bottom: 13px;
}

#Menu {
	width: 100%;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	background-color: #122249;
}
#Menu a {
	text-decoration: none;
	color: #ffffff;
}
#Menu a:hover {
	text-shadow: 0px 0px 8px #f7f4ce;
}

#Menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Menu ul li:hover > ul {
	display: block;
}

#Menu ul ul {
	display: none;
}

#Menu ul ul li {
	margin-left: -21px;
	padding-top: 5px;
}
.Nav {
	width: 100%;
	background-color: #122249;
	overflow-y: hidden;
}
.Nav a {
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	border-right: 1px solid #a3a5ac;
	margin-right: 20px;
	display: inline-block;
}
.Nav a:hover {
	background-color: #008c89;
}

.Nav .Container {
	text-align: left;
	padding-left: 74px;
}
.Photo1 {
	background-color: #ffffff;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	border-radius: 2px;
	border: 1px solid #b1b3b7;
}

.Row-Contact {
	background-color: #122249;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}
.Row-Contact .Container {
	text-align: left;
}
.Row-Contact input,
.Row-Contact textarea {
	border-radius: 5px;
	background-color: #efeff1;
	margin-bottom: 12px;
}
.Row-Contact select {
	border-radius: 5px;
	background-color: #efeff1;
	margin-bottom: 12px;
}
.Row-Contact form {
	font-size: small;
}
.Row-Contact form .Input,
.Row-Contact form select {
	width: 100% !important;
	max-width: 100%;
}
.Row-Contact form p {
	width: 30%;
	display: inline-block;
	margin-right: 3%;
}
.Contact-Field-Grid {
	width: 90%;
	display: flex;
	gap: 3%;
	align-items: flex-start;
}
.Contact-Field {
	flex: 1 1 0;
	min-width: 0;
}
.Row-Services {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(Images-Main/BG-Services.webp);
	background-position: left bottom;
	background-size: cover;
	background-attachment: scroll;
}
.Row-About {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(Images-Main/BG-About.webp);
	background-position: center bottom;
	background-size: cover;
	background-attachment: scroll;
}
.Row-ContactUs {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(Images-Main/BG-Contact.jpg);
	background-position: left top;
	background-size: cover;
	background-attachment: scroll;
}
.Row-ContactUs .Box-Top {
	background-color: rgba(255, 252, 252, 0.95);
}

.T1 {
	font-size: 2em;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Services-Hero .Box-Top h1 {
	color: #122249;
}

.Services-Overview {
	text-align: left;
	margin-top: 20px;
}
.Services-IntroCard {
	border-radius: 8px;
	padding: 22px;
	box-sizing: border-box;
	margin-bottom: 24px;
}
.Services-IntroCard .Button {
	margin: 14px 0px 0px;
}
.Services-IntroCard .Button a {
	float: none;
}

.Services-Category-Grid {
	display: flex;
	gap: 3.5%;
	align-items: stretch;
}
.Services-Category-Grid .Services-Category-Card {
	width: 31%;
	margin: 0px;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 16px;
}
.Services-Category-Grid .Services-Category-Card h2 {
	margin-top: 0px;
	color: #122249;
	font-weight: normal;
}
.Services-Category-Grid .Services-Category-Card img {
	display: block;
	width: 100%;
	margin-bottom: 12px;
	border-radius: 6px;
}
.Services-Category-Grid .Services-Category-Card ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
.Services-Category-Grid .Services-Category-Card li {
	margin-bottom: 8px;
}

.Home-Services-Checklist,
.Home-Values,
.Home-Support {
	text-align: left;
	margin-top: 40px;
}

.Home-Services-Checklist,
.Home-Values {
	/* background-color: #f7f8fb; */
	/* border: 1px solid #d7dbe5; */
	/* border-radius: 8px; */
	padding: 24px 28px;
	box-sizing: border-box;
}

.Home-Checklist-List {
	columns: 2;
	column-gap: 40px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-left: 22px;
}
.Home-Checklist-List li {
	break-inside: avoid;
	margin-bottom: 8px;
}
.Home-Checklist-Note {
	font-weight: bold;
}

.Home-Values-List {
	margin-top: 0px;
	padding-left: 0px;
	list-style: none;
	display: grid;
	gap: 10px;
}
.Home-Values-List li {
	margin-bottom: 0px;
	background-color: #ffffff;
	border: 1px solid #d7dbe5;
	border-left: 4px solid #fb870a;
	border-radius: 6px;
	padding: 10px 12px;
	box-shadow: 0px 1px 2px rgba(18, 34, 73, 0.08);
}
.Home-Values-List li strong {
	color: #4e515a;
}
.Home-Values-Grid {
	display: flex;
	gap: 26px;
	align-items: stretch;
}
.Home-Values-Media {
	width: 36%;
}
.Home-Values-Image {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.Home-Values-Content {
	width: 64%;
}

.Home-Support {
	margin-bottom: 40px;
}
.Home-Support-Grid {
	display: flex;
	gap: 4%;
	align-items: stretch;
}
.Home-Support-Card {
	width: 48%;
	box-sizing: border-box;
	/* background-color: #f7f8fb;
	border: 1px solid #d7dbe5; */
	border-radius: 6px;
	padding: 20px;
}
.Home-Support-Card h2 {
	margin-top: 0px;
	color: #122249;
	font-weight: normal;
}
.Home-Support-Card p {
	margin-bottom: 0px;
}

.Services-Support,
.Services-Dementia {
	text-align: left;
	margin-top: 40px;
}

.Services-Support .T1 {
	color: #122249;
	margin-bottom: 18px;
}
.Services-Support-Grid {
	display: flex;
	gap: 4%;
	align-items: stretch;
}
.Services-Support-Card {
	width: 48%;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 22px;
}
.Services-Support-Card h2 {
	margin-top: 0px;
	color: #122249;
	font-weight: normal;
}
.Services-Support-Card p {
	margin-bottom: 0px;
}

.Services-Dementia-Card {
	border-radius: 8px;
	padding: 22px;
}
.Services-Dementia-Card h2 {
	margin-top: 0px;
	color: #122249;
	font-weight: normal;
}
.Services-Dementia-Card p {
	margin-bottom: 0px;
}

@media (max-width: 1000px) {
	.Logo {
		float: none;
	}
	.Box-Half {
		width: 90%;
	}

	.Header-Right {
		width: 100%;
		max-width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.Nav {
		display: none;
	}
	#Menu {
		display: block;
	}
	.Home-Checklist-List {
		columns: 1;
	}
	.Home-Services-Checklist,
	.Home-Values {
		padding: 18px;
	}
	.Home-Values-Grid {
		display: block;
	}
	.Home-Values-Media,
	.Home-Values-Content {
		width: 100%;
	}
	.Home-Values-Media {
		margin-bottom: 15px;
	}
	.Home-Support-Grid {
		display: block;
	}
	.Home-Support-Card {
		width: 100%;
		margin-bottom: 15px;
	}
	.Home-Support-Card:last-child {
		margin-bottom: 0px;
	}
	.Services-IntroCard {
		padding: 18px;
	}
	.Services-Category-Grid {
		display: block;
	}
	.Services-Category-Grid .Services-Category-Card {
		width: 100%;
		margin-bottom: 15px;
	}
	.Services-Category-Grid .Services-Category-Card:last-child {
		margin-bottom: 0px;
	}
	.Services-Support-Grid {
		display: block;
	}
	.Services-Support-Card {
		width: 100%;
		margin-bottom: 15px;
	}
	.Services-Support-Card:last-child {
		margin-bottom: 0px;
	}
}

@media (max-width: 1280px) {
	.Nav .Container {
		padding-left: 24px;
	}
	.Nav a {
		padding-right: 12px;
		padding-left: 12px;
		margin-right: 8px;
	}
}

@media (max-width: 1080px) {
	.Nav {
		display: none;
	}
	#Menu {
		display: block;
	}
}

@media (max-width: 850px) {
	.Row-Contact .T1 {
		font-size: x-large;
	}
	.Row-Contact form p {
		display: block;
		width: 90%;
	}
	.Contact-Field-Grid {
		display: block;
		width: 90%;
	}
	.Contact-Field {
		width: 100%;
	}
	.Box-P {
		width: 70%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.Box-Third {
		width: 90%;
		margin-left: 0px;
		margin-right: 0px;
		display: inline-block;
	}
}

@media (max-width: 580px) {
	.Box-Top {
		width: 100%;
	}
}

@media (max-width: 1067px) {
	.Header-Right {
		margin-top: 58px;
	}
}

@media (max-width: 1000px) {
	.Header-Right {
		margin-top: 22px;
	}
}

@media screen and (max-width: 1100px) {
	/* line 279, CSS-Main.scss */
	.BackToTop {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
		text-align: left;
	}
	/* line 285, CSS-Main.scss */
	.BackToTop a {
		text-align: center;
	}
	/* line 288, CSS-Main.scss */
	.BackToTop #BackToTop {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 375px) {
	/* line 303, CSS-Main.scss */
	.BackToTop a {
		font-size: 0.7em;
	}
}

.Row-Services,
.Row-About,
.Row-ContactUs {
	padding-top: 10vw !important;
	padding-bottom: 10vw !important;
}
