.sub-banner-header h1{
	width: 100%;
	text-align: center;
	font-size: 50px;
	position: relative;
	z-index: 40;
}
.sub-banner-header p{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 40;
	max-width: 800px;
	margin: 0 auto;
}
.sub-banner-header {
	padding-top: 50px;
}
.sub-banner-header h1:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
.sub-banner-section {
	position: relative;
}
.sub-banner-section:before {
	content: '';
	width: 90%;
	height: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	background: radial-gradient(at bottom,rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 0) 79%);
	z-index: 20;
}
.sub-banner-section:after {
	content: '';
	width: 100%;
	height: 150%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/layout/grid-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}
.sub-banner-header {
	position: relative;
}
.sub-banner-header:before {
	content: '';
	width: 90%;
	height: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	background: radial-gradient(at bottom,rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 0) 79%);
	z-index: 20;
}
.sub-banner-header:after {
	content: '';
	width: 100%;
	height: 170%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	background-image: url(../images/layout/grid-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}
/* MAIN BANNER */
.homeCell {
	width: 100%;
}
#hero-banner {
	width: 100%;
	height: 620px;
}
#main-banner {
	position: relative;
	margin-bottom: 50px;
}
#hero-banner .slick-track {
	height: 620px;
}
.banner-flex,
.banner-flex-con,
#hero-banner .slick-slide {
	width: 100%;
	height: 620px;
}
#hero-banner  {
	background-image: url(../images/layout/grid-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#hero-banner:before {
	content: '';
	width: 90%;
	height: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	background: radial-gradient(at bottom,rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 0) 79%);
}
.banner-flex > .banner-text > div {
	width: 40%;
}
.banner-flex-con > .banner-image {
	width: 55%;
	height: 100%;
	background-color: #CEDF6B;
	border-radius: 400px 0px 0px 400px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.banner-flex-con > .banner-image > div {
	background-color: lightgray;
	width: 98%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 400px 0px 0px 400px;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.banner-flex,
.banner-flex-con {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.banner-flex > .banner-text .large-text {
	position: relative;
	margin-bottom: 50px;
}
.banner-flex > .banner-text .large-text:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
.banner-arrows {
	width: 70px;
	height: 50px;
	position: relative;
}
.slick-prev {
	left: 0px !important;
	position: relative;
}
.slick-prev:before {
	content: '\f060';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #819D3C;
	font-size: 30px;
}
.slick-next {
	right: 0px !important;
	position: relative;
}
.slick-next:before {
	content: '\f061';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #819D3C;
	font-size: 30px;
}
.banner-arrows-con {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
/* HOMEPAGE QL SECTION */
.ql-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 5px;
grid-row-gap: 5px;
width: 100%;
margin: 50px 0px;
}
.ql-container > div {
	overflow: hidden;
	height: 230px;
}
.ql-container > div > a {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ql-container > div > a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: rgba(51, 51, 51, 0.5);
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.ql-container > div > a > div p {
	z-index: 20;
	position: relative;
	margin: 0px;
	color: #FFF;
	text-align: center;
}
.ql-container > div > a > div p:first-child {
	text-transform: uppercase;
	font-size: 16px;
}
.ql-container > div > a:hover:before {
	background-color: rgba(51, 51, 51, 0.7);
}
.ql-container > div > a > div p:last-child {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
}
.ql-container > div:nth-child(3) {
	height: 465px;
}
.ql-container > div:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.ql-container > div:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.ql-container > div:nth-child(3) { grid-area: 1 / 2 / 3 / 3; }
.ql-container > div:nth-child(4) { grid-area: 1 / 3 / 2 / 4; }
.ql-container > div:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }

/* IMAGE CALLOUT */
.image-callout-container {
	width: 100%;
	height: 580px; 
	position: relative;
	background-image: url(../images/layout/grid-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin: 50px 0px;
	
}
.image-callout-container:before {
	content: '';
	width: 90%;
	height: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	background: radial-gradient(at bottom,rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 0) 79%);
}
.image-callout-img {
	width: 50%;
	height: 100%;
	background-color: #CEDF6B;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 0px 400px 400px 0px;
}
.image-callout-img > div {
	background-color: lightgray;
	width: 98%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 0px 400px 400px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
.image-callout-content {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.image-callout-content > div {
	width: 40%;
}
.image-callout-content > div > p:first-child {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 35px;
	position: relative;
	line-height: 1 !important;
}
.image-callout-content > div > p:first-child:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
.image-callout-content > div > p,
.image-callout-content > div > h2 {
	z-index: 20;
	position: relative;
}
.image-callout-container > .container {
	height: 100%;
}

/* ICON CALLOUT */
.icon-callout {
	width: 100%;
	min-height: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icon-callout-text {
	width: 40%;
}
.icon-callout-text > p:first-child {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 35px;
	position: relative;
	line-height: 1 !important;
}
.icon-callout-text > p:first-child:before {
		content: '';
		position: absolute;
		left: 0px;
		top: -20px;
		width: 65px;
		height: 6px;
		background-color: #819D3C;
}
.icon-callout-links {
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.icon-callout-links > a {
	width: 25%;	
}
.icon-callout-links > a p {
	text-align: center;
	color: #707070;
	font-size: 16px;
	padding-top: 15px;
	width: 120px;
	margin: 0 auto;
}
.icon-callout-imageset {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
.icon-callout-imageset > div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.callout-image-hover {
	opacity: 0;
}
.icon-callout-links > a:hover .callout-image-main {
	opacity: 0;
}
.icon-callout-links > a:hover .callout-image-hover {
	opacity: 1 !important;
}

/* STAFF SLIDER */
.staff-bar {
	width: 100%; 
	height: 360px;
	background-color: rgba(196, 196, 196, 0.2);
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
.staff-bar-image {
	width: 35%;
	height: 100%;
	position: relative;
}
.staff-bar-image > div {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 330px;
	height: 380px;
	background-color: #819D3C;
	border-radius: 200px 0px;
}
.staff-bar-image > div > div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	height: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.staff-bar-text {
	width: 50%;
	height: 100%;
	padding-left: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.staff-bar-text > div > p:first-child {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 35px;
	position: relative;
	line-height: 1 !important;
	width: 270px;
}
.staff-bar-text > div > p:first-child:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
.staff-bar-text > div > div > p:first-child {
	color: #707070;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}
.staff-bar-text > div > div > p:last-child {
	color: #707070;
	font-style: italic;
	margin: 0px;
	padding-bottom: 50px;
}
.staff-arrows {
	width: 70px;
	height: 50px;
	position: absolute;
	bottom: 60px;
	right: 150px;
}
.staff-slider-container > div {
	position: relative;
}
/* BREADCRUMBS */
.breadcrumbs {
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	padding: 25px 0px;
	z-index: 30;
	position: relative;
}
.breadcrumbs > li:first-child {
	padding-right: 12px;
}
.breadcrumbs > li:first-child i {
	margin-right: 5px;
}
.breadcrumbs > li:not(:first-child) {
	padding-left: 12px;
	padding-right: 12px;
}
.breadcrumbs > li {
	position: relative;
	font-size: 14px;
}
.breadcrumbs > li:not(:last-child):after {
	content: '/';
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
}
.breadcrumbs > li:not(:last-child) {
	color: #707070;
}
.breadcrumbs > li:last-child {
	font-weight: bold;
	color: #819D3C;
}
/* SUBPAGE BANNER */
.sub-banner-content {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	width: 40%;
}
.sub-banner-section {
	width: 100%;
	height: 500px;
	position: relative;
}
.sub-banner-section > .container {
	height: 100%;
}
.sub-banner-section p {
	margin: 0px;
	z-index: 100;
	position: relative;
}
.sub-banner-content h1 {
	font-size: 50px;
	position: relative;
	z-index: 100;
}
.sub-banner-content h1:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
.sub-banner-content > div > p:nth-child(2) {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 18px !important;
}
.sub-banner-image {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #CEDF6B;
	border-radius: 400px 0px 0px 400px;
	z-index: 75;
}
.sub-banner-image > div {
	background-color: lightgray;
	width: 98%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 400px 0px 0px 400px;
	background-size: cover;
	background-repeat: no-repeat;
}
/* QUOTE CALLOUT */
.quote-callout {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.quote-callout > div {
	width: 80%;
}
.quote-callout > div p {
	position: relative;
	font-size: 25px;
	color: #819D3C;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	line-height: 28px !important;
}
.quote-callout > div p:before {
	content: '';
	position: absolute;
	left: -90px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #CEDF6B;
	height: 6px;
	width: 64px;
}
.quote-callout > div p:after {
	content: '';
	position: absolute;
	right: -90px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #CEDF6B;
	height: 6px;
	width: 64px;
}
/* PAGE SECTIONS */
.page-section {
	width: 100%;
	height: 700px;
	background-image: url(../images/layout/grid-bg.jpg);
	background-color: rgba(255,255,255,0.6);
	background-blend-mode: lighten;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-section:before {
	 content: '';
	 width: 90%;
	 height: 90%;
	 position: absolute;
	 left: 50%;
	 transform: translateX(-50%);
	 bottom: 0px;
	 background: radial-gradient(at bottom,rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 0) 79%);
}
.page-section > div {
	height: 500px;
	width: 100%;
	position: relative;
}
.section-image {
	width: 50%;
	height: 100%;
	background-color: #CEDF6B;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 0px 400px 400px 0px;
	z-index: 50;
}
.section-image > div {
	background-color: lightgray;
	width: 98%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 0px 400px 400px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 60;
}
.section-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.page-section > div > .container {
	height: 100%;
}
.section-content > div {
	width: 40%;
}
.section-content > div h2 {
	position: relative;
}
.section-content > div h2:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
/* TIMELINE */
.timeline-container > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.timeline-content h2 {
	position: relative;
}
.timeline-content h2:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
.timeline-content {
	padding-right: 100px;
	width: 40%;
}
.timeline-list {
	padding-left: 50px;
	width: 60%;
	position: relative;
}
.timeline-list:before {
	content: '';
	position: absolute;
	height: 150%;
	width: 3px;
	background-color: #CEDF6B;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.timeline-item h2 {
	color: #819D3C;
	margin-bottom: 15px;
}
.timeline-item {
	position: relative;
}
.timeline-item:before {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #819D3C;
	position: absolute;
	left: -61px;
	top: 9px;
	z-index: 50;
}
/* TEXT BAR CALLOUT */
.textBar-callout {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.textBar-callout > h2 {
	width: 240px;
	margin: 0px;
	position: relative;
}
.textBar-callout > h2:before  {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
.textBar-callout > p {
	margin-left: 100px;
	margin-bottom: 0px;
	max-width: 620px;
}
/* TAB CALLOUT */
.tab-callout {
	width: 100%;
	margin: 50px 0px;
	padding-top: 25px;
	border-top: 2px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.tab-callout-links {
	width: 350px;
}
.tab-callout-content {
	width: 70%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding-left: 25px;
}
.tab-content-item {
	display: none;
}
.tab-link-item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px;
}
.tab-link-item > p {
	font-size: 18px;
	margin-bottom: 0px;
	text-align: left;
	width: 160px;
}
.tab-callout-icon {
	width: 70px;
	height: 70px;
	position: relative;
	margin-right: 50px;
	box-sizing: border-box;
}
.tab-callout-icon > div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.tab-icon-alt {
	display: none;
}
.active-tab-item > p {
	color: #8EB3E2;
}
.active-tab-item {
	background-color: rgba(142, 179, 226, 0.2);
}
.active-tab-item .tab-icon-main {
	display: none;
}
.active-tab-item .tab-icon-alt {
	display: block !important;
}
.tab-content-item {
	max-width: 800px;
}
.tab-callout-content > div {
	width: fit-content;
}
.tab-item-image {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
.tab-content-item > p:nth-child(2) {
	font-size: 18px;
	color: #819D3C;
}
/* STAFF SECTION */
.staff-section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.staff-section:nth-child(2) {
	margin-bottom: 100px !important;
}
.staff-item {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 50px;
}
.staff-link > div {
	width: 150px;
	height: 170px;
	background-color: #CEDF6B;
	overflow: hidden;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	z-index: 10;
	position: relative;
}
.staff-link {
	position: relative;
}
.staff-link > p {
	position: absolute;
	bottom: -15px;
	right: -15px;
	z-index: 20;
	width: 63px;
	height: 63px;
	box-shadow: 0px 0px 3px #00000029;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
}
.staff-link > p i {
	color: #819D3C;
	font-size: 27px;
}
.staff-item > div > p {
	margin: 0px;
}
.staff-item > div > p:nth-child(2) {
	color: #707070;
	font-size: 16px;
	font-weight: bold !important;
	padding-bottom: 5px;
	padding-top: 10px;
}
.staff-item > div > p:last-child {
	font-style: italic;
	font-size: 16px;
	color: #707070;
}
.staff-link > div > div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: top;
}
.staff-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(5px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 20000;
}
.staff-modal-overlay > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.staff-modal-overlay.show {
	opacity: 1;
	pointer-events: all;
}
.staff-modal {
	background: #fff;
	min-height: 600px;
	width: 80%;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
	position: relative;
	background-image: url(../images/layout/grid-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.staff-modal.no-image {
	width: 400px !important;
}
.staff-modal.no-image .staff-modal-content {
	justify-content: flex-start !important;
	padding: 25px !important;
}
.staff-modal.no-image .staff-modal-content > div {
	width: 100%;
}
.staff-modal:before {
	content: '';
	 width: 60%;
	 height: 90%;
	 position: absolute;
	 left: 50%;
	 transform: translateX(-50%);
	 bottom: 0px;
	 background: radial-gradient(at bottom,rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 0) 79%);
	 z-index: 10;
}
.staff-modal.show {
	opacity: 1;
}
.btn.close-btn {
	background: #dc3545;
	color: white;
	border: none;
	padding: 10px 16px;
	border-radius: 6px;
	cursor: pointer;
}
.btn.close-btn:hover {
	background: #a71d2a;
}
.staff-modal-image {
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 0px 400px 400px 0px;
	height: 100%;
	width: 50%;
	background-color: #819D3C;
	height: 600px;
	overflow: hidden;
	z-index: 50;
}
.staff-modal-image > div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
}
.staff-modal > a {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 500;
}
.staff-modal > a i {
	color: #656565;
	font-size: 24px;
}
.staff-modal-content {
	width: 100%;
	min-height: 600px;
	box-sizing: border-box;
	padding: 50px 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 50;
}
.staff-modal-content > div {
	width: 40%;
}
.staff-modal-content > div > h2 {
	font-size: 35px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.staff-modal-content > div h2:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
.staff-modal-content > div > p:nth-child(2) {
	font-size: 20px;
	color: #707070;
	font-style: italic;
}
.staff-modal-content > div > div > a:last-child {
	margin-left: 50px;
	color: #819D3C;
	font-weight: bold;
	font-size: 18px;
}
.staff-modal-content > div > div > a i {
	font-size: 18px;
	font-weight: normal;
	color: #819D3C;
	margin-right: 5px;
}
.staff-modal-content  h2,
 .staff-modal-content  p,
 .staff-modal-content  a {
	 z-index: 50; 
	 position: relative;
 }
 /* SUBPAGE STYLES */
 .col-left {
	 font-size: 14px;
 }
 .col-left > ul li, 
 .col-left > ol li {
	 font-size: 14px;
 }
 .col-left > ul li::marker {
	color: #CEDF6B;
 }
 .col-left > ul {
	 padding-left: 30px !important;
	 margin: 15px 0px;
 }
 .col-left > ol {
	 padding-left: 22px !important;
	 margin: 15px 0px;
 }
 .col-left > h3,
 .col-left > h2 {
	 text-transform: uppercase;
	 position: relative;
	 margin-top: 60px !important;
 }
 .col-left > h3:before {
	 content: '';
	 position: absolute;
	 left: 0px;
	 top: -20px;
	 width: 65px;
	 height: 6px;
	 background-color: #819D3C;
 }
 .map-container {
	width: 100%;
	height: 300px;
	margin-top: 25px;
	position: relative;
 }
 .map-container > iframe {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 560px;
 }
 h2.no-line {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
 }
 h2.no-line:before {
	 display: none;
 }
 /* BOTTOM CALLOUT */
 .bottom-callout {
	width: 100%;
	min-height: 360px;
	background-color: rgba(196, 196, 196, 0.2);
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	padding: 0px 25px;
 }
 .bottom-callout-image {
	 width: 50%;
	 height: 100%;
	 background-color: #CEDF6B;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 border-radius: 0px 400px 400px 0px;
	 z-index: 50;
 }
 .bottom-callout-image > div {
	 background-color: lightgray;
	 width: 98%;
	 height: 100%;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 border-radius: 0px 400px 400px 0px;
	 background-size: cover;
	 background-repeat: no-repeat;
	 z-index: 60;
 }
 .bottom-callout-content {
	width: 100%;
	min-height: 360px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
 }
 .bottom-callout-content > div {
	 width: 40%;
 }