/*<meta />*/

@import url('https://use.typekit.net/sjc4npv.css');

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700,900&display=swap');

.footer-wrapper section
{
	position: relative;
	z-index: 1;
}

.footer-wrapper ol,
.footer-wrapper ul
{
	margin: 0 0 20px 0;
	padding-left: 20px;
	padding-top: 10px;
}

.footer-wrapper li
{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.footer-wrapper .bg-brand
{
	background-color: #4D595A;
}

@media (max-width: 1026px)
{
	.footer-wrapper .desktop-only
	{
		display: none;
	}
}

.footer-wrapper .mobile-only
{
	display: none;
}

@media (max-width: 1026px)
{
	.footer-wrapper .mobile-only
	{
		display: block;
	}
}

.footer-wrapper .block
{
	display: block;
}

.footer-wrapper .position-relative
{
	position: relative;
}

.footer-wrapper .overflow-hidden
{
	overflow: hidden;
}

.footer-wrapper .social-share li
{
	list-style: none;
}

.footer-wrapper .social-share li:not(:last-child)
{
	margin-right: 20px;
}

.footer-wrapper .social-share a
{
	color: #5C7406;
}

.footer-wrapper .social-share a:hover
{
	color: #4D595A;
}

.footer .social-nav a:hover
{
	color: #FFFFFF;
}

.footer-wrapper .social-share svg
{
	width: 22px;
	height: 22px;
}

.footer-wrapper .sr-only
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	background-color: #FFFFFF;
	color: #000000;
}

.footer-wrapper .display-none
{
	display: none;
}

.footer-wrapper .content-container
{
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}

.footer-wrapper .grid-collapse
{
	margin-right: -20px;
	margin-left: -20px;
	width: calc(100% + 40px);
}

@media (max-width: 1026px)
{
	.footer-wrapper .grid-collapse
	{
		width: 100%;
		margin: 0 auto;
	}
}

.footer-wrapper .flex-col-12
{
	margin-left: 10px;
	margin-right: 10px;
}

.footer-wrapper .flex-row
{
	display: flex;
	flex-wrap: wrap;
}

.footer-wrapper .flex-row:after
{
	display: none;
}

.footer-wrapper .align-columns-center
{
	justify-content: center;
}

.footer-wrapper .align-columns-right
{
	justify-content: flex-end;
}

.footer-wrapper .align-columns-spaced
{
	justify-content: space-between;
}

.footer-wrapper .align-content-center
{
	align-items: center;
}

.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper h5,
.footer-wrapper h6
{
	position: relative;
	color: #4D595A;
	margin-top: 0;
}

.footer-wrapper p
{
	font-size: 18px;
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 10px;
}

.footer-wrapper h5,
.footer-wrapper .h5
{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 25px;
}

.footer-wrapper h5 a,
.footer-wrapper .h5 a
{
	font-size: 1.4375rem;
	line-height: 1.15;
}

@media (max-width: 1026px)
{
	.footer-wrapper h5,
	.footer-wrapper .h5
	{
		font-size: 1.188rem;
	}

	.footer-wrapper h5 a,
	.footer-wrapper .h5 a
	{
		font-size: 1.188rem;
	}
}

.footer-wrapper a
{
	font-size: 18px;
	color: #4D595A;
	text-decoration: none;
	transition: all 0.2s;
}

.footer-wrapper .color-white
{
	color: #FFFFFF;
}

.footer-wrapper .color-green
{
	color: #5C7406;
}

.footer-wrapper .color-brand
{
	color: #4D595A;
}

.footer-wrapper .color-gray
{
	color: #879596;
}

.footer-wrapper .color-green-lite
{
	color: #8FB408;
}

.footer
{
	position: relative;
	padding: 92px 0 0;
	z-index: 1;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	color: #4D595A;
	-webkit-font-smoothing: antialiased;
}

.footer.footer-style-remove_footer
{
	display: none;
}

@media (max-width: 1026px)
{
	.footer
	{
		padding: 50px 0 0;
	}
}

@media (max-width: 1026px)
{
	.footer .content-container > div
	{
		flex-direction: column-reverse;
	}
}

.footer ul
{
	list-style: none;
}

@media (max-width: 1026px)
{
	.footer ul
	{
		padding: 0;
	}
}

.footer .footer-left-column
{
	flex: 0 0 300px;
	max-width: 300px;
	width: 100%;
}

@media (max-width: 1026px)
{
	.footer .footer-left-column
	{
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.footer .footer-nav-column
{
	flex: 0 0 calc(100% - 300px);
	max-width: calc(100% - 300px);
	width: 100%;
}

@media (max-width: 1026px)
{
	.footer .footer-nav-column
	{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
}

.footer .footer-nav-column #menu-footer-menu
{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

@media (max-width: 1026px)
{
	.footer .footer-nav-column #menu-footer-menu
	{
		flex-direction: column;
	}
}

.footer .footer-nav-column #menu-footer-menu li
{
	flex: 1 0 25%;
}

.footer .footer-nav-column #menu-footer-menu li li
{
	margin-right: 50px;
}

.footer .footer-nav-column #menu-footer-menu li:nth-of-type(3)
{
	flex: 0 0 41%;
}

.footer .footer-nav-column #menu-footer-menu li:nth-of-type(3) ul
{
	display: flex;
	flex-direction: column;
	max-height: 340px;
	flex-wrap: wrap;
}

@media (max-width: 1026px)
{
	.footer .footer-nav-column #menu-footer-menu li li
	{
		margin-right: 0;
	}

	.footer .footer-nav-column #menu-footer-menu li:nth-of-type(3) ul
	{
		display: block;
		max-height: unset;
	}

	.footer .footer-nav-column #menu-footer-menu li:nth-of-type(3) li
	{
		margin-right: 0;
	}
}

.footer .single-nav
{
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	padding-right: 25px;
}

.footer .footer-content
{
	line-height: 1.3;
	margin-bottom: 25px;
}

.footer .footer-content p
{
	color: #FFFFFF;
}

@media (max-width: 1026px)
{
	.footer .footer-badges
	{
		order: 2;
	}
}

.footer .footer-badges img
{
	height: 75px;
}

@media (max-width: 1026px)
{
	.footer .footer-badges img
	{
		width: 75px;
	}
}

.footer .footer-badges img:not(:last-child)
{
	margin-right: 20px;
}

@media (max-width: 1026px)
{
	.footer .footer-badges img:not(:last-child)
	{
		margin-right: 15px;
	}
}

.footer .footer-copyright
{
	display: block;
	margin: 10px 0;
}

.footer .footer-middle-band
{
	justify-content: space-between;
	align-content: flex-end;
	padding-bottom: 10px;
}

@media (max-width: 1026px)
{
	.footer .footer-middle-band
	{
		flex-direction: column;
		align-content: initial;
	}
}

@media (max-width: 1026px)
{
	.footer .footer-middle-band .social-nav
	{
		width: 100%;
		flex-direction: row;
	}
}

.footer .social-nav
{
	display: flex;
	align-items: flex-end;
	padding-bottom: 10px;
}

@media (max-width: 1026px)
{
	.footer .social-nav
	{
		order: 1;
	}
}

.footer .social-nav a
{
	color: #8FB408;
	transition: 0.2s;
}

.footer .social-nav a:not(:last-child)
{
	margin-right: 20px;
}

.footer .social-nav svg
{
	color: #8FB408;
	width: 20px;
	height: 20px;
}

.footer .footer-nav
{
	display: flex;
	padding: 0;
	margin-bottom: 0;
}

.footer .footer-nav > .menu-item
{
	margin-bottom: 0;
	margin-right: 0;
}

.footer .footer-nav > .menu-item > a
{
	display: block;
	pointer-events: none;
	margin-bottom: 15px;
	font-weight: 600;
}

.footer .footer-nav > .menu-item.allow-click > a
{
	pointer-events: initial;
}

.footer .footer-nav a
{
	color: #FFFFFF;
}

.footer .footer-nav .sub-menu
{
	padding: 0;
}

.footer .footer-nav .sub-menu a
{
	font-size: 16px;
}

.footer .footer-bottom-bar
{
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid #FFFFFF;
}

@media (max-width: 1026px)
{
	.footer .footer-bottom-bar
	{
		padding: 25px 0 25px 0;
	}
}

.footer .footer-bottom-bar .company-details
{
	color: #FFF;
}

.footer .footer-bottom-bar .company-details a
{
	color: #FFF;
	text-decoration: none;
}

.footer .copyright
{
	font-size: 16px;
	margin: 10px 0px;
}

@media (max-width: 802px)
{
	.footer .copyright
	{
		flex-direction: column;
	}
}

.footer .copyright span.copyright-text
{
	position: relative;
	margin-right: 20px;
}

@media (min-width: 803px)
{
	.footer .copyright span.copyright-text::after
	{
		content: "";
		position: absolute;
		right: -10px;
		top: 4px;
		height: 16px;
		width: 1px;
		background: #FFFFFF;
	}
}

@media (max-width: 802px)
{
	.footer .copyright span.copyright-text
	{
		margin-bottom: 9px;
		margin-right: 0;
		width: 100%;
	}
}

.footer .copyright a
{
	color: #FFFFFF;
}

.footer .copyright #menu-footnotes-menu
{
	margin: 0;
}

.footer .copyright #menu-footnotes-menu li
{
	line-height: 1.1;
}

@media (max-width: 802px)
{
	.footer .copyright #menu-footnotes-menu li
	{
		margin: 0 0 9px 0;
	}
}

.footer .copyright #menu-footnotes-menu a
{
	font-size: 16px;
}

@media (max-width: 802px)
{
	.footer .copyright #menu-footnotes-menu
	{
		flex-direction: column;
	}
}

.footer .brand-wrap
{
	align-items: center;
	height: 41px;
}

@media (max-width: 802px)
{
	.footer .brand-wrap
	{
		height: 90px;
		margin-bottom: 20px;
	}
}

.footer .brand-footer
{
	display: block;
	margin-right: 30px;
}

@media (max-width: 1026px)
{
	.footer .brand-footer
	{
		margin-bottom: 5px;
	}
}

.footer .brand-footer img
{
	width: 185px;
}

.footer .footer-bottom-accent img
{
	display: block;
	width: 185px;
}

.footer .footer-bottom-content h1,
.footer .footer-bottom-content h2,
.footer .footer-bottom-content h3,
.footer .footer-bottom-content h4,
.footer .footer-bottom-content h5,
.footer .footer-bottom-content h6
{
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 26px;
}

@media (max-width: 1026px)
{
	.footer .footer-bottom-content
	{
		margin-bottom: 20px;
	}
}

.footer .footnote-nav
{
	display: flex;
	padding: 0;
	margin: 0 0 0 2px;
}

.footer .footnote-nav li
{
	position: relative;
	margin: 0 20px 0 0;
	line-height: 1.2;
}

@media (min-width: 803px)
{
	.footer .footnote-nav li:not(:last-child):after
	{
		content: "";
		position: absolute;
		right: -10px;
		top: 4px;
		width: 1px;
		height: 16px;
		background: #FFFFFF;
	}
}

@media (max-width: 802px)
{
	.footer .footnote-nav li:last-child
	{
		margin-bottom: 0;
	}
}

@media (max-width: 1026px)
{
	.footer .footnote-nav a
	{
		font-size: 16px;
	}
}

