@charset "UTF-8";
/*
Theme Name: Fertilizer Toolbox 2024
Description: 
Author: RR46 Group / RR46
Author URI: http://rr46-group.com
*/
@keyframes zoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.3); } }
@keyframes pulsate {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin-alt {
  0% {
    transform: rotate(0deg); }
  70% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
/* =========================================================================
   REUSABLES -------------------------------------------------------------
   ========================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

a {
  transition: all 0.35s linear;
  text-decoration: none;
  color: #4C9E01; }
  a:active, a:hover {
    text-decoration: underline; }
  a[target=_blank]:not(.noicon):after {
    content: '\f35d';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.5em;
    opacity: 0.3;
    font-size: 0.8em;
    vertical-align: baseline;
    margin-right: -1em; }

p a[target=_blank]:not(.noicon):after, li a[target=_blank]:not(.noicon):after {
  margin-right: 0; }

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

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

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

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

a.btn, button, input.button {
  transition: all 0.35s linear;
  color: #FFF;
  background: #4C9E01;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.07em;
  font-size: 16px;
  border: 3px solid #4C9E01;
  border-radius: 999px;
  line-height: 110%;
  padding: 16px 32px;
  margin: 0.5em 0 0 0;
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  text-align: center;
    /*
    &:after, &:before{
        content:'';
        @include csstrans();
        font-weight: 900;
        position: relative;
        font-family: $font-fontawesome;
        display: inline-block;
        font-size: 0.8em;
        top:-0.18em;
        vertical-align: middle;
    }
	&:not(.slick-arrow, .search-submit, .mfp-close){
        padding-right: 28px;
        &:after{
            content: '\f0da';
            margin-left:0.3em;
            font-size: 1em;
            //top:0.01em;
            top:-0.08em;
            margin-right:-1em; 
        }
	}
    */ }
  a.btn:hover, a.btn:active, button:hover, button:active, input.button:hover, input.button:active {
    background: #FFF;
    color: #4C9E01; }
  a.btn[target="_blank"]:after, button[target="_blank"]:after, input.button[target="_blank"]:after {
    content: '\f35d';
    font-family: "Font Awesome 5 Free";
    position: relative;
    font-size: 0.7em;
    font-weight: 900;
    top: -0.25em;
    margin-left: 0.4em;
    margin-right: -0.3em; }
  a.btn.download:after, button.download:after, input.button.download:after {
    content: '\f019'; }
  a.btn.video:after, button.video:after, input.button.video:after {
    content: '\f144';
    font-weight: 400; }
  a.btn.large, button.large, input.button.large {
    padding: 13px 25px 10px 25px; }
  a.btn i, button i, input.button i {
    margin-right: 0.7em; }
  a.btn.alt, button.alt, input.button.alt {
    background: #FFF;
    color: #4C9E01; }
    a.btn.alt:hover, a.btn.alt:active, a.btn.alt:focus, button.alt:hover, button.alt:active, button.alt:focus, input.button.alt:hover, input.button.alt:active, input.button.alt:focus {
      background: #4C9E01;
      color: #FFF;
      border-color: #FFF; }
  a.btn.ghost, button.ghost, input.button.ghost {
    border-color: transparent;
    background: transparent;
    color: #4C9E01; }
    a.btn.ghost:hover, a.btn.ghost:active, a.btn.ghost:focus, button.ghost:hover, button.ghost:active, button.ghost:focus, input.button.ghost:hover, input.button.ghost:active, input.button.ghost:focus {
      border-color: #4C9E01; }
  a.btn.disabled, a.btn[disabled], button.disabled, button[disabled], input.button.disabled, input.button[disabled] {
    background: #E2E3E2;
    border-color: #E2E3E2;
    color: #707070; }

  a.btn.secondary {
    padding: 16px 32px;
    background: #fff;
    color: #408301;
    border: 1px solid #408301;
  }

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

p.bigmargin {
  margin-top: 2.5em; }

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

.center {
  text-align: center; }

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

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

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

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1em; }

.center-vert, .vert-center, .vertcenter {
  display: flex;
  justify-content: center;
  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 {
      transition: all 0.35s linear;
      letter-spacing: normal;
      display: inline-block;
      padding: 0 10px;
      font-size: 20px;
      line-height: 43px;
      min-width: 45px;
      height: 46px;
      color: #000;
      margin: 0 0.5em;
      vertical-align: middle;
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
      border: 2px solid #4C9E01; }
    #pagination .pagination > span.disabled {
      color: #000;
      opacity: 0.2;
      cursor: default; }
    #pagination .pagination > a:hover {
      text-decoration: none;
      background: #4C9E01;
      border-color: #4C9E01;
      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 #4C9E01;
      color: #000;
      padding-left: 16px;
      padding-right: 16px; }
      #pagination .pagination > .prev:not(.disabled):hover,
      #pagination .pagination > .next:not(.disabled):hover {
        background: #4C9E01;
        border-color: #4C9E01;
        color: #FFF; }

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

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

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

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

select {
  box-sizing: border-box;
  padding: 8px 12px;
  width: 100%;
  border: 2px solid #F0F0F0;
  color: #333;
  background: #F0F0F0;
  box-shadow: none;
  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: right 12px center;
  padding: 0 12px !important;
  height: 45px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1em !important;
  color: #666; }
  select:focus {
    background-color: #f7f7f5;
    border-color: #4C9E01;
    outline: none; }

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

fieldset {
  border: none; }

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

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

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

.vertcenter, .center-vert, .centervert {
  display: flex !important;
  align-items: center; }

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

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

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

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

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

.editlink {
  margin: 6px 0 0 0; }
  .editlink a {
    display: inline-block;
    background-color: #ebebeb;
    border: 1px solid #d3d3d3;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 24px 5px 12px;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #333; }
    .editlink a:hover, .editlink a:active, .editlink a:focus {
      background-color: #d3d3d3; }

.slick-slider {
  position: relative;
  display: block;
  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;
  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 -20px 0 -20px;
  padding: 0; }

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

.gfield_radio, .gfield_checkbox {
  margin: 0; }

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

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

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

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

.ginput_left {
  clear: left; }

.ginput_complex {
  position: relative;
  margin: 0 -1em;
  display: -webkit-box;
  display: -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;
    flex-grow: 1;
    padding: 0 1em; }

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

.gform_wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
  .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"] {
    box-sizing: border-box;
    padding: 8px 12px;
    width: 100%;
    border: 2px solid #F0F0F0;
    color: #333;
    background: #F0F0F0;
    box-shadow: none;
    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: #4C9E01;
      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%;
    box-sizing: border-box; }
  .gform_wrapper .gfield_required {
    color: #4C9E01 !important;
    display: inline-block;
    margin-left: 0.1em;
    font-weight: 700; }
  .gform_wrapper .gfield_label {
    color: #000;
    font-family: foco, sans-serif;
    font-weight: 700;
    margin-bottom: 0.3em;
    margin-left: .1em;
    font-size: 1em;
    display: block;
    text-align: left; }
  .gform_wrapper .gchoice {
    position: relative;
    padding: 7px 0px 10px 40px;
    margin-top: -4px; }
  .gform_wrapper .hidden_label .gfield_label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .gform_wrapper .hidden_label .gfield_label.focusable:active, .gform_wrapper .hidden_label .gfield_label.focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  .gform_wrapper .ginput_complex label {
    margin-left: .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;
    box-sizing: border-box;
    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: right 12px center;
    padding: 0 12px !important;
    height: 45px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1em !important;
    color: #666; }
  .gform_wrapper select::-ms-expand {
    display: none; }
  .gform_wrapper input[type=radio], .gform_wrapper input[type=checkbox] {
    display: block;
    position: absolute;
    left: 0;
    top: 0.4em;
    border-radius: 999px;
    -webkit-appearance: button;
    border: 2px solid #4C9E01;
    background-color: #FFF;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    width: 20px;
    height: 20px;
    outline: none; }
    .gform_wrapper input[type=radio]:checked, .gform_wrapper input[type=checkbox]:checked {
      background-color: #666;
      border-width: 5px;
      border-color: #FFF;
      box-shadow: 0px 0px 2px 0px black; }
  .gform_wrapper input[type=checkbox] {
    border-radius: 2px; }
  .gform_wrapper div.ginput_container_consent {
    position: relative;
    padding-left: 35px;
    margin-top: 2em !important; }
    .gform_wrapper div.ginput_container_consent label {
      font-size: 16px;
      line-height: 24px !important; }
  .gform_wrapper input[type=radio]:hover {
    box-shadow: 0px 0px 1px #000; }
  .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 14px !important;
    line-height: 22px !important; }
  .gform_wrapper .gfield_description {
    padding: 6px 0 0;
    font-size: 12px;
    color: #666; }
  .gform_wrapper .gform_footer {
    margin-top: 0;
    padding: 1em 0 0.3em 0; }
    .gform_wrapper .gform_footer button {
      color: #FFF;
      background: #4C9E01;
      text-transform: uppercase;
      display: inline-block;
      letter-spacing: 0.07em;
      font-size: 16px;
      border: 3px solid #4C9E01;
      border-radius: 999px;
      line-height: 110%;
      padding: 16px 32px;
      margin: 0.5em 0 0 0;
      text-decoration: none;
      font-weight: 700;
      font-style: italic;
      text-align: center;
    /*
    &:after, &:before{
        content:'';
        @include csstrans();
        font-weight: 900;
        position: relative;
        font-family: $font-fontawesome;
        display: inline-block;
        font-size: 0.8em;
        top:-0.18em;
        vertical-align: middle;
    }
	&:not(.slick-arrow, .search-submit, .mfp-close){
        padding-right: 28px;
        &:after{
            content: '\f0da';
            margin-left:0.3em;
            font-size: 1em;
            //top:0.01em;
            top:-0.08em;
            margin-right:-1em; 
        }
	}
    */
      padding-left: 2.5em;
      padding-right: 2.5em;
      margin: 0 2.5em 0 0;
      min-width: 200px; }
      .gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer button:active {
        background: #FFF;
        color: #4C9E01; }
      .gform_wrapper .gform_footer button[target="_blank"]:after {
        content: '\f35d';
        font-family: "Font Awesome 5 Free";
        position: relative;
        font-size: 0.7em;
        font-weight: 900;
        top: -0.25em;
        margin-left: 0.4em;
        margin-right: -0.3em; }
    .gform_wrapper .gform_footer:after {
      content: '* Required Fields';
      display: inline-block;
      font-weight: 700; }

.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: #9d3333; }

form > .validation_error {
  font-weight: 600;
  line-height: 120%;
  margin: 1em 0;
  color: #4C9E01;
  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 input[type="email"],
.gfield_error input[type="text"],
.gfield_error input[type="password"],
.gfield_error select,
.gfield_error .gfield_error textarea,
.gfield_error input[type="checkbox"] {
  border-color: #9d3333;
  clear: both; }
.gfield_error .gfield_description.validation_message {
  display: block;
  font-size: 12px;
  margin-top: -3px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #9d3333; }

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

.ginput_counter {
  font-size: 0.8em;
  opacity: 0.7;
  margin-top: 0.3em; }

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

.invis_captcha {
  margin: 0; }

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

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

.password_input_container {
  position: relative;
  display: block; }
  .password_input_container input {
    position: relative;
    z-index: 1; }
  .password_input_container button.gform_show_password {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0.2em 0 0 0;
    font-size: 0.8em;
    color: #666;
    cursor: pointer;
    z-index: 2;
    background: #F0F0F0;
    color: #000;
    width: 40px;
    height: 40px;
    margin: 0;
    border: none;
    border-radius: 0px; }
    .password_input_container button.gform_show_password:before {
      content: '\f06e';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal; }
    .password_input_container button.gform_show_password[aria-label="Hide Password"]:before {
      content: '\f070'; }

.gfield_password_strength {
  transition: all 0.35s linear;
  background: #d28282;
  border-radius: 999px;
  color: #FFF;
  font-size: 10px;
  padding: 4px 10px;
  line-height: 100%;
  margin: 6px 0;
  text-transform: uppercase; }
  .gfield_password_strength.blank {
    opacity: 0; }
  .gfield_password_strength.good {
    background: #ecf79a;
    color: #000; }
  .gfield_password_strength.strong {
    background: #61f061;
    color: #000; }

@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,
  .gfield.quarter,
  .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; } }
@media only screen and (min-width: 1024px) {
  .gform_wrapper {
    max-width: 960px; }

  .gfield.quarter {
    width: 25%; } }
/* =======================================================================
   BARE BONES GRID and BASIC STYLES --------------------------------------
   ======================================================================= */
.grid-row {
  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;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  .grid-row.grid-center {
    justify-content: center; }

.grid-row > .grid-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%; }
  .grid-row > .grid-item.grid-1-3 {
    width: 33.3333%; }
  .grid-row > .grid-item.grid-1-2 {
    width: 50%; }
  .grid-row > .grid-item.grid-center {
    justify-content: center; }

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

/* ================================
  MOBILE MENU  /  SEARCH
  ================================ */
/*  
#screen {
	transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
} 
.menu-open #screen, .search-open #screen{
	max-height: 100%;
	transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
	visibility: visible;
	opacity: 1;
}
*/
#site-header {
  background: #FFF; }

#header-search {
  transition: all 0.35s linear;
  overflow: hidden; }
  #header-search .search-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    border: 1px solid #4C9E01; }
  #header-search label {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    padding-right: 50px;
    flex-shrink: 5;
    flex-grow: 5; }
    #header-search label input {
      width: 100%;
      height: 40px;
      padding-left: 7px;
      border: none;
      width: 100%; }
  #header-search button {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    flex-grow: 1;
    flex-shrink: 1;
    border: none;
    min-width: 50px;
    height: 40px;
    padding: 0;
    margin: 0;
    box-shadow: none; }
    #header-search button i {
      margin: 0; }

#headlogo a {
  display: block;
  height: 80px; }
  #headlogo a img {
    height: 100%;
    width: auto; }

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

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

.flex-brandlist .grid-item {
  padding: 1em 0;
  display: flex !important;
  align-items: center; }

.flex-iconmods article {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
.flex-iconmods figure {
  display: flex !important;
  align-items: center; }
  .flex-iconmods figure span, .flex-iconmods figure a {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    margin-left: auto;
    margin-right: auto;
    background: #4C9E01;
    color: #FFF;
    font-size: 30px;
    line-height: 80px;
    text-align: center; }

@media only screen and (max-width: 1279px) {
  .hidemobile {
    display: none !important; }

  #nav-top {
    z-index: 100;
    		/*
            position: relative;
            height:60px;
            overflow: visible;
            z-index: 100;
            .wrap{
                position: static;
            }
    		*/ }

  #header-nav-container {
    position: fixed;
    right: -100%;
    width: 100%;
    bottom: 0;
    top: 80px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1;
    transition: all 0.35s;
    padding-bottom: 70px; }

  .menu-open #header-nav-container {
    right: 0; }

  /*
  .submenu-open.menu-open #header-nav-container{
  	left:-100%;
  }
  #header-nav{
  	@include gridContainer();
  }
  */
  #header-search {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    max-width: 50%; }

  .search-open #header-search {
    z-index: 20; }

  #primary-nav .logolink, #mobile-submenu-container .logolink {
    margin: 2.5em 0 0.5em 0; }
  #primary-nav ul, #mobile-submenu-container ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0; }
    #primary-nav ul > li, #mobile-submenu-container ul > li {
      display: block; }
      #primary-nav ul > li.menu-item-has-children > a:after, #mobile-submenu-container ul > li.menu-item-has-children > a:after {
        content: '\f054';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 20px;
        top: 16px;
        font-size: 12px;
        color: #FFF; }
      #primary-nav ul > li > a, #mobile-submenu-container ul > li > a {
        display: block;
        color: #FFF;
        position: relative;
        letter-spacing: 0.1em;
        font-weight: 700;
        line-height: 120%;
        height: auto;
        font-size: 18px;
        padding: 12px 0px 10px 0px;
        text-decoration: none; }
        #primary-nav ul > li > a:hover, #primary-nav ul > li > a:active, #primary-nav ul > li > a:focus, #mobile-submenu-container ul > li > a:hover, #mobile-submenu-container ul > li > a:active, #mobile-submenu-container ul > li > a:focus {
          text-decoration: underline; }

  #mobile-submenu-container ul > li > a {
    text-transform: none; }

  #primary-nav > ul > li.menu-item-has-children.open > a:after {
    content: '\f078'; }

  #primary-nav ul.sub-menu {
    transition: all 0.35s linear;
    display: block;
    position: relative;
    height: auto;
    width: auto;
    max-height: 0px;
    overflow: hidden;
    clip: auto;
    padding: 0 8px; }
    #primary-nav ul.sub-menu > li:last-child {
      border: none; }
    #primary-nav ul.sub-menu > li > a {
      display: block;
      padding: 10px 0 10px 0;
      font-size: 16px;
      line-height: 120%;
      letter-spacing: 0.08em; }

  #submenu-back {
    display: block;
    font-size: 1.3em;
    padding: 12px 30px; }

  main#maincontent {
    margin-top: 80px; } }
@media only screen and (max-width: 1023px) {
  /* content swapping for mobile */
  .flex-flip {
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    flex-flow: column; }
    .flex-flip > * {
      width: auto !important; }
    .flex-flip > :first-child {
      order: 2; }
    .flex-flip > :last-child {
      order: 1; }

  .spacedcols-md {
    margin-left: -18px;
    margin-right: -18px; }
    .spacedcols-md > * {
      padding-left: 18px;
      padding-right: 18px; }

  .spacedcols-lg {
    margin-left: -25px;
    margin-right: -25px; }
    .spacedcols-lg > * {
      padding-left: 25px;
      padding-right: 25px; } }
@media only screen and (min-width: 768px) {
  .wrap, .wrap-sm, .wrap-lg {
    max-width: 700px; }

  .grid-row > .grid-md-1-2 {
    width: 50%; }
  .grid-row > .grid-lg-1-3 {
    width: 33.3333%; }
  .grid-row > .grid-lg-2-3 {
    width: 66.6666%; } }
@media only screen and (min-width: 1024px) {
  .wrap, .wrap-sm, .wrap-lg {
    max-width: 960px; }

  .grid-row > .grid-lg-1-2 {
    width: 50%; }
  .grid-row > .grid-lg-1-3 {
    width: 33.3333%; }
  .grid-row > .grid-lg-2-3 {
    width: 66.6666%; }
  .grid-row > .grid-lg-1-4 {
    width: 25%; }
  .grid-row > .grid-lg-3-4 {
    width: 75%; }
  .grid-row > .grid-lg-1-6 {
    width: 16.6666%; }
  .grid-row > .grid-lg-5-6 {
    width: 83.3333%; } }
@media only screen and (min-width: 1280px) {
  .hidedesktop {
    display: none; }

  .wrap-lg {
    max-width: 1200px; }

  .spacedcols-md {
    margin-left: -20px;
    margin-right: -20px; }
    .spacedcols-md > * {
      padding-left: 20px;
      padding-right: 20px; }

  .spacedcols-lg {
    margin-left: -45px;
    margin-right: -45px; }
    .spacedcols-lg > * {
      padding-left: 45px;
      padding-right: 45px; }

  #menu-primary-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    list-style: none;
    margin: 0;
    padding: 0; }
    #menu-primary-nav > li {
      order: 0;
      flex: 1 1 auto;
      align-self: auto;
      position: relative; }
      #menu-primary-nav > li:hover ul.sub-menu {
        opacity: 1;
        max-height: 700px;
        padding-top: 1em;
        padding-bottom: 1em; }
      #menu-primary-nav > li > ul.sub-menu {
        transition: all 0.35s linear;
        border: 1px solid #4C9E01;
        background: #FFF;
        list-style: none;
        position: absolute;
        margin: 0;
        padding: 0;
        top: 100%;
        left: 0;
        max-height: 0px;
        opacity: 0;
        overflow: hidden;
        width: 200px; }

  .grid-row > .grid-xl-1-2 {
    width: 50%; }
  .grid-row > .grid-xl-1-3 {
    width: 33.3333%; }
  .grid-row > .grid-xl-2-3 {
    width: 66.6666%; }
  .grid-row > .grid-xl-1-4 {
    width: 25%; }
  .grid-row > .grid-xl-3-4 {
    width: 75%; } }
a {
  font-weight: 700; }

a.btn.alt.esn.done {
  background: #F1F2ED;
  color: #989996; }

a.btn.alt.esn.done:hover {
  background-color: #275001;
  color: #fff; }

a.btn.alt, button.alt, input.button.alt {
  background: #fff;
  color: #408301; }

a.btn, button, input.button {
  transition: all 0.35s linear;
  color: #FFF;
  background: #408301;
  text-transform: none;
  display: inline-block;
  letter-spacing: 0.07em;
  font-size: 16px;
  border: none;
  border-radius: 999px;
  line-height: 110%;
  padding: 16px 32px;
  margin: 0.5em 0 0 0;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.32px; }

a.btn:hover, button:hover, input.button:hover {
  background-color: #275001;
  color: #fff; }

a[target=_blank]:not(.noicon):after {
  opacity: 1; }

.gform_wrapper .gform_footer button {
  color: #fff !important;
  background: #408301 !important;
  text-transform: none !important;
  display: inline-block;
  letter-spacing: 0.32px;
  font-size: 16px;
  border: none !important;
  border-radius: 999px;
  line-height: 110%;
  padding: 16px 32px;
  margin: 0.5em 0 0 0;
  text-decoration: none;
  font-weight: 700;
  font-style: normal !important;
  text-align: center;
  margin: 0;
  min-width: 200px;
  font-size: 16px; }

.gform_wrapper .gform_footer button:hover {
  background-color: #275001 !important; }

.gform_wrapper .gform_footer:after {
  margin-left: 16px; }

body {
  background-color: #FAFAFA; }

/* =======================================================================
   HEADER / NAV/ SEARCH --------------------------------------------------
   ======================================================================= */
.sidebar {
  height: 100%;
  width: 312px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #20221C;
  padding-top: 20px;
  overflow: auto;
  z-index: 10; }
  .sidebar a[target=_blank]:not(.noicon):after {
    color: #CBCCC8 !important; }

#maincontent {
  margin-left: 312px;
  max-width: 1280px;
  background-color: #FAFAFA; }

.post-type-archive-contests #maincontent {
  max-width: 100%; }

.single-contests #maincontent {
  max-width: 100%; }

#site-header-logout {
  width: 90%;
  height: 80px;
  margin: 0 auto;
  box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#site-header-meeting {
  min-height: 248px;
  display: flex; 
  flex-direction: column;
  background: linear-gradient(180deg, #64D000 -22.41%, #408301 100%), url('../img/header-meeting-background.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

#headlogo-meeting {
  width: 90%;
  padding: 25px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.05);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

#headlogo-logout {
  top: -6px;
  height: calc($dim-mobile-header-height + 6px);
  width: auto;
  padding-left: 48px;
  flex: 0 0 auto; }
  #headlogo-logout a {
    height: auto; }

  #meeting-heading {
    max-width: 676px;
    display: flex;
    align-content: center;
    flex-direction: column;
    margin: 0 auto;
    color: #FFF;
    margin-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  #meeting-heading h1 {
    text-align: center;
    color: #FFF;
  }

  #meeting-heading p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
  }

#header-welcome {
  flex: 1;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110.1%;
  letter-spacing: 0.4px; }

#header-login {
  flex: 0 0 auto;
  text-align: right;
  padding-right: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110.1%;
  letter-spacing: 0.4px; }

.gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  width: 250px !important; }
  .gsc-control-cse button {
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-indent: -5000px;
    border-radius: 999px;
    padding: 0;
    position: relative;
    font-style: normal; }
    .gsc-control-cse button > svg {
      display: none !important; }
    .gsc-control-cse button:before {
      content: '\f002';
      box-sizing: border-box;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 36px;
      height: 36px;
      font-size: 14px;
      padding-right: 4px;
      text-align: center;
      line-height: 34px;
      color: #FFF;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      text-indent: 0px; }
  .gsc-control-cse .gsc-input-box {
    background: #F0F0F0;
    border-radius: 999px;
    height: 36px; }
    .gsc-control-cse .gsc-input-box .gsc-input {
      background-color: transparent !important;
      	position: absolute;
	      top: 17px; }
      .gsc-control-cse .gsc-input-box .gsc-input:focus:before {
        content: none !important; }
  .gsc-control-cse .gsc-input:focus::before {
    content: none !important; }

.gsc-control-cse .gsc-results-wrapper-overlay {
  width: 100%;
  height: auto;
  left: 0 !important;
}

.gsc-control-cse table.gsc-search-box td {
  bottom: 23px;
}

#headlogo {
  top: -6px;
  /* height: calc($dim-mobile-header-height + 6px); */
  width: auto;
  padding-left: 20px;
  padding-bottom: 24px; }
  #headlogo a {
    height: auto;
    width: 168px; }

#header-nav-container .gsc-control-cse {
  margin-top: 2em; }

#secondary-nav ul {
  list-style: none;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  #secondary-nav ul li {
    margin: 0;
    padding: 0; }
    #secondary-nav ul li a {
      display: block;
      color: #FFF;
      text-transform: uppercase;
      font-size: 16px;
      padding: 12px 0; }

#close-menu,
#menu-toggle {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 28px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  visibility: hidden;
  opacity: 0;
  transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s, top 0.35s linear;
  z-index: 9999; }

#menu-toggle {
  opacity: 1;
  max-height: 60px;
  visibility: visible;
  line-height: 55px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 100px; }

#close-menu {
  line-height: 55px;
  font-size: 28px; }

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

.menu-open #close-menu {
  visibility: visible;
  opacity: 1;
  max-height: 60px; }

#header-nav-container {
  background: #333333; }

#user-edit {
  transition: all 0.35s linear;
  position: absolute;
  right: 220px;
  top: 35px;
  border: 1px solid transparent;
  background: transparent;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0); }
  #user-edit span#user-welcome {
    display: block;
    padding-left: 25px;
    position: relative; }
    #user-edit span#user-welcome:before {
      content: '\f007';
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      position: absolute;
      left: 0;
      top: 2px; }
  #user-edit:hover {
    border-color: #E2E2E2;
    background: #F0F0F0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    #user-edit:hover #header-logout {
      max-height: 100px;
      opacity: 1;
      padding: 10px 0; }
  #user-edit #header-logout {
    transition: all 0.35s linear;
    display: block;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    padding: 0; }

.account-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px; }
  .account-panel-header h2 {
    margin: 0;
    font-size: 28px; }
  .account-panel-header a {
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #989996; }

#account-panel {
  position: fixed;
  top: 0;
  right: -460px;
  width: 460px;
  height: 100%;
  background: #FFF;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease;
  z-index: 900;
  padding: 24px; }

#account-panel-name {
  font-size: 20px;
  font-weight: 700; }

#account-panel-email {
  font-size: 16px;
  font-weight: 400; }

#account-panel-logout {
  font-size: 16px; }

#account-panel.open {
  right: 0; }

.account-panel-content {
  padding: 20px; }

.account-box {
  background: #F1F2ED;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  position: relative; }

.account-image {
  position: relative;
  width: 157px;
  height: 157px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center; }
  .account-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    /* Ensures the image fits the circular container */ }
  .account-image .initials {
    font-size: 64px;
    color: #408301;
    font-weight: bold; }

.edit-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #408301;
  color: #FFF;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 16px;
  border: 5px solid #F1F2ED; }

.dialog {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: auto;
  background-color: #20221C;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px; }

.dialog-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between; }

.dialog-button {
  width: 100%;
  border: none;
  background-color: #2C2E28;
  color: #CBCCC8;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
  margin: 0; }

.dialog-button:last-child {
  margin-bottom: 0; }

.dialog-button:hover {
  background-color: #408301; }

#loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; }

.spinner {
  width: 50px;
  height: 50px;
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-top-color: #408301;
  border-radius: 50%;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#image-upload-form {
  display: none; }

.account-details p {
  margin: 5px 0;
  font-size: 16px; }
.account-details a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #408301;
  text-decoration: none; }

#slider-navigation {
  text-align: center;
  margin-top: 20px; }

#slider-navigation .dot {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background-color: #CBCCC8;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease; }

#slider-navigation .dot.active {
  background-color: #4C9E00; }

/* =======================================================================
   Sidebar Menu ----------------------------------------------------------
   ======================================================================= */
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .main-menu p {
    color: #989996;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    padding-left: 20px; }
  .main-menu .active {
    color: #ffffff;
    background-color: #2C2E28;
    border-left: 5px solid #64D000; }
    .main-menu .active a {
      color: #ffffff;
      font-weight: 700; }
  .main-menu li {
    border-left: 5px solid transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #d3d3d3;
    background-color: transparent;
    display: flex;
    align-items: center;
    transition: all 0.3s; }
    .main-menu li:hover, .main-menu li:active {
      color: #ffffff;
      background-color: #2C2E28;
      border-left: 5px solid #64D000; }
  .main-menu a {
    text-decoration: none;
    color: #CBCCC8;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400; }

.main-menu li svg {
  margin-right: 10px;
  transition: all 0.3s;
  width: 24px;
  height: 24px; }

.product-menu {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0; }
  .product-menu p {
    color: #989996;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.24px;
    text-transform: uppercase; }
  .product-menu .active {
    color: #ffffff;
    background-color: #408301; }
    .product-menu .active a {
      color: #ffffff;
      font-weight: 700; }
  .product-menu li {
    padding: 11px 24px 11px 20px;
    color: #CBCCC8;
    background-color: #2C2E28;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    border-radius: 10px;
    margin-bottom: 5px; }
    .product-menu li:hover, .product-menu li:active {
      color: #ffffff;
      background-color: #408301; }
  .product-menu a {
    text-decoration: none;
    color: #CBCCC8;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400; }

  .element-menu {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0; }
  .element-menu p {
    color: #989996;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.24px;
    text-transform: uppercase; }
  .element-menu .active {
    color: #ffffff;
    background-color: #408301; }
    .element-menu .active a {
      color: #ffffff;
      font-weight: 700; }
  .element-menu li {
    padding: 11px 24px 11px 20px;
    color: #CBCCC8;
    background-color: #2C2E28;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    border-radius: 10px;
    margin-bottom: 8px; }
    .element-menu li:hover, .element-menu li:active {
      color: #ffffff;
      background-color: #408301; }
  .element-menu a {
    text-decoration: none;
    color: #CBCCC8;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400; }
      .element-menu a span {
        margin-left: 8px;
      }


/* ------- Widget Image Link ------- */
.widget .widget-content.image-link-widget-content {
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.image-link-widget-content img {
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.10);
  border-radius: 10px;
}

/* ---- Element Benefit Widget ---- */

.element-benefits-widget-content {
  padding: 40px;
  flex-direction: row !important;
  gap: 40px;
}

.element-benefits-widget-content > * {
  flex: 0 0 50%;
}

.element-benefits-widget-content #element-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
  border-radius: 5px;;
  padding: 35px;
}

.element-benefits-widget-content #element-image-container #element-image {
  max-width: 315px;
}

.element-benefits-widget-content #element-image-container #element-image img {
  border-radius: 8px;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.element-benefits-widget-content #element-content-container p {
  margin: 0;
}

.element-benefits-widget-content #element-content-container h5 {
  margin-bottom: 4px;
}


/* =======================================================================
   FOOTER ----------------------------------------------------------------
   ======================================================================= */
#footer-callouts {
  background: #F0F0F0;
  text-align: center;
  position: relative;
  z-index: 3; }
  #footer-callouts article a {
    display: block;
    min-height: 100%;
    padding: 30px; }
    #footer-callouts article a:hover, #footer-callouts article a:active, #footer-callouts article a:focus {
      text-decoration: none;
      background: #E2E3E2; }
    #footer-callouts article a h3 {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      line-height: 100%;
      margin: 0.3em auto 0 auto;
      max-width: 180px; }
  #footer-callouts article.current a {
    background: #E2E3E2; }

footer#site-footer {
  position: relative;
  background: #F1F2ED;
  padding: 60px 0;
  text-align: center;
  color: #A3A3A3;
  z-index: 4;
  margin-left: 312px; }
  footer#site-footer a {
    color: #656664; }
  footer#site-footer #copyright {
    padding: 12px 0; }

    #site-footer-meeting {
      position: relative;
      background: #2C2E28;
      padding: 60px 0;
      text-align: center;
      color: #CBCCC8;
      z-index: 4;
      margin-left: 0px;
      margin-top: 20px;
    }

footer#site-footer-logout {
  position: relative;
  background: #F1F2ED;
  padding: 60px 0;
  text-align: center;
  color: #A3A3A3;
  z-index: 4;
  margin-left: 0px;
  margin-top: 20px; }
  footer#site-footer-logout a {
    color: #656664; }
  footer#site-footer-logout #copyright {
    padding: 12px 0; }

#footer-logo {
  display: block;
  border-bottom: 1px solid #989996;
  width: 292px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center; }
  #footer-logo img {
    max-width: 175px; }

#footer-note {
  padding: 20px 0 0 0; }
  #footer-note p {
    margin: 0.5em 0;
    line-height: 160%;
    color: #20221C; }
  #footer-note a {
    font-weight: 700;
    color: #20221C; }

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

#cu-link a {
  display: inline-block;
  font-weight: bold;
  margin-top: -0.5em;
  margin-bottom: 2em; }
  #cu-link a.current, #cu-link a:hover, #cu-link a:active, #cu-link a:focus {
    text-decoration: underline; }

#footer-tutorial {
  max-width: 300px;
  border-top: 1px solid #707070;
  margin: 30px auto 0 auto;
  padding: 50px 0; }

nav#footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav#footer-nav ul li {
    margin: 0;
    padding: 0; }
    nav#footer-nav ul li a {
      display: block;
      padding: 12px 20px; }
      nav#footer-nav ul li a:hover, nav#footer-nav ul li a:active, nav#footer-nav ul li a:focus {
        text-decoration: underline; }
    nav#footer-nav ul li.current_page_item a {
      text-decoration: underline; }

/* =======================================================================
   LOGIN PAGE ------------------------------------------------------------
   ======================================================================= */
html.login-page {
  height: 100%; }

body.login-page {
  background: #4C9E00;
  min-height: 100%; }
  body.login-page main#maincontent-logout {
    display: flex !important;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
    min-height: 100vh;
    position: relative;
    z-index: 3;
    overflow: hidden; }
  body.login-page:before {
    content: '';
    display: block;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    animation: zoom 25s ease-out;
    animation-fill-mode: forwards; }
  body.login-page header {
    display: none; }

#login-logo {
  margin-bottom: 30px; }

#login-forms {
  position: relative;
  width: 100%;
  border-radius: 20px;
  padding: 40px 20px 20px 20px;
  z-index: 2; }
  #login-forms input.button {
    width: 100%; }
  #login-forms input[type="text"],
  #login-forms input[type="password"] {
    box-sizing: border-box;
    padding: 8px 12px;
    width: 100%;
    border: 2px solid #F0F0F0;
    color: #333;
    background: #F0F0F0;
    box-shadow: none;
    transition: all .35s;
    box-sizing: border-box;
    font-size: 1em;
    border-radius: 3px; }
    #login-forms input[type="text"]:focus,
    #login-forms input[type="password"]:focus {
      background-color: #f7f7f5;
      border-color: #4C9E01;
      outline: none; }
  #login-forms label {
    display: block;
    margin: 1em 0 0.4em 0;
    font-weight: bold; }
  #login-forms #login-forgot a {
    font-weight: 400; }
  #login-forms .lostpassword-submit, #login-forms .login-submit, #login-forms #login-forgot {
    text-align: center; }
  #login-forms .login-back {
    text-align: center;
    font-size: 0.9em;
    margin-top: 1.5em; }
    #login-forms .login-back a:before {
      content: '\f060';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 0.8em;
      display: inline-block;
      margin-right: 0.7em;
      position: relative;
      top: -0.1em; }

#login p {
  margin: 0; }
  #login p.login-submit {
    margin-top: 30px; }
  #login p.error {
    margin-top: 1em; }
#login > br {
  display: none; }
#login form {
  margin: 40px 0 20px 0; }
#login input {
  border-radius: 5px; }
#login .login-remember label {
  color: #20221C;
  font-size: 16px;
  font-weight: 400; }

.login-separator {
  display: flex;
  align-items: center;
  text-align: center; }
  .login-separator hr {
    flex-grow: 1;
    border: none;
    border-top: 1px solid #CBCCC8;
    color: #CBCCC8;
    background: #CBCCC8;
    margin: 24px 0 24px 0; }
  .login-separator span {
    margin: 0 10px;
    font-weight: 400;
    color: #989996;
    font-size: 16px; }

.login-logos-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }

.login-logos-logo {
  width: 104px;
  height: auto; }

#login-signup-text {
  text-align: center;
  color: #20221C;
  font-size: 16px;
  margin-bottom: 24px !important; }
  #login-signup-text a {
    font-size: 16px;
    font-weight: 400; }

#login-container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  height: auto; }

#login-wrapper {
  border-radius: 20px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.35);
  display: flex;
  min-height: 855px;
  margin-left: 24px;
  margin-right: 24px; }

#login-right {
  background: url("../img/login-image.gif") no-repeat center center/cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 680px;
  flex-shrink: 0; }

#login-left {
  background-color: #FFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  flex: 1;
  min-width: 0; }

#resetpassform {
  max-width: 480px; }
  #resetpassform input[type="text"],
  #resetpassform input[type="password"] {
    box-sizing: border-box;
    padding: 8px 12px;
    width: 100%;
    border: 2px solid #F0F0F0;
    color: #333;
    background: #F0F0F0;
    box-shadow: none;
    transition: all .35s;
    box-sizing: border-box;
    font-size: 1em;
    border-radius: 3px; }
    #resetpassform input[type="text"]:focus,
    #resetpassform input[type="password"]:focus {
      background-color: #f7f7f5;
      border-color: #4C9E01;
      outline: none; }

#lostpasswordform p.form-row {
  margin-top: 40px;
  margin-bottom: 30px; }
#lostpasswordform p.lostpassword-submit {
  margin-bottom: 30px; }

#login-steps {
  position: relative;
  z-index: 1;
  padding: 20px;
  text-shadow: 0 0 80px black, 0 0 10px black, 0 0 4px black; }
  #login-steps:before {
    content: '';
    display: block;
    position: absolute;
    top: -13%;
    left: -12%;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 999px;
    filter: blur(3rem); }
  #login-steps > div {
    position: relative;
    margin: 40px 0;
    z-index: 2; }
  #login-steps img {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.7)); }
  #login-steps h3 {
    color: #FFF;
    margin: 0;
    position: relative;
    z-index: 3; }
  #login-steps p {
    color: #FFF;
    margin: 0;
    position: relative;
    z-index: 3; }

#login-content .btn-block {
  margin-top: 48px; }

main #content.widecolumn {
  max-width: 960px;
  padding: 20px 30px 150px 30px;
  margin: 0 auto; }

#inside-content.confirm a.btn {
  margin-top: 30px;
  margin-bottom: 15px; }

/* =======================================================================
   HOME ------------------------------------------------------------------
   ======================================================================= */
.home main#maincontent {
  padding-top: 50px; }

#home-content {
  margin: 0 0 50px 0;
  text-align: center; }

#home-circles {
  padding-bottom: 50px; }
  #home-circles #big-n {
    text-align: center;
    margin: 0 0 2em 0; }
    #home-circles #big-n img {
      max-width: 104px; }
  #home-circles article {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 2.5px 2.5px 2.9px -8px rgba(0, 0, 0, 0.035), 5px 5px 35px -8px rgba(0, 0, 0, 0.2);
    background: #FFF;
    margin: 2em auto; }
    #home-circles article > div, #home-circles article > a {
      position: relative;
      width: 200px;
      height: 200px;
      text-align: center;
      padding: 0 25px;
      overflow: hidden;
      z-index: 2; }
      #home-circles article > div:after, #home-circles article > a:after {
        content: '';
        transition: opacity 0.4s linear;
        position: absolute;
        background: linear-gradient(148deg, #ececec 0%, white 100%);
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1;
        opacity: 0;
        margin-left: 0;
        margin-right: 0; }
      #home-circles article > div:hover:after, #home-circles article > a:hover:after {
        opacity: 1; }
      #home-circles article > div > div, #home-circles article > a > div {
        z-index: 2; }
      #home-circles article > div h3, #home-circles article > a h3 {
        transition: all 0.35s linear;
        font-size: 1em;
        text-transform: uppercase;
        margin: 0.6em 0 0 0;
        line-height: 100%;
        letter-spacing: 0.02em; }
      #home-circles article > div:hover, #home-circles article > divactive, #home-circles article > div:focus, #home-circles article > a:hover, #home-circles article > aactive, #home-circles article > a:focus {
        color: #4C9E01;
        text-decoration: none; }
        #home-circles article > div:hover h3, #home-circles article > divactive h3, #home-circles article > div:focus h3, #home-circles article > a:hover h3, #home-circles article > aactive h3, #home-circles article > a:focus h3 {
          color: #4C9E01; }

#home-features {
  padding: 50px 0 80px 0;
  position: relative; }
  #home-features:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 250px;
    background: transparent linear-gradient(180deg, #4C9E01 0%, #408301 100%) 0% 0% no-repeat padding-box;
    z-index: 1; }
  #home-features .wrap {
    position: relative;
    z-index: 2; }
  #home-features h2 {
    text-align: center;
    color: #FFF;
    margin: 0 0 1.5em 0; }
  #home-features article {
    background-size: cover;
    background-position: center center; }
    #home-features article a {
      display: block;
      padding-top: 100%;
      position: relative;
      overflow: hidden; }
      #home-features article a:after {
        content: '';
        transition: all 0.35s linear;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: -40%;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%); }
      #home-features article a:hover:after, #home-features article a:active:after, #home-features article a:focus:after {
        bottom: 0; }
      #home-features article a:hover h3:after, #home-features article a:active h3:after, #home-features article a:focus h3:after {
        margin-left: 10px; }
      #home-features article a h3 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 45px;
        color: #FFF;
        margin: 0;
        z-index: 2;
        line-height: 110%; }
        #home-features article a h3:after {
          content: '';
          transition: all 0.35s linear;
          display: inline-block;
          margin-right: -45px;
          margin-left: 5px;
          position: relative;
          vertical-align: bottom;
          bottom: -3px;
          width: 40px;
          height: 30px;
          background: url("../img/icon-white-arrow.svg") no-repeat center center;
          background-size: contain; }

#popvideo, #tutvideo {
  position: relative;
  z-index: 200;
  background: rgba(200, 200, 200, 0.9);
  height: 100%;
  opacity: 1;
  overflow: hidden;
  transition: height 0s linear 0s, opacity 1s; }
  #popvideo aside, #tutvideo aside {
    position: relative;
    max-height: calc(100% - 40px);
    overflow-y: auto;
    background: #FFF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 780px;
    margin: 0 auto; }
  #popvideo #video-close, #popvideo .modal-close, #tutvideo #video-close, #tutvideo .modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.3em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 2; }
    #popvideo #video-close:hover, #popvideo .modal-close:hover, #tutvideo #video-close:hover, #tutvideo .modal-close:hover {
      color: #4C9E01; }
  #popvideo a.btn, #tutvideo a.btn {
    margin-bottom: 0; }
  #popvideo #video-intro, #tutvideo #video-intro {
    max-width: 550px;
    margin: 0 auto; }
    #popvideo #video-intro h2, #tutvideo #video-intro h2 {
      margin: 0;
      line-height: 110%;
      padding-left: 40px;
      padding-right: 40px; }
    #popvideo #video-intro p, #tutvideo #video-intro p {
      line-height: 120%; }
  #popvideo #video-container, #tutvideo #video-container {
    margin: 1.5em auto;
    max-width: 550px; }
  #popvideo label, #tutvideo label {
    display: block;
    margin: 0.6em 0;
    font-size: 16px;
    font-weight: 700; }
    #popvideo label input[type="checkbox"], #tutvideo label input[type="checkbox"] {
      width: 18px;
      height: 18px;
      border: 3px solid #000;
      vertical-align: bottom;
      cursor: pointer; }

div.modal-share {
  /*
  .modal-close {
  	padding: 0;
  }
  */ }
  div.modal-share div {
    max-width: 540px;
    text-align: center; }

figure.circle-icon {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  box-shadow: 2.5px 2.5px 2.9px -8px rgba(0, 0, 0, 0.035), 5px 5px 35px -8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 1.5em auto 1.5em auto;
  text-align: center;
  justify-content: center;
  align-items: center; }
  figure.circle-icon img {
    max-width: 60%;
    display: block; }

#tutvideo {
  position: relative;
  z-index: auto;
  opacity: 1;
  height: 100%;
  background-color: transparent;
  margin-bottom: -1px; }
  #tutvideo aside {
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    padding: 15px 15px 25px 15px;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
    max-height: none;
    margin: 0;
    border-radius: 20px;
    width: 100%;
    max-width: none;
    overflow: hidden; }
  #tutvideo #video-container {
    max-width: 680px;
    margin: 1em auto; }
  #tutvideo.loading button {
    display: none; }
  #tutvideo.loading:after {
    content: '';
    display: block;
    background: url("../img/loading-spinner.gif") no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin: 20px auto 0px auto; }

#share-url {
  background: #F5F5F5;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 2.5em;
  margin-bottom: 1.5em; }
  #share-url input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 15px; }
    #share-url input:focus {
      border: none;
      outline: none; }
  #share-url a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    min-height: 40px;
    letter-spacing: 0.1em; }
    #share-url a:hover, #share-url a:focus, #share-url a:active {
      background: #4C9E01;
      color: #FFF;
      text-decoration: none; }
    #share-url a.copied div:before {
      content: '\f00c'; }
    #share-url a > div:before {
      content: '\f0c1';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      margin-right: 0.4em; }

/* =======================================================================
   TUTORIAL PAGE ---------------------------------------------------------
   ======================================================================= */
#tutorial-heading {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 16px;
  padding-right: 16px; }
  #tutorial-heading h1 {
    font-size: 42px; }
  #tutorial-heading p {
    color: #656664;
    font-size: 20px;
    letter-spacing: 0.4px; }

#tour-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 24px; }

#home-circles.tut {
  padding-top: 40px; }
  #home-circles.tut article {
    transition: all 0.35s linear;
    cursor: pointer;
    overflow: visible;
    opacity: 0.5; }
    #home-circles.tut article:after {
      transition: all 0.35s linear;
      content: '\f04b';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-align: center;
      line-height: 46px;
      padding-left: 4px;
      width: 46px;
      height: 46px;
      background: #FFF;
      border-radius: 50%;
      box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
      position: absolute;
      left: 50%;
      bottom: 20px;
      margin-left: -23px; }
    #home-circles.tut article:hover, #home-circles.tut article:focus {
      opacity: 1;
      transform: scale(1.04); }
      #home-circles.tut article:hover:after, #home-circles.tut article:focus:after {
        background: #4C9E01;
        color: #FFF; }
    #home-circles.tut article > div:after {
      display: none; }
    #home-circles.tut article.hastitle:after {
      bottom: -15px; }

body.circlenav #home-circles.tut article.current {
  z-index: 11;
  opacity: 1; }

#tutnav {
  background: #FFF;
  position: relative;
  margin: 0px auto 20px auto;
  border-radius: 20px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1); }
  #tutnav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #tutnav ul li {
      margin-bottom: 32px;
      padding: 15px 15px 15px 50px;
      position: relative;
      counter-increment: step-counter;
      white-space: nowrap;
      line-height: 110%;
      font-size: 16px;
      letter-spacing: 0.32px;
      color: #989996; }
      #tutnav ul li:after {
        content: '';
        width: 1px;
        height: 16px;
        bottom: -50%;
        left: 16px;
        position: absolute;
        background: #E2E2E2;
        z-index: 1; }
      #tutnav ul li:last-child:after {
        display: none; }
      #tutnav ul li:before {
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 10px;
        color: #E2E2E2;
        font-weight: bold;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        border: 2px solid #E2E2E2;
        border-radius: 50%;
        background: #FFF;
        z-index: 2;
        font-family: "Font Awesome 5 Free"; }
      #tutnav ul li.done {
        color: #000; }
        #tutnav ul li.done:after {
          background: #4C9E01; }
        #tutnav ul li.done:before {
          content: '\f00c';
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          color: #4C9E01;
          border-color: #4C9E01; }
      #tutnav ul li.current {
        color: #000; }
        #tutnav ul li.current:before {
          background: #4C9E01;
          color: #FFF;
          border-color: #4C9E01; }

#stepcount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px; }
  #stepcount > span {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.4px; }
  #stepcount #tutnav-counter {
    font-weight: 400;
    color: #656664;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-align: right; }

#tour-intro, #tour-complete {
  padding: 15px;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.6); }

#tour-complete {
  display: none;
  text-align: center; }
  #tour-complete h2 {
    margin-top: 0; }

#tour-content {
  position: relative;
  z-index: 11;
  max-width: 400px;
  width: 100%;
  padding: 0; }

/* =======================================================================
   INSIDE PAGES & BLOCKS -------------------------------------------------
   ======================================================================= */
#inside-content {
  padding-top: 50px;
  overflow: hidden; }
  #inside-content h1 {
    font-weight: 900; }

#inside-content.article-content {
  padding-top: 0; }

.inside-breadcrumbs {
  padding: 10px 0;
  font-size: 0.9em; }
  .inside-breadcrumbs p {
    margin: 0; }
  .inside-breadcrumbs a {
    color: #707070; }
    .inside-breadcrumbs a:hover, .inside-breadcrumbs a:active, .inside-breadcrumbs a:focus {
      color: #4C9E01; }

#inside-sectionnav {
  margin: 0;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  background: #FFF; }
  #inside-sectionnav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0; }
    #inside-sectionnav ul li {
      order: 0;
      flex: 1 1 auto;
      align-self: auto;
      margin: 0;
      padding: 0;
      min-height: 100%; }
      #inside-sectionnav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1em;
        width: 100%;
        text-align: center;
        filter: grayscale(100%);
        opacity: 0.4;
        min-height: 100%; }
        #inside-sectionnav ul li a:hover, #inside-sectionnav ul li a:focus, #inside-sectionnav ul li a:active {
          filter: grayscale(0%);
          opacity: 1; }
        #inside-sectionnav ul li a:after {
          display: none; }
        #inside-sectionnav ul li a img {
          max-height: 32px;
          max-width: 110px;
          width: auto; }
      #inside-sectionnav ul li.current a {
        filter: grayscale(0%);
        opacity: 1;
        background: #FAFAFA; }

.page-template-page-protected #inside-sectionnav {
  margin-bottom: 0.6em; }

.sitemods {
  margin-left: -1000px;
  margin-right: -1000px;
  padding: 0 0 50px 0; }
  .sitemods .grid-item {
    margin-bottom: 20px; }

.sitemods-header {
  text-align: center;
  padding-bottom: 35px; }
  .sitemods-header h3 {
    margin: 0; }
  .sitemods-header .sitemods-logo {
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 20px; }

.sitemod {
  box-shadow: 2px 2px 12px #0000001A;
  min-height: 100%; }
  .sitemod a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 30px 0 50px 0; }
    .sitemod a:hover, .sitemod a:active, .sitemod a:focus {
      text-decoration: none; }
      .sitemod a:hover:after, .sitemod a:active:after, .sitemod a:focus:after {
        top: 0;
        left: 0;
        opacity: 1; }
      .sitemod a:hover .hover-icon figure, .sitemod a:active .hover-icon figure, .sitemod a:focus .hover-icon figure {
        transition: opacity 0.15s, transform 0.4s; }
        .sitemod a:hover .hover-icon figure.hover, .sitemod a:active .hover-icon figure.hover, .sitemod a:focus .hover-icon figure.hover {
          opacity: 1;
          transform: scale(1.2); }
        .sitemod a:hover .hover-icon figure.norm, .sitemod a:active .hover-icon figure.norm, .sitemod a:focus .hover-icon figure.norm {
          opacity: 0; }
    .sitemod a > div {
      position: relative;
      z-index: 2; }
    .sitemod a .hover-icon {
      width: 120px;
      height: 120px;
      position: relative;
      margin: 0 auto; }
      .sitemod a .hover-icon figure {
        transition: opacity 0.15s linear 0.3s, transform 0.4s;
        position: absolute;
        text-align: center;
        transform-origin: bottom center;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex !important;
        align-items: center;
        justify-content: center; }
        .sitemod a .hover-icon figure.hover {
          opacity: 0; }
    .sitemod a:after {
      transition: all 0.35s linear;
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: -100%;
      left: -100%;
      opacity: 0;
      background: linear-gradient(135deg, #e9e9e9 0%, white 100%);
      filter: blur(0.2); }
  .sitemod h3 {
    margin: 0.5em 0 0 0;
    text-align: center;
    font-size: 1em; }

.spacer {
  display: block;
  height: 2.5em; }
  .spacer .spacer-size-sm {
    height: 1.5em; }

/* =======================================================================
   CONTESTS --------------------------------------------------------------
   ======================================================================= */
.single-contests iframe {
  width: 70%;
  height: 400px; }

section.pagehero {
  color: #FFF;
  background: transparent linear-gradient(180deg, #4C9E01 0%, #408301 100%) 0% 0% no-repeat padding-box; }
  section.pagehero h1,
  section.pagehero h2 {
    color: #FFF;
    font-weight: 900;
    font-size: 2em;
    margin: 0; }
  section.pagehero h3,
  section.pagehero h4 {
    color: #FFF;
    font-weight: 700;
    margin: 0;
    font-size: 1.6em; }
  section.pagehero h4 {
    font-size: 1.4em;
    margin-top: 1em; }
  section.pagehero p {
    margin: 0.5em 0; }
  section.pagehero #hdr-col1,
  section.pagehero #hdr-col2 {
    padding-top: 50px;
    padding-bottom: 50px; }
  section.pagehero #hdr-col2 {
    background: linear-gradient(180deg, #69ac2c 0%, #458906 100%); }

.backlink {
  margin-bottom: 1.5em; }
  .backlink a {
    display: inline-block;
    font-size: 0.85em;
    font-weight: 700;
    color: #FFF;
    vertical-align: bottom; }
    .backlink a:before {
      content: '\f060';
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      margin-right: 0.5em;
      font-size: 0.7em;
      vertical-align: bottom;
      position: relative;
      bottom: 3px; }

.contest-item {
  background: #fff;
  max-width: 480px;
  margin: 0 auto 3em auto;
  text-align: center;
  border: 2px solid #4C9E01;
  box-shadow: 2px 2px 8px #0000001A;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  	/*
  	&.upcoming {
  
  		.contest-date,
  		.contest-desc {
  			filter: grayscale(1);
  			opacity: 0.4;
  		}
  		.img-prize {
  			filter: grayscale(1);
  			opacity: 0.2;
  		}
  	}
  	*/ }
  .contest-item .contest-date-mo {
    font-weight: 900;
    text-align: center;
    color: #4C9E01;
    font-size: 2.4em;
    text-transform: uppercase;
    line-height: 100%; }
  .contest-item .contest-date-yr {
    font-weight: 900;
    text-align: center;
    color: #B7B7B7;
    font-size: 1.8em;
    text-transform: uppercase;
    line-height: 100%; }
  .contest-item h3 {
    font-size: 1.4em;
    margin: 0 0 0.2em 0; }
  .contest-item h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #656664; }
  .contest-item h5 {
    margin: 16px 0; }
  .contest-item p {
    margin: 0;
    color: #20221C;
    font-size: 14px; }
  .contest-item .training-intro {
    padding: 20px; }
    .contest-item .training-intro a.btn {
      margin-top: 16px; }
    .contest-item .training-intro h4 {
      opacity: 0.7;
      margin-top: 0.6em; }
  .contest-item .contest-header {
    background: transparent linear-gradient(180deg, #4C9E01 0%, #408301 100%) 0% 0% no-repeat padding-box;
    color: #FFF; }
    .contest-item .contest-header > h2 {
      font-weight: 600;
      font-size: 1.3em;
      padding: 14px;
      margin: 0;
      color: #FFF;
      text-align: center; }
  .contest-item .prize-info {
    margin: 3em 0 0 0;
    padding: 20px;
    min-width: 100%; }
    .contest-item .prize-info h4 {
      color: #FFF;
      margin: 1em 0 1em 0;
      font-size: 1.2em; }
    .contest-item .prize-info p {
      font-size: 1.2em;
      line-height: 120%; }
  .contest-item .contest-status a.btn {
    margin-bottom: 12px; }
  .contest-item .contest-status h4 {
    opacity: 1; }
  .contest-item .thismonth-head {
    width: 100%;
    padding: 20px; }

#contest-current {
  background: #F0F0F0;
  margin: -50px -3000px 0 -3000px;
  padding: 70px 3000px 70px 3000px; }
  #contest-current article {
    margin-bottom: 0; }
  #contest-current .contest-header {
    text-align: left; }
    #contest-current .contest-header h2 {
      color: #FFF;
      margin: 0.3em 0 0 0; }
  #contest-current .contest-desc.passed {
    filter: grayscale(1);
    opacity: 0.7; }

#contest-all .contest-item.upcoming, #contest-all .contest-item.passed {
  /*
  filter: grayscale(1);
  opacity: 0.7;
  */
  border-color: #707070; }
  #contest-all .contest-item.upcoming .contest-header, #contest-all .contest-item.passed .contest-header {
    background: #707070; }
#contest-all .contest-item.upcoming .training-intro {
  filter: grayscale(1);
  opacity: 0.7; }
#contest-all .contest-item .contest-desc.passed {
  filter: grayscale(1);
  opacity: 0.7; }

nav.tabnav {
  background: #F0F0F0;
  margin: 0 -3000px 0 -3000px;
  padding: 0 3000px; }
  nav.tabnav ul {
    max-width: 1024px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center; }
    nav.tabnav ul li {
      margin: 0 0.2em;
      padding: 0; }
      nav.tabnav ul li a {
        display: block;
        padding: 1em 2em;
        text-align: center;
        font-weight: 700;
        font-style: italic;
        text-transform: uppercase;
        color: #000; }
        nav.tabnav ul li a:hover, nav.tabnav ul li a:active, nav.tabnav ul li a:focus {
          color: #4C9E01;
          text-decoration: none; }
      nav.tabnav ul li.open a {
        background: #FFF;
        color: #4C9E01; }

.tabcontent {
  transition: all 0.5s linear;
  opacity: 0; }
  .tabcontent.open {
    opacity: 1; }
  .tabcontent .tabcontent-inner {
    padding-bottom: 2.5em;
    padding-top: 1.5em; }

#contest-complete, #already-passed {
  text-align: center; }
  #contest-complete.open, #already-passed.open {
    padding: 30px 0 70px 0; }

#contest-form,
#contest-video,
#contest-complete {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0s linear 1s, opacity 1s;
  background: #FAFAFA; }
  #contest-form.open,
  #contest-video.open,
  #contest-complete.open {
    max-height: 3000px;
    opacity: 1;
    overflow: auto;
    transition: max-height 0s linear 0s, opacity 1s; }

.contest-video {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0s linear 1s, opacity 1s;
  background: #FAFAFA; }
  .contest-video.open {
    max-height: 3000px;
    opacity: 1;
    overflow: auto;
    transition: max-height 0s linear 0s, opacity 1s; }

#contest-form {
  text-align: center; }
  #contest-form.open {
    padding: 30px 0 70px 0;
    z-index: 9999;
    position: relative;
  }
  #contest-form .gform-body fieldset {
    text-align: left; }
  #contest-form .gfield {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    min-width: 280px;
    display: block; }
  #contest-form .gfield_label {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.2em;
    font-weight: normal; }
  #contest-form .gfield--type-quiz .ginput_container_radio {
    text-align: center; }
  #contest-form .gfield--type-quiz .gfield_radio {
    display: inline-block;
    text-align: left; }
  #contest-form .gfield--type-quiz .gchoice {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    min-width: 160px; }
  #contest-form .gform_footer button {
    margin-left: 10px;
    margin-right: 10px; }
  #contest-form .gform_footer:after {
    display: none; }

#contest-video {
  padding-top: 60px;
  margin-top: -60px; }

#contest-feedback {
  max-width: 400px;
  text-align: center;
  margin: 0 auto; }
  #contest-feedback label {
    margin-bottom: 1em;
    text-align: center; }
  #contest-feedback a.btn.ghost {
    margin-top: 2em; }
  #contest-feedback h2.gform_submission_error {
    display: none; }

#howitworks {
  text-align: left;
  padding: 50px 0; }
  #howitworks .grid-row > div {
    margin-top: 20px;
    margin-bottom: 20px; }
  #howitworks h5 {
    text-transform: uppercase;
    font-size: 0.9em;
    margin: 0;
    color: #333;
    margin-bottom: 1.2em; }
  #howitworks h2 {
    margin-top: 0;
    margin-bottom: 0.5em; }

.rewardlevels h5 {
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 0;
  color: #333;
  margin-bottom: 1.2em; }
.rewardlevels ul {
  list-style: none;
  padding: 0;
  margin: 1.5em 0 0 0; }
  .rewardlevels ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 1em; }
    .rewardlevels ul li:before {
      content: '';
      background: url("../img/list-bullet-star.svg") no-repeat;
      background-size: contain;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 0.3em; }
    .rewardlevels ul li:nth-child(2):before {
      background-image: url("../img/list-bullet-prize.svg"); }
    .rewardlevels ul li:nth-child(3):before {
      background-image: url("../img/list-bullet-grandprize.svg"); }
    .rewardlevels ul li:nth-child(4):before {
      background-image: url("../img/list-bullet-share.svg"); }

#yourstatus {
  border-radius: 20px;
  padding: 40px; }
  #yourstatus figure {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 2em auto 0 auto; }
    #yourstatus figure svg {
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 1; }
    #yourstatus figure figcaption {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      align-items: center; }
      #yourstatus figure figcaption p {
        font-size: 1.4em;
        font-weight: bold; }

svg.circles {
  /* to change origin of dash stroke */
  transform-origin: center center;
  transform: rotate(90deg); }
  svg.circles circle, svg.circles path {
    stroke-width: 30px;
    stroke-linecap: round; }

#not-available {
  padding: 100px 0; }

.training-head {
  padding: 50px 0 30px 0; }
  .training-head h1 {
    font-weight: 900;
    font-size: 2.2em; }
  .training-head .backlink a {
    color: #4C9E01; }

section.reward-details {
  background-color: #EBF2E5; }
  section.reward-details .rewardlevels {
    padding: 50px 0; }
  section.reward-details .currentprize-container {
    position: relative; }
    section.reward-details .currentprize-container:before {
      content: '';
      left: -3000px;
      right: -3000px;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      background: linear-gradient(180deg, #69ac2c 0%, #458906 100%); }
  section.reward-details .currentprize {
    color: #FFF;
    position: relative;
    z-index: 2;
    padding: 50px 0; }
    section.reward-details .currentprize h3 {
      color: #FFF;
      font-size: 1.4em;
      margin: 0; }

#rewatch {
  display: inline-block;
  margin-top: 30px; }

#inside-content.confirm.failed h1 {
  color: #D80000; }
#inside-content.confirm h1 {
  margin-bottom: 0.5em; }
#inside-content.confirm p, #inside-content.confirm h4 {
  margin: 0.6em 0; }

.redirect-loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2000; }
  .redirect-loading:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/loading-spinner.gif") no-repeat center center;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px; }

.admin-note {
  text-align: center;
  border: 3px solid #333;
  border-radius: 20px;
  margin: 2em 0;
  padding: 25px;
  background: rgba(200, 200, 200, 0.9); }
  .admin-note h3, .admin-note p {
    margin: 0; }

/* =======================================================================
   REP LOOKUP ------------------------------------------------------------
   ======================================================================= */
#findrep-map {
  margin: 20px 0; }
  #findrep-map svg > g {
    transition: all 0.35s linear; }
    #findrep-map svg > g:hover {
      cursor: pointer;
      opacity: 0.8; }

#findrep-choice label {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 8px; }
#findrep-choice .grid-item {
  margin-bottom: 10px; }

.rep-card {
  width: 200px;
  margin: 0 auto 2em 0; }
  .rep-card:last-child {
    margin-bottom: 0; }
  .rep-card figure {
    border-radius: 999px;
    overflow: hidden;
    margin: 0 auto;
    width: 176px; }
  .rep-card h3 {
    margin: 0;
    font-size: 1.3em;
    font-weight: 900; }
  .rep-card p {
    margin: 0.3em 0;
    line-height: 115%;
    font-size: 0.9em; }
    .rep-card p.rep-phone a, .rep-card p.rep-email a {
      position: relative;
      padding-left: 22px;
      display: inline-block; }
      .rep-card p.rep-phone a:before, .rep-card p.rep-email a:before {
        content: '\f879';
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        left: 0;
        top: 0;
        font-size: 0.8em;
        color: #4C9E01; }
    .rep-card p.rep-phone.rep-email a:before, .rep-card p.rep-email.rep-email a:before {
      content: '\f0e0';
      left: -2px; }
  .rep-card h4 {
    font-size: 0.9em;
    color: #333;
    text-transform: uppercase;
    margin: 0; }
  .rep-card .rep-bio {
    display: none; }
  .rep-card .rep-products ul {
    list-style: none;
    margin: 0.3em 0 0 0;
    padding: 0; }
    .rep-card .rep-products ul li {
      margin: 0.2em 0;
      padding: 0;
      font-size: 0.9em;
      line-height: 110%; }
  .rep-card.open .rep-bio, .rep-card.open .rep-products {
    display: block; }
  .rep-card.open a.rep-more:before {
    content: '\f0d8'; }
  .rep-card a {
    font-weight: bold; }
  .rep-card a.rep-more {
    padding: 7px 30px;
    margin-top: 0.8em; }
    .rep-card a.rep-more:before {
      content: '\f0d7';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 0.8em;
      margin-right: 0.6em;
      position: relative;
      left: -6px; }
  .rep-card .rep-bio {
    padding-top: 30px;
    padding-bottom: 30px; }
    .rep-card .rep-bio p {
      margin: 0.8em 0;
      line-height: 130%; }

/* =======================================================================
   CUSTOMER USAGE PORTAL -------------------------------------------------
   ======================================================================= */
#mycustomers {
  margin-top: 50px; }
  #mycustomers > div {
    margin-bottom: 30px; }

article.usage-card {
  background: #ecf2e5;
  min-height: 100%;
  border-radius: 20px;
  padding: 30px; }
  article.usage-card h3 {
    margin: 0; }
  article.usage-card h5 {
    margin: 0.4em 0; }
  article.usage-card p {
    margin: 0.7em 0; }
    article.usage-card p:last-child {
      margin-bottom: 0; }
    article.usage-card p.email a {
      position: relative;
      padding-left: 22px;
      display: inline-block; }
      article.usage-card p.email a:before {
        content: '\f0e0';
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        left: 0px;
        top: 0;
        font-size: 0.8em;
        color: #4C9E01; }
    article.usage-card p.sessioncount {
      font-weight: bold; }

/* =======================================================================
   Widgets ---------------------------------------------------------------
   ======================================================================= */
.page-title {
  padding-left: 20px; }
  .page-title h3 {
    color: #20221C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110.1%;
    margin-top: 20px; }

.widgets-container {
  padding: 0px 20px 20px 20px; }

.widget-title {
  color: #474846;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.1%;
  letter-spacing: 0.36px;
  margin: 10px; }

.widget {
  width: 100%;
  margin-top: 25px; }
  .widget .widget-content {
    width: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #fff; }

.training-widget .training-widget-content {
  padding-bottom: 24px; }
  .training-widget .training-widget-content .training-widget-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 120px;
    width: 100%;
    background-image: url("../img/widget-header.jpeg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }
    .training-widget .training-widget-content .training-widget-header img {
      height: auto;
      box-shadow: 1.546px 1.546px 6.185px 0 rgba(0, 0, 0, 0.25), 3.093px 3.093px 18.556px 0 rgba(0, 0, 0, 0.15);
      max-width: 193px;
      object-fit: contain;
      margin-top: 45px; }
  .training-widget .training-widget-content h3 {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 0; }
  .training-widget .training-widget-content p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px; }
.training-widget .training-widget-button {
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background-color: #408301;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin: 0 auto;
  max-width: 164px; }
  .training-widget .training-widget-button:hover {
    background-color: #275001; }

.rep-widget .rep-widget-content {
  padding-bottom: 45px; }
  .rep-widget .rep-widget-content .rep-widget-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 140px;
    width: 100%;
    background-image: url("../img/widget-header.jpeg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 30px; }
    .rep-widget .rep-widget-content .rep-widget-header .rep-image {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      margin-top: 64px; }
  .rep-widget .rep-widget-content h3 {
    text-align: center; }
  .rep-widget .rep-widget-content a {
    text-align: center;
    color: #408301;
    font-weight: 700; }

.rep-widget-new .rep-widget-content {
  padding-bottom: 40px;
 }
.rep-widget-new .rep-widget-content .rep-widget-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 140px;
  width: 100%;
  background-image: url("../img/widget-header.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 30px;
  gap: 18px;
  padding: 16px;
  margin-bottom: 0;
 }
.rep-widget-new .rep-widget-content .rep-widget-header .rep-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
 }
 .rep-widget-new .rep-widget-content .rep-widget-header .rep-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
 }

 .disabled-field input,
.disabled-field textarea,
.disabled-field select {
    background-color: #f0f0f0 !important;
    pointer-events: none;
    opacity: 0.6;
}


 .rep-widget-new .rep-widget-content .rep-widget-header .rep-info h3 {
    margin: 0;
    margin-bottom: 4px;
    color: #fff;
    font-size: 24px;
 }

 .rep-widget-new .rep-widget-content .rep-widget-header .rep-info a {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

.rep-widget-new .rep-widget-content h3 {
  text-align: center;
  }

  .rep-widget-new .rep-widget-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rep-widget-new .rep-widget-bottom p {
    padding-top: 40px;
    margin: 0;
    padding-bottom: 16px;
  }
  .rep-widget-new .rep-widget-bottom a {
    display: inline-flex;
      padding: 16px 32px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 100px;
      background-color: #408301;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      margin: 0 auto;
  }

.futures-widget .futures-widget-content {
  height: 321px; }
.futures-widget #commodities-iframe {
  width: 100%;
  height: 100%;
  overflow: scroll; }

.acf-layout-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

.acf-layout-block .acf-text-block,
.acf-layout-block .acf-image-block {
  flex: 1 1 calc(33.333% - 16px);
  box-sizing: border-box; }

.trending-container {
  padding: 20px; }
  .trending-container hr {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F1F2ED; }

.trending-item {
  padding: 10px;
  margin-bottom: 10px;
  color: #656664; }
  .trending-item a[target=_blank]:not(.noicon):after {
    content: none; }
  .trending-item a {
    color: #20221C;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
    display: block;
    text-overflow: ellipsis; }
  .trending-item .trending-heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .trending-item .trending-heading img {
      margin-right: 8px; }
    .trending-item .trending-heading h2 {
      color: #E3711F;
      font-size: 14px;
      letter-spacing: 2.24px;
      text-transform: uppercase;
      margin: 0; }

.trending-item.first-item {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 16px; }
  .trending-item.first-item #popular-category {
    font-size: 16px;
    color: #989996;
    font-weight: 700;
    margin-bottom: 8px; }
  .trending-item.first-item .trending-image {
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    flex-shrink: 0; }

.trending-item-content {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative; }

.trending-image {
  width: 56px;
  height: 56px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  flex-shrink: 0; }

.trending-text-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
  display: block;
  text-overflow: ellipsis;
  margin-right: 30px; }

.trending-text-content h3 {
  margin: 0; }

.trending-text-content p {
  margin: 5px 0 0 0; }

  .learning-opportunities-container {
  padding: 20px; }
  .learning-opportunities-container hr {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F1F2ED; }

.learning-opportunities-item {
  padding: 10px;
  margin-bottom: 10px;
  color: #656664; }
  .learning-opportunities-item a[target=_blank]:not(.noicon):after {
    content: none; }
  .learning-opportunities-item a {
    color: #20221C;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
    display: block;
    text-overflow: ellipsis; }
  .learning-opportunities-item .learning-opportunities-heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .learning-opportunities-item .learning-opportunities-heading img {
      margin-right: 8px; }
    .learning-opportunities-item .learning-opportunities-heading h2 {
      color: #E3711F;
      font-size: 14px;
      letter-spacing: 2.24px;
      text-transform: uppercase;
      margin: 0; }

.learning-opportunities-item.first-item {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 16px; }
  .learning-opportunities-item.first-item #popular-category {
    font-size: 16px;
    color: #989996;
    font-weight: 700;
    margin-bottom: 8px; }
  .learning-opportunities-item.first-item .learning-opportunities-image {
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    flex-shrink: 0; }

.learning-opportunities-item-content {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative; }

.learning-opportunities-image {
  width: 56px;
  height: 56px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  flex-shrink: 0; }

.learning-opportunities-text-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
  display: block;
  text-overflow: ellipsis;
  margin-right: 30px; }

.learning-opportunities-text-content h3 {
  margin: 0; }

.learning-opportunities-text-content p {
  margin: 5px 0 0 0; }

  .learning-opportunities-tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.learning-opportunities-tabs .lo-tab {
  background: none;
  border: none;
  padding: 8px 0;
  color: #656664;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.learning-opportunities-tabs .lo-tab.active {
  color: #20221C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.learning-opportunities-tab-underline {
  height: 1px;
  background: #D8D8D2;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
    margin-left: 16px;
  margin-right: 16px;
}

.learning-opportunities-tabs .lo-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0B8A39;
  border-radius: 2px;
}

.learning-opportunities-section {
  display: none;
}

.learning-opportunities-section.active {
  display: block;
}

.all-learning {
  padding-left: 16px;
}

.learning-opportunities-widget-content {
  padding-bottom: 16px;
}

.smart-nitrogen-heading-widget {
  position: relative;
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden; }

.smart-nitrogen-video-link {
  display: block;
  width: 100%;
  min-height: 370px;
  background-size: cover;
  background-position: center;
  text-decoration: none; }

.testimonial-widget {
  min-height: auto !important; }

.testimonial-widget-content {
  min-height: auto !important; }

.testimonials-container {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  gap: 40px; }

.testimonial-featured-container {
  flex: 1;
  max-width: 50%;
  background-color: #64D000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 305px;
  border-radius: 16px;
  background-image: url("../img/widget-header.jpeg");
  background-size: cover;
  background-position: center; }
  .testimonial-featured-container p {
    margin: 0; }

.testimonial-featured {
  width: 100%; }

.testimonial-featured-content {
  text-align: center;
  padding: 20px; }

.testimonial-image-container {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 10px; }

.testimonial-featured-content .testimonial-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  position: relative; }

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
  text-decoration: none; }

.play-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.play-icon {
  width: 0;
  height: 0;
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.testimonial-info h3, .testimonial-info p {
  color: white; }

.testimonial-info h3 {
  font-size: 34px;
  margin: 5px; }

.testimonial-items-container {
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: #fff; }
  .testimonial-items-container p {
    margin: 0; }

.testimonial-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #F1F2ED; }

.testimonial-item:last-child {
  border-bottom: none; }

.testimonial-item .testimonial-image {
  width: 64px;
  height: 64px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 10px; }

.testimonial-text {
  flex: 1; }

.testimonial-text h4 {
  margin: 0; }
  .testimonial-text h4 a {
    color: #000; }

.testimonial-watch-video {
  margin-left: auto;
  color: #64D000;
  text-decoration: none;
  font-weight: bold; }

.smart-tools-widget-content {
  box-shadow: none !important;
  background-color: transparent !important; }
  .smart-tools-widget-content a[target=_blank]:not(.noicon):after {
    display: none; }

.smart-tool-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding-bottom: 20px;
  text-decoration: none;
  color: inherit;
  height: 250px; }
  .smart-tool-container .smart-tool-icon {
    margin-bottom: 10px; }
    .smart-tool-container .smart-tool-icon img {
      max-width: 100%;
      height: auto;
      display: block; }
  .smart-tool-container .smart-tool-name {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.5;
    display: block; }
  .smart-tool-container .smart-tool-external-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center; }

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  max-width: 800px;
  width: 100%; }

.close-btn {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #2C2E28;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer; }

.close-btn:hover,
.close-btn:focus {
  color: #408301;
  text-decoration: none;
  cursor: pointer; }

#modal-body img {
  width: 100%;
  height: auto;
  border-radius: 10px; }

#modal-body iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 10px; }

.contact-rep-widget h2 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 0; }
.contact-rep-widget .rep-zip {
  color: #408301; }

.rep-question {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110.1%;
  letter-spacing: 0.4px;
  color: #656664; }

.contact-rep-widget-content {
  padding: 40px 56px 40px 56px; }
  .contact-rep-widget-content .rep-widget-image {
    flex-shrink: 0; }

.rep-contact {
  display: flex;
  align-items: center;
  gap: 15px; }

.rep-widget-image img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  object-fit: cover; }

.rep-details {
  display: flex;
  flex-direction: column; }

.rep-name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0; }

.rep-phone {
  margin-bottom: 12px; }

.rep-phone, .rep-email {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold; }

.rep-phone:hover, .rep-email:hover {
  text-decoration: underline; }

  /* Contact Rep Page Widget */
  .contact-rep-page-widget h2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 0; }
  .contact-rep-page-widget .rep-zip {
    color: #408301; }
  
  .contact-rep-page-widget .rep-question {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110.1%;
    letter-spacing: 0.4px;
    margin-top: 8px;
    color: #656664; }
  
  .contact-rep-page-widget-content {
    padding: 40px 56px 40px 56px; }
    .contact-rep-page-widget-content .rep-widget-image {
      flex-shrink: 0; }
  
.contact-rep-page-widget .rep-contact {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid #F1F2ED;
  }
  
.contact-rep-page-widget .rep-widget-image img {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    object-fit: cover; }
  
.contact-rep-page-widget .rep-details {
    display: flex;
    flex-direction: column; }
  
.contact-rep-page-widget .rep-name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 17px }
  
.contact-rep-page-widget .rep-phone {
    margin-bottom: 12px; }

.contact-rep-page-widget .meet-rep {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    cursor: pointer;
}
  
.contact-rep-page-widget .rep-phone, .rep-email {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold; }

  .contact-rep-page-widget .rep-description {
      display: -webkit-box;
      -webkit-line-clamp: 8; /* Number of lines to display before truncating */
      -webkit-box-orient: vertical;
      overflow: hidden;
      position: relative;
  }  

  .contact-rep-page-widget .rep-description h3 {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .contact-rep-page-widget .rep-description p {
    margin: 0;
    margin-top: 8px;
  }
  .contact-rep-page-widget .read-more {
      display: block;
      margin-top: 8px;
  }
  
.contact-rep-page-widget .rep-phone:hover, .contact-rep-page-widget .rep-email:hover {
    text-decoration: underline; }

.contact-rep-page-widget .rep-confirmation-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-rep-page-widget .rep-confirmation-image {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; 
}

.contact-rep-page-widget .rep-confirmation-image img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    border-radius: 50%;
}

  .contact-rep-page-widget .contact-rep-page-form-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 550px;
    border-radius: 20px;
    background: #F8F8F8;
    padding: 40px;
  }

  .contact-rep-page-widget .contact-rep-page-form-container h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .contact-rep-page-widget .contact-rep-page-form-container  .gform_wrapper .gfield_label {
    margin-bottom: 12px;
  }

  .contact-rep-page-widget .contact-rep-page-form-container .gform_wrapper .gform_footer:after {
    display: none;
  }

  .contact-rep-page-widget .contact-rep-page-form-container .gform_description {
    margin-top: 8px;
  }

  .contact-rep-page-widget .contact-rep-page-form-container .gform_wrapper .gform_footer {
    padding-top: 0;
  }

  .contact-rep-page-widget .contact-rep-page-form-container textarea {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.05);
    padding: 16px;
    height: 160px;
  }

  .contact-rep-page-widget .contact-rep-page-form-container .form-blurb {
    color: #989996;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }

.contact-rep-page-widget .rep-confirmation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-rep-page-widget .rep-confirmation h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 8px;
}

.contact-rep-page-widget .rep-confirmation p {
  margin: 0;
  text-align: center;
}

.contact-rep-page-widget .rep-confirmation {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 500px) {
  .contact-rep-page-widget-content {
    padding: 24px;
  }

  .contact-rep-page-widget .contact-rep-page-form-container {
    margin-top: 24px;
  }
}

.survey-widget-content {
  padding: 24px; }
  .survey-widget-content p {
    margin: 0; }
  .survey-widget-content #survey-title {
    font-weight: 700; }
  .survey-widget-content .gform_wrapper .gform_footer:after {
    display: none; }
  .survey-widget-content .gform_wrapper.gravity-theme .gfield {
    margin-left: 0x; }
  .survey-widget-content .gform_wrapper.gravity-theme .gfield-choice-input + label {
    margin-top: -19px; }
  .survey-widget-content .gform_wrapper .gchoice {
    padding: 7px 0px 10px 34px; }
  .survey-widget-content .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400; }

    .survey-widget-content  .gform_wrapper.gravity-theme input[type="text"] {
      margin-top: 16px;
    }

    .survey-widget-content .gfield_required .gfield_required_text {
      display: none;
    }

    .survey-already-taken {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 24px;
    }
    
    .survey-image-wrapper {
      width: 70px;
      height: 70px;
      background-color: white;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
    }
    
    .survey-image-wrapper img {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }


    /* Survey Page */
    .survey-page-title {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .page-template-page-surveys h4{
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      margin: 0;
      margin-bottom: 20px;
    }

    .survey-page-title span {
      font-size: 16px;
    }

    .survey-count-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      background-color: #DAE5D0;
      color: #000;
      font-weight: bold;
      font-size: 14px;
      border-radius: 50%;
      margin-left: 8px;
    }

    .survey-slider-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-left: 20px;
    }
    
    .survey-slider-track {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
    }

    .survey-slider-track .gfield_required .gfield_required_text {
      display: none;
    }
    
    .survey-slider-track::-webkit-scrollbar {
      display: none;
    }

    .gravity-form-wrapper {
      flex-grow: 1;
      position: relative;
      overflow: hidden;
    }
    
    .gravity-form-inner {
      height: 100%;
      padding-bottom: 60px;
      position: relative;
    }
    
    .gravity-form-inner .gform_footer,
    .gravity-form-inner .gform_page_footer {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 12px 16px;
      background: white;
      width: 100%;
      box-sizing: border-box;
    }

    .survey-card {
      width: 450px;
      min-height: 350px;
      margin-right: 16px;
      padding-bottom: 30px;
      margin-top: 0;
      position: relative;
      display: flex;
      flex-direction: column;
    }

    .survey-card .gform_fields {
      margin-top: 0;
    }

    .survey-card .gravity-form-inner .gform_footer, .survey-card .gravity-form-inner .gform_page_footer {
      padding: 0;
    }

    .survey-card .survey-widget-content {
      width: 450px;
      min-height: 350px;
      position: relative;
      display: flex;
      flex-direction: column;
    }
    
    .survey-slider-controls {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      margin-bottom: 24px;
    }
    
    .survey-slider-controls button {
      background-color: #F1F2ED;
      border: none;
      padding: 5px;
      width: 32px;
      height: 32px;
      cursor: pointer;
      font-size: 20px;
      color: #CBCCC8;
      transition: background-color 0.2s ease, color 0.2s ease;
    }
    
    .survey-slider-controls button.active {
      background-color: #408301;
      color: #FAFAFA;
    }

    .completed-survey-card {
      width: 800px;
      min-height: auto;
      margin-right: 16px;
      margin-top: 0;
      padding-bottom: 30px;
    }

    .completed-survey-card .completed-survey-widget-content {
      width: 800px;
      min-height: auto
    }

  /* Home eKonomics Widget */
  .home-ekonomics-banner-widget {
    margin-top: 25px;
  }
  .ekonomics-link img {
    border-radius: 10px;
  }

  .ekonomics-link:after {
    content: none;
  }

  .home-ekonomics-image-full {
    display: block;
  }
  .home-ekonomics-image-tablet {
    display: none;
  }
  .home-ekonomics-image-mobile {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .home-ekonomics-image-full {
      display: none;
    }
    .home-ekonomics-image-tablet {
      display: block;
    }
  }

  @media screen and (max-width: 368px) {
    .home-ekonomics-image-tablet {
      display: none;
    }
    .home-ekonomics-image-mobile {
      display: block;
    }
  }

.weather-widget-content {
  min-height: 380px !important;
  padding: 16px; }

#weather-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  flex-grow: 1; }
  #weather-link-container #weather-link-content {
    text-align: left;
    padding: 20px;
    max-width: 60%;
    width: 100%;
    box-sizing: border-box;
    color: #fff; }
    #weather-link-container #weather-link-content h3 {
      color: #fff;
      font-size: 28px;
      font-weight: 700;
      margin-top: 0; }
    #weather-link-container #weather-link-content p {
      color: #fff;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 32px; }
    #weather-link-container #weather-link-content a {
      margin: 0; }

.weather-information-widget-content {
  padding: 16px;
  position: relative; }
  .weather-information-widget-content #zip-modal-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    border-radius: 10px; }
  .weather-information-widget-content #zip-modal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 300px;
    padding: 24px;
    border-radius: 5px;
    z-index: 1000; }
    .weather-information-widget-content #zip-modal .modal-content .modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px; }
      .weather-information-widget-content #zip-modal .modal-content .modal-header .modal-title {
        font-size: 18px;
        font-weight: bold; }
      .weather-information-widget-content #zip-modal .modal-content .modal-header #close-modal {
        cursor: pointer;
        color: #989996; }
    .weather-information-widget-content #zip-modal .modal-content .modal-body {
      margin-top: 10px; }
      .weather-information-widget-content #zip-modal .modal-content .modal-body label {
        font-size: 14px;
        font-weight: 600;
        display: block;
        margin-bottom: 8px; }
      .weather-information-widget-content #zip-modal .modal-content .modal-body #zip-input {
        width: 100%;
        padding: 8px;
        margin-bottom: 12px;
        border: 1px solid #ddd;
        border-radius: 4px; }
      .weather-information-widget-content #zip-modal .modal-content .modal-body .btn.smartnutrition {
        text-align: center;
        margin: 0 auto;
        display: block;
        max-width: 120px; }
        .weather-information-widget-content #zip-modal .modal-content .modal-body .btn.smartnutrition.disabled {
          background-color: #F1F2ED;
          color: #989996;
          cursor: not-allowed; }
  .weather-information-widget-content .weather-information {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    width: 100%;
    gap: 46px;
    position: relative; }
    .weather-information-widget-content .weather-information .weather-error {
      width: 100%;
      height: 280px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .weather-information-widget-content .weather-card-left {
    flex: 1;
    padding: 8px; }
  .weather-information-widget-content .weather-card-left .left-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
    font-size: 16px;
    margin-bottom: 27px; }
  .weather-information-widget-content .weather-card-left .left-top b {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110.1%;
    /* 17.616px */
    letter-spacing: 0.32px; }
  .weather-information-widget-content .weather-card-left .left-top p {
    margin: 0;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.1%;
    letter-spacing: 0.32px; }
  .weather-information-widget-content .weather-card-left .left-middle {
    display: flex;
    flex-direction: row;
    gap: 65px;
    width: 100%;
    justify-content: space-between; }
  .weather-information-widget-content .weather-card-left .left-middle .condition-image img {
    width: 163px;
    height: 126px; }
  .weather-information-widget-content .weather-card-left .left-middle .condition-value {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.1%;
    /* 19.536px */
    letter-spacing: 0.32px;
    margin: 0;
    text-transform: capitalize; }
  .weather-information-widget-content .weather-card-left .left-middle .temp-value {
    font-size: 60px;
    font-weight: bold;
    margin: 0; }
  .weather-information-widget-content .weather-card-left .left-bottom {
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 85%;
    justify-content: space-between;
    margin-top: 35px; }
  .weather-information-widget-content .weather-card-left .left-bottom .bottom-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px; }
  .weather-information-widget-content .weather-card-left .left-bottom p {
    margin: 0; }
  .weather-information-widget-content .weather-card-left .left-bottom .bottom-data img {
    width: 24px;
    height: 24px; }
  .weather-information-widget-content .weather-card-right {
    flex: 1; }
  .weather-information-widget-content .weather-card-right .forecast {
    background-color: #F7F8F5;
    height: 288px;
    margin: 8px;
    padding: 16px;
    border-radius: 10px;
    position: relative; }
  .weather-information-widget-content .weather-card-right .forecast .forecast-days {
    overflow: scroll;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 236px; }
  .weather-information-widget-content .weather-card-right .forecast-days::-webkit-scrollbar {
    width: 8px; }
  .weather-information-widget-content .weather-card-right .forecast-days::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px; }
  .weather-information-widget-content .weather-card-right .forecast-days::-webkit-scrollbar-thumb {
    background-color: #CBCCC8;
    border-radius: 10px;
    border: 2px solid #f1f1f1; }
  .weather-information-widget-content .weather-card-right .forecast-days::-webkit-scrollbar-thumb:hover {
    background-color: #555; }
  .weather-information-widget-content .weather-card-right .forecast-days {
    scrollbar-width: thin;
    scrollbar-color: #CBCCC8 transparent; }
  .weather-information-widget-content .weather-card-right .forecast h5 {
    margin-top: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110.1%;
    /* 17.616px */
    letter-spacing: 0.32px;
    margin-bottom: 18px; }
  .weather-information-widget-content .weather-card-right .forecast .forecast-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .weather-information-widget-content .weather-card-right .forecast .forecast-item .forecast-day {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.1%;
    /* 19.536px */
    letter-spacing: 0.32px;
    flex-shrink: 0;
    margin: 0; }
  .weather-information-widget-content .weather-card-right .forecast .forecast-item .forecast-temp {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.1%;
    letter-spacing: 0.32px;
    flex-shrink: 0;
    margin: 0;
    margin-right: 12px; }
  .weather-information-widget-content .weather-card-right .forecast .forecast-item .forecast-temp .low-temp {
    color: #989996; }
  .weather-information-widget-content #show-forecast {
    text-align: center; }
  @media (max-width: 1020px) {
    .weather-information-widget-content .weather-information {
      flex-direction: column; }
    .weather-information-widget-content #forecast-caret img {
      transition: transform 0.3s ease; }
    .weather-information-widget-content .caret-down img {
      transform: rotate(0deg); }
    .weather-information-widget-content .caret-up img {
      transform: rotate(180deg); }
    .weather-information-widget-content #show-forecast {
      display: flex;
      justify-content: center;
      align-items: center; }
    .weather-information-widget-content #forecast-caret {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 4px; }
    .weather-information-widget-content .weather-card-right.open {
      display: block; }
    .weather-information-widget-content .weather-card-right {
      display: none; }
    .weather-information-widget-content .weather-card-right .forecast {
      height: 100%; }
    .weather-information-widget-content .weather-card-right .forecast .forecast-days {
      height: 100%;
      overflow: hidden; }
    .weather-information-widget-content .weather-card-left .left-bottom {
      width: 100%; } }

  #bottom-weather {
    min-height: 50px;
    background-color: #304C42;
    display: flex;
    flex-direction: row;
    gap: clamp(8px, 5vw, 48px);
    align-items: center;
    justify-content: flex-start;
    padding: 10px 24px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.05);
  }

  @media (max-width: 768px) {
    #bottom-weather {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

  }

  #bottom-weather img {
    width: 100px;
    height: auto;
  }

  #bottom-weather a {
    font-weight: 400;
    color: #FAFAFA;
    font-size: 14px;
  }

.page-link-widget-content {
  padding: 40px;
  min-height: 320px !important; }
  .page-link-widget-content #page-link-header {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #20221C;
    margin-bottom: 0; }
  .page-link-widget-content a {
    font-weight: 700; }

#agronomist-wrapper {
  padding: 40px; }

#agronomist-backlink {
  font-weight: bold; }

#agronomist-content {
  margin-top: 20px;
  margin-bottom: 55px; }
  #agronomist-content h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700; }
  #agronomist-content .agronomist-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110.1%;
    /* 22.02px */
    letter-spacing: 0.4px;
    margin: 5px 0 0 0; }
  #agronomist-content a {
    font-weight: 700; }

.agronomist-image-container {
  position: relative;
  display: inline-block; }

.agronomist-image-container img {
  width: 100%;
  height: auto;
  max-width: 450px;
  border-radius: 10px; }

.play-button {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
  text-decoration: none; }

.play-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ag-video-container {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px; }

.ag-play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: background 0.3s; }

.ag-play-button:hover {
  background: rgba(0, 0, 0, 0.8); }

#agronomist-question-header {
  text-align: center; }

.ag-play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ag-question {
  margin-top: 10px;
  text-align: left;
  font-weight: bold; }

#site-header {
  position: fixed;
  top: 0;
  left: 312px;
  right: 0;
  height: 104px;
  background: linear-gradient(#64D000, #408301);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px; }
  #site-header #nav-top {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #site-header #nav-top .gcse-search {
      max-width: 131px;
      height: 38px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      /* Center the search bar */ }
    #site-header #nav-top #user-header {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center; }
      #site-header #nav-top #user-header .user-info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-right: 10px; }
        #site-header #nav-top #user-header .user-info .header-name {
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 110.1%;
          letter-spacing: 0.32px;
          color: #fff; }
        #site-header #nav-top #user-header .user-info .header-logout a {
          color: #FFF;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 122.1%;
          letter-spacing: 0.32px; }
      #site-header #nav-top #user-header .user-image {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer; }
        #site-header #nav-top #user-header .user-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        #site-header #nav-top #user-header .user-image .initials {
          font-size: 16px;
          color: #408301;
          font-weight: bold; }
      #site-header #nav-top #user-header #profile-cheveron {
        width: 12px;
        height: 12px;
        position: absolute;
        bottom: -5px;
        right: -5px;
        margin: 5px; }
  #site-header #headlogo {
    position: absolute;
    left: 80px;
    height: 110px;
    /*
    a {
    	height: 100px;
    }
    */ }
  #site-header #header-tagline {
    position: relative;
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center; }
    #site-header #header-tagline a {
      color: #fff; }
    #site-header #header-tagline span {
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      margin-left: 13px;
      margin-right: 10px; }
  #site-header #desktop-search {
    transition: all 0.35s linear;
    position: absolute;
    right: 130px;
    padding-top: 32px;
    padding-bottom: 28px;
    padding-right: 20px;
    display: flex;
    width: 70px;
    height: 100px;
    overflow: hidden;
    justify-content: flex-end;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 5%, white 100%); }
    #site-header #desktop-search > * {
      flex-basis: auto; }
    #site-header #desktop-search h3 {
      margin: 0;
      font-weight: normal;
      font-size: 1em;
      color: #333;
      flex-basis: 140px;
      line-height: 36px;
      opacity: 0; }
    #site-header #desktop-search table.gsc-search-box > tbody > tr {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: stretch; }
      #site-header #desktop-search table.gsc-search-box > tbody > tr > td {
        transition: all 0.35s linear;
        flex: 1; }
        #site-header #desktop-search table.gsc-search-box > tbody > tr > td.gsc-input {
          flex: 0;
          width: 0px;
          overflow: hidden;
          padding: 0; }
    #site-header #desktop-search:hover {
      width: 460px; }
      #site-header #desktop-search:hover h3 {
        opacity: 1; }
      #site-header #desktop-search:hover table.gsc-search-box > tbody > tr > td.gsc-input {
        flex: 0 1 auto;
        width: 200px; }
      #site-header #desktop-search:hover table.gsc-search-box > tbody > tr > td.gsc-search-button {
        flex: 0 1 auto;
        width: 36px; }
  #site-header #header-nav-container {
    transition: all 0.35s linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 104px;
    padding-bottom: 0px;
    max-height: 0px;
    overflow: hidden;
    opacity: 0; }
    #site-header #header-nav-container > .wrap {
      position: relative; }

.experts-widget-content {
  padding: 40px; }
  .experts-widget-content h2 {
    margin: 0;
    font-size: 32px; }
  .experts-widget-content p {
    font-size: 16px; }

.experts-slider-container {
  text-align: center;
  margin: 20px auto;
  width: 80%; }

.expert-text-center {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  color: #989996;
  text-align: center; }

.expert-image-slider {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden; }

.expert-image-container {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
  margin-top: 20px; }

.expert-image-link {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 10px;
  text-decoration: none; }

.expert-image-circle {
  width: 124px;
  height: 124px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: -20px; }

.expert-arrow {
  cursor: pointer;
  font-size: 24px;
  user-select: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  z-index: 1; }

.expert-next-arrow {
  right: 0; }

#ask-agronomist-question-container {
  background-image: url("../img/widget-header.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 20px;
  min-height: 345px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px; }
  #ask-agronomist-question-container h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: 700; }
  #ask-agronomist-question-container p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px; }
  #ask-agronomist-question-container .gform_wrapper {
    width: 60%; }
  #ask-agronomist-question-container .gform_wrapper .gform_footer {
    padding: 0; }
  #ask-agronomist-question-container .gform_wrapper .gform_footer:after {
    content: none; }
  #ask-agronomist-question-container .gform_wrapper textarea.medium {
    height: 140px !important;
    padding: 16px 24px !important;
    border-radius: 10px; }
  #ask-agronomist-question-container .gform_wrapper textarea.medium::placeholder {
    font-size: 16px !important;
    font-weight: 700; }
  #ask-agronomist-question-container #gform_confirmation_message_58 {
    color: #fff; }
  #ask-agronomist-question-container #gform_confirmation_message_58 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-top: 20px; }

#browse-questions {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 40px 0; }

.ask-expert-video-container {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px; }

.ask-expert-play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: background 0.3s; }

.ask-expert-play-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.ask-expert-play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ask-expert-question {
  margin-top: 10px;
  text-align: left;
  font-weight: bold; }

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; }

.pagination-arrow {
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  transition: opacity 0.3s; }

.pagination-arrow.disabled {
  opacity: 0.4;
  cursor: not-allowed; }

.pagination-number {
  padding: 10px;
  cursor: pointer;
  font-weight: bold; }

.pagination-number.active {
  color: #64D000;
  text-decoration: underline; }

.expert-slider {
  position: relative;
  overflow: hidden;
  width: 100%; }

.slider-inner {
  display: flex;
  transition: transform 0.5s ease-in-out; }

.expert-pagination-line {
  position: relative;
  width: 50%;
  height: 5px;
  margin: 16px auto;
  background: #e0e0e0;
  overflow: hidden; }

.pagination-indicator {
  position: absolute;
  height: 100%;
  width: 0;
  background: #408301;
  transition: left 0.3s ease;
  left: 0; }

.slider-container {
  overflow: hidden;
  width: 100%; }

.slide-content {
  display: flex;
  transition: transform 0.5s ease; }

.expert-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%; }

.expert-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

.expert-grid-item {
  flex: 0 0 32%;
  display: none; }

.expert-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 350px;
  border-radius: 100px;
  background-color: #F7F8F5; }

.expert-pagination-numbers {
  display: inline-block;
  margin: 0 20px; }

.expert-pagination-number {
  padding: 8px 16px;
  margin: 0 4px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  background-color: #F7F8F5;
  color: #CBCCC8; }

.expert-pagination-number.active {
  color: #408301;
  background-color: #F7F8F5; }

.expert-pagination-arrow {
  padding: 8px;
  font-size: 18px;
  background-color: #408301;
  border: none;
  cursor: pointer;
  color: #FFF;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s; }

.expert-pagination-arrow:hover {
  background-color: #F7F8F5;
  color: #000; }

#experts-meet-container {
  display: flex;
  gap: 50px;
  justify-content: center; }

.experts-meet-agronomist {
  text-align: center; }

.experts-meet-image {
  width: 124px;
  height: 124px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto 10px auto; }

.experts-meet-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700; }

.experts-meet-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400; }

.experts-meet-email a {
  font-size: 16px;
  font-style: normal;
  font-weight: bold; }

#expert-meet-h3 {
  text-align: center;
  margin-bottom: 25px; }

#leave-site-wrapper:after {
  content: '\f35d';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
  opacity: 1;
  font-size: 0.8em;
  vertical-align: baseline;
  margin-right: -1em; }

.latest-news-widget-content {
  padding: 16px; }
  .latest-news-widget-content a {
    margin-top: 20px;
    font-weight: 700;
    margin-top: 0; }
  .latest-news-widget-content hr {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F1F2ED; }

.latest-news-list {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .latest-news-list a[target=_blank]:not(.noicon):after {
    content: none; }
  .latest-news-list .latest-news-item {
    display: flex;
    align-items: flex-start;
    gap: 15px; }
    .latest-news-list .latest-news-item .latest-news-thumbnail {
      flex-shrink: 0; }
      .latest-news-list .latest-news-item .latest-news-thumbnail img {
        width: 56px;
        height: 56px;
        object-fit: cover;
        border-radius: 8px; }
    .latest-news-list .latest-news-item .latest-news-content {
      display: flex;
      flex-direction: column;
      min-width: 0;
      position: relative;
      width: 100%; }
      .latest-news-list .latest-news-item .latest-news-content .smart-tool-external-icon {
        right: 0;
        top: 0; }
      .latest-news-list .latest-news-item .latest-news-content .latest-news-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px; }
        .latest-news-list .latest-news-item .latest-news-content .latest-news-title a {
          color: #000;
          text-decoration: none;
          display: flex;
          align-items: center;
          white-space: nowrap;
          overflow: hidden;
          min-width: 0;
          display: block;
          text-overflow: ellipsis;
          margin-right: 20px; }
          .latest-news-list .latest-news-item .latest-news-content .latest-news-title a:hover {
            text-decoration: underline; }
      .latest-news-list .latest-news-item .latest-news-content .latest-news-category {
        font-size: 14px;
        color: #555; }

.key-benefits-widget-content {
  padding: 16px; }
  .key-benefits-widget-content a {
    margin-top: 15px;
    font-weight: 700; }

.key-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.key-benefits-item {
  display: flex;
  align-items: flex-start;
  gap: 15px; }

.key-benefits-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px; }

.key-benefits-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.key-benefits-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.key-benefits-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0; }

.key-benefits-description {
  font-size: 16px;
  color: #555;
  margin: 0; }

.calculators-widget-content {
  padding: 16px; }

.calculators-list {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.calculators-item {
  display: flex;
  align-items: flex-start;
  gap: 15px; }

.calculators-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px; }
  .calculators-icon a[target=_blank]:not(.noicon):after {
    content: none; }

.calculators-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.calculators-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.calculators-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px; }
  .calculators-title a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center; }
    .calculators-title a:hover {
      text-decoration: underline; }

.calculators-description {
  font-size: 14px;
  color: #555; }

.ceu-credit-widget-content {
  min-height: 340px !important;
  height: 100% !important; }

.ceu-credit-logo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  min-height: 340px;
  height: 100%; }

.ceu-credit-logo-image img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px; }

.ceu-credit-logo-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0; }

.ceu-credit-logo-description {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0; }

.ceu-credit-logo-link {
  font-weight: bold;
  margin-top: auto; }

.training-hero-widget-content {
  padding: 24px 40px 24px 24px; }
  .training-hero-widget-content h2 {
    margin: 0;
    margin-top: 10px; }

#ed-rewards-container {
  border-radius: 5px;
  background-image: url("../img/widget-header.jpeg");
  background-size: cover;
  background-position: center;
  padding: 40px;
  min-height: 430px; }
  #ed-rewards-container h2 {
    margin: 0;
    color: #fff;
    font-size: 42px; }
  #ed-rewards-container p {
    color: #fff; }

.reward-status-widget {
  min-height: auto; }

.reward-status-widget-content {
  min-height: 300px !important;
  background: rgba(64, 131, 1, 0.1) !important; }
  .reward-status-widget-content h2 {
    margin-top: 0; }

.grid-row > .grid-xl-5-12 {
  width: 41.6666%; }

.grid-row > .grid-xl-7-12 {
  width: 58.3333%; }

.current-winner-widget {
  min-height: auto; }

.current-winner-widget-content {
  min-height: 300px !important;
  padding-bottom: 0 !important; }

.winner-details {
  padding: 40px; }

.winner-details h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px; }

.winner-details p {
  margin: 0;
  font-size: 18px; }

.winner-details a {
  margin-top: 40px;
  font-weight: bold;
  display: block;
  font-size: 18px; }

.winner-image-container {
  background-image: url("../img/widget-header.jpeg");
  background-size: cover;
  background-position: center; }

.winner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  background-image: url("../img/widget-header.jpeg");
  background-size: cover;
  background-position: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.05); }

.winner-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover; }

.initials-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: #333; }

.widget-content.past-winners-widget-content {
  box-shadow: none; }

#past-winner-container {
  display: flex;
  justify-content: baseline;
  align-items: center;
  flex-direction: column;
  min-height: 300px;
  border-radius: 10px;
  box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  background-color: #F7F8F5; }
  #past-winner-container .winner-details {
    text-align: center;
    padding: 24px; }
    #past-winner-container .winner-details p {
      font-size: 16px; }
    #past-winner-container .winner-details h2 {
      margin-bottom: 16px; }
  #past-winner-container .initials-circle {
    flex-shrink: 0; }

#past-winner-container img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0; }

#current-contest-period {
  display: flex;
  justify-content: center; }

.training-session-tab-container {
  padding: 32px;
  width: 100%; }

.training-session-tabs {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid lightgray; }

.training-session-tab {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #656664; }

.training-session-active-tab {
  color: #20221C; }

.training-session-active-tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: green; }

.training-session-content-container {
  padding-top: 20px; }
  .training-session-content-container #training-session-current .contest-item {
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0; }

.training-session-content {
  display: none; }

.training-session-content.active {
  display: block; }

#session-current-prize-container {
  padding: 24px;
  width: 100%;
  height: 100%;
  background-image: url("../img/widget-header.jpeg");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  color: #fff; }
  #session-current-prize-container h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 40px; }

#session-current-prize-image-container {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; }
  #session-current-prize-image-container span {
    font-size: 14px;
    letter-spacing: 0.28px; }

#session-current-prize-image {
  width: 163px;
  height: 163px;
  min-width: 100px;
  min-height: 163px;
  max-width: 163x;
  max-height: 163px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0; }

#session-current-prize-image img {
  max-height: 80%; }

#session-current-prize-month {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.24px;
  text-transform: uppercase; }

.refer-widget-content {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 20px;
  padding-bottom: 20px; }

#refer-header {
  margin: 0;
  font-weight: bold;
  margin-top: 15px; }

#refer-content {
  margin: 0; }

.refer-cta-widget-content {
  background-image: url("../img/widget-header.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #fff;
  text-align: center;
  padding: 20px; }
  .refer-cta-widget-content h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0; }
  .refer-cta-widget-content p {
    font-size: 18px; }

.product-hero-widget-content {
  padding: 24px; }
  .product-hero-widget-content .download-links {
    position: absolute;
    bottom: 10px;
    left: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px; }
    .product-hero-widget-content .download-links a[target=_blank]:not(.noicon):after {
      display: none; }

      .product-hero-widget-content h2 {
        margin-top: 24px;
      }

#product-image-container img {
  border-radius: 10px; }

#marketing-widget-description {
  padding-right: 32px;
  padding-left: 32px; }

.marketing-tab-container {
  padding: 0 32px 32px 32px;
  width: 100%; }
  .marketing-tab-container video {
    max-width: 100%; }

.marketing-select {
  display: none; }

.marketing-tabs {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid lightgray; }

.marketing-tab {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #656664; }

.marketing-active-tab {
  color: #20221C;
  font-weight: 700; }

.marketing-active-tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: green; }

.marketing-content-container {
  padding-top: 20px; }

.marketing-content {
  display: none; }

.marketing-content.active {
  display: block; }

.marketing-content-container {
  padding-top: 60px;
  padding-bottom: 60px; }

.marketing-content-container .grid-row {
  margin-bottom: 80px; }

.marketing-content-container h2 {
  margin-top: 1em; }

#catfilter {
  width: auto; }

.media-item {
  max-width: 354px;
  margin-bottom: 40px; }
  .media-item .marketing-logo-img {
    width: 80%; }

.media-item h3 {
  font-size: 0.9em;
  margin: 0.9em 0.5em 0.4em 0.5em; }

.media-item h3 a {
  color: #989996;
  display: block;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400; }

.media-item h3 a:before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  margin-right: 0.6em;
  position: absolute;
  right: 0;
  top: 0; }

.media-item h3 a:hover, .media-item h3 a:focus, .media-item h3 a:active {
  color: #408301; }

.media-item h3 a span.filesize {
  display: inline-block; }

.media-item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  padding-left: 10px;
  margin-bottom: 0; }

.media-item figure.rounded {
  border-radius: 10px;
  overflow: hidden;
  background: #F7F8F5;
  position: relative;
  padding-top: 63.2768%; }

.media-item figure.rounded a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.media-item figure.rounded a:hover, .media-item figure.rounded a:focus, .media-item figure.rounded a:active {
  opacity: 0.8; }

.media-item figure.rounded a img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%; }

.media-item figure.rounded.iconthumb {
  background: #E8E8E8; }

.media-item figure.rounded.iconthumb img {
  display: block;
  width: 65px;
  height: auto;
  margin: 0 auto; }

.media-item figure.rounded.vector a img {
  max-width: 70%;
  max-height: 70%; }

.media-assets h2 {
  font-size: 2em; }

.form-widget-content {
  padding: 0 56px 56px 56px; }

.widget-content.calculators-dashboard-widget-content {
  min-height: auto;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent !important; }

.calculators-dashboard-left-container[target=_blank]:not(.noicon):after {
  display: none; }

.calculators-dashboard-left-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  position: relative;
  box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 24px 16px 24px 16px;
  text-decoration: none;
  color: inherit;
  height: auto;
  gap: 15px; }
  .calculators-dashboard-left-container .calculators-dashboard-icon {
    flex-shrink: 0; }
    .calculators-dashboard-left-container .calculators-dashboard-icon img {
      max-width: 100%;
      height: 64px;
      width: 64px;
      display: block; }
  .calculators-dashboard-left-container .calculators-dashboard-text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .calculators-dashboard-left-container .calculators-dashboard-text .calculators-dashboard-name {
      font-size: 16px;
      margin: 0;
      font-weight: 700;
      color: #20221C; }
    .calculators-dashboard-left-container .calculators-dashboard-text .calculators-dashboard-description {
      font-size: 14px;
      margin: 0;
      color: #989996; }

.smart-tool-external-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-external.svg");
  background-size: cover;
  background-position: center; }

.calculators-dashboard-wrapper {
  width: 100%;
  box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 8px 8px 8px 8px; }

.calculators-dashboard-right-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  position: relative;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  color: inherit;
  height: auto;
  gap: 15px; }
  .calculators-dashboard-right-container .calculators-dashboard-icon {
    flex-shrink: 0; }
    .calculators-dashboard-right-container .calculators-dashboard-icon img {
      max-width: 100%;
      height: 48px;
      width: 48px;
      display: block; }
  .calculators-dashboard-right-container .calculators-dashboard-text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .calculators-dashboard-right-container .calculators-dashboard-text .calculators-dashboard-name {
      font-size: 16px;
      margin: 0;
      font-weight: 700;
      color: #20221C; }
      .calculators-dashboard-right-container .calculators-dashboard-text .calculators-dashboard-name a {
        font-size: 16px;
        margin: 0;
        font-weight: 700;
        color: #20221C; }
    .calculators-dashboard-right-container .calculators-dashboard-text .calculators-dashboard-description {
      font-size: 14px;
      margin: 0;
      color: #989996; }

.podcast-widget {
  border-radius: 10px;
  position: relative;
  min-height: 410px; }

.podcast-widget-content {
  background-color: transparent !important;
  padding: 32px; }
  .podcast-widget-content #podcast-info-container h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-top: 16px; }
  .podcast-widget-content #podcast-info-container p {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px; }
  .podcast-widget-content #podcast-info-container #podcast-link-container img {
    width: 32px;
    height: 32px; }
  .podcast-widget-content #podcast-mic-container {
    position: absolute;
    bottom: -5px;
    right: 0; }
    .podcast-widget-content #podcast-mic-container img {
      width: 167px;
      height: 167px; }


  /* ----  Can Meeting Page ------*/

  #inside-content.meeting-inside-content {
    padding-top: 25px;
    background-color: #FAFAFA;
  }

  .meeting-inside-content p {
    color: #1E1E1E;
  }

  #meeting-info {
    max-width: 688px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  #meeting-info p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  #meeting-info b {
    font-size: 16px;
  }

  #meeting-prizes-container {
    display: flex; 
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .meeting-prize {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    box-shadow: 2px 2px 24px 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 10px;
    background-color: #FFF;
  }

  .meeting-prize h4 {
    text-align: center;
  }
  
  .meeting-prize-image {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .meeting-prize-image img {
    width: 70%;
    height: auto;
    object-fit: cover;
  }

  .footer-meeting-container {
    display: flex;
    justify-content: center;
    gap: 44px;
    font-style: normal;
  }

  .footer-meeting-container a {
    color: #CBCCC8;
  }

@media only screen and (max-width: 1279px) {
  .sidebar {
    transform: translateX(-100%);
    width: 100%;
    z-index: 500; }
    .sidebar #user-header {
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 10px;
      margin-left: 16px;
      margin-right: 16px;
      margin-bottom: 10px;
      background: rgba(44, 46, 40, 0.35); }
      .sidebar #user-header .user-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .sidebar #user-header .user-info .header-name {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 110.1%;
          letter-spacing: 0.32px;
          color: #fff; }
        .sidebar #user-header .user-info .header-name::after {
          content: '›';
          margin-left: 5px;
          font-size: inherit; }
        .sidebar #user-header .user-info .header-logout a {
          color: #4C9E00;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 122.1%;
          letter-spacing: 0.32px; }
      .sidebar #user-header .user-image {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px; }
        .sidebar #user-header .user-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .sidebar #user-header .user-image .initials {
          font-size: 16px;
          color: #408301;
          font-weight: bold; }
    .sidebar #mobile-search {
      padding-left: 16px;
      padding-right: 16px;
      margin-bottom: 10px; }
    .sidebar .gsc-control-cse {
      width: 100% !important; }
    .sidebar table.gsc-search-box td.gsc-input {
      padding-right: 0; }
    .sidebar #mobile-close-btn {
      position: absolute;
      top: 35px;
      right: 16px;
      display: flex;
      align-items: center;
      color: #989996;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 2.24px;
      text-transform: uppercase; }
    .sidebar #mobile-close-btn svg {
      margin-left: 5px;
      display: inline-block; }

  .sidebar.open {
    transform: translateX(0); }

  #maincontent {
    margin-left: 0; }

  #maincontent.open {
    margin-left: 312px; }

  #login-left.grid-lg-1-2 {
    width: 100%; }

  #header-welcome {
    display: none; }

  #site-header {
    left: 0; }
    #site-header #header-tagline {
      flex-direction: column;
      align-items: flex-start; }
      #site-header #header-tagline span {
        margin-left: 0px;
        margin-right: 0px; }

  #login-container {
    max-width: 1024px; }

  #login-wrapper {
    min-height: 604px; }

  #login-right {
    width: 580px; }

  #site-header.open {
    left: 312px; }

  #home-circles {
    padding-top: 50px; }

  .contest-item h3 {
    text-align: center;
    margin: 1.6em 0 0 0; }
    .contest-item h3:after {
      content: 'Choose One';
      text-transform: uppercase;
      display: block;
      letter-spacing: 0.1em;
      text-align: center;
      font-size: 13px;
      margin-top: 40px; }
  .contest-item .prize-info {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.2);
    display: flex; }
    .contest-item .prize-info > div:last-child {
      flex: 0 0 40%; }
  .contest-item .choosetrack {
    margin-left: 0;
    margin-right: 0; }
    .contest-item .choosetrack .vertcenter {
      padding-top: 10px;
      padding-bottom: 24px;
      align-items: normal;
      justify-content: flex-start; }
    .contest-item .choosetrack a.btn {
      margin: 0;
      border-radius: 5px;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
      border: none;
      color: transparent;
      background: #FFF url("../img/btn-logo-ekonomics.svg") no-repeat center center;
      background-size: 70%;
      position: relative;
      overflow: hidden;
      padding: 0; }
      .contest-item .choosetrack a.btn.smartnutrition {
        background-image: url("../img/btn-logo-smartnut.svg");
        background-size: 50%; }
      .contest-item .choosetrack a.btn.esn {
        background-image: url("../img/btn-logo-esn.svg");
        background-size: 60%; }
      .contest-item .choosetrack a.btn:before {
        transition: all 0.35s linear;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        opacity: 0; }
      .contest-item .choosetrack a.btn span {
        display: block;
        line-height: 110%;
        position: relative;
        z-index: 2;
        font-size: 13px;
        text-transform: uppercase;
        min-height: 55px;
        padding: 20px 12px 20px 12px; }
      .contest-item .choosetrack a.btn:hover, .contest-item .choosetrack a.btn:active, .contest-item .choosetrack a.btn:focus, .contest-item .choosetrack a.btn.done {
        color: #FFF; }
        .contest-item .choosetrack a.btn:hover:before, .contest-item .choosetrack a.btn:active:before, .contest-item .choosetrack a.btn:focus:before, .contest-item .choosetrack a.btn.done:before {
          opacity: 1; }
  .contest-item .training-intro {
    padding: 0; }

  .page-title h3 {
    margin-top: 1.5em; }

  .dialog {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: auto;
    background-color: #20221C;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px; }

  .dialog-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }

  .dialog-button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: #2C2E28;
    color: #CBCCC8;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px; }

  .dialog-button:last-child {
    margin-bottom: 0; }

  .dialog-button:hover {
    background-color: #408301; }

  /* Bottom Menu */
  .bottom-menu {
    position: fixed;
    bottom: 24px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    background-color: #20221C;
    display: flex;
    justify-content: space-around;
    gap: 24px;
    padding: 10px 0;
    z-index: 999; }

  .bottom-menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #2C2E28;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 24px; }

  .bottom-menu-link i {
    font-size: 24px; }

  .bottom-menu-link.active {
    border: 3px solid #4C9E00; }

  footer#site-footer {
    margin-left: 0; }

  .widget {
    min-height: auto;
    margin-top: 24px; }

  .training-hero-widget-content .grid-xl-5-12 {
    width: 100%; }
  .training-hero-widget-content .grid-xl-5-12 {
    width: 100%; }
  .training-hero-widget-content .grid-xl-7-12 {
    width: 100%; }

  .testimonials-container {
    flex-direction: column; }

  .testimonial-featured-container {
    max-width: 100%; }

  .testimonial-items-container {
    max-width: 100%; }

  .testimonial-item {
    flex-direction: column;
    align-items: start; }

  #testimonial-item-left {
    display: flex;
    align-items: center; }

  #testimonial-item-right {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%; }

  .widget-video-link {
    text-align: center; }

  .login-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px; }

  #tour-container {
    flex-direction: column;
    align-items: center; }

  #stepcount {
    margin-bottom: 0; }

  .mobile-choose-one {
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 13px;
    margin-top: 40px;
    margin-top: 24px !important;
    margin-bottom: 10px !important;
    font-weight: 700; } }
@media only screen and (max-width: 1023px) {
  section.pagehero #hdr-col1 > div {
    min-width: 100%; }
  section.pagehero #hdr-col2 {
    position: relative; }
    section.pagehero #hdr-col2:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 6000px;
      margin-left: -3000px;
      margin-right: -3000px;
      background: linear-gradient(180deg, #69ac2c 0%, #458906 100%);
      z-index: 1; }
    section.pagehero #hdr-col2 > .grid-row {
      position: relative;
      z-index: 2; }

  #training-session-current .contest-item {
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    max-width: 100%; }

  #login-wrapper {
    min-height: 100%; }

  #login-right {
    display: none; }

  #login-left {
    border-radius: 20px; }

  #site-header #header-tagline span {
    font-size: 14px; }

  #product-image-container {
    margin-bottom: 24px; }

  #ask-agronomist-question-container .gform_wrapper textarea.medium {
    height: auto !important; }

  #ask-agronomist-question-container .gform_wrapper {
    width: 100%; }

  .expert-image-circle {
    width: 80px;
    height: 80px; }

  #experts-meet-container {
    flex-direction: column; }

  #tour-container {
    flex-direction: column; } }
@media only screen and (min-width: 768px) {
  #popvideo aside {
    top: 90px;
    max-height: calc(100% - 180px); }

  .rep-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    width: auto;
    flex-wrap: wrap; }
    .rep-card > figure {
      flex: 0 0 176px;
      margin: 0; }
    .rep-card > div.rep-deets {
      padding-left: 20px;
      padding-right: 20px;
      flex: 1 1 200px;
      margin-top: -10px; }
    .rep-card.rep-bio {
      flex: 0 0 100%; } }
@media only screen and (min-width: 1024px) {
  .contest-item {
    max-width: none;
    text-align: left; }

  section.pagehero .spacedcols-lg {
    margin-left: 0;
    margin-right: 0; }

  .contest-item .contest-month, .contest-item.passed:before {
    left: 0px;
    top: 50%;
    margin-top: -36px; }
  .contest-item .prize-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    margin-top: 0;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 0px;
    min-height: 100%; }
  .contest-item .training-intro {
    width: 100%; }
  .contest-item .contest-status {
    text-align: center; }

  section.reward-details {
    position: relative; }
    section.reward-details:before {
      content: '';
      position: absolute;
      left: 50%;
      width: 50%;
      top: 0;
      bottom: 0;
      background: linear-gradient(180deg, #69ac2c 0%, #458906 100%); }
    section.reward-details .currentprize {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: stretch; }
      section.reward-details .currentprize > div:first-child {
        padding-right: 20px; }
      section.reward-details .currentprize .img-prize {
        flex: 0 0 180px;
        text-align: center; }
    section.reward-details .currentprize-container {
      padding-left: 70px;
      padding-right: 70px; }
      section.reward-details .currentprize-container:before {
        display: none; }
    section.reward-details .rewardlevels {
      padding-left: 70px;
      padding-right: 70px; }

  #inside-content.confirm > .wrap {
    position: relative;
    padding-left: 500px;
    padding-top: 125px;
    padding-bottom: 125px; }
    #inside-content.confirm > .wrap > div {
      position: relative;
      z-index: 3; }
    #inside-content.confirm > .wrap:before {
      content: '';
      display: block;
      width: 500px;
      height: 500px;
      background: url("../img/home-circle-bg.svg") no-repeat center center;
      background-size: contain;
      position: absolute;
      left: 0;
      top: -20px;
      z-index: 1;
      animation: pulsate 2s infinite; }
    #inside-content.confirm > .wrap:after {
      content: '';
      display: block;
      position: absolute;
      left: 150px;
      top: 130px;
      width: 200px;
      height: 200px;
      background: #FFF url("../img/icon-fail.svg") no-repeat center center;
      background-size: 80%;
      z-index: 2;
      animation: spin 3s infinite;
      border-radius: 999px;
      box-shadow: 2.5px 2.5px 2.9px -8px rgba(0, 0, 0, 0.035), 5px 5px 35px -8px rgba(0, 0, 0, 0.2); }
  #inside-content.confirm.passed > .wrap:after {
    background-image: url("../img/icon-award.svg");
    background-size: 50%; }
  #inside-content.confirm.thumbsup > .wrap:after {
    background-image: url("../img/icon-thumbsup.svg");
    background-size: 40%; } }
@media only screen and (min-width: 1280px) and (max-width: 1320px) {
  .gsc-control-cse {
    width: 215px !important; } }
@media only screen and (min-width: 1280px) {
  .hidedesktop {
    display: none !important; }

  .wrap-lg {
    width: 100%; }

  #___gcse_1 {
    margin-right: 24px; }

  .menu-open #site-header #header-nav-container {
    max-height: 1000px;
    opacity: 1;
    padding-bottom: 60px; }

  #close-menu,
  #menu-toggle {
    right: 60px;
    top: 24px; }

  #site-toggles {
    width: 70%;
    border-right: 1px solid #707070;
    position: relative; }
    #site-toggles:after {
      content: '';
      height: 1px;
      border-bottom: 1px solid #707070;
      position: absolute;
      bottom: 0;
      left: -1000px;
      right: -1000px; }
    #site-toggles .grid-item {
      display: flex; }
      #site-toggles .grid-item > a {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px; }

  #secondary-nav {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 20px;
    padding-top: 12px; }
    #secondary-nav ul {
      margin: 0;
      padding: 0;
      border: none; }
      #secondary-nav ul li a {
        padding-top: 6px;
        padding-bottom: 6px; }

  #site-toggles .logolink a img {
    transition: all 0.35s linear;
    filter: grayscale(100%);
    opacity: 0.8; }
  #site-toggles .logolink.current img,
  #site-toggles .logolink a:hover img,
  #site-toggles .logolink a:active img,
  #site-toggles .logolink a:focus img {
    filter: grayscale(0);
    opacity: 1; }

  #primary-nav > ul {
    display: none;
    list-style: none;
    margin: 0 -10px;
    padding: 20px 0 0 0;
    columns: 2;
    column-gap: 50px;
    max-width: 700px; }
    #primary-nav > ul.current {
      display: block; }
    #primary-nav > ul li a {
      display: block;
      color: #FFF;
      font-weight: 700;
      padding: 10px; }

  main#maincontent {
    margin-top: 104px; }

  #footer-nav-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    justify-content: center; }
    #footer-nav-container #footer-nav ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: stretch; }

  footer#site-footer #copyright {
    padding: 12px 20px; }

    #footer-nav-container.footer-meeting-container {

    }

  /* == Login == */
  #login-steps .login-step {
    padding-left: 100px;
    position: relative;
    margin-bottom: 60px; }
    #login-steps .login-step .step-icon {
      position: absolute;
      left: 0;
      top: 0; }

  #login-content {
    position: relative; }
    #login-content > div {
      position: relative;
      z-index: 2; }
    #login-content .btn-block {
      position: relative; }
      #login-content .btn-block:after {
        content: '';
        width: 51px;
        height: 78px;
        position: absolute;
        right: 75px;
        top: -38px;
        background: url("../img/curved-arrow.svg") no-repeat center center; }

  #login-forms h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    color: #20221C; }
  #login-forms h1, #login-forms h2 {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #20221C; }
  #login-forms .login-back {
    margin-bottom: -20px; }

  #login-prize {
    position: absolute !important;
    right: -190px;
    bottom: -160px;
    width: 300px;
    height: 300px;
    background: url("../img/prize-circles.svg") no-repeat center center;
    background-size: contain;
    text-align: center;
    padding-top: 100px;
    z-index: 1; }
    #login-prize:before {
      content: '';
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: #FFF;
      position: absolute;
      top: 50px;
      left: 50px;
      z-index: 1;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
    #login-prize img {
      position: relative;
      z-index: 3; }

  #login-description {
    color: #656664;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px; }

  #login-left {
    padding: 20px 20px 0 20px; }

  .login-icon-container {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }

  .login-circle {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    flex-shrink: 0; }

  .login-circle img {
    width: 26px;
    height: 26px; }

  .login-text p {
    margin: 0;
    color: #20221C;
    font-size: 20px;
    font-weight: 400; }

  #video-bg {
    display: block;
    position: fixed;
    min-height: 120vh;
    min-width: 120vw;
    top: -10vw;
    left: -10vw;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2); }
    #video-bg video {
      width: 100%;
      height: 100%;
      min-height: 120vh;
      min-width: 120vw;
      object-fit: cover;
      opacity: 0.8; }

  /* == Homepage == */
  #home-circles {
    transition: all 0.35s linear;
    background: url("../img/home-circle-bg.svg") no-repeat center center;
    position: relative;
    width: 750px;
    height: 800px;
    background-size: 80%;
    margin: 0 auto; }
    #home-circles:hover {
      background-size: 100%; }
    #home-circles #big-n {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -52px;
      margin-top: -52px; }
    #home-circles .home-module {
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
      height: 200px;
      margin: -100px 0 0 -100px;
      /* == FIVE MODULES == */
      			/*
      			&:nth-child(2) {
      				left: 50%;
      				top: 20%;
      			}
      			&:nth-child(3) {
      				left: 20%;
      				top: 40%;
      			}
      			&:nth-child(4) {
      				left: 80%;
      				top: 40%;
      			}
      			&:nth-child(5) {
      				left: 30%;
      				top: 75%;
      			}
      			&:nth-child(6) {
      				left: 70%;
      				top: 75%;
      			}
      			*
      
      			/* == SIX MODULES == */ }
      #home-circles .home-module a {
        margin: 0; }
      #home-circles .home-module:nth-child(3) {
        left: 50%;
        top: 20%; }
      #home-circles .home-module:nth-child(2) {
        left: 20%;
        top: 34%; }
      #home-circles .home-module:nth-child(4) {
        left: 80%;
        top: 34%; }
      #home-circles .home-module:nth-child(7) {
        left: 20%;
        top: 66%; }
      #home-circles .home-module:nth-child(5) {
        left: 80%;
        top: 66%; }
      #home-circles .home-module:nth-child(6) {
        left: 50%;
        top: 80%; }

  #home-features h2 {
    font-size: 30px; }
  #home-features article a {
    padding-top: 125%; }

  #popvideo aside {
    padding: 60px 80px 40px 80px;
    max-width: 850px; }
  #popvideo #video-container {
    margin: 1.5em auto;
    max-width: 650px; }

  /* == Tutorial == */
  html.get-started {
    max-height: 100%; }
    html.get-started #header-welcome {
      display: none; }

  #tutnav {
    /*
    flex: 0 0 300px;
    margin:0;
    padding: 30px 20px;
    */
    position: relative;
    z-index: 12;
    margin: 0;
    max-height: calc(100% - 40px);
    overflow-y: auto;
    min-height: 510px;
    flex-shrink: 0; }

  #tour-content {
    position: relative;
    width: 100%;
    max-width: none;
    z-index: 13;
    max-height: calc(100% - 40px);
    overflow: hidden;
    border-radius: 20px; }

  #tour-intro {
    padding: 80px 60px;
    min-height: 510px; }
    #tour-intro .wrap {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: stretch; }
      #tour-intro .wrap > div {
        order: 0;
        flex: 1 1 auto;
        align-self: auto;
        display: flex !important;
        align-items: center;
        flex: 1 1 50%; }
        #tour-intro .wrap > div:first-child {
          padding-right: 30px; }

  #tour-complete {
    padding: 80px 60px;
    min-height: 510px; }
    #tour-complete article {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }

  /* == Contests == */
  section.pagehero #hdr-col1 {
    padding-left: 0;
    padding-right: 80px;
    align-items: flex-start; }
  section.pagehero #hdr-col2 {
    padding-left: 80px; }

  #howitworks .grid-item:first-child {
    padding-right: 60px; }

  #yourstatus {
    display: flex; }
    #yourstatus #donutchart {
      flex: 0 0 200px;
      margin-top: 0; }

  .contest-item .training-intro {
    padding: 0 50px 50px 50px 50px; }
    .contest-item .training-intro h5 {
      position: relative;
      display: block;
      margin-top: 0; }
      .contest-item .training-intro h5:before {
        content: '';
        display: inline-block;
        width: 150px;
        height: 50px;
        background: url("../img/btn-logo-ekonomics.svg") no-repeat center left;
        background-size: contain;
        vertical-align: middle;
        margin-right: 1em;
        top: -0.25em;
        position: relative; }
      .contest-item .training-intro h5.esn:before {
        background-image: url("../img/btn-logo-esn.svg"); }
      .contest-item .training-intro h5.smartnutrition:before {
        background-image: url("../img/btn-logo-smartnut.svg"); }
    .contest-item .training-intro a.btn {
      margin-top: 16px; }
  .contest-item .thismonth-head {
    padding-left: 50px;
    padding-right: 50px; }
  .contest-item .prize-info {
    padding-left: 70px;
    padding-right: 50px; }
  .contest-item .choosetrack {
    position: relative; }
    .contest-item .choosetrack:after {
      content: '';
      display: block;
      position: absolute;
      height: 80%;
      background: #E2E2E2;
      width: 1px;
      left: 50%;
      top: 10%;
      z-index: 1; }
    .contest-item .choosetrack > .choose {
      position: absolute;
      z-index: 2;
      background: #FFF;
      width: 50px;
      padding: 10px;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      height: 50px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.5);
      font-size: 13px;
      letter-spacing: 0.1em;
      line-height: 110%;
      display: flex;
      align-items: center;
      justify-content: center; }
  .contest-item .contest-status {
    text-align: left; }
  .contest-item .upcoming h4 {
    margin-top: 2em; }

  #contest-current .contest-item .prize-info {
    padding-top: 40px;
    padding-bottom: 40px; }
    #contest-current .contest-item .prize-info .img-prize {
      flex: 0 0 240px;
      text-align: center; }
  #contest-current .contest-item .thismonth-head {
    padding-top: 45px;
    padding-bottom: 40px; }

  /* == Standard Pages == */
  body.inside-default main#maincontent {
    background: url("../img/page-accent-01.svg") no-repeat right -100px top -100px;
    position: relative;
    overflow: hidden; }
    body.inside-default main#maincontent:before, body.inside-default main#maincontent:after {
      content: '';
      width: 480px;
      height: 480px;
      background: url("../img/page-accent-03.svg") no-repeat center center;
      background-size: contain;
      position: absolute;
      right: -240px;
      bottom: -100px;
      z-index: 1; }
    body.inside-default main#maincontent:after {
      background: url("../img/page-accent-02.svg") no-repeat center center;
      right: -70px;
      width: 251px;
      height: 240px;
      bottom: calc(50% - 240px); }
  body.inside-default .grecaptcha-badge {
    z-index: 9999; }

  .spacer.spacer-size-md {
    height: 3.5em; }
  .spacer.spacer-size-lg {
    height: 5em; }

  #inside-content h1 {
    font-size: 40px; } }
@media only screen and (max-width: 768px) {
  .bottom-menu {
    width: 90%; }

  .first-item .trending-item-content {
    flex-direction: column; }

  .single-contests iframe {
    width: 100%; }

  .product-hero-widget-content .download-links {
    flex-direction: row;
    bottom: 10; }

  .contact-rep-widget-content {
    padding: 24px; }

  .experts-widget-content {
    padding: 24px; }

  .expert-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex-direction: column; }

  .marketing-tabs {
    display: none; }

  .marketing-select {
    display: block;
    width: 100%;
    margin-bottom: 20px; } }
@media only screen and (max-width: 479px) {
  .expert-slider-controls {
    width: 100%;
    background-color: transparent; }

  .expert-pagination-numbers {
    margin: 0 5px; }

  .expert-pagination-arrow {
    padding: 6px; }

  .gform_wrapper {
    width: 100% !important; }

  .form-widget-content {
    padding: 0 24px 24px 24px; }

  .login-logos-container {
    flex-direction: column;
    gap: 16px; } }

/*# sourceMappingURL=style.css.map */
