body {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #104735;
	font-size: 18px;
}
h1, .h1 {
    display: block;
    font-family: 'museo_slab500', serif;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
}
h2, .h2 {
	font-size: 32px;
}
h3, .h3 {
    display: block;
}
h4, .h4 {
    display: block;
}
.font-museo-slab {
    font-family: 'museo_slab500', serif;
    font-style: normal;
    font-weight: normal;
}
.font-work-sans-regular {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.font-work-sans-regular-italic {
	font-family: 'Work Sans', sans-serif;
	font-style: italic;
	font-weight: 400;
}
.font-work-sans-bold {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
}
.font-white h1 {
    color: white !important;
}

/* NOURISH LANDING PAGE CUSTOMIZATIONS */
.page-id-10226 main h1, .page-id-10226 main h2, .page-id-10226 main h3, .page-id-10226 main h4, .page-id-10226 main h5, .page-id-10226 main h6 {
    color: #e64360;
    font-family: 'museo_slab500', serif;
}
.page-id-10226 main h2 {
	font-size: 56px !important;
	font-weight: normal;
	font-family: 'museo_slab500', serif;
}
.vc_row.wpb_row.vc_row-fluid.nourish-hero.vc_custom_1737659244120.vc_row-has-fill.vc_row-o-columns-middle.vc_row-flex .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
	border-color: #e64360;
	background-color: #e64360;
}
.wpb_single_image.wpb_content_element.vc_align_right img {
	vertical-align: bottom;
	border: 30px solid #e64360;
	border-radius: 325px 310px 0px 280px;
	margin-right: -30px;
	border-bottom-width: 30px;
	clip-path: inset(0px 0px 30px 0px);
	margin-bottom: -30px;
}
.vc_row.wpb_row.vc_row-fluid.nourish-hero.vc_custom_1737578722811.vc_row-has-fill {
	max-height: 500px !important;
	height: 100%;
	width: auto;
}
.vc_row.vc_row-o-columns-bottom {
	align-items: flex-end;
}

.vc_row.wpb_row.vc_row-fluid.nourish-testimonials.font-white.vc_custom_1737663795557.vc_row-has-fill .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
    border: 10px solid white;
}

.vc_row.wpb_row.vc_row-fluid.nourish-join-us td {
	padding-right: 50px;
}

.vc_row.wpb_row.vc_row-fluid.nourish-join-us > .wpb_column.vc_column_container.vc_col-sm-12 {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 70px;
	margin-bottom: 80px;
	border-radius: 5px 5px 5px;
}


/* Landscape Tablet */
@media (max-width: 1024px) {
	
}

/* Portrait tablet */
@media (max-width: 844px) {
    .page-id-10226 main h2 {
	font-size: 46px !important;
    }
	.vc_row.wpb_row.vc_row-fluid.nourish-hero .vc_custom_1737580793005 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
    }
}
     
/* Landscape phone */
@media (max-width: 767px) {
	.page-id-10226 main h2 {
	font-size: 40px !important;
    }
    .vc_row.wpb_row.vc_row-fluid.nourish-join-us > .wpb_column.vc_column_container.vc_col-sm-12 {
	padding: 20px;
    }
}

/* Portrait phone */
@media (max-width: 506px) {
	.vc_row.wpb_row.vc_row-fluid.nourish-join-us td {
	padding-right: 7px;
    }
}