/*
Theme Name: Potatoes USA
Description: Flint custom web application for Potatoes USA
Author: Flint Group
Author URI: http://flint-group.com
*/
/* =========================================================================
   FONTS -------------------------------------------------------------------
   ========================================================================= */
@font-face {
  font-family: "verlag-light";
  src: url("fonts/verlag-light.woff2") format("woff2"), url("fonts/verlag-light.woff") format("woff"), url("fonts/verlag-light.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "verlag-book";
  src: url("fonts/verlag-book.woff2") format("woff2"), url("fonts/verlag-book.woff") format("woff"), url("fonts/verlag-book.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "verlag-bold";
  src: url("fonts/verlag-bold.woff2") format("woff2"), url("fonts/verlag-bold.woff") format("woff"), url("fonts/verlag-bold.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "verlag-black";
  src: url("fonts/verlag-black.woff2") format("woff2"), url("fonts/verlag-black.woff") format("woff"), url("fonts/verlag-black.ttf") format("truetype");
  font-weight: normal;
}

/* =========================================================================
   REUSABLES -------------------------------------------------------------
   ========================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-width: 320px;
  overflow-x: hidden;
}
html body {
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  color: #000;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}
body {
  background: #883d6b;
}
.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: "Source Sans Pro", sans-serif;
  line-height: 150%;
}
a {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  text-decoration: none;
  color: #883d6b;
}
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.btn {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: inline-block;
  color: #000;
  font-family: "verlag-black";
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 15px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 9999px;
  line-height: 110%;
  padding: 11px 21px 7px 21px;
  margin: 1em 0;
  text-decoration: none;
}
a.btn:hover, a.btn:active {
  background: #883d6b;
  color: #FFF;
  border-color: #883d6b;
}
a.btn:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.8em;
  top: -0.18em;
  margin-left: 1em;
  vertical-align: middle;
}
a.btn[target="_blank"]:after {
  content: '\f35d';
}
a.btn.download:after {
  content: '\f019';
}
a.btn.video:after {
  content: '\f144';
  font-weight: 400;
}
a.btn.rev {
  border-color: #FFF;
  color: #FFF;
}
a.btn.rev:hover, a.btn.rev:active {
  background: #FFF;
  color: #883d6b;
}
a.btn.large {
  padding: 13px 25px 10px 25px;
}
a.btn.text {
  border: none;
  background: transparent;
  color: #92406d;
}
a.btn.text:after {
  display: none;
}
a.btn.text:hover, a.btn.text:active {
  color: #92406d;
  text-decoration: underline;
}

/*
button{
    @include csstrans();
    @include btn();
    border:none;
    outline: none;
    line-height: 100%;
}
*/
main {
  background: #FFF;
}
p, main li {
  line-height: 150%;
}
a.arrowlink:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 0.6em;
  top: -0.02em;
  margin-left: 0.8em;
  margin-right: -1.5em;
  vertical-align: middle;
}
a.arrowlink:hover:after {
  margin-left: 1.1em;
  margin-right: -1.8em;
}
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;
}
.spacedcols, .spacedcols-md {
  margin-left: -15px;
  margin-right: -15px;
}
.spacedcols > *, .spacedcols-md > * {
  padding-left: 15px;
  padding-right: 15px;
}
.spacedcols-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.spacedcols-sm > * {
  padding-left: 10px;
  padding-right: 10px;
}
.center {
  text-align: center;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.wrap, .wrap-sm {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1, h2, h3, h4, h5 {
  font-family: "verlag-bold";
  line-height: 120%;
  font-size: 1em;
  line-height: 130%;
  font-weight: normal;
  margin: 0;
}
h1 {
  font-family: "verlag-bold";
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  text-transform: uppercase;
  margin: 1.5em 0 0.1em 0;
}
.center-vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  -o-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-family: "verlag-black";
  font-weight: 600;
  border: 2px solid #000;
  border-radius: 999px;
}
#pagination .pagination > span.disabled {
  color: #000;
  opacity: 0.2;
  cursor: default;
}
#pagination .pagination > a:hover {
  text-decoration: none;
  background: #883d6b;
  border-color: #883d6b;
  color: #FFF;
}
#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 #000;
  color: #000;
  padding-left: 16px;
  padding-right: 16px;
}
#pagination .pagination > .prev:not(.disabled):hover,
#pagination .pagination > .next:not(.disabled):hover {
  background: #883d6b;
  border-color: #883d6b;
  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 #999 !important;
  border-width: 2px !important;
  font-size: 1em;
}
strong.fancy-underline {
  display: inline-block;
  font-family: 'verlag-bold';
  text-transform: uppercase;
  position: relative;
  margin-right: 0.3em;
}
strong.fancy-underline span {
  position: relative;
  z-index: 2;
}
strong.fancy-underline:after {
  content: '';
  background: #85c446;
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 0.2em;
  height: 10px;
  z-index: 1;
}
.numfix {
  font-size: 1.22em;
  line-height: 90%;
}
span.inline-sep {
  display: inline-block;
  margin: 0 1em;
}
a.readmore {
  display: block;
  margin: 1.3em 0;
  font-family: "verlag-black";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 120%;
  color: #883d6b;
}
a.readmore:hover, a.readmore:active {
  color: #85c446;
  text-decoration: none;
}
a.readmore:hover:after, a.readmore:active:after {
  margin-left: 1em;
  margin-right: -0.8em;
}
a.readmore:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 0.9em;
  top: -0.15em;
  margin-left: 0.2em;
  vertical-align: middle;
}
.hover a.readmore {
  color: #85c446;
  text-decoration: none;
}
.hover a.readmore:after {
  margin-left: 1em;
  margin-right: -0.8em;
}
.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: 1px solid #d7d7d7;
  color: #333;
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .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: 98% center;
  padding: 0 12px !important;
  height: 45px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1em !important;
  color: #666;
  background-color: #f5f4f4;
}
select:focus {
  background-color: #f7f7f5;
  border-color: #333;
  /* outline: none; */
}
nav.btn-nav {
  max-width: 280px;
}
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;
}
.has-text-align-center {
  text-align: center;
}
figure.aligncenter {
  text-align: center;
  margin: 2em 0;
}
figure.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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: -.31em;
  text-rendering: optimizespeed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -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 -1em 0 -1em;
  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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}
.ginput_left {
  clear: left;
}
.ginput_complex {
  position: relative;
  margin: 0 -1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ginput_complex > span {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 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: 1px solid #d7d7d7;
  color: #333;
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .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: #333;
  /* 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: #e4564a !important;
}
.gform_wrapper .gfield_label {
  color: #0b2a4a;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 0.3em;
  margin-left: .1em;
  font-size: 18px;
  display: block;
  text-align: left;
}
.gform_wrapper .ginput_complex label {
  margin-left: .2em;
  font-size: .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 .35s;
  -o-transition: all .35s;
  transition: all .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: 98% 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;
  border-radius: 999px;
  -webkit-appearance: button;
  border: 2px solid #d7d7d7;
  background-color: #FFF;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 25px;
  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 black;
  box-shadow: 0px 0px 2px 0px black;
}
.gform_wrapper input[type=checkbox] {
  border-radius: 2px;
}
.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: 0.8em !important;
}
.gform_wrapper .gfield_description {
  padding: 6px 0 0;
  font-size: 12px;
  color: #666;
}
.gform_wrapper .gform_footer {
  text-align: center;
  margin-top: 0;
  padding: 1em 0 0.3em 0;
}
.gform_wrapper .gform_footer button {
  display: inline-block;
  color: #000;
  font-family: "verlag-black";
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 15px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 9999px;
  line-height: 110%;
  padding: 11px 21px 7px 21px;
  margin: 1em 0;
  text-decoration: none;
  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: #883d6b;
  color: #FFF;
  border-color: #883d6b;
}
.gform_wrapper .gform_footer button:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.8em;
  top: -0.18em;
  margin-left: 1em;
  vertical-align: middle;
}
.gform_wrapper .gform_footer button[target="_blank"]:after {
  content: '\f35d';
}
.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: #883d6b;
}
form > .validation_error {
  font-weight: 600;
  line-height: 120%;
  margin: 1em 0;
  color: #883d6b;
  border: 1px solid #dadada !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !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: #883d6b;
  clear: both;
}
.gfield_error .gfield_description.validation_message {
  display: block;
  font-size: 12px;
  margin-top: -3px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #883d6b;
}
.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;
}
.ui-datepicker {
  background: #FFF;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #999;
}
.ui-datepicker-title {
  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;
  margin-left: -5px;
  margin-right: -5px;
}
.ui-datepicker-title select {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px !important;
  background-position: 80% center;
}
.ui-datepicker-header {
  position: relative;
  padding-top: 45px;
}
.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
}
.ui-datepicker-header .ui-datepicker-prev:before, .ui-datepicker-header .ui-datepicker-next:before {
  content: '\f0a8';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  text-align: left;
}
.ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 0;
}
.ui-datepicker-header .ui-datepicker-next:before {
  content: '\f0a9';
  text-align: right;
}
table.ui-datepicker-calendar {
  margin-top: 15px;
}
table.ui-datepicker-calendar th {
  font-size: 13px;
}
table.ui-datepicker-calendar td {
  padding: 4px;
}
table.ui-datepicker-calendar td a {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 15px;
}

@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;
  }
}

/* =========================================================================
   HEADER/MENU -------------------------------------------------------------
   ========================================================================= */
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: #85c446;
}
#screen {
  -o-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;
  -moz-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s;
  -webkit-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;
}
#headlogo {
  position: absolute;
  left: 13px;
  top: 13px;
}
#headlogo img {
  width: 98px;
  height: 37px;
}
.menu-open #screen,
.search-open #screen {
  max-height: 100%;
  -o-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  -moz-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  -webkit-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  visibility: visible;
  opacity: 1;
}
#close-menu, #menu-toggle {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 28px;
  width: 60px;
  height: 60px;
  background: #FFF;
  color: #000;
  text-align: center;
  line-height: 60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  -o-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
}
#menu-toggle {
  opacity: 1;
  max-height: 60px;
  z-index: auto;
  visibility: visible;
  line-height: 55px;
}
#menu-toggle:hover {
  background: #e1e1e1;
}
#close-menu {
  background: #e1e1e1;
}
.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,
.search-open #close-search {
  visibility: visible;
  opacity: 1;
  max-height: 60px;
}
#primary-nav a:hover, #primary-nav a:active {
  text-decoration: none;
}

/* =========================================================================
   FOOTER ------------------------------------------------------------------
   ========================================================================= */
#external-modal {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: fixed;
  top: 75px;
  left: 10px;
  right: 10px;
  background: #FFF;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 3000;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.23);
}
#external-modal h3 {
  line-height: 130%;
}
#external-modal p {
  font-size: 0.85em;
  line-height: 130%;
}
#external-modal a.btn {
  padding-left: 16px;
  padding-right: 16px;
}
#external-modal a.btn:after {
  content: '\f35d';
}
body.external-prompt #external-modal {
  max-height: 1000px;
  opacity: 1;
  padding: 1em;
}
body.external-prompt #screen {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 2999;
}
footer#site-footer {
  color: #FFF;
  background: #883d6b;
  padding: 3em 0;
  border-top: 6px solid #dccad4;
  position: relative;
  z-index: 2;
}
footer#site-footer p {
  text-transform: uppercase;
  margin: 0.3em 0;
  font-family: "verlag-bold";
  font-size: 13px;
  line-height: 130%;
}
#footer-pglink{
  font-size: 13px;
  font-family: "verlag-bold";
  text-transform: none;
}
footer#site-footer #sitename {
  font-family: "verlag-black";
  font-size: 1em;
}
footer#site-footer address {
  font-style: normal;
}
footer#site-footer a {
  color: #FFF;
  text-decoration: underline;
}
footer#site-footer a:hover, footer#site-footer a:active {
  color: #85c446;
}
.social-sistersite{
	font-size: 15px;
	margin:2em 0 0 0;
}
.social-sistersite ul{
	margin:0;
	padding:0;
}
.social-sistersite ul li{
	display: inline-block;
	margin:0.5em 0.3em 0 0.3em;
	padding:0;
}
.social-sistersite ul li a{
	display: block;
	position: relative;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	background: #FFF;
	border-radius: 999px;
	text-indent: -3000px;
	overflow: hidden;
	color: #883d6b;
	font-size: 20px;
}
.social-sistersite ul li a:hover,
.social-sistersite ul li a:active{
	font-size: 16px;
}
.social-sistersite ul li a i{
	display: block;
	position: absolute;
	left:0;
	top:0;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color: #883d6b;
	text-indent: 0px;
}
#copyright {
  font-size: 12px;
  margin-top: 30px;
}

/* =========================================================================
   HOME --------------------------------------------------------------------
   ========================================================================= */
#home-hero {
  position: relative;
}
#home-hero h1 {
  font-family: "verlag-black";
  font-size: 6.5vw;
  line-height: 110%;
  margin-bottom: -0.2em;
}
#home-hero .hero-slide {
  position: relative;
  background: url("img/home-hero-bg-01.jpg") no-repeat center center;
  background-size: cover;
  padding: 22% 0 30% 0;
  color: #FFF;
}
#home-hero .hero-slide .wrap {
  position: relative;
  z-index: 2;
}
#home-hero .hero-slide:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#home-hero #hero-default {
  z-index: 3;
}
#home-hero nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#home-hero nav ul li {
  margin: 0;
  padding: 0;
}
#home-hero nav ul li a {
  font-family: "verlag-black";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 110%;
  display: block;
  color: #000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#home-hero .hero-slide.hero-slide-child {
  padding-top: 50px;
  padding-left: 180px;
  position: absolute;
  right: 230px;
}
#home-hero .hero-slide.hero-slide-child h2 {
  font-family: "verlag-black";
  text-transform: uppercase;
  line-height: 100%;
  font-size: 32px;
  margin: 0 0 50px 0;
}
#home-hero .hero-slide.hero-slide-child h2 span {
  display: block;
  font-family: 'verlag-light';
  font-size: 41px;
  line-height: 110%;
}
#home-hero .hero-slide.hero-slide-child:before {
  content: '';
  position: absolute;
  left: 40px;
  top: 40px;
  width: 130px;
  height: 130px;
  z-index: 20;
  background: url("img/icon-white-updates-lg.png") no-repeat center center;
}
#home-hero article {
  border-top: 1px solid #4c5f39;
  padding: 0.7em 0;
}
#home-hero article:last-child {
  border-bottom: 1px solid #4c5f39;
}
#home-hero article h4 {
  font-family: "verlag-bold";
  text-transform: none;
  font-size: 1.1em;
  margin: 0;
}
#home-hero article h4 a {
  display: block;
  max-width: 540px;
  color: #85c446;
}
#home-hero article h4 a:hover, #home-hero article h4 a:active {
  text-decoration: none;
  color: #FFF;
}
#home-hero article h4 a:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.6em;
  top: -0.05em;
  margin-left: 0.5em;
  margin-right: -1.5em;
  vertical-align: middle;
  color: #b0b0b0;
}
#home-hero article h4 a:hover:after {
  margin-left: 1.5em;
  margin-right: -2.8em;
  color: #FFF;
}
#home-hero article .date {
  font-size: 0.8em;
  font-family: 'verlag-light';
}
#home-hero a.btn {
  margin-top: 2.3em;
}
#home-hero #updates {
  background-image: url("img/bg-updates.jpg");
}
#home-hero #reports {
  background-image: url("img/bg-reports.jpg");
}
#home-hero #members {
  background-image: url("img/bg-board.jpg");
}
#home-hero #members article {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
#home-hero #reports:before {
  background-image: url("img/icon-white-reports-lg.png");
}
#home-hero #members:before {
  background-image: url("img/icon-white-board-lg.png");
  left: 40px;
}
#scrolldown {
  background: #e1e1e1;
  font-size: 1.8em;
  text-align: center;
  padding: 0.3em 0 0.2em 0;
  cursor: pointer;
}
#home-tools-inner {
  color: #FFF;
}
#home-tools-inner nav ul {
  list-style: none;
  margin: 1.5em -17px 1em -17px;
  padding: 0;
  border-top: 1px solid #4c5f39;
}
#home-tools-inner nav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #4c5f39;
}
#home-tools-inner nav ul li a {
  display: block;
  font-family: 'verlag-book';
  color: #FFF;
  padding: 10px 17px 8px 17px;
  text-decoration: none;
}
#home-tools-inner nav ul li a:hover {
  color: #85c446;
}
#home-tools-inner nav ul li a:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.6em;
  top: -0.1em;
  margin-left: 0.5em;
  margin-right: -1.5em;
  vertical-align: middle;
}
#home-tools-inner nav ul li a:hover:after {
  margin-left: 1.5em;
  margin-right: -2.8em;
}
#home-tools-inner h3 {
  font-family: "verlag-black";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 110%;
  font-size: 1.1em;
}
#home-tools-inner a.btn {
  margin-bottom: 0;
  margin-top: 0.4em;
}
#home-about {
  text-align: center;
  color: #FFF;
  background: url("img/bg-fries.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 4em 0;
}
#home-about:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#home-about .wrap-sm {
  position: relative;
  z-index: 2;
}
#home-about h3 {
  font-family: 'verlag-light';
  letter-spacing: 0.05em;
  line-height: 150%;
  font-size: 24px;
  margin: 0 0 0.6em 0;
}
#home-about a.btn {
  margin: 0;
}
#home-insights, #footer-cta.about {
  position: relative;
}
#home-insights > div, #footer-cta.about > div {
  text-align: center;
  padding: 4em 0;
  background: url("img/bg-rosemary.jpg") no-repeat center center;
  background-size: cover;
}
#home-insights > div > div.wrap-md, #footer-cta.about > div > div.wrap-md {
  position: relative;
  z-index: 2;
}
#home-insights > div:after, #footer-cta.about > div:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
#home-insights h3, #footer-cta.about h3 {
  font-family: "verlag-black";
  text-transform: uppercase;
  margin: 0 0 0.3em 0;
  letter-spacing: 0.1em;
  font-size: 30px;
}
#home-insights p, #footer-cta.about p {
  margin: 0 0 1em 0;
  font-size: 1.4em;
}
#home-insights a.btn, #footer-cta.about a.btn {
  margin: 0;
}
#home-insights p#unsubscribe-msg, #footer-cta.about p#unsubscribe-msg {
  font-size: 0.8em;
  margin-top: 1.5em;
}

/* =========================================================================
   INSIDE PAGES ------------------------------------------------------------
   ========================================================================= */
#breadcrumbs-container {
  overflow: hidden;
  padding: 0.5em 0 0.5em 0;
  color: #999999;
  background: #f5f4f4;
}
#breadcrumbs-container p {
  font-size: 14px;
  margin: 0;
  line-height: 100%;
  letter-spacing: 0.02em;
}
#breadcrumbs-container a, #breadcrumbs-container span.breadcrumb_last {
  display: inline-block;
  margin-right: 0.6em;
  color: #000;
}
#breadcrumbs-container span.breadcrumb_last {
  color: #666;
}
#inside-hero {
  background: url("img/hero-research.jpg") no-repeat center top;
  background-size: cover;
  color: #FFF;
  text-align: center;
  padding-bottom: 20%;
  margin-bottom: -20%;
  position: relative;
}
#inside-hero .wrap {
  padding-top: 6%;
  padding-bottom: 5%;
}
#inside-hero h2 {
  font-size: 3vw;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "verlag-black";
}
#inside-hero p {
  display: block;
  font-size: 2.4vw;
  position: relative;
  z-index: 2;
  margin: 0.3em 0 0 0;
  padding-bottom: 1%;
}
#inside-hero:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
main {
  background: #f5f4f4;
}
#content {
  position: relative;
  z-index: 2;
  padding-bottom: 6em;
}
#content > .wrap {
  background: #FFF;
  padding: 0;
}
#leftnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#leftnav ul li {
  margin: 0;
  padding: 0;
}
#leftnav ul li a {
  display: block;
  padding: 10px 0;
  font-size: 1.1em;
  position: relative;
}
#leftnav ul li.current_page_item a:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  left: -15px;
  top: 10px;
  bottom: 10px;
}
nav.tabnav {
  border-bottom: 1px solid #d7d7d7;
}
nav.tabnav 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;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.tabnav ul li {
  margin: 0;
  padding: 0;
}
nav.tabnav ul li a {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: block;
  max-height: 0px;
  overflow: hidden;
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 15px;
  padding: 0px 23px;
  position: relative;
  color: #000;
  background: #e1e1e1;
  border-bottom: 1px solid #FFF;
  -webkit-box-shadow: inset 0px 0px 35px 0px rgba(60, 60, 60, 0.07);
  box-shadow: inset 0px 0px 35px 0px rgba(60, 60, 60, 0.07);
}
nav.tabnav ul li a:hover {
  text-decoration: none;
  color: #883d6b;
  background: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
nav.tabnav ul li a:active {
  background: #FFF;
  color: #000;
}
nav.tabnav ul li.on {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
nav.tabnav ul li.on a {
  max-height: 150px;
  padding-top: 22px;
  padding-bottom: 17px;
  background: #FFF;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
nav.tabnav ul li.on a:after {
  content: '\f0dc';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
}
nav.tabnav.open ul li a {
  padding-top: 22px;
  padding-bottom: 17px;
  max-height: 150px;
}
section.tabcontent {
  padding: 40px 20px;
}
section.tabcontent.notabs {
  border-top: 12px solid #e1e1e1;
}
.tabhead {
  margin-bottom: 2em;
}
.tabhead h1 {
  font-family: "verlag-black";
  font-size: 20px;
}
.tabhead h3 {
  font-size: 19px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
article.researchitem {
  padding: 0 0 3em 0;
  margin: 0 0 3em 0;
  border-bottom: 1px solid #d7d7d7;
}
article.researchitem:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 1em;
}
article.researchitem .date {
  font-size: 15px;
  font-family: "verlag-black";
  line-height: 110%;
}
article.researchitem h3 {
  font-family: "verlag-black" !important;
  font-size: 19px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.8em 0;
}
article.researchitem h3 a:hover, article.researchitem h3 a:active {
  color: #85c446;
  text-decoration: none;
}
article.researchitem h3 a.arrowlink:after {
  color: #000;
}
article.researchitem h4 {
  font-family: "verlag-black";
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: 0;
}
article.researchitem p {
  margin: 0;
}
article.researchitem figure {
  position: relative;
}
article.researchitem figure .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  color: #FFF;
  text-transform: uppercase;
  font-family: "verlag-black";
  letter-spacing: 0.1em;
  font-size: 12px;
  opacity: 0;
  overflow: hidden;
}
article.researchitem figure .hover-note span:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.8em;
  top: -0.23em;
  margin-left: 0.3em;
  vertical-align: middle;
}
article.researchitem:hover figure .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  bottom: 0;
}
article.researchitem:hover figure .hover-note span:after {
  margin-left: 1em;
  margin-right: -0.7em;
}
article.researchitem.hover h3 a {
  color: #85c446;
  text-decoration: none;
}
article.researchitem a.btn {
  margin-top: 0.6em;
  margin-bottom: 0;
}
aside.linklist, aside.newslist {
  border: 1px solid #d7d7d7;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* max-height: 400px; */
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
aside.linklist article.thumblink a, aside.newslist article.thumblink a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 20px 100px;
  min-height: 120px;
  font-size: 17px;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
}
aside.linklist article.thumblink a:hover, aside.linklist article.thumblink a:active, aside.newslist article.thumblink a:hover, aside.newslist article.thumblink a:active {
  color: #883d6b;
  text-decoration: none;
}
aside.linklist article.thumblink a img, aside.newslist article.thumblink a img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 80px;
  height: 80px;
}
aside.linklist article.thumblink a h4, aside.newslist article.thumblink a h4 {
  margin: 0;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  font-size: 17px;
}
aside.linklist article.thumblink a[target="_blank"]:after, aside.newslist article.thumblink a[target="_blank"]:after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 3px;
  bottom: 14px;
  font-size: 0.8em;
}
aside.linklist article.thumblink:first-child a, aside.newslist article.thumblink:first-child a {
  min-height: 100px;
  padding-top: 0;
}
aside.linklist article.thumblink:first-child a img, aside.newslist article.thumblink:first-child a img {
  top: 0;
}
aside.linklist article.thumblink:last-child a, aside.newslist article.thumblink:last-child a {
  border-bottom: none;
  min-height: 100px;
  padding-bottom: 0;
}
aside.linklist article.newslink, aside.newslist article.newslink {
  font-size: 0.85em;
  padding: 0.8em 0;
  border-bottom: 1px solid #d7d7d7;
}
aside.linklist article.newslink:first-child, aside.newslist article.newslink:first-child {
  padding-top: 0;
}
aside.linklist article.newslink:last-child, aside.newslist article.newslink:last-child {
  border-bottom: none;
}
aside.linklist article.newslink h4, aside.newslist article.newslink h4 {
  margin: 0 0 0.15em 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 1em;
}
aside.linklist article.newslink p, aside.newslist article.newslink p {
  margin: 0;
  line-height: 130%;
}
aside.linklist h3, aside.newslist h3 {
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  line-height: 100%;
  padding: 5px 15px 15px 15px;
  margin: 0 0 20px 0;
  font-family: 'verlag-black';
  font-size: 20px;
}
aside.linklist .listbody, aside.newslist .listbody {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  overflow-y: auto;
}
aside.linklist.fixed, aside.newslist.fixed {
  position: fixed;
  top: 60px;
}
aside.linklist.fixed.bottom, aside.newslist.fixed.bottom {
  position: absolute;
  bottom: 60px;
  top: auto;
}
a.sidebar-more {
  display: block;
  font-size: 14px;
  padding: 0.7em 0;
  border-top: 1px solid #d7d7d7;
}
a.sidebar-more:last-child{
	padding-bottom: 0;
	margin-bottom: -0.5em;
}
.sidebar-parent {
  position: relative;
  overflow: hidden;
}
#footer-cta:not(.about) {
  position: relative;
  color: #FFF;
  background: #813664;
  border-top: 10px solid #dccad4;
  margin-bottom: -8px;
  z-index: 3;
}
#footer-cta:not(.about) > div {
  text-align: center;
  padding: 3em 0;
}
#footer-cta:not(.about) > div > div.wrap-sm {
  position: relative;
  z-index: 2;
}
#footer-cta:not(.about) h3 {
  font-family: "verlag-black";
  text-transform: uppercase;
  margin: 0 0 0.3em 0;
  letter-spacing: 0.1em;
  font-size: 30px;
}
#footer-cta:not(.about) p {
  margin: 0 0 1em 0;
  font-size: 1.4em;
}
#footer-cta:not(.about) a.btn {
  margin: 0;
}
#footer-cta:not(.about) p#unsubscribe-msg {
  font-size: 0.75em;
  margin-top: 1.5em;
  margin-bottom: 0;
}
#footer-cta.about {
  background: #f5f4f4;
  margin-top: -3em;
  padding-bottom: 3em;
}
#footer-cta.about > div {
  background: transparent;
  padding: 0;
}
#footer-cta.about > div:after {
  display: none;
}
#footer-cta.about .wrap {
  background: url("img/bg-rosemary.jpg") no-repeat center center;
  background-size: cover;
  padding: 4em 2em;
  position: relative;
}
#footer-cta.about .wrap > div {
  position: relative;
  z-index: 2;
}
#footer-cta.about .wrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
#additional, .successstories-list {
  padding: 40px 0 0 0;
  margin-top: 40px;
  border-top: 1px solid #d7d7d7;
}
#additional article figure, .successstories-list article figure {
  position: relative;
  margin: -1px -1px 0 -1px;
}
#additional article figure a, .successstories-list article figure a {
  display: block;
}
#additional article figure .hover-note, .successstories-list article figure .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  color: #FFF;
  text-transform: uppercase;
  font-family: "verlag-black";
  letter-spacing: 0.1em;
  font-size: 12px;
  opacity: 0;
  overflow: hidden;
}
#additional article figure .hover-note span:after, .successstories-list article figure .hover-note span:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.8em;
  top: -0.23em;
  margin-left: 0.3em;
  vertical-align: middle;
}
#additional article figure:hover .hover-note, .successstories-list article figure:hover .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  bottom: 0;
}
#additional article figure:hover .hover-note span:after, .successstories-list article figure:hover .hover-note span:after {
  margin-left: 1em;
  margin-right: -0.7em;
}
#additional article.article-vertical, .successstories-list article.article-vertical {
  min-height: 100%;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
  background: #f5f4f4;
}
#additional article.article-vertical > div, .successstories-list article.article-vertical > div {
  padding: 2em;
}
#additional article.article-vertical .pure-u-1, .successstories-list article.article-vertical .pure-u-1 {
  margin-bottom: 20px;
}
#additional article.article-horizontal, .successstories-list article.article-horizontal {
  margin: 0 0 2em 0;
}
#additional article.article-horizontal .article-title, .successstories-list article.article-horizontal .article-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#additional .date, .successstories-list .date {
  font-size: 15px;
  font-family: "verlag-black";
  line-height: 110%;
}
#additional h2, .successstories-list h2 {
  text-transform: uppercase;
  font-family: "verlag-black";
  font-size: 20px;
  margin-bottom: 35px;
}
#additional h3, .successstories-list h3 {
  font-family: "verlag-black" !important;
  font-size: 19px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.8em 0;
  margin-top: 0 !important;
  margin-bottom: 0;
}
#additional h3 a:hover, #additional h3 a:active, .successstories-list h3 a:hover, .successstories-list h3 a:active {
  color: #85c446;
  text-decoration: none;
}
#additional h3 a.arrowlink:after, .successstories-list h3 a.arrowlink:after {
  color: #000;
}
#additional h4, .successstories-list h4 {
  font-family: "verlag-black";
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: 0;
}
#additional p, .successstories-list p {
  margin: 0;
  font-size: 0.9em;
}
#additional a.btn, .successstories-list a.btn {
  margin-top: 2em;
  margin-bottom: 0;
}
#additional a.arrowlink:after, .successstories-list a.arrowlink:after {
  color: #000;
  font-size: 0.8em;
  top: -0.2em;
  margin-left: 0.3em;
  margin-right: -1em;
}
#additional a.arrowlink:hover:after, .successstories-list a.arrowlink:hover:after {
  margin-left: 0.6em;
  margin-right: -1.3em;
}
#additional .pure-u-1 {
  margin-bottom: 30px;
}
#additional h4 {
  margin-top: 1.4em;
}
.successstories-list:not(.fullwidth) {
  max-width: 840px;
}
.successstories-list > .pure-g > .pure-u-1 {
  margin-bottom: 35px;
}
.backlink {
  padding: 0.8em 0;
  margin-top: -2.6em;
  margin-bottom: 2em;
  border-bottom: 1px solid #d7d7d7;
}
.backlink a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
}
.backlink a:hover, .backlink a:active {
  color: #4c5f39;
  text-decoration: none;
}
.backlink a:hover i, .backlink a:active i {
  margin-left: -0.5em;
  margin-right: 0.8em;
}
.backlink a i {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  margin-right: 0.3em;
  position: relative;
  top: 0.05em;
}
.single-content {
  overflow: hidden;
  padding-bottom: 2.5em;
}
.single-content h1 {
  font-family: "verlag-black";
  font-size: 20px;
  margin: 0 0 0.7em 0;
}
.single-content h2 {
  margin-top: 2em;
  margin-bottom: 0.2em;
}
.single-content h4 {
  font-size: 0.85em;
  margin-top: 2em;
}
.single-content h4:first-child {
  margin-top: 0;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
}
.single-content h3 {
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 2em;
  margin-bottom: 0.2em;
  font-weight: 600;
}
.single-content p {
  margin: 0 0 0.7em 0;
}
.single-content p.topmargin {
  margin-top: 2.5em;
}
.single-content p.disclaimer {
  margin-top: 3em;
  font-size: 0.8em;
  color: #666;
  line-height: 125%;
  text-indent: -0.6em;
}
.single-content strong {
  font-weight: 700;
}
.single-content ol, .single-content ul {
  margin: 0.7em 0 0.9em 0;
  padding-left: 30px;
}
.single-content ol li, .single-content ul li {
  margin: 0.3em 0;
}
.single-content .pullquote {
  padding: 30px 30px;
  text-align: center;
  position: relative;
  font-size: 1.35em;
  font-family: 'verlag-bold';
}
.single-content .pullquote p {
  margin: 10px 0;
}
.single-content .pullquote p.addl {
  margin-top: 15px;
  font-size: 0.75em;
}
.single-content .pullquote:before, .single-content .pullquote:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 5px;
  background: #85c446;
}
.single-content .pullquote:after {
  top: auto;
  bottom: 0px;
}
.single-content .pullquote.green, .single-content .pullquote.bg-green {
  background: #85c446;
  padding: 80px 30px;
}
.single-content .pullquote.green:before, .single-content .pullquote.green:after, .single-content .pullquote.bg-green:before, .single-content .pullquote.bg-green:after {
  background: #FFF;
  top: 50px;
}
.single-content .pullquote.green:after, .single-content .pullquote.bg-green:after {
  top: auto;
  bottom: 50px;
}
.single-content hr {
  margin: 3em 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  margin-left: -20px;
  margin-right: -20px;
}
#page-foot-nav {
  margin-top: 3em;
  margin-bottom: -30px;
  padding: 3em 0 0 0;
  border-top: 1px solid #d7d7d7;
}
#page-foot-nav ul {
  margin-top: -15px;
  margin-bottom: 0;
  padding: 0;
}
#page-foot-nav ul li {
  display: block;
  margin: 10px 0;
}
#page-foot-nav ul li a {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: block;
  background: #f5f4f4;
  overflow: hidden;
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 15px;
  padding: 22px 23px 17px 23px;
  position: relative;
  color: #883d6b;
  text-align: center;
}
#page-foot-nav ul li a:hover {
  text-decoration: none;
  color: #883d6b;
  background: #d7d7d7;
}
#page-foot-nav ul li a:active {
  background: #FFF;
  color: #000;
}
#page-foot-nav ul li a:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 0.8em;
  top: -0.15em;
  margin-left: 0.6em;
  vertical-align: middle;
}
#page-foot-nav ul li a:hover:after {
  margin-left: 0.9em;
  margin-right: -0.3em;
}
#page-foot-nav ul li.tab-back a:after {
  display: none;
}
#page-foot-nav ul li.tab-back a:before {
  content: '\f30a';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 0.8em;
  top: -0.15em;
  margin-right: 0.6em;
  vertical-align: middle;
}
#page-foot-nav ul li.tab-back a:hover:before {
  margin-right: 0.9em;
  margin-left: -0.3em;
}
section.linklist {
  margin: 1em 0;
}
section.linklist h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin: 0;
  padding-top: 1.5em;
}
section.linklist p {
  line-height: 130%;
  margin: 0.8em 0;
}
section.linklist p strong {
  font-weight: 600;
}
section.feature {
  margin: 2em 0;
  padding: 2em 0;
  border-top: 1px solid #d7d7d7;
}
section.feature:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.feature > h3 {
  text-transform: uppercase;
  font-family: 'verlag-black';
  font-size: 20px;
}
section.feature article {
  margin-top: 2em;
}
section.feature article .date {
  font-size: 15px;
  font-family: "verlag-black";
  line-height: 110%;
}
section.feature article h3 {
  font-family: "verlag-black" !important;
  font-size: 19px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.8em 0;
}
section.feature article h3 a:hover, section.feature article h3 a:active {
  color: #85c446;
  text-decoration: none;
}
section.feature article h3 a.arrowlink:after {
  color: #000;
}
section.feature article > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#research-objective, #research-highlights {
  margin: 0.7em 0;
}
#research-objective h3:first-child, #research-highlights h3:first-child {
  display: inline;
  font-size: 1em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
#research-objective p:nth-child(2), #research-highlights p:nth-child(2) {
  display: inline;
}
#content.init-detail #page-foot-nav {
  border-top: none;
}
.resources > .pure-g > .pure-u-1 {
  margin-bottom: 30px;
}
#resources-addthis{
	margin: 40px 0;
}
#resources-addthis > div{
	margin-top:10px;
}

/* =========================================================================
   CONTACT US --------------------------------------------------------------
   ========================================================================= */
#contact-col1 h1, #contact-col1 h2 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  font-family: "verlag-black";
  letter-spacing: 0.04em;
  margin: 0;
  line-height: 110%;
}
#contact-exporters{
	margin-top:1em;
}
#contact-exporters p i{
	font-size: 0.7em;
	vertical-align: baseline;
	margin-left:0.3em;
}
#contact-col1 h2 {
  font-size: 16px;
}
#contact-col1 p {
  margin: 0;
  font-size: 19px;
}
#contact-col1 address {
  font-style: normal;
  margin: 0;
  font-size: 19px;
  line-height: 120%;
}
#contact-col1 address .numfix {
  font-size: 1em;
}
#contact-col1 hr {
  border: none;
  background: transparent;
  border-bottom: 1px solid #d7d7d7;
  margin: 1em -10px;
}
#contact-tel {
  display: block;
  color: #000;
  font-size: 22px;
}
#contact-tel > i {
  margin-right: 0.2em;
}
#contact-tel:hover, #contact-tel:active {
  color: #883d6b;
  text-decoration: none;
}
#contact-form {
  margin-top: 3em;
  border-top: 7px solid #85c446;
  background: #f5f4f4;
  padding: 2em;
}
#contact-form, #page-form {
  position: relative;
}
#contact-form .gform_wrapper, #page-form .gform_wrapper {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
#contact-form h2, #page-form h2 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  text-align: center;
  position: relative;
  padding-top: 78px;
  margin-bottom: 50px;
}
#contact-form h2:before, #page-form h2:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 62px;
  left: 50%;
  margin-left: -30px;
  top: 0;
  background: url("img/icon-contact.png") no-repeat center center;
}
#contact-form #required, #page-form #required {
  position: absolute;
  left: 2em;
  top: 1.6em;
  color: #999999;
  font-size: 14px;
}
#contact-form #required span, #page-form #required span {
  font-weight: bold;
  color: #e4564a;
}
#page-form {
  margin-top: -1em;
  padding-top: 60px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
#page-form #required {
  top: 22px;
  left: 0;
}
#page-form .cancelback {
  text-align: center;
  margin: 2em;
}
#page-form .cancelback a {
  display: inline-block;
  font-size: 0.9em;
}
#formpage-content {
  max-width: 550px;
  margin: -1em auto 2em auto;
  text-align: center;
}
.page-id-878 #page-form h2:before {
  background-image: url("img/icon-basket.png");
}

/* =========================================================================
   NEWS/EVENTS -------------------------------------------------------------
   ========================================================================= */
#search-jump-container {
  margin-bottom: 2em;
}
#newscatlist button, .growerlist button {
  display: inline-block;
  color: #000;
  font-family: "verlag-black";
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 15px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 9999px;
  line-height: 110%;
  padding: 11px 21px 7px 21px;
  margin: 1em 0;
  text-decoration: none;
  padding: 3px 0 0 0;
  height: 45px;
  margin: 0;
  width: 100%;
}
#newscatlist button:hover, #newscatlist button:active, .growerlist button:hover, .growerlist button:active {
  background: #883d6b;
  color: #FFF;
  border-color: #883d6b;
}
#newscatlist button:after, .growerlist button:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.8em;
  top: -0.18em;
  margin-left: 1em;
  vertical-align: middle;
}
#newscatlist button[target="_blank"]:after, .growerlist button[target="_blank"]:after {
  content: '\f35d';
}
#newscatlist button:after, .growerlist button:after {
  display: none;
}
#newscatlist button:disabled, .growerlist button:disabled {
  opacity: 0.2;
}
#newscatlist.resourcecatjump label{
	display: block;
	font-family: "verlag-black" !important;
	font-size: 19px;
	line-height: 115%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 0.6em 0;
}
.news-item {
  margin: 3em 0;
}
.news-item h2 {
  margin: 0;
}
.news-item p.newsdate {
  font-size: 15px;
  margin: 0 0 0.4em 0;
  font-family: 'verlag-black';
  line-height: 110%;
  text-transform: uppercase;
}
#news-overview h1 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
}
#news-overview .newsdate,
#news-single .newsdate {
  font-family: "verlag-black";
  font-size: 15px;
  line-height: 110%;
  margin: 20px 0;
  text-transform: uppercase;
}
figure.news-featured {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #d7d7d7;
}
figure.news-featured figcaption {
  font-size: 14px;
  margin: 1em 0 0 0;
  line-height: 130%;
}
#events-single h3.event-dates {
  border-top: 1px solid #d7d7d7;
  padding-top: 1em;
  margin: 1em 0 2em 0;
}
#news-addthis{
  margin: 20px 0;
}
.eventlist .listbody {
  max-height: 450px;
}



/* =========================================================================
   INDUSTRY UPDATES --------------------------------------------------------
   ========================================================================= */

.industry-updates-cta{
  background: #85c446;
  padding: 40px;
  font-size: 38px;
  margin-top: 20px;
}

.industry-updates-cta p{
  line-height: 42px;
}

.industry-updates-cta a,
.industry-updates-cta p a{
  color: #000;
}

/* =========================================================================
   BLOCKS / FLEXIBLE CONTENT -----------------------------------------------
   ========================================================================= */
.peoplelist .pure-g > div {
  position: relative;
  padding-bottom: 1.5em;
}
.peoplelist .pure-g > div:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #d7d7d7;
}
.peoplelist article {
  padding-left: 12px;
  padding-right: 12px;
}
.peoplelist article figure {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 0.8em;
}
.peoplelist article h3 {
  font-size: 1em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 110%;
}
.peoplelist article p {
  font-size: 0.92em;
  margin: 0.2em 0;
  line-height: 110%;
  color: #666;
}
.peoplelist article p.person-email {
  margin-top: 0.5em;
}
.cta-3col {
  margin: 2.7em 0 3em 0;
}
.cta-3col article {
  min-height: 100%;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
  background: #f5f4f4;
}
.cta-3col article figure {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
}
.cta-3col article figure .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  color: #FFF;
  text-transform: uppercase;
  font-family: "verlag-black";
  letter-spacing: 0.1em;
  font-size: 12px;
  opacity: 0;
  overflow: hidden;
}
.cta-3col article figure .hover-note span:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.8em;
  top: -0.23em;
  margin-left: 0.3em;
  vertical-align: middle;
}
.cta-3col article figure:hover .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  bottom: 0;
}
.cta-3col article figure:hover .hover-note span:after {
  margin-left: 1em;
  margin-right: -0.7em;
}
.cta-3col article .cta-logo {
  position: absolute;
  top: 1.5em;
  left: 1px;
  background: #FFF;
  padding: 0.8em;
  max-width: 30%;
}
.cta-3col h3 {
  font-family: "verlag-black" !important;
  font-size: 19px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.8em 0;
  margin-bottom: 0;
}
.cta-3col h3 a:hover, .cta-3col h3 a:active {
  color: #85c446;
  text-decoration: none;
}
.cta-3col h3 a.arrowlink:after {
  color: #000;
}
.cta-3col h3 a {
  display: block;
  padding: 1.6em 2em 2.4em 2em;
  position: relative;
}
.cta-3col h3 a[target="_blank"]:after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-size: 0.8em;
  color: #000;
}
ul.linklist {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.filelist a.filethumb {
  display: block;
  border: 1px solid #d7d7d7;
  position: relative;
  padding: 15px 15px 0px 15px;
  overflow: hidden;
}
.filelist a.filethumb figure {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.filelist a.filethumb figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.filelist a.filethumb figcaption {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;
  padding: 10px;
  line-height: 120%;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 14px;
  min-height: 54px;
}
.filelist a.filethumb:hover figcaption, .filelist a.filethumb:active figcaption {
  background: black;
}
.filelist .filebtn {
  text-align: center;
  padding-top: 1em;
}
.grower-directory {
  border-top: 1px solid #d7d7d7;
  padding: 2.5em 0 2.5em 12px;
}
.grower-directory h2 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  margin: 0 0 0.7em 0;
}
.grower-directory form {
  max-width: 550px;
}
.tax-researchcat .grower-directory {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
.tax-researchcat .resources {
  margin-top: 4em;
}
.accordion {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.accordion .expand-content {
  -webkit-transition: visibility 0.5s, opacity 0.5s, max-height 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s, max-height 0.5s;
  transition: visibility 0.5s, opacity 0.5s, max-height 0.5s;
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding-left: 12px;
}
.accordion h2 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 0 0 -1px 0;
}
.accordion h2 a {
  color: #000;
  display: block;
  position: relative;
  padding: 28px 85px 23px 12px;
}
.accordion h2 a span {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 20px;
  color: #883d6b;
  letter-spacing: normal;
  font-weight: 600;
  vertical-align: top;
  line-height: 37px;
}
.accordion h2 a span:after {
  content: '+';
  position: relative;
  top: -1px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 12px;
  width: 35px;
  height: 35px;
  border: 1px solid #d7d7d7;
  background: #f5f4f4;
  line-height: 34px;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  border-radius: 4px;
}
.accordion section.open .expand-content {
  -webkit-transition: visibility 0s, opacity 0.5s, max-height 0s;
  -o-transition: visibility 0s, opacity 0.5s, max-height 0s;
  transition: visibility 0s, opacity 0.5s, max-height 0s;
  max-height: 4000px;
  visibility: visible;
  opacity: 1;
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}
.accordion section.open h2 a span:after {
  content: '-';
  line-height: 30px;
}
.board-mobile {
  margin: 1.5em 0;
}
.board-mobile .accordion h2 {
  margin: 0;
  margin-top: -1px;
  font-size: 14px;
}
.board-mobile .accordion h2 a {
  padding-top: 18px;
  padding-bottom: 15px;
  padding-right: 100px;
}
.board-mobile .accordion h2 a span {
  top: 5px;
}
.board-mobile .accordion section.open .expand-content {
  background: #f5f4f4;
  padding-top: 12px;
  padding-bottom: 25px;
}
.board-mobile .accordion section.open .expand-content p {
  font-size: 0.85em;
  margin: 0 0 0.7em 0;
  line-height: 130%;
}
.board-mobile .accordion .mobile-member {
  margin: 0.5em 0 1.5em 0;
}
.textctas, .crosslinkctas {
  padding: 35px 0 20px 12px;
}
.textctas h2, .crosslinkctas h2 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  margin: 0 0 2em 0;
}
.textctas article, .crosslinkctas article {
  position: relative;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 2em 2em 70px 2em;
  min-height: 100%;
  background: #f5f4f4;
}
.textctas article h3, .crosslinkctas article h3 {
  font-family: "verlag-black";
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 120%;
  margin: 0;
}
.textctas article h3 a, .crosslinkctas article h3 a {
  display: block;
  padding-top: 25px;
  position: relative;
}
.textctas article h3 a:before, .crosslinkctas article h3 a:before {
  content: '\f0c1';
  color: #000;
  position: absolute;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  text-align: center;
  top: -10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.textctas article h3 a[target="_blank"]:before, .crosslinkctas article h3 a[target="_blank"]:before {
  content: '\f35d';
}
.textctas article p, .crosslinkctas article p {
  font-size: 18px;
  margin: 0.6em 0;
  line-height: 120%;
}
.textctas .cta-social, .crosslinkctas .cta-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.textctas .cta-social a, .crosslinkctas .cta-social a {
  display: inline-block;
  margin: 0 0.1em;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #FFF;
  background: #898887;
  border-radius: 999px;
}
.textctas .cta-social a:hover, .textctas .cta-social a:active, .crosslinkctas .cta-social a:hover, .crosslinkctas .cta-social a:active {
  background: #000;
}
.crosslinkctas {
  margin-top: 2em;
  padding-bottom: 0;
}
.crosslinkctas a article {
  padding: 1.5em 1.5em 40px 1.5em;
}
.crosslinkctas a article p {
  color: #000;
}
.crosslinkctas a article:after {
  content: '\f30b';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.crosslinkctas a:hover, .crosslinkctas a:active {
  text-decoration: none;
}
.crosslinkctas a:hover h3, .crosslinkctas a:active h3 {
  text-decoration: underline;
}
.crosslinkctas a[target="_blank"] article:after {
  content: '\f35d';
}
.twocol-quote .col1 h3 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  margin: 0 0 1em 0;
}
.twocol-quote > div:first-child p {
  margin-top: 0;
}
.twocol-quote aside.quote {
  position: relative;
  padding: 40px 20px;
  text-align: center;
}
.twocol-quote aside.quote:before, .twocol-quote aside.quote:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  left: 50%;
  top: 0;
  margin-left: -50px;
  background: #85c446;
}
.twocol-quote aside.quote:after {
  top: auto;
  bottom: 0;
}
.twocol-quote aside.quote p.quote-quote {
  font-family: 'verlag-bold';
  font-size: 26px;
  margin: 0 0 0.6em 0;
}
.twocol-quote aside.quote p.quote-credit, .twocol-quote aside.quote p.quote-title {
  font-family: 'verlag-book';
  font-size: 20px;
  margin: 0;
}
.slideshow {
  overflow: hidden;
  position: relative;
  margin: 3em 0;
}
.slideshow h3 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  margin: 0 0 1em 0;
  padding-left: 20px;
}
.slideshow-inner {
  max-width: 768px;
  margin-left: -10px;
  margin-right: -10px;
}
.slideshow-inner.slick-slider {
  position: static;
}
.slideshow-inner .slick-list {
  overflow: visible;
}
.slideshow-inner .slide {
  padding-left: 10px;
  padding-right: 10px;
}
.slideshow-inner button.slick-arrow {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -60px;
  z-index: 100;
  border: none;
  outline: 0;
  background: #FFF;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
}
.slideshow-inner button.slick-arrow.slick-next {
  left: auto;
  right: 0px;
}
.slideshow-inner button.slick-arrow.slick-disabled {
  display: none !important;
}
.slideshow-inner figcaption {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  display: block;
  padding: 1em 2em;
  color: #666;
  font-style: italic;
  font-size: 17px;
}
.slideshow-inner .slick-current figcaption {
  opacity: 1;
}
hr.wp-block-separator {
  height: 0px;
  border: none;
  outline: 0;
  margin: 2.7em -15px;
  border-bottom: 1px solid #d7d7d7;
}
.twocol-callout {
  padding-left: 20px;
  margin-top: 2.2em;
  margin-bottom: 2.2em;
}
.twocol-callout.noindent {
  margin-top: 0;
  padding-left: 0;
}
.twocol-callout h2 {
  font-family: "verlag-black";
  font-size: 21px;
  margin: 0 0 0.7em 0;
}
.twocol-callout > div:first-child p {
  line-height: 130%;
  margin: 0.8em 0;
}
.twocol-callout > div:first-child p strong {
  font-weight: 600;
}
.featcamp .col1 {
  padding-left: 2em;
  padding-right: 2em;
  background: #333;
}
.featcamp h3 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  padding-left: 20px;
  margin-top: 2em;
  margin-bottom: 0.8em;
}
.featcamp nav ul {
  list-style: none;
  margin: 1.5em -17px 1em -17px;
  padding: 0;
  border-top: 1px solid #4c5f39;
}
.featcamp nav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #4c5f39;
}
.featcamp nav ul li a {
  display: block;
  font-family: 'verlag-book';
  color: #FFF;
  padding: 10px 17px 8px 17px;
  text-decoration: none;
}
.featcamp nav ul li a:hover {
  color: #85c446;
}
.featcamp nav ul li a:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.6em;
  top: -0.1em;
  margin-left: 0.5em;
  margin-right: -1.5em;
  vertical-align: middle;
}
.featcamp nav ul li a:hover:after {
  margin-left: 1.5em;
  margin-right: -2.8em;
}
.featcamp nav ul {
  border-top: none;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.featcamp nav ul li:last-child {
  border-bottom: none;
}
.featcamp nav ul li a[target="_blank"]:after {
  content: '\f35d';
}
.featcamp .hoverbg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
  padding-left: 6px;
  overflow: hidden;
  text-align: right;
  min-height: 328px;
}
.featcamp .hoverbg img {
  display: block;
  width: 100%;
  min-height: 328px;
}
.markettools {
  margin: 2em 0;
}
.markettools .pure-u-lg-1-3 {
  margin-bottom: 30px;
}
.markettools article {
  min-height: 100%;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
  background: #f5f4f4;
}
.markettools article figure {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
}
.markettools article figure .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  color: #FFF;
  text-transform: uppercase;
  font-family: "verlag-black";
  letter-spacing: 0.1em;
  font-size: 12px;
  opacity: 0;
  overflow: hidden;
}
.markettools article figure .hover-note span:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.8em;
  top: -0.23em;
  margin-left: 0.3em;
  vertical-align: middle;
}
.markettools article figure:hover .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  bottom: 0;
}
.markettools article figure:hover .hover-note span:after {
  margin-left: 1em;
  margin-right: -0.7em;
}
.markettools article .cta-logo {
  position: absolute;
  top: 1.5em;
  left: 1px;
  background: #FFF;
  padding: 0.8em;
  max-width: 30%;
}
.markettools article > div > a {
  display: block;
  padding: 1.6em 2em 1.6em 2em;
  position: relative;
}
.markettools article > div > a h3 {
  font-family: "verlag-black" !important;
  font-size: 19px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.8em 0;
  margin: 0;
}
.markettools article > div > a h3 a:hover, .markettools article > div > a h3 a:active {
  color: #85c446;
  text-decoration: none;
}
.markettools article > div > a h3 a.arrowlink:after {
  color: #000;
}
.markettools article > div > a p {
  line-height: 130%;
  font-size: 0.9em;
  color: #000;
}
.markettools article > div > a:hover, .markettools article > div > a:active {
  text-decoration: none;
}
.markettools article > div > a:hover h3, .markettools article > div > a:active h3 {
  text-decoration: underline;
}
.markettools h2 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  padding-left: 20px;
  margin-bottom: 0.8em;
}
.init-success, .resources {
  margin: 3em 0 0 0;
}
.init-success .pure-u-lg-1-3, .resources .pure-u-lg-1-3 {
  margin-bottom: 30px;
}
.init-success article, .resources article {
  min-height: 100%;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
  background: #f5f4f4;
  padding-bottom: 20px;
  position: relative;
  /*
        &.hasshare{
            padding-bottom:2.6em;
        }
        */
}
.init-success article figure, .resources article figure {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
}
.init-success article figure .hover-note, .resources article figure .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  color: #FFF;
  text-transform: uppercase;
  font-family: "verlag-black";
  letter-spacing: 0.1em;
  font-size: 12px;
  opacity: 0;
  overflow: hidden;
}
.init-success article figure .hover-note span:after, .resources article figure .hover-note span:after {
  content: '\f30b';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 900;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 0.8em;
  top: -0.23em;
  margin-left: 0.3em;
  vertical-align: middle;
}
.init-success article figure:hover .hover-note, .resources article figure:hover .hover-note {
  -webkit-transition: bottom 0s, opacity 0.3s;
  -o-transition: bottom 0s, opacity 0.3s;
  transition: bottom 0s, opacity 0.3s;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  bottom: 0;
}
.init-success article figure:hover .hover-note span:after, .resources article figure:hover .hover-note span:after {
  margin-left: 1em;
  margin-right: -0.7em;
}
.init-success article .cta-logo, .resources article .cta-logo {
  position: absolute;
  top: 1.5em;
  left: 1px;
  background: #FFF;
  padding: 0.8em;
  max-width: 30%;
}
.init-success article > div, .resources article > div {
  position: relative;
  padding: 1.4em 1.7em 10px 1.7em;
  padding: 28px 34px 0 34px;
}
.init-success h2, .resources h2 {
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 130%;
  padding-left: 12px;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.init-success h3, .resources h3 {
  font-family: "verlag-black" !important;
  font-size: 19px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.8em 0;
}
.init-success h3 a:hover, .init-success h3 a:active, .resources h3 a:hover, .resources h3 a:active {
  color: #85c446;
  text-decoration: none;
}
.init-success h3 a.arrowlink:after, .resources h3 a.arrowlink:after {
  color: #000;
}
.init-success .sharelink, .init-success .requestlink, .init-success .resource-ytlinks, .resources .sharelink, .resources .requestlink, .resources .resource-ytlinks {
  display: block;
  margin-top: 20px;
  font-size: 0.9em;
  padding-left: 34px;
}
.init-success .resource-ytlinks, .resources .resource-ytlinks {
  padding-top: 0;
}
.init-success .clipboard-youtube, .resources .clipboard-youtube {
  display: block;
}
.init-success .clipboard-youtube:before, .resources .clipboard-youtube:before {
  content: '\f24d';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 0.4em;
}
.init-success .clipboard-youtube.copied, .resources .clipboard-youtube.copied {
  opacity: 0.6;
  color: #999;
}
.init-success .clipboard-youtube.copied:before, .resources .clipboard-youtube.copied:before {
  content: '\f058';
}
.init-success .viewon-youtube, .resources .viewon-youtube {
  display: block;
}
.init-success .viewon-youtube:before, .resources .viewon-youtube:before {
  content: '\f35d';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
}
.init-success .resource-downloads, .resources .resource-downloads {
  margin-top: 1.5em;
}
.init-success .resource-downloads a, .resources .resource-downloads a {
  display: block;
  margin: 6px 0;
  padding-top: 12px;
  padding-bottom: 9px;
  padding-right: 35px;
  max-width: 330px;
  white-space: normal;
  position: relative;
  font-size: 14px;
}
.init-success .resource-downloads a span.ext, .resources .resource-downloads a span.ext {
  font-size: 12px;
}
.init-success .resource-downloads a:after, .resources .resource-downloads a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  font-size: 14px;
}
.init-success .external-credit, .resources .external-credit {
  font-size: 0.85em;
  margin: 0.7em 0 0 0;
}
.init-success .external-credit i, .resources .external-credit i {
  font-size: 0.8em;
  margin-left: 0.3em;
}
.wp-block-image {
  margin: 2em 0;
}
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright {
  float: none;
  margin: 0;
}
.resourcesmore {
  margin: 2.5em 0 0 0;
  text-align: center;
}
.resourcesmore p {
  margin: 0 0 0.8em 0;
}
.resourcesmore a.btn {
  margin: 0;
}
figure.resource-video,
figure.widen-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
figure.resource-video iframe,
figure.widen-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
table.board-desktop-table {
  width: 100%;
  margin: 2em 0;
}
table.board-desktop-table th, table.board-desktop-table td {
  padding: 10px;
  width: 33.3333%;
}
table.board-desktop-table th {
  text-align: left;
  font-family: "verlag-black";
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  background: #883d6b;
  color: #FFF;
  cursor: pointer;
}
table.board-desktop-table th:after {
  content: '\f0dc';
  display: inline-block;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8em;
  position: relative;
  vertical-align: top;
  top: 0.1em;
}
table.board-desktop-table th.sorting-asc:after {
  content: '\f0de';
}
table.board-desktop-table th.sorting-desc:after {
  content: '\f0dd';
}
table.board-desktop-table td {
  border-top: 1px solid #d7d7d7;
  font-size: 0.9em;
}
table.board-desktop-table.statesort tr:not(.staterow-first) td {
  border-top: none;
}
table.board-desktop-table.statesort tr:not(.staterow-first) td:first-child {
  opacity: 0;
}
.single-content ul.social-icons {
  padding: 0;
}
ul.social-icons li {
  display: inline-block;
  margin-right: 10px;
}
ul.social-icons a {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  top: 0;
  height: 42px;
  width: 42px;
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  position: relative;
  overflow: hidden;
  background: #999;
  text-decoration: none;
}
ul.social-icons a:hover {
  top: -3px;
  text-decoration: none;
}
ul.social-icons a:before {
  content: '\f39e';
  background: #3b5998;
  display: block;
  color: #FFF;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  width: 42px;
  height: 42px;
  right: 0;
  top: 0;
  text-indent: 0;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
}
ul.social-icons a.instagram-icon:before {
  content: '\f16d';
  background: #517fa4;
}
ul.social-icons a.pinterest-icon:before {
  content: '\f231';
  background: #cb2027;
}
ul.social-icons a.youtube-icon:before {
  content: '\f167';
  background: #bb0000;
}
ul.social-icons a.twitter-icon:before {
  content: '\f099';
  background: #00aced;
}


/* ================== PODCAST SECTION =================== */
#pcast-intro .pure-g > div{
	margin-bottom: 20px;
}
#pcast-intro h1{
	font-family: 'verlag-black';
}
#pcast-subscribe{
	margin-top: 40px;
	max-width: 550px;
}
#pcast-subscribe h3{
	margin: 0 0 1em 0;
	font-family: 'verlag-bold';
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.9em;
}
#pcast-subscribe a.btn{
	margin:0 0.6em 0.7em 0;
}
#pcast-subscribe a.btn:after{
	display: none;
}
#pcast-subscribe a.btn img{
	display: inline-block;
	margin-top:-0.3em;
	margin-bottom:-0.1em;
	margin-right:-0.4em;
	margin-left: 0.4em;
	vertical-align: top;
}
#podcast-recent{
	margin: 60px 0;
}
#podcast-recent h2, #podyear-nav h2, #podyear-jump-container h2{
	font-size: 20px;
	font-family: 'verlag-black';
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 120%;
}
#podcast-recent > .pure-g > div{
	margin-bottom: 20px;
}
#podcast-recent article{
	max-width: 640px;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
	background: #f5f4f4;
	padding:30px 40px 100px 40px;
	min-height: 100%;
	position: relative;
}
#podcast-recent article > div,
#podcast-years article > div{
	font-family: 'verlag-bold';
	font-size: 12px;
	text-transform: uppercase;
	list-style: 120%;
	line-height: 130%;
	margin-bottom: 0.1em;
}
#podcast-recent article h3,
#podcast-years article h3{
	font-family: "verlag-black" !important;
    font-size: 19px;
    line-height: 115%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 0 0.8em 0;
}
#podcast-recent article a.btn{
	position: absolute;
	left:40px;
	bottom:30px;
	margin:0;
}
#podcast-recent article a.btn:after{
	content:'\f144';
	font-size: 1.5em;
	margin-right:-0.5em;
	margin-left:0.4em;
}
#podyear-jump{
	margin-bottom: 1em;
}
#podyear-jump-container h2{ margin-bottom:20px; }
#podyear-nav{
	margin-left: -30px;
	margin-right: -30px;
}
#podyear-nav h2{
	padding-left: 30px;
}
#podyear-nav ul{
	list-style: none;
	margin:0;
	background: #e1e1e1;
	padding:0 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: flex-start;
}
#podyear-nav ul li{
	order: 0;
	flex: 0 0 180px;
	align-self: auto;
}
#podyear-nav ul li a{
	display: block;
	-webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    overflow: hidden;
    font-family: "verlag-black";
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    background: #e1e1e1;
    border-right: 1px solid #FFF;
	width: auto;
    text-align: center;
    border-bottom: none;
	padding:30px 0 27px 0;
	text-align: center;
    line-height: 120%;
}
#podyear-nav ul li a:hover {
	text-decoration: none;
	color: #883d6b;
	background: #d7d7d7;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#podyear-nav ul li a:active, #podyear-nav ul li.current a{
  background: #FFF;
  color: #000;
}
#podcast-years > div{
	max-height: 0px;
	/* max-width: 0%; */
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s, max-height 0s linear 0s, max-width 0.5s;
	/*
	-moz-transition: visibility 0s, opacity s;
	-webkit-transition: visibility 0s, opacity s;
	*/
}
#podcast-years > div.current{
	/* max-width: 100%; */
	max-height: 8000px;
	opacity: 1;
	transition: opacity 0.5s, max-height 0.5s linear 0.5s, max-width:0.5s;
}
#podcast-years article{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom:2em;
	margin-top:2em;
}
#podcast-years article:first-child{
	padding-top:1em;
}
#podcast-years article:last-child{
	border-bottom:none;
	padding-bottom: 0;
}
#podcast-years article p{
	margin:0.5em 0 0 0;
	line-height: 140%;
}
#podcast-years article .podcast-container{
	max-height: 0px;
	opacity: 0;
	margin:0;
	overflow: hidden;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}
#podcast-years article.open .podcast-container{
	max-height: 500px;
	opacity: 1;
	margin-top:2.5em;
}
a.pcast-playinline{
	display: inline-block;
	font-family: 'verlag-black';
	text-transform: uppercase;
	font-size: 0.9em;
	margin:1.2em 0 0 0;
}
a.pcast-playinline:after{
	content:'\f144';
	font-family: "Font Awesome 5 Free";
	font-size: 1em;
	display: inline-block;
	vertical-align: top;
	margin-left:0.3em;
	font-weight: 900;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}
article.open a.pcast-playinline:after{
	transform:rotate(90deg);
}
/* Podcast Detail */
section.podcast div.pcast-date{
	font-family: 'verlag-bold';
	font-size: 13px;
	text-transform: uppercase;
	list-style: 120%;
	line-height: 130%;
	margin-bottom: 25px;
}
section.podcast h1{
	font-size: 20px;
	font-family: 'verlag-black';
	text-transform: uppercase;
	margin:20px 0;
	line-height: 120%;
}
section.podcast div.pcast-duration{
	font-family: 'verlag-bold';
	font-size: 13px;
	text-transform: uppercase;
	list-style: 120%;
	line-height: 130%;
	margin-bottom: 25px;
}
section.podcast .podcast-container{
	margin-bottom:40px;
}
#pcast-sidebar ul{
	list-style: none;
	margin:0.4em 0 1.5em 0;
	padding:0;
}
#pcast-sidebar > div:first-child h3{ margin-top:20px; }
#pcast-sidebar ul li{
	margin:0.2em 0;
	padding:0;
}
#pcast-links ul li a[target="_blank"]:after{
	content:'\f35d';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display: inline-block;
	margin-left: 0.4em;
	font-size: 0.7em;
	vertical-align: top;
}
#pcast-downloads ul li a:after{
	content:'\f019';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display: inline-block;
	margin-left: 0.4em;
	font-size: 0.7em;
	vertical-align: top;
}

@media only screen and (min-width: 1400px) {
	#podyear-nav{ margin-left: -45px; margin-right:-45px; }
	#podyear-nav h2{ padding-left: 45px; }
}


/* ================== VIDEOS SECTION =================== */
.videopage article.imgcta-module div.video-date{
	font-family: 'verlag-bold';
	font-size: 12px;
	text-transform: uppercase;
	list-style: 120%;
	line-height: 130%;
	margin-bottom: 0.2em;	
}
.videopage article.imgcta-module p{
	font-size: 0.8em;
	line-height: 140%;
}
figure.video-full{
	width:100%;
	margin:0.5em 0 2em 0;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
figure.video-full iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
.videos-content hr{
	width: 100%;
	height: 1px;
	margin:2.5em 0;
	border:none;
	background: #d7d7d7;
}


/*
ul.social-icons .facebook-icon{ background-position:-1px -2px; }
ul.social-icons .linkedin-icon{ background-position:-38px -2px; }
ul.social-icons .pinterest-icon{ background-position:-74px -2px; }
ul.social-icons .youtube-icon{ background-position:-112px -2px; }
ul.social-icons .twitter-icon{ background-position:-149px -2px; }
*/
/* =========================================================================
   MEDIA QUERIES -----------------------------------------------------------
   ========================================================================= */
@media only screen and (max-width: 1279px) {
  .textctas .pure-u-1 {
    margin-bottom: 20px;
  }
  .crosslinkctas .pure-u-1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .hidemobile {
    display: none !important;
  }
  /* content swapping for mobile */
  .flex-flip {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .flex-flip > * {
    width: auto !important;
  }
  .flex-flip > :first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -moz-box-flex: 2;
  }
  .flex-flip > :last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -moz-box-flex: 1;
  }
  #site-header {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    z-index: 100;
    background: #FFF;
    -webkit-transition: none;
    -webkit-transform: none;
  }
  #nav-top {
    position: relative;
    height: 60px;
    overflow: visible;
    z-index: 100;
  }
  #nav-top .wrap {
    position: static;
  }
  #header-nav-container {
    position: fixed;
    left: -100%;
    width: 100%;
    top: 0;
    bottom: 0;
    top: 60px;
    background: #e1e1e1;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-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: -.31em;
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  #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: 60px;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #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;
    border-top: 1px solid #FFF;
  }
  #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: 12px;
    top: 16px;
    font-size: 12px;
    color: #666;
  }
  #primary-nav ul > li > a, #mobile-submenu-container ul > li > a {
    display: block;
    position: relative;
    font-family: "verlag-black";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    line-height: 120%;
    height: auto;
    font-size: 18px;
    padding: 16px 8px 13px 8px;
    text-decoration: none;
  }
  #primary-nav ul > li > a:hover,
  #primary-nav ul > li.open > a, #mobile-submenu-container ul > li > a:hover,
  #mobile-submenu-container ul > li.open > a {
    color: #92406d;
  }

  /* Podcast Addition */
  #primary-nav ul > li.podcast > a:before{
	  content:'';
	  display: block;
	  width: 34px;
	  height: 41px;
	  background:url('img/icon-podcast.png') no-repeat left top;
	  overflow: hidden;
  }
  #primary-nav ul > li.podcast > a:after{ top: 24px !important; }
  #primary-nav ul > li.podcast > a:hover:before{
	  background-image:url('img/icon-podcast-hover.png');
  }
  #primary-nav ul > li.podcast > a{}
  #primary-nav ul > li.podcast > a > span{ display: none; }

  #mobile-submenu-container {
    margin-top: 0;
  }
  #mobile-submenu-container ul > li > a {
    font-family: "Source Sans Pro", sans-serif;
    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;
    -o-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;
  }
  /*
	#primary-nav li.open > ul.sub-menu,
	#primary-nav li.current-menu-ancestor ul.sub-menu,
	#primary-nav li.current_page_item > ul.sub-menu{
		max-height: 700px;
		overflow-y: auto;
        margin-top:-8px;
		padding-bottom:8px;
	}
    */
  #submenu-back {
    display: block;
    color: #000;
    font-size: 1.3em;
    padding: 12px 7px;
  }
  #submenu-back:hover, #submenu-back:active {
    color: #92406d;
  }
  #header-search {
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
  }
  #header-search .search-form {
    overflow: hidden;
    position: relative;
  }
  #header-search label {
    display: block;
    padding-left: 60px;
  }
  #header-search label input {
    height: 60px;
    padding-left: 7px;
    border: none;
    width: 100%;
    background: transparent;
  }
  #header-search button {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    border: none;
    background: transparent;
    width: 50px;
    height: 60px;
    line-height: 64px;
    padding: 0 0 0 20px;
    color: #000;
    margin: 0;
    font-size: 1em;
  }
  .search-open #header-search {
    height: 90px;
    padding: 22px;
    opacity: 1;
  }
  #home-hero {
    position: relative;
  }
  #home-hero .hero-slide-child {
    display: none;
  }
  #home-hero nav {
    position: absolute;
    bottom: -54px;
    z-index: 3;
    width: 100%;
  }
  #home-hero 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;
    padding: 0 3px;
  }
  #home-hero 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;
    padding: 0 3px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  #home-hero nav ul li a {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #85c446;
    font-size: 3.5vw;
    padding: 55px 12px 30px 12px;
    text-decoration: none;
  }
  #home-hero nav ul li a span {
    display: none;
  }
  #home-hero nav ul li a:active, #home-hero nav ul li a:hover {
    color: #FFF;
    background: #883d6b;
  }
  #home-hero nav ul li a:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    background: url("img/icon-white-updates.png") no-repeat center center;
    background-size: contain;
  }
  #home-hero nav ul li a:after {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 10px;
    left: 12px;
    line-height: 100%;
  }
  #home-hero nav ul li:nth-child(2) a:before {
    background-image: url("img/icon-white-reports.png");
  }
  #home-hero nav ul li:nth-child(3) a:before {
    background-image: url("img/icon-white-board.png");
  }
  #home-tools {
    background: #333;
    padding: 90px 0 25px 0;
  }
  #footer-pglink {
	  display: block;
	  margin:2em 0;
  }
  main {
    margin-top: 60px;
  }
  .featcamp nav ul li a {
    padding-top: 8px;
    padding-bottom: 6px;
  }
  #page-foot-nav {
    margin-top: 0;
  }
  .single-content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .sm-desktop {
    display: none !important;
  }
  .cta-3col .pure-u-1 {
    margin-bottom: 20px;
  }
  .twocol-quote .pure-u-1 {
    margin-bottom: 30px;
  }
  .pullquote {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
  }
  .tabcontent > div > div.sidebar-content,
  .tabcontent > div > div.sidebar-parent {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #breadcrumbs-container {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #breadcrumbs-container.focusable:active, #breadcrumbs-container.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  article.researchitem figure {
    margin-bottom: 1.5em;
  }
  #inside-hero h2 {
    font-size: 1.1em;
  }
  #inside-hero p {
    font-size: 1em;
  }
  .industry-updates-cta{
    padding: 10px;
    font-size: 22px;
    word-break: break-word;
  }
  .industry-updates-cta p{
    line-height: 24px;
  }
}
@media only screen and (min-width: 560px) {
  .wrap, .wrap-sm {
    max-width: 520px;
  }
}
@media only screen and (min-width: 480px) {
  #home-hero h1 {
    font-size: 32px;
  }
  #home-hero nav ul li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #home-hero .hero-slide {
    padding: 15% 0 20% 0;
  }
  #home-about {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #home-insights {
    padding: 5em 20px;
  }
  #content > .wrap,
  #footer-cta.about .wrap,
  #breadcrumbs-container .wrap {
    max-width: 720px;
  }
  .social-sistersite ul{
	  display: inline-block;
	  margin-left:1em;
	  vertical-align: middle;
	  margin-top: 0;
  }
  .social-sistersite ul li{
	  margin-top:0;
  }
  #external-modal {
    width: 600px;
    left: 50%;
    right: auto;
    top: 180px;
    margin-left: -300px;
    padding-left: 3em;
    padding-right: 3em;
  }
  body.external-prompt #external-modal {
    padding: 3em;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap, #content > .wrap,
  #footer-cta.about .wrap,
  #breadcrumbs-container .wrap {
    max-width: 960px;
  }
  .wrap-sm {
    max-width: 780px;
  }
  .spacedcols {
    margin-left: -30px;
    margin-right: -30px;
  }
  .spacedcols > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .spacedcols-md {
    margin-left: -25px;
    margin-right: -25px;
  }
  .spacedcols-md > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  #home-tools {
    padding: 120px 20px 5em 20px;
    background: #FFF;
  }
  #home-tools-inner {
    background: #333;
    padding: 2em 3em;
    position: relative;
  }
  #home-tools-inner nav {
    max-width: 225px;
  }
  #home-tools-accentphoto {
    position: absolute;
    right: 0;
    bottom: -1.1em;
  }
  #home-insights > div {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  #inside-hero h2 {
    font-size: 32px;
  }
  #inside-hero p {
    font-size: 27px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #inside-hero .wrap {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  nav.tabnav {
    border-bottom: none;
    background: #f5f4f4;
  }
  nav.tabnav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  nav.tabnav ul li {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-right: 1px solid #FFF;
  }
  nav.tabnav ul li:last-child {
    border-right: none;
  }
  nav.tabnav ul li.on {
    -webkit-box-ordinal-group: initial;
    order: initial;
    -ms-flex-order: 0;
  }
  nav.tabnav ul li.on a:after {
    display: none;
  }
  nav.tabnav ul li a {
    display: block;
    text-align: center;
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 25px;
    line-height: 120%;
    max-height: none;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  nav.tabnav.tabs-left li {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  section.tabcontent {
    padding: 60px 30px;
  }
  section.tabcontent.notabs {
    padding-top: 50px;
  }
  div.single-content.onecol {
    padding-right: 150px;
  }
  div.single-content.onecol .peoplelist,
  div.single-content.onecol .cta-3col,
  div.single-content.onecol .fullwidth,
  div.single-content.onecol hr.wp-block-separator {
    margin-right: -150px;
  }
  section.twocol-callout {
    margin-right: -180px;
  }
  .single-content {
    padding-bottom: 0;
  }
  aside.linklist, aside.newslist {
    max-height: 650px;
  }
  #page-foot-nav {
    margin-bottom: -70px;
  }
  .twocol-quote .col2 {
    padding-right: 0;
  }
  .twocol-quote .col2 aside {
    padding-right: 0;
  }
  .wp-block-image {
    margin: 0;
  }
  .wp-block-image figure.alignleft {
    float: left;
    margin: 0 3em 2em 0;
    max-width: 50%;
  }
  .wp-block-image figure.alignright {
    float: right;
    margin: 0 0 2em 3em;
    max-width: 50%;
  }
  .accordion h2 a:hover span:after {
    background: #85c446;
    color: #FFF;
  }
  #newscatlist.resourcecatjump{ padding-left:7px; }
}
@media only screen and (min-width: 1200px) {
  html {
    overflow-x: auto !important;
  }
  html body {
    overflow-x: auto;
  }
  .wrap,
  #content > .wrap,
  #footer-cta.about .wrap,
  #breadcrumbs-container .wrap {
    max-width: 1200px;
  }
  .hidedesktop {
    display: none !important;
  }
  .search-open #screen {
    z-index: 25;
  }
  .search-open #site-header {
    z-index: auto;
  }
  #site-header {
    position: relative;
    height: 101px;
    z-index: 20;
    background: #FFF;
    border-bottom: 1px solid #d7d7d7;
  }
  #headlogo {
    top: 24px;
    left: 40px;
  }
  #headlogo img {
    width: 141px;
    height: 54px;
  }
  #primary-nav {
    position: absolute;
    right: 100px;
    bottom: 0px;
  }
  #primary-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #primary-nav > ul > li {
    display: inline-block;
    position: relative;
  }
  #primary-nav > ul > li > a {
    display: block;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: "verlag-bold";
    height: 100px;
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 100px;
    padding: 0 10px 0 10px;
    color: #000;
  }
  #primary-nav ul.sub-menu {
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    position: absolute;
    background: #e1e1e1;
    top: 100%;
    left: 12px;
    width: 220px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.15);
  }
  #primary-nav ul.sub-menu > li {
    display: block;
  }
  #primary-nav ul.sub-menu > li > a {
    display: block;
    background: transparent;
    color: #000;
    font-size: 15px;
    padding: 16px 12px;
  }
  #primary-nav li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    max-height: 800px;
  }
  #primary-nav ul.sub-menu > li > a:hover,
  #primary-nav ul.sub-menu > li.current_page_item > a,
  #primary-nav ul.sub-menu > li.current-menu-item > a,
  #primary-nav ul.sub-menu > li.current-page-ancestor:not(.no-onstate) > a {
    background: #FFF;
  }
  #primary-nav > ul > li:hover > a:after,
  #primary-nav > ul > li.current_page > a:after,
  #primary-nav > ul > li.current-menu-item > a:after,
  #primary-nav > ul > li.current_page_ancestor > a:after,
  #primary-nav > ul > li.current-page-ancestor > a:after,
  #primary-nav > ul > li.current-menu-parent > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 8px;
    background: #85c446;
  }
  #primary-nav > ul > li.current_page > a,
  #primary-nav > ul > li.current-menu-item > a,
  #primary-nav > ul > li.current_page_ancestor > a,
  #primary-nav > ul > li.current-page-ancestor > a,
  #primary-nav > ul > li.current-menu-parent > a {
    color: #883d6b;
  }

  /* Podcast Addition */
  #primary-nav ul > li.podcast > a:before{
	  content:'';
	  display: inline-block;
	  position: relative;
	  vertical-align: middle;
	  width: 34px;
	  height: 41px;
	  top:-4px;
	  background:url('img/icon-podcast.png') no-repeat left top;
	  overflow: hidden;
	  margin-left:6px;
	  margin-right:6px;
  }
  #primary-nav ul > li.podcast > a:hover:before{
	  background-image:url('img/icon-podcast-hover.png');
  }
  #primary-nav ul > li.podcast > ul.sub-menu{
	  left:auto;
	  right:-20px;
  }
  #primary-nav ul > li.podcast > a > span{ display: none; }
  #primary-nav ul > li.podcast > a:after{ display: none !important; }

  #header-search {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    height: 100%;
    width: 100px;
    border-left: 1px solid #d7d7d7;
    max-height: none;
    overflow: hidden;
    z-index: 30;
  }
  #header-search button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: #FFF;
    border-radius: 0;
    width: 100px;
    height: 100%;
    line-height: 100px;
  }
  #header-search button:hover, #header-search button:active {
    background: #e1e1e1;
    color: #000;
  }
  #header-search:before {
    display: none;
  }
  #header-search label {
    display: block;
    position: absolute;
    right: 100px;
    top: 0;
    padding-left: 20px;
    width: 299px;
    height: 100px;
  }
  #header-search input[type="search"] {
    display: block;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    font-size: 1.5em;
    width: 100%;
    height: 100px;
  }
  .search-open #header-search {
    width: 400px;
    background: #FFF;
  }
  .search-open #header-search button {
    background: #e1e1e1;
    color: #000;
  }
  #home-hero {
    height: 636px;
    overflow: hidden;
  }
  #home-hero .hero-slide {
    position: absolute;
    left: 0;
    right: 240px;
    padding-right: 60px;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    text-align: center;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  #home-hero .hero-slide.hero-slide-child {
    z-index: 2;
    opacity: 0;
    text-align: left;
  }
  #home-hero .hero-slide.current {
    z-index: 4;
    opacity: 1;
  }
  #home-hero .hero-slide.staging {
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 1;
    z-index: 4;
  }
  #home-hero .hero-slide.previous {
    -webkit-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
    z-index: 3;
    opacity: 1;
  }
  #home-hero h1 {
    font-size: 50px;
    margin-bottom: 0.3em;
  }
  #home-hero nav {
    position: absolute;
    background: #85c446;
    width: 280px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    padding-top: 140px;
    padding-left: 40px;
  }
  #home-hero nav ul li a {
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    font-size: 30px;
    line-height: 100%;
    padding-bottom: 40px;
    text-decoration: none;
  }
  #home-hero nav ul li a span {
    display: block;
    font-family: 'verlag-light';
    color: #FFF;
    font-size: 1.5em;
    margin: 0 0 0.2em 0;
  }
  #home-hero nav ul li.nav-current a, #home-hero nav ul li a:hover {
    color: #FFF;
  }
  body.supports-clip-path #home-hero nav {
    padding-left: 0;
    width: 240px;
  }
  body.supports-clip-path #home-hero nav:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 260px;
    height: 736px;
    background: #85c446;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  #primary-nav {
    right: 120px;
  }
  #home-tools {
    padding-top: 7%;
    padding-bottom: 10%;
  }
  #home-tools-inner nav {
    max-width: 420px;
  }
  #home-tools-accentphoto {
    top: 40px;
    right: -20px;
    bottom: auto;
    overflow: hidden;
  }
  #home-tools-accentphoto img {
    margin-bottom: -45px;
  }
  #home-about, #home-insights > div {
    padding-top: 14%;
    padding-bottom: 14%;
  }
  #home-insights > div {
    max-width: 1160px;
  }
  #page-form label.show-resource {
    /*
            text-decoration: underline;
            text-decoration-style: dashed;
            */
    color: #883d6b;
  }
  #page-form label.show-resource:after {
    content: '\f03e';
    display: inline-block;
    position: relative;
    top: 0.1em;
    margin-left: 0.4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  #page-form label.show-resource:hover {
    color: #883d6b;
  }
  #page-form label.show-resource:hover .itempop {
    display: block;
  }
  #page-form label.show-resource span {
    position: relative;
    display: inline-block;
  }
  #page-form .itempop {
    display: none;
    -webkit-transition: max-height 0.35s linear;
    -o-transition: max-height 0.35s linear;
    transition: max-height 0.35s linear;
    position: absolute;
    left: 100%;
    top: -35px;
    margin-left: 15px;
    z-index: 10;
    padding: 1.5em;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    width: 280px;
    height: 260px;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
    background: #FFF;
    overflow: hidden;
  }
  #page-form .itempop h4 {
    font-size: 12px;
    margin: 0 0 1em 0;
    text-align: center;
    color: #000;
  }
  #page-form .itempop.loading {
    background: #FFF url("img/loading.gif") no-repeat center center;
  }
}
@media only screen and (min-width: 1280px) {
  html body {
    font-size: 20px;
  }
  .spacedcols {
    margin-left: -50px;
    margin-right: -50px;
  }
  .spacedcols > * {
    padding-left: 50px;
    padding-right: 50px;
  }
  .spacedcols-md {
    margin-left: -35px;
    margin-right: -35px;
  }
  .spacedcols-md > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .spacedcols-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .spacedcols-sm > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  #site-header .wrap {
    position: relative;
  }
  #home-news article.home-news-item {
    padding-top: 40px;
  }
  #home-news article.home-news-item h3 {
    margin-top: 35px;
  }
  #home-tools-inner nav {
    max-width: 450px;
  }
  #home-insights > div {
    max-width: 1200px;
  }
  #footer-cta.about .wrap {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  .single-content .pullquote.green {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .wrap,
  #content > .wrap,
  #footer-cta.about .wrap,
  #breadcrumbs-container .wrap {
    max-width: 1300px;
  }
  #primary-nav > ul > li > a { padding-left: 20px; padding-right: 20px; }
  #home-tools-accentphoto {
    right: -60px;
  }
  #home-tools-inner nav {
    max-width: 600px;
  }
  #home-tools-inner nav ul li a {
    padding-left: 35px;
  }
  #inside-hero .wrap {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .single-content {
    padding-left: 20px;
  }
  section.tabcontent {
    padding-left: 45px;
    padding-right: 45px;
  }
  div.single-content.onecol {
    padding-right: 300px;
  }
  div.single-content.onecol .peoplelist,
  div.single-content.onecol .cta-3col,
  div.single-content.onecol .fullwidth,
  div.single-content.onecol hr.wp-block-separator {
    margin-left: -20px;
    margin-right: -300px;
  }
  div.single-content.onecol .twocol-quote.fullwidth,
  div.single-content.onecol .twocol-callout.fullwidth {
    margin-left: -50px;
  }
  section.twocol-callout {
    margin-right: -350px;
  }
  #news-overview {
    padding-right: 90px;
  }
}
