.w-layout-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px;
}

.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

.w-checkbox::before {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.w-checkbox::after {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	clear: both;
}

.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
	font-family: Montserrat, sans-serif;
	color: #1a1b1f;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

h1 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 44px;
	line-height: 62px;
	font-weight: 400;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 50px;
	font-weight: 400;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 46px;
	font-weight: 400;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
}

p {
	margin-bottom: 10px;
}

a {
	display: block;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	color: #1a1b1f;
	text-decoration: underline;
}

a:hover {
	color: #32343a;
}

a:active {
	color: #43464d;
}

ul {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 40px;
	list-style-type: disc;
}

li {
	margin-bottom: 10px;
}

img {
	display: block;
}

label {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

blockquote {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 15px 30px;
	border-left: 5px solid #e2e2e2;
	font-size: 20px;
	line-height: 34px;
}

figure {
	margin-top: 25px;
	padding-bottom: 20px;
}

figcaption {
	margin-top: 5px;
	opacity: 0.6;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.divider {
	height: 1px;
	background-color: #e1e41d;
}

.styleguide-content-wrap {
	text-align: center;
}

.section {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #16a89b;
}

.section.cc-cta {
	padding-right: 0px;
	padding-left: 300px;
	background-color: #f4f4f4;
}

.styleguide-block {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.container {
	width: 100%;
	max-width: none;
	margin-top: 0px;
	padding: 100px 60px;
	text-align: left;
}

.paragraph-tiny {
	font-size: 12px;
	line-height: 20px;
}

.title-home {
	margin-bottom: 0px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}

.title-home.cc-bigger-light {
	opacity: 0.6;
}

.button {
	padding: 12px 25px;
	border-radius: 4px;
	background-color: #e1e41d;
	-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	color: #2b302e;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover {
	background-color: #16a89b;
	color: #fff;
}

.button:active {
	background-color: #16a89b;
}

.button.cc-jumbo-button {
	padding: 16px 35px;
	font-size: 14px;
	line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
	margin-left: 0px;
	padding: 15px 30px;
	border-radius: 4px 0px 0px 4px;
	background-color: #e1e41d;
	color: #000;
	text-align: left;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
	background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
	background-color: #e1e41d;
}

.button.cc-contact-us {
	position: relative;
	z-index: 5;
	overflow: visible;
}

.button.cc-white-button {
	padding: 16px 35px;
	background-color: #fff;
	color: #202020;
	font-size: 14px;
	line-height: 26px;
}

.button.cc-white-button:hover {
	background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
	background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.label.cc-styleguide-label {
	margin-bottom: 25px;
}

.label.cc-blog-date {
	margin-top: 20px;
	opacity: 0.6;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
}

.heading-jumbo-tiny {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	text-transform: uppercase;
}

.rich-text {
	width: 70%;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

.rich-text p {
	margin-top: 15px;
	margin-bottom: 25px;
	opacity: 0.6;
}

.paragraph-light-home {
	margin-bottom: 0px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}

.h1-left {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #e1e41d;
	font-size: 64px;
	line-height: 70px;
	font-weight: 700;
	text-align: left;
	text-transform: none;
}

.heading-jumbo-small {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.2px;
	text-transform: none;
}

.styleguide-button-wrap {
	margin-top: 10px;
	margin-bottom: 10px;
}

.styleguide-header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 460px;
	padding: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1a1b1f;
	color: #fff;
	text-align: center;
}

.paragraph-small {
	font-size: 14px;
	line-height: 26px;
}

.logo-link {
	z-index: 1;
}

.logo-link:hover {
	opacity: 0.8;
}

.logo-link:active {
	opacity: 0.7;
}

.logo-link.w--current {
	display: block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menu {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-top: 120px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.navigation-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.navigation {
	position: fixed;
	z-index: 4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 300px;
	height: 174vh;
	min-width: auto;
	padding: 30px 0px 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	background-color: #fff;
}

.navigation-item {
	padding-top: 9px;
	padding-bottom: 9px;
	opacity: 0.6;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.navigation-item:hover {
	opacity: 0.9;
}

.navigation-item:active {
	opacity: 0.8;
}

.navigation-item.w--current {
	opacity: 1;
	color: #1a1b1f;
	font-weight: 600;
}

.navigation-item.w--current:hover {
	opacity: 0.8;
	color: #32343a;
}

.navigation-item.w--current:active {
	opacity: 0.7;
	color: #32343a;
}

.logo-image {
	display: block;
}

.navigation-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 70px;
	padding-bottom: 70px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.webflow-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.5;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	text-decoration: none;
}

.webflow-link:hover {
	opacity: 1;
}

.webflow-link:active {
	opacity: 0.8;
}

.webflow-logo-tiny {
	margin-top: -2px;
	margin-right: 8px;
}

.cta-text {
	width: 70%;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

.cta-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 110px;
	padding-bottom: 120px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.intro-header {
	position: -webkit-sticky;
	position: sticky;
	z-index: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4f4f4;
	background-image: url('../images/Home_header.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}

.intro-content {
	width: 70%;
	max-width: 1140px;
	text-align: center;
}

.intro-content.cc-homepage {
	margin-top: 220px;
	margin-bottom: 220px;
	margin-left: 0px;
	padding-left: 50px;
	text-align: left;
}

.motto-wrap {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	grid-auto-flow: row;
	grid-auto-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	text-align: center;
}

.status-message {
	padding: 9px 30px;
	background-color: #202020;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.status-message.cc-error-message {
	background-color: #db4b68;
}

.contact-form-wrap {
	padding: 0px;
	border-style: none;
	border-width: 1px;
	border-color: #eee;
}

.details-wrap {
	height: auto;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align: left;
}

.text-field {
	margin-bottom: 18px;
	padding: 21px 20px;
	border: 1px solid #e4e4e4;
	border-radius: 0px;
	-webkit-transition: border-color 400ms ease;
	transition: border-color 400ms ease;
	font-size: 14px;
	line-height: 26px;
}

.text-field:hover {
	border-color: #e3e6eb;
}

.text-field:active {
	border-color: #43464d;
}

.text-field:focus {
	border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
	color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
	color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
	color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
	color: rgba(50, 52, 58, 0.4);
}

.contact-team-details-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-team-pic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	height: auto;
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0px;
	background-color: transparent;
	text-align: center;
}

.blog-detail-header-wrap {
	width: 70%;
	margin: 60px auto;
}

.detail-header-image {
	display: block;
	width: 100%;
	height: 620px;
	margin-bottom: 60px;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
	background-position: 0px 0px;
	background-size: cover;
}

.detail-header-image.w--current {
	margin-bottom: 60px;
}

.contact-email-link {
	margin-bottom: 5px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.contact-email-link:hover {
	opacity: 1;
	color: #696969;
}

.contact-email-link:active {
	opacity: 0.8;
	color: #696969;
}

.protected-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.protected-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 90px;
	padding-bottom: 100px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.protected-heading {
	margin-bottom: 30px;
}

.utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	padding: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-align: center;
}

._404-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1a1b1f;
}

._404-content-wrap {
	margin-bottom: 20px;
}

.home-content-wrap {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.home-section-wrap {
	margin-bottom: 30px;
}

.about-grid {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 100px;
	padding-bottom: 0px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-auto-flow: row;
	grid-column-gap: 50px;
	grid-row-gap: 30px;
	grid-template-areas: ". .";
	grid-template-columns: repeat(auto-fit, minmax(200px, 1.75fr));
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.about-grid.cc-about-2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-template-areas: ". .";
	grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
}

.intro-text {
	width: 80%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

.work-heading {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #e1e41d;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.5px;
}

.blog-heading {
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.footer {
	display: block;
	height: 100vh;
	margin-left: 350px;
	background-color: #fff;
	text-align: left;
}

.navbar {
	position: fixed;
	z-index: 5;
	display: block;
	overflow: hidden;
	width: 350px;
	height: 641.6000366210938vh;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-flow: row;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	background-color: #fff;
	box-shadow: 0 0 9px 0 #bbb;
}

.navbar-contain {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.brand {
	width: 250px;
	height: 80px;
	margin-bottom: 30px;
	padding-bottom: 0px;
	background-image: url('../images/Tamarisk-Logo---Horizontal.png');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.nav-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 350px;
	padding-bottom: 150px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: left;
}

.nav-divider {
	width: 350px;
	height: 1px;
	margin-bottom: 20px;
	background-color: #e1e41d;
}

.body {
	overflow: visible;
}

.link-facebook {
	margin-right: 5px;
	padding: 10px 15px 20px 10px;
	background-image: url('../images/facebook.png');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.link-facebook:hover {
	opacity: 0.8;
}

.left-footer {
	position: relative;
	display: block;
	padding-top: 0px;
	padding-bottom: 30px;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	text-align: left;
}

.link-instagram {
	padding: 10px 15px 20px 10px;
	background-image: url('../images/instagram.png');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}

.link-instagram:hover {
	opacity: 0.8;
}

.text-block {
	padding-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.nav-link-home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px 20px 10px 60px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #1a1b1f;
	font-size: 14px;
	text-align: left;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-link-home:hover {
	background-color: #16a89b;
	color: #1a1b1f;
}

.nav-link-home:focus {
	background-color: #16a89b;
	color: #1a1b1f;
}

.nav-link-home.w--current:focus {
	background-color: #16a89b;
	color: #1a1b1f;
}

.nav-link-contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px 20px 10px 60px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-link-contact:hover {
	background-color: #16a89b;
	color: #1a1b1f;
}

.nav-link-contact:focus {
	background-color: #16a89b;
	color: #1a1b1f;
}

.text-block-2 {
	margin-right: 0px;
	padding-right: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
}

.dropdown-toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.dropdown-toggle:hover {
	background-color: #16a89b;
	color: #2b302e;
}

.dropdown-toggle.w--open:hover {
	background-color: #16a89b;
	color: #1a1b1f;
}

.dropdown-link {
	padding-left: 100px;
	border: 1px none #000;
	background-color: #e1e41d;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dropdown-link:hover {
	background-color: #16a89b;
	color: #1a1b1f;
}

.dropdown-link:focus {
	background-color: #16a89b;
	color: #1a1b1f;
}

.dropdown-link-2 {
	padding-left: 100px;
	border-style: none;
	border-width: 1px;
	border-color: #16a89b;
	background-color: #e1e41d;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dropdown-link-2:hover {
	background-color: #16a89b;
	color: #1a1b1f;
}

.dropdown-link-2:focus {
	background-color: #16a89b;
	color: #1a1b1f;
}

.dropdown-list {
	position: relative;
}

.nav-dropdown-initiatives:hover {
	background-color: #fff;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
}

.text-block-3 {
	margin-top: 0px;
	opacity: 0.5;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
}

.div-block {
	position: fixed;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	width: 350px;
	padding-right: 0px;
	padding-left: 0px;
}

.button-2 {
	padding: 12px 25px;
	border-radius: 0px;
	background-color: #1a1b1f;
	-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-2:hover {
	background-color: #32343a;
	color: #fff;
}

.button-2:active {
	background-color: #43464d;
}

.button-2.cc-jumbo-button {
	padding: 16px 35px;
	font-size: 14px;
	line-height: 26px;
}

.button-2.cc-jumbo-button.cc-jumbo-white {
	margin-left: 0px;
	padding: 15px 30px;
	border-radius: 0px 4px 4px 0px;
	background-color: #2b302e;
	color: #fff;
	text-align: left;
}

.button-2.cc-jumbo-button.cc-jumbo-white:hover {
	background-color: #fff;
	color: #2b302e;
}

.button-2.cc-jumbo-button.cc-jumbo-white:active {
	background-color: #e1e41d;
}

.div-block-2 {
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}

.body-1-left {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.4px;
	text-transform: none;
}

.paragraph-dark {
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.label-dark {
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.label-dark.cc-light {
	margin-top: 0px;
	margin-bottom: 10px;
	opacity: 0.6;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 14px;
}

.label-footer {
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.address-text {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5px;
}

.address-icon {
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-align: center;
}

.heading-footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.2px;
	text-transform: none;
}

.section-wpm {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #16a89b;
}

.intro-header-wpm {
	position: -webkit-sticky;
	position: sticky;
	z-index: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50vh;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4f4f4;
	background-image: url('../images/Mentoring_header.jpg');
	background-position: 50% 0%;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}

.intro-content-wmp {
	width: 70%;
	max-width: 1140px;
	text-align: center;
}

.intro-content-wmp.cc-homepage-copy {
	margin-top: 220px;
	margin-bottom: 220px;
	margin-left: 0px;
	padding-left: 50px;
	text-align: left;
}

.h1-left-wpm {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #e1e41d;
	font-size: 45px;
	line-height: 53px;
	font-weight: 700;
	text-align: left;
	text-transform: none;
}

.container-wpm {
	overflow: hidden;
	width: auto;
	height: auto;
	margin-top: 0px;
	padding: 100px 60px;
	background-color: transparent;
	text-align: center;
}

.section-wpm-3 {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #16a89b;
	background-image: url('../images/Asset-2.png');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: repeat;
	background-attachment: fixed;
}

.section-wpm-2 {
	margin-left: 350px;
	background-color: #fff;
	text-align: left;
}

.container-wpm-2 {
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 100px 60px;
	text-align: center;
}

.who-can-apply-grid {
	padding-top: 40px;
	padding-bottom: 0px;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	justify-items: stretch;
	grid-column-gap: 50px;
	grid-row-gap: 40px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	text-align: center;
}

.paragraph-light-2 {
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	letter-spacing: 0.5px;
}

.paragraph-light {
	margin-bottom: 60px;
	padding-right: 80px;
	padding-left: 80px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #1a1b1f;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
}

.paragraph-subb {
	margin-bottom: 0px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #e1e41d;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 1px;
}

.paragraph-subb.cc-bigger-white-light {
	padding-bottom: 20px;
	padding-left: 0px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	white-space: normal;
}

.grid-block-1a {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	grid-auto-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	-ms-grid-columns: 0.25fr 1fr;
	grid-template-columns: 0.25fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.image-5 {
	display: block;
}

.divider-main {
	display: block;
	height: 1px;
	margin-top: 60px;
	background-color: #e1e41d;
}

.section-hero {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #16a89b;
	background-image: url('../images/Asset-2.png');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: repeat;
	background-attachment: fixed;
}

.section-hero.cc-store-home-wrap {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
}

.section-home-body {
	margin-left: 350px;
	text-align: left;
}

.section-mentors {
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 350px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: transparent;
	background-image: url('../images/Image3.jpg');
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.grid-block-2 {
	overflow: hidden;
	width: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 40px;
	justify-items: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	grid-auto-flow: row;
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	-ms-grid-columns: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
	grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
	border-top: 1px solid #e1e41d;
}

.work-heading-2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.5px;
}

.what-to-expect-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-column-gap: 10px;
	-ms-grid-columns: 0.25fr 1fr;
	grid-template-columns: 0.25fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: transparent;
}

.text-block-5 {
	padding-top: 0px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	background-color: transparent;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 1px;
}

.section-wpm-4 {
	overflow: hidden;
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #fff;
	background-image: url('../images/Image3.jpg');
	background-position: 50% 0%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.what-to-expect-wrap {
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	grid-column-gap: 50px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: transparent;
}

.heading {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.who-can-apply-wrap {
	display: block;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-align: center;
}

.image-6 {
	margin-top: 10px;
}

.list-item {
	margin-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5px;
}

.list {
	padding-left: 15px;
}

.paragraph-3 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5px;
}

.paragraph-4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.5px;
}

.grid-block-5 {
	display: -ms-grid;
	display: grid;
	margin-bottom: 10px;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	justify-items: stretch;
	grid-auto-columns: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
	-ms-grid-columns: auto 1fr;
	grid-template-columns: auto 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.image-7 {
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.paragraph-light-wpm {
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 0.5px;
}

.div-block-13 {
	position: fixed;
	left: auto;
	top: auto;
	right: 0%;
	bottom: 20%;
	z-index: 5;
	padding-top: 60px;
	text-align: center;
}

.button-wpm {
	padding: 12px 25px;
	border-radius: 4px;
	background-color: #e1e41d;
	-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	color: #2b302e;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-wpm:hover {
	background-color: #16a89b;
	color: #fff;
}

.button-wpm:active {
	background-color: #16a89b;
}

.button-wpm.cc-jumbo-button {
	padding: 16px 35px;
	font-size: 14px;
	line-height: 26px;
}

.button-wpm.cc-jumbo-button.cc-jumbo-white {
	margin-left: 0px;
	padding: 15px 30px;
	border-radius: 4px;
	background-color: #e1e41d;
	color: #000;
	text-align: left;
}

.button-wpm.cc-jumbo-button.cc-jumbo-white:hover {
	border-style: none;
	border-width: 1px;
	border-color: #16a89b;
	background-color: #f0f0f0;
}

.button-wpm.cc-jumbo-button.cc-jumbo-white:active {
	background-color: #e1e41d;
}

.text-block-6 {
	color: #16a89b;
	font-size: 14px;
	text-align: center;
	letter-spacing: 3px;
}

.sub-head-wmp {
	color: #fff;
	letter-spacing: 1px;
}

.section-eb {
	overflow: hidden;
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #16a89b;
}

.intro-header-eb {
	position: -webkit-sticky;
	position: sticky;
	z-index: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50vh;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4f4f4;
	background-image: url('../images/New_bursary_header.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}

.intro-content-eb {
	width: 70%;
	max-width: 1140px;
	text-align: center;
}

.intro-content-eb.cc-homepage-copy {
	margin-top: 220px;
	margin-bottom: 220px;
	margin-left: 0px;
	padding-left: 50px;
	text-align: left;
}

.section-eb-2 {
	overflow: hidden;
	margin-left: 350px;
	background-color: #fff;
	text-align: left;
}

.container-eb {
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding: 100px 60px;
	background-color: transparent;
	text-align: left;
}

.text-block-8 {
	text-align: left;
}

.text-block-9 {
	text-align: left;
}

.list-main {
	padding-left: 15px;
	text-align: left;
}

.list-item-2 {
	margin-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.5px;
}

.text-block-77 {
	color: #696969;
	text-transform: uppercase;
}

.grid-block-6 {
	padding-top: 0px;
	grid-column-gap: 60px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: transparent;
}

.h2-left-eb-2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #e1e41d;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}

.paragraph-light-eb {
	margin-bottom: 10px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
}

.grid-block-2b {
	justify-items: center;
	grid-column-gap: 10px;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	background-color: transparent;
}

.paragraph-2b {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
}

.text-block-79 {
	color: #1a1b1f;
	text-decoration: none;
}

.image-8 {
	margin-right: 10px;
	padding-right: 0px;
}

.section-contact {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #fff;
}

.slider_meet-the-team {
	display: block;
	height: auto;
	margin-right: 6vw;
	margin-left: 6vw;
	background-color: transparent;
}

.slider_meet-the-team.overflow_hidden {
	display: block;
	overflow: hidden;
	margin-right: 0vw;
	margin-left: 0vw;
	padding-right: 0px;
	padding-left: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-right: 1px none #696969;
	border-left: 1px none #696969;
}

.left-arrow {
	position: relative;
	left: auto;
	top: auto;
	right: 130px;
	bottom: -45px;
	z-index: 1;
	display: none;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
}

.left-arrow:hover {
	background-color: rgba(105, 105, 105, 0.15);
}

.slide {
	overflow: visible;
	width: 250px;
	max-width: 86vw;
	margin-right: 40px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.right-arrow {
	position: relative;
	left: 130px;
	top: auto;
	right: auto;
	bottom: -45px;
	z-index: 1;
	display: none;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
}

.meet-the-team-wrap {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.mask_meet-the-team {
	overflow: visible;
	width: 100%; /* width: 250px */
	height: auto;
	max-width: 86vw;
	margin-right: 0px;
	margin-left: 0px;
}

.slide-nav_meet-the-team {
	position: relative;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	margin-top: 20px;
}

.slider_content-wrap {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.paragraph-light-home-2 {
	margin-bottom: 0px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}

.text-block-80 {
	padding-top: 0px;
	padding-left: 10px;
	background-color: transparent;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.5px;
}

.div-block-14 {
	height: 300px;
	min-height: auto;
	background-image: url('../images/Home_wp_mentoring.jpg');
	background-position: 80% 20%;
	background-size: cover;
	background-repeat: no-repeat;
}

.div-block-15 {
	height: 300px;
	min-height: auto;
	background-image: url('../images/Home_bursary.jpg');
	background-position: 70% 30%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bold-text {
	font-weight: 400;
	text-transform: uppercase;
}

.field-label {
	display: block;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 10px;
	text-align: left;
}

.text-field-required {
	border-radius: 4px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: normal;
}

.text-field-required:focus {
	box-shadow: 0 0 3px 0 #16a89b;
}

.text-field-columns {
	display: block;
	margin-top: 30px;
}

.text-field-columns-2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-field-3 {
	overflow: auto;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 4px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: normal;
}

.text-field-3:focus {
	box-shadow: 0 0 3px 0 #16a89b;
}

.checkbox-label {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 11px;
}

.checkbox-eb-uni {
	text-align: left;
}

.checkbox-eb {
	text-align: left;
}

.checkbox-others {
	text-align: left;
}

.form-submit-button {
	width: 100%;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0px;
	background-color: #16a89b;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.form-submit-button:hover {
	background-color: rgba(22, 168, 155, 0.9);
	color: #fff;
}

.field-label-3 {
	display: block;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 10px;
	font-weight: 400;
	text-align: left;
}

.column {
	overflow: visible;
	padding-right: 20px;
	padding-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.text-field-columns-3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.success-message {
	background-color: rgba(225, 228, 29, 0.7);
	color: #16a89b;
}

.text-block-82 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: none;
}

.text-block-83 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.section-contact-us {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #16a89b;
}

.intro-header-contact-us {
	position: -webkit-sticky;
	position: sticky;
	z-index: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50vh;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4f4f4;
	background-image: url('../images/Bursary_uni_header_white_B.jpg');
	background-position: 50% 0%;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}

.intro-content-contact-us {
	width: 70%;
	max-width: 1140px;
	text-align: center;
}

.intro-content-contact-us.cc-homepage-copy {
	margin-top: 220px;
	margin-bottom: 220px;
	margin-left: 0px;
	padding-left: 50px;
	text-align: left;
}

.heading-jumbo-contact-us {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 45px;
	line-height: 53px;
	font-weight: 700;
	text-align: left;
	text-transform: none;
}

.divider-contact-us {
	width: 80%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #e1e41d;
}

.column-5 {
	padding-right: 0px;
	padding-left: 20px;
}

.column-6 {
	padding-right: 20px;
	padding-left: 0px;
}

.column-7 {
	padding-right: 0px;
	padding-left: 20px;
}

.div-block-16 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.div-block-17 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-form-wrap-eb {
	padding: 0px;
	border-style: none;
	border-width: 1px;
	border-color: #eee;
}

.contact-us-form-eb {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

.form-submit-button-eb {
	width: 20%;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0px;
	background-color: #16a89b;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.form-submit-button-eb:hover {
	background-color: rgba(22, 168, 155, 0.9);
	color: #fff;
}

.icon-2 {
	position: static;
	left: auto;
	bottom: auto;
	z-index: 1;
	margin-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 25px;
}

.icon-3 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	z-index: 1;
	margin-top: auto;
	margin-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 25px;
}

.column-wrap-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

.column-image-1 {
	display: block;
	padding: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: left;
}

.image-9 {
	text-align: left;
}

.column-about-wrap {
	margin-right: -30px;
	margin-bottom: 60px;
	margin-left: -30px;
}

.column-text-1 {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: left;
}

.h2-left {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.2px;
	text-transform: none;
}

.h2-centre {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2px;
	text-transform: none;
}

.modal-team-1 {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 20;
	display: none;
	overflow: visible;
	height: auto;
	margin-left: 350px;
	padding: 0%;
	background-color: rgba(43, 48, 46, 0.9);
}

.modal-window {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-left: 350px;
	padding: 20px 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-cta {
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: underline;
}

.modal-link {
	width: 100%;
	text-decoration: none;
}

.modal-close {
	position: fixed;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-left: 350px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.buttonclose {
	border: 1px none #fff;
	border-radius: 0px;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.buttonclose:hover {
	background-color: transparent;
	opacity: 0.5;
}

.close-modal {
	position: fixed;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	margin-right: 0px;
	margin-left: 0px;
}

.image-12 {
	position: static;
	margin-top: 0px;
	margin-left: 0px;
}

.div-block-23 {
	margin-top: 20px;
	margin-right: 20px;
}

.team-1-left {
	display: block;
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.team-1-right {
	width: 50%;
	padding: 20px 0px 20px 40px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
}

.image-13 {
	display: inline-block;
	width: 60%;
	height: 100%;
	border-style: none;
	border-width: 10px;
	border-color: #e1e41d;
	border-radius: 0px;
}

.paragraph-modal {
	margin-bottom: 0px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
}

.paragraph-modal-2 {
	display: block;
	margin-bottom: 0px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
}

.title-modal {
	margin-bottom: 0px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #e1e41d;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}

.profile-modal a {
	margin-bottom: 0px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #e1e41d;
	font-size: 12px;
	line-height: 32px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}

.divider-modal {
	width: 30%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #e1e41d;
}

.mask-2 {
	height: auto;
	margin-right: 100px;
	margin-left: 100px;
}

.slider-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	background-color: transparent;
}

.slide-nav {
	display: none;
	margin-top: 0px;
	margin-bottom: -100px;
}

.team-1-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.icon-4 {
	color: #696969;
}

.icon-5 {
	color: #696969;
}

.image-14 {
	display: inline-block;
	margin-bottom: 10px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
}

.mentoring-topics {
	width: 100%;
	padding: 10px 20px;
	text-align: center;
}

.button-meet-the-team {
	padding: 12px 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #16a89b;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	color: #2b302e;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-meet-the-team:hover {
	background-color: #e1e41d;
	color: #fff;
}

.button-meet-the-team:active {
	background-color: #e1e41d;
}

.what-to-expect-1 {
	position: static;
	display: block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-align: left;
}

.why-join-us-grid {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	grid-column-gap: 50px;
	grid-row-gap: 40px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	text-align: center;
}

.container-2 {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 40px 0px;
	text-align: left;
}

.modal-team-2 {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 20;
	display: none;
	overflow: visible;
	height: auto;
	margin-left: 350px;
	padding: 0%;
	background-color: rgba(43, 48, 46, 0.9);
}

.meet-the-team-wrap-2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.slider_meet-the-team-2 {
	display: block;
	overflow: visible;
	height: auto;
	margin-right: 6vw;
	margin-left: 6vw;
	background-color: transparent;
}

.slider_meet-the-team-2.overflow_hidden {
	display: block;
	overflow: hidden;
	margin-right: 0vw;
	margin-left: 0vw;
	padding-right: 0px;
	padding-left: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-right: 1px none #696969;
	border-left: 1px none #696969;
}

.slider-testimony {
	overflow: visible;
	width: auto;
	margin: 60px 0vw 0px;
	background-color: transparent;
}

.mask-testimony {
	overflow: visible;
	width: 100%;
	max-width: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.testimony-1 {
	overflow: visible;
	width: auto;
}

.testimony-slider-wrap {
	display: block;
	overflow: hidden;
	width: auto;
	margin-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.left-arrow-2 {
	display: none;
}

.right-arrow-2 {
	display: none;
}

.paragraph-light-middle {
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #e1e41d;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}

.paragraph-light-middle-2 {
	margin-bottom: 40px;
	padding-right: 10px;
	padding-left: 10px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #f0f0f0;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}

.slide-nav-2 {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.form-general-eb {
	text-align: left;
}

.divider-eb {
	display: block;
	height: 1px;
	margin-top: 60px;
	margin-bottom: 0px;
	background-color: #e1e41d;
}

.checkbox {
	background-color: #fff;
}

.checkbox-2 {
	background-color: #fff;
}

.checkbox-3 {
	background-color: #fff;
}

.eb-content-wrap {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.eb-grid {
	margin-top: 100px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-auto-flow: row;
	grid-column-gap: 50px;
	grid-row-gap: 30px;
	grid-template-areas: ". .";
	grid-template-columns: repeat(auto-fit, minmax(200px, 1.75fr));
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.eb-description-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

.eb-description {
	margin-bottom: 30px;
}

.button-eb-uni {
	padding: 12px 25px;
	border-radius: 4px;
	background-color: #e1e41d;
	-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	color: #2b302e;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-eb-uni:hover {
	background-color: #16a89b;
	color: #fff;
}

.button-eb-uni:active {
	background-color: #16a89b;
}

.eb-uni-image {
	height: 300px;
	min-height: auto;
	background-image: url('../images/Bursary_university.jpg');
	background-position: 70% 30%;
	background-size: cover;
	background-repeat: no-repeat;
}

.eb-grid-2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 60px;
	padding-bottom: 0px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-auto-flow: row;
	grid-column-gap: 50px;
	grid-row-gap: 30px;
	grid-template-areas: ". .";
	grid-template-columns: repeat(auto-fit, minmax(200px, 1.75fr));
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.eb-uni-image-2 {
	height: 300px;
	min-height: auto;
	background-image: url('../images/Bursary_youth_at_risk.jpg');
	background-position: 80% 20%;
	background-size: cover;
	background-repeat: no-repeat;
}

.button-eb-yar {
	padding: 12px 25px;
	border-radius: 4px;
	background-color: #e1e41d;
	-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	color: #2b302e;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-eb-yar:hover {
	background-color: #16a89b;
	color: #fff;
}

.button-eb-yar:active {
	background-color: #16a89b;
}

.h1-left-eb {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #e1e41d;
	font-size: 45px;
	line-height: 53px;
	font-weight: 700;
	text-align: left;
	text-transform: none;
}

.sub-head-eb {
	color: #fff;
	letter-spacing: 1px;
}

.section-eb-uni {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #16a89b;
}

.intro-header-eb-uni {
	position: -webkit-sticky;
	position: sticky;
	z-index: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50vh;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4f4f4;
	background-image: url('../images/EBpage_Hero2.jpg');
	background-position: 50% 0%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}

.intro-content-eb-uni {
	width: 70%;
	max-width: 1140px;
	text-align: center;
}

.intro-content-eb-uni.cc-homepage-copy {
	margin-top: 220px;
	margin-bottom: 220px;
	margin-left: 0px;
	padding-left: 50px;
	text-align: left;
}

.section-eb-uni-2 {
	margin-left: 350px;
	background-color: #fff;
	text-align: left;
}

.section-eb-uni-3 {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #16a89b;
	background-image: url('../images/Asset-2.png');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: repeat;
	background-attachment: fixed;
}

.email-icon {
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-align: center;
}

.phone-icon {
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-align: center;
}

.label-address {
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.label-email {
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.label-phone {
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.phone-text {
	margin-bottom: 0px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
}

.body-2 {
	overflow: visible;
}

.h1-left-eb-2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 45px;
	line-height: 53px;
	font-weight: 700;
	text-align: left;
	text-transform: none;
}

.h2-eb-left {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.2px;
	text-transform: none;
}

.label-dark-eb {
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.label-dark-eb.cc-light {
	margin-top: 0px;
	margin-bottom: 10px;
	opacity: 0.6;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 14px;
}

.button-back-eb-wrap {
	position: static;
	left: auto;
	top: 20%;
	right: 0%;
	bottom: auto;
	z-index: 5;
	padding-top: 60px;
	text-align: center;
}

.button-back-eb {
	padding: 12px 25px;
	border-radius: 4px;
	background-color: #e1e41d;
	-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	color: #2b302e;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-back-eb:hover {
	background-color: #16a89b;
	color: #fff;
}

.button-back-eb:active {
	background-color: #16a89b;
}

.button-back-eb.cc-jumbo-button {
	padding: 16px 35px;
	font-size: 14px;
	line-height: 26px;
}

.button-back-eb.cc-jumbo-button.cc-jumbo-white {
	margin-left: 0px;
	padding: 15px 30px;
	border-radius: 4px;
	background-color: #e1e41d;
	color: #000;
	text-align: left;
}

.button-back-eb.cc-jumbo-button.cc-jumbo-white:hover {
	border-style: none;
	border-width: 1px;
	border-color: #16a89b;
	background-color: #f0f0f0;
}

.button-back-eb.cc-jumbo-button.cc-jumbo-white:active {
	background-color: #e1e41d;
}

.section-eb-yar {
	height: auto;
	margin-right: 0px;
	margin-left: 350px;
	padding-left: 0px;
	background-color: #16a89b;
}

.intro-header-eb-yar {
	position: -webkit-sticky;
	position: sticky;
	z-index: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50vh;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4f4f4;
	background-image: url('../images/EBpage_Hero2.jpg');
	background-position: 50% 0%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}

.intro-content-eb-yar {
	width: 70%;
	max-width: 1140px;
	text-align: center;
}

.intro-content-eb-yar.cc-homepage-copy {
	margin-top: 220px;
	margin-bottom: 220px;
	margin-left: 0px;
	padding-left: 50px;
	text-align: left;
}

.section-eb-yar-2 {
	margin-left: 350px;
	background-color: #fff;
	text-align: left;
}

.container-eb-yar {
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding: 100px 60px;
	background-color: transparent;
	text-align: center;
}

.section-eb-yar-4 {
	margin-left: 350px;
	background-color: #f0f0f0;
	text-align: left;
}

.motto-wrap-eb-yar {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	grid-auto-flow: row;
	grid-auto-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	text-align: center;
}

.divider-eb-yar {
	display: block;
	height: 1px;
	margin-top: 60px;
	background-color: #fff;
}

.column-10 {
	padding-right: 20px;
	padding-left: 0px;
}

.column-11 {
	overflow: visible;
	padding-right: 0px;
	padding-left: 20px;
}

.div-block-31 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.paragraph-dark-2 {
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.label-dark2 {
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.label-dark2.cc-light {
	margin-top: 0px;
	margin-bottom: 10px;
	opacity: 0.6;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 14px;
}

.photo {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/ivy.jpg');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
}

.spacer {
	height: 60px;
}

.photo-2 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/psMark.jpg');
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.photo-3 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/praiseM.jpg');
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.photo-4 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/martin.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.photo-5 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/kevin.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.mentor-0 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/vjgenato.png');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
}

.mentor-1 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/daniel.png');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
}

.mentor-2 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/ferawaty.png');
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.mentor-3 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/eugene.png');
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.mentor-4 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/michelle.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.mentor-5 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	background-image: url('../images/suiji.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.div-block-26a {
	margin-right: 40px;
}

.contact-us-form-wpm {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

.form-general-wpm {
	text-align: left;
}

.text-field-columns-wpm {
	display: block;
	margin-top: 30px;
}

.text-field-columns-wpm-2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-field-columns-wpm-3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.form-submit-button-wpm {
	width: 20%;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0px;
	background-color: #16a89b;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.form-submit-button-wpm:hover {
	background-color: rgba(22, 168, 155, 0.9);
	color: #fff;
}

.column-left {
	overflow: visible;
	padding-right: 20px;
	padding-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.column-center {
	padding-right: 20px;
	padding-left: 20px;
}

.column-right {
	padding-right: 0px;
	padding-left: 20px;
}

.datepicker {
	border-radius: 4px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.text-field-optional {
	border-radius: 4px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: normal;
}

.text-field-optional:focus {
	box-shadow: 0 0 3px 0 #16a89b;
}

.checkbox-wpm {
	text-align: left;
}

.field-label-subtext {
	display: block;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: rgba(105, 105, 105, 0.65);
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	text-transform: uppercase;
}

.field-label-4 {
	display: block;
	margin-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #696969;
	font-size: 10px;
	font-weight: 400;
	text-align: left;
}

.button-back-wpm {
	padding: 12px 25px;
	border-radius: 4px;
	background-color: #e1e41d;
	-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
	color: #2b302e;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-back-wpm:hover {
	background-color: #16a89b;
	color: #fff;
}

.button-back-wpm:active {
	background-color: #16a89b;
}

.button-back-wpm.cc-jumbo-button {
	padding: 16px 35px;
	font-size: 14px;
	line-height: 26px;
}

.button-back-wpm.cc-jumbo-button.cc-jumbo-white {
	margin-left: 0px;
	padding: 15px 30px;
	border-radius: 4px;
	background-color: #e1e41d;
	color: #000;
	text-align: left;
}

.button-back-wpm.cc-jumbo-button.cc-jumbo-white:hover {
	border-style: none;
	border-width: 1px;
	border-color: #16a89b;
	background-color: #f0f0f0;
}

.button-back-wpm.cc-jumbo-button.cc-jumbo-white:active {
	background-color: #e1e41d;
}

.list-wpm {
	margin-top: 0px;
	padding-left: 15px;
	list-style-type: disc;
}

.list-item-wpm {
	margin-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-transform: none;
}

.checkbox-acknowledge {
	margin-bottom: 20px;
	text-align: left;
}

.divider-grey {
	height: 1px;
	margin-bottom: 20px;
	background-color: rgba(105, 105, 105, 0.4);
}

.text-block-85 {
	display: block;
	margin-bottom: 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #2b302e;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1px;
}

.link {
	display: inline-block;
	padding-right: 0px;
	padding-left: 5px;
}

.text-intake-white {
	padding-top: 0px;
	padding-left: 10px;
	background-color: transparent;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.5px;
}

.div-intake-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.divider-white {
	width: 30%;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #fff;
}

.h2-description {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.2px;
	text-transform: none;
}

.paragraph-testimony {
	margin-bottom: 40px;
	padding-right: 80px;
	padding-left: 80px;
	opacity: 1;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #f0f0f0;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}

.h2-left-2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #16a89b;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.2px;
	text-transform: none;
}

@media (max-width: 991px) {
	.section {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.section.cc-cta {
		padding-right: 0px;
		padding-left: 0px;
	}
	.styleguide-block {
		text-align: center;
	}
	.container {
		display: block;
		padding-top: 60px;
		padding-bottom: 60px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.button {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.button.cc-contact-us {
		display: none;
	}
	.paragraph-light-home {
		font-size: 12px;
		line-height: 20px;
	}
	.h1-left {
		font-size: 56px;
		line-height: 70px;
	}
	.heading-jumbo-small {
		font-size: 18px;
		line-height: 24px;
	}
	.logo-link.w--current {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.menu-icon {
		display: block;
	}
	.menu {
		position: static;
		margin-left: 30px;
	}
	.navigation-wrap {
		background-color: #fff;
	}
	.navigation {
		padding: 25px 30px;
	}
	.navigation-item {
		padding: 15px 30px;
		-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
		transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
		text-align: center;
	}
	.navigation-item:hover {
		background-color: #f7f8f9;
	}
	.navigation-item:active {
		background-color: #eef0f3;
	}
	.menu-button {
		padding: 0px;
	}
	.menu-button.w--open {
		background-color: transparent;
	}
	.navigation-items {
		background-color: #fff;
	}
	.cta-text {
		width: auto;
	}
	.cta-wrap {
		width: auto;
		padding: 80px 50px 90px;
	}
	.intro-content.cc-homepage {
		margin-bottom: 200px;
	}
	.motto-wrap {
		grid-column-gap: 30px;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
	.details-wrap {
		float: none;
	}
	.contact-team-pic {
		border-radius: 0px;
	}
	.blog-detail-header-wrap {
		width: 70%;
	}
	.detail-header-image {
		height: 460px;
	}
	.contact-email-link {
		font-size: 14px;
		line-height: 20px;
	}
	.about-grid {
		padding-top: 60px;
		grid-row-gap: 50px;
		grid-template-areas: "." ".";
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto 50px auto;
		grid-template-rows: auto auto;
		direction: ltr;
		text-align: center;
	}
	.about-grid.cc-about-2 {
		padding-top: 60px;
		grid-template-areas: "." ".";
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.intro-text {
		width: auto;
	}
	.footer {
		margin-left: 220px;
	}
	.navbar {
		left: 0%;
		top: 0%;
		right: auto;
		bottom: 0%;
		width: 220px;
		box-shadow: 0 0 9px 0 rgba(43, 48, 46, 0.33);
	}
	.navbar-contain {
		padding-right: 0px;
		padding-left: 0px;
	}
	.brand {
		width: 75%;
		height: 50px;
	}
	.nav-menu {
		width: 220px;
		padding-bottom: 100px;
	}
	.nav-divider {
		width: 100%;
		margin-bottom: 20px;
	}
	.link-facebook {
		padding-bottom: 20px;
	}
	.link-instagram {
		padding-bottom: 20px;
	}
	.nav-link-home {
		padding-left: 30px;
		font-size: 12px;
	}
	.nav-link-contact {
		padding-left: 30px;
		font-size: 12px;
	}
	.text-block-2 {
		font-size: 12px;
	}
	.dropdown-toggle {
		width: 220px;
		padding-left: 30px;
		font-size: 12px;
	}
	.dropdown-link {
		padding-left: 30px;
		font-size: 11px;
	}
	.dropdown-link-2 {
		padding-left: 30px;
		font-size: 11px;
	}
	.div-block {
		position: fixed;
		left: 0%;
		top: auto;
		right: 0%;
		bottom: 0%;
		width: 220px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 0px;
	}
	.button-2 {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.div-block-2 {
		width: 220px;
		padding-right: 20px;
		padding-left: 30px;
	}
	.body-1-left {
		font-size: 14px;
		line-height: 22px;
	}
	.paragraph-dark {
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	.label-dark.cc-light {
		margin-bottom: 0px;
		text-align: left;
	}
	.address-text {
		font-size: 14px;
		line-height: 22px;
	}
	.heading-footer {
		margin-bottom: 10px;
		padding-bottom: 0px;
		font-size: 24px;
		line-height: 32px;
		text-align: left;
	}
	.section-wpm {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-wpm {
		height: 40vh;
		background-position: 50% 0%;
		background-size: auto 50vh;
		background-repeat: no-repeat;
	}
	.intro-content-wmp.cc-homepage-copy {
		margin-top: 140px;
		margin-bottom: 140px;
	}
	.h1-left-wpm {
		font-size: 32px;
		line-height: 40px;
	}
	.container-wpm {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-wpm-3 {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.section-wpm-2 {
		margin-left: 220px;
	}
	.container-wpm-2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.who-can-apply-grid {
		padding-top: 20px;
		grid-row-gap: 20px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
	}
	.paragraph-light-2 {
		font-size: 12px;
		line-height: 20px;
	}
	.paragraph-light {
		padding-right: 40px;
		padding-left: 40px;
		font-size: 14px;
		line-height: 22px;
	}
	.paragraph-subb.cc-bigger-white-light {
		font-size: 16px;
		line-height: 30px;
	}
	.divider-main {
		display: block;
	}
	.section-hero {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.section-hero.cc-store-home-wrap {
		margin-top: 0px;
		margin-left: 220px;
		padding-left: 0px;
	}
	.section-home-body {
		margin-left: 220px;
	}
	.section-mentors {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #f0f0f0;
	}
	.grid-block-2 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.work-heading-2 {
		line-height: 32px;
	}
	.what-to-expect-grid {
		grid-column-gap: 10px;
		-ms-grid-columns: 22% 1fr;
		grid-template-columns: 22% 1fr;
	}
	.section-wpm-4 {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.what-to-expect-wrap {
		-ms-grid-columns: minmax(auto, 1fr);
		grid-template-columns: minmax(auto, 1fr);
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto;
	}
	.image-6 {
		margin-top: 0px;
	}
	.list-item {
		font-size: 14px;
		line-height: 24px;
	}
	.paragraph-light-wpm {
		font-size: 12px;
		line-height: 20px;
	}
	.div-block-13 {
		left: auto;
		top: auto;
		right: 0%;
		bottom: 15%;
	}
	.button-wpm {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sub-head-wmp {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 1px;
	}
	.section-eb {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-eb {
		height: 30vh;
		background-position: 50% 0%;
		background-size: contain;
	}
	.intro-content-eb.cc-homepage-copy {
		margin-top: 140px;
		margin-bottom: 140px;
	}
	.section-eb-2 {
		margin-left: 220px;
	}
	.container-eb {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.list-main {
		margin-top: 10px;
	}
	.list-item-2 {
		font-size: 14px;
		line-height: 22px;
	}
	.grid-block-6 {
		padding-top: 0px;
		grid-row-gap: 30px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
	}
	.paragraph-light-eb {
		font-size: 14px;
		line-height: 20px;
	}
	.grid-block-2b {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		grid-column-gap: 10px;
		-ms-grid-columns: 22% 1fr;
		grid-template-columns: 22% 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
	.paragraph-2b {
		text-align: left;
	}
	.section-contact {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #fff;
	}
	.slider_meet-the-team.overflow_hidden {
		margin-right: 0vw;
		margin-left: 0vw;
	}
	.paragraph-light-home-2 {
		font-size: 12px;
		line-height: 20px;
	}
	.text-block-80 {
		line-height: 16px;
	}
	.form-submit-button {
		width: 40%;
	}
	.section-contact-us {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-contact-us {
		height: 30vh;
		background-position: 50% 0%;
		background-size: contain;
	}
	.intro-content-contact-us.cc-homepage-copy {
		margin-top: 140px;
		margin-bottom: 140px;
	}
	.heading-jumbo-contact-us {
		font-size: 36px;
		line-height: 44px;
	}
	.divider-contact-us {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.div-block-16 {
		text-align: left;
	}
	.div-block-17 {
		text-align: left;
	}
	.form-submit-button-eb {
		width: 40%;
	}
	.column-wrap-1 {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}
	.h2-left {
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}
	.h2-centre {
		font-size: 18px;
		line-height: 24px;
	}
	.modal-team-1 {
		display: none;
		margin-left: 220px;
		padding-right: 0%;
		padding-left: 0%;
	}
	.modal-window {
		margin-left: 220px;
	}
	.text-cta {
		font-size: 12px;
		line-height: 20px;
	}
	.team-1-left {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
	}
	.team-1-right {
		width: 70%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.paragraph-modal {
		font-size: 12px;
		line-height: 20px;
		font-weight: 700;
		text-align: center;
	}
	.paragraph-modal-2 {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	.title-modal {
		margin-bottom: 10px;
		text-align: center;
	}
	.divider-modal {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.mask-2 {
		margin-right: 80px;
		margin-left: 80px;
	}
	.team-1-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.button-meet-the-team {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.why-join-us-grid {
		padding-top: 20px;
		grid-row-gap: 20px;
	}
	.container-2 {
		display: block;
		padding: 60px 0px 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.modal-team-2 {
		margin-left: 220px;
		padding-right: 0%;
		padding-left: 0%;
	}
	.slider_meet-the-team-2.overflow_hidden {
		margin-right: 4vw;
		margin-left: 4vw;
	}
	.paragraph-light-middle {
		font-size: 14px;
		line-height: 20px;
	}
	.paragraph-light-middle-2 {
		font-size: 14px;
		line-height: 20px;
	}
	.divider-eb {
		display: block;
	}
	.eb-grid {
		margin-top: 60px;
		padding-top: 0px;
		grid-row-gap: 30px;
		grid-template-areas: "." ".";
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto 30px auto;
		grid-template-rows: auto auto;
		direction: ltr;
		text-align: center;
	}
	.eb-description-wrap {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.button-eb-uni {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.eb-grid-2 {
		padding-top: 60px;
		grid-row-gap: 30px;
		grid-template-areas: "." ".";
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto 30px auto;
		grid-template-rows: auto auto;
		direction: ltr;
		text-align: center;
	}
	.button-eb-yar {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.h1-left-eb {
		font-size: 32px;
		line-height: 40px;
	}
	.sub-head-eb {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 1px;
	}
	.section-eb-uni {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-eb-uni {
		height: 30vh;
		background-position: 50% 0%;
		background-size: contain;
	}
	.intro-content-eb-uni.cc-homepage-copy {
		margin-top: 140px;
		margin-bottom: 140px;
	}
	.section-eb-uni-2 {
		margin-left: 220px;
	}
	.section-eb-uni-3 {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.phone-text {
		font-size: 14px;
		line-height: 20px;
	}
	.h1-left-eb-2 {
		font-size: 32px;
		line-height: 40px;
	}
	.div-block-30 {
		text-align: center;
	}
	.h2-eb-left {
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}
	.label-dark-eb.cc-light {
		margin-bottom: 0px;
		text-align: left;
	}
	.button-back-eb {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.section-eb-yar {
		margin-left: 220px;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-eb-yar {
		height: 30vh;
		background-position: 50% 0%;
		background-size: contain;
	}
	.intro-content-eb-yar.cc-homepage-copy {
		margin-top: 140px;
		margin-bottom: 140px;
	}
	.section-eb-yar-2 {
		margin-left: 220px;
	}
	.container-eb-yar {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-eb-yar-4 {
		margin-left: 220px;
	}
	.motto-wrap-eb-yar {
		grid-column-gap: 30px;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
	.divider-eb-yar {
		display: block;
	}
	.paragraph-dark-2 {
		font-size: 14px;
		line-height: 22px;
		text-align: left;
	}
	.label-dark2.cc-light {
		margin-bottom: 0px;
		text-align: left;
	}
	.form-submit-button-wpm {
		width: 40%;
	}
	.column-left {
		padding-right: 0px;
	}
	.column-center {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-right {
		padding-left: 0px;
	}
	.button-back-wpm {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.list-item-wpm {
		font-size: 12px;
		line-height: 16px;
	}
	.text-block-85 {
		line-height: 20px;
	}
	.text-intake-white {
		line-height: 16px;
	}
	.bold-text-2 {
		text-align: left;
	}
	.h2-description {
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}
	.paragraph-testimony {
		font-size: 14px;
		line-height: 20px;
	}
	.h2-left-2 {
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.section {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.section.cc-cta {
		padding: 15px;
	}
	.container {
		padding: 60px 30px;
		text-align: center;
	}
	.title-home {
		font-size: 14px;
		line-height: 28px;
	}
	.rich-text {
		width: 90%;
		max-width: 470px;
		text-align: left;
	}
	.paragraph-light-home {
		font-size: 12px;
	}
	.h1-left {
		font-size: 50px;
		line-height: 64px;
	}
	.heading-jumbo-small {
		font-size: 16px;
		line-height: 22px;
	}
	.logo-link {
		padding-left: 0px;
	}
	.navigation {
		padding: 20px 30px;
	}
	.cta-wrap {
		padding-right: 30px;
		padding-left: 30px;
	}
	.intro-header {
		height: auto;
		background-position: 100% 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.intro-content {
		width: 80%;
	}
	.intro-content.cc-homepage {
		width: 100vw;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 50px;
	}
	.motto-wrap {
		margin-bottom: 0px;
		grid-column-gap: 30px;
	}
	.contact-form-wrap {
		padding: 30px 0px;
	}
	.blog-detail-header-wrap {
		width: 90%;
		max-width: 470px;
		text-align: left;
	}
	.contact-email-link {
		font-size: 14px;
	}
	.utility-page-wrap {
		padding: 15px;
	}
	._404-wrap {
		padding: 30px;
	}
	.about-grid {
		padding-top: 60px;
	}
	.footer {
		margin-left: 0px;
	}
	.navbar {
		position: -webkit-sticky;
		position: sticky;
		z-index: 10;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: visible;
		width: auto;
		height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: transparent;
		box-shadow: none;
	}
	.navbar-contain {
		position: absolute;
		z-index: 10;
		width: 100vw;
		height: auto;
		margin-bottom: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		background-color: #fff;
	}
	.brand {
		display: block;
		width: 25%;
		margin-bottom: 0px;
		margin-left: 20px;
	}
	.nav-menu {
		z-index: 10;
		overflow: visible;
		width: auto;
		margin-top: 60px;
		margin-left: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		background-color: #fff;
		text-align: left;
	}
	.nav-divider {
		display: none;
	}
	.menu-button-2 {
		display: block;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		background-color: #e1e41d;
	}
	.menu-button-2.w--open {
		background-color: #2b302e;
	}
	.body {
		height: auto;
		background-color: #fff;
	}
	.left-footer {
		display: none;
	}
	.dropdown-toggle {
		width: 100vw;
		margin-right: 0px;
		margin-left: 0px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.body-1-left {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.label-dark.cc-light {
		margin-top: 0px;
		text-align: left;
	}
	.heading-footer {
		font-size: 24px;
		line-height: 22px;
		letter-spacing: 0.5px;
	}
	.section-wpm {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-wpm {
		height: 50vh;
		background-position: 60% 10%;
		background-size: auto 60%;
		background-repeat: no-repeat;
	}
	.intro-content-wmp {
		width: 80%;
	}
	.intro-content-wmp.cc-homepage-copy {
		width: 100vw;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 50px;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.h1-left-wpm {
		font-size: 30px;
		line-height: 38px;
	}
	.container-wpm {
		padding: 60px 30px;
		text-align: center;
	}
	.section-wpm-3 {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.section-wpm-2 {
		margin-left: auto;
	}
	.container-wpm-2 {
		padding: 60px 30px;
		text-align: center;
	}
	.paragraph-light-2 {
		font-size: 12px;
	}
	.paragraph-subb {
		font-size: 18px;
		line-height: 28px;
	}
	.paragraph-subb.cc-bigger-white-light {
		font-size: 14px;
	}
	.divider-main {
		margin-top: 40px;
	}
	.section-hero {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.section-hero.cc-store-home-wrap {
		width: 100vw;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
	}
	.section-home-body {
		margin-left: auto;
	}
	.section-mentors {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #f0f0f0;
	}
	.grid-block-2 {
		margin-bottom: 60px;
	}
	.what-to-expect-grid {
		grid-column-gap: 20px;
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
	}
	.text-block-5 {
		text-align: center;
	}
	.section-wpm-4 {
		margin-top: -60px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #fff;
	}
	.who-can-apply-wrap {
		text-align: left;
	}
	.list-item {
		font-size: 12px;
		line-height: 20px;
	}
	.list {
		margin-top: 0px;
	}
	.paragraph-3 {
		font-size: 12px;
		line-height: 20px;
	}
	.paragraph-light-wpm {
		font-size: 14px;
	}
	.div-block-13 {
		left: auto;
		top: auto;
		right: 0%;
		bottom: 10%;
		padding-top: 40px;
	}
	.button-wpm.cc-jumbo-button.cc-jumbo-white {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sub-head-wmp {
		letter-spacing: 1px;
	}
	.section-eb {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-eb {
		height: auto;
		background-position: 30% 0%;
		background-size: auto 40%;
		background-repeat: no-repeat;
	}
	.intro-content-eb {
		width: 80%;
	}
	.intro-content-eb.cc-homepage-copy {
		width: 100vw;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 50px;
	}
	.section-eb-2 {
		margin-left: auto;
	}
	.container-eb {
		padding: 60px 30px;
		text-align: center;
	}
	.list-main {
		margin-top: 0px;
	}
	.list-item-2 {
		font-size: 14px;
		line-height: 22px;
	}
	.paragraph-light-eb {
		font-size: 14px;
	}
	.grid-block-2b {
		grid-column-gap: 20px;
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
	}
	.image-8 {
		display: none;
	}
	.section-contact {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #fff;
	}
	.paragraph-light-home-2 {
		font-size: 12px;
	}
	.text-block-80 {
		text-align: center;
	}
	.field-label {
		text-align: left;
	}
	.text-field-required {
		text-align: left;
	}
	.text-field-columns-2 {
		text-align: left;
	}
	.text-field-3 {
		position: relative;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		text-align: left;
	}
	.form-submit-button {
		width: 100%;
		font-size: 12px;
	}
	.field-label-3 {
		margin-left: 0px;
		text-align: left;
	}
	.column {
		padding-right: 0px;
		padding-left: 0px;
	}
	.text-field-columns-3 {
		text-align: left;
	}
	.section-contact-us {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-contact-us {
		height: auto;
		background-position: 40% 0%;
		background-size: auto 40%;
		background-repeat: no-repeat;
	}
	.intro-content-contact-us {
		width: 80%;
	}
	.intro-content-contact-us.cc-homepage-copy {
		width: 100vw;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 50px;
	}
	.heading-jumbo-contact-us {
		font-size: 40px;
		line-height: 50px;
	}
	.divider-contact-us {
		margin-top: 40px;
	}
	.column-5 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-6 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-7 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-8 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-9 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.div-block-16 {
		text-align: center;
	}
	.div-block-17 {
		text-align: center;
	}
	.contact-form-wrap-eb {
		padding: 0px 30px;
	}
	.form-submit-button-eb {
		width: 100%;
	}
	.column-wrap-1 {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.h2-left {
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}
	.h2-centre {
		font-size: 18px;
		line-height: 22px;
	}
	.modal-team-1 {
		display: none;
		margin-left: 0px;
	}
	.modal-window {
		margin-left: 0px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.text-cta {
		font-size: 14px;
	}
	.team-1-left {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.team-1-right {
		width: 100%;
		padding-left: 0px;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		text-align: center;
	}
	.image-13 {
		width: 50%;
		height: 50%;
		text-align: center;
	}
	.paragraph-modal {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	.paragraph-modal-2 {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
		text-align: center;
	}
	.title-modal {
		margin-bottom: 10px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 18px;
		line-height: 28px;
		text-align: center;
	}
	.divider-modal {
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.slider-2 {
		width: 100vw;
	}
	.team-1-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.button-meet-the-team {
		margin-bottom: 60px;
	}
	.what-to-expect-1 {
		text-align: left;
	}
	.container-2 {
		padding: 60px 0px 0px;
		text-align: center;
	}
	.modal-team-2 {
		margin-left: 0px;
	}
	.paragraph-light-middle {
		font-size: 14px;
	}
	.paragraph-light-middle-2 {
		font-size: 14px;
	}
	.divider-eb {
		margin-top: 40px;
	}
	.eb-grid {
		padding-top: 0px;
	}
	.eb-description {
		margin-bottom: 20px;
	}
	.eb-grid-2 {
		padding-top: 60px;
	}
	.h1-left-eb {
		font-size: 30px;
		line-height: 38px;
	}
	.sub-head-eb {
		letter-spacing: 1px;
	}
	.section-eb-uni {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-eb-uni {
		height: auto;
		background-position: 50% 0%;
		background-size: auto 30%;
		background-repeat: no-repeat;
	}
	.intro-content-eb-uni {
		width: 80%;
	}
	.intro-content-eb-uni.cc-homepage-copy {
		width: 100vw;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 50px;
	}
	.section-eb-uni-2 {
		margin-left: auto;
	}
	.section-eb-uni-3 {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.phone-text {
		font-size: 14px;
	}
	.h1-left-eb-2 {
		font-size: 30px;
		line-height: 38px;
	}
	.h2-eb-left {
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}
	.label-dark-eb.cc-light {
		margin-top: 0px;
		text-align: left;
	}
	.button-back-eb-wrap {
		padding-top: 40px;
	}
	.section-eb-yar {
		margin-top: -60px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
	}
	.intro-header-eb-yar {
		height: auto;
		background-position: 50% 0%;
		background-size: auto;
		background-repeat: no-repeat;
	}
	.intro-content-eb-yar {
		width: 80%;
	}
	.intro-content-eb-yar.cc-homepage-copy {
		width: 100vw;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 50px;
	}
	.section-eb-yar-2 {
		margin-left: auto;
	}
	.container-eb-yar {
		padding: 60px 30px;
		text-align: center;
	}
	.section-eb-yar-4 {
		margin-left: auto;
	}
	.motto-wrap-eb-yar {
		margin-bottom: 0px;
		grid-column-gap: 30px;
	}
	.divider-eb-yar {
		margin-top: 40px;
	}
	.column-11 {
		padding-left: 0px;
	}
	.div-block-31 {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.paragraph-dark-2 {
		text-align: center;
	}
	.label-dark2.cc-light {
		margin-top: 0px;
		text-align: center;
	}
	.text-field-columns-wpm-2 {
		text-align: left;
	}
	.text-field-columns-wpm-3 {
		text-align: left;
	}
	.form-submit-button-wpm {
		width: 100%;
	}
	.column-left {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-center {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-right {
		padding-right: 0px;
		padding-left: 0px;
	}
	.text-field-optional {
		text-align: left;
	}
	.field-label-subtext {
		margin-left: 0px;
		text-align: left;
	}
	.field-label-4 {
		margin-left: 0px;
		text-align: left;
	}
	.list-wpm {
		margin-top: 0px;
	}
	.list-item-wpm {
		font-size: 12px;
		line-height: 20px;
	}
	.text-block-85 {
		line-height: 20px;
	}
	.text-intake-white {
		text-align: center;
	}
	.div-intake-header {
		padding-bottom: 0px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.h2-description {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}
	.paragraph-testimony {
		font-size: 14px;
	}
	.h2-left-2 {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}
}

@media (max-width: 479px) {
	h1 {
		font-size: 36px;
		line-height: 52px;
	}
	.section {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
		background-size: cover;
	}
	.container {
		overflow: hidden;
		width: 100vw;
		margin-left: 0px;
		padding: 60px 20px;
	}
	.title-home {
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		font-size: 14px;
		line-height: 22px;
	}
	.button.cc-jumbo-button.cc-jumbo-white {
		padding: 10px 20px;
	}
	.button.cc-jumbo-button.cc-jumbo-white.w--current {
		padding: 10px 20px;
	}
	.rich-text {
		width: 100%;
		max-width: none;
	}
	.paragraph-light-home {
		margin-bottom: 0px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 10px;
		line-height: 16px;
		text-align: center;
	}
	.h1-left {
		padding-right: 20px;
		padding-left: 20px;
		font-size: 40px;
		line-height: 44px;
		text-align: center;
	}
	.heading-jumbo-small {
		display: block;
		margin-bottom: 0px;
		padding-bottom: 0px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}
	.menu {
		margin-left: 15px;
	}
	.navigation {
		padding-right: 20px;
		padding-left: 20px;
	}
	.menu-button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.menu-button.w--open {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.cta-wrap {
		padding-right: 15px;
		padding-left: 15px;
	}
	.intro-header {
		height: 512px;
		background-color: transparent;
		background-position: 0% 0%;
		background-size: auto 500px;
	}
	.intro-content.cc-homepage {
		width: 100%;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
	}
	.motto-wrap {
		margin-bottom: 0px;
		float: none;
		clear: none;
		-webkit-box-pack: stretch;
		-webkit-justify-content: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
		justify-items: stretch;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		grid-auto-flow: row;
		grid-column-gap: 0px;
		grid-row-gap: 30px;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		grid-template-rows: repeat(auto-fit, minmax(100px, auto));
	}
	.contact-form-wrap {
		padding-right: 0px;
		padding-left: 0px;
	}
	.details-wrap {
		display: block;
		margin-bottom: auto;
		text-align: center;
	}
	.contact-team-details-wrap {
		margin-top: 0px;
	}
	.contact-team-pic {
		width: auto;
		margin-bottom: 20px;
	}
	.blog-detail-header-wrap {
		width: 100%;
		max-width: none;
	}
	.contact-email-link {
		font-size: 14px;
		line-height: 22px;
	}
	.home-content-wrap {
		display: block;
		overflow: hidden;
	}
	.about-grid {
		padding-top: 20px;
		grid-row-gap: 10px;
	}
	.about-grid.cc-about-2 {
		padding-top: 30px;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		grid-auto-flow: row;
		grid-column-gap: 30px;
	}
	.work-heading {
		font-size: 20px;
		line-height: 28px;
		text-align: center;
	}
	.footer {
		width: 100vw;
		text-align: left;
	}
	.navbar {
		position: -webkit-sticky;
		position: sticky;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		grid-auto-columns: 1fr;
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
		background-color: transparent;
		box-shadow: none;
	}
	.navbar-contain {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100vw;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
		background-color: #fff;
	}
	.brand {
		display: block;
		width: 40%;
		margin-bottom: 0px;
		margin-left: 20px;
	}
	.brand.w--current {
		display: block;
		width: 40%;
		margin-bottom: 0px;
		margin-left: 20px;
		padding-left: 0px;
		text-align: left;
	}
	.nav-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: visible;
		width: auto;
		margin-top: 60px;
		margin-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #fff;
	}
	.menu-button-2 {
		background-color: #e1e41d;
	}
	.menu-button-2:hover {
		background-color: #e1e41d;
	}
	.menu-button-2.w--open {
		display: block;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
		background-color: #2b302e;
	}
	.body {
		overflow: visible;
	}
	.dropdown-toggle {
		width: 100vw;
		margin-left: 0px;
	}
	.nav-dropdown-initiatives:hover {
		background-color: #16a89b;
	}
	.button-2.cc-jumbo-button.cc-jumbo-white {
		padding: 10px 20px;
	}
	.button-2.cc-jumbo-button.cc-jumbo-white.w--current {
		padding: 10px 20px;
		clear: none;
	}
	.icon {
		background-color: transparent;
	}
	.icon:hover {
		background-color: transparent;
	}
	.icon:active {
		background-color: transparent;
	}
	.icon:focus {
		background-color: transparent;
	}
	.body-1-left {
		line-height: 20px;
		text-align: center;
	}
	.paragraph-dark {
		padding-top: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	.label-dark.cc-light {
		margin-top: 0px;
		text-align: center;
	}
	.label-footer {
		text-align: center;
	}
	.address-text {
		font-size: 14px;
		line-height: 22px;
	}
	.address-icon {
		display: inline-block;
	}
	.heading-footer {
		display: block;
		margin-bottom: auto;
		padding-bottom: 20px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 20px;
		text-align: center;
	}
	.section-wpm {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
		background-image: none;
	}
	.intro-header-wpm {
		height: 512px;
		background-color: transparent;
		background-position: 60% 10%;
		background-size: auto 512px;
		text-align: left;
	}
	.intro-content-wmp.cc-homepage-copy {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.h1-left-wpm {
		padding-right: 0px;
		font-size: 30px;
		line-height: 38px;
		text-align: center;
	}
	.container-wpm {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding: 0px 20px;
	}
	.section-wpm-3 {
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 0px;
		background-color: #16a89b;
		background-size: cover;
	}
	.section-wpm-2 {
		margin-top: 0px;
		margin-left: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.container-wpm-2 {
		margin-left: 0px;
		padding: 0px 20px;
	}
	.who-can-apply-grid {
		grid-row-gap: 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.paragraph-light-2 {
		font-size: 12px;
		line-height: 20px;
	}
	.paragraph-light {
		margin-bottom: 40px;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.5px;
	}
	.paragraph-subb.cc-bigger-white-light {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}
	.divider-main {
		overflow: hidden;
		margin-top: 40px;
	}
	.section-hero {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
		background-size: cover;
	}
	.section-hero.cc-store-home-wrap {
		display: block;
		overflow: hidden;
		width: 100vw;
		height: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-left: 0px;
		padding-left: 0px;
	}
	.section-home-body {
		overflow: hidden;
		margin-left: auto;
	}
	.section-mentors {
		overflow: hidden;
		width: 100vw;
		padding-left: 0px;
		background-color: #f0f0f0;
		background-image: url('../images/Image3.jpg');
		background-position: 100% 0%;
		background-size: auto 100%;
	}
	.grid-block-2 {
		margin-top: 20px;
		margin-bottom: 40px;
		padding-top: 20px;
		justify-items: center;
		grid-column-gap: 10px;
		-ms-grid-columns: minmax(auto, 1fr) minmax(auto, 1fr);
		grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
	}
	.work-heading-2 {
		font-size: 20px;
		line-height: 28px;
		text-align: center;
	}
	.what-to-expect-grid {
		grid-row-gap: 5px;
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
	.text-block-5 {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	.section-wpm-4 {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 0px;
		background-color: #fff;
		background-image: url('../images/Image3.jpg');
		background-position: 99% 0%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.what-to-expect-wrap {
		padding-top: 40px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		justify-items: stretch;
		grid-row-gap: 30px;
	}
	.paragraph-light-wpm {
		font-size: 14px;
		line-height: 22px;
	}
	.div-block-13 {
		left: auto;
		top: auto;
		right: 0%;
		bottom: 15%;
	}
	.button-wpm.cc-jumbo-button.cc-jumbo-white {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 20px;
	}
	.button-wpm.cc-jumbo-button.cc-jumbo-white.w--current {
		padding: 10px 20px;
	}
	.text-block-6 {
		font-size: 11px;
		line-height: 17px;
	}
	.sub-head-wmp {
		text-align: center;
		letter-spacing: 0.5px;
	}
	.section-eb {
		height: 512px;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
		background-image: none;
	}
	.intro-header-eb {
		height: 512px;
		background-color: transparent;
		background-position: 40% 0%;
		background-size: auto 512px;
	}
	.intro-content-eb.cc-homepage-copy {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.section-eb-2 {
		margin-left: auto;
	}
	.container-eb {
		margin-left: 0px;
		padding: 60px 20px;
	}
	.list-main {
		margin-top: 10px;
	}
	.list-item-2 {
		font-size: 14px;
		line-height: 22px;
	}
	.text-block-77 {
		text-align: center;
	}
	.h2-left-eb-2 {
		font-size: 20px;
	}
	.paragraph-light-eb {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	.grid-block-2b {
		grid-row-gap: 10px;
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
	}
	.paragraph-2b {
		text-align: center;
	}
	.section-contact {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #fff;
		background-image: none;
	}
	.slider_meet-the-team.overflow_hidden {
		display: block;
		overflow: hidden;
		width: auto;
		clear: both;
	}
	.slide {
		width: 100vw;
	}
	.mask_meet-the-team {
		overflow: hidden;
		width: 100vw;
		max-width: 84vw;
		margin-right: 2vw;
		margin-left: 2vw;
	}
	.slide-nav_meet-the-team {
		margin-top: 0px;
		font-size: 12px;
	}
	.slider_content-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.paragraph-light-home-2 {
		margin-bottom: 0px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 10px;
		line-height: 20px;
	}
	.text-block-80 {
		text-align: center;
	}
	.bold-text {
		text-align: left;
	}
	.section-contact-us {
		height: 512px;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
		background-image: none;
	}
	.intro-header-contact-us {
		height: 512px;
		background-color: transparent;
		background-position: 35% 0%;
		background-size: auto 512px;
	}
	.intro-content-contact-us.cc-homepage-copy {
		width: 100%;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.heading-jumbo-contact-us {
		padding-right: 0px;
		font-size: 32px;
		line-height: 38px;
		text-align: center;
	}
	.divider-contact-us {
		width: 100%;
		margin-top: 40px;
	}
	.div-block-16 {
		text-align: center;
	}
	.contact-us-form-eb {
		padding-top: 0px;
	}
	.column-wrap-1 {
		overflow: hidden;
		padding-right: 30px;
		padding-left: 30px;
	}
	.column-about-wrap {
		display: inline-block;
		overflow: hidden;
		width: 100vw;
		margin-bottom: 40px;
	}
	.h2-left {
		display: block;
		margin-bottom: 0px;
		padding-bottom: 0px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	.h2-centre {
		display: block;
		margin-bottom: 0px;
		padding-bottom: 10px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	.modal-team-1 {
		display: none;
	}
	.text-cta {
		margin-bottom: 0px;
		font-size: 14px;
		line-height: 20px;
	}
	.team-1-right {
		padding-bottom: 20px;
	}
	.image-13 {
		width: 60%;
		height: 100%;
	}
	.paragraph-modal {
		margin-bottom: 0px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 10px;
		line-height: 16px;
		text-align: center;
	}
	.paragraph-modal-2 {
		margin-bottom: 0px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 10px;
		line-height: 16px;
	}
	.title-modal {
		margin-bottom: 10px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 16px;
		line-height: 22px;
	}
	.mask-2 {
		margin-right: 40px;
		margin-left: 40px;
	}
	.slider-2 {
		width: 100vw;
	}
	.icon-4 {
		margin-right: 10px;
		margin-left: 10px;
	}
	.icon-5 {
		margin-right: 10px;
		margin-left: 10px;
	}
	.mentoring-topics {
		padding-right: 0px;
		padding-left: 0px;
	}
	.button-meet-the-team {
		margin-bottom: 0px;
		padding: 10px;
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		font-size: 10px;
		line-height: 18px;
	}
	.why-join-us-grid {
		grid-row-gap: 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.container-2 {
		margin-left: 0px;
		padding: 60px 0px 0px;
	}
	.meet-the-team-wrap-2 {
		text-align: center;
	}
	.slider_meet-the-team-2.overflow_hidden {
		clear: both;
	}
	.slider-testimony {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.mask-testimony {
		margin-bottom: 20px;
		padding-bottom: 0px;
	}
	.paragraph-light-middle {
		margin-bottom: 0px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.paragraph-light-middle-2 {
		margin-bottom: 0px;
		font-size: 14px;
		line-height: 20px;
	}
	.slide-nav-2 {
		margin-bottom: -55px;
	}
	.divider-eb {
		margin-top: 40px;
	}
	.eb-grid {
		padding-top: 0px;
		grid-row-gap: 10px;
	}
	.eb-grid-2 {
		padding-top: 60px;
		grid-row-gap: 10px;
	}
	.h1-left-eb {
		padding-right: 0px;
		font-size: 30px;
		line-height: 38px;
		text-align: center;
	}
	.sub-head-eb {
		text-align: center;
		letter-spacing: 0.5px;
	}
	.section-eb-uni {
		height: 512px;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
		background-image: none;
	}
	.intro-header-eb-uni {
		height: 512px;
		background-color: transparent;
		background-position: 30% 0%;
		background-size: auto 512px;
	}
	.intro-content-eb-uni.cc-homepage-copy {
		width: 100%;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.section-eb-uni-2 {
		margin-left: auto;
	}
	.section-eb-uni-3 {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
		background-size: cover;
	}
	.email-icon {
		display: inline-block;
	}
	.phone-icon {
		display: inline-block;
	}
	.phone-text {
		margin-bottom: 0px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.right-arrow-3 {
		width: 20%;
	}
	.left-arrow-3 {
		width: 20%;
	}
	.div-block-26 {
		overflow: visible;
		width: 100vw;
		margin-right: 0px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}
	.h1-left-eb-2 {
		padding-right: 0px;
		font-size: 30px;
		line-height: 38px;
		text-align: center;
	}
	.h2-eb-left {
		display: block;
		margin-bottom: 0px;
		padding-bottom: 0px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
	}
	.label-dark-eb.cc-light {
		margin-top: 0px;
		text-align: left;
	}
	.button-back-eb.cc-jumbo-button.cc-jumbo-white.w--current {
		padding: 10px 20px;
	}
	.section-eb-yar {
		margin-top: -60px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		background-color: #16a89b;
		background-image: none;
	}
	.intro-header-eb-yar {
		background-color: transparent;
		background-position: 50% 50%;
		background-size: cover;
	}
	.intro-content-eb-yar.cc-homepage-copy {
		width: 100%;
		margin-top: 100px;
		margin-bottom: 100px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.section-eb-yar-2 {
		margin-left: auto;
	}
	.container-eb-yar {
		margin-left: 0px;
		padding: 60px 20px;
	}
	.section-eb-yar-4 {
		margin-left: auto;
	}
	.motto-wrap-eb-yar {
		margin-bottom: 0px;
		float: none;
		clear: none;
		-webkit-box-pack: stretch;
		-webkit-justify-content: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
		justify-items: stretch;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		grid-auto-flow: row;
		grid-column-gap: 0px;
		grid-row-gap: 30px;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		grid-template-rows: repeat(auto-fit, minmax(100px, auto));
	}
	.divider-eb-yar {
		overflow: hidden;
		margin-top: 40px;
	}
	.column-11 {
		padding-left: 0px;
	}
	.div-block-31 {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.paragraph-dark-2 {
		padding-top: 10px;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}
	.label-dark2.cc-light {
		margin-top: 0px;
		text-align: center;
	}
	.spacer {
		height: 40px;
	}
	.div-block-26a {
		display: block;
		min-width: 100%;
		margin-right: 40px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-align-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}
	.contact-us-form-wpm {
		padding-top: 0px;
	}
	.button-back-wpm.cc-jumbo-button.cc-jumbo-white.w--current {
		padding: 10px 20px;
	}
	.text-intake-white {
		text-align: center;
	}
	.div-intake-header {
		padding-bottom: 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.divider-white {
		display: block;
		text-align: center;
	}
	.h2-description {
		display: block;
		margin-bottom: 0px;
		padding-bottom: 0px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	.paragraph-testimony {
		margin-bottom: 30px;
		padding-right: 0px;
		padding-left: 0px;
		font-size: 14px;
		line-height: 20px;
	}
	.h2-left-2 {
		display: block;
		margin-bottom: 0px;
		padding-bottom: 0px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
}

#w-node-76c147234d34-d11a01d8 {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-ordinal-group: -9998;
	-webkit-order: -9999;
	-ms-flex-order: -9999;
	order: -9999;
}

#w-node-01e6f21c4c6d-d11a01d8 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-ordinal-group: 10000;
	-webkit-order: 9999;
	-ms-flex-order: 9999;
	order: 9999;
}

#w-node-76c147234d41-d11a01d8 {
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: 3;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-346202221d6e-d11a01d8 {
	-webkit-box-ordinal-group: 10000;
	-webkit-order: 9999;
	-ms-flex-order: 9999;
	order: 9999;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-adc59d41f136-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-0c6368ed67c4-6aa1da07 {
	-ms-grid-column-align: center;
	justify-self: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-23b2b7470f58-6aa1da07 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-78ba7a1f25d8-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-a3a89f69d200-6aa1da07 {
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-f27e1abc6173-6aa1da07 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-ac005adea68f-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-307037d7665e-6aa1da07 {
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-b5c3ffaaaed3-6aa1da07 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-0e2148102c3a-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-42128ba664cd-6aa1da07 {
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7278f32ce163-6aa1da07 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7e311a7a4374-6aa1da07 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-1da7cef0710a-6aa1da07 {
	-ms-grid-column-align: center;
	justify-self: center;
}

#w-node-a04b26c6ea71-6aa1da07 {
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-ca7d605e1908-6aa1da07 {
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-4236e3dde3fe-6aa1da07 {
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-c4ff6232b2a9-6aa1da07 {
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-e5017235305f-6aa1da07 {
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-e50172353061-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-5faa2d7fe270-6aa1da07 {
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
}

#w-node-df2363f0fbf1-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-2e2e9b40390b-6aa1da07 {
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
}

#w-node-2e2e9b40390d-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-c985188148c8-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-c985188148c9-6aa1da07 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-c985188148ca-6aa1da07 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-c985188148cc-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-c985188148cd-6aa1da07 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-c985188148ce-6aa1da07 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-c985188148d0-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-c985188148d1-6aa1da07 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-c985188148d2-6aa1da07 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-c985188148d4-6aa1da07 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-c985188148d5-6aa1da07 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-c985188148d6-6aa1da07 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-be7dd57081db-11b5be0f {
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
}

#w-node-be7dd57081d0-11b5be0f {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-15c4f33960f6-11b5be0f {
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
}

#w-node-15c4f33960f9-11b5be0f {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7d55c3b476a4-642371f0 {
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-7d55c3b476ad-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-7d55c3b476ae-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7d55c3b476b1-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-7d55c3b476b2-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7d55c3b476b5-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-7d55c3b476b6-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7d55c3b476b9-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-7d55c3b476ba-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-4b983d6c62db-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-4b983d6c62dc-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7d55c3b476bc-642371f0 {
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-7d55c3b476c3-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-7d55c3b476c4-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7d55c3b476c7-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-7d55c3b476c8-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7d55c3b476cb-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-7d55c3b476cc-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-ed44db638bab-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-ed44db638bac-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-7f05b1a4ce42-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-7f05b1a4ce43-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-3804447b1e5b-642371f0 {
	-ms-grid-column-align: auto;
	justify-self: auto;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-3804447b1e5c-642371f0 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#w-node-e5017235305f-642371f0 {
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column-align: auto;
	justify-self: auto;
}

#w-node-e50172353061-642371f0 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-24c105064cc2-642371f0 {
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column-align: auto;
	justify-self: auto;
}

#w-node-24c105064cc4-642371f0 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

#w-node-b7f67aa9ead9-642371f0 {
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column-align: auto;
	justify-self: auto;
}

#w-node-b7f67aa9eadb-642371f0 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

@media screen and (max-width: 991px) {
	#w-node-76c147234d34-d11a01d8 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}
	#w-node-76c147234d41-d11a01d8 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}
	#w-node-86263911b914-6aa1da07 {
		-ms-grid-column-align: start;
		justify-self: start;
	}
	#w-node-be7dd57081d0-11b5be0f {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}
	#w-node-15c4f33960f9-11b5be0f {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}
	#w-node-e5017235305f-642371f0 {
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
	}
	#w-node-e50172353061-642371f0 {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	#w-node-24c105064cc2-642371f0 {
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
		-ms-grid-column-align: auto;
		justify-self: auto;
	}
	#w-node-24c105064cc4-642371f0 {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	#w-node-b7f67aa9ead9-642371f0 {
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
		-ms-grid-column-align: auto;
		justify-self: auto;
	}
	#w-node-b7f67aa9eadb-642371f0 {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}

@media screen and (max-width: 767px) {
	#w-node-adc59d41f136-6aa1da07 {
		-webkit-align-self: start;
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	#w-node-0c6368ed67c4-6aa1da07 {
		-webkit-align-self: start;
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	#w-node-78ba7a1f25d8-6aa1da07 {
		-webkit-align-self: start;
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	#w-node-a3a89f69d200-6aa1da07 {
		-webkit-align-self: start;
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	#w-node-ac005adea68f-6aa1da07 {
		-webkit-align-self: start;
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	#w-node-307037d7665e-6aa1da07 {
		-webkit-align-self: start;
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	#w-node-0e2148102c3a-6aa1da07 {
		-webkit-align-self: start;
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	#w-node-42128ba664cd-6aa1da07 {
		-webkit-align-self: start;
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	#w-node-7d55c3b476a4-642371f0 {
		-ms-grid-column-align: auto;
		justify-self: auto;
	}
}

@media screen and (max-width: 479px) {
	#w-node-76c147234d41-d11a01d8 {
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
	}
	#w-node-d910fdf4fee2-6aa1da07 {
		-ms-grid-row-align: auto;
		align-self: auto;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
	}
}
