@media screen and (max-width: 1300px) {
	.nav-menu > li > a {
		font-size: 14px;
	}
	.nav-menu .btn {
		font-size: 16px;
	}
	.nav-menu > li:not(:last-child) {
		margin-right: 10px;
	}
	.nav-menu .btn:last-child {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1200px) {
.staff-modal.no-image .staff-modal-content {
	padding-top: 100px !important;
}
/* MOBILE NAV SWITCH */
 .sub-menu:before {
		content: none;
}
li.has-child {
	position: relative;
}
.sub-ctrl{
		position: absolute;
		top: 28px;
		right: 0;
		width: 30px;
		height: fit-content;
		text-align: center;
		cursor: pointer;
		z-index: 1;
		display: flex;
		align-items: center;
		-webkit-transition: all 0.3s ease 0s; 
		transition: all 0.3s ease 0s;
}
.sub-ctrl:after{
		content: '';
		width: 9px;
		height: 9px;
		border-top: 3px solid #809D3C;
		border-right: 3px solid #809D3C;
		transform-origin: center;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		display: block;
		-webkit-transition: all 0.3s ease 0s; 
		transition: all 0.3s ease 0s;
}
.sub-ctrl.show:after{
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
}
.sub-menu {
		position: static;
		display: none;
		min-width: 100%;
		width: 100%;
		margin: 0;
		border: 0;
		padding: 18px 25px 10px;
		text-align: inherit;
		-webkit-transform: none;
		transform: none;
		transition: none;
		box-shadow: none;
		background-color: transparent;
		font-weight: normal;
		opacity: 1;
		visibility: visible;
}
.sub-menu li:not(:last-child) a {
		border-bottom: none;
}
.sub-menu li a:before {
		content: none;
}
.sub-menu li:not(:last-child) {
		margin-bottom: 10px;
}
.sub-menu li a {
		font-family: inherit;
		text-transform: none;
		font-size: 20px;
		color: #fff;
		padding: 7px 0;
		font-weight: normal;
		margin: 0;
}
.sub-menu li a:hover {
		color: #fff;
}
	.staff-modal-image {
		width: 40% !important;
	}
	.staff-modal,
	.staff-modal-content {
		min-height: 400px;
	}
	.staff-modal-content {
		padding: 0px 100px;
	}
	.staff-modal-content > div {
			width: 50%;
	}
	.staff-modal-image {
		height: 400px;
	}
	.main-nav:not(.mobile-main) {
		display: none;
	}
	.mobile-nav {
		display: block;
		position: fixed;
		top: 0px;
		right: -100%;
		width: 400px;
		height: 100%;
		background-color: #E6E6E6;
		z-index: 15000;
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.mobile-main .nav-menu {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		height: 100%;
		padding-top: 100px;
	}
	.mobile-main .nav-menu > li a{
		font-size: 20px !important;
	}
	.mobile-main .nav-menu > li {
		width: 100%;
		height: fit-content;
		border-bottom: 1px solid #000000;
	}
	.mobile-main {
		padding: 50px;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.mobile-main .nav-menu > .btn {
		padding: 0px;
		background-color: transparent;
	}
	#nav-close-btn,
	#nav-btn {
		display: block;
		color: #809D3C;
	}
	#nav-close-btn {
		position: absolute;
		right: 50px;
		top: 50px;
		font-size: 25px;
	}
	#nav-btn {
		font-size: 25px;
	}
	.staff-bar-image > div {
		width: 100%;
	}
	.staff-arrows {
		right: 50px;
	}
	.staff-bar-image {
		width: 40%;
	}
	.staff-bar-text {
		padding-left: 0px;
	}
	.staff-bar-image > div > div {
		left: 38%;
	}
}
@media screen and (max-width: 950px) {
	
	.banner-flex-con > .banner-image {
		width: 100%;
		height: 55%;
	}
	.banner-flex > .banner-text > div {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.banner-flex > .banner-text {
		height: 100%;
	}
	.banner-text .large-text {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 0px !important;
	}
	.home-banner-text-content {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.home-banner-text-content > div {
		width: 90%;
	}
	.banner-flex > .banner-text > div > div:first-child {
		height: 45%;
	}
	.banner-flex > .banner-text > div > div:last-child {
		height: 55%;
	}
	.banner-flex-con > .banner-image {
		border-radius: 0px 400px 400px 0px;
	}
	.banner-flex-con > .banner-image > div {
		border-radius: 0px 400px 400px 0px;
		left: 0px !important;
	}
	
	.large-text h1 {
		font-size: 40px;
	}
	.banner-flex, .banner-flex-con, #hero-banner .slick-slide {
		height: 700px;
	}
	.tab-callout-content {
		padding-left: 0px;
	}
	.tab-callout {
		flex-wrap: wrap;
		margin-bottom: 0px !important;
	}
	.tab-callout-links {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.tab-link-item {
		width: 25%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.tab-link-item > p {
		width: 100%;
		text-align: center;
		font-size: 16px;
		padding: 5px 25px;
	}
	.tab-callout-icon  {
		margin-right: 0px;
	}
	.tab-callout > div {
		width: 100%;
	}
	.section-image {
		width: 95%;
	}
	.section-image > div:before {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(51, 51, 51, 0.6);
		z-index: 40;
	}
	.sub-banner-image {
		width: 100%;
	}
	.sub-banner-image > div,
	.section-image > div {
		overflow: hidden;
	}
	.section-content {
		justify-content: flex-start;
	}
	.section-content > div h2,
	.section-content > div p {
		z-index: 100;
		position: relative;
		color: #FFF;
	}
	.timeline-container > div {
		flex-wrap: wrap;
	}
	.timeline-container > div > div {
		width: 100%;
	}
	.timeline-content {
		padding-left: 50px;
	}
	.timeline-list:before {
		height: 175%;
		top: 45%;
	}
	.sub-banner-image > div:before {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(51, 51, 51, 0.6);
		z-index: 40;
	}
	.sub-banner-content,
	.sub-banner-content > div h1,
	.sub-banner-content > div p {
		z-index: 100; 
		position: relative;
		color: #FFF;
	}
	.sub-banner-content {
		width: 100%;
		padding-left: 100px;
	}
	.quote-callout > div {
		width: 70%;
	}
	.quote-callout > div p:before {
		left: -70px;
	}
	.quote-callout > div p:after {
		right: -70px;
	}
	.staff-item {
		width: 50% !important;
	}
	.banner-text p {
		color: #FFF;
	}
	.banner-flex-con > .banner-image > div {
		overflow: hidden;
	}
	.banner-flex-con > .banner-image > div:before {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(51, 51, 51, 0.6);
		z-index: 40;
	}
	.banner-flex > .banner-text {
		z-index: 500;
	}
	.image-callout-img {
		width: 90%;
	}
	.image-callout-img > div {
		overflow: hidden;
	}
	.image-callout-img > div:before {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(51, 51, 51, 0.6);
		z-index: 40;
	}
	.image-callout-content {
		justify-content: flex-start;
	}
	.image-callout-content > div {
		z-index: 50;
		position: relative;
		width: 60%;
	}
	.image-callout-content > div > p,
	.image-callout-content > div > h2 {
		color: #FFF !important;
	}
	.ql-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}
	.ql-container > div:nth-child(3) {
		height: 230px;
	}
	.ql-container > div:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
	.ql-container > div:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
	.ql-container > div:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }
	.ql-container > div:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
	.ql-container > div:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
	.icon-callout {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.icon-callout > div{
		width: 100%;
	}
	.icon-callout-text {
		margin: 50px 0px;
	}
	.partner-list > div {
		height: 20px;
		width: 100px;
	}
	.desktop-footer-logo {
		display: none;
	}
	.footer-top {
		flex-wrap: wrap;
	}
	.mobile-footer-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-bottom: 50px;
	}
	.mobile-footer-logo > a {
		width: 100px;
	}
	.footer-top > div:nth-child(2), .footer-top > div:last-child  {
		width: 100%;
	}
	.footer-top > div:nth-child(2) {
		margin-bottom: 25px;
	}
	.footer-top-social > div {
		width: 300px;
	}
	.section-content > div {
		width: 90%;
	}
	.page-section > div {
		height: 600px;
	}
}
@media screen and (max-width: 1000px) {
	.staff-modal-image {
		position: relative;
		left: 0px;
		top: 0px;
		width: 90% !important;
	}
	.staff-modal-content {
		padding: 0px 25px;
	}
	.staff-modal-content > div {
		height: 300px;
		width: 100%;
	}
}
@media screen and (max-width: 880px) {
	.staff-bar {
		height: 850px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.staff-bar-image > div,
	.staff-bar-image > div > div {
		height: 450px;
	}
	.staff-bar > div {
		width: 100%;
		height: 50%;
	}
	.staff-bar-image > div {
		left: 0px !important;
	}
	.staff-bar-text {
		padding-bottom: 50px;
		padding-left: 50px;
	}
	.staff-bar-image > div {
		width: 90%;
	}
	.staff-arrows {
		bottom: 15px;
		left:	50px !important
	}
	.staff-bar-image > div > div {
		left: 50%;
	}
	.tab-link-item {
		width: 50%;
	}
	.container.sm {
		padding: 0px 25px !important;
	}
	.bottom-callout-image {
		width: 100%;
		border-radius: 0px !important;
	}
	.bottom-callout-image > div {
		width: 100%;
		border-radius: 0px;
		position: relative;
	}
	.bottom-callout-image > div:before {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(51, 51, 51, 0.6);
		z-index: 40;
	}
	.bottom-callout-content > div h2,
	.bottom-callout-content > div p,
	.bottom-callout-content > div a {
		z-index: 100; 
		position: relative;
	}
	.bottom-callout-content > div h2,
	.bottom-callout-content > div p {
		color: #FFF;
	}
	.bottom-callout-content {
		justify-content: flex-start;
		padding: 0px 50px;
	}
	.bottom-callout-content > div {
		width: 100%;
	}
	
}

@media screen and (max-width: 660px) {
	.sub-banner-content h1 {
		font-size: 40px;
	}
	.sub-banner-section {
		height: 750px;
	}
	.sub-banner-content {
		padding-left: 75px !Important;
	}
	.sub-banner-header {
		padding-top: 50px !important;
	}
	.icon-callout-links > a {
		width: 50%;
	}
	.banner-flex > .banner-text {
		z-index: 500;
	}
	.container {
		padding: 0px 25px;
	}
	.footer-top {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.footer-bottom > div {
		flex-wrap: wrap;
	}
	.footer-bottom > div p,
	.footer-bottom > div ul {
		width: 100%;
	}
	.footer-bottom > div ul {
		margin-left: 0px;
	}
}