@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700&display=swap");
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class],
ol[class] {
	list-style: none;
	margin-top: 0;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	max-width: 100%;
	display: block;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

p {
	margin: 0 0 1rem 0;
}

@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

html {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	color: #4a4a4a;
}
@media screen and (max-width: 800px) {
	html {
		font-size: 14px;
	}
}

.top-info {
	background-color: #f7f7f7;
	padding: 0.1rem 2rem;
	color: #4a4a4a;
	font-weight: 600;
	font-size: 0.75em;
}
@media screen and (max-width: 800px) {
	.top-info {
		padding: 0;
		font-size: 10px;
	}
	.top-info .container {
		margin: 0;
	}
	.top-info .container a {
		white-space: nowrap;
	}
}
.top-info__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.top-info address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-info address > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
}
.top-info address a {
	text-decoration: none;
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 1rem 0;
	margin: 0 auto;
	max-width: 900px;
}
@media screen and (max-width: 800px) {
	.main-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
}
.main-nav__logo {
	display: block;
	background: center/contain no-repeat url("../assets/children-first-logo.svg");
	width: 100%;
	height: 125px;
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
}
@media screen and (max-width: 800px) {
	.main-nav__logo {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
.main-nav__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-nav__links a {
	font-size: 1.25em;
	font-weight: 600;
	text-decoration: none;
	color: #3b8c6f;
}
@media screen and (max-width: 800px) {
	.main-nav__links a {
		font-size: 1em;
	}
}
.main-nav__links a:not(:last-of-type) {
	margin-right: 2.5rem;
}
.main-nav__links a.active {
	color: #429e7e;
	position: relative;
}
.main-nav__links a.active:after {
	content: "";
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #429e7e;
}
@media screen and (max-width: 800px) {
	.main-nav__links a.active:after {
		top: 24px;
	}
}
@media screen and (max-width: 800px) {
	.main-nav__links a:not(:last-of-type) {
		margin-right: 1rem;
	}
}

.large {
	font-size: 1.25em;
}

.dropdown-menu {
	display: none;
}

h1 {
	margin-bottom: 1.5rem;
	font-weight: 500;
}

h2,
h3 {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

h2 {
	margin-top: 2rem;
}

.banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 450px;
	margin-bottom: 2rem;
	-webkit-box-shadow: 0 2px 2px rgba(74, 74, 74, 0.5);
	box-shadow: 0 2px 2px rgba(74, 74, 74, 0.5);
}
@media screen and (max-width: 800px) {
	.banner {
		height: 225px;
	}
}
.banner__text {
	background: 50% repeat url("../assets/images/daycare-bg.png"), #6cc1a3;
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem 1rem 1rem 10%;
	border-right: 2px solid #337a61;
}
@media screen and (max-width: 800px) {
	.banner__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
.banner__text h1 {
	font-size: 2.5em;
	color: white;
	text-shadow: 1px 1px 1px #4a4a4a;
	margin-bottom: 2rem;
}
.banner__text a {
	font-size: 1.25em;
	font-weight: 600;
	color: white;
	background-color: #f2db4e;
	border-radius: 4px;
	padding: 0.5rem 1rem;
	text-shadow: 1px 1px 1px #84730a;
	text-decoration: none;
}
.banner__text a:hover {
	background-color: #cbb10f;
	color: white;
}
.banner__image {
	background: center/cover no-repeat url("../assets/images/AdobeStock_244456127-min.jpg");
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	height: 100%;
}
@media screen and (max-width: 800px) {
	.banner__image {
		display: none;
	}
}

a {
	color: #4ab08c;
}
a:hover {
	color: #337a61;
}

p {
	font-size: 1.2em;
	line-height: 1.75;
	margin-bottom: 1rem;
	max-width: 800px;
}

strong {
	font-weight: 600;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding-inline: 1rem;
}
@media screen and (max-width: 800px) {
	.container {
		max-width: 80%;
	}
}

footer {
	padding: 0.5rem 0;
	background-color: #f7f7f7;
	font-weight: 600;
}
footer:before {
	content: "";
	background: repeat-x url("../assets/images/bunting-flag.png");
	height: 50px;
	width: 100%;
	display: block;
	background-size: 250px;
	position: relative;
	top: -16px;
}

.footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-inner img {
	width: 250px;
}
.footer-inner p {
	font-size: 0.65em;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.main-content {
	margin-bottom: 100px;
}

.alert-msg {
	background-color: #f7e995;
	padding: 1rem 2rem;
	border-radius: 4px;
	margin: 1rem 0 2rem 0;
	position: relative;
}
.alert-msg:before {
	content: "";
	background: 8px 10px / contain no-repeat url("../assets/icons/noun_Alert_2920504.svg"), #a2d8c5;
	padding: 2rem;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	position: absolute;
	top: -30px;
	left: -40px;
}
@media screen and (max-width: 800px) {
	.alert-msg:before {
		height: 20px;
		width: 20px;
		top: -30px;
		left: -20px;
	}
}

.grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [12];
	grid-template-columns: repeat(12, 1fr);
}

.col-8 {
	-ms-grid-column-span: 8;
	grid-column: span 8;
}
@media screen and (max-width: 800px) {
	.col-8 {
		-ms-grid-column-span: 12;
		grid-column: span 12;
	}
}

.col-4 {
	-ms-grid-column-span: 4;
	grid-column: span 4;
}
@media screen and (max-width: 800px) {
	.col-4 {
		-ms-grid-column-span: 12;
		grid-column: span 12;
	}
}

.icon {
	position: relative;
	margin-right: 0.1rem;
}
.icon:before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	overflow: visible;
}
.icon-location:before {
	background: 2px 4px / contain no-repeat url("../assets/icons/noun_Map_3205662.svg");
}
.icon-phone:before {
	background: 2px 4px / contain no-repeat url("../assets/icons/noun_Phone_3205272.svg");
}
.icon-email:before {
	background: 2px 4px / contain no-repeat url("../assets/icons/noun_Mail_3205604.svg");
}

article.info {
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid rgba(74, 74, 74, 0.2);
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px rgba(74, 74, 74, 0.2);
	box-shadow: 1px 1px rgba(74, 74, 74, 0.2);
}
article.info h2 {
	font-size: 1.5em;
	margin-top: 0;
}
article.info h3 {
	font-size: 1.1em;
	color: #337a61;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}
article.info p,
article.info address {
	font-size: 0.9em;
}

.info-highlight {
	border-left: 4px solid #6cc1a3;
	padding-left: 1rem;
}
.info-highlight li {
	margin-bottom: 0.5rem;
	font-size: 0.9em;
}

nav.info-highlight a {
	display: block;
	color: #337a61;
	font-weight: 600;
	text-decoration: none;
}
nav.info-highlight a:not(:last-of-type) {
	margin-bottom: 1rem;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
}
@media screen and (max-width: 800px) {
	.sticky {
		display: none;
	}
}

ul.info-highlight {
	padding-left: 1rem;
	margin: 0;
	list-style-type: none;
}

address {
	font-style: normal;
}

.clipping {
	-webkit-mask: url(../assets/clipping.svg#Page-1) luminance;
	mask: url(../assets/clipping.svg#Page-1) luminance;
}

form div {
	margin-bottom: 1rem;
}

form label {
	font-size: 0.9em;
	font-weight: 600;
}

form input,
form textarea {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
}

form button {
	background: #f2db4e;
	color: #4a4a4a;
	border-radius: 4px;
	padding: 0.5rem 1rem;
	border: 0;
	font-weight: 600;
}
form button:hover {
	cursor: pointer;
	background: #f5e57e;
}

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