@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Open+Sans:wght@400;700&display=swap');

.wes {
	--wes-color-green: #479156;
	--wes-font-size-primary: 1.4rem;

	--wes-primary-bg-color: #075cb0;
	--wes-primary-bg-dark-color: #075cb0;
	--wes-gap: 1rem;
	--wes-gap-large: 2rem;
	--wes-font-size-large: 2rem;
	max-width: 1344px;
	margin: 0 auto;
	font-synthesis: none;
	font-kerning: none;
	font-variant-ligatures: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricprecision;
	line-height: 1.5;
}

.wes * {
	-webkit-text-size-adjust: 100% !important;
}

.wes img {
	width: 100%;
	height: auto;
}

.wes .sm-pd {
	padding-top: calc(var(--wes-gap) * 1);
	padding-bottom: calc(var(--wes-gap) * 1);
}

.wes .pd-md {
	padding-top: calc(var(--wes-gap) * 1.5);
	padding-bottom: calc(var(--wes-gap) * 1.5);
}

.wes .pd-xl {
	padding-top: calc(var(--wes-gap) * 2.5);
	padding-bottom: calc(var(--wes-gap) * 2.5);
}

.wes .safePadding {
	padding-left: calc(var(--wes-gap) * 2);
	padding-right: calc(var(--wes-gap) * 2);
}

.wes h2,
.wes h3,
.wes p {
	color: #222 !important;
}

.wes .title_large {
	font-size: calc(1.8 * var(--wes-font-size-primary)) !important;
	line-height: 1.2 !important;
	font-family: 'Josefin Sans', sans-serif;
}

.wes .title_medium {
	font-size: var(--wes-font-size-large) !important;
	line-height: 1.2 !important;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
}

.wes p {
	font-size: var(--wes-font-size-primary) !important;
}

.wes_header {
	display: block;
	position: relative;
	width: 100%;
	min-height: calc(100vh * 0.5);
}

.wes_header .backdrop {
	display: block;
	position: absolute;
	background-position: center 30%;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-size: 100vmin 100%; */
	height: 100%;
	width: 100%;
	z-index: -1;
}

.wes_header .logo {
	position: absolute;
	top: 5%;
	right: 5%;
}

.wes_header .logo img {
	display: inline-block;
	width: 150px;
	height: auto;
}

.wes_sectionTextWithColor {
	background-color: var(--wes-color-green);
	color: #fff;
	padding: 2rem;
	font-size: calc(1.2 * var(--wes-font-size-primary));
}

.wes_gray_background {
	background-color: #f6f5f5;
}

.wes_lvWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}

.wes_lvWrapper.gap_small {
	gap: 1rem;
}

.wes_lvWrapper.equalDiv>* {
	flex: 1;
	display: flex;
	align-items: stretch;
}

.wes_section_paragraph {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background-color: #f6f5f5;
	text-align: center;
	padding: 1rem;
}

.wes_section_paragraph .image img {
	display: inline-block;
	width: auto;
}

.wes_section_paragraph .image.small img {
	max-height: 68px;
}

.wes_section_paragraph .title {
	font-weight: bold;
	font-size: calc(1.1 * var(--wes-font-size-primary)) !important;
}

.wes_quotes {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: calc(1.3 * var(--wes-font-size-primary)) !important;
	padding: 5% 5%;
}

.wes_quotes .title {
	color: #113b65 !important;
	font-size: inherit !important;
	font-weight: bold !important;
	margin-top: 2rem;
}

.wes_quotes .contentText {
	color: var(--wes-color-green) !important;
	font-style: oblique;
	font-size: inherit !important;
}


.wes_QandA {
	padding-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	font-size: calc(1.5 * var(--wes-font-size-primary)) !important;
}

.wes_QandASection {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.wes_QandASection .title {
	color: #050d42 !important;
	font-size: inherit !important;
	font-weight: bold !important;
}


.wes .fontStyle1 {
	color: #111;
	font-size: var(--wes-font-size-primary) !important;
	/* list-style: none; */
}

.wes .fontStyle1.extraSpace {
	line-height: calc(2 * var(--wes-font-size-primary));
	text-align: justify;
}

.wes .fontStyle1 a,
.wes .fontStyle1 p,
.wes .fontStyle1 li {
	font-size: inherit !important;
	line-height: 2;
	color: inherit;
}

.wes .fontStyle1 a {
	text-decoration: underline;
	font-weight: bold;
	color: #007bff;
}

.wes .fontStyle1 li {
	padding-left: 2rem;
}

.wes .fontStyle1 strong {
	font-weight: bold;
}

.customWP a.linkStyle1 {
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	border: none;
	border-radius: 6px;
}

.customWP a.linkStyle1.large {
	font-size: calc(1.1 * var(--wes-font-size-primary));
	font-weight: normal;
	padding: 20px 40px;
	width: 40%;
	border-radius: 10px;
}

.customWP a.linkStyle1.red {
	background: #e52237;
}

.customWP a.linkStyle1.navyBlue {
	background: #113b65;
}

.customWP a.linkStyle1.green {
	background: #479156;
}

.customWP a.linkStyle1:hover {
	/* color: var(--wes-primary-bg-dark-color); */
}


@media (max-width: 769px) {

	.wes {
		--wes-font-size-primary: 1rem;
	}

	.wes_header .logo img {
		width: 116px;
	}

	.wes_lvWrapper {
		flex-direction: column;
		align-items: center;
	}

	.wes_lvWrapper>* {
		width: 90%;
	}

	.wes .title_large {
		font-size: calc(1.4 * var(--wes-font-size-primary)) !important;
	}

	.customWP a.linkStyle1.large {
		font-size: var(--wes-font-size-primary);
		width: auto;
		padding: 10px 30px;
	}

	.wes .fontStyle1.extraSpace {
		line-height: calc(1.7 * var(--wes-font-size-primary));
		text-align: justify;
	}
}