:root {
	--blue: #233d81;
	--black-2: black;
	--white: white;
	--green: #427d0e;
	--light-blue: #6677a5;
	--black: #000;
	--dark-grey: #292929;
	--light-grey: #acacac;
	--blue-light-2: #e9f0ff;
	--white-2: white;
}

h1 {
	color: var(--blue);
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Poppins, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 44px;
}

h2 {
	color: var(--blue);
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
}

h3 {
	color: var(--blue);
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Poppins, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

h4 {
	color: var(--blue);
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

h5 {
	color: var(--blue);
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

h6 {
	color: var(--blue);
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

p {
	margin-bottom: 10px;
}

.grid-1-column {
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.grid-1-column.dropdown-link-column {
	grid-column-gap: 0px;
	grid-row-gap: 18px;
	justify-items: start;
}

.line-rounded-icon.dropdown-arrow {
	margin-left: 8px;
	font-family: Line Rounded Icon Font, sans-serif;
}

.line-rounded-icon.link-icon-right {
	margin-left: 6px;
	display: inline-block;
}

.dropdown-column-wrapper {
	background-color: #fff;
	border: 1px solid #eff0f6;
	border-radius: 20px;
	overflow: hidden;
	transform: translate(-50%);
	box-shadow: 0 2px 12px rgba(20, 20, 43, 0.08);
}

.dropdown-column-wrapper.w--open {
	object-fit: fill;
	position: absolute;
	top: auto;
	left: auto;
	right: auto;
	overflow: visible;
}

.dropdown-toggle {
	color: var(--black-2);
	align-items: center;
	padding: 0;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	transition: color 0.3s;
	display: flex;
}

.dropdown-toggle:hover {
	color: var(--black-2);
	text-decoration: underline;
}

.hamburger-menu-wrapper {
	padding: 0;
}

.hamburger-menu-wrapper.w--open {
	background-color: rgba(0, 0, 0, 0);
}

.header-right-side {
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

.header-nav-menu-wrapper {
	display: flex;
}

.container-default {
	flex-flow: column;
	align-items: center;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	display: flex;
}

.dropdown-link {
	color: var(--black-2);
	width: 100%;
	padding: 0;
	line-height: 20px;
}

.dropdown-link:hover {
	color: #6e7191;
}

.header-nav-link {
	color: var(--black-2);
	padding: 0;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

.header-nav-link:hover {
	color: var(--black-2);
	text-decoration: underline;
}

.dropdown-pd {
	padding: 40px;
	font-family: Poppins, sans-serif;
}

.header-logo-link {
	transform-style: preserve-3d;
	padding-left: 0;
	transition: transform 0.3s, color 0.3s;
	display: block;
}

.header-logo-link:hover {
	transform: scale3d(0.96, 0.96, 1.01);
}

.header-content-wrapper {
	justify-content: space-between;
	align-items: center;
	width: 1440px;
	max-width: 1440px;
	margin-top: 40px;
	display: flex;
}

.btn-primary {
	color: #fff;
	text-align: center;
	transform-style: preserve-3d;
	background-color: #4a3aff;
	border-radius: 48px;
	justify-content: center;
	padding: 26px 38px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.btn-primary:hover {
	color: #fff;
	background-color: #3324d5;
	transform: translate3d(0, -3px, 0.01px);
}

.btn-primary.small {
	padding: 18px 24px;
	font-size: 16px;
	line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
	margin-left: 24px;
	display: none;
}

.header-nav-list-item {
	margin-bottom: 0;
	padding-left: 32px;
}

.header-nav-list-item.show-in-tablet,
.header-nav-list-item.first {
	display: none;
}

.header-wrapper {
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 32px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.header-logo {
	max-width: 220px;
	position: relative;
	top: 0;
}

.hamburger-menu-bar {
	background-color: #211f54;
	border-radius: 20px;
	width: 52px;
	height: 4px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.header-nav-menu-list {
	z-index: 1;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	display: flex;
}

.topbar {
	justify-content: center;
	max-width: none;
	display: flex;
	position: relative;
}

.topmenu {
	background-color: #6677a5;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
}

.socials {
	width: 100px;
	height: 50px;
	display: none;
}

.body {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.topmenucon {
	justify-content: flex-end;
	align-items: flex-start;
	display: flex;
}

.social-icon {
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 50px;
	display: flex;
}

.link-block {
	background-image: url('/20181016082423/assets/images/facebook1.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
}

.link-block-3,
.link-block-3-copy {
	background-image: url('/20181016082423/assets/images/youtube1.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
}

.image-container,
.image-2 {
	width: 30px;
	max-width: none;
	height: 50px;
}

.toplinkbtn {
	color: var(--white);
	margin-left: 1rem;
	margin-right: 1rem;
	font-family: Poppins, sans-serif;
	text-decoration: none;
}

.toplinkbtn:hover {
	text-decoration: underline;
}

.search {
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Montserrat, sans-serif;
	display: flex;
}

.search.hidden.not {
	margin-left: 10px;
	margin-right: 10px;
}

.search-icon-3 {
	background-color: var(--white);
	background-image: url('/20181016082423/assets/images/magnifire.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	border: 0.25px rgba(0, 0, 0, 0);
	border-radius: 20px;
	width: 35px;
	height: 35px;
	min-height: auto;
	padding: 0 0.25rem;
	transition: all 0.3s;
}

.search-icon-3:hover {
	background-color: var(--green);
	background-image: url('/20181016082423/assets/images/magnifire-white.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
}

.search-bar {
	z-index: 15;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	justify-content: flex-end;
	align-items: center;
	width: 35%;
	height: 69%;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	position: absolute;
	top: 115%;
	bottom: auto;
	right: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.search-bar-wrap-2 {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding-right: 15px;
	display: flex;
}

.search-input-2 {
	background-color: rgba(0, 0, 0, 0);
	border: 1px #000;
	width: 95%;
	margin-bottom: 0;
	padding: 1.8rem 3.1rem 1.8rem 1rem;
	font-size: 0.85rem;
	font-weight: 300;
	position: relative;
}

.search-input-exit {
	background-color: rgba(0, 0, 0, 0);
	background-image: url('/20181016082423/assets/images/exit-icon.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	width: 5%;
	display: block;
}

.search-input-exit.two {
	z-index: 5;
	width: 20px;
	padding: 0 0;
	display: none;
	position: relative;
}

.div-block-122 {
	cursor: pointer;
	background-image: url('/20181016082423/assets/images/exit-icon.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 15px;
	width: 25px;
	height: 25px;
}

.topbarcon {
	background-color: var(--blue);
	justify-content: center;
	width: 1440px;
	max-width: none;
	display: flex;
}

.div-block-123 {
	max-width: 1200px;
}

.left-arrow {
	height: 50px;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: auto;
}

.link_arrow_image {
	color: #0b2239;
	width: 17px;
	height: 17px;
	margin-left: 0;
	padding-left: 10px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}

.right-arrow-2 {
	height: 50px;
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%;
}

.button-span {
	opacity: 0;
	background-image: url('/20181016082423/assets/images/icon_arrow3_right_white.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 8px;
	transform: translate(0, -50%);
}

.slide-nav {
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}

.mask-3 {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	width: 100%;
}

.link_b {
	color: #fff;
	letter-spacing: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}

.slider {
	justify-content: center;
	margin-top: 125px;
	margin-left: 0%;
	margin-right: 0%;
	display: flex;
	position: relative;
}

._1-slider {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.button-14-slider {
	color: #0b2239;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #fab54d;
	border-radius: 4px;
	margin-top: 24px;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 600;
	transition: padding 0.2s;
	display: none;
	position: relative;
}

.button-14-slider:hover {
	padding-right: 44px;
}

.slider-4 {
	background-color: var(--white);
	width: 100%;
	max-width: none;
	height: 80vh;
	min-height: auto;
	max-height: 80vh;
	margin-left: 0%;
	margin-right: 0%;
}

.link_wrap_image {
	background-color: var(--green);
	cursor: pointer;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	width: 170px;
	margin-top: 20px;
	padding: 15px 16px;
	display: none;
}

.link_wrap_image.hide {
	display: none;
}

._2-slider {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0%;
}

.button-11-copy {
	color: #0b2239;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #fab54d;
	border-radius: 4px;
	margin-top: 10px;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 600;
	transition: padding 0.2s;
	display: none;
	position: relative;
}

.button-11-copy:hover {
	padding-right: 44px;
}

.div-block-28 {
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	display: flex;
}

.slide-arrow-copy-2 {
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	font-size: 24px;
	display: flex;
}

.div-block-23 {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: auto;
	height: auto;
	display: flex;
}

.div-block-23.home-1 {
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 0;
	width: 50%;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 2% 2% 2% 8%;
}

.heading-4-homepage {
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: -1px 1px 8px rgba(0, 0, 0, 0.65);
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	font-family: Poppins, sans-serif;
	font-size: 55px;
	font-weight: 300;
	line-height: 62px;
	margin-top: 20px;
}

.heading-32 {
	color: #fff;
	text-transform: none;
	text-shadow: -1px 1px 8px rgba(0, 0, 0, 0.65);
	width: 70%;
	margin-top: 0;
	padding-top: 0;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 26px;
}

.heading-32.price {
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	line-height: 26px;
	display: flex;
}

.button-span-2 {
	opacity: 0;
	background-image: url('/20181016082423/assets/images/Right-Arrow.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 12px;
	transform: translate(0, -50%);
}

._3-slider {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0%;
}

.text-block-5 {
	color: #fff;
	text-shadow: -1px 1px 8px rgba(0, 0, 0, 0.65);
	max-width: 80%;
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	display: none;
}

.slide-arrow-copy {
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	font-size: 24px;
	display: flex;
}

.tagline-promo {
	z-index: 15;
	background-image: linear-gradient(#e9f0ff, #e9f0ff);
	justify-content: center;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	position: relative;
	top: -25px;
}

.div-block-124 {
	width: 1200px;
	max-width: 1200px;
	height: 50px;
}

.promo {
	justify-content: center;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-left: 2%;
	display: flex;
}

.promo-art {
	border: 0px solid var(--light-blue);
	background-color: var(--blue);
	border-radius: 60px;
	justify-content: center;
	align-items: center;
	width: 50px;
	max-width: none;
	height: 50px;
	display: flex;
	box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.2);
}

.promo-text {
	background-color: var(--blue);
	border-radius: 60px;
	align-items: center;
	width: auto;
	max-width: none;
	height: 50px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.2);
}

.text-block-6 {
	color: var(--white);
	font-family: Poppins, sans-serif;
	font-size: 18px;
}

.color {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.color.cc-pulm {
	background-image: linear-gradient(225deg, #667eea, #764ba2);
}

.color.cc-sunset-forest {
	background-image: linear-gradient(225deg, #e3bf54, #23bcba);
}

.color.cc-forest {
	background-image: linear-gradient(225deg, #23bcba, #45e994);
}

.color.cc-sunset {
	background-image: linear-gradient(225deg, #fb8332, #e3bf54);
}

.color.cc-pulm-sunset {
	background-image: linear-gradient(225deg, #764ba2, #fb8332);
}

.color.cc-forest-pulm {
	background-image: linear-gradient(225deg, #23bcba, #764ba2);
}

.label.cc-grey {
	color: var(--black-2);
	letter-spacing: 0;
	text-transform: none;
	font-family: Poppins, sans-serif;
	font-size: 36px;
}

.grid-1 {
	justify-content: center;
	align-items: center;
	width: 1200px;
	max-width: 1200px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.play-icon {
	z-index: 7;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.button-gradient-2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.button-gradient-2._3 {
	z-index: 3;
}

.button-gradient-2._2 {
	z-index: 2;
}

.button-gradient-2._1 {
	z-index: 1;
}

.button-gradient-2._6 {
	z-index: 6;
}

.button-gradient-2._5 {
	z-index: 5;
}

.button-gradient-2.static {
	opacity: 0;
	position: static;
}

.button-gradient-2._4 {
	z-index: 4;
}

.img-grid-2 {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.4) 38%, rgba(0, 0, 0, 0) 62%), none;
	background-position: 0 0, 50%;
	background-size: auto, cover;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.img-grid-2.coffee-package {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.68));
	height: auto;
}

.img-grid-2.coffee-cup,
.img-grid-2.coffee-hands {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.68)), none;
}

.button-grid {
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.item-wrap {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 100px;
	display: flex;
}

._3-crds-grid {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	max-width: 1200px;
	display: grid;
}

.divider {
	background-color: var(--light-blue);
	width: 100%;
	max-width: 1200px;
	height: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.button-block-2 {
	z-index: 99;
	cursor: pointer;
	border-radius: 8px;
	width: 80px;
	height: 80px;
	transition: transform 0.2s;
	display: block;
	position: relative;
	overflow: hidden;
}

.button-block-2:hover {
	transform: scale(1.05);
}

.button-block-2.small {
	width: 66px;
	height: 66px;
	display: none;
}

.text-block-grid-2 {
	color: #fff;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	font-family: Poppins, sans-serif;
	display: flex;
	position: relative;
	bottom: 0;
}

.video-card-grid-3-opt-2 {
	background-color: #fff;
	border-radius: 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100%;
	padding: 0;
	display: flex;
	position: relative;
}

.video-card-grid-3-opt-2:hover {
	box-shadow: none;
}

.youtube {
	background-repeat: no-repeat;
	border-radius: 0;
	height: 100%;
	padding-bottom: 0;
}

.video {
	background-image: url('/20181016082423/assets/images/maxresdefault.jpg');
	background-position: 50%;
	background-size: cover;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.video.coffee-package {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.68));
	height: auto;
}

.video.coffee-cup,
.video.coffee-hands {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.68)), none;
}

.div-block-126 {
	align-items: flex-start;
	height: 100px;
	padding: 20px;
	display: flex;
}

.heading-33 {
	color: var(--black);
	text-align: left;
	width: auto;
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
}

.heading-33:hover {
	text-decoration: none;
}

.video-view {
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.video-view.last {
	display: none;
}

.container {
	max-width: 1200px;
}

.crds-grid {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	width: 1200px;
	max-width: 1200px;
	display: grid;
}

.titlewrap {
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-end;
	width: 1200px;
	max-width: 1200px;
	display: flex;
}

.contentboxwrap {
	flex-flow: column;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 100px;
	display: none;
}

.square-icon {
	border-radius: 16px;
}

.card {
	background-color: #fff;
	border: 1px solid #eff0f6;
	border-radius: 24px;
	box-shadow: 0 2px 7px rgba(20, 20, 43, 0.06);
}

.card.content-left {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 48px 32px;
	display: flex;
}

.card.content-left.link-card {
	color: #6e7191;
	transform-style: preserve-3d;
	text-decoration: none;
	transition: transform 0.3s, color 0.3s;
}

.card.content-left.link-card:hover {
	transform: scale3d(0.94, 0.94, 1.01);
}

.grid-3-columns {
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	max-width: 1200px;
	display: grid;
}

.link-wrapper {
	color: #211f54;
	transition: none;
	display: inline-block;
}

.link-wrapper:hover,
.link-wrapper.color-primary {
	color: #4a3aff;
}

.link-wrapper.color-primary:hover {
	color: #211f54;
}

.mg-bottom-24px {
	margin-bottom: 24px;
}

.link-text {
	transition: color 0.3s;
	display: inline-block;
}

.heading-34 {
	font-family: Poppins, sans-serif;
}

.social {
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Montserrat, sans-serif;
	display: flex;
}

.socialicon {
	background-color: rgba(255, 255, 255, 0);
	background-image: url('/20181016082423/assets/images/facebook2-w.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	border: 0.25px rgba(0, 0, 0, 0);
	border-radius: 20px;
	width: 20px;
	height: 35px;
	min-height: auto;
	padding: 0 0.25rem;
	transition: all 0.3s;
}

.socialicon:hover {
	background-color: rgba(66, 125, 14, 0);
	background-image: url('/20181016082423/assets/images/facebook2-b.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
}

.socialicon-copy {
	background-color: rgba(255, 255, 255, 0);
	background-image: url('/20181016082423/assets/images/youtube2-w.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	border: 0.25px rgba(0, 0, 0, 0);
	border-radius: 20px;
	width: 35px;
	height: 35px;
	min-height: auto;
	padding: 0 0.25rem;
	transition: all 0.3s;
}

.socialicon-copy:hover {
	background-color: rgba(66, 125, 14, 0);
	background-image: url('/20181016082423/assets/images/youtube2-b.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
}

.padding-section-medium {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.text-block-3 {
	color: #374957;
}

.padding-global {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.button-3 {
	color: #166b3e;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	font-weight: 600;
	transition: all 0.45s;
}

.button-3:hover {
	color: #67011f;
	-webkit-text-stroke-color: #160042;
	padding-right: 0;
}

.div-block-7 {
	width: auto;
	height: auto;
	position: static;
	overflow: hidden;
}

.div-block-7:hover {
	width: auto;
	height: auto;
}

.section_features {
	background-color: #edf7ff;
	display: none;
}

.features_grid {
	grid-column-gap: 2.5rem;
	grid-row-gap: 2rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.features_header {
	grid-column-gap: 3rem;
	grid-row-gap: 4rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.div-block-6 {
	align-items: center;
	width: auto;
	height: 45px;
	margin-bottom: 20px;
	display: flex;
	overflow: hidden;
}

.grey-arrow-3 {
	width: 0;
	margin-left: 10px;
}

.features_item {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	background-color: #fff;
	border-radius: 1.25rem;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	align-content: start;
	align-items: start;
	padding: 2rem;
	display: grid;
}

.div-block-12 {
	justify-content: space-between;
	width: 100%;
	display: flex;
}

.heading-2 {
	color: #67011f;
	-webkit-text-stroke-color: #67011f;
	margin-top: 10px;
	font-size: 26px;
	font-weight: 600;
	line-height: 35px;
}

.news-section {
	color: #374957;
	background-color: rgba(0, 0, 0, 0);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px 140px 40px;
	display: flex;
}

.icon-small {
	height: 2rem;
}

.container-large {
	width: 100%;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

.image-3 {
	border-radius: 5px;
	width: 120%;
	max-width: none;
}

.image-3.img-zoom {
	transition: all 0.45s;
}

.image-3.img-zoom:hover {
	transform: scale(1.1);
}

.div-block-2 {
	background-color: rgba(0, 0, 0, 0);
	flex-direction: column;
	align-items: flex-start;
	width: 30%;
	height: auto;
	display: flex;
}

.features_components {
	grid-column-gap: 4rem;
	grid-row-gap: 4rem;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.arrow-2 {
	width: auto;
	height: auto;
	position: static;
	overflow: hidden;
}

.arrow-2:hover {
	width: auto;
	height: auto;
}

.div-block-5 {
	border-radius: 5px;
	justify-content: center;
	height: 60%;
	display: flex;
	overflow: hidden;
}

.feature-cb {
	background-color: rgba(0, 0, 0, 0);
	border: 1px rgba(216, 216, 216, 0.5);
	border-radius: 5px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: auto;
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	padding: 0.75rem 0.25rem;
	text-decoration: none;
	transition: box-shadow 0.25s;
	display: flex;
}

.feature-cb:hover {
	box-shadow: none;
	color: #255564;
	background-color: rgba(0, 0, 0, 0);
}

.appointment-image {
	width: 42px;
	margin-bottom: 2px;
	margin-left: 2px;
	position: relative;
}

.feature-cb-wrapper {
	background-color: #fff;
	height: auto;
	position: relative;
}

.doctor-image {
	width: 42px;
	margin-bottom: 2px;
	margin-left: 2px;
	position: relative;
}

.bg-circle {
	z-index: 0;
	background-color: #e4edf1;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.feature-cb-block {
	background-color: #fff;
	border-radius: 5px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 40%;
	padding: 1rem 0.5rem;
	display: block;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: auto;
	box-shadow: 0 1px 4px 2px rgba(77, 77, 77, 0.05);
}

.feature-cb-block._1 {
	border-radius: 0;
	flex-direction: row;
	width: 22%;
	margin-bottom: 0;
	padding: 0.15rem 0.25rem;
	display: none;
	position: relative;
	top: auto;
	left: auto;
	overflow: hidden;
}

.feature-cb-block._2 {
	border-radius: 0;
	width: 22%;
	margin-bottom: 0;
	padding: 0.15rem 0.25rem;
	display: block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	overflow: hidden;
}

.feature-cb-block._3 {
	border-radius: 0;
	width: 22%;
	padding: 0.15rem 0.25rem;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	overflow: hidden;
}

.feature-cb-block._4 {
	border-radius: 0;
	width: 22%;
	padding: 0.15rem 0.25rem;
	display: block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	overflow: hidden;
}

.heading-cb {
	color: #255564;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.25rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.45rem;
	text-decoration: none;
}

.heading-cb.white {
	color: var(--dark-grey);
	text-align: left;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-family: Poppins, sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
}

.promocontentwrapper {
	z-index: 200;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	justify-content: center;
	display: flex;
	position: static;
	top: -130px;
	left: 0%;
	right: 0%;
}

.service-icon-3 {
	width: 80%;
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
}

.feature-cb-text {
	color: #485166;
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.15rem;
}

.feature-cb-text.white {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.cb-wrapper {
	z-index: 100;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex-flow: wrap;
	align-content: stretch;
	justify-content: space-around;
	align-items: stretch;
	width: 70vw;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	position: absolute;
	top: -75%;
	bottom: auto;
	left: 0%;
	right: 0%;
}

.cb-wrapper.services-not {
	display: flex;
}

.link-block-6 {
	border-style: solid;
	border-width: 5px 0 2px;
	border-color: var(--green) var(--light-grey) var(--blue);
	color: #383838;
	background-color: rgba(37, 85, 100, 0);
	border-radius: 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 250px;
	height: auto;
	margin-top: 0;
	padding: 60px 10px 10px;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	text-decoration: none;
	transition: transform 0.45s, all 0.3s;
	display: flex;
}

.link-block-6:hover {
	transform: scale(1.1);
}

.icon-wrapper {
	background-color: rgba(0, 0, 0, 0);
	border: 4px solid #e4edf1;
	border-radius: 100px;
	flex: none;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	margin-bottom: 1rem;
	margin-right: 0;
	display: flex;
	position: relative;
}

.feature-cb-section {
	position: static;
}

.mychart-image {
	width: 35px;
	position: relative;
}

.promo-art-blue {
	border: 1px solid var(--white);
	background-color: var(--green);
	border-radius: 60px;
	width: 20px;
	max-width: none;
	height: 20px;
}

.footer-column-title {
	color: var(--blue);
	letter-spacing: 0;
	-webkit-text-stroke-color: #044f5f;
	text-transform: uppercase;
	margin-top: 0.5em;
	margin-bottom: 0.375em;
	padding-top: 0.125em;
	font-family: Poppins, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.25em;
}

.footer-column-title.white {
	color: var(--dark-grey);
	font-family: Poppins, sans-serif;
	font-weight: 600;
}

.footer-column-title.footer-notifications-title {
	color: #6e2216;
	font-size: 1rem;
	line-height: 1.25em;
}

.footer-column-title.footer-notifications-title.white.last {
	display: none;
}

.footer-flex-row {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	padding: 2rem 20px 1rem;
	display: flex;
}

.paragraph-15 {
	color: var(--dark-grey);
	font-family: Poppins, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.2em;
}

.image-5 {
	width: 100px;
	max-width: none;
	padding-right: 5px;
}

.footer-signoff-grip {
	float: right;
	color: #606060;
	text-transform: uppercase;
	background-image: url('/20181016082423/assets/images/GRIP_color.svg');
	background-repeat: no-repeat;
	background-size: 130px 28px;
	border-bottom-style: none;
	border-bottom-width: 0;
	order: 1;
	width: 130px;
	height: 28px;
	margin-top: 2px;
	padding-left: 32px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: 600;
	line-height: 9px;
}

.footer-signoff-grip:hover {
	color: #606060;
}

.link-2 {
	color: var(--dark-grey);
	font-family: Poppins, sans-serif;
	font-size: 0.9rem;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.link-2:hover {
	text-decoration: underline;
}

.footer-signoff-aaahc {
	float: right;
	color: #606060;
	text-transform: uppercase;
	background-image: url('/20181016082423/assets/images/GRIP_color.svg');
	background-repeat: no-repeat;
	background-size: 130px 28px;
	border-bottom-style: none;
	border-bottom-width: 0;
	order: 1;
	width: 130px;
	height: 28px;
	margin-top: 2px;
	padding-left: 32px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: 600;
	line-height: 9px;
}

.footer-signoff-aaahc:hover {
	color: #606060;
}

.footer-signoff-aaahc.first {
	background-image: none;
	background-repeat: repeat;
	background-size: auto;
	margin-right: 20px;
	padding-right: 0;
}

.column {
	display: flex;
}

.column.footer-signoff-column {
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.column.footer-signoff-column.right-signoff-column {
	justify-content: flex-end;
	align-items: center;
	height: auto;
}

.formslist2 {
	margin-top: 38px;
}

.footer-contact-wrap {
	width: auto;
	padding-right: 0;
}

.footer-contact-wrap._6th {
	text-align: left;
	padding-left: 0%;
	padding-right: 0;
	display: none;
}

.footer-contact-wrap._3th2,
.footer-contact-wrap._2nd {
	padding-left: 0%;
}

.footer-contact-wrap._5th {
	width: auto;
	padding-left: 0%;
	padding-right: 0;
	display: none;
}

.footer-contact-wrap._4th {
	padding-left: 0%;
	padding-right: 0;
}

.link-block-8 {
	width: 150px;
}

.container-2 {
	max-width: 1200px;
	padding-left: 10%;
	padding-right: 10%;
	position: relative;
}

.container-2.footer {
	background-color: rgba(164, 172, 122, 0);
	padding-left: 0%;
	padding-right: 0%;
}

.container-2.footer.footer-noline {
	border-top-width: 0;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

.container-2.footer-container {
	max-width: 1400px;
	padding-left: 0%;
	padding-right: 0%;
	position: static;
}

.footer-menu-out {
	display: none;
}

.heading {
	color: var(--dark-grey);
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.9rem;
	font-weight: 400;
	font-family: Poppins, sans-serif;
}

.footer-promo-2 {
	justify-content: center;
	align-items: center;
	width: 150px;
	padding: 0;
	display: flex;
}

.footer-container {
	z-index: 600;
	border-top: 4px solid var(--blue);
	background-color: var(--white);
	color: #3e3f3d;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9375rem;
	line-height: 1.625em;
	position: static;
}

.footer-signoff-section {
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 2rem;
	font-size: 0.8rem;
	line-height: 1rem;
}

.link-block-7 {
	width: auto;
	padding-right: 0;
}

.footer-phone-span {
	color: var(--dark-grey);
}

.image-4 {
	width: 240px;
	max-width: none;
	padding-bottom: 10px;
}

.row-2.footer-signoff-row {
	align-items: center;
	padding-top: 1.5rem;
	display: none;
}

.image-6 {
	width: 150px;
	max-width: none;
	padding-left: 5px;
	padding-right: 0;
}

.copyright_component {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	color: #fff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	display: flex;
}

.copyright_component .heading h1 {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
}

.footer-link {
	color: #6e2216;
	text-transform: uppercase;
	font-size: 0.95rem;
	font-weight: 700;
}

.footer-link:hover {
	color: #6e2216;
}

.footer-link:focus {
	box-shadow: 0 1px #163a59;
}

.footer-link.white {
	color: #255564;
	font-weight: 400;
}

.footer-link.signoff-link {
	color: var(--dark-grey);
	font-size: 0.9rem;
	font-weight: 400;
}

.footer-link.signoff-link.out {
	display: none;
}

.footer-signoff-list {
	margin: 0 0.25rem 0 1rem;
	padding-left: 0;
	display: inline-block;
}

.footer-quick-link {
	color: var(--dark-grey);
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.2rem;
	text-decoration: none;
	display: inline-block;
}

.footer-quick-link:hover {
	border-bottom: 0 solid #797676;
	text-decoration: underline;
}

.footer-quick-link.w--current {
	border-bottom-color: #797676;
}

.footer-phone-span-copy {
	display: none;
}

.promo-logos-footer {
	margin-top: 5px;
	margin-bottom: 0;
	display: flex;
}

.footer-signoff-list-item {
	color: var(--dark-grey);
	margin-bottom: 0;
	padding-top: 0.125em;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-family: Poppins, sans-serif;
	display: inline-block;
}

.main-footer-logo {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	justify-content: center;
	align-items: center;
	width: auto;
	display: flex;
}

.paragraph-2 {
	color: #255564;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
}

.paragraph-2.white {
	color: var(--dark-grey);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.2em;
}

.email-title {
	display: none;
}

.logos-wrapper {
	width: auto;
}

.footer-promo-1 {
	width: 100px;
	padding: 10px 10px 10px 0;
}

.footer-flex-row-2 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin-top: 20px;
	padding: 0.75rem 20px 20px;
	display: flex;
}

.footer-content {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	width: auto;
	padding-right: 0;
	display: grid;
}

.footer-content._6th {
	text-align: left;
	padding-left: 0%;
	padding-right: 0;
	display: none;
}

.footer-content._3th2,
.footer-content._2nd {
	padding-left: 0%;
}

.footer-content._5th {
	width: auto;
	padding-left: 0%;
	padding-right: 0;
}

.footer-content._4th {
	padding-left: 0%;
	padding-right: 0;
}

.footer-img {
	align-items: flex-end;
	display: flex;
}

.paragraph-small {
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
	font-size: 0.8rem;
	line-height: 1.5em;
}

.image-text-promo {
	display: flex;
}

.div-block-127 {
	align-items: flex-end;
	width: 45%;
	padding-left: 10px;
	display: flex;
}

.div-block-128,
.div-block-129 {
	align-items: flex-end;
	display: flex;
}

.div-block-130 {
	display: flex;
}

.container-3 {
	max-width: 1400px;
}

.image-7 {
	width: 70%;
	max-width: 70%;
}

.div-block-131,
.div-block-132 {
	align-items: flex-start;
	display: flex;
}

.nav-dropdown-icon {
	opacity: 1;
	background-image: url('/20181016082423/assets/images/dropdown-arrow-icon.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	width: 10px;
	height: 10px;
	margin-left: 0.5rem;
	padding-left: 0;
}

.div-block-133 {
	background-color: var(--blue);
	justify-content: center;
	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.div-block-134 {
	width: 1440px;
}

.top {
	background-color: var(--blue);
	justify-content: center;
	width: 100%;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.col-md-9 {
	width: 100%;
	padding: 75px 10px 10px;
	position: relative;
}

.img-col25--heading {
	font-family: Merriweather, serif;
	font-size: 2rem;
	line-height: 100%;
	display: none;
}

.sections {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	display: flex;
	position: relative;
}

.section-tittle {
	color: #212127;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: PT Serif, serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 100%;
}

.col-sm-12 {
	width: 90%;
}

.top-padding {
	flex-flow: column;
	justify-content: flex-start;
	margin-top: 40px;
	display: flex;
}

.button-texts {
	z-index: 1;
	color: #fff;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	position: relative;
}

.small-text {
	letter-spacing: 2px;
	margin-bottom: 10px;
	display: none;
}

.buttons {
	color: #fff;
	background-color: #d60f2b;
	border: 1px #bbb;
	border-radius: 0;
	padding: 15px 30px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.56);
}

.img-col-overlay {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	width: 100%;
	height: 100%;
	position: relative;
}

.button-text {
	color: #cacaca;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-top-right-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	flex: 1;
	padding-top: 13px;
	padding-bottom: 10px;
	font-family: Lato, sans-serif;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
}

.button-filler {
	background-color: #031927;
	justify-content: center;
	align-items: center;
	height: 50%;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: visible;
}

.img-col-25 {
	width: 33%;
	transition: width 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.img-col-25:hover {
	width: 150%;
}

.img-col-25._1 {
	background-image: url('/20181016082423/assets/images/mm-1.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 33%;
}

.img-col-25._2 {
	background-image: url('/20181016082423/assets/images/mm2.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 33%;
}

.img-col-25._1 {
	background-image: url('/20181016082423/assets/images/new2.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	display: flex;
}

.img-col-25._1:hover {
	width: 150%;
}

.img-col-25._2 {
	background-image: url('/20181016082423/assets/images/new1.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	display: flex;
}

.img-col-25._2:hover {
	width: 150%;
}

.img-col-25._3 {
	background-image: url('/20181016082423/assets/images/shaking_hands.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}

.lines {
	background-color: #d60f2b;
	width: 30%;
	height: 2px;
}

.img-col-25-tex-wrap {
	color: #fff;
	text-align: right;
	padding: 20px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: auto;
	bottom: 2%;
	left: 0%;
	right: 0%;
}

.services-wrap {
	height: 70vh;
	display: none;
}

.vertical-text {
	color: #cacaca;
	text-align: right;
	letter-spacing: 5px;
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 10%;
	bottom: auto;
	left: auto;
	right: -15%;
	transform: rotate(-90deg);
}

.big-container {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.paragraph-16 {
	font-family: Poppins, sans-serif;
	font-size: 1rem;
}

.link-3 {
	color: var(--green);
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	text-decoration: none;
}

.link-3:hover {
	text-decoration: underline;
}

.heading-35 {
	margin-bottom: -9px;
}

.div-block-135 {
	justify-content: flex-end;
	width: 1200px;
	display: flex;
}

.link_blue {
	color: var(--blue) !important;
	letter-spacing: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}

.link_wrap_image-copy-copy {
	cursor: pointer;
	background-color: rgba(66, 125, 14, 0);
	border-radius: 0;
	justify-content: flex-end;
	align-items: center;
	width: auto;
	margin-top: 0;
	padding: 15px 0;
	display: flex;
}

.link_wrap_image-copy-copy.video-only {
	padding-top: 0;
}

.div-block-136 {
	border: 10px solid var(--green);
	background-color: var(--white);
	border-bottom-left-radius: 100px;
	width: 1200px;
	padding: 40px;
	position: relative;
	box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.2);
}

.link-4 {
	color: var(--white);
	font-family: Poppins, sans-serif;
	font-size: 16px;
}

.link-4:hover {
	text-decoration: none;
}

.link-5 {
	color: var(--black-2);
}

.link-5:hover {
	text-decoration: none;
}

.news-wrapper {
	z-index: 9;
	margin-top: 0;
}

.uui-container-large-7 {
	width: 90%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.uui-container-large-7.hidden {
	display: none;
}

.text-block-35 {
	color: #fff;
	-webkit-text-stroke-color: #004ba0;
	font-family: Poppins, sans-serif;
}

.uui-blogsection04_meta-wrapper {
	color: #6941c6;
	mix-blend-mode: multiply;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 10rem;
	align-items: center;
	margin-bottom: 1rem;
	padding: 0.25rem 0.25rem 0.25rem 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	display: flex;
}

.uui-heading-xsmall-6 {
	color: #101828;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
}

.text-block-39 {
	color: #538300;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.text-block-39:hover {
	color: #36383b;
}

.uui-blogsection04_list-wrapper {
	margin-top: 40px;
	margin-bottom: 10px;
}

.uui-blogsection04_heading-wrapper {
	grid-column-gap: 5rem;
	grid-row-gap: 1rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr max-content;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	align-items: start;
	display: block;
}

.uui-heading-subheading-5 {
	color: #1f2022;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}

.f-h1-heading-2 {
	color: #303440;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 66px;
}

.uui-blogsection04_image {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.news-box {
	flex-direction: column;
	align-items: center;
	display: flex;
}

.uui-blogsection04_list {
	grid-column-gap: 2rem;
	grid-row-gap: 4rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
}

.news-posts {
	background-color: rgba(0, 0, 0, 0);
	margin-top: 0;
	margin-bottom: 310px;
	padding-bottom: 0;
}

.uui-blogsection04_category-link {
	color: #6941c6;
	background-color: #fff;
	border-radius: 1rem;
	align-items: center;
	padding: 0.125rem 0.5rem 0.125rem 0;
	font-size: 0.75rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s;
	display: flex;
}

.uui-blogsection04_category-link:hover {
	color: #53389e;
}

.uui-page-padding-7 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.uui-blogsection04_image-wrapper {
	width: 100%;
	padding-top: 66%;
	position: relative;
	overflow: hidden;
}

.news-header {
	flex: 1;
	align-self: center;
	width: 80%;
	margin-bottom: 20px;
}

.slide-nav-4 {
	display: none;
}

.uui-button-link {
	grid-column-gap: 0.5rem;
	color: #6941c6;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0);
	justify-content: center;
	align-items: center;
	padding: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
	transition: all 0.3s;
	display: flex;
}

.uui-button-link:hover {
	color: #53389e;
}

.uui-text-size-medium-7 {
	color: #475467;
	letter-spacing: normal;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

.slider-3 {
	background-color: rgba(0, 0, 0, 0);
}

.uui-space-small-5 {
	width: 100%;
	min-height: 1.5rem;
}

.news-card {
	flex-direction: column;
	align-items: flex-start;
	padding: 10px;
	display: flex;
}

.uui-blogsection04_title-link {
	margin-bottom: 0.5rem;
	text-decoration: none;
	display: block;
}

.uui-heading-medium-5 {
	color: #101828;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.3;
	display: none;
}

.mask {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	height: 400px;
	padding-left: 10%;
	padding-right: 10%;
	display: flex;
	overflow: visible;
}

.uui-blogsection04_image-link {
	width: 100%;
	margin-bottom: 2rem;
	transition: all 0.3s;
}

.uui-blogsection04_image-link:hover {
	box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
}

.uui-max-width-large-6 {
	width: 100%;
	max-width: 48rem;
}

.uui-blogsection04_item {
	flex-direction: column;
	align-items: flex-start;
	display: flex;
}

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

.uui-padding-vertical-xhuge-8 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.button-3-news {
	color: #fff;
	text-align: center;
	background-color: #f58a07;
	border-radius: 1.9375rem;
	justify-content: center;
	align-items: center;
	padding: 0.75rem 2rem;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.2s;
	display: inline-block;
	position: relative;
	top: 250px;
}

.button-3-news:hover {
	background-color: #1f79be;
}

.blob-2 {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 99999px;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: auto;
	bottom: auto;
	left: 6px;
	right: auto;
}

.parallax-image-1 {
	background-position: 0 0, 50% 72%;
	background-size: auto, cover;
	background-attachment: scroll, fixed;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 600px;
	margin-top: 40px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	position: relative;
}

.div-block-137 {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60%;
	display: flex;
}

.text-cta-2 {
	z-index: 1;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}

.button-with-arrow-parallax {
	opacity: 0.8;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 50px;
	margin-top: 20px;
	padding-left: 0;
	padding-right: 19px;
	display: flex;
	position: relative;
	overflow: hidden;
}

.button-with-arrow-parallax:active {
	opacity: 1;
}

.null-arrow {
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
}

.block-arrow {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 4px;
	justify-content: flex-start;
	align-items: center;
	width: 80px;
	height: 50px;
	margin-left: 10px;
	display: flex;
	position: relative;
	overflow: hidden;
}

.text-block-40 {
	color: #fff;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	display: flex;
}

.arrow-stem-2 {
	background-color: #fff;
	width: 68px;
	height: 2px;
}

.heading-3 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: 300;
	line-height: 55px;
	font-family: Poppins, sans-serif;
}

.button-no-outline {
	background-color: #4f95d0;
	border: 2px #4f95d0;
	border-radius: 100px;
	align-items: center;
	height: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 9px 25px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	line-height: 20px;
	transition: all 0.45s;
	display: flex;
}

.button-no-outline:hover {
	color: #213064;
	background-color: #fff;
	border-style: none;
	border-color: #fff;
}

.link_wrap_image-white {
	cursor: pointer;
	background-color: rgba(66, 125, 14, 0);
	border-radius: 0;
	justify-content: flex-end;
	align-items: center;
	width: auto;
	margin-top: 20px;
	padding: 15px 0;
	display: flex;
}

.link_white {
	color: var(--white);
	letter-spacing: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}

.videowrap {
	background-image: url('/20181016082423/assets/images/bg-6c.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 40px;
	display: flex;
	position: relative;
	top: -27px;
}

.hero__person-txt-more {
	opacity: 0;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	position: absolute;
	bottom: 78px;
}

.hero__person-txt-more.mod--1 {
	padding-left: 20px;
}

.hero__person-count {
	text-align: center;
	flex-direction: column;
	flex: none;
	justify-content: center;
	align-items: center;
	height: 0%;
	font-size: 52px;
	transition: all 0.6s;
	display: flex;
	overflow: hidden;
}

.hero__person-title {
	flex: none;
	font-size: 34px;
	line-height: 1.1em;
}

.hero__person-title.stroke--white-02 {
	margin-right: 10px;
	font-family: Poppins, sans-serif;
	font-size: 30px;
}

.hero__person-square {
	z-index: -1;
	background-color: #1e1e2f;
	width: 120px;
	height: 100%;
	margin-left: -24px;
	display: block;
	position: absolute;
}

.hero__person-count-title {
	margin-bottom: -20px;
	line-height: 1em;
	display: inline-block;
}

.hero__person-cont {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.hero__person-count-span {
	flex: none;
	width: 100%;
	font-size: 14px;
	display: inline-block;
}

.hero__person-img {
	z-index: 0;
	object-fit: cover;
	min-width: 100%;
	height: 115%;
	display: block;
	position: relative;
}

.hero__person {
	cursor: pointer;
	border-radius: 20px;
	width: 21%;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	overflow: hidden;
}

.hero__person.mod--2,
.hero__person.mod--1 {
	width: 33%;
}

.hero__person-grad {
	z-index: 1;
	color: #fff;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.hero__person-txt-less {
	opacity: 1;
	justify-content: flex-start;
	align-items: center;
	width: 120px;
	height: 120px;
	display: flex;
	position: absolute;
	bottom: 80px;
	transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
	padding-top: 20px;
	right: 0;
}

.hero__person-txt-less.mod--1.hide {
	display: none;
}

.hero__persons {
	z-index: 0;
	justify-content: flex-end;
	width: 114.72%;
	height: 590px;
	margin-left: -85px;
	margin-right: -20px;
	display: flex;
	position: relative;
}

.agritourism {
	z-index: 300;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	border: 0px none var(--white);
	background-color: var(--blue);
	outline-color: var(--white);
	outline-offset: 0px;
	background-image: none;
	background-repeat: repeat;
	background-size: auto;
	background-attachment: scroll;
	border-radius: 0 0 0 40px;
	outline-width: 3px;
	outline-style: none;
	width: 900px;
	margin-bottom: 0;
	padding: 40px;
	display: flex;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.2);
}

.col-md-9-copy {
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	width: auto;
	padding: 0 0 0 20px;
	display: flex;
	position: relative;
}

.big-container-copy {
	justify-content: center;
	width: 50%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.heading1white {
	color: var(--white);
	text-align: left;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	font-size: 38px;
	margin-top: 0px;
	line-height: 44px;
}

.paragraph-16-white {
	color: var(--white);
	text-align: left;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
}

.top-padding-copy {
	justify-content: flex-start;
	margin-top: 0;
	display: flex;
}

.big-container-image {
	border: 8px solid var(--white);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom-left-radius: 50px;
	justify-content: center;
	width: 50%;
	max-width: none;
	height: 300px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	display: flex;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.big-container-texttitle {
	justify-content: center;
	width: 50%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.sections-agritourism {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 100px;
	display: flex;
	position: relative;
}

.divider-copy {
	background-color: #f1f1f1;
	width: 100%;
	max-width: 1200px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.main-nav-link-wrapper {
	border-top: 4px rgba(0, 0, 0, 0);
	border-bottom: 4px rgba(0, 0, 0, 0);
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
	margin-right: 2.5vw;
	display: block;
}

.main-nav-link-wrapper:hover {
	background-color: rgba(0, 0, 0, 0);
	border: 1px #000;
}

.main-nav-link-wrapper.out {
	display: none;
}

.main-nav-link-wrapper.last-main-link {
	margin-left: 0;
	margin-right: 0;
}

.main-nav-link-wrapper.last-main-link.hideonly {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}

.main-nav-link-wrapper.left-space {
	margin-left: 0;
}

.main-nav-link-wrapper.contact-out {
	display: none;
}

.main-nav-link-wrapper.last {
	margin-left: 2.5vw;
	margin-right: 0;
}

.navbar {
	border-top: 5px solid var(--blue);
	background-color: #fff;
	position: fixed;
	top: 0%;
	left: 0%;
	right: 0%;
}

.dropdown-list-wrapper {
	flex-direction: column;
	justify-content: space-between;
	display: flex;
}

.right-top-header-links {
	justify-content: flex-start;
	display: none;
}

.right-top-header-links.mobile-view-hidden {
	flex: 0 auto;
	display: flex;
}

.navbar-menu {
	border-top: 1px rgba(216, 216, 216, 0.5);
	flex-flow: row;
	order: 0;
	justify-content: flex-end;
	align-self: stretch;
	align-items: stretch;
	margin-bottom: 10px;
	margin-left: 0;
	display: flex;
}

.button-2 {
	color: #fff;
	letter-spacing: 1px;
	background-color: #255564;
	padding: 15px 25px;
	transition: all 0.3s;
	display: inline-block;
}

.button-2:hover {
	background-color: #448c98;
}

.button-2.footer {
	background-color: #255564;
	background-image: url('/20181016082423/assets/images/credit-card-white3.svg');
	background-position: 94%;
	background-repeat: no-repeat;
	background-size: 25px;
	border-radius: 8px;
	flex: 1;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 45px;
	font-size: 0.9rem;
	line-height: 20px;
	transition-duration: 0.5s;
}

.button-2.footer:hover {
	background-color: #448c98;
	background-position: 96%;
}

.button-2.footer.noline {
	color: #fff;
	border-top-width: 0;
	border-radius: 0;
	display: none;
}

.logo-image {
	display: block;
}

.alert-exit-icon {
	z-index: 500;
	float: right;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	background-image: url('/20181016082423/assets/images/exit-icon-black.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	border-bottom-style: none;
	width: 25px;
	height: 25px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0%;
	padding-left: 0;
	padding-right: 15px;
	font-size: 0.75rem;
	line-height: 1.5em;
	text-decoration: none;
	transition: all 0.3s;
	position: absolute;
	top: auto;
	right: 1.5rem;
}

.alert-exit-icon:hover {
	color: #fff;
}

.search-bar-wrap-3 {
	color: #fff;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
	font-family: Lato, sans-serif;
	display: flex;
}

.nav-underline-five,
.nav-underline {
	background-color: #e6674a;
	width: 0;
	height: 4px;
	margin-bottom: -1px;
}

.alert-header-content-wrapper-2 {
	align-items: center;
	padding: 0.75rem 0;
	font-size: 0.875em;
	display: flex;
	position: relative;
}

.image-9 {
	width: 100px;
	margin-top: 2px;
	transition: transform 0.25s;
}

.text-span {
	margin-right: 0.25rem;
	font-weight: 400;
}

.top-header-nav-link-2 {
	opacity: 1;
	color: #255564;
	letter-spacing: 0;
	text-transform: none;
	border-top: 4px rgba(0, 0, 0, 0);
	border-bottom: 1px #474747;
	border-right: 1px #d8d8d8;
	align-items: center;
	margin-left: 0.75vw;
	margin-right: 0.75vw;
	padding: 1rem 0;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 0.85rem;
	transition: transform 0.4s, opacity 0.3s, border-color 0.35s, color 0.35s;
	display: flex;
}

.top-header-nav-link-2:hover {
	opacity: 1;
	color: #222;
	border-top-style: none;
	border-top-color: #e6674a;
	border-bottom: 1px #fff;
	transform: translate(0, -6px);
}

.top-header-nav-link-2.last {
	border-right-style: none;
	align-items: center;
	margin-right: 0.75vw;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 0;
	display: flex;
}

.top-header-nav-link-2.last.out {
	display: none;
}

.top-header-nav-link-2.urgent-care-button {
	opacity: 1;
	color: #fff;
	background-color: #265563;
	background-image: url('/20181016082423/assets/images/credit-card-white2.svg');
	background-position: 6%;
	background-repeat: no-repeat;
	background-size: 25px;
	border-radius: 5px;
	height: auto;
	margin-right: 0;
	padding: 0.85rem 1rem 0.85rem 2.65rem;
	font-weight: 400;
	transition: all 0.3s, background-color 0.35s;
}

.top-header-nav-link-2.urgent-care-button:hover {
	background-color: #448c98;
	transform: none;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.top-header-nav-link-2.urgent-care-button.button-out {
	display: flex;
}

.top-header-nav-link-2.out {
	display: none;
}

.top-header-nav-link-2.mychart {
	opacity: 1;
	color: #4d4d4d;
	letter-spacing: 0;
	border-bottom-style: none;
	border-right: 1px #d8d8d8;
	flex: 0 auto;
	min-width: 110px;
	margin-left: 0;
	margin-right: 0;
	padding: 1rem;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.top-header-nav-link-2.mychart:hover {
	border-top-color: rgba(0, 0, 0, 0);
}

.top-header-nav-link-2.career-out {
	color: var(--white);
	font-family: Poppins, sans-serif;
	font-weight: 400;
	display: flex;
}

.two-part-mobile-nav-wrapper-2 {
	display: none;
}

.left-top-header-links {
	display: flex;
}

.left-top-header-links.mobile-view-hidden {
	background-color: var(--blue);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

.main-header-wrapper {
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	padding-left: 1rem;
	padding-right: 1rem;
	display: block;
}

.search-input-exit-2 {
	background-color: rgba(0, 0, 0, 0);
	background-image: url('/20181016082423/assets/images/exit-icon.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	width: 25px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 1.5rem;
	padding-left: 0;
	padding-right: 0;
	display: block;
}

.search-input-exit-2.two {
	display: block;
}

.alert-header-section {
	background-color: #e6674a;
	justify-content: space-between;
	display: block;
	overflow: hidden;
}

.alert-header-section.hide-alert {
	display: none;
}

.aleart-header-wrapper {
	color: #fff;
	justify-content: space-around;
	align-items: center;
	padding-top: 0;
	display: block;
	position: relative;
}

.alert-link {
	color: #222;
	border-bottom: 2px solid rgba(34, 34, 34, 0.75);
	font-family: Lato, sans-serif;
	font-size: 0.975rem;
	line-height: 1.15rem;
	text-decoration: none;
	transition: all 0.25s;
}

.alert-link:hover {
	border-bottom-color: #222;
}

.alert-link.first-alert-link {
	color: #222;
	border-bottom-width: 2px;
	border-bottom-color: rgba(34, 34, 34, 0.75);
	margin-right: 1rem;
	font-size: 0.975rem;
	line-height: 1.15rem;
	transition: all 0.25s;
}

.alert-link.first-alert-link:hover {
	border-bottom-color: #222;
}

.icon-4 {
	color: #002569;
	padding-left: 5px;
	font-size: 0.7rem;
	display: none;
}

.alert-header-inner-text-2 {
	color: #222;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 1rem;
	font-family: Lato, sans-serif;
	font-size: 0.975rem;
	font-weight: 700;
	line-height: 1.25rem;
}

.logo {
	flex: 0 auto;
	order: -1;
	width: 250px;
	min-width: auto;
	max-width: 260px;
	margin-top: 0;
	margin-right: 2rem;
}

.right-side-nav-wrapper {
	flex-direction: column;
	align-items: flex-end;
	display: flex;
}

.navbar-wrapper-2 {
	border-bottom: 4px rgba(0, 0, 0, 0);
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 100%;
	display: flex;
	box-shadow: 1px 1px 4px 2px rgba(77, 77, 77, 0.2);
}

.top-header-nav-wrapper-2 {
	background-color: #fff;
	border: 1px #d8d8d8;
	flex-wrap: wrap;
	order: 0;
	justify-content: flex-end;
	align-items: stretch;
	padding-top: 0;
	padding-bottom: 2rem;
	padding-left: 0;
	font-family: Lato, sans-serif;
	display: flex;
}

.search-input-3 {
	color: #4d4d4d;
	background-color: rgba(0, 0, 0, 0);
	border: 1px #000;
	border-bottom: 2px solid rgba(217, 219, 233, 0.65);
	border-radius: 0;
	width: 700px;
	margin-bottom: 0.5rem;
	margin-left: auto;
	padding: 2rem 1.25rem 1rem 0.5rem;
	font-size: 0.85rem;
	font-weight: 400;
}

.dropdown-list-arrow {
	background-image: url('/20181016082423/assets/images/dropdown-list-arrow.svg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 24px;
	width: 100%;
	height: 25px;
	position: absolute;
	top: -12px;
	left: 0;
}

.nav-dropdown-list {
	background-color: #fff;
	display: none;
}

.nav-dropdown-list.w--open {
	background-color: #e4edf1;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	top: 42px;
	right: -20px;
}

.header-nav-wrapper {
	background-color: #fff;
	border-bottom: 0 solid rgba(110, 110, 110, 0.15);
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 2rem;
	display: flex;
}

.nav-dropdown-link-2 {
	color: #4d4d4f;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	border-left: 5px rgba(0, 0, 0, 0);
	flex-wrap: wrap;
	width: 100%;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	font-family: Poppins, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	transition: all 0.2s;
	display: flex;
}

.nav-dropdown-link-2:hover {
	opacity: 1;
	background-color: #f2f7fa;
	border-left: 5px #007940;
}

.nav-underline-two {
	background-color: #e6674a;
	width: 0;
	height: 4px;
	margin-bottom: -1px;
}

.alert-container {
	background-color: #a4ac7a;
	justify-content: space-between;
	align-items: center;
	max-width: none;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: flex;
	position: relative;
}

.nav-underline-three {
	background-color: #e6674a;
	width: 0;
	height: 4px;
	margin-bottom: -1px;
}

.main-nav-link {
	color: #255564;
	text-transform: none;
	align-items: center;
	height: 100%;
	margin-right: 0;
	padding: 0.25rem 0 0.25rem 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1rem;
	text-decoration: none;
	transition: color 0.25s;
	display: flex;
}

.main-nav-link:hover {
	color: #4d4d4f;
	border-top: 3px #e6674a;
	text-decoration: underline;
}

.dropdown-link-text {
	color: var(--blue);
	letter-spacing: 0;
	text-transform: none;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 500;
}

.dropdown-link-text:hover {
	color: #4d4d4f;
}

.nav-link-icon-wrapper {
	align-items: center;
	width: 30px;
	margin-top: 0;
	margin-bottom: 0.125rem;
	display: none;
}

.nav-link-icon-wrapper.locations-icon {
	width: 30px;
}

.nav-link-icon-wrapper.no-icon {
	display: none;
}

.nav-link-icon-wrapper.specialties-icon {
	width: 15px;
}

.left-list-col {
	border-right: 1px rgba(90, 93, 96, 0.15);
	width: 100%;
	margin-right: 0;
}

.alert-header-text-2 {
	flex-grow: 1;
	flex-shrink: 1;
	align-self: center;
	align-items: center;
	display: flex;
	position: relative;
}

.dropdown-2 {
	color: #255564;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0.25rem;
	padding-bottom: 0;
	font-size: 1rem;
}

.nav-wrapper {
	justify-content: space-between;
	align-items: flex-end;
	display: flex;
}

.search-bar-2 {
	z-index: 100;
	background-color: #f2f7fa;
	justify-content: center;
	align-items: center;
	display: none;
	position: relative;
	top: 0;
	bottom: auto;
	left: 0%;
	right: 0%;
}

.nav-link {
	color: #000;
	cursor: pointer;
	padding: 0.5rem 1.25rem;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.2rem;
	text-decoration: none;
	transition: all 0.15s;
	display: block;
	position: relative;
}

.nav-link.w--current {
	color: #f9b604;
	background-color: rgba(3, 52, 102, 0.6);
}

.nav-link.mobile {
	display: none;
}

.invisible-block {
	background-color: rgba(0, 0, 0, 0);
	height: 130px;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%;
}

.logocon {
	align-items: center;
	width: auto;
	height: 115px;
	display: flex;
}

.div-block-139 {
	z-index: 200;
	background-image: url('/20181016082423/assets/images/bg-5b.svg');
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 250px;
	display: flex;
	position: absolute;
	top: auto;
	bottom: 0;
}

.lynx-play-purple {
	z-index: 300;
	background-color: #003c80;
	background-image: url('/20181016082423/assets/images/play.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 40%;
	bottom: 0%;
	left: 40%;
	right: 0%;
	box-shadow: 0 0 0 15px rgba(137, 121, 236, 0.1);
}

.lynx-play-purple:hover {
	background-color: #004ba0;
}

.div-block-140 {
	width: 100%;
	height: 400px;
	position: relative;
}

.link-block-9 {
	z-index: 300;
	width: 80px;
	position: absolute;
}

.search-bar-3 {
	z-index: 15;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	flex-direction: column;
	justify-content: space-around;
	align-items: stretch;
	width: 20%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	display: block;
	min-width: 380px;
	position: absolute;
	top: 16%;
	bottom: auto;
	opacity: 1 !important;
	left: auto;
	top: calc(100% + 20px);
	right: 140px;
	display: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.search-bar-wrap-4 {
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin-bottom: 0;
	padding-right: 15px;
	display: flex;
}

.search-input-4 {
	background-color: rgba(0, 0, 0, 0);
	border: 1px #000;
	width: 95%;
	margin-bottom: 0;
	padding: 1.8rem 3.1rem 1.8rem 1rem;
	font-size: 0.85rem;
	font-weight: 300;
	position: relative;
}

.div-block-120 {
	cursor: pointer;
	background-image: url('/20181016082423/assets/images/exit-icon.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 15px;
	width: 25px;
	height: 25px;
}

.socialbox {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: center;
	margin-top: 10px;
	display: flex;
}

.social-blue {
	background-color: var(--blue);
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Montserrat, sans-serif;
	display: flex;
}

.columns {
	display: none;
}

.div-block-141 {
	width: 50%;
}

.promo-r {
	width: 40%;
}

.promo-l {
	width: 60%;
}

.div-block-142 {
	width: 650px;
	position: absolute;
	right: -60px;
	overflow: visible;
}

.art-r {
	z-index: -20;
	width: 850px;
	display: none;
	position: absolute;
	top: auto;
	bottom: -10%;
	left: 0%;
	right: auto;
	overflow: visible;
}

.art-l {
	width: 400px;
	display: none;
	position: absolute;
	top: 0%;
	bottom: 0;
	left: auto;
	right: 0;
	overflow: visible;
}

.layout18_video-image {
	object-fit: cover;
}

.padding-bottom {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.text-size-medium {
	font-size: 1.25rem;
}

.layout18_play-circle {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 4rem;
	display: flex;
	position: static;
}

.layout18_play-circle.home {
	width: 100%;
}

.padding-section-large {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.layout18_component {
	grid-column-gap: 4rem;
	grid-row-gap: 3rem;
	grid-template-rows: auto;
	display: block;
}

.button {
	color: #fff;
	background-color: #302dd7;
	flex: none;
	padding: 0.75rem 1.5rem;
	font-weight: 600;
	transition: background-color 0.25s;
}

.button:hover {
	color: #fff;
	background-color: #211fb9;
}

.layout18_lightbox {
	z-index: 600;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 300px;
	height: 70px;
	margin-top: 160px;
	display: flex;
	position: relative;
	top: auto;
}

.layout18_play-icon {
	width: 0.75rem;
	margin-left: 0.25rem;
}

.art-line {
	z-index: 200;
	background-image: url('/20181016082423/assets/images/page-title-layer.png');
	background-position: 0 0;
	background-size: auto;
	width: 100%;
	height: 100px;
	position: absolute;
	top: auto;
	bottom: -12%;
	left: 0%;
	right: 0%;
}

.heading-36 {
	color: var(--blue);
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Poppins, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 44px;
}

.lynx-play-purple-2 {
	background-color: #003c80;
	background-image: url('/20181016082423/assets/images/play.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	display: flex;
	position: absolute;
	top: -20px;
	bottom: 0%;
	left: 7%;
	right: auto;
	box-shadow: 0 0 0 10px rgba(137, 121, 236, 0.25);
}

.lynx-play-purple-2:hover {
	background-color: #004ba0;
}

.lynx-play-purple-2.home {
	left: auto;
}

.image-10,
.image-11,
.image-12 {
	display: none;
}

.container-4 {
	justify-content: center;
	width: 100%;
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	display: flex;
}

.cards-ws__card--004 {
	background-color: #000;
	border-radius: 0.5rem;
	width: 60rem;
	height: 30rem;
	display: flex;
	overflow: hidden;
}

.card-ws__card--004 {
	color: #000;
	background-color: #fff;
	flex-direction: column;
	justify-content: space-between;
	width: 33.3%;
	height: 100%;
	padding: 1.5rem;
	display: flex;
}

.card-ws__card--004.card-second-ws__card--004 {
	color: #fff;
	background-color: #000;
}

.card-ws__card--004.card-third-ws__card--004 {
	color: #fff;
	background-color: #0170ff;
}

.card-number-ws__card--004 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2em;
	display: none;
}

.card-heading-wrapper-ws__card--004 {
	height: 1.5rem;
	position: relative;
	overflow: hidden;
}

.card-heading-ws__card--004 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2em;
}

.instructions-wrapper {
	flex-direction: column;
	justify-content: flex-end;
	align-self: flex-start;
	align-items: flex-end;
	margin-top: 0;
	display: flex;
	position: absolute;
	top: -45%;
	bottom: auto;
	left: 0%;
	right: auto;
}

.d-8-image {
	background-color: #000;
	background-image: linear-gradient(#000, #000);
	flex: 1;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 100%;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	display: flex;
	position: relative;
	overflow: hidden;
}

.d-8-image:hover {
	flex-grow: 7;
}

.d-8-image.four {
	background-image: url('/20181016082423/assets/images/15img_g1_main_1.jpg');
}

.d-8-image.five {
	background-image: url('/20181016082423/assets/images/16img_g1_main_2.jpg');
}

.d-8-image.two {
	background-image: url('/20181016082423/assets/images/19img_g1_main_5.jpg');
}

.d-8-image.three {
	background-image: url('/20181016082423/assets/images/18img_g1_main_4.jpg');
}

.demo-wrapper {
	background-color: #000;
	flex-direction: column;
	flex: 0 auto;
	justify-content: center;
	align-items: flex-start;
	width: 70%;
	max-width: none;
	height: 400px;
	display: flex;
	position: relative;
}

.d-8-image-text {
	color: #fff;
	flex: 0 auto;
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	position: static;
}

.image-13 {
	margin-top: 0;
	margin-right: 0;
	position: relative;
}

.demo-p.arrow {
	text-align: left;
	margin-bottom: 10px;
	font-size: 19px;
	position: static;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: auto;
}

.d-8-image-wrapper {
	cursor: pointer;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
}

.project-image {
	background-image: url('/20181016082423/assets/images/gerold-hinzen-WoZs8gGyQBY-unsplash.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	height: 80vh;
	position: absolute;
}

.project-image._2 {
	z-index: -10;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/20181016082423/assets/images/CHimage_2.jpeg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	width: 1000px;
	height: 40vh;
	display: block;
	overflow: visible;
}

.project-image._4 {
	z-index: -10;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/20181016082423/assets/images/CHimage_3.jpeg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	width: 1000px;
	height: 40vh;
	display: block;
	overflow: visible;
}

.project-image._3 {
	z-index: -10;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/20181016082423/assets/images/hpimage1_36cee76d76e4e_88A854B501A7A.jpeg');
	background-position: 0 0, 100%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	width: 1000px;
	height: 40vh;
	overflow: visible;
}

.project-image._1 {
	z-index: -10;
	z-index: -10;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/20181016082423/assets/images/CHimage_1.jpeg');
	background-position: 0 0, 0 80%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	width: 1000px;
	height: 40vh;
	display: block;
	overflow: visible;
}

.project-paragraph {
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.7rem;
	font-weight: 300;
	text-decoration: none;
}

.projects-home-section-two {
	background-color: rgba(0, 0, 0, 0);
	width: 1000px;
	height: auto;
	display: flex;
	overflow: hidden;
}

.project-images {
	width: auto;
	display: flex;
	overflow: hidden;
}

.button-4 {
	border: 2px solid #fff;
	align-items: center;
	padding: 9px 40px 9px 15px;
	transition: background-color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
}

.button-4:hover {
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
}

.white-block {
	z-index: -1;
	background-color: #fff;
	width: 142px;
	height: 41.5px;
	display: block;
	position: absolute;
}

.white-block.projects {
	z-index: -1;
	width: 186px;
	height: 41px;
	margin-top: 0;
	margin-left: 1px;
	display: block;
}

.projects-section-mobile {
	display: none;
}

.text-block-4 {
	color: #fff;
	border: 1px #fff;
	padding: 0;
	font-size: 0.85rem;
	font-weight: 400;
}

.project-col-image {
	z-index: 1000;
	cursor: pointer;
	background-color: #222;
	border-right: 1.5px solid rgba(112, 128, 145, 0.25);
	justify-content: center;
	align-items: center;
	width: 25%;
	height: 80vh;
	display: flex;
	position: relative;
}

.project-col-image:hover {
	background-color: #222;
}

.project-col-image._1 {
	z-index: -1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	width: 100%;
	display: block;
	position: absolute;
}

.project-col-image._3 {
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/CHimage_3.jpeg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	width: 100%;
	display: block;
	position: absolute;
}

.project-col-image._2 {
	z-index: -1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/CHimage_2.jpeg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	border-right-style: none;
	width: 100%;
	display: block;
	position: absolute;
}

.project-col-image._4 {
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/hpimage1_36cee76d76e4e_88A854B501A7A.jpeg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	width: 100%;
	display: block;
	position: absolute;
}

.project-col-image._1 {
	z-index: -1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/CHimage_1.jpeg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	width: 100%;
	display: block;
	position: absolute;
}

.project-col-image._1:hover {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto;
}

.project-col {
	z-index: -1;
	justify-content: center;
	align-items: center;
	width: 25%;
	height: 80vh;
	text-decoration: none;
	display: flex;
	position: absolute;
	left: 50%;
}

.project-col._3 {
	z-index: auto;
	border-right: 1px solid #969797;
	flex-direction: column;
	width: 25.1%;
	height: 40vh;
	left: 50%;
	overflow: hidden;
}

.project-col._2 {
	z-index: auto;
	border-right: 1px solid #969797;
	flex-direction: column;
	width: 25.1%;
	height: 40vh;
	left: 25%;
	overflow: hidden;
}

.project-col._4 {
	z-index: auto;
	border-right: 1px solid #969797;
	flex-direction: column;
	width: 25.1%;
	height: 40vh;
	left: 75%;
	overflow: hidden;
}

.project-col._1 {
	z-index: auto;
	cursor: pointer;
	border-right: 1px solid #969797;
	flex-direction: column;
	width: 25.1%;
	height: 40vh;
	transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	left: 0%;
	overflow: hidden;
}

.plus-sign {
	background-image: url('/20181016082423/assets/images/plus-icon-01.svg');
	background-position: 40%;
	background-repeat: no-repeat;
	background-size: 15px;
	width: 40px;
	height: 40px;
	margin-left: 136px;
	position: absolute;
}

.plus-sign.projects {
	margin-left: 132px;
}

.plus-sign.gray {
	background-image: url('/20181016082423/assets/images/gray-plus-icon-01.svg');
	background-position: 40% 51%;
	background-repeat: no-repeat;
	background-size: 15px;
	margin-top: 0;
	margin-left: 136px;
}

.plus-sign.gray.projects {
	display: none;
}

.content-heading {
	color: #fff;
	text-align: left;
	letter-spacing: 2px;
	text-transform: none;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Montserrat, sans-serif;
	font-size: 2.75rem;
	line-height: 2.75rem;
}

.content-heading.projects {
	color: #fff;
	text-align: left;
	letter-spacing: 0;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.5rem;
	text-decoration: none;
}

.content-heading.projects._2,
.content-heading.projects._1,
.content-heading.projects._3,
.content-heading.projects._4 {
	text-align: center;
	text-transform: capitalize;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.5rem;
}

.project-collumns {
	justify-content: space-around;
	width: 1000px;
	height: 40vh;
	display: flex;
}

.card---wrap {
	border-radius: 0.5rem;
	width: 33.333%;
	margin-left: 0;
	margin-right: 0;
	padding: 0.0625rem;
}

.card---heading {
	width: 12rem;
	margin-top: 0;
	margin-bottom: 0;
	font-family: PT Sans, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.125;
}

.button---circle {
	background-color: #e6e5e5;
	border-radius: 50%;
	width: 0.75rem;
	height: 0.75rem;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(50%, -50%);
}

.cards {
	background-color: #202020;
	display: flex;
}

.button---middle-inner {
	background-color: #202020;
	align-items: center;
	height: 100%;
	padding-right: 2rem;
	display: flex;
}

.button-5 {
	height: 3rem;
	text-decoration: none;
	display: flex;
	position: relative;
}

.card-2 {
	white-space: normal;
	background-color: #e6e5e5;
	border-radius: 1rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 20rem;
	padding: 2rem;
	display: flex;
}

.button---edge {
	background-color: #202020;
	width: 1.5rem;
	height: 100%;
}

.button---edge.x-left {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}

.button---edge.x-right {
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	position: absolute;
	left: 100%;
}

.button---text {
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	align-items: center;
	height: 100%;
	font-family: Inconsolata, monospace;
	font-size: 1rem;
	line-height: 1;
	display: flex;
}

.button---right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1.5rem;
	right: 0;
}

.button---middle {
	display: flex;
	overflow: hidden;
}

.button-6 {
	border: 2px solid #fff;
	align-items: center;
	padding: 9px 40px 9px 15px;
	transition: background-color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
}

.button-6:hover {
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
}

.text-block-41 {
	color: #fff;
	border: 1px #fff;
	padding: 0;
	font-size: 0.85rem;
	font-weight: 400;
}

.instructions-wrapper-2 {
	flex-direction: column;
	justify-content: flex-end;
	align-self: flex-start;
	align-items: flex-end;
	margin-top: 0;
	display: none;
	position: absolute;
	top: -45%;
	bottom: auto;
	left: 0%;
	right: auto;
}

.d-8-image-2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	flex: 1;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 100%;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	display: flex;
	position: relative;
	overflow: hidden;
}

.d-8-image-2:hover {
	flex-grow: 4;
}

.d-8-image-2.four {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-3.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-2.five {
	background-image: url('/20181016082423/assets/images/16img_g1_main_2.jpg');
}

.d-8-image-2.two {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-1.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	justify-content: center;
	align-items: center;
}

.d-8-image-2.three {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-2.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-2.two-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-1.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	justify-content: center;
	align-items: center;
}

.d-8-image-2.three-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-2.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-2.four-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-3.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.demo-wrapper-2 {
	flex-direction: column;
	flex: 0 auto;
	justify-content: center;
	align-items: flex-start;
	width: 1200px;
	max-width: none;
	display: flex;
	position: relative;
}

.image-14 {
	margin-top: 0;
	margin-right: 0;
	position: relative;
}

.div-block-143,
.div-block-144 {
	width: 100%;
	height: 100%;
}

.text-block-42 {
	margin-top: 100px;
}

.videoplay {
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}

.div-block-145 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.left-nav-wrapper-2 {
	background-color: #335962;
	background-image: linear-gradient(#fff, #fff);
	border: 1px rgba(138, 176, 221, 0.15);
	border-top: 0 solid #335962;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	width: 25%;
	height: auto;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0 20px 40px 10px;
	overflow: hidden;
	min-width: 20.4%;
}

.paragraph-22 {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
}

.primary-button {
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-left: -20px;
	transition: transform 0.4s;
	display: flex;
	transform: translate(0);
}

.primary-button:hover {
	transform: scale(1.1);
}

.primary-button.inside-page {
	justify-content: center;
	align-items: flex-start;
	margin-top: 0;
	margin-left: 0;
	margin-right: 2rem;
	display: block;
}

.sidebar-list {
	padding-left: 0;
}

.inside-page-container {
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	max-width: 1300px;
	display: flex;
}

.inside-page-container.white-background {
	background-color: rgba(0, 0, 0, 0);
	flex-flow: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: flex;
	position: relative;
}

.left-nav-link-5 {
	color: #333;
	text-transform: none;
	border: 1px rgba(51, 51, 51, 0.2);
	border-top-color: #000;
	border-bottom: 1px solid rgba(102, 119, 165, 0.3);
	width: 100%;
	padding: 10px 0 10px 0.5rem;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2rem;
	text-decoration: none;
	transition: all 0.4s;
	display: block;
}

.left-nav-link-5:hover {
	border-left: 4px solid var(--green);
	color: var(--green);
	padding-left: 0.5rem;
	padding-right: 0;
}

.left-nav-link-5.w--current {
	box-shadow: none;
	color: #0a560c;
	text-transform: none;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(51, 51, 51, 0.2);
	border-top: 1px #000;
	border-bottom-color: rgba(25, 106, 181, 0.19);
	border-radius: 0;
	padding: 15px 0.5rem;
	transition: all 0.4s;
}

.left-nav-link-5.w--current:hover {
	transform: none;
}

.left-nav-link-5.grandchild-link {
	color: #333;
	text-transform: none;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(25, 121, 116, 0.2);
	border-left-style: none;
	border-left-color: rgba(51, 51, 51, 0.2);
	border-right-style: none;
	padding: 10px 0 10px 1rem;
	font-family: Poppins, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.25rem;
	transition: all 0.4s;
}

.left-nav-link-5.grandchild-link:hover {
	color: var(--green);
	border-left-color: rgba(138, 176, 221, 0.5);
}

.left-nav-link-5.grandchild-link.w--current {
	background-image: none;
	border-left: 1px solid rgba(51, 51, 51, 0.2);
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
}

.left-nav-link-5.greatgrandchild-link {
	text-transform: none;
	border: 1px rgba(51, 51, 51, 0.2);
	border-top-color: #000;
	border-bottom: 1px solid rgba(25, 121, 116, 0.2);
	width: auto;
	padding: 10px 0 10px 1.5rem;
	font-family: Poppins, sans-serif;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.13rem;
	transition: all 0.4s;
}

.left-nav-link-5.greatgrandchild-link:hover {
	border-left: 4px solid var(--green);
	color: var(--green);
}

.left-nav-link-5.greatgrandchild-link.w--current {
	color: #0a560c;
	background-image: none;
	border-bottom-style: solid;
	border-bottom-color: rgba(25, 106, 181, 0.19);
	border-left: 1px solid rgba(51, 51, 51, 0.2);
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 3rem;
	font-size: 0.83rem;
	font-weight: 600;
	line-height: 1.13rem;
	transition: all 0.4s;
}

.table-div {
	font-weight: 300;
}

.breadcrumbs-list-2 {
	color: #196ab5;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 20px;
	font-family: Open Sans, sans-serif;
}

.screen-message {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem 1rem 1rem 1.25rem;
}

.screen-message.success {
	background-color: rgba(17, 185, 30, 0.25);
	border-left: 6px solid #11b91e;
	font-size: 1.1rem;
}

.screen-message.error {
	background-color: rgba(253, 54, 54, 0.15);
	border-left: 6px solid #c70616;
	font-size: 1.1rem;
}

.h5-header-link-2 {
	color: var(--blue);
	text-transform: uppercase;
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: underline;
	transition: all 0.2s;
	display: inline-block;
}

.h5-header-link-2:hover {
	color: var(--green);
	background-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.unordered-list {
	margin-bottom: 1rem;
	list-style-type: disc;
}

.paragraph-25 {
	color: #333;
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5rem;
	text-decoration: none;
}

.paragraph-25.list-item {
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
}

.sidebar-section-wrap {
	border-top: 1px rgba(0, 0, 0, 0.15);
	margin-bottom: 2.441em;
	margin-left: 0;
	font-size: 0.875rem;
	line-height: 1.5em;
	position: relative;
}

.div-block-170 {
	z-index: 999;
	background-color: #fff;
	border-top: 0 solid #335962;
	margin-bottom: 2rem;
	padding: 0 20px 10px;
	position: relative;
	top: 0;
	bottom: auto;
}

.left-nav-section-title-link-2 {
	color: var(--blue);
	background-color: rgba(0, 0, 0, 0);
	border: 1px rgba(51, 51, 51, 0.2);
	border-top: 0 solid rgba(25, 121, 116, 0.2);
	border-bottom: 1px solid rgba(25, 121, 116, 0.2);
	padding: 0.5rem 0 0.5rem 0.5rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.4rem;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	overflow-wrap: break-word;
}

.inside-page-content-left-right {
	z-index: 0;
	box-shadow: none;
	color: var(--black-2);
	background-color: #fff;
	justify-content: center;
	margin-top: 0;
	margin-left: 0%;
	margin-right: 0%;
	padding: 0;
	font-family: Poppins, sans-serif;
	position: relative;
}

.intro-paragraph-2 {
	color: #333;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.75rem;
}

.right-nav-2 {
	background-color: #fff;
	border-top: 0 solid #335962;
	width: 20%;
	max-width: none;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0 20px 40px;
	font-style: normal;
}

.secondary-button1 {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	margin-left: 0;
	text-decoration: none;
	display: flex;
}

.secondary-button1.white-link {
	background-color: rgba(0, 0, 0, 0);
	border: 1px #b08d57;
	margin-right: -1rem;
	padding: 10px;
	display: flex;
}

.secondary-button1.white-link:hover {
	background-color: rgba(0, 0, 0, 0);
	border-style: none;
}

.secondary-button1.white-link.secondary-invisible {
	display: none;
}

.inside-page-header-section-2 {
	background-color: #b08d57;
	background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(255, 255, 255, 0) 31%), linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20181016082423/assets/images/st.lous-arch-capital.jpg');
	background-position: 0 0, 0 0, 100%;
	background-repeat: repeat, repeat, no-repeat;
	background-size: auto, auto, cover;
	height: 450px;
	display: none;
	position: relative;
}

.left-nav-section-title {
	text-transform: none;
	border-bottom: 1px rgba(0, 0, 0, 0.15);
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 50px;
}

.content-container {
	background-color: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 70%;
	min-width: 700px;
	max-width: none;
	margin-bottom: 2rem;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	display: block;
}

.content-container.threequarterwidth {
	border-left: 1px solid rgba(102, 119, 165, 0.3);
	border-right: 1px solid rgba(102, 119, 165, 0.3);
	width: 80%;
	height: auto;
	margin-top: 0;
	margin-bottom: 2rem;
	padding-bottom: 0;
	position: relative;
	top: 0;
}

.content-container.threequarterwidth.fullpage-size {
	border-bottom: 0 solid #6677a5;
	flex-grow: 1;
	min-width: auto;
	max-width: none;
	margin-bottom: 0;
}

.content-container.threequarterwidth.insidefullwidth {
	width: auto;
	min-width: 900px;
	max-width: 900px;
	margin-bottom: 0;
}

.child-wrap {
	border-bottom: 1px #000;
	padding-bottom: 0;
	padding-left: 0;
}

.text-link-10 {
	color: #333;
	border: 0 rgba(0, 0, 0, 0);
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	text-decoration: underline;
	transition: all 0.2s;
}

.text-link-10:hover {
	color: var(--green);
	background-color: rgba(0, 0, 0, 0);
	border-bottom-style: none;
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.h3-header-link-2 {
	color: var(--blue);
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: underline;
	transition: all 0.2s;
	display: inline-block;
}

.h3-header-link-2:hover {
	color: var(--green);
	background-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.screen-message-text {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.2rem;
}

.breadcrumb-divider-2 {
	color: #213a7f;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	font-size: 1rem;
	display: inline-block;
}

.h2-header-link-2 {
	color: var(--blue);
	text-align: left;
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 32px;
	font-weight: 400;
	line-height: 2.25rem;
	text-decoration: underline;
	transition: all 0.2s;
	display: inline-block;
}

.h2-header-link-2:hover {
	color: var(--green);
	background-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.horiz-divider-2 {
	background-color: rgba(66, 125, 14, 0.4);
	background-image: linear-gradient(-90deg, var(--blue), var(--green));
	color: #197974;
	height: 10px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 20px;
}

.h4-header-link-2 {
	color: var(--blue);
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
	transition: all 0.2s;
	display: inline-block;
}

.h4-header-link-2:hover {
	color: var(--green);
	background-color: rgba(0, 0, 0, 0);
	border-bottom-width: 0;
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.inside-hero-section-2 {
	max-width: 1200px;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.inside-hero-section-2.full-page-wrap {
	max-width: 900px;
}

.heading-11 {
	color: var(--blue);
	text-transform: uppercase;
	font-weight: 500;
}

.paragraph-23 {
	font-weight: 300;
}

.breadcrumbs-list-item-2 {
	float: left;
	color: #333;
	display: inline-block;
}

.button-styling-4 {
	background-color: rgba(0, 0, 0, 0);
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Open Sans, sans-serif;
	font-weight: 800;
	display: flex;
	position: static;
}

.button-styling-4._0,
.button-styling-4._0-copy {
	background-color: rgba(0, 0, 0, 0);
	justify-content: flex-start;
	align-items: center;
	padding-left: 0;
	display: none;
}

.secondary-button2 {
	flex-direction: row;
	align-items: center;
	margin-bottom: 1rem;
	margin-left: 0;
	text-decoration: none;
	display: flex;
	position: relative;
	right: auto;
}

.secondary-button2.about-section {
	border: 1px #b08d57;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	display: flex;
	position: static;
}

.secondary-button2.about-section.tertiary {
	background-color: rgba(240, 240, 240, 0.7);
	padding: 10px;
}

.secondary-button2.about-section.tertiary.secondary-button1 {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-color: #b08d57;
	flex: none;
	width: auto;
	margin-top: 0;
	margin-right: 2rem;
	padding-left: 10px;
	padding-right: 10px;
}

.heading-37 {
	color: var(--blue);
	text-transform: none;
	margin-top: 0;
	font-family: Poppins, sans-serif;
	font-size: 46px;
	font-weight: 300;
	line-height: 45px;
}

.tertiary-button-wrap {
	margin-right: 2rem;
}

.link-horiz-line-7 {
	background-color: #b08d57;
	width: 15px;
	height: 2px;
	margin-right: 0.5rem;
}

.link-horiz-line-7.line-white2 {
	background-color: #fff;
	display: none;
}

.link-horiz-line-7.secondary-link-horiz-line {
	color: #444545;
	background-color: #8d6932;
}

.link-horiz-line-7.secondary-link-horiz-line.horix-line-gold {
	background-color: #8d6932;
}

.ordered-list {
	margin-bottom: 1rem;
	font-family: Open Sans, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}

.breadcrumbs-wrapper {
	color: #424242;
	max-width: 1500px;
	margin-bottom: 30px;
	padding-left: 0;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.5rem;
	text-decoration: none;
	display: block;
}

.breadcrumbs-wrapper.old-breadcrump {
	border-top: 8px solid var(--green);
	background-color: #fff;
	max-width: 1200px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 20px;
	display: block;
}

.breadcrumbs-wrapper.old-breadcrump.full-page {
	border-left: 1px solid rgba(102, 119, 165, 0.3);
	border-right: 1px solid rgba(102, 119, 165, 0.3);
	max-width: 900px;
}

.breadcrumbs-wrapper.out {
	display: none;
}

.text-link-9 {
	color: #b08d57;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1rem;
	text-decoration: none;
}

.text-link-9.link-button-white {
	color: #fff;
	display: none;
}

.text-link-9.tertiary-link,
.text-link-9.tertiary-link.secondary-button-link {
	color: #7a7a7a;
}

.text-link-9.tertiary-link.secondary-button-link.button-golden {
	color: #444545;
}

.block-quote-2 {
	border-left-color: var(--blue);
	color: #333;
	background-color: rgba(102, 119, 165, 0.1);
	border-bottom-right-radius: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.75rem;
}

.h6-header-link-2 {
	color: var(--blue);
	text-transform: uppercase;
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: underline;
	transition: all 0.2s;
	display: inline-block;
}

.h6-header-link-2:hover {
	color: var(--green);
	background-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.sidebar-section-title-2 {
	color: var(--blue);
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
}

.heading-12 {
	color: var(--blue);
	font-size: 32px;
	font-weight: 400;
}

.breadcrumb-link-2 {
	opacity: 0.69;
	color: #333;
	cursor: pointer;
	border-bottom: 1px #196ab5;
	font-family: Poppins, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5rem;
	text-decoration: underline;
	transition: all 0.45s;
}

.breadcrumb-link-2:hover {
	opacity: 1;
	color: var(--green);
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.breadcrumb-link-2.current-bc-link {
	opacity: 1;
	color: #333;
	border-bottom-style: none;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.breadcrumb-link-2.current-bc-link:hover {
	color: #196b19;
}

.paragraph-24 {
	font-weight: 300;
}

.link-8 {
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0);
	border-bottom-style: none;
	font-size: 1rem;
	text-decoration: underline;
}

.link-8:hover {
	color: var(--green);
	border-bottom: 0 rgba(156, 203, 60, 0);
	text-decoration: none;
}

.link-8.w--current {
	color: #28313b;
	font-weight: 700;
}

.sidebar-list-item {
	color: #213a7f;
	margin-bottom: 0.75em;
	padding-left: 0;
}

.sidebar-list-item:hover {
	color: #4a73bc;
}

.primary {
	background-color: var(--green);
	cursor: pointer;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	width: 170px;
	margin-top: 0;
	margin-left: 0;
	padding: 15px 16px;
	display: flex;
}

.secondary {
	cursor: pointer;
	background-color: rgba(66, 125, 14, 0);
	border-radius: 0;
	justify-content: flex-end;
	align-items: center;
	width: auto;
	margin-top: 0;
	padding: 15px 0;
	display: flex;
}

.secondary.video-only {
	justify-content: center;
	width: auto;
	margin-left: 0;
	margin-right: 20px;
	padding-top: 15px;
	display: flex;
}

.secondary.video-only.test {
	justify-content: center;
	width: 170px;
	margin-left: 0;
}

.secondary.video-only.test.show {
	display: flex;
}

.imgblock {
	background-image: url('/20181016082423/assets/images/Inside-Page.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 250px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.div-block-171 {
	background-image: url('/20181016082423/assets/images/bg-lines-2.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.videowrap-copy {
	background-image: url('/20181016082423/assets/images/bg-7.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 40px;
	display: flex;
	position: relative;
	top: -27px;
}

.div-block-171-copy {
	background-image: url('/20181016082423/assets/images/bg-8.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.left-side-col {
	float: left;
	background-color: #fef8e0;
	flex: none;
	width: 25%;
	height: 100.002%;
	margin-left: 2%;
	padding: 20px 50px 20px 25px;
	position: relative;
	right: 0;
}

.left-side-col.show {
	background-color: var(--blue-light-2);
	color: #000;
	border-radius: 5px;
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	right: auto;
}

.right-col-item-wrap {
	border-top: 3px #d5a021;
	margin-top: 0;
	margin-left: 0;
	position: relative;
}

.heading-14 {
	color: #1a1a1a;
	margin-top: 10px;
}

.heading-14.black {
	color: var(--blue);
	margin-top: 0;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 26px;
}

.header-link {
	color: #fff;
	border: 1px #000;
	text-decoration: underline;
}

.header-link:hover {
	color: #fff;
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	transform: translate(46px);
}

.paragraph-9 {
	color: #1a1a1a;
}

.paragraph-9.black {
	color: #333;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 26px;
}

.horiz-divider-3 {
	color: #197974;
	background-color: rgba(51, 51, 51, 0);
	justify-content: center;
	align-items: center;
	height: 1px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: none;
}

.promo-art-blue-divider {
	border: 1px solid var(--green);
	background-color: var(--white);
	border-radius: 0;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 30px;
	max-width: none;
	height: 15px;
	padding: 1px;
	display: flex;
}

.div-block-172 {
	background-color: var(--green);
	height: 2px;
}

.promo-art-blue-divider-inside {
	border: 0px solid var(--white);
	background-color: #427d0e;
	border-radius: 0;
	justify-content: center;
	align-self: center;
	align-items: center;
	width: 28px;
	max-width: none;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	display: flex;
}

.ivider-left {
	background-color: var(--green);
	width: 50%;
	height: 2px;
	margin-right: 5px;
}

.divider-right {
	background-color: var(--green);
	width: 50%;
	height: 2px;
	margin-left: 5px;
}

.heading-38,
.heading-39 {
	color: var(--blue);
}

.heading-1inside {
	font-size: 46px;
	font-weight: 400;
}

.bg-behind-button {
	background-color: #f5f5f5;
	padding: 10px 28px;
	text-decoration: none;
	display: block;
	position: relative;
}

.bg-behind-button.is-cta {
	background-color: var(--green);
	border-radius: 0;
	width: 170px;
	height: 50px;
	margin-right: 20px;
	padding: 1rem 1.7rem;
	display: none;
	overflow: visible;
}

.bg-behind-button.is-cta:hover {
	background-color: var(--blue);
}

.wrapper-4 {
	z-index: 1;
	object-fit: fill;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.primary-button-text {
	color: #f5f5f5;
	text-transform: capitalize;
	white-space: nowrap;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

.primary-button-text.absolute {
	color: #1d428a;
	text-transform: uppercase;
	width: 100%;
	font-weight: 500;
	position: absolute;
}

.primary-button-text.absolute.is-light {
	color: #f5f5f5;
	text-transform: capitalize;
}

.buttons-wrap {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	align-items: center;
	width: 80%;
	margin-bottom: 40px;
	display: grid;
}

.button-1 {
	color: #fff;
	background-color: #427d0e;
	border-radius: 4px;
	width: auto;
	margin-right: 20px;
	padding: 1.2rem 2rem;
	text-decoration: none;
	transition: transform 0.5s, color 0.5s, background-color 0.5s;
}

.button-1:hover {
	color: var(--white);
	background-color: #233d81;
	transform: translate(0, -0.3125rem);
}

.click-text {
	text-align: center;
	text-transform: capitalize;
	font-size: 1rem;
	text-decoration: none;
}

.click-text:hover {
	color: var(--white);
	text-decoration: none;
}

.button-7 {
	color: #fff;
	background-color: #427d0e;
	border-radius: 4px;
	width: 170px;
	padding: 1.2rem 2rem;
	text-decoration: none;
	transition: transform 0.3s, box-shadow 0.3s;
	display: none;
	box-shadow: -7px 9px 0 -1px #233d81;
}

.button-7:hover {
	box-shadow: none;
	transform: translate(-0.25rem, 0.375rem);
}

.button-8 {
	color: #fff;
	background-color: #427d0e;
	width: auto;
	padding: 1.2rem 2rem;
	text-decoration: none;
	transition: border-radius 0.5s, color 0.5s, background-color 0.5s;
}

.button-8:hover {
	color: var(--white);
	background-color: #233d81;
	border-top-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	border-bottom-left-radius: 1.25rem;
}

.click-text-2 {
	text-align: center;
	text-transform: capitalize;
	font-size: 1rem;
}

.heading-40 {
	color: #67011f;
	-webkit-text-stroke-color: #67011f;
	margin-top: 10px;
	font-size: 26px;
	font-weight: 600;
	line-height: 35px;
}

.div-block-173 {
	width: auto;
	height: auto;
	position: static;
	overflow: hidden;
}

.div-block-173:hover {
	width: auto;
	height: auto;
}

.text-block-43 {
	color: #374957;
}

.div-block-174 {
	align-items: center;
	width: auto;
	height: 45px;
	margin-bottom: 20px;
	display: flex;
	overflow: hidden;
}

.div-block-175 {
	justify-content: space-between;
	width: 100%;
	display: flex;
}

.image-15 {
	border-radius: 5px;
	width: 120%;
	max-width: none;
}

.image-15.img-zoom {
	transition: all 0.45s;
}

.image-15.img-zoom:hover {
	transform: scale(1.1);
}

.div-block-176 {
	background-color: rgba(0, 0, 0, 0);
	flex-direction: column;
	align-items: flex-start;
	width: 30%;
	height: auto;
	display: flex;
}

.div-block-177 {
	border-radius: 5px;
	justify-content: center;
	height: 60%;
	display: flex;
	overflow: hidden;
}

.promocontentwrapper-2 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.promo2box {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	color: #383838;
	background-color: #fff;
	border-radius: 0 0 25px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;
	padding: 20px;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	text-decoration: none;
	transition: transform 0.45s, all 0.3s;
	display: flex;
}

.promo2box:hover {
	border-radius: 0 0 25px;
	transform: translate(0, -10px);
	box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.2);
}

.promo2imgcon {
	align-items: center;
	width: 100%;
	display: flex;
}

.promo2icon {
	width: 100%;
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
}

.promo2titletext {
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	display: flex;
}

.promo2titlecon {
	margin-top: 0;
	font-size: 1rem;
	line-height: 24px;
}

.promo2text {
	color: #242424;
	text-align: left;
	max-width: none;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 22px;
	display: none;
}

.heading-41,
.heading-42,
.heading-43 {
	margin-bottom: 0;
}

.heading-44 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.d-8-image-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	flex: 1;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100%;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	display: flex;
	position: relative;
	overflow: hidden;
}

.d-8-image-3:hover {
	background-image: url('/20181016082423/assets/images/maxresdefault.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	flex-grow: 4;
}

.d-8-image-3.four {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-3.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-3.five {
	background-image: url('/20181016082423/assets/images/16img_g1_main_2.jpg');
}

.d-8-image-3.two {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-1.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	justify-content: center;
	align-items: center;
}

.d-8-image-3.three {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-2.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-4 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	flex: 1;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 100%;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	display: flex;
	position: relative;
	overflow: hidden;
}

.d-8-image-4:hover {
	flex-grow: 4;
}

.d-8-image-4.four {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-3.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-4.five {
	background-image: url('/20181016082423/assets/images/16img_g1_main_2.jpg');
}

.d-8-image-4.two {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-1.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	justify-content: center;
	align-items: center;
}

.d-8-image-4.three {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-2.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-4.two-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-1.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	justify-content: center;
	align-items: center;
	width: auto;
}

.d-8-image-4.three-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-2.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-4.four-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-3.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-5 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	flex: 1;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 100%;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	display: flex;
	position: relative;
	overflow: hidden;
}

.d-8-image-5:hover {
	flex-grow: 4;
}

.d-8-image-5.four {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-3.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-5.five {
	background-image: url('/20181016082423/assets/images/16img_g1_main_2.jpg');
}

.d-8-image-5.two {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-1.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	justify-content: center;
	align-items: center;
}

.d-8-image-5.three {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-2.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-5.two-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-1.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	justify-content: center;
	align-items: center;
}

.d-8-image-5.three-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-2.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	width: auto;
}

.d-8-image-5.four-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-3.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-6 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	flex: 1;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 100%;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	display: flex;
	position: relative;
	overflow: hidden;
}

.d-8-image-6:hover {
	flex-grow: 4;
}

.d-8-image-6.four {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-3.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-6.five {
	background-image: url('/20181016082423/assets/images/16img_g1_main_2.jpg');
}

.d-8-image-6.two {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-1.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	justify-content: center;
	align-items: center;
}

.d-8-image-6.three {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-2.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-6.two-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-1.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	justify-content: center;
	align-items: center;
}

.d-8-image-6.three-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-2.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
}

.d-8-image-6.four-3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20181016082423/assets/images/maxresdefault-3.jpg');
	background-position: 0 0, 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	width: auto;
}

.videowrapper {
	grid-column-gap: 30px;
	grid-row-gap: 0px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	width: 90%;
	margin-top: 30px;
	display: grid;
}

.primary-button-2 {
	color: #fff;
	background-color: #427d0e;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	width: 220px;
	margin-right: 20px;
	padding: 1.2rem 1rem;
	font-family: Poppins, sans-serif;
	text-decoration: none;
	transition: transform 0.5s, color 0.5s, background-color 0.5s;
	display: flex;
}

.primary-button-2:hover {
	color: var(--white);
	background-color: #233d81;
	transform: translate(0, -0.3125rem);
}

.primary-button-2.home {
	width: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	z-index: 1000;
}

.secondary-button {
	text-align: center;
	text-transform: capitalize;
	font-size: 1rem;
}

.tertiary-button {
	justify-content: center;
	align-items: center;
	width: 220px;
	padding: 1.25rem 1rem;
	display: flex;
}

.secondary-button-2 {
	color: #fff;
	background-color: #427d0e;
	justify-content: center;
	align-items: center;
	width: 220px;
	padding: 1.2rem 2rem;
	font-family: Poppins, sans-serif;
	text-decoration: none;
	transition: border-radius 0.5s, color 0.5s, background-color 0.5s;
	display: flex;
}

.secondary-button-2:hover {
	color: var(--white);
	background-color: #233d81;
	border-top-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	border-bottom-left-radius: 1.25rem;
}

.secondary-button-2.home {
	width: 180px;
}

.team_item_promo {
	cursor: pointer;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	display: flex;
	position: relative;
	overflow: hidden;
}

.team_name-copy {
	color: #fff;
	margin-top: 10px;
	font-family: PT Serif, serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.5;
	display: none;
}

.team_content-2 {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 1.5rem 2rem 1rem;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: auto;
}

.button-with-arrow-copy {
	opacity: 0.8;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 4px;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 50px;
	margin-top: 0;
	padding-left: 0;
	padding-right: 19px;
	display: flex;
	position: relative;
	overflow: hidden;
}

.button-with-arrow-copy:active {
	opacity: 1;
}

.team_image-2 {
	object-fit: cover;
	width: 100%;
	height: 250px;
	overflow: visible;
}

.heading-45 {
	text-transform: none;
	font-family: PT Serif, serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 55px;
}

.team_description-copy {
	color: #fff;
	margin-bottom: 0;
	font-size: 0.875rem;
	font-weight: 400;
}

.text-size-small-copy {
	font-size: 0.875rem;
}

.text-size-small-copy.text-style-muted {
	display: none;
}

.padding-bottom-2 {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.layout18_lightbox-copy {
	z-index: 600;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 29%;
	margin-top: 0;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0%;
	left: auto;
	right: 0%;
}

.team_content-2-copy {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 0.5rem 2rem 2rem 10px;
	position: static;
	top: auto;
	bottom: 0;
	left: auto;
	right: auto;
}

.videocon {
	flex-flow: column;
	display: flex;
}

.videowrapper-copy {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	width: 90%;
	margin-top: 30px;
	display: none;
}

.link_wrap_image-copy {
	background-color: var(--green);
	cursor: pointer;
	background-color: var(--green);
	cursor: pointer;
	background-color: var(--green);
	cursor: pointer;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	width: 170px;
	margin-top: 20px;
	padding: 15px 16px;
	display: none;
}

.heading-33-home {
	color: var(--white-2);
	text-align: center;
	width: auto;
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
}

.heading-33-home:hover {
	text-decoration: none;
}

.heading-33-copy {
	color: var(--black);
	text-align: left;
	width: auto;
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
}

.heading-33-copy:hover {
	text-decoration: none;
}

.div-block-178 {
	align-items: center;
	display: flex;
}

.div-block-179 {
	width: auto;
	height: auto;
}

.div-block-180,
.copyright {
	justify-content: space-between;
	align-items: center;
	margin: 0.5rem 20px 2rem;
	display: flex;
}

.copyrightcon {
	justify-content: space-between;
	align-items: center;
	margin: 0.5rem 20px 0;
	display: flex;
}

.copyrightwrapper {
	align-items: center;
	display: flex;
}

.slidercurve {
	z-index: 10;
	background-image: url('/20181016082423/assets/images/bg-5b.svg');
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 250px;
	display: flex;
	position: absolute;
	top: auto;
	bottom: 0;
}

@media screen and (max-width: 991px) {
	.dropdown-column-wrapper {
		box-shadow: none;
		border-width: 0;
		border-radius: 0;
	}

	.dropdown-column-wrapper.w--open {
		position: static;
	}

	.hamburger-menu-wrapper.w--open {
		background-color: rgba(0, 0, 0, 0);
	}

	.header-nav-menu-wrapper {
		background-color: #fff;
		border-top: 1px solid #eff0f6;
		border-bottom: 1px solid #eff0f6;
		padding: 24px;
	}

	.dropdown-pd {
		padding: 20px 0 14px;
	}

	.btn-primary {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.header-nav-list-item {
		margin-bottom: 12px;
		padding-left: 0;
	}

	.header-nav-list-item.show-in-tablet {
		display: block;
	}

	.header-wrapper {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.header-logo {
		max-width: 180px;
	}

	.hamburger-menu-bar {
		width: 44px;
		height: 3px;
	}

	.hamburger-menu-bar.bottom {
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.header-nav-menu-list {
		flex-direction: column;
		align-items: flex-start;
	}

	.search.hidden.not {
		display: none;
	}

	.search-icon-3 {
		background-size: 17px;
		width: 40px;
		height: 40px;
		min-height: auto;
		padding-top: 0;
		padding-bottom: 0;
	}

	.search-icon-3:hover {
		background-size: 17px;
	}

	.search-bar {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		display: none;
	}

	.search-bar-wrap-2 {
		display: none;
	}

	.search-input-2 {
		padding-top: 1.55rem;
	}

	.search-input-exit.two {
		padding-left: 0;
		padding-right: 0;
	}

	.left-arrow {
		z-index: 30;
		display: block;
		top: 0%;
		bottom: 0%;
		left: auto;
		right: 0;
	}

	.right-arrow-2 {
		z-index: 30;
		top: 24%;
		bottom: 0%;
		left: auto;
		right: 0%;
	}

	.slide-nav {
		z-index: 20;
	}

	.mask-3 {
		overflow: hidden;
	}

	.link_b {
		color: #fff;
	}

	.slider {
		z-index: 410;
		margin-top: 90px;
		padding-right: 0;
		display: flex;
		top: 5px;
	}

	._1-slider {
		background-position: 56%;
	}

	.slider-4 {
		justify-content: center;
		align-items: flex-end;
		width: auto;
		height: 400px;
		min-height: auto;
		width: 100%;
		display: flex;
	}

	._2-slider {
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.div-block-28 {
		justify-content: flex-start;
		padding-top: 0%;
		display: flex;
	}

	.div-block-23 {
		text-align: left;
		justify-content: center;
		align-items: flex-start;
		width: 45%;
		margin-top: 100px;
		padding-left: 0;
	}

	.div-block-23.home-1 {
		border-bottom-left-radius: 0;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 50%;
		height: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 8%;
		display: flex;
	}

	.heading-4-homepage {
		text-align: left;
		width: 100%;
		margin-top: 20px;
		font-size: 28px;
		line-height: 28px;
	}

	.heading-32 {
		text-align: left;
		width: 90%;
		font-size: 18px;
		line-height: 24px;
	}

	.heading-32.price {
		text-align: left;
		justify-content: flex-start;
		display: none;
	}

	._3-slider {
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.text-block-5 {
		text-align: left;
		width: 75%;
		max-width: none;
		margin-bottom: 10px;
		padding-top: 0;
		font-size: 14px;
		line-height: 22px;
	}

	.tagline-promo {
		z-index: 15;
		margin-left: 0;
		top: -10px;
	}

	.promo-art,
	.promo-text {
		box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.2);
	}

	.grid-1 {
		width: 100%;
		max-width: none;
	}

	.divider {
		width: 90%;
		max-width: none;
	}

	.video-card-grid-3-opt-2 {
		width: 100%;
		height: 300px;
	}

	.heading-33 {
		font-size: 1rem;
	}

	.video-view {
		justify-content: center;
		align-items: center;
		width: auto;
		display: block;
	}

	.crds-grid {
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		max-width: none;
	}

	.titlewrap {
		justify-content: flex-start;
		width: 90%;
		max-width: none;
	}

	.grid-3-columns {
		grid-template-columns: 1fr 1fr;
	}

	.social.hidden.not {
		display: none;
	}

	.socialicon {
		background-size: 17px;
		width: 40px;
		height: 40px;
		min-height: auto;
		padding-top: 0;
		padding-bottom: 0;
	}

	.socialicon:hover {
		background-size: 17px;
	}

	.socialicon-copy {
		background-size: 17px;
		width: 40px;
		height: 40px;
		min-height: auto;
		padding-top: 0;
		padding-bottom: 0;
	}

	.socialicon-copy:hover {
		background-size: 17px;
	}

	.padding-section-medium {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.heading-2 {
		font-size: 18px;
	}

	.news-section {
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.div-block-5 {
		height: auto;
	}

	.feature-cb {
		flex-direction: column;
		width: 100%;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.feature-cb-wrapper {
		height: 150px;
	}

	.feature-cb-block {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 65vw;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		top: 150%;
	}

	.feature-cb-block._1,
	.feature-cb-block._2 {
		justify-content: center;
		width: 48%;
		margin-bottom: 2rem;
		display: flex;
	}

	.feature-cb-block._3,
	.feature-cb-block._4 {
		width: 48%;
		display: flex;
	}

	.heading-cb {
		text-align: center;
	}

	.heading-cb.white {
		font-size: 1.2rem;
	}

	.service-icon-3 {
		width: 25%;
	}

	.feature-cb-text {
		text-align: center;
	}

	.cb-wrapper {
		flex-direction: row;
		width: 80vw;
		top: -20%;
	}

	.link-block-6 {
		width: 25%;
		height: auto;
		padding: 20px 10px;
	}

	.icon-wrapper {
		margin-bottom: 1rem;
		margin-right: 0;
	}

	.footer-flex-row {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		flex-wrap: wrap;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-columns: 1fr;
		padding-left: 20px;
		padding-right: 20px;
		display: grid;
	}

	.footer-signoff-grip,
	.footer-signoff-aaahc {
		float: none;
		margin-right: 0.75rem;
	}

	.column.footer-signoff-column {
		justify-content: space-between;
		margin-bottom: 1.5em;
	}

	.column.footer-signoff-column.right-signoff-column {
		justify-content: space-between;
	}

	.footer-contact-wrap {
		padding-right: 1rem;
	}

	.container-2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-2.footer-container {
		padding-left: 0;
		padding-right: 0;
	}

	.heading {
		text-align: left;
		font-size: 0.8rem;
		line-height: 21px;
	}

	.footer-signoff-section {
		text-align: center;
	}

	.row-2.footer-signoff-row {
		flex-wrap: wrap;
		display: none;
	}

	.footer-link.signoff-link {
		font-size: 0.8rem;
	}

	.footer-flex-row-2 {
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-content {
		padding-right: 1rem;
	}

	.footer-img._2ndrow {
		width: 200px;
	}

	.div-block-127 {
		width: auto;
	}

	.image-7 {
		width: auto;
		max-width: none;
	}

	.col-md-9 {
		padding-top: 0;
	}

	.sections {
		padding: 20px 20px 60px;
	}

	.section-tittle {
		font-size: 34px;
	}

	.col-sm-12 {
		width: auto;
	}

	.top-padding {
		margin-top: 0;
	}

	.big-container {
		flex-flow: column;
		width: 100%;
	}

	.div-block-135 {
		width: 100%;
	}

	.link_blue {
		color: var(--blue);
	}

	.div-block-136 {
		width: 100%;
	}

	.news-wrapper {
		padding-left: 5%;
		padding-right: 5%;
	}

	.uui-blogsection04_meta-wrapper {
		display: none;
	}

	.uui-heading-xsmall-6 {
		font-size: 15px;
		line-height: 20px;
	}

	.bold-text {
		font-size: 15px;
		line-height: 12px;
	}

	.uui-blogsection04_heading-wrapper {
		grid-column-gap: 3rem;
	}

	.uui-blogsection04_list {
		grid-template-columns: 1fr 1fr;
	}

	.news-header {
		margin-right: 3rem;
	}

	.slide-nav-4 {
		display: none;
	}

	.uui-space-small-5 {
		min-height: 1rem;
	}

	.mask {
		padding-left: 0%;
		padding-right: 0%;
	}

	.mask.hide {
		display: none;
	}

	.uui-padding-vertical-xhuge-8 {
		padding-top: 6rem;
		padding-bottom: 2rem;
	}

	.parallax-image-1 {
		height: 400px;
		margin-top: 0;
	}

	.div-block-137 {
		width: 80%;
		height: 100%;
	}

	.text-cta-2 {
		width: auto;
		font-size: 12px;
	}

	.button-with-arrow-parallax {
		justify-content: center;
		width: 100%;
	}

	.text-block-40 {
		font-size: 16px;
		line-height: 25px;
	}

	.heading-3 {
		margin-bottom: 10px;
		font-size: 38px;
		line-height: 50px;
	}

	.link_white {
		color: #fff;
	}

	.videowrap {
		align-items: center;
		height: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.hero__person-txt-more {
		opacity: 1;
		padding-left: 16px;
		padding-right: 16px;
		bottom: 20px;
	}

	.hero__person-txt-more.mod--1 {
		padding-left: 16px;
	}

	.hero__person-title,
	.hero__person-title.stroke--white-02 {
		font-size: 22px;
	}

	.hero__person-count-title {
		font-size: 32px;
	}

	.hero__person-count-span {
		font-size: 12px;
	}

	.hero__person {
		width: 240px;
		height: 376px;
		padding-left: 0;
		padding-right: 0;
	}

	.hero__person.mod--2,
	.hero__person.mod--1 {
		width: 50%;
		height: 320px;
	}

	.hero__person-txt-less {
		display: none;
	}

	.hero__persons {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		justify-content: center;
		width: auto;
		height: auto;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}

	.agritourism {
		width: 90%;
	}

	.sections-agritourism {
		margin-bottom: 0;
		padding: 40px 20px;
	}

	.divider-copy {
		width: 100%;
		max-width: none;
	}

	.main-nav-link-wrapper {
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		align-items: flex-start;
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
	}

	.main-nav-link-wrapper.last-main-link.hideonly {
		display: none;
	}

	.main-nav-link-wrapper.contact-out.mobile {
		display: flex;
	}

	.main-nav-link-wrapper.last.hideonly {
		display: none;
	}

	.navbar {
		background-color: rgba(0, 0, 0, 0);
	}

	.menu-button-2 {
		order: 1;
		align-self: flex-end;
		padding: 0.75rem 0 0.75rem 0;
	}

	.menu-button-2.w--open {
		color: #163b68;
		background-color: rgba(0, 0, 0, 0);
		border-radius: 3px;
	}

	.right-top-header-links {
		order: -1;
		margin-right: 0;
		display: flex;
	}

	.right-top-header-links.mobile-view-hidden {
		display: none;
	}

	.navbar-menu {
		z-index: 50;
		background-color: #e4edf1;
		justify-content: flex-start;
		height: 100vh;
		margin-top: -3px;
		padding-top: 20px;
	}

	.logo-image {
		display: block;
	}

	.alert-exit-icon {
		margin-right: 0;
		padding-right: 0;
		right: 1.5rem;
	}

	.image-8 {
		display: none;
	}

	.alert-header-content-wrapper-2 {
		justify-content: flex-start;
		align-items: stretch;
		margin-left: 0;
		margin-right: 0;
		padding: 0.75rem 0;
	}

	.image-9 {
		width: 100px;
	}

	.text-span {
		font-weight: 400;
	}

	.top-header-nav-link-2 {
		opacity: 1;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		display: none;
	}

	.top-header-nav-link-2:hover {
		color: #4d4d4f;
	}

	.top-header-nav-link-2.last {
		margin-left: 0.5vw;
		margin-right: 0;
		padding: 1rem 0 1rem 0.5rem;
		display: none;
	}

	.top-header-nav-link-2.urgent-care-button {
		margin-left: 0;
		margin-right: 1rem;
		display: flex;
	}

	.top-header-nav-link-2.urgent-care-button:hover {
		color: #fff;
		background-color: #006baf;
	}

	.top-header-nav-link-2.mychart {
		margin-left: 1rem;
		margin-right: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		display: flex;
	}

	.top-header-nav-link-2.career-out:hover {
		color: var(--white);
	}

	.div-block-138 {
		flex-flow: wrap;
		order: 0;
		align-items: flex-start;
		width: auto;
		display: flex;
	}

	.two-part-mobile-nav-wrapper-2 {
		border-top: 1px #000;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		justify-content: flex-start;
		padding-left: 2rem;
		display: flex;
	}

	.two-part-mobile-nav-wrapper-2:hover {
		background-color: rgba(187, 209, 219, 0);
	}

	.main-header-wrapper {
		justify-content: space-between;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		display: flex;
	}

	.search-input-exit-2 {
		margin-right: 1.5rem;
	}

	.alert-link,
	.alert-link.first-alert-link {
		font-size: 0.9rem;
	}

	.alert-header-inner-text-2 {
		font-size: 0.9rem;
		font-weight: 700;
	}

	.logo {
		flex: 1;
		order: -1;
		max-width: none;
		margin-right: auto;
		display: block;
	}

	.right-side-nav-wrapper {
		flex-wrap: nowrap;
		order: -1;
		justify-content: space-between;
		width: 100%;
		padding-top: 0;
		padding-bottom: 0.5rem;
	}

	.mobile-menu-arrow-2 {
		color: #000;
		background-color: rgba(0, 92, 150, 0.15);
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		justify-content: center;
		align-items: center;
		width: 12%;
		display: flex;
	}

	.mobile-menu-arrow-2:hover {
		background-color: rgba(0, 92, 150, 0.15);
	}

	.navbar-wrapper-2 {
		align-items: center;
	}

	.top-header-nav-wrapper-2 {
		justify-content: space-between;
		align-self: auto;
		padding: 0;
		display: none;
		position: relative;
		left: 0;
		right: 0;
	}

	.search-input-3 {
		width: 500px;
	}

	.mobile-header-link-wrapper {
		order: 0;
		justify-content: flex-start;
		align-items: center;
		margin-left: auto;
		margin-right: 20px;
		display: flex;
	}

	.menu-icon {
		color: #4d4d4f;
		border-radius: 3px;
		font-size: 2rem;
	}

	.header-nav-wrapper {
		border-bottom-color: rgba(110, 110, 110, 0.15);
		flex-flow: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		margin-top: 0;
		padding-left: 1.5rem;
		padding-right: 0;
	}

	.location-icon.hide {
		display: none;
	}

	.alert-container {
		border: 1px #000;
		justify-content: flex-start;
		padding-left: 1.5rem;
		padding-right: 2rem;
	}

	.main-nav-link {
		color: var(--blue);
		margin-left: auto;
		font-family: Poppins, sans-serif;
		font-weight: 600;
		display: block;
	}

	.dropdown-link-text {
		color: #255564;
	}

	.nav-link-icon-wrapper.locations-icon {
		display: flex;
	}

	.nav-link-icon-wrapper.mobile-view {
		align-items: center;
		width: 25px;
		display: none;
	}

	.mobile-arrow-2 {
		color: #4d4d4f;
		margin-left: 1.25rem;
		margin-right: 1.25rem;
		font-family: Montserrat, sans-serif;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1em;
	}

	.dropdown-2 {
		flex-flow: row;
		display: flex;
	}

	.nav-wrapper {
		justify-content: flex-start;
	}

	.search-bar-2 {
		display: none;
		top: 0;
	}

	.nav-link {
		text-align: left;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.nav-link.mobile {
		color: var(--blue);
		background-color: rgba(0, 0, 0, 0);
		border-bottom-style: none;
		border-bottom-color: rgba(255, 255, 255, 0.1);
		justify-content: space-between;
		width: 90%;
		padding: 20px 20px 20px 5px;
		font-family: Poppins, sans-serif;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1rem;
		display: block;
	}

	.nav-link.mobile:hover {
		background-color: rgba(0, 0, 0, 0);
		background-image: none;
		text-decoration: underline;
		transform: none;
	}

	.nav-link.mobile.w--current {
		color: #f9b604;
		transform: scale(1);
		box-shadow: inset 6px 0 #f9b604;
	}

	.logocon {
		height: 90px;
		margin-right: 10px;
	}

	.search-bar-3 {
		margin-right: 2rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		display: block;
		top: 10%;
		right: 10px;
		display: none !important;
	}

	.search-bar-wrap-4 {
		display: none;
	}

	.search-input-4 {
		padding-top: 1.55rem;
	}

	.social-blue.hidden.not {
		display: none;
	}

	.columns {
		flex-flow: column;
		width: 100%;
		display: none;
	}

	.column-2 {
		flex-flow: row;
		display: block;
	}

	.promo-r,
	.promo-l {
		width: 100%;
	}

	.art-l {
		width: 250px;
		top: -23%;
	}

	.padding-bottom {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.layout18_play-circle {
		justify-content: center;
		align-items: center;
		bottom: 18px;
	}

	.cards-ws__card--004 {
		height: 25rem;
	}

	.instructions-wrapper {
		flex-wrap: nowrap;
		order: -1;
		align-self: auto;
		align-items: center;
		margin-bottom: 35px;
		display: none;
		position: relative;
		top: 0%;
		left: 0%;
	}

	.demo-wrapper {
		flex-direction: column;
		flex: 0 auto;
		align-items: center;
		width: 100%;
		margin-top: 140px;
		margin-right: 0;
	}

	.d-8-image-text {
		font-size: 20px;
		line-height: 28px;
	}

	.image-13 {
		margin-right: 0;
	}

	.d-8-image-wrapper {
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: 1fr;
		width: 100%;
		height: auto !important;
		display: grid;
	}

	.project-col-mobile {
		border-right: 1px #969797;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 50%;
		height: 300px;
		text-decoration: none;
		display: flex;
	}

	.project-col-mobile._1 {
		border-bottom: 1px solid #969797;
		border-right-style: solid;
		transition: background-color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.project-col-mobile._1:hover {
		background-color: rgba(0, 0, 0, 0);
	}

	.project-col-mobile._3 {
		border-right-style: solid;
	}

	.project-col-mobile._2 {
		border-bottom: 1px solid #969797;
	}

	.project-paragraph.mobile {
		margin-bottom: 40px;
		display: none;
	}

	.project-images {
		display: none;
	}

	.projects-section-mobile {
		flex-wrap: wrap;
		display: flex;
	}

	.project-col-image._1,
	.project-col-image._3,
	.project-col-image._2,
	.project-col-image._4,
	.project-col-image._1 {
		width: 50%;
		height: 300px;
	}

	.content-heading.projects {
		margin-bottom: 20px;
		font-size: 2.25rem;
		text-decoration: none;
	}

	.content-heading.projects._2.mobile,
	.content-heading.projects._1.mobile,
	.content-heading.projects._3.mobile,
	.content-heading.projects._4.mobile {
		margin-bottom: 60px;
	}

	.project-collumns {
		display: none;
	}

	.instructions-wrapper-2 {
		flex-wrap: nowrap;
		order: -1;
		align-self: auto;
		align-items: center;
		margin-bottom: 35px;
		display: none;
		position: relative;
		top: 0%;
		left: 0%;
	}

	.d-8-image-2 {
		width: 100%;
		height: 350px;
	}

	.demo-wrapper-2 {
		flex-direction: column;
		flex: 0 auto;
		justify-content: flex-start;
		align-items: center;
		width: 90%;
		min-height: 700px;
		margin-top: 0;
		margin-right: 0;
	}

	.image-14 {
		margin-right: 0;
	}

	.left-nav-wrapper-2 {
		display: none;
	}

	.primary-button {
		margin-top: 5px;
		margin-left: -27px;
	}

	.inside-page-container.white-background {
		flex-wrap: wrap;
		padding-top: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.sidebar-section-wrap {
		margin-left: 0;
	}

	.div-block-170 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.inside-page-content-left-right {
		margin-top: 0;
		margin-left: 0%;
		margin-right: 0%;
	}

	.right-nav-2 {
		flex-direction: column;
		width: 100%;
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
		display: flex;
	}

	.inside-page-header-section-2 {
		height: 450px;
		min-height: 200px;
		position: relative;
	}

	.content-container {
		width: 100%;
		min-width: auto;
		padding-left: 0;
	}

	.content-container.threequarterwidth {
		width: 100%;
	}

	.content-container.threequarterwidth.fullpage-size {
		border-left-width: 0;
		border-right-width: 0;
	}

	.content-container.threequarterwidth.insidefullwidth {
		border-left-width: 0;
		border-right-width: 0;
		max-width: none;
	}

	.inside-hero-section-2 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.heading-37 {
		font-size: 38px;
	}

	.breadcrumbs-wrapper {
		margin-top: 0.5rem;
		padding-left: 0;
		font-size: 0.9rem;
		line-height: 1.5rem;
	}

	.breadcrumbs-wrapper.old-breadcrump {
		display: none;
	}

	.breadcrumbs-wrapper.old-breadcrump.full-page {
		border-top-width: 0;
		border-left-width: 0;
		border-right-width: 0;
	}

	.breadcrumbs-wrapper.old-breadcrump.full-page.no-view {
		display: none;
	}

	.breadcrumb-link-2 {
		margin-top: 0.25rem;
	}

	.videowrap-copy {
		align-items: center;
		height: 100%;
		margin-top: 0;
		margin-left: 10px;
		margin-right: 10px;
	}

	.left-side-col {
		width: 100%;
		margin-top: 1.5rem;
		margin-left: 0%;
		display: block;
	}

	.right-col-item-wrap {
		margin-left: 0;
	}

	.paragraph-9 {
		font-size: 16px;
		line-height: 26px;
	}

	.buttons-wrap {
		grid-row-gap: 20px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
	}

	.heading-40 {
		font-size: 18px;
	}

	.div-block-177 {
		height: auto;
	}

	.promo2box {
		width: auto;
		height: auto;
	}

	.d-8-image-3,
	.d-8-image-4,
	.d-8-image-5,
	.d-8-image-6 {
		width: 100%;
		height: 350px;
	}

	.videowrapper {
		width: auto;
	}

	.button-with-arrow-copy {
		width: 87%;
	}

	.team_image-2 {
		height: 200px;
	}

	.padding-bottom-2 {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.heading-33-home,
	.heading-33-copy {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.btn-primary {
		padding: 20px 32px;
	}

	.btn-primary.small {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.btn-primary.small.header-btn-hidde-on-mb {
		display: none;
	}

	.header-logo {
		max-width: 230px;
	}

	.search-icon-3 {
		background-size: 17px;
		width: 40px;
		height: 40px;
	}

	.search-bar {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.left-arrow {
		left: auto;
		right: 0;
	}

	.right-arrow-2 {
		top: 30%;
	}

	.slide-nav {
		height: 50px;
	}

	.slider {
		z-index: 445;
		margin-top: 116px;
		position: static;
	}

	._1-slider {
		background-position: 0%;
	}

	.slider-4 {
		width: 100%;
		height: 400px;
		max-height: none;
		position: relative;
	}

	._2-slider {
		background-repeat: no-repeat;
		background-size: cover;
	}

	.div-block-23 {
		background-color: rgba(0, 0, 0, 0);
		width: 100%;
	}

	.div-block-23.home-1 {
		width: 60%;
		height: 100%;
		padding-left: 10%;
	}

	.heading-4-homepage {
		font-size: 30px;
		line-height: 26px;
	}

	.heading-32 {
		font-size: 16px;
		line-height: 22px;
	}

	._3-slider {
		background-repeat: no-repeat;
		background-size: cover;
	}

	.text-block-5 {
		font-size: 15px;
		line-height: 20px;
		display: none;
	}

	.tagline-promo {
		top: -24px;
	}

	.text-block-6 {
		font-size: 14px;
	}

	._3-crds-grid {
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
	}

	.heading-33 {
		font-size: 1rem;
	}

	.crds-grid {
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
	}

	.square-icon {
		border-radius: 12px;
		max-width: 56px;
	}

	.grid-3-columns {
		grid-template-columns: 1fr;
	}

	.socialicon,
	.socialicon-copy {
		background-size: 17px;
		width: 40px;
		height: 40px;
	}

	.padding-section-medium {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.padding-global {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.features_grid {
		grid-template-columns: 1fr;
	}

	.features_header {
		grid-row-gap: 2rem;
		grid-template-columns: 1fr;
	}

	.div-block-6 {
		margin-bottom: 0;
	}

	.div-block-12 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.news-section {
		z-index: 500;
		background-color: #fff;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
	}

	.div-block-2 {
		width: 80%;
	}

	.features_components {
		grid-row-gap: 2rem;
	}

	.feature-cb-wrapper {
		justify-content: center;
		align-items: stretch;
		width: 100%;
		height: 450px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}

	.feature-cb-block {
		top: 160%;
	}

	.promocontentwrapper {
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		flex-flow: column;
		display: flex;
	}

	.cb-wrapper {
		top: -12%;
	}

	.link-block-6 {
		width: 50%;
		height: 100%;
		display: flex;
	}

	.feature-cb-section {
		flex-flow: column;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.footer-flex-row {
		flex-direction: row;
	}

	.footer-signoff-grip,
	.footer-signoff-aaahc {
		clear: none;
		text-align: right;
	}

	.column.footer-signoff-column {
		text-align: left;
		flex-wrap: wrap;
		justify-content: center;
	}

	.column.footer-signoff-column.right-signoff-column {
		flex-flow: row;
		justify-content: center;
		display: flex;
	}

	.footer-contact-wrap {
		padding-right: 1rem;
	}

	.container-2 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer-container {
		background-color: #f8f9fa;
		background-image: none;
	}

	.footer-signoff-section {
		margin-bottom: 0;
		padding-bottom: 1rem;
	}

	.footer-link {
		font-size: 1.125rem;
	}

	.footer-signoff-list {
		margin: 0.5rem 0;
	}

	.footer-signoff-list-item._3rd {
		display: none;
	}

	.footer-flex-row-2 {
		flex-direction: row;
	}

	.footer-content {
		grid-template-columns: 1fr;
		padding-right: 1rem;
	}

	.link_blue {
		font-weight: 400;
	}

	.news-wrapper {
		margin-top: 60px;
		padding-bottom: 0;
		overflow: visible;
	}

	.uui-blogsection04_meta-wrapper {
		font-size: 0.75rem;
	}

	.uui-heading-xsmall-6 {
		font-size: 1.25rem;
	}

	.slide-8 {
		margin-left: 15px;
		margin-right: 15px;
	}

	.uui-blogsection04_list-wrapper {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.uui-blogsection04_heading-wrapper {
		grid-row-gap: 2rem;
		flex-direction: column;
		grid-template-columns: 1fr;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.f-h1-heading-2 {
		margin-top: 0;
		font-size: 48px;
	}

	.uui-blogsection04_list {
		grid-row-gap: 3rem;
		grid-template-columns: 1fr;
	}

	.icon-3 {
		color: #007050;
		display: none;
	}

	.uui-blogsection04_category-link {
		padding: 0.125rem 0.5rem;
		font-size: 0.75rem;
	}

	.uui-page-padding-7 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.news-header {
		margin-right: 0;
	}

	.slide-nav-4 {
		display: block;
		position: relative;
		left: 0%;
		right: 0%;
	}

	.uui-button-link {
		font-size: 1rem;
	}

	.uui-button-link:hover {
		color: #6941c6;
	}

	.right-arrow-5 {
		align-items: center;
		display: none;
		top: 160px;
	}

	.slider-3 {
		width: 100%;
		height: 100%;
		margin-bottom: 2px;
		position: static;
	}

	.uui-space-small-5 {
		min-height: 1.25rem;
	}

	.news-card {
		margin-left: 25px;
		margin-right: 25px;
	}

	.uui-heading-medium-5 {
		font-size: 1.75rem;
		line-height: 1.4;
	}

	.mask {
		height: auto;
		padding-bottom: 0;
		padding-left: 5%;
		padding-right: 5%;
		display: block;
		overflow: hidden;
	}

	.mask.hide {
		display: none;
	}

	.uui-blogsection04_image-link {
		margin-bottom: 1.5rem;
	}

	.uui-blogsection04_image-link:hover {
		box-shadow: none;
	}

	.left-arrow-5 {
		display: none;
		top: 160px;
	}

	.uui-padding-vertical-xhuge-8 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.button-3-news {
		position: static;
	}

	.parallax-image-1 {
		z-index: 500;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
	}

	.text-block-40 {
		font-size: 15px;
		line-height: 20px;
	}

	.heading-3 {
		font-size: 40px;
		line-height: 45px;
	}

	.videowrap {
		padding-top: 10px;
	}

	.hero__person.mod--2,
	.hero__person.mod--1 {
		width: auto;
		height: 250px;
	}

	.hero__persons {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		display: grid;
	}

	.agritourism {
		width: auto;
		overflow: hidden;
	}

	.sections-agritourism {
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.menu-button-2 {
		order: 1;
	}

	.right-top-header-links {
		order: -1;
		margin-right: 0;
	}

	.navbar-menu {
		opacity: 1;
	}

	.alert-exit-icon {
		margin-right: 0;
		right: 1.5rem;
	}

	.alert-header-content-wrapper-2 {
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
		margin-right: auto;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		font-size: 1em;
	}

	.image-9 {
		width: 100px;
	}

	.top-header-nav-link-2.mychart {
		justify-content: center;
		min-width: 130px;
		margin-left: 0;
		margin-right: 0;
		padding: 0.5rem 0;
	}

	.div-block-138 {
		flex-direction: row;
		width: auto;
	}

	.left-top-header-links.mobile-view-hidden {
		display: none;
	}

	.search-input-exit-2 {
		margin-right: 1.5rem;
	}

	.alert-link,
	.alert-link.first-alert-link {
		font-size: 0.9rem;
	}

	.alert-header-inner-text-2 {
		text-align: center;
		font-size: 0.95rem;
	}

	.logo {
		width: 140px;
		max-width: 160px;
		padding-left: 0;
	}

	.right-side-nav-wrapper {
		display: none;
	}

	.mobile-menu-arrow-2 {
		background-color: rgba(30, 98, 149, 0.1);
		width: 16%;
	}

	.top-header-nav-wrapper-2 {
		justify-content: space-between;
		padding-left: 0;
		padding-right: 1.5rem;
	}

	.search-input-3 {
		width: 450px;
	}

	.header-nav-wrapper {
		padding: 0.75rem 1.25rem;
	}

	.alert-container {
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
	}

	.alert-header-text-2 {
		justify-content: center;
		width: 100%;
		margin-bottom: 0.5rem;
		padding-right: 0;
	}

	.search-bar-2 {
		padding-left: 1.25rem;
		display: none;
		top: 0;
	}

	.nav-link.mobile {
		width: 84%;
		padding-left: 5px;
	}

	.search-bar-3 {
		width: 60%;
		min-width: auto;
		margin-right: auto;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		display: none;
		top: 10%;
		left: 0;
		right: 0;
	}

	.padding-bottom {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.text-size-medium {
		font-size: 1rem;
	}

	.layout18_component {
		grid-template-columns: 1fr;
	}

	.button {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.lynx-play-purple-2 {
		width: 60px;
		height: 60px;
		top: -36px;
	}

	.cards-ws__card--004 {
		flex-direction: column;
		height: auto;
	}

	.card-ws__card--004 {
		width: 100%;
		height: 12rem;
	}

	.project-col-mobile,
	.project-col-mobile._1,
	.project-col-mobile._3,
	.project-col-mobile._2,
	.project-col-image._1,
	.project-col-image._3,
	.project-col-image._2,
	.project-col-image._4,
	.project-col-image._1 {
		height: 275px;
	}

	.content-heading {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}

	.content-heading.projects {
		margin-bottom: 15px;
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.card---wrap {
		width: 100%;
	}

	.card---heading {
		width: auto;
	}

	.cards {
		flex-direction: column;
		max-width: 90%;
		margin: 4rem auto;
	}

	.card-2 {
		grid-row-gap: 2rem;
		height: auto;
	}

	.primary-button {
		margin-top: 3px;
		margin-left: -27px;
	}

	.inside-page-container.white-background {
		padding-top: 3rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.breadcrumbs-list-2 {
		margin-bottom: 1.5rem;
	}

	.h5-header-link-2 {
		font-size: 1.125rem;
	}

	.unordered-list {
		padding-left: 20px;
	}

	.sidebar-section-wrap {
		margin-left: 0;
	}

	.inside-page-content-left-right {
		margin-top: 0;
		margin-left: 0%;
		margin-right: 0%;
	}

	.intro-paragraph-2 {
		font-size: 1.125rem;
	}

	.content-container.threequarterwidth.fullpage-size {
		width: 100%;
		min-width: 100%;
	}

	.content-container.threequarterwidth.insidefullwidth {
		border-left-width: 0;
		border-right-width: 0;
	}

	.h3-header-link-2 {
		font-size: 1.5rem;
	}

	.h2-header-link-2 {
		font-size: 1.75rem;
	}

	.h4-header-link-2 {
		font-size: 1.25rem;
	}

	.inside-hero-section-2 {
		background-color: var(--white);
		max-width: none;
	}

	.inside-hero-section-2.full-page-wrap {
		background-color: var(--white);
		background-image: none;
	}

	.heading-37 {
		font-size: 36px;
	}

	.ordered-list {
		padding-left: 20px;
	}

	.breadcrumbs-wrapper {
		margin-top: 0.25rem;
		padding-left: 0;
		font-size: 0.85rem;
	}

	.breadcrumbs-wrapper.old-breadcrump.full-page {
		border-left-width: 0;
		border-right-width: 0;
	}

	.block-quote-2 {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.right-col-item-wrap {
		margin-left: 0;
	}

	.heading-1inside {
		font-size: 36px;
	}

	.bg-behind-button.is-cta {
		margin-top: 1rem;
	}

	.buttons-wrap {
		grid-row-gap: 20px;
		flex-flow: column;
		align-items: flex-start;
		display: flex;
	}

	.div-block-174 {
		margin-bottom: 0;
	}

	.div-block-175 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.div-block-176 {
		width: 80%;
	}

	.promocontentwrapper-2 {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.promo2box {
		width: auto;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.primary-button-2,
	.tertiary-button,
	.secondary-button-2 {
		width: 220px;
	}

	.team_name-copy {
		font-size: 1.25rem;
	}

	.team_content-2 {
		right: 15%;
	}

	.team_image-2 {
		height: 150px;
	}

	.heading-45 {
		font-size: 40px;
		line-height: 40px;
	}

	.padding-bottom-2 {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.team_content-2-copy {
		padding-right: 0;
		right: 15%;
	}

	.videocon {
		display: flex;
	}

	.heading-33-home,
	.heading-33-copy {
		font-size: 1rem;
	}

	.copyrightcon {
		flex-flow: column;
		justify-content: center;
		width: auto;
	}

	.copyrightwrapper {
		flex-flow: column;
		width: 100%;
	}

	.slidercurve {
		height: 250px;
		top: 29%;
		bottom: auto;
		left: 0%;
		right: 0%;
	}

	.div-block-139 {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.right-nav-2 {
		padding-right: 0px;
		padding-left: 0px;
	}

	.container-default {
		padding-left: 20px;
		padding-right: 20px;
	}

	.btn-primary {
		width: 100%;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.header-nav-list-item {
		text-align: left;
		width: 100%;
	}

	.header-nav-list-item.show-in-tablet {
		justify-content: flex-start;
		width: 100%;
		display: flex;
	}

	.header-logo {
		max-width: 190px;
	}

	.search {
		margin-left: 0;
		margin-right: 0.5rem;
	}

	.search-icon-3 {
		background-size: 13px;
		width: 35px;
		height: 35px;
		margin-left: 0;
	}

	.search-bar {
		width: 90%;
		top: 81px;
	}

	.left-arrow {
		z-index: 30;
		width: 40px;
		height: 40px;
		margin-top: 0;
		display: none;
		top: auto;
		bottom: 15%;
		left: 5%;
		right: auto;
	}

	.right-arrow-2 {
		z-index: 30;
		width: 40px;
		height: 40px;
		display: none;
		top: auto;
		bottom: 15%;
		left: auto;
		right: 5%;
	}

	.slide-nav {
		justify-content: center;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
		padding-left: 20px;
		font-size: 12px;
		display: flex;
		top: auto;
		bottom: 0%;
		left: 0%;
		right: auto;
	}

	.mask-3 {
		width: 100%;
		height: 300px;
		overflow: hidden;
	}

	.link_b {
		font-size: 16px;
		font-weight: 400;
	}

	.slider {
		margin-top: 86px;
		margin-left: auto;
		margin-right: auto;
	}

	._1-slider {
		background-position: 47%;
		background-size: cover;
	}

	.slider-4 {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		overflow: hidden;
	}

	.link_wrap_image {
		margin-top: 0;
		padding: 10px;
	}

	._2-slider {
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
	}

	.div-block-28 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.slide-arrow-copy-2 {
		font-size: 21px;
		display: none;
	}

	.div-block-23 {
		background-color: rgba(0, 0, 0, 0);
		margin-top: 10px;
		padding: 20px 20px 0 170px;
	}

	.div-block-23.home-1 {
		width: 75%;
		height: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-right: auto;
		padding-left: 5%;
		padding-right: 0%;
	}

	.heading-4-homepage {
		width: 85%;
		margin-top: 0;
		margin-bottom: 10px;
		padding-top: 0;
		font-size: 24px;
		line-height: 25px;
	}

	.heading-32 {
		width: 85%;
		margin-top: 0;
		margin-bottom: 10px;
		padding-top: 0;
		font-size: 16px;
		line-height: 20px;
		display: none;
	}

	.heading-32.price {
		font-size: 40px;
		display: none;
	}

	._3-slider {
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
	}

	.text-block-5 {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
		font-size: 13px;
		display: none;
	}

	.slide-arrow-copy {
		font-size: 21px;
	}

	.tagline-promo {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		top: 0;
	}

	.promo {
		align-items: flex-end;
		width: auto;
		max-width: none;
		height: 60px;
		margin-left: 0%;
	}

	.promo-art {
		width: 120px;
		height: 55px;
		display: none;
	}

	.promo-text {
		height: auto;
		margin-right: 10px;
		padding: 10px 10px 10px 15px;
		font-size: 14px;
		line-height: 23px;
	}

	.text-block-6 {
		font-size: 14px;
		line-height: 18px;
	}

	._3-crds-grid,
	.crds-grid {
		grid-template-rows: auto auto auto;
		grid-template-columns: 1fr;
	}

	.titlewrap {
		width: 90%;
	}

	.square-icon {
		border-radius: 14px;
		max-width: 56px;
	}

	.card.content-left {
		padding-top: 40px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.grid-3-columns {
		grid-template-columns: 1fr;
	}

	.mg-bottom-24px {
		margin-bottom: 16px;
	}

	.social {
		margin-left: 0;
		margin-right: 0.5rem;
	}

	.socialicon,
	.socialicon-copy {
		background-size: 13px;
		width: 35px;
		height: 35px;
		margin-left: 0;
	}

	.text-block-3,
	.div-block-6 {
		margin-left: 20px;
		margin-right: 20px;
	}

	.div-block-12 {
		width: 90%;
	}

	.heading-2 {
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 20px;
		line-height: 25px;
	}

	.news-section {
		margin-top: 60px;
		padding: 0;
	}

	.image-3 {
		border-radius: 0;
	}

	.div-block-2 {
		width: 100%;
		margin-bottom: 20px;
	}

	.div-block-5 {
		border-radius: 0;
	}

	.feature-cb {
		padding: 1rem 0.15rem;
	}

	.feature-cb-wrapper {
		height: 775px;
	}

	.feature-cb-block {
		width: 70vw;
		top: 215%;
	}

	.feature-cb-block._1,
	.feature-cb-block._2,
	.feature-cb-block._3 {
		width: 100%;
		margin-bottom: 1rem;
	}

	.feature-cb-block._4 {
		width: 100%;
	}

	.heading-cb {
		font-size: 1.15rem;
	}

	.service-icon-3 {
		width: auto;
		max-width: 75px;
	}

	.cb-wrapper {
		top: -8%;
	}

	.link-block-6 {
		width: 80%;
	}

	.footer-flex-row {
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		flex-flow: column;
		grid-template-columns: 1fr;
		display: flex;
	}

	.footer-signoff-grip,
	.footer-signoff-aaahc {
		margin-bottom: 1.5rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.column.footer-signoff-column {
		flex-wrap: wrap;
		justify-content: center;
	}

	.column.footer-signoff-column.right-signoff-column {
		justify-content: center;
		margin-top: 0;
		margin-bottom: 0;
	}

	.formslist2.onlymob {
		text-align: center;
		margin-top: 0;
	}

	.footer-contact-wrap {
		flex-flow: column;
		justify-content: center;
		align-items: stretch;
		width: 100%;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		display: flex;
	}

	.footer-contact-wrap._6th,
	.footer-contact-wrap._3th2,
	.footer-contact-wrap._2nd,
	.footer-contact-wrap._5th,
	.footer-contact-wrap._4th {
		flex-flow: column;
		align-items: center;
	}

	.list-item {
		text-align: center;
	}

	.heading {
		text-align: center;
		line-height: 30px;
	}

	.footer-signoff-section {
		padding-bottom: 0;
	}

	.list {
		text-align: center;
	}

	.row-2.footer-signoff-row {
		justify-content: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer-signoff-list {
		text-align: center;
		margin-top: 0.75rem;
	}

	.footer-signoff-list-item {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.paragraph-2.white {
		text-align: center;
	}

	.footer-flex-row-2 {
		flex-direction: column;
	}

	.footer-content {
		flex-flow: column;
		justify-content: center;
		align-items: stretch;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		display: flex;
	}

	.footer-content._6th,
	.footer-content._3th2,
	.footer-content._2nd,
	.footer-content._5th,
	.footer-content._4th {
		flex-flow: column;
		align-items: center;
	}

	.footer-img,
	.div-block-127 {
		width: auto;
	}

	.container-3 {
		max-width: none;
	}

	.image-7 {
		width: 200px;
		max-width: none;
	}

	.col-md-9 {
		width: auto;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.sections {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

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

	.link_blue {
		font-size: 1rem;
		font-weight: 400;
	}

	.link_wrap_image-copy-copy {
		margin-top: 0;
		padding: 10px;
	}

	.div-block-136 {
		border-width: 6px;
		border-bottom-left-radius: 30px;
		padding: 20px 10px;
	}

	.news-wrapper {
		margin-top: 0;
		padding-bottom: 125px;
	}

	.uui-blogsection04_meta-wrapper {
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.uui-heading-xsmall-6 {
		width: 70%;
		line-height: 16px;
	}

	.slide-8 {
		margin-left: 0;
		margin-right: 0;
	}

	.bold-text {
		font-size: 14px;
		line-height: 0;
	}

	.uui-blogsection04_list-wrapper {
		margin-top: 1rem;
		margin-bottom: 0;
	}

	.f-h1-heading-2 {
		font-size: 30px;
		line-height: 35px;
	}

	.uui-blogsection04_list {
		grid-column-gap: 0.5rem;
		grid-row-gap: 0.5rem;
		grid-template-columns: 1fr 1fr;
	}

	.news-posts {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.uui-blogsection04_category-link {
		padding: 5px;
	}

	.bold-text-2 {
		font-size: 14px;
	}

	.uui-text-size-medium-7 {
		display: none;
	}

	.right-arrow-5 {
		z-index: 5;
	}

	.uui-space-small-5 {
		display: none;
	}

	.mask {
		padding-left: 0%;
		padding-right: 0%;
	}

	.uui-blogsection04_image-link {
		margin-bottom: 0.125rem;
	}

	.uui-max-width-large-6 {
		text-align: center;
	}

	.uui-padding-vertical-xhuge-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.button-3-news {
		top: 50px;
	}

	.parallax-image-1 {
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.div-block-137 {
		width: 90%;
	}

	.text-block-40 {
		font-size: 15px;
		line-height: 20px;
	}

	.heading-3 {
		font-size: 24px;
		line-height: 30px;
	}

	.button-no-outline {
		font-size: 12px;
	}

	.link_wrap_image-white {
		margin-top: 0;
		padding: 10px;
	}

	.link_white {
		font-size: 0.8rem;
	}

	.videowrap {
		top: 0;
	}

	.hero__person-title.stroke--white-02 {
		font-size: 18px;
		line-height: 1.4em;
	}

	.hero__person-cont {
		height: auto;
	}

	.hero__person-img.mod--2,
	.hero__person-img.mod--1 {
		height: 100%;
	}

	.hero__person {
		border-radius: 14px;
	}

	.hero__person.mod--2 {
		width: auto;
		height: auto;
		margin-bottom: 0;
	}

	.hero__person.mod--1 {
		width: auto;
		height: auto;
	}

	.hero__persons {
		grid-column-gap: 0px;
		grid-row-gap: 15px;
		flex-flow: column;
		width: auto;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.agritourism {
		background-position: 60% 103%;
		background-size: auto;
		border-bottom-left-radius: 30px;
		flex-flow: column;
		padding: 20px 10px;
	}

	.col-md-9-copy {
		align-items: center;
		padding-left: 0;
	}

	.heading1white {
		margin-top: 20px;
		font-size: 26px;
	}

	.paragraph-16-white {
		text-align: center;
	}

	.top-padding-copy {
		justify-content: center;
	}

	.big-container-image {
		border-bottom-left-radius: 30px;
		width: 90%;
		height: 150px;
	}

	.big-container-texttitle {
		width: 90%;
	}

	.sections-agritourism {
		padding-left: 0;
		padding-right: 0;
	}

	.divider-copy {
		margin-top: 60px;
	}

	.menu-button-2 {
		order: 1;
		margin-right: 1rem;
	}

	.right-top-header-links {
		background-color: rgba(0, 0, 0, 0);
		border-bottom: 1px #d8d8d8;
		order: -1;
		justify-content: center;
		align-items: center;
		width: auto;
		margin-bottom: 0;
		margin-right: 0;
		padding-bottom: 0;
		display: flex;
	}

	.alert-exit-icon {
		margin-top: 0;
		top: 0.5rem;
		right: 1rem;
	}

	.alert-header-content-wrapper-2 {
		flex-wrap: wrap;
		margin-right: 0;
		padding: 0.75rem 1rem;
	}

	.image-9 {
		margin-top: 0;
	}

	.top-header-nav-link-2 {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		font-size: 0.8rem;
	}

	.top-header-nav-link-2.last {
		text-align: center;
		border-right-style: none;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.top-header-nav-link-2.mychart {
		order: -1;
		margin-right: auto;
		display: block;
	}

	.div-block-138 {
		background-color: rgba(228, 237, 241, 0);
		flex-flow: row;
		order: 0;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		display: block;
	}

	.left-top-header-links.mobile-view-hidden {
		display: none;
	}

	.search-input-exit-2 {
		height: 25px;
		margin-right: 1rem;
	}

	.alert-link,
	.alert-link.first-alert-link {
		font-size: 0.8rem;
	}

	.alert-header-inner-text-2 {
		flex: 0 auto;
		max-width: none;
		margin-bottom: 0;
		margin-right: 0;
		font-size: 0.85rem;
		line-height: 1.15rem;
	}

	.logo {
		flex: none;
		order: 1;
		align-self: auto;
		width: 150px;
		margin-top: 0.75rem;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
	}

	.right-side-nav-wrapper {
		display: none;
	}

	.mobile-menu-arrow-2 {
		width: 20%;
		position: relative;
	}

	.top-header-nav-wrapper-2 {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
	}

	.search-input-3 {
		width: 250px;
		margin-right: 1.25rem;
	}

	.mobile-header-link-wrapper {
		flex-direction: row;
		order: -1;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		margin-left: 0;
		display: flex;
	}

	.header-nav-wrapper {
		flex-flow: row;
		justify-content: center;
		padding: 1rem 0 0.75rem 0.5rem;
	}

	.alert-container {
		align-items: center;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.alert-header-text-2 {
		flex-direction: column;
		flex-shrink: 0;
		flex-basis: 100%;
		align-self: flex-start;
		align-items: flex-start;
		padding-right: 0;
	}

	.search-bar-2 {
		padding-left: 1rem;
		display: none;
		top: 0;
	}

	.nav-link.mobile {
		width: 80%;
	}

	.logocon {
		height: auto;
	}

	.div-block-139 {
		height: 110px;
	}

	.search-bar-3 {
		width: 80%;
		display: none;
		top: 10%;
	}

	.social-blue {
		margin-left: 0;
		margin-right: 0.5rem;
	}

	.art-r {
		width: 400px;
	}

	.padding-bottom {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.layout18_lightbox {
		margin-top: 100px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.heading-36 {
		font-size: 32px;
	}

	.image-13 {
		margin-top: 0;
		margin-right: 0;
	}

	.d-8-image-wrapper {
		grid-template-rows: auto auto auto auto;
		grid-template-columns: 1fr;
	}

	.project-col-mobile,
	.project-col-mobile._1,
	.project-col-mobile._3,
	.project-col-mobile._2 {
		width: 100%;
		height: 200px;
	}

	.white-block.projects.mobile {
		width: 172px;
	}

	.projects-section-mobile {
		flex-flow: column;
		width: 100%;
	}

	.text-block-4 {
		font-size: 0.75rem;
	}

	.project-col-image._1,
	.project-col-image._3,
	.project-col-image._2,
	.project-col-image._4,
	.project-col-image._1 {
		width: 100%;
		height: 200px;
	}

	.plus-sign {
		background-size: 13px;
		margin-left: 120px;
	}

	.plus-sign.projects {
		background-position: 60%;
		margin-left: 114px;
	}

	.plus-sign.gray {
		background-position: 60% 51%;
		background-size: 13px;
		margin-left: 120px;
	}

	.content-heading.projects {
		margin-bottom: 16.5px;
		font-size: 1.5rem;
	}

	.content-heading.projects._2.mobile,
	.content-heading.projects._1.mobile,
	.content-heading.projects._3.mobile,
	.content-heading.projects._4.mobile {
		margin-bottom: 40px;
	}

	.text-block-41 {
		font-size: 0.75rem;
	}

	.d-8-image-2 {
		height: 250px;
	}

	.image-14 {
		margin-top: 0;
		margin-right: 0;
	}

	.primary-button {
		align-items: center;
		margin-left: 0;
	}

	.inside-page-container.white-background {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		display: block;
	}

	.paragraph-25.list-item {
		text-align: left;
	}

	.div-block-170 {
		padding-left: 0;
		padding-right: 0;
	}

	.inside-page-content-left-right {
		margin-top: 0;
	}

	.intro-paragraph-2 {
		line-height: 1.5rem;
	}

	.inside-hero-section-2 {
		max-width: none;
	}

	.button-styling-4 {
		flex-wrap: wrap;
		padding-left: 0;
	}

	.breadcrumbs-wrapper {
		margin-top: 0;
		padding-left: 0;
	}

	.breadcrumbs-wrapper.out {
		max-width: none;
	}

	.primary,
	.secondary {
		margin-top: 0;
		padding: 10px;
	}

	.div-block-171 {
		margin-left: 10px;
		margin-right: 10px;
	}

	.heading-1inside {
		line-height: 38px;
	}

	.buttons-wrap {
		grid-row-gap: 20px;
		flex-flow: column;
		align-items: flex-start;
		display: flex;
	}

	.heading-40 {
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 20px;
		line-height: 25px;
	}

	.text-block-43,
	.div-block-174 {
		margin-left: 20px;
		margin-right: 20px;
	}

	.div-block-175 {
		justify-content: flex-start;
		width: auto;
		display: flex;
	}

	.image-15 {
		border-radius: 0;
	}

	.div-block-176 {
		width: 100%;
		margin-bottom: 20px;
	}

	.div-block-177 {
		border-radius: 0;
	}

	.promocontentwrapper-2 {
		grid-column-gap: 0px;
		grid-row-gap: 15px;
		flex-flow: column;
		grid-template-columns: 1fr;
		display: flex;
	}

	.promo2box {
		width: auto;
		height: auto;
	}

	.promo2icon {
		width: 200px;
		max-width: none;
	}

	.promo2text {
		text-align: left;
	}

	.heading-44 {
		font-size: 26px;
	}

	.d-8-image-3,
	.d-8-image-4,
	.d-8-image-5,
	.d-8-image-6 {
		height: 250px;
	}

	.videowrapper {
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.primary-button-2 {
		width: 220px;
	}

	.primary-button-2.home {
		padding: 1rem;
	}

	.tertiary-button,
	.secondary-button-2 {
		width: 220px;
	}

	.team_item_promo {
		width: 100%;
	}

	.team_image-2 {
		height: 170px;
	}

	.padding-bottom-2 {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.image-16 {
		width: 150px;
	}

	.link_wrap_image-copy {
		margin-top: 0;
		padding: 10px;
	}

	.heading-33-home {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slidercurve {
		height: 110px;
		top: 280px;
	}

	.heading-46 {
		width: auto;
		font-size: 32px;
	}

	.heading-47 {
		font-size: 32px;
	}
}

#w-node-_69e822a4-eb38-a070-4534-3bc2c893657b-c89364f8 {
	grid-area: span 1 / span 1 / span 1 / span 1;
	align-self: auto;
}

#w-node-_69e822a4-eb38-a070-4534-3bc2c8936584-c89364f8 {
	grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69e822a4-eb38-a070-4534-3bc2c893658a-c89364f8 {
	grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
	#w-node-_69e822a4-eb38-a070-4534-3bc2c89364fb-c89364f8 {
		grid-area: span 1 / span 3 / span 1 / span 3;
	}
}


@font-face {
	font-family: 'Line Rounded Icon Font';
	src: url('/assets/fonts/line-rounded-icon-font.eot') format('embedded-opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/****************** Breakpoints ********************/
/****************************************************/
[data-breakpoints] {
	display: none !important;
}

@media screen and (min-width: 991px) {
	[data-breakpoints*="xl"] {
		display: block !important;
	}
}

@media screen and (min-width: 767px) {
	[data-breakpoints*="md,lg"] {
		display: block !important;
	}
}

[data-breakpoints*="xs,sm"] {
	display: block !important;
}

/***************** Print ***********************/
/*************************************************/
#printFooter {
	display: none;
	visibility: hidden;
}

#printHeader {
	display: none;
	visibility: hidden;
}

/*********************** Webflow **********************/
/*****************************************************/
@media (min-width: 992px) {
	html.w-mod-js:not(.w-mod-ix) [data-w-id="a24927cc-326f-1452-1624-8f5fda5c7bff"] {
		width: 58%;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="382fe91f-2ca4-c7b8-1f56-2584f142230d"] {
		width: 58%;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="a24927cc-326f-1452-1624-8f5fda5c7c13"] {
		width: 21%;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="382fe91f-2ca4-c7b8-1f56-2584f142231b"] {
		width: 21%;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="a24927cc-326f-1452-1624-8f5fda5c7c1b"] {
		opacity: 0;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="382fe91f-2ca4-c7b8-1f56-2584f1422324"] {
		opacity: 0;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="a24927cc-326f-1452-1624-8f5fda5c7c08"] {
		opacity: 1;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="382fe91f-2ca4-c7b8-1f56-2584f1422316"] {
		opacity: 1;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="a24927cc-326f-1452-1624-8f5fda5c7c15"] {
		height: 100%;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="382fe91f-2ca4-c7b8-1f56-2584f142231d"] {
		height: 100%;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="a24927cc-326f-1452-1624-8f5fda5c7c01"] {
		height: 115%;
	}

	html.w-mod-js:not(.w-mod-ix) [data-w-id="382fe91f-2ca4-c7b8-1f56-2584f142230f"] {
		height: 115%;
	}
}

/*********************** Header **********************/
/*****************************************************/
.navbar {
	z-index: 1000 !important;
}

/***************** Accesible menu **********************/
/*****************************************************/
.accesible-navigation-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
}

.accesible-navigation-menu ul.navmenu-desktop li.dropdown-2 {
	text-align: center;
	display: flex;
	margin-left: 10px;
	position: relative;
	margin-right: 10px;
}

.accesible-navigation-menu li.dropdown-2.hasChildren:after {
	font-family: "webflow-icons" !important;
	margin-left: 5px;
	display: inline-block;
	content: "\e603";
	color: #969292;
	font-weight: 300;
	font-size: 13px;
	margin-top: 3px;
	transition: transform 400ms ease;
}

.accesible-navigation-menu li.dropdown-2.hasChildren:hover:after {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}

.accesible-navigation-menu li.dropdown-2 .container-wrapper {
	opacity: 0;
	max-height: 0px;
	position: absolute;
	top: 100%;
	z-index: 100;
	left: auto;
	transition: max-height 100ms ease 0s, opacity 200ms ease 0s;
	height: 0;
	margin-top: 0px;
	width: 100%;
	padding-left: 0px;
	background-image: url('/20181016082423/assets/images/dropdown-list-arrow.svg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 24px;
}

.accesible-navigation-menu li.dropdown-2 .container-wrapper ul {
	display: none;
	margin: 0px;
	list-style-type: none;
	min-width: 225px;
	max-width: 225px;
	flex-wrap: wrap;
	background-color: #e4edf1;
	border-radius: 5px;
	padding: 0.5rem 1rem;
}

.accesible-navigation-menu li.dropdown-2 .container-wrapper ul li {
	width: 195px;
	text-align: left;
}

.accesible-navigation-menu li.dropdown-2 .container-wrapper ul li a {
	color: #4d4d4f;
	letter-spacing: 0;
	width: 100%;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	font-family: Poppins, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	transition: all 0.2s;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.accesible-navigation-menu li.dropdown-2 .container-wrapper ul li a:hover {
	opacity: 1;
	background-color: #f2f7fa;
}

.accesible-navigation-menu li.dropdown-2.open .container-wrapper,
.accesible-navigation-menu li.dropdown-2:hover .container-wrapper {
	opacity: 1;
	max-height: 500px;
	height: auto;
	padding-top: 12px;
}

.accesible-navigation-menu li.dropdown-2.open .container-wrapper ul,
.accesible-navigation-menu li.dropdown-2:hover .container-wrapper ul {
	display: inline-block;
}

@media (max-width: 991px) {
	.accesible-navigation-menu {
		display: none !important;
	}

	.navbar-menu {
		display: none !important;
	}
}

/****************** Mobile menu **********************/
/*****************************************************/
@media (min-width: 992px) {
	.mobile-navigation-menu {
		display: none !important;
	}

	.mobile-navigation-menu.mm-menu_opened {
		display: none !important;
	}

	.mm-page.mm-slideout {
		width: 100% !important;
		display: inherit !important;
	}
}

@media (max-width: 991px) {
	.mobile-navigation-menu {
		display: none !important;
	}

	.mobile-navigation-menu.mm-menu_opened {
		display: block !important;
	}
}

.mobile-navigation-menu li[data-breakpoints] {
	display: none !important;
}

@media screen and (min-width: 991px) {
	.mobile-navigation-menu li[data-breakpoints*="xl"] {
		display: flex !important;
	}
}

@media screen and (min-width: 767px) {
	.mobile-navigation-menu li[data-breakpoints*="md,lg"] {
		display: flex !important;
	}
}

.mobile-navigation-menu li[data-breakpoints*="xs,sm"] {
	display: flex !important;
}

.mm-menu_position-top {
	height: calc(100% - 95px);
	max-height: calc(100% - 95px);
	margin-top: 95px;
}

.mobile-navigation-menu > .mm-panels > .mm-panel:first-child > .mm-navbar {
	display: none;
}

.mobile-navigation-menu,
.mm-panels,
.mm-panels .mm-panel,
.mm-navbar {
	background-color: #e4edf1;
}

.mm-panels .mm-panel {
	padding-top: 20px;
}

.mm-listitem:after {
	left: 0px;
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-navbar {
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-wrapper_opened .w-nav-overlay {
	display: none !important;
}

.mm-wrapper_opened .drop-down-navigation-wrapper {
	z-index: 100 !important;
}

.mobile-navigation-menu li a.nav-a {
	color: var(--blue);
	font-family: Poppins, sans-serif;
	font-weight: 600;
	padding: 0.25rem 0 0.25rem 0.5rem;
	font-size: 1rem;
	padding: 17px 35px;
	line-height: 1rem;
	text-decoration: none;
	transition: color 0.25s;
}

.mm-navbar__title > span {
	color: var(--blue);
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 1rem;
	padding: 17px 10px;
	line-height: 1rem;
	text-decoration: none;
}

.mobile-navigation-menu li:hover > a.nav-a,
.mobile-navigation-menu li.active > a.nav-a {
	color: #4d4d4f;
	text-decoration: underline;
}

.mm-listitem__btn {
	background-color: rgba(0, 92, 150, 0.15);
	border-color: transparent;
	padding-right: 80px;
}

.mm-navbar__btn {
	background-color: rgba(0, 92, 150, 0.15);
}

.mm-btn_next:after {
	border-color: #222;
	border-width: 1.5px;
}

.mm-btn_prev:before {
	border-color: #222;
	border-width: 1.5px;
}

.mm-btn_next:after {
	right: 36px;
}

.mm-navbar > * {
	justify-content: flex-start;
}

.mm-listitem_selected > .mm-listitem__text {
	background: transparent;
}

@media screen and (max-width: 767px) {
	.mm-menu_position-top {
		height: calc(100% - 118px);
		max-height: calc(100% - 118px);
		margin-top: 118px;
	}
}

@media screen and (max-width: 479px) {
	.mm-menu_position-top {
		height: calc(100% - 87px);
		max-height: calc(100% - 87px);
		margin-top: 87px;
	}
}

/********************* Homepage *********************/
/*****************************************************/
.cbtext p {
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit !important;
	margin-bottom: 15px;
}

.cbtext a {
	color: var(--black-2);
	border-bottom: 1px solid transparent;
}

.cbtext a:hover {
	text-decoration: none;
}

.hero__person-title.more {
	width: 350px;
}

.hero__person-title.less {
	width: 300px;
}

.text-block-6 p:last-child {
	margin-bottom: 0px;
}

.cbtext.white p,
.cbtext.white a,
.cbtext.white a:hover,
.cbtext.white li,
.cbtext.white td,
.cbtext.white span,
.cbtext.white h1,
.cbtext.white h2,
.cbtext.white h3,
.cbtext.white h4,
.cbtext.white h5,
.cbtext.white h6 {
	color: #fff !important;
}

.cb3 .heading-3 {
	width: 75%;
}

.heading-3 {
	margin-bottom: 20px;
}

.heading-38 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Poppins, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 44px;
}

.d-8-image-2 {
	text-decoration: none;
	border-bottom: 0px !important;
}

.cbtext .posts-collection > .node {
	margin: 0rem 0 0 0;
	padding: 0rem 0 0 0;
}

.cbtext .posts-collection .posts-field-title h3 {
	margin: 0px;
}

.d-8-image-wrapper {
	height: 400px;
}

@media screen and (max-width: 991px) {
	.hero__person-title.more {
		width: 270px;
	}

	.hero__person-title.less {
		width: 270px;
	}

	.cb3 .heading-3 {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.cb3 .heading-3 {
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.hero__person-title.more {
		width: 210px;
	}

	.hero__person-title.less {
		width: 210px;
	}

	.cb3 .heading-3 {
		width: 90%;
	}
}

/* video styles */
.homepage-featured-video {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.homepage-featured-video iframe,
.homepage-featured-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-row {
	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;
}

.video-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 32%;
	height: 300px;
	margin-bottom: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: relative;
}

.video-box:hover {
	text-decoration: none;
}

.play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13%;
	z-index: 2;
}

.video-title {
	width: 100%;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(25, 43, 92, 0.5);
	color: #fff;
	text-align: center;
	z-index: 1;
}

.video-box-iamge {
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.video-box:hover .video-box-iamge {
	transform: scale(1.2);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	max-width: 900px;
	padding: 0px 5px;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
	top: -60px;
	margin-right: 10px;
}

.homepage-featured-video video {
	width: 100%;
}

@media (max-width: 991px) {
	.video-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.video-box {
		height: 250px;
	}

	.play-button {
		width: 31px;
	}
}

@media (max-width: 77px) {
	.video-row {
		padding-bottom: 0.25rem;
		-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;
	}

	.video-box {
		width: 90%;
	}
}
/*end of video styles */


/*********************** Slideshow ********************/
/*****************************************************/
.slider-text {
	margin-bottom: 20px;
}

.slider-text p {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 20px;
}

.slider-text,
.slider-text p,
.slider-text li,
.slider-text span,
.slider-text a,
.slider-text a:hover,
.slider-text td,
.slider-text h1,
.slider-text h2,
.slider-text h3,
.slider-text h4,
.slider-text h5,
.slider-text h6 {
	color: #fff !important;
}

.div-block-139 {
	width: 130%;
	height: 190px;
}

.div-block-23.home-1 {
	padding-bottom: 190px;
}

@media screen and (max-width: 991px) {
	.div-block-23.home-1 {
		padding-bottom: 100px;
	}

	.div-block-139 {
		width: 160%;
		height: 100px;
		border: -2px;
	}
}


/****************** Inside Page ******************/
/*************************************************/
@media screen and (max-width: 991px) {
	iframe[src*="youtube"] {
		aspect-ratio: 16 / 9;
		height: auto;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.mobile-friendly-image {
		display: block;
		float: none !important;
	}
}

.breadcrumbs-list-2 li:last-child .breadcrumb-divider-2 {
	display: none;
}

.breadcrumbs-list-2 li:last-child a:hover,
.breadcrumbs-list-2 li:last-child a {
	opacity: 1;
	color: #333;
	border-bottom-style: none;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.left-nav-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.left-nav-link-5.active {
	border-left: 4px solid var(--green);
	color: var(--green);
}

.no-columns .inside-hero-section-2 {
	max-width: 900px;
}

.only-left .left-nav-wrapper-2,
.both-columns .left-nav-wrapper-2 {
	min-width: 23%;
}

.only-left .content-container.threequarterwidth.fullpage-size,
.both-columns .content-container.threequarterwidth.fullpage-size {
	width: 100%;
}

.right-nav-2 {
	min-width: 20%;
}

.only-right .content-container.threequarterwidth.fullpage-size {
	width: 100%;
}

iframe {
	max-width: 100%;
}

div.pagination-wrapper {
	width: 100%;
}

/************** Right Sidebar ********************/
/*************************************************/
.right-nav-2 td img {
	max-width: none;
}

.right-nav-2 .box {
	border-top: 1px rgba(0, 0, 0, 0.15);
	margin-bottom: 1.8rem;
	margin-left: 0;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5rem;
}

.right-nav-2 .box.tools {
	padding: 17px;
}

.right-nav-2 .box p {
	color: #333;
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5rem;
}

.right-nav-2 .box h4,
.right-nav-2 .box h3 {
	color: var(--blue);
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.right-nav-2 .box td {
	vertical-align: top;
	padding-bottom: 12px;
}

.right-nav-2 .box .contentbox_item_image {
	width: 24px;
}

.right-nav-2 .box.documents td:first-child {
	padding-right: 7px;
}

.right-nav-2 .box.tools td:first-child img {
	margin-right: 5px;
}

.right-nav-2 a {
	color: #333;
	border: 0 rgba(0, 0, 0, 0);
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	font-weight: 400;
	text-decoration: underline;
	transition: all 0.2s;
}

.right-nav-2 a:hover {
	color: var(--green);
	background-color: rgba(0, 0, 0, 0);
	border-bottom-style: none;
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.right-nav-2 iframe {
	max-width: 100%;
	height: auto;
}


/*************** Left Sidebar ********************/
/************************************************/
.left-sidebar .box,
.left-sidebar .box p {
	color: #333;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 26px;
}

.left-sidebar .box h2 {
	color: var(--blue);
	margin-top: 0;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 26px;
}

.left-sidebar iframe {
	max-width: 100%;
	height: auto;
}

/****************** Inside Page Styles ***************/
/*****************************************************/
.div-block-170 a,
.left-sidebar a {
	color: #333;
	border: 0 rgba(0, 0, 0, 0);
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	font-weight: 500;
	text-decoration: underline;
	transition: all 0.2s;
}

.div-block-170 a:hover,
.left-sidebar a:hover {
	color: var(--green);
	background-color: rgba(0, 0, 0, 0);
	border-bottom-style: none;
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.div-block-170 a {
	word-break: break-word;
}

.div-block-170 ul {
	margin-top: 7px;
}

h1 {
	font-size: 46px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 479px) {
	h1 {
		line-height: 38px;
	}
}

h1 a {
	color: var(--blue) !important;
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: inherit;
	font-weight: 400 !important;
	line-height: inherit;
	text-decoration: underline;
	transition: all 0.2s;
}

h2 a {
	color: var(--blue) !important;
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 32px;
	font-weight: 400 !important;
	line-height: 2.25rem;
	text-decoration: underline;
	transition: all 0.2s;
}

h3 a {
	color: var(--blue) !important;
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 22px;
	font-weight: 400 !important;
	line-height: 30px;
	text-decoration: underline;
	transition: all 0.2s;
}

h4 a {
	color: var(--blue) !important;
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 24px;
	text-decoration: underline;
	transition: all 0.2s;
}

h5 a {
	color: var(--blue) !important;
	text-transform: uppercase;
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 20px;
	text-decoration: underline;
	transition: all 0.2s;
}

h6 a {
	color: var(--blue) !important;
	text-transform: uppercase;
	border-bottom: 0 solid rgba(51, 51, 51, 0.2);
	margin-bottom: 1rem;
	font-size: 12px;
	font-weight: 500 !important;
	line-height: 18px;
	text-decoration: underline;
	transition: all 0.2s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: var(--green) !important;
	background-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	h2 a {
		font-size: 1.75rem;
	}

	h3 a {
		font-size: 1.5rem;
	}

	h4 a {
		font-size: 1.25rem;
	}

	h5 a {
		font-size: 1.125rem;
	}
}

.div-block-170 p {
	color: #333;
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5rem;
	text-decoration: none;
}

.div-block-170 li {
	margin-bottom: 7px;
	font-family: Poppins, sans-serif;
}

/* buttons */
.inside-row .button,
.inside-row a.primary,
.homeboxes a.primary,
.primary,
.inside-row button[type="submit"],
.inside-row .cms_form_button.primary,
#submissionforms_module.homepage_contentbox .cms_buttons .cms_form_button.primary,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary,
.ui-form-buttons .ui-form-button button,
.module-search button {
	display: inline-block;
	color: #fff !important;
	background-color: #427d0e !important;
	border-radius: 4px;
	padding: 1rem 2rem;
	font-family: Poppins, sans-serif;
	transition: transform 0.5s, color 0.5s, background-color 0.5s;
	border: 0px;
	text-align: center;
	text-transform: capitalize;
	font-size: 1rem;
	line-height: 1.2rem;
	width: auto;
	text-decoration: none !important;
	margin: 0 5px;
}

.inside-row .button:hover,
.inside-row a.primary:hover,
.homeboxes a.primary:hover,
.primary:hover,
.inside-row button[type="submit"]:hover,
.inside-row .cms_form_button.primary:hover,
#submissionforms_module.homepage_contentbox .cms_buttons .cms_form_button.primary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary:hover,
.ui-form-buttons .ui-form-button button:hover,
.module-search button:hover {
	color: var(--white) !important;
	background-color: #233d81 !important;
	transform: translate(0, -0.3125rem);
}

.secondary,
.inside-row a.secondary,
.homeboxes a.secondary,
.inside-row button[type="submit"].secondary,
.cms_form_button.secondary,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary,
.inside-row .cms_form_button.secondary,
.inside-row .button.secondary,
#cookie-consent-form-container form .consent-footer .consent-form-dismiss-trigger {
	display: inline-block;
	color: #fff !important;
	background-color: #427d0e !important;
	width: auto;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 1rem 2rem;
	font-family: Poppins, sans-serif;
	text-decoration: none !important;
	margin: 0px;
	transition: border-radius 0.5s, color 0.5s, background-color 0.5s;
	margin: 0 5px;
}

.secondary:hover,
.inside-row a.secondary:hover,
.inside-row button[type="submit"].secondary:hover,
.cms_form_button.secondary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary:hover,
.inside-row .cms_form_button.secondary:hover,
.inside-row .button:hover,
.homeboxes a.secondary:hover,
#cookie-consent-form-container form .consent-footer .consent-form-dismiss-trigger:hover {
	color: var(--white) !important;
	background-color: #233d81 !important;
	border-top-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	border-bottom-left-radius: 1.25rem;
}

.tertiary,
.inside-row button[type="submit"].tertiary,
.cms_form_button.tertiary,
.inside-row a.tertiary,
.homeboxes a.tertiary,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary {
	display: inline-block;
	padding: 1.25rem 1rem;
	width: auto;
	margin: 0px;
	text-decoration: none !important;
	color: var(--blue) !important;
	background-color: transparent !important;
	letter-spacing: 0;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 500;
	background-image: url('/assets/images/icon_arrow3_right_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 7px;
	padding-right: 35px;
	transition: all 0.2s;
}

.tertiary:hover,
.inside-row a.tertiary:hover,
.inside-row button[type="submit"].tertiary:hover,
.cms_form_button.tertiary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary:hover,
.homeboxes a.tertiary:hover {
	color: var(--blue) !important;
	background-color: transparent !important;
	background-position: 95% center;
}

/* messages */
#message.success {
	background-color: rgba(17, 185, 30, 0.25);
	border-left: 6px solid #11b91e;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem 1rem 1rem 1.25rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.2rem;
	color: #000;
}

#message.error {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem 1rem 1rem 1.25rem;
	background-color: rgba(253, 54, 54, 0.15);
	border-left: 6px solid #c70616;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.2rem;
	color: #000;
}

#message.success p {
	color: #000;
	font-weight: 300;
}

#message.error p {
	color: #000;
	font-weight: 300;
}

#message.error p:last-child,
#message.success p:last-child {
	margin-bottom: 0;
}

/* tables */
table.styled {
	margin: 0 0 1em;
	border-spacing: 0px;
}

table.styled th,
table.styled td {
	border-right: 1px solid #fff;
}

table.styled tr th:last-child,
table.styled tr td:last-child {
	border-right: none;
}

table.styled thead tr th {
	font-weight: inherit;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.625rem 0.625rem;
	text-align: left;
	background-color: #233d81;
	color: white;
	font-weight: 300;
}

table.styled th {
	font-weight: inherit;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.5rem 0.625rem;
	text-align: left;
	background-color: #233d81;
	font-weight: 300;
	color: white;
}

table.styled th p,
table.styled th span,
table.styled th h2,
table.styled th h3,
table.styled th h4,
table.styled th h5,
table.styled th h6 {
	color: #fff !important;
}

table.styled th a,
table.styled th a:visited {
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
	border-bottom: 0px;
	background-color: transparent;
	transition: none;
}

table.styled th a:hover {
	color: inherit;
	text-decoration: none;
}

table.styled td {
	padding: 0.375rem 0.625rem;
	font-size: 0.96rem;
	font-weight: 300;
	line-height: 1.4rem;
}

table.styled.striped tr:nth-child(even) {
	background: #f0f0f0;
}

table.styled.striped tr:nth-child(odd) {
	background: white;
}

.gr-form {
	background-color: #fff;
}

hr {
	clear: both;
	margin: 2rem 0;
	height: 2px;
	overflow: hidden;
	border: 0;
	background-color: rgba(66, 125, 14, 0.4);
	background-image: linear-gradient(-90deg, var(--blue), var(--green));
	height: 10px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 20px;
}

/* forms */
.inside-page-container input[type="text"],
.inside-page-container input[type="tel"],
.inside-page-container input[type="password"],
.inside-page-container input[type="email"],
.inside-page-container select,
.inside-page-container textarea,
.inside-page-container input[type="search"] {
	max-width: 100%;
	vertical-align: middle;
	padding: 8px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	font-size: 0.875rem;
	margin-bottom: 10px;
	background-color: #fff;
}

.inside-page-container textarea {
	resize: vertical;
}

.inside-page-container label {
	font-weight: 400;
}

@media (max-width: 991px) {
	.inside-page-container input[type="text"],
	.inside-page-container input[type="tel"],
	.inside-page-container input[type="password"],
	.inside-page-container input[type="email"],
	.inside-page-container select,
	.inside-page-container textarea,
	.inside-page-container input[type="search"] {
		width: 100%;
	}
}

/*blockquotes*/
blockquote {
	border-left-color: var(--blue);
	color: #333;
	background-color: rgba(102, 119, 165, 0.1);
	border-bottom-right-radius: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.75rem;
}

blockquote p {
	font-size: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
	color: inherit !important;
	font-weight: inherit !important;
}

blockquote p:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
	blockquote {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}

/********************** Footer **********************/
/****************************************************/
.phone-desktop {
	display: inline-block;
}

.phone-mobile {
	display: none;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

#GRIPFooterLogo {
	padding-top: 0px !important;
	line-height: 11px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.footer-content p,
.footer-content {
	margin-bottom: 0;
	font-family: Poppins, sans-serif;
	font-size: 0.8rem;
	line-height: 1.5em;
}

@media screen and (max-width: 991px) {
	.phone-desktop {
		display: none;
	}

	.phone-mobile {
		display: inline-block;
	}

	#GRIPFooterLogo {
		margin-top: 5px;
	}
}

@media screen and (max-width: 767px) {
	#GRIPFooterLogo {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 479px) {
	#GRIPFooterLogo {
		margin-top: 0px;
		margin-bottom: 1rem;
	}
}

/****************** Content Modules ****************/
/***************************************************/
/* ui form tags */
.ui-form-container {
	border: 0px;
}

.ui-form-container .ui-form-legend {
	background: #fff;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	color: #333;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: bold;
	text-transform: none;
	padding: 0px;
	border-bottom: 0px;
}

.ui-form-fieldset .ui-form-legend {
	text-transform: none;
}

.ui-form-container .ui-form-fields {
	border-bottom: 0px;
}

.ui-form-container .ui-form-fields .ui-form-field.required .ui-form-label em,
.ui-form-container .required_information em {
	color: #ee0000;
	font-family: inherit;
}

.ui-form-container .ui-form-fields .select2-container-multi .select2-choices {
	border: 1px solid #cccccc;
	border-radius: 0px;
	padding: 8px 12px;
	box-shadow: none;
}

.ui-form-container .ui-form-fields {
	padding: 0 0 0 0;
}

.ui-form-container .ui-form-label {
	left: -210px;
	width: 200px;
}

.ui-form-container .ui-form-fields .select2-container-multi .select2-choices .select2-search-field .select2-input {
	padding: 0px;
}

.ui-form-container .ui-form-fields .select2-container .select2-choice {
	box-shadow: none;
	border-radius: 0px;
	background: none;
	border: 1px solid #ccc;
	height: 38px !important;
}

.ui-form-buttons {
	padding: 0px;
	width: 100%;
	text-align: center;
}

.ui-form-container .ui-form-fields .ui-form-error em {
	color: #ee0000;
	display: block;
	font-size: 0.9rem;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
}

.ui-element-with-example .source-code {
	overflow: hidden;
}

@media (max-width: 991px) {
	.ui-form-container .ui-form-fields {
		padding: 0px;
	}

	.ui-form-container .ui-form-label {
		position: static;
		padding: 0px;
		height: auto !important;
		display: block;
		width: 100%;
		left: 0px;
		text-align: left;
		top: auto;
		line-height: inherit;
	}

	.ui-form-container .ui-form-input {
		width: 100%;
	}

	.ui-form-container .ui-form-input input[type="text"],
	.ui-form-container .ui-form-input input[type="tel"],
	.ui-form-container .ui-form-input input[type="password"],
	.ui-form-container .ui-form-input input[type="email"],
	.ui-form-container .ui-form-input input[type="file"],
	.ui-form-container .ui-form-input select,
	.ui-form-container .ui-form-input textarea,
	.ui-form-container .ui-form-fields .select2-container,
	.ui-form-container .ui-form-fields .select2-container-multi,
	.ui-form-container .ui-form-fields .select2-container-multi .select2-choices .select2-search-field .select2-input {
		width: 100% !important;
		max-width: 100%;
	}
}

@media (max-width: 479px) {
	.ui-form-buttons button {
		margin-bottom: 10px;
	}
}

#ui-datepicker-div {
	font-size: 0.9rem;
}

/* search */
.search-collection > .search-node {
	border-top: 1px solid rgba(92, 92, 92, 0.15);
	margin: 1.5rem 0 0 0;
	padding: 1.5rem 0 0 0;
}

@media (max-width: 991px) {
	.module-search button {
		margin-top: 10px;
	}
}

/* accounts */
.login-row__login.have-account-column {
	width: 550px;
}

.login-row__login #account_module.form .form_item .label,
.login-row__login #account_module.form .form_item.required .label {
	width: auto;
}

#account_module.form .form_container .login_field {
	width: 100%;
	max-width: 243px;
	margin-bottom: 15px;
}

#account_module.form .more_options ul {
	width: 100%;
	text-align: center;
	padding-left: 0;
}

#account_module.form .form_subheading {
	border-bottom: 1px solid rgba(92, 92, 92, 0.15);
	margin: 20px 0;
	padding-bottom: 4px;
	color: #333333;
	font-weight: bold;
}

#account_module.form .ui-form-fields {
	margin-bottom: 10px;
}

#account_module.form .ui-form-label {
	margin-bottom: 3px;
}

#account_module.form .ui-form-label em {
	color: #ee0000;
}

@media (min-width: 992px) {
	#account_module.form .required_message {
		margin-right: 120px;
	}
}

@media (max-width: 991px) {
	#account_module.form .form_buttons {
		text-align: left;
	}

	#account_module.form tr.required .field {
		background: none;
		padding-left: 0;
		display: block;
		width: 100%;
	}

	#account_module.form .form_item .label,
	#account_module.form .form_item.required .label {
		display: inline-block;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}

	#account_module.form .form_item .label label,
	#account_module.form .form_item.required .label label {
		display: inline;
	}

	#account_module.form tr.required .label:after {
		content: url("/core/public/shared/assets/images/required.gif");
		padding-left: 10px;
	}

	#account_module.form .form_item .field {
		display: block;
		padding-left: 0;
	}

	#account_module.form .form_item .field .login_field {
		max-width: 100%;
	}

	#account_module.form .more_options ul {
		text-align: left;
	}
}

@media (max-width: 479px) {
	#account_module.form .ui-form-fields input[type="text"],
	#account_module.form .ui-form-fields select {
		width: 100% !important;
	}
}

/* submission forms */
#submissionforms_module {
	text-align: left;
}

#submissionforms_module.cms_form .required_information em {
	color: #ee0000;
	font-family: inherit;
}

#submissionforms_module.cms_form .cms_required em {
	color: #ee0000;
	font-family: inherit;
}

#submissionforms_module.cms_form .cms_steps_wrapper .cms_step span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_first span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_last span {
	padding-top: 2px;
	font-weight: normal;
	font-size: 0.9rem;
}

#submissionforms_module.cms_form .cms_steps_wrapper .cms_step span a,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_first span a,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_last span a {
	border-bottom: 0px;
}

#submissionforms_module.cms_form .cms_label div {
	display: inline;
}

#submissionforms_module.cms_form .sigPad input {
	padding: 8px 12px;
}

#submissionforms_module.cms_form .cms_field {
	padding-bottom: 15px;
}

#submissionforms_module.cms_form .checkbox_wrapper .item label,
#submissionforms_module.cms_form .radio_wrapper .item label {
	margin: 0px;
	font-size: 0.9rem;
	line-height: normal;
}

#submissionforms_module.cms_form .cms_hint,
#submissionforms_module.cms_form .cms_date_hint,
#submissionforms_module.cms_form .agreement_hint,
#submissionforms_module.cms_form .cms_field_note,
#submissionforms_module.cms_form input[type="file"],
#submissionforms_module.homepage_contentbox .cms_date_hint,
#submissionforms_module.homepage_contentbox .agreement_hint {
	font-size: 0.8rem;
	color: inherit;
}

#submissionforms_module.cms_form .signature_name {
	display: block;
}

#submissionforms_module.cms_form .sigWrapper.current {
	display: block !important;
}

#submissionforms_module.cms_form .sigPad input,
#submissionforms_module.cms_form .sigWrapper.current {
	border-color: #666;
}

/* events */
#fullcalendar-controls #categories .category-wrapper .category {
	top: 0px;
}

#events_module.cms_list .cms_list_item .cms_title {
	width: 100%;
}

#events_module.cms_list .cms_list_item .cms_title h3 {
	margin-top: 0px;
}

#events_module.cms_list .cms_list_item .event-category-label {
	display: inline-block;
	margin-right: 4px;
}

#events_module.cms_list .cms_divider {
	border-top: 1px solid rgba(92, 92, 92, 0.15);
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}


#events_module.cms_form .cms_label,
#events_module.cms_form .cms_field,
#events_module.cms_form .cms_required,
#events_module.cms_form .cms_non_required,
#events_module.cms_form .cms_td_answers {
	background-color: transparent;
	vertical-align: top;
}

#events_module.cms_form .cms_required {
	background-position: center 10px;
}

#events_module.cms_form h3 {
	margin-bottom: 0px;
}

#events_module.cms_form .cms_divider {
	margin-top: 5px !important;
	padding-top: 1px !important;
}

@media (max-width: 991px) {
	#events_module.cms_form .cms_field input[type="text"],
	#events_module.cms_form .cms_field input[type="password"],
	#events_module.cms_form .cms_field select,
	#events_module.cms_form .cms_field textarea,
	#events_module.cms_form .cms_field {
		display: block;
		clear: both;
		width: 100% !important;
		max-width: 100%;
	}

	#events_module.cms_form .cms_label {
		display: inline;
		text-align: left;
		padding-left: 0px;
		width: auto;
		float: left;
	}

	#events_module.cms_form .cms_required,
	#events_module.cms_form .cms_non_required {
		width: 20px;
		display: inline;
		text-align: left;
		padding-left: 0px;
		float: left;
	}
}

/* files */
.collection--files .node--file,
.collection--categories .node--category,
.collection.collection--files {
	margin: 1.5rem 0px 0px 0px;
	padding: 1.5rem 0px 0px 0px;
	border-top: 1px solid rgba(92, 92, 92, 0.15);
}

.collection--files .node--file p,
.collection--categories .node--category p,
.collection.collection--files p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.collection.collection--files .bookmark.create {
	background-color: transparent;
	color: #6b7571;
	font-weight: 400;
}

.collection.collection--files .field--file--title a,
.collection.collection--categories .field--category--title a {
	padding-left: 0px;
	margin-left: 0px;
}

.collection.collection--files .field--file--title,
.collection.collection--files .field--category--title {
	background-position: 0 3px;
}

.right-nav-2 .box.filter .filter-row .select2-container,
.right-nav-2 .box.filter .filter-row #filter-keywords {
	max-width: 100%;
	width: 100% !important;
}

.right-nav-2 .box.filter .filter-row.ui-form-buttons {
	padding: 0px;
	display: flex;
	align-items: center;
}

.right-nav-2 .box.filter .filter-row.ui-form-buttons .ui-form-field {
	padding: 6px;
	text-align: left;
}

.right-nav-2 .box.filter .filter-row .select2-container-multi .select2-choices,
.right-nav-2 .box.filter .filter-row .select2-container .select2-choice {
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #666666;
	background: none;
	padding: 8px 12px;
	height: auto;
}

.right-nav-2 .box.filter .filter-row .select2-container .select2-choice > .select2-chosen {
	line-height: 1.2rem;
}

.right-nav-2 .box.filter .filter-row .select2-container-multi .select2-choices .select2-search-field .select2-input {
	margin: 0;
	padding: 0px;
}

.right-nav-2 .box.filter .filter-row .select2-container-multi .select2-choices .select2-search-field input {
	border: 1px solid #fff;
	outline: 1px solid #fff !important;
}

.right-nav-2 .box.filter .filter-row .select2-container-multi .select2-choices .select2-search-field input:focus {
	border: 1px solid #fff;
	outline: 1px solid #fff !important;
}

/* faqs */
#faqs_module .cms_title h2 {
	margin-top: 10px;
}

#faqs_module .cms_list_item ul {
	padding-left: 0px;
	margin: 0px;
}

#faqs_module .cms_list_item ul li {
	padding-bottom: 7px;
}

#faqs_module.cms_list .cms_list_subitem {
	padding-bottom: 5px;
}

#faqs_module.cms_list .cms_item_divider,
#faqs_module.cms_entity .cms_item_divider {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid rgba(92, 92, 92, 0.15);
}

/* news */
#news_module.cms_list .cms_item_divider,
#news_module.cms_entity .cms_item_divider {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	border-top: 1px solid rgba(92, 92, 92, 0.15);
}

#news_module.cms_entity .cms_date h3 {
	margin-top: 0px;
}

#news_module.cms_list .cms_categories_row .image {
	margin-bottom: 10px;
}

.news_module.cms_category_list .cms_category_header_image {
	margin-bottom: 10px;
}

.box.archive .archive_links {
	overflow: hidden;
}

@media (max-width: 767px) {
	#news_module.cms_entity .cms_content .image {
		display: block;
		float: none;
		margin-left: 0px;
		height: auto;
		margin-bottom: 15px;
		margin-top: 15px;
	}
}

/* newsletters */
#newsletters_module.entity ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#newsletters_module.entity h3,
#newsletters_module.entity h4 {
	margin-top: 0px;
}

#newsletters_module.form .form_item .field {
	padding-bottom: 15px;
}

#newsletters_module.list .item_divider {
	border-top: 1px solid rgba(92, 92, 92, 0.15);
	margin: 1.5rem 0px 1.5rem 0px;
}

@media (max-width: 991px) {
	#newsletters_module.form .form_item .label,
	#newsletters_module.form .form_item.required .label {
		width: auto;
		display: inline-block;
		text-align: left;
		padding-bottom: 5px;
	}

	#newsletters_module.form .form_item.required .label {
		background-image: url('/core/public/shared/assets/images/required.gif');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 20px;
	}

	#newsletters_module.form .form_item .label label {
		display: inline-block;
	}

	#newsletters_module.form .form_item .field {
		width: 100%;
		display: block;
		padding-left: 0;
	}

	#newsletters_module.form .form_item.required .field {
		background: transparent none;
	}

	#newsletters_module.form .form_item .field table tr td {
		vertical-align: top;
	}

	#newsletters_module.form .form_buttons {
		text-align: left;
	}

	#newsletters_module.form .form_item input[type="text"] {
		width: 100% !important;
	}
}

/* partners */
#partners_module.cms_list .cms_list_item .cms_title h3 {
	margin-top: 0rem;
}

#partners_module.cms_list .cms_list_item table td.image {
	padding-right: 25px;
}

#partners_module.cms_list .cms_list_item table td.image a img {
	max-width: 150px;
}

#partners_module.cms_entity .image {
	float: none;
	margin-right: 0px;
}

#partners_module.cms_list .cms_item_divider {
	border-top: 1px solid rgba(92, 92, 92, 0.15);
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

@media (max-width: 991px) {
	#partners_module.cms_list .cms_list_item table td {
		display: block;
		width: 100%;
	}

	#partners_module.cms_list .cms_list_item table td.image {
		text-align: left;
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0px;
	}
}

/* photo albums */
#photoalbums_module.cms_list .cms_list_item table td.cms_image {
	padding-right: 15px;
}

#photoalbums_module.cms_list .cms_list_item table td.cms_image a img {
	max-width: 150px;
}

#photoalbums_module.cms_list .cms_item_divider {
	border-top: 1px solid rgba(92, 92, 92, 0.15);
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

#photoalbums_module.cms_entity .slideshow-wrapper #main-slideshow .slide-caption {
	background-color: #666;
	font-family: inherit;
	color: #ffffff;
}

@media (max-width: 991px) {
	#photoalbums_module.cms_list .cms_list_item table td {
		display: block;
		width: 100%;
	}

	#photoalbums_module.cms_list .cms_list_item table td.cms_image {
		text-align: left;
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0px;
	}
}

/* posts */
.posts-node .posts-comments .required_information {
	color: #ee0000;
	font-style: italic;
}

.posts-collection > .node {
	border-top: 1px solid rgba(92, 92, 92, 0.15);
	margin: 1.5rem 0 0 0;
	padding: 1.5rem 0 0 0;
}

.posts-collection .posts-node .posts-field h2 {
	margin-top: 0px;
}

.posts-node #post-comments .post-comments-title {
	background-color: #233d81;
	margin-top: 20px;
}

.posts-node .posts-comments .ui-form-fieldset legend.ui-form-legend {
	font-size: 1rem;
	background-color: #fff;
}

.posts-node #post-comments .post-comment .post-comment-author {
	font-size: 0.8rem;
}

.posts-node #post-comments .post-comment {
	margin-top: 1rem;
	padding: 0px 0px 1rem 0px;
	border-bottom: 1px solid rgba(92, 92, 92, 0.15);
}

.posts-node .posts-comments #post-add-comment .ui-form-fields .ui-form-textarea textarea,
.posts-node .posts-comments #post-add-comment .ui-form-fields .ui-form-input input[type="text"] {
	width: 100%;
}

#posts_module.form .form_item .ui-form-label,
#posts_module.form .form_item .required .ui-form-label {
	width: 100%;
	text-align: left;
}

.posts-blocks .posts-blocks-date-filter form.posts-blocks-date-filter-form select:last-of-type {
	margin-bottom: 20px;
}

.right-nav-2 .box.posts-blocks.posts-blocks-rss-feeds a,
.right-nav-2 .box.posts-blocks.posts-blocks-subscribes a {
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

.right-nav-2 .box.posts-blocks.posts-blocks-authors .posts-blocks-posts,
.right-nav-2 .box.posts-blocks.posts-blocks-authors .posts-blocks-author,
.right-nav-2 .box.posts-blocks.posts-blocks-categories .posts-blocks-category,
.right-nav-2 .box.posts-blocks.posts-blocks-popular-posts .posts-blocks-popular-post {
	padding-bottom: 7px;
}

.right-nav-2 .posts-blocks.posts-blocks-searches .posts-blocks-search-form input[type="text"].posts-blocks-search-field {
	height: 37px;
}

.right-nav-2 .posts-blocks.posts-blocks-searches .posts-blocks-search-form .posts-blocks-search-button {
	padding: 8px 10px 7px 10px !important;
	background-color: #233d81 !important;
}

/* resurces */
.right-nav-2 .box .moduleDocuments-rss-feed a {
	border-bottom: 0px;
}

/* testimonials */
#testimonials_module.cms_list .cms_list_item .cms_bottom,
#testimonials_module.cms_list .cms_list_item .cms_content {
	display: inline-block;
	width: 100%;
}

#testimonials_module.cms_list .cms_item_divider,
#testimonials_module.cms_entity .cms_item_divider {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid rgba(92, 92, 92, 0.15);
}

/* videos */
#video_module.cms_list_carousel .video-container .video-file-youtube iframe,
#video_module.cms_list_carousel .video-container .video-file .cms_media_container,
#video_module.cms_list_carousel .video-container .video-file video {
	background-color: #000;
	font-family: inherit;
	color: #fff;
}

#video_module.cms_list_carousel .video-container .owl-carousel .owl-nav .owl-prev,
#video_module.cms_list_carousel .video-container .owl-carousel .owl-nav .owl-next,
#video_module.cms_list_carousel .video-container .owl-carousel .owl-nav .owl-prev span,
#video_module.cms_list_carousel .video-container .owl-carousel .owl-nav .owl-next span {
	background-color: #fff;
	font-family: inherit;
	color: #000;
}

#video_module.cms_list_carousel .video-container .video-title {
	background-color: transparent;
}

#video_module.cms_list {
	display: flex;
	flex-wrap: wrap;
}

#video_module.cms_list .video-box-container {
	width: calc(50% - 30px);
	margin-bottom: 15px;
	margin-right: 30px;
}

#video_module.cms_list .video-image-container {
	height: 275px;
	overflow: hidden;
}

#video_module.cms_list .video-image {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transition: transform 0.2s;
}

#video_module.cms_list .video-image .layout18_play-circle {
	position: absolute;
	bottom: 15px;
	left: 30px;
}

#video_module.cms_list .video-image:hover {
	transform: scale(1.1);
}

@media (max-width: 991px) {
	#video_module.cms_list .video-image-container {
		height: 200px;
	}
}

@media (max-width: 767px) {
	#video_module.cms_list .video-image-container {
		height: 150px;
	}
}

@media (max-width: 479px) {
	#video_module.cms_list .video-box-container {
		width: 100%;
		margin-bottom: 5px;
		margin-right: 0;
	}

	#video_module.cms_list .video-image-container {
		height: 170px;
	}
}

/* commodities */
.module-Commodities .left-nav-wrapper-2 {
	display: none;
}

.module-Commodities .inside-hero-section-2 {
	max-width: 1600px;
}

.module-Commodities {
	overflow-x: auto !important;
}

#video_module.cms_list_carousel .video-container {
	background-color: #fff;
}

@media (max-width: 991px) {
	.module-Commodities .inside-page-container.white-background {
		padding-left: 0rem;
		padding-right: 0rem;
	}
}

/****************** Content Boxes ******************/
/***************************************************/
/* submission forms */
#submissionforms_module.homepage_contentbox {
	text-align: left;
	line-height: 1.5rem;
	font-size: 1rem;
}

#submissionforms_module.homepage_contentbox table {
	width: auto;
}

#submissionforms_module.homepage_contentbox input[type="text"],
#submissionforms_module.homepage_contentbox input[type="tel"],
#submissionforms_module.homepage_contentbox input[type="email"],
#submissionforms_module.homepage_contentbox select,
#submissionforms_module.homepage_contentbox textarea {
	width: 100%;
	max-width: 100%;
	padding: 8px 12px;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 0.9rem;
	margin-bottom: 10px;
}

#submissionforms_module.homepage_contentbox textarea {
	width: 100% !important;
}

#submissionforms_module.homepage_contentbox .cms_field {
	padding-bottom: 5px;
}

#submissionforms_module.homepage_contentbox input[type="checkbox"],
#submissionforms_module.homepage_contentbox input[type="radio"] {
	margin-right: 3px;
}

#submissionforms_module.homepage_contentbox .sigWrapper .pad {
	max-width: 100%;
}


/**************** Custom Landing Page ****************/
/***************************************************/
.grid-container {
	background-image: url('/20181016082423/assets/images/bg-lines-2.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 70px;
	padding-top: 123px;
}

.grid-container .slider-4 {
	margin-top: -125px;
}

.grid-container .content-box {
	padding-bottom: 60px;
	padding-top: 0px;
}

.grid-container .content-box.static.default {
	padding-top: 7px;
}

.grid-container .contentbox-container.default {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.grid-container .contentbox-container.with-background {
	width: 100%;
	background-image: url('/20181016082423/assets/images/bg-6c.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.grid-container .contentbox-container.green-border {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.grid-container .contentbox-container.with-background .contentbox-container-inner {
	width: 100%;
	max-width: 1200px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 25px 25px;
	grid-column: 1 / span 12;
	margin: 0 auto;
}

.grid-container .content-box.promo-content-box.tagline-promo {
	top: 0px;
}

.grid-container .content-box .agritourism {
	width: 100%;
}

.grid-container .content-box.slideshow {
	padding-bottom: 20px;
	background-image: linear-gradient(#e9f0ff, #e9f0ff);
}

.grid-container .contentbox-container.with-background,
.grid-container .parallax-image-1 {
	background-color: #fff;
	margin-top: 0px;
}

.grid-container .hero__person {
	height: 100%;
	min-height: 590px;
	width: 65% !important;
	transition: width 250ms ease;
}

.grid-container .content-box.slide-box {
	display: flex;
	justify-content: flex-end;
}

.grid-container .d-8-image-wrapper {
	height: 400px;
}

.grid-container .col-sm-12 {
	width: 100%;
}

.grid-container .contentbox-container.green-border .content-box {
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	.grid-container .hero__person-txt-more {
		display: none !important;
		opacity: 0 !important;
	}

	.grid-container .hero__person-txt-less {
		display: flex !important;
		opacity: 1 !important;
		width: 380px;
		height: 160px;
		padding-top: 0;
		right: 0;
		align-items: flex-end;
		left: -120px;
		top: 45%;
	}

	.grid-container div.content-box.slide-box .hero__person:hover {
		width: 100% !important;
	}

	.grid-container div.content-box.slide-box .hero__person:hover .hero__person-txt-less {
		display: none !important;
	}

	.grid-container div.content-box.slide-box .hero__person:hover .hero__person-txt-more {
		display: inline-block !important;
		opacity: 1 !important;
	}

	.grid-container div.content-box.slide-box .hero__person:hover .hero__person-txt-more .hero__person-title.more {
		width: 330px;
	}
}

@media (max-width: 991px) {
	.grid-container {
		padding-top: 90px;
	}

	.grid-container .slider-4 {
		margin-top: -90px;
	}

	.grid-container .contentbox-container.green-border {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
	}

	.grid-container .hero__person {
		width: 100% !important;
	}

	.grid-container .contentbox-container.with-background {
		padding-left: 35px;
		padding-right: 35px;
	}

	.grid-container .d-8-image-wrapper {
		height: auto;
	}

	.grid-container .hero__person {
		min-height: 320px;
	}
}

@media (max-width: 767px) {
	.grid-container {
		padding-top: 114px;
	}

	.grid-container .slider-4 {
		margin-top: -116px;
	}
}

@media (max-width: 479px) {
	.grid-container .contentbox-container.green-border .content-box {
		padding-bottom: 10px;
	}

	.grid-container .hero__person {
		min-height: 230px;
	}

	.grid-container .content-box .agritourism {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}

	.grid-container {
		padding-top: 90px;
	}

	.grid-container .slider-4 {
		margin-top: -86px;
	}
}
