/*
Theme Name: Nutrien Media Lounge
Description: Nutrien Media repository; contact info, logos, videos, etc.
Author: AdFarm / RR46 Group / RR46
Author URI: http://rr46-group.com
*/
/* =========================================================================
   REUSABLES -------------------------------------------------------------
   ========================================================================= */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	min-width: 320px;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: #FFF;
}
html body {
	min-width: 320px;
	max-width: 100%;
	overflow-x: hidden;
	color: #000;
	font-size: 17px;
	font-family: "foco", sans-serif;
	margin: 0;
	padding: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

button, input, select, textarea,
.pure-g [class*=pure-u] {
	/* Set your content font stack here: */
	font-family: "foco", sans-serif;
	line-height: 150%;
}

a {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
	text-decoration: none;
	color: #408301;
}
a:active, a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
	padding: 0;
}
figure img {
	display: block;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

a#skipnav {
	left: -9999px;
	position: relative;
	display: block;
	top: auto;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
	z-index: -999;
	text-decoration: underline;
}
a#skipnav:focus, a#skipnav:active, a#skipnav.open {
	color: #fff;
	background-color: #000;
	left: 0;
	top: auto;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
	z-index: 999;
}
a#skipnav:hover {
	color: #316401;
}

a.btn, button {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
	color: #FFF;
	background: #408301;
	display: inline-block;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	font-size: 15px;
	border: 0;
	border-radius: 999px;
	line-height: 110%;
	padding: 12px 26px 12px 26px;
	margin: 1em 0;
	text-decoration: none;
	white-space: nowrap;
	/*
	   &:after, &:before{
	       content:'';
	       @include csstrans();
	       font-weight: 900;
	       position: relative;
	       font-family: $font-fontawesome;
	       display: inline-block;
	       font-size: 0.8em;
	       top:-0.18em;
	       vertical-align: middle;
	   }
	&:not(.slick-arrow, .search-submit, .mfp-close){
	       padding-right: 28px;
	       &:after{
	           content: '\f0da';
	           margin-left:0.3em;
	           font-size: 1em;
	           //top:0.01em;
	           top:-0.08em;
	           margin-right:-1em; 
	       }
	}
	   */
}
a.btn:hover, a.btn:active, button:hover, button:active {
	background: #316401;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
a.btn[target=_blank], button[target=_blank] {
	padding-right: 34px;
}
a.btn[target=_blank]:after, button[target=_blank]:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	position: relative;
	font-size: 0.7em;
	font-weight: 900;
	top: -0.15em;
	margin-left: 0.6em;
	margin-right: -0.6em;
}
a.btn.download:after, button.download:after {
	content: "\f019";
}
a.btn.video:after, button.video:after {
	content: "\f144";
	font-weight: 400;
}
a.btn.large, button.large {
	padding: 13px 25px 10px 25px;
}
a.btn i, button i {
	margin-right: 0.7em;
}

p, main li {
	line-height: 150%;
}

a.doclink {
	font-weight: 700;
	position: relative;
	padding-left: 1.7em;
}
a.doclink:before {
	content: "\f0f6";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: 0;
	top: -0.05em;
	font-size: 1.2em;
}

.center {
	text-align: center;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

h1, h2, h3, h4, h5 {
	line-height: 120%;
	font-size: 1em;
	line-height: 130%;
	font-weight: 700;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	color: #000;
	font-weight: 700;
}

h1 {
	font-size: 2.2em;
	margin: 0;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.2em;
}

.center-vert, .vert-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#pagination {
	margin: 2em 0 2em 0;
	padding: 2.5em 0;
	text-align: center;
}
#pagination .pagination {
	letter-spacing: -0.31em;
}
#pagination .pagination > a,
#pagination .pagination > span {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
	letter-spacing: normal;
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
	line-height: 43px;
	min-width: 45px;
	height: 46px;
	background: #408301;
	margin: 0 0.5em;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #408301;
	border-radius: 999px;
	color: #FFF;
}
#pagination .pagination > span.disabled {
	color: #FFF;
	opacity: 0.2;
	cursor: default;
}
#pagination .pagination > a:hover {
	text-decoration: none;
	background: #316401;
}
#pagination .pagination > span.current {
	border: none;
	background: transparent;
	text-decoration: none;
	color: #000;
}
#pagination .pagination > .prev,
#pagination .pagination > .next {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	border: 2px solid #408301;
	color: #FFF;
	padding-left: 16px;
	padding-right: 16px;
}
#pagination .pagination > .prev:not(.disabled):hover,
#pagination .pagination > .next:not(.disabled):hover {
	background: #316401;
}

#zeb-pagination {
	margin-top: 2em;
	text-align: center;
}
#zeb-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#zeb-pagination li {
	display: inline-block;
}
#zeb-pagination li > a {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
	letter-spacing: normal;
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
	line-height: 43px;
	min-width: 45px;
	height: 46px;
	color: #000;
	margin: 0 0.5em;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #000;
}
#zeb-pagination li.active > a {
	border: none;
	background: transparent;
	text-decoration: none;
	color: #000;
}
#zeb-pagination li a:hover {
	text-decoration: none;
	background: #408301;
	border-color: #408301;
	color: #FFF;
}

.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=text],
.pure-form select,
.pure-form textarea {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 2px solid #000 !important;
	border-width: 2px !important;
	font-size: 1em;
}

.numfix {
	font-size: 1.22em;
	line-height: 90%;
}

span.inline-sep {
	display: inline-block;
	margin: 0 1em;
}

.btn-row {
	margin-top: 1.5em;
}
.btn-row a.btn {
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

select {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px 12px;
	width: 100%;
	border: 2px solid #000;
	color: #333;
	background: #FFF;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	box-sizing: border-box;
	font-size: 1em;
	border-radius: 3px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAjUlEQVQokY3OMQrCMBSA4a/RwRPoGRQUz6Aigt62Di7W2VW9hPQILi6vUEoCzRbe+7+kquv6iRmO+Bp3Frjhl1Bhg0cMxsQNtpgknPHCcgQyj3iFD04JLQ49pCkg83igi3doUww75B0LQyQbQ+ottdhnkGIM08E3O+SOdSBKcQ7IIUpxCegj17hfcjH8AWANKnFBYlJNAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding: 0 12px !important;
	height: 45px;
	line-height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1em !important;
	color: #666;
}
select:focus {
	background-color: #f7f7f5;
	border-color: #408301;
	outline: none;
}

nav.btn-nav {
	max-width: 260px;
}
nav.btn-nav ul {
	list-style: none;
	margin: 1.3em 0;
	padding: 0;
}
nav.btn-nav ul li {
	margin: 1em 0;
	padding: 0;
}
nav.btn-nav ul li a {
	display: block;
	margin: 0;
}

fieldset {
	border: none;
}

.has-text-align-center {
	text-align: center;
}

figure.aligncenter {
	text-align: center;
	margin: 2em 0;
}
figure.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

hr {
	display: block;
	margin: 3em 0 3em 0;
	border: none;
	height: 2px;
	background: #000;
}

.fullbleed {
	margin-left: -3000px;
	margin-right: -3000px;
	padding-left: 3000px;
	padding-right: 3000px;
}

.fullwidth {
	width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
}
.fullwidth > .wrap, .fullwidth > .wrap-lg {
	padding-left: 20px;
	padding-right: 20px;
}

a.arrowlink {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 0.9em;
	margin: 0.6em 0 0 0;
}
a.arrowlink:after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	margin-left: 0.8em;
	font-size: 1em;
	top: 0em;
}
a.arrowlink:hover, a.arrowlink:active {
	text-decoration: none;
}

.spacedcols, .spacedcols-md, .spacedcols-lg {
	margin-left: -15px;
	margin-right: -15px;
}
.spacedcols > *, .spacedcols-md > *, .spacedcols-lg > * {
	padding-left: 15px;
	padding-right: 15px;
}

.spacedcols-sm {
	margin-left: -10px;
	margin-right: -10px;
}
.spacedcols-sm > * {
	padding-left: 10px;
	padding-right: 10px;
}

figure.ytvideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
figure.ytvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.html5video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	background: #000;
	border-radius: 10px;
}
figure.html5video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.html5video video[poster] {
	-o-object-fit: cover;
	   object-fit: cover;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* ==================================================================== */
/* GRAVITY FORMS BASIC STYLES ----------------------------------------- */
/* ==================================================================== */
.gform_body > ul {
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	letter-spacing: -0.31em;
	text-rendering: optimizespeed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.gform_body > ul > li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	width: 100%;
	margin-bottom: 1.2em;
}

/*
#page-content .gform_body > ul > li{
	&:before{ display: none; }
	padding-left:20px;
	padding-right:20px;
}
*/
.gform_fields {
	margin: 24px -20px 0 -20px;
	padding: 0;
}

.gfield, .gfield_radio, .gfield_checkbox {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}

.gfield_radio, .gfield_checkbox {
	margin: 0;
}

.gfield:after, .gfield_radio:after, .gfield_checkbox:after {
	content: "";
	display: table;
	clear: both;
}

.gfield {
	width: 100%;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
}

.gfield.half,
.gfield.third,
.gfield.twothirds,
.name-complex > div > span {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body .gform_wrapper label.gfield_label + div.ginput_container:not(.ginput_container_consent) {
	margin-top: 0 !important;
}

.ginput_left {
	clear: left;
}

.ginput_complex {
	position: relative;
	margin: 0 -1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.ginput_complex > span {
	/*
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	*/
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 0 1em;
}
.ginput_complex > span.ginput_address_line_1, .ginput_complex > span.ginput_address_city {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.ginput_complex > span label {
	display: block;
	margin-bottom: 1em;
}

.gfield_required, .gfield_contains_required .gfield_label:after {
	display: inline-block;
}

.gform_wrapper select,
.gform_wrapper input[type=text],
.gform_wrapper textarea,
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=password] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px 12px;
	width: 100%;
	border: 2px solid #000;
	color: #333;
	background: #FFF;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	box-sizing: border-box;
	font-size: 1em;
	border-radius: 3px;
}
.gform_wrapper select:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=password]:focus {
	background-color: #f7f7f5;
	border-color: #408301;
	outline: none;
}
.gform_wrapper .gfield select,
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield input[type=tel],
.gform_wrapper .gfield textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.gform_wrapper .gfield_required {
	color: #408301 !important;
	display: inline-block;
	font-size: 0.9em;
	margin-left: 0.3em;
}
.gform_wrapper .gfield_label {
	color: #000;
	font-family: "foco", sans-serif;
	font-weight: 400;
	margin-bottom: 0.3em;
	margin-left: 0.1em;
	font-size: 0.9em;
	display: block;
	text-align: left;
}
.gform_wrapper .gchoice {
	position: relative;
	padding: 7px 0px 10px 40px;
}
.gform_wrapper .hidden_label .gfield_label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.gform_wrapper .hidden_label .gfield_label.focusable:active, .gform_wrapper .hidden_label .gfield_label.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.gform_wrapper .ginput_complex label {
	margin-left: 0.2em;
	font-size: 0.7em;
}
.gform_wrapper .ginput_complex .ginput_full input[type=text] input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full select, .gform_wrapper .ginput_complex .ginput_right input[type=text] input[type=url],
.gform_wrapper .ginput_complex .ginput_right input[type=email],
.gform_wrapper .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .ginput_complex .ginput_right input[type=number],
.gform_wrapper .ginput_complex .ginput_right input[type=password],
.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_right select {
	width: 100% !important;
	padding: 8px;
	margin-left: 0 !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.gform_wrapper textarea.medium {
	height: 140px !important;
	padding: 8px !important;
	font-size: 0.9em !important;
}
.gform_wrapper select {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAjUlEQVQokY3OMQrCMBSA4a/RwRPoGRQUz6Aigt62Di7W2VW9hPQILi6vUEoCzRbe+7+kquv6iRmO+Bp3Frjhl1Bhg0cMxsQNtpgknPHCcgQyj3iFD04JLQ49pCkg83igi3doUww75B0LQyQbQ+ottdhnkGIM08E3O+SOdSBKcQ7IIUpxCegj17hfcjH8AWANKnFBYlJNAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding: 0 12px !important;
	height: 45px;
	line-height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1em !important;
	color: #666;
}
.gform_wrapper select::-ms-expand {
	display: none;
}
.gform_wrapper input[type=radio], .gform_wrapper input[type=checkbox] {
	display: block;
	position: absolute;
	vertical-align: top;
	left: 0;
	top: 0.3em;
	border-radius: 999px;
	-webkit-appearance: button;
	border: 2px solid #000;
	background-color: #FFF;
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 20px;
	outline: none;
}
.gform_wrapper input[type=radio]:checked, .gform_wrapper input[type=checkbox]:checked {
	background-color: #666;
	border-width: 5px;
	border-color: #FFF;
	-webkit-box-shadow: 0px 0px 2px 0px rgb(0, 0, 0);
	        box-shadow: 0px 0px 2px 0px rgb(0, 0, 0);
}
.gform_wrapper input[type=checkbox] {
	border-radius: 2px;
}
.gform_wrapper div.ginput_container_consent {
	position: relative;
	padding-left: 35px;
	margin-top: 2em !important;
}
.gform_wrapper div.ginput_container_consent label {
	font-size: 16px;
	line-height: 24px !important;
}
.gform_wrapper input[type=radio]:hover {
	-webkit-box-shadow: 0px 0px 1px #000;
	        box-shadow: 0px 0px 1px #000;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-size: 14px !important;
	line-height: 22px !important;
}
.gform_wrapper .gfield_description {
	padding: 6px 0 0;
	font-size: 12px;
	color: #666;
}
.gform_wrapper .gform_footer {
	margin-top: 0;
	padding: 1em 0 0.3em 0;
}
.gform_wrapper .gform_footer button {
	color: #FFF;
	background: #408301;
	display: inline-block;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	font-size: 15px;
	border: 0;
	border-radius: 999px;
	line-height: 110%;
	padding: 12px 26px 12px 26px;
	margin: 1em 0;
	text-decoration: none;
	white-space: nowrap;
	/*
	   &:after, &:before{
	       content:'';
	       @include csstrans();
	       font-weight: 900;
	       position: relative;
	       font-family: $font-fontawesome;
	       display: inline-block;
	       font-size: 0.8em;
	       top:-0.18em;
	       vertical-align: middle;
	   }
	&:not(.slick-arrow, .search-submit, .mfp-close){
	       padding-right: 28px;
	       &:after{
	           content: '\f0da';
	           margin-left:0.3em;
	           font-size: 1em;
	           //top:0.01em;
	           top:-0.08em;
	           margin-right:-1em; 
	       }
	}
	   */
	padding-left: 2.5em;
	padding-right: 2.5em;
	margin: 0;
	min-width: 200px;
}
.gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer button:active {
	background: #316401;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.gform_wrapper .gform_footer button[target=_blank] {
	padding-right: 34px;
}
.gform_wrapper .gform_footer button[target=_blank]:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	position: relative;
	font-size: 0.7em;
	font-weight: 900;
	top: -0.15em;
	margin-left: 0.6em;
	margin-right: -0.6em;
}

.gfield_radio, .gfield_checkbox {
	margin-top: 0.7em;
}
.gfield_radio > li, .gfield_checkbox > li {
	position: relative;
	padding-left: 35px;
	margin-top: 5px;
	padding-top: 3px;
}
.gfield_radio > li > label, .gfield_checkbox > li > label {
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
}

.error {
	color: #408301;
}

form > .validation_error {
	font-weight: 600;
	line-height: 120%;
	margin: 1em 0;
	color: #408301;
	border: 1px solid #dadada !important;
	border-radius: 6px !important;
	padding: 0.7em;
	background: rgba(255, 255, 255, 0.5);
}

.gfield_error input[type=text], .gfield_error .gfield_error textarea {
	border-color: #408301;
	clear: both;
}
.gfield_error .gfield_description.validation_message {
	display: block;
	font-size: 12px;
	margin-top: -3px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #408301;
}

.instruction.validation_message {
	display: block;
	font-size: 12px;
	margin-top: 0.2em;
	margin-bottom: 0px;
	font-weight: 700;
	color: #408301;
}

.gfield_label:after {
	color: #999;
}

.gfield.inline li {
	display: inline-block !important;
	width: auto;
	margin-right: 3em !important;
}

.hidelabel > label {
	display: none !important;
}

.radio-inline .gfield_radio > li {
	display: inline-block;
	margin-right: 2.5em;
}

.gfield_visibility_hidden, .gform_validation_container {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	.gfield.half.left,
	.gfield.half.left,
	.name-complex > div > span:first-child {
		padding-right: 3%;
	}
	.gfield.half,
	.gfield.third,
	.gfield.twothirds,
	.name-complex > div > span {
		width: 50%;
		float: left;
		clear: none !important;
	}
	.gfield.third {
		width: 33.3333%;
	}
	.gfield.twothirds {
		width: 66.6666%;
	}
	.gfield.half.left,
	.gfield.third.left,
	.gfield.twothirds.left {
		clear: both;
	}
}
/* =======================================================================
   BARE BONES GRID and BASIC STYLES --------------------------------------
   ======================================================================= */
.grid-row {
	position: relative;
	letter-spacing: -0.31em;
	text-rendering: optimizespeed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.grid-row.grid-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.grid-row > .grid-item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	width: 100%;
}
.grid-row > .grid-item.center-vert, .grid-row > .grid-item.vert-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap, .wrap-sm, .wrap-lg {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap .wrap, .wrap .wrap-sm, .wrap .wrap-lg, .wrap-sm .wrap, .wrap-sm .wrap-sm, .wrap-sm .wrap-lg, .wrap-lg .wrap, .wrap-lg .wrap-sm, .wrap-lg .wrap-lg {
	padding-left: 0;
	padding-right: 0;
}

.wrap-xl {
	padding-left: 20px;
	padding-right: 20px;
}

/* ================================
  MOBILE MENU  / HEADER / FOOTER
  ================================ */
#screen {
	-webkit-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s;
	transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
}

.menu-open #screen, .search-open #screen {
	max-height: 100%;
	-webkit-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
	transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
	visibility: visible;
	opacity: 1;
}

#header-search {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
	overflow: hidden;
}
#header-search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	border: 1px solid #000;
}
#header-search label {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
	padding-right: 50px;
	-ms-flex-negative: 5;
	    flex-shrink: 5;
	-webkit-box-flex: 5;
	    -ms-flex-positive: 5;
	        flex-grow: 5;
}
#header-search label input {
	width: 100%;
	height: 40px;
	padding-left: 7px;
	border: none;
	width: 100%;
}
#header-search button {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	border: none;
	min-width: 50px;
	height: 40px;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#header-search button i {
	margin: 0;
}

#headlogo a {
	display: block;
}
#headlogo a img {
	display: inline-block;
	max-width: 224px;
	position: relative;
	top: 4px;
}

/* ================================
  FLEXIBLE CONTENT
  ================================ */
.acf-flex:first-child .flex-section {
	margin-top: 0;
}
.acf-flex .flex-section {
	margin-top: 3em;
	margin-bottom: 3em;
}
.acf-flex .flex-section > h2 {
	margin-top: 0;
	margin-bottom: 1em;
}

/* Span entire viewport, even if inside a smaller container */
.flex-fullwidth {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.flex-expandable section {
	margin: 1.5em 0;
}
.flex-expandable section:last-child {
	margin-bottom: 0;
}
.flex-expandable section.open .expand-content {
	opacity: 1;
}
.flex-expandable section h3 {
	margin: 0;
}
.flex-expandable section h3 a {
	display: block;
	position: relative;
}
.flex-expandable .expand-content {
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

/*
.flex-brandlist{
	.grid-item{
		padding:1em 0;
		@include vertCenter;
	}
}
*/
.flex-iconmods article {
	text-align: center;
}
.flex-iconmods figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 0.5em;
}
.flex-iconmods figure span, .flex-iconmods figure a {
	display: block;
	width: 56px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
}
.flex-iconmods figure span img, .flex-iconmods figure a img {
	display: block;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.flex-iconmods h3 {
	margin: 0;
	font-size: 24px;
}
.flex-iconmods h3 a {
	color: #000;
}
.flex-iconmods p {
	margin: 0.5em auto;
	line-height: 130%;
	max-width: 300px;
	font-size: 16px;
}
.award-intro{
	padding-bottom: 40px;
}
body .wrap-lg.award-intro,
body .awards > .wrap{
	max-width:1110px;
}
@media only screen and (max-width: 1279px) {
	.hidemobile {
		display: none !important;
	}
	#headlogo a {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 80px;
	}
	#site-header {
		position: absolute;
		left: 0;
		top:44px;
		background: #FFF;
		height: 80px;
		overflow: hidden;
		width: 100%;
		z-index: 100;
	}
	#nav-top {
		z-index: 100;
		/*
		      position: relative;
		      height:60px;
		      overflow: visible;
		      z-index: 100;
		      .wrap{
		          position: static;
		      }
		*/
	}
	#header-nav-container {
		position: fixed;
		left: -100%;
		width: 100%;
		bottom: 0;
		background: #FFF;
		top: 124px;
		overflow: hidden;
		overflow-y: auto;
		z-index: 1;
		-webkit-transition: all 0.35s;
		transition: all 0.35s;
	}
	.menu-open #header-nav-container {
		left: 0;
		width: 200%;
	}
	.submenu-open.menu-open #header-nav-container {
		left: -100%;
	}
	#header-nav {
		position: relative;
		letter-spacing: -0.31em;
		text-rendering: optimizespeed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-flow: row wrap;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	#close-menu, #menu-toggle {
		position: absolute;
		right: 13px;
		top: 15px;
		font-size: 28px;
		width: 50px;
		height: 50px;
		color: #000;
		text-align: center;
		line-height: 50px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s, top 0.35s linear;
		transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s, top 0.35s linear;
	}
	#menu-toggle {
		opacity: 1;
		max-height: 60px;
		z-index: auto;
		visibility: visible;
		line-height: 55px;
	}
	#close-menu {
		line-height: 55px;
		font-size: 28px;
	}
	.menu-open #menu-toggle {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.menu-open #menu-toggle.focusable:active, .menu-open #menu-toggle.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}
	.menu-open #close-menu {
		visibility: visible;
		opacity: 1;
		max-height: 60px;
	}
	#header-search {
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 20px;
		max-width: 50%;
	}
	.search-open #header-search {
		z-index: 20;
	}
	#primary-nav, #mobile-submenu-container {
		display: inline-block;
		*display: inline;
		zoom: 1;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto;
		width: 100%;
		margin-top: 20px;
		width: 50%;
	}
	#primary-nav ul, #mobile-submenu-container ul {
		margin: 0;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#primary-nav ul > li, #mobile-submenu-container ul > li {
		display: block;
	}
	#primary-nav ul > li.menu-item-has-children > a:after, #mobile-submenu-container ul > li.menu-item-has-children > a:after {
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: 20px;
		top: 16px;
		font-size: 12px;
		color: #FFF;
	}
	#primary-nav ul > li > a, #mobile-submenu-container ul > li > a {
		display: block;
		position: relative;
		letter-spacing: 0.1em;
		font-weight: 700;
		font-weight: 700;
		line-height: 120%;
		height: auto;
		font-size: 18px;
		padding: 16px 30px 13px 30px;
		border-left: 4px solid transparent;
		text-decoration: none;
		color: #000;
	}
	#primary-nav ul > li > a:hover, #primary-nav ul > li > a:focus, #primary-nav ul > li > a:active, #mobile-submenu-container ul > li > a:hover, #mobile-submenu-container ul > li > a:focus, #mobile-submenu-container ul > li > a:active {
		color: #408301;
		border-left-color: #408301;
	}
	#primary-nav ul > li.current-menu-item > a, #mobile-submenu-container ul > li.current-menu-item > a {
		color: #408301;
		border-left-color: #408301;
	}
	#mobile-submenu-container ul > li > a {
		text-transform: none;
	}
	#primary-nav > ul > li.menu-item-has-children.open > a:after {
		content: "\f078";
	}
	#primary-nav ul.sub-menu {
		-webkit-transition: all 0.35s linear;
		transition: all 0.35s linear;
		display: block;
		position: relative;
		height: auto;
		width: auto;
		max-height: 0px;
		overflow: hidden;
		clip: auto;
		padding: 0 8px;
	}
	#primary-nav ul.sub-menu > li:last-child {
		border: none;
	}
	#primary-nav ul.sub-menu > li > a {
		display: block;
		padding: 10px 0 10px 0;
		font-size: 16px;
		line-height: 120%;
		letter-spacing: 0.08em;
	}
	#submenu-back {
		display: block;
		font-size: 1.3em;
		padding: 12px 30px;
	}
	#maincontent {
		margin-top: 80px;
	}
}
@media only screen and (max-width: 1023px) {

	/* content swapping for mobile */
	.flex-flip {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-ms-flex-flow: column;
		    flex-flow: column;
	}
	.flex-flip > * {
		width: auto !important;
	}
	.flex-flip > :first-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.flex-flip > :last-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.spacedcols-md {
		margin-left: -18px;
		margin-right: -18px;
	}
	.spacedcols-md > * {
		padding-left: 18px;
		padding-right: 18px;
	}
	.spacedcols-lg {
		margin-left: -25px;
		margin-right: -25px;
	}
	.spacedcols-lg > * {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (min-width: 768px) {
	.wrap, .wrap-sm, .wrap-lg {
		max-width: 700px;
	}
	.grid-row > .grid-md-1-2 {
		width: 50%;
	}
	.grid-row > .grid-md-1-3 {
		width: 33.3333%;
	}
	.grid-row > .grid-md-2-3 {
		width: 66.6666%;
	}
}
@media only screen and (min-width: 1024px) {
	.wrap, .wrap-sm, .wrap-lg {
		max-width: 960px;
		padding-left: 0;
		padding-right: 0;
	}
	.grid-row > .grid-lg-1-2 {
		width: 50%;
	}
	.grid-row > .grid-lg-1-3 {
		width: 33.3333%;
	}
	.grid-row > .grid-lg-2-3 {
		width: 66.6666%;
	}
	.grid-row > .grid-lg-1-4 {
		width: 25%;
	}
	.grid-row > .grid-lg-3-4 {
		width: 75%;
	}
}
@media only screen and (min-width: 1280px) {
	.hidedesktop {
		display: none;
	}
	.wrap-lg {
		max-width: 1328px;
	}
	.spacedcols-md {
		margin-left: -20px;
		margin-right: -20px;
	}
	.spacedcols-md > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	.spacedcols-lg {
		margin-left: -45px;
		margin-right: -45px;
	}
	.spacedcols-lg > * {
		padding-left: 45px;
		padding-right: 45px;
	}
	#primary-nav > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-line-pack: stretch;
		    align-content: stretch;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#primary-nav > ul > li {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		position: relative;
		height: 80px;
		text-align: center;
	}
	#primary-nav > ul > li:hover ul.sub-menu {
		opacity: 1;
		max-height: 700px;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#primary-nav > ul > li > a {
		display: inline-block;
		height: 100%;
		line-height: 80px;
		font-weight: 700;
		color: #000;
		border-bottom: 4px solid transparent;
		text-decoration: none;
	}
	#primary-nav > ul > li > a:hover, #primary-nav > ul > li > a:active, #primary-nav > ul > li > a:focus {
		border-bottom-color: #408301;
		color: #408301;
		text-decoration: none;
	}
	#primary-nav > ul > li.current-menu-item a {
		border-bottom-color: #408301;
		color: #408301;
	}
	#primary-nav > ul > li > ul.sub-menu {
		-webkit-transition: all 0.35s linear;
		transition: all 0.35s linear;
		border: 1px solid #000;
		background: #FFF;
		list-style: none;
		position: absolute;
		margin: 0;
		padding: 0;
		top: 100%;
		left: 0;
		max-height: 0px;
		opacity: 0;
		overflow: hidden;
		width: 200px;
	}
	.grid-row > .grid-xl-1-2 {
		width: 50%;
	}
	.grid-row > .grid-xl-1-3 {
		width: 33.3333%;
	}
	.grid-row > .grid-xl-2-3 {
		width: 66.6666%;
	}
	.grid-row > .grid-xl-1-4 {
		width: 25%;
	}
	.grid-row > .grid-xl-3-4 {
		width: 75%;
	}
}
@media only screen and (min-width: 1480px) {
	.wrap-xl {
		max-width: 1360px;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
/* =======================================================================
   HEADER / FOOTER / TEMPLATE --------------------------------------------
   ======================================================================= */
#site-header {
	-webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1019607843);
	        box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1019607843);
}

#dirt-banner-header {
	height: 44px;
    background: #459043;
}

#dirt-banner-header {
	display: flex;
	justify-content: center;
}

#dirt-banner-header #dirt-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	background-color: #459043;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	justify-content: center;
	background-image: url('img/dirt-banner-header-left.png'), url('img/dirt-banner-header-right.png');
	background-position: top left, top right;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto; 
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}

#dirt-banner-header #dirt-banner p {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 110.1%;
	letter-spacing: 0.32px;
	color: #fff;
	padding-right: 80px;
}

#dirt-banner-header #dirt-banner a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 122.1%;
	letter-spacing: 0.32px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	color: #fff;
}

#hide-dirt-banner {
    background: none;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
	font-style: normal;
	position:absolute;
	right: 0;
}

#hide-dirt-banner:hover {
	background: none;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
	box-shadow: none;
}

#hide-dirt-banner .icon {
    font-size: 18px;
    line-height: 1;
}

@media  screen and (max-width: 500px) {
	#dirt-banner-header {
		height: 84px;

	}

	#dirt-banner-header #dirt-banner {
		background-image: url('img/dirt-banner-header-left.png') , none;
		background-position: top left;
		background-repeat: no-repeat;
		background-size: auto;
	}

	#site-header {
		top:84px;
	}

	#header-nav-container {
		top: 164px;
	}
	
}

#home-blurb {
	background: #DAE5D0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

section.flex-imgcta-normal.flex-imgcta-normal:first-of-type {
	margin-bottom: 0;
}

a#backtotop {
	position: fixed;
	right: 20px;
	bottom: -54px;
	width: 48px;
	height: 48px;
	border: 2px solid #408301;
	border-radius: 999px;
	text-align: center;
	line-height: 44px;
	background: #FFF;
	-webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1019607843);
	        box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1019607843);
}
a#backtotop:hover, a#backtotop:active, a#backtotop:focus {
	background: #408301;
	color: #FFF;
}

body.scrolled #backtotop {
	bottom: 20px;
}

#site-footer {
	padding-bottom: 200px;
	text-align: center;
	color: #A3A3A3;
	background: #000000;
}
#site-footer a {
	color: #FAFAFA;
}
#site-footer #footer-top {
	padding-top: 50px;
	padding-bottom: 0px;
	background: #333333;
}
#site-footer #footer-bottom {
	padding-top: 0px;
	padding-bottom: 50px;
	background: #333333;
}

#copyright {
	padding: 12px;
}

#footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-nav ul li {
	margin: 0;
	padding: 0;
}
#footer-nav ul li a {
	display: block;
	padding: 12px;
}

#footer-logo a {
	display: inline-block;
	padding: 15px;
	border-bottom: 1px solid #7e7e7e;
}
#footer-logo img {
	width: 126px;
}

#footer-social {
	text-align: center;
	padding: 10px 0 40px 0;
}
#footer-social h4 {
	color: #A3A3A3;
	font-size: 1em;
	margin-top: 2em;
}
#footer-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-social ul li {
	display: inline-block;
	margin: 0 5px;
}
#footer-social ul li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	border-radius: 999px;
	background: #7e7e7e;
	font-size: 25px;
	color: #242424;
}
#footer-social ul li a:hover, #footer-social ul li a:active {
	background: #408301;
	color: #FFF;
}

#family-logos {
	background: #000000;
	padding: 40px 0 150px 0;
	text-align: center;
}
#family-logos .grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 1.5em 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#family-logos .grid-item img {
	display: inline-block;
	max-width: 200px;
}

#maincontent {
	padding-bottom: 50px;
}

/* =======================================================================
   INSIDE PAGES ----------------------------------------------------------
   ======================================================================= */
#inside-page {
	padding-top: 70px;
}
#inside-page h1, #inside-page h2, #inside-page h3, #inside-page h5, #inside-page h5, #inside-page p, #inside-page ul, #inside-page ol {
	max-width: 900px;
}
#inside-page > .wrap-lg > .acf-flex:first-child {
	margin-top: -70px;
}

/* =======================================================================
   FLEXIBLE CONTENT SECTIONS ---------------------------------------------
   ======================================================================= */
section.flex-imgcta, section.static-hero, section.flex-imgcta-normal {
	padding-top: 10%;
	padding-bottom: 10%;
	background-size: cover;
	position: relative;
}
section.flex-imgcta:first-child, section.static-hero:first-child, section.flex-imgcta-normal:first-child {
	margin-bottom: 0;
}
section.flex-imgcta:after, section.static-hero:after, section.flex-imgcta-normal:after, .special-overlay:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0; 
	left: 40%;
	background: url("img/hero-foreground-accent.svg") no-repeat left top;
	background-size: cover;
	opacity: 0.4;
	z-index: 1;
}
.special-overlay:after {
	content:' ';
	display: block;
}
.special-overlay {
	position: relative;
}
section.flex-imgcta > .wrap-lg, section.static-hero > .wrap-lg, section.flex-imgcta-normal > .wrap-lg {
	position: relative;
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;
}
section.flex-imgcta h1, section.flex-imgcta h2, section.static-hero h1, section.static-hero h2, section.flex-imgcta-normal h1, section.flex-imgcta-normal h2 {
	font-size: 2.2em;
	line-height: 100%;
	margin: 0;
}
section.flex-imgcta.static-hero, section.flex-imgcta.flex-imgcta-normal, section.static-hero.static-hero, section.static-hero.flex-imgcta-normal, section.flex-imgcta-normal.static-hero, section.flex-imgcta-normal.flex-imgcta-normal {
	background-position: center center;
	padding-top: 8%;
	padding-bottom: 8%;
	margin-bottom: 70px;
}

section.flex-contactcard {
	margin-top: 50px;
	margin-bottom: 50px;
}
section.flex-contactcard .card-container {
	padding: 50px 20px;
	-webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1019607843);
	        box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1019607843);
			border-radius: 20px;
}
section.flex-contactcard h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.24px;
	text-transform: uppercase;
	color: #989996;
	margin-bottom: 14px;
}
section.flex-contactcard h3 {
	margin: 0;
}

figure.people-circle {
	width: 120px;
	height: 120px;
	border-radius: 999px;
	overflow: hidden;
	margin: 0 auto 2em auto;
}

section.flex-video {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
section.flex-video:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 0.5em auto;
	background: url("img/star-accent.svg") no-repeat center center;
}
section.flex-video h1, section.flex-video h2 {
	margin: 0;
}
section.flex-video p {
	margin: 0.6em 0;
}
section.flex-video figure {
	margin: 1.5em 0 0 0;
}
section.flex-video.flex-video-twocol {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: left;
}
section.flex-video.flex-video-twocol figure {
	margin-top: 0;
}
section.flex-video.flex-video-twocol:before {
	display: none;
}

section.flex-iconmods {
	margin-top: 50px;
	margin-bottom: 50px;
	background: #F8F8F8;
	padding-top: 50px;
	padding-bottom: 50px;
}

section.flex-iconmods .grid-item {
	margin-bottom: 30px;
}
section.flex-iconmods article {
	background: #FFF;
	border-radius: 10px;
	min-height: 100%;
	padding: 32px;
}

.icon-phone a, .icon-email a {
	display: flex;
	height: 50px;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 100px;
	border: 1px solid #408301;
	width: 296px;
}

section.flex-contactcard .contactinfo > aside > div {
	margin: 0.7em 0 0 0;
}
section.flex-contactcard .company {
	font-weight: 700;
	margin: 0.2em 0 0.7em 0;
}

section.flex-people {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #F8F8F8;
	margin-top: 70px;
}
section.flex-people:last-child {
	margin-bottom: -50px;
}
section.flex-people article {
	max-width: 354px;
	min-height: 100%;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
section.flex-people article figure {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
section.flex-people article figure img {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
	min-width: 100%;
}
section.flex-people article figure a:hover img, section.flex-people article figure a:active img, section.flex-people article figure a:focus img {
	opacity: 0.8;
}
section.flex-people article h4 {
	font-size: 1.3em;
	margin: 0.8em 0 0 0;
}
section.flex-people article h5 {
	color: #8B8B8B;
	font-weight: normal;
	margin: 0.4em 0;
	line-height: 115%;
}
section.flex-people article p {
	margin: 0.7em 0 0 0;
	font-weight: 700;
}

.flex-brandlist {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 4em;
}
.flex-brandlist h2 {
	margin-top: 0;
}
.flex-brandlist figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	position: relative;
}
.flex-brandlist figure > a, .flex-brandlist figure > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	min-height: 100%;
	border-radius: 10px;
	color: #000;
	padding: 2em 1em 1.5em 1em;
	box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 16px;
}
.flex-brandlist figure > a > span, .flex-brandlist figure > span > span {
	display: block;
}
.flex-brandlist figure > a img, .flex-brandlist figure > span img {
	display: inline-block;
	max-height: 60px;
	max-width: 80%;
}
.flex-brandlist figure figcaption {
	margin-top: 1.3em;
}
.flex-brandlist a:hover, .flex-brandlist a:active, .flex-brandlist a:focus {
	background: #F8F8F8;
	color: #000;
	text-decoration: none;
}
.flex-brandlist a:hover span.viewsite, .flex-brandlist a:active span.viewsite, .flex-brandlist a:focus span.viewsite {
	opacity: 1;
}
.flex-brandlist a span.viewsite {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
	display: block;
	opacity: 0;
	text-align: center;
	color: #999;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 2em;
}
.flex-brandlist a[target=_blank] span.viewsite:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.8em;
	margin-left: 0.5em;
}

/* =======================================================================
   Nutrient Card Flex  --------------------------------------------------------
   ======================================================================= */
/* Outer section */
.acf-flex .flex-nutrient-cards {
    background: #F8F8F8;
    padding: 80px 0;
    position: relative;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Slider wrapper (relative for arrows) */
.nutrient-slider-wrapper {
    position: relative;
	overflow: visible;
	padding: 0 16px;
}

/* The horizontal scrolling track */
.nutrient-slider {
    display: flex;
    scroll-behavior: smooth;
    gap: 16px;
	height: 320px;
}

.nutrient-slider::-webkit-scrollbar {
    display: none;
}

/* Individual card */
.nutrient-slide {
    width: 320px;
    flex: 0 0 auto;
}

/* Card styles */
.acf-flex .flex-nutrient-cards a {
    display: block;
    background: #fff;
    border-radius: 10px;
    color: #20221C;
    min-height: 280px;
    width: 320px;
}

.acf-flex .flex-nutrient-cards a:hover {
	text-decoration: none;
	transform: translateY(-3px);
    color: #000;
    text-decoration: none;
	box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.08);
}

.acf-flex .flex-nutrient-cards img:first-of-type {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 4px 4px 20px rgba(32, 34, 28, 0.08);
}

.nutrient-card-image {
	position: relative;
}
.acf-flex .flex-external-light {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.acf-flex .flex-nutrient-cards .nutrient-card-content h3 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 24px;
}

.acf-flex .flex-nutrient-cards .nutrient-card-content p {
	margin: 0;
	font-size: 16px;
	text-align: center;
}

.acf-flex .flex-nutrient-cards .nutrient-card-content {
    padding: 16px 16px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

/* Arrows */
.acf-flex .slider-arrow {
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: 5;
	padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	font-style: normal;
    transition: background 0.2s, color 0.2s;
	display: none;
}

.nutrient-slider.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    user-select: none;
}

/* Button colors when enabled */
.slider-arrow.enabled {
    background: #408301;
    color: #FAFAFA;
}

/* Button colors when disabled */
.slider-arrow.disabled {
    background: #F1F2ED;
    color: #CBCCC8;
    cursor: default;
}

/* Position left button */
.slider-arrow.left {
    right: 50px;
}

/* =======================================================================
   Company Resources Card Flex  --------------------------------------------------------
   ======================================================================= */
.acf-flex .flex-company-resources {

}

.acf-flex .flex-company-resources .flex-company-resources-header {
	margin-bottom: 32px;
}

.acf-flex .flex-company-resources .flex-company-resources-header .flex-company-resources-header-left img {
	margin-bottom: 16px;
}

.acf-flex .flex-company-resources .flex-company-resources-header .flex-company-resources-header-right {
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.acf-flex .flex-company-resources .flex-company-resources-header .flex-company-resources-header-right a {
	margin: 0;
	margin-top: 16px;
}

.acf-flex .flex-company-resources .flex-company-resources-items a {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #fff;
    box-shadow: 4px 4px 20px 0px rgba(32, 34, 28, 0.08);
    padding: 24px;
    position: relative;
    color: #000;
    height: 314px;
	width: 320px;
}

.acf-flex .flex-company-resources .flex-company-resources-items a:hover {
    transform: translateY(-3px);
    color: #000;
    text-decoration: none;
}

.acf-flex .flex-company-resources .flex-company-resources-items a > *:last-child {
    margin-top: auto;
}

.acf-flex .flex-company-resources .flex-company-resources-items a .company-resource-icon {
	width: 56px;
	height: 56px;	
	margin-bottom: 32px;
}

.acf-flex .flex-company-resources .flex-company-resources-items a h3 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 24px;
}

.acf-flex .flex-company-resources .flex-company-resources-items .flex-external {
	width: 32px;
	height: 32px;
}

.acf-flex .flex-company-resources .flex-company-resources-items .flex-external-container {
	display: flex;
	height: 64px;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
}

.flex-company-resources .nutrient-slide {
    width: 320px;
    flex: 0 0 auto;
	height: auto;
}

.flex-company-image a:hover {
	opacity: 0.8;
	transform: translateY(-3px);
    color: #000;
    text-decoration: none;
}

@media (max-width: 1344px) {
	.acf-flex .slider-arrow {
		display: block;
	}

	.acf-flex .flex-company-resources {
		padding: 0 16px;
	}

	.acf-flex .flex-company-image {
		padding: 0 16px;
	}

	.nutrient-slider {
		overflow-x: auto;
		overflow-y: visible;
	}
}


/* =======================================================================
   PRESS RELEASES --------------------------------------------------------
   ======================================================================= */
#posts {
	padding: 0;
}
#posts .blog-item {
	padding: 30px 0;
	border-bottom: 1px solid #DDDDDD;
}
#posts .blog-item h2 {
	font-size: 1.3em;
	margin: 0.3em 0;
}
#posts .blog-item h2 a {
	color: #000;
}
#posts .blog-item .post-date {
	font-size: 0.9em;
	color: #8B8B8B;
}
#posts .blog-item p.readmore {
	font-weight: 600;
	margin: 0;
}

#posts-single {
	padding: 70px 0;
}
#posts-single h1 {
	margin: 0.6em 0;
}
#posts-single figure.main {
	margin: 2em 0;
	overflow: hidden;
	border-radius: 10px;
}
#posts-single .post-date {
	margin-bottom: 34px;
}
#posts-single .news-content {
	max-width: 900px;
}

.backlink {
	display: block;
	font-weight: 600;
}
.backlink:before {
	content: "\f060";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.7em;
	margin-right: 0.5em;
	position: relative;
}

.related-media {
	margin-top: 80px;
}
.related-media h2 {
	margin: 0 0 30px 0;
}

#people-single {
	padding: 70px 0;
}
#people-single #people-bio {
	margin-top: 2em;
	margin-bottom: 3em;
}
#people-single #people-bio figure.rounded {
	border-radius: 10px;
	overflow: hidden;
}

/* =======================================================================
   MEDIA CPTs ------------------------------------------------------------
   ======================================================================= */
#mediacpt {
	padding-top: 60px;
	padding-bottom: 60px;
}
#mediacpt .grid-row {
	margin-bottom: 80px;
}
#mediacpt h2 {
	margin-top: 1em;
}

#catfilter {
	width: auto;
}

.media-item {
	max-width: 354px;
	margin-bottom: 40px;
}
.media-item h3 {
	font-size: 0.9em;
	margin: 0.9em 0.5em 0.4em 0.5em;
}
.media-item h3 a {
	color: #000;
	display: block;
	padding-left: 25px;
	padding-right: 50px;
	position: relative;
}
.media-item h3 a:before {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	margin-right: 0.6em;
	position: absolute;
	left: 0;
	top: 0;
}
.media-item h3 a:hover, .media-item h3 a:focus, .media-item h3 a:active {
	color: #408301;
}
.media-item h3 a span.filesize {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.media-item p {
	font-size: 0.9em;
	margin: 0.4em 0.5em 0 0.5em;
	font-style: italic;
	font-weight: normal;
	color: #8B8B8B;
	line-height: 115%;
}
.media-item figure.rounded {
	border-radius: 10px;
	overflow: hidden;
	background: #E8E8E8;
	position: relative;
	padding-top: 63.2768%;
}
.media-item figure.rounded a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.media-item figure.rounded a:hover, .media-item figure.rounded a:focus, .media-item figure.rounded a:active {
	opacity: 0.8;
}
.media-item figure.rounded a img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.media-item figure.rounded.iconthumb {
	background: #E8E8E8;
}
.media-item figure.rounded.iconthumb img {
	display: block;
	width: 65px;
	height: auto;
	margin: 0 auto;
}
.media-item figure.rounded.vector a img {
	max-width: 70%;
	max-height: 70%;
}

.media-assets h2 {
	font-size: 2em;
}
.awards{
	padding-top: 40px;
	padding-bottom: 1px;
}
.award-label{
	background-color:#465F70;
	min-width: 178px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	margin-left: 20px;
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	padding-left: 12px;
	padding-right: 20px;
	font-weight: 400;
	padding-top: 2px;
	padding-bottom: 2px;
	position: absolute;
	top: -26px;
	left: 0;
}
.award-label:before{
	content:' ';
	display: inline-block;
	margin-right: 6px;
	height: 12px;
	width: 12px;
	background:#465F70 url(img/star.svg) no-repeat 0 0;
}
.award-img{
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	margin-bottom: 25px;
	width: 100%;
	height: 180px;
	background-size:cover;
	background-position:center;
	display: block;
}
p.award-name{
	margin: 0 0 8px;
}
.page-id-870 #maincontent,
.parent-pageid-870 #maincontent{
	background-color: #F8F8F8;
	padding-bottom: 20px;
}
.page-id-870 #inside-page,
.parent-pageid-870 #inside-page{
	padding-top:36px;
}
.page-id-870 #inside-page .acf-flex h2,
.parent-pageid-870  #inside-page .acf-flex h2{
	color: #fff;
}
.parent-pageid-870 section.flex-imgcta-normal:after,
.page-id-870 section.flex-imgcta-normal:after{
	display: block;
}
.awards-section p,
.awards-section h2{
	margin-top: 0;
}
.awards-section h2{
	font-size: 20px;
	margin-bottom: 5px;
}
.award-type{
	color: #8B8B8B;
}
.award{
	background-color: #fff;
	border-radius:5px;  
	position: relative;
	min-height: 371px;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.award-read-more{
	position: absolute;
    bottom: 27px;
    left: 20px;
    max-width: 100%;
    margin: 0;
	font-weight: 600;
}
.award-info{
	padding-left: 20px;
	padding-right: 20px;
}
.parent-pageid-870 #maincontent{
	background-color: #FFF;
}
.parent-pageid-870 .award{
	background-color: #fff;
	border-radius:0;
}
.all-awards:hover{
	text-decoration: none;
}
.all-awards{
	position: relative;
	display: inline-block;
	font-weight: 600;
	position: relative;
	top: -30px;
}
.all-awards:before{
	content:' ';
	display: inline-block;
	width: 11px;
	height: 11px;
	background:url(img/back-arrow.svg) no-repeat 0 0;
	margin-right: 7px;
	transition:all 300ms ease-in-out;
}
.all-awards:hover:before{
	transform: translate(-7px, 0);
}
.parent-pageid-870 .award p.award-type{
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 0;
}
.parent-pageid-870 .award h2{
	margin-bottom: 5px;
}
.parent-pageid-870 .award .award-name{
	color: #465F70;
	font-size: 24px;
	margin: 20px 0 10px;
}
.parent-pageid-870 .award-img{
	max-width: 411px;
	height: auto;
}
.parent-pageid-870 .award-img img{
	width: 100%;
	height: auto;
	border-radius:10px;
}
section.flex-imgcta-normal.special-overlay{
	padding-top: 100px;
	min-height: 262px;
}
/* =======================================================================
   MEDIA QUERIES ---------------------------------------------------------
   ======================================================================= */
/* Tablet */
@media only screen and (min-width: 768px) {
	figure.people-circle {
		margin-bottom: 0;
	}
	section.flex-contactcard h5 {
		margin-bottom: 1em;
	}
	.awards-section .award{
		width: calc(50% - 15px);
	}
	.awards-section{
		display: flex;
		align-items:stretch;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	.parent-pageid-870 .award{
		display: flex;
		align-items:flex-start;
		justify-content:space-between;
		flex-wrap:nowrap;
	}
	.parent-pageid-870 .award .award-info h2{
		margin-top: 40px;
	}
	.parent-pageid-870 .award .award-img{
		max-width: 50%;
		height: auto;
		flex: 1 0 50%;
		padding-right: 60px;
	}
	.parent-pageid-870 .award p{
		margin-top: 0;
	}
	.parent-pageid-870 .award .award-name{
		margin-bottom: 5px;
	}
	.parent-pageid-870 .wrap{
		max-width: 1130px;
	}
}
@media only screen and (min-width: 992px){
	.awards-section .award{
		width: calc(33% - 15px);
	}
	.parent-pageid-870 .award .award-img{
		max-width: 471px;
		flex: 1 0 471px;
	}
}
/* Desktop */
@media only screen and (min-width: 1280px) {
	#nav-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-line-pack: stretch;
		    align-content: stretch;
	}
	#nav-top > div {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
	}
	#footer-bottom > div, #footer-bottom > nav {
		display: inline-block;
	}
	#footer-nav ul li {
		display: inline-block;
	}
	section.flex-imgcta {
		padding-top: 15%;
		padding-bottom: 15%;
	}
	section.flex-imgcta h1, section.flex-imgcta h2 {
		font-size: 48px;
	}
	section.flex-imgcta a.btn {
		margin-top: 3em;
	}
	section.flex-contactcard article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-line-pack: stretch;
		    align-content: stretch;
	}
	section.flex-contactcard article .jobinfo {
		padding-right: 40px;
	}
	section.flex-contactcard article .contactinfo {
		padding-right: 20px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 200px;
		        flex: 0 0 200px;
	}
	h1 {
		font-size: 2.4em;
	}
	h2 {
		font-size: 2.2em;
	}
	section.flex-imgcta h1, section.flex-imgcta h2, section.static-hero h1, section.static-hero h2, section.flex-imgcta-normal h1, section.flex-imgcta-normal h2 {
		font-size: 2.6em;
	}
	#people-bio > div:last-child {
		padding-left: 70px;
		padding-top: 30px;
	}
}
/*
section.flex-video{
   h1{
      font-size: 2.2em;
   }
}
*/
/*# sourceMappingURL=style.css.map */