@import url('https://fonts.googleapis.com/css?family=Marcellus:400|Bellefair:400&display=swap');#nwWebsite{background-color: rgb(251, 232, 230);}#nwWrapper{background-color: rgb(253, 244, 244);}#nwWebsite .mm-menu{background-color: rgb(251, 232, 230);}#nwWebsite button, #nwWebsite input.button, #nwWebsite .btn, #nwWebsite .nwButton, #nwWebsite .btn.btn-primary{background-color: rgb(229, 169, 144);}#nwWebsite, #nwContent, #nwWebsite .column:not(.zero), #nwContent p{color: rgb(84, 84, 84);font-size: 1.2rem;font-family: Marcellus;font-weight: 400;}#nwContent, #nwContent .column:not(.zero), #nwContent p{font-family: Bellefair;font-weight: 400;}#nwContent h1{font-family: Marcellus;font-weight: 400;}#nwContent h2{font-family: Marcellus;font-weight: 400;}#nwContent h3{font-family: Marcellus;font-weight: 400;}#nwWebsite .icon, i.bi{color: rgba(84, 84, 84, 0.7);}#nwFooter{font-size: 1rem;font-family: Bellefair;font-weight: 400;}.mm-page { /* for footer flower blend */
	background-color: rgb(251, 232, 230);
}
#nwHeader #nwLogo {
	padding-bottom: 0;
	mix-blend-mode: multiply;
}
#nwNavTop ul {
	z-index: 2;
}

#nwContent > div.firstBlock:not(.centerPanel):not(.appSlideshowInit) {
	position: relative;
	z-index: 1;
}
#nwContent > div.firstBlock:not(.centerPanel):not(.appSlideshowInit)::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc((1.5rem + 20%) * -1);
	right: calc((1.5rem + 20%) * -1);
	bottom: -5px;
	z-index: 0;
	display: block;
	border-radius: 0 0 160% 160%;
	background-image: radial-gradient(ellipse at 50% 0, #fdf4f4 40%, #fadcd9);
	outline: 1px solid #e5a990;
	outline-offset: 3px;
}
.firstBlock .column {
	position: relative;
	z-index: 1;
}
.firstBlock + .gapless {
	margin-top: -1.5rem;
}
.fullSplitPanel.alignMiddle {
	align-items: stretch;
}
.firstBlock:not(.appSlideshowInit) + .row:not(.gapless) {
	margin-top: 2rem;
}


#nwContent {
	padding-bottom: 4rem;
}
#nwFooter {
	position: relative;
	padding-top: 4rem;
	border-top: 4px double #e5a990;
	/* border-image-slice: 1; */
	/* border-image-source: linear-gradient(to right,#5d4a1f,#D1B464,#FEDB37,#FDB931 20%,#9f7928 50%,#8A6E2F 80%,#FFFFAC); */
	overflow-x: clip;
}
#nwFooter::before, #nwFooter::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	transform: translate(-50%,-50%);
	display: block;
	width: 15rem;
	height: 9rem;
	background: url(https://cdn.nimbo.com.au/assets/d34ab169b70c9dcd35e6/431227d8d40b22f812a1ba6c/uploads/flowers.jpg) center no-repeat;
	background-size: contain;
	mix-blend-mode: multiply;
	pointer-events: none;
}
#nwFooter::after {
	z-index: 0;
	width: 30rem;
	background: radial-gradient(ellipse at 50%, white 10%, rgba(255,255,255,0) 70%);
	mix-blend-mode: normal;
}


.isSlider .column.third {
	padding: 0 calc(1rem + 3px) 3px;
}
@media (max-width: 699px) {
 .isSlider .column.third {
	padding: 0 3px 3px;
 }
}
.isSlider .column.third h3 {
	min-height: 2.6em;
}

.fb-checkbox-group-label span {
	float: left;
	padding-right: 5px;
}@media (max-width: 699px) {#nwLogo {width: 300px;}}