@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.col-md-2-5 {
  width: 20%; }

.col-w-40rem {
  width: 40rem; }

.flex {
  display: flex; }

.width-full {
  width: 100%; }

.justify-center {
  justify-content: center; }

.pf-flex-col {
  flex-direction: column; }

.border-green {
  border-color: #6CB937; }

.footer-container .other-companies .other-company-logo.vf img {
  width: 100%; }

.nl-subscription {
  text-align: center;
  font-family: Lato, sans-serif; }
  .nl-subscription form input[type="text"], .nl-subscription form input[type="email"], .nl-subscription form select {
    width: 60% !important; }
    @media screen and (max-width: 768px) {
      .nl-subscription form input[type="text"], .nl-subscription form input[type="email"], .nl-subscription form select {
        width: 80% !important; } }

.floating-newsletter-subscription {
  transform: rotate(270deg);
  right: -35px;
  font-size: 16px; }
  .floating-newsletter-subscription a {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #d1d1d1;
    display: inline-block;
    padding: 10px 20px;
    color: black; }
  .floating-newsletter-subscription a:hover, .floating-newsletter-subscription a:active {
    background-color: black;
    color: white; }

.language-selector {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .language-selector label {
    font-weight: bold;
    margin-bottom: 0; }

.synthesia {
  z-index: 101; }
  @media screen and (max-width: 768px) {
    .synthesia {
      flex-direction: column-reverse;
      align-items: start; } }
  .synthesia-avatar-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #6CB937;
    overflow: hidden;
    background-color: #6CB937;
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65); }
  .synthesia-avatar {
    width: 100%;
    height: 100%; }
    .synthesia-avatar:hover {
      animation: scaleAnimation 1s alternate infinite ease-in; }

@keyframes scaleAnimation {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
  @media screen and (max-width: 768px) {
    .synthesia-video-wrapper {
      margin-bottom: 40px; } }
  .synthesia-video-wrapper-shadow {
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65); }
  .synthesia #synthesia-video.video-js {
    height: 0px; }
    .synthesia #synthesia-video.video-js .vjs-big-play-button {
      display: none; }
  .synthesia #synthesia-video.video-js.show {
    height: 480px;
    animation: heightUpAnimation 0.7s normal 1 ease-in; }
  .synthesia #synthesia-video.video-js.hide {
    height: 0px;
    animation: heightDownAnimation 0.7s normal 1 ease-in; }

@keyframes heightUpAnimation {
  0% {
    height: 0px; }
  100% {
    height: 480px; } }

@keyframes heightDownAnimation {
  0% {
    height: 480px; }
  100% {
    height: 0px; } }
  .synthesia-close-icon {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background-color: rgba(108, 185, 55, 0.9); }
    .synthesia-close-icon::after {
      content: " ";
      width: 60%;
      background-color: white;
      height: 1px;
      display: inline-block;
      position: absolute;
      animation: rotateTo-45 0.2s normal 1 ease-in forwards; }
    .synthesia-close-icon::before {
      content: " ";
      width: 60%;
      background-color: white;
      height: 1px;
      display: inline-block;
      position: absolute;
      transform: rotate();
      animation: rotateTo45 0.2s normal 1 ease-in forwards; }

@keyframes rotateTo45 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }

@keyframes rotateTo-45 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-45deg); } }

@media screen and (max-width: 768px) {
  .wp-caption {
    width: 100% !important; } }

.image-gallery .nGY2GalleryMoreButton .nGY2GalleryMoreButtonAnnotation {
  background-color: #6CB937; }

.image-gallery .nGY2Navigationbar {
  display: flex !important;
  justify-content: end; }
  .image-gallery .nGY2Navigationbar .nGY2NavPagination {
    background-color: #6CB937;
    border-radius: 0; }

.nGY2ViewerContainer .toolbarBackground {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 16px !important; }
  .nGY2ViewerContainer .toolbarBackground .label {
    display: flex !important;
    flex-wrap: wrap !important; }
  .nGY2ViewerContainer .toolbarBackground .description {
    color: white !important;
    padding: 10px !important;
    font-size: 18px !important;
    max-width: 600px !important;
    display: inline-block !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important; }

.network-links {
  display: flex !important;
  justify-content: end; }
  .network-links .social-link {
    display: flex !important;
    align-items: center; }
  .network-links .instagram {
    display: flex; }
    .network-links .instagram img {
      margin-bottom: 0px !important; }
  .network-links .twitter-header {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 7px; }
    .network-links .twitter-header img {
      width: 20px;
      height: 20px;
      object-fit: contain; }
  .network-links .facebook-header {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 7px; }
    .network-links .facebook-header img {
      object-fit: contain;
      border-radius: 7px; }
  .network-links .linkedin-header {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 7px; }
    .network-links .linkedin-header img {
      object-fit: contain;
      border-radius: 7px; }

.social-info .twitter-footer, .social-info .facebook-footer {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 7px; }
  .social-info .twitter-footer img, .social-info .facebook-footer img {
    width: 20px;
    height: 20px;
    object-fit: contain; }

.social-info .facebook-footer img {
  border-radius: 5px; }

.footnotes li a {
  word-break: break-all; }

@media screen and (max-width: 768px) {
  .cmplz-cookiebanner {
    left: 0% !important; } }

.cmplz-cookiebanner .cmplz-categories {
  display: none; }

.cmplz-cookiebanner .cmplz-message p:last-child {
  display: none; }

.cmplz-cookiebanner .cmplz-close {
  display: none !important; }

.cmplz-cookiebanner .cmplz-accept {
  background-color: #6CB937 !important;
  border: 0px !important; }

[site="PF"] .cmplz-cookiebanner {
  left: 33% !important;
  top: 25% !important;
  right: unset !important;
  bottom: unset !important; }
  @media screen and (max-width: 768px) {
    [site="PF"] .cmplz-cookiebanner {
      left: 0% !important; } }

[site="FFP"] .cmplz-cookiebanner {
  left: 33% !important;
  top: 25% !important;
  right: unset !important;
  bottom: unset !important; }
  @media screen and (max-width: 768px) {
    [site="FFP"] .cmplz-cookiebanner {
      left: 0% !important; } }

#share-email-modal {
  font-family: Lato, sans-serif; }
  #share-email-modal p {
    display: inline-block;
    margin: 0px; }
  #share-email-modal span {
    font-weight: normal;
    display: inline-block;
    margin: 5px 0px 10px 0px;
    width: 100%; }
  #share-email-modal .modal-content .modal-body .wpcf7 input[type=submit] {
    padding: 10px !important;
    width: 100%; }

/* All */
.menu-main-menu-container {
  display: flex;
  align-items: center; }

#main-nav, .agronotips-menu {
  display: flex; }
  #main-nav a, .agronotips-menu a {
    margin: 5px;
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #6CB937;
    font-weight: bold; }
  #main-nav ul, .agronotips-menu ul {
    background-color: white;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0.25rem 1.5rem rgba(37, 49, 55, 0.05);
    transition: visibility 0s linear 0.025s, opacity 0.025s linear;
    z-index: 10; }
    #main-nav ul a, .agronotips-menu ul a {
      color: #6CB937;
      transition: background 0.025s linear, color 0.025s linear; }
    #main-nav ul > li > ul, .agronotips-menu ul > li > ul {
      left: 100%;
      top: 0; }
  #main-nav li, .agronotips-menu li {
    position: relative; }
    #main-nav li.menu-item-has-children, .agronotips-menu li.menu-item-has-children {
      padding-right: 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      #main-nav li.menu-item-has-children > a, .agronotips-menu li.menu-item-has-children > a {
        position: relative; }
        #main-nav li.menu-item-has-children > a:after, .agronotips-menu li.menu-item-has-children > a:after {
          position: absolute;
          content: '';
          top: 0;
          right: 0;
          height: 100%;
          width: 1rem;
          background: inherit;
          z-index: 999; }
      #main-nav li.menu-item-has-children:after, .agronotips-menu li.menu-item-has-children:after {
        content: "\2039";
        font-size: 30px;
        transform: rotate(-90deg);
        font-weight: bold;
        display: inline-block;
        color: #6CB937; }
      #main-nav li.menu-item-has-children .menu-item-has-children:after, .agronotips-menu li.menu-item-has-children .menu-item-has-children:after {
        transform: rotate(-180deg); }
    #main-nav li:hover, .agronotips-menu li:hover {
      background-color: #eee; }
    #main-nav li ul, .agronotips-menu li ul {
      min-width: 200px;
      border: 1px solid rgba(0, 0, 0, 0.15); }

.navbar > #main-nav > li > a, .navbar > .agronotips-menu > li > a {
  display: inline-block;
  color: #CFD8DC;
  background: transparent;
  transition: background 0.025s linear; }

.navbar > #main-nav > li > a:hover, .navbar > .agronotips-menu > li > a:hover,
.navbar > #main-nav > li > a:focus,
.navbar > .agronotips-menu > li > a:focus {
  background: #eee;
  color: white; }

#main-nav, .agronotips-menu, #main-nav ul, .agronotips-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#main-nav ul a:hover, .agronotips-menu ul a:hover,
#main-nav ul a:focus,
.agronotips-menu ul a:focus {
  background: #eee;
  color: #6CB937; }

#main-nav li:hover > ul, .agronotips-menu li:hover > ul,
#main-nav li:focus-within > ul,
.agronotips-menu li:focus-within > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.background-primary {
  background-color: #7b0549; }

.background-secondary {
  background-color: #a3c800; }

.background-dark {
  background-color: #1d1d1d; }

.background-dark-light {
  background-color: #323232; }

.background-footer {
  background-color: #212121; }

.background-gray {
  background-color: #cdcecf; }

.background-gray-light {
  background-color: #e2e3e5; }

.background-gray-light-alt {
  background-color: #e6e7e9; }

.text-muted {
  color: #999999; }

.text-muted-gray {
  color: #e6e7e9; }

.text-primary {
  color: #7b0549; }

.border-color-primary {
  border-color: #7b0549; }

.w-120px {
  width: 120px; }

.w-300px {
  width: 300px; }

.w-320px {
  width: 320px; }

.w-810px {
  width: 810px; }

.w-750px {
  width: 750px; }

.w-680px {
  width: 680px; }

.h-25px {
  height: 25px; }

.h-30px {
  height: 30px; }

.h-50px {
  height: 50px; }

.h-90px {
  height: 90px; }

.h-100px {
  height: 100px; }

.h-130px {
  height: 130px; }

.h-230px {
  height: 230px; }

.h-260px {
  height: 260px; }

.h-300px {
  height: 300px; }

.h-370px {
  height: 370px; }

.h-460px {
  height: 460px; }

.h-600px {
  height: 600px; }

.mh-118px {
  min-height: 118px; }

.border-l-1 {
  border-left-width: 1px; }

.black-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.53) 60%, rgba(0, 0, 0, 0) 80%); }

.bottom-300px {
  bottom: 300px; }

.border-b-1 {
  border-bottom-width: 1px; }

.border-r-1 {
  border-right-width: 1px; }

.rounded-lg-i {
  border-radius: .5rem !important; }

.border-gray {
  border-color: #606060; }

.border-gray-light {
  border-color: #686868; }

.border-separator {
  border-color: #6a6a6a; }

.text-sm-i {
  font-size: .875rem !important;
  line-height: 1.25rem !important; }

.text-xs-i {
  font-size: .75rem !important;
  line-height: 1rem !important; }

.img-hover-zoom {
  overflow: hidden; }
  .img-hover-zoom img {
    transition: transform 1s ease; }
  .img-hover-zoom:hover img {
    transform: scale(1.1); }

.overflow-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.top-50-i {
  top: 50% !important; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.grape-reporter-menu li {
  border-right: 1px solid white; }
  .grape-reporter-menu li:last-child {
    border-right: 0px; }
  .grape-reporter-menu li a {
    display: inline-block;
    padding: 26px 24px 24px;
    transition: background-color 150ms linear;
    color: #f2f2f2; }
  .grape-reporter-menu li a:hover {
    background-color: #98185e;
    color: white; }

.grape-reporter-menu .menu-item {
  position: relative; }

.grape-reporter-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: rgba(152, 24, 94, 0.98);
  columns: 2;
  top: 74px;
  left: 0px;
  width: 500px;
  transition: visibility 0.3s linear,opacity 0.3s linear;
  z-index: 1; }
  .grape-reporter-menu .sub-menu li {
    border-right: 0px; }
    .grape-reporter-menu .sub-menu li a {
      padding: 15px 20px; }
    .grape-reporter-menu .sub-menu li a:hover {
      color: #a0a0a0; }

@media screen and (max-width: 1024px) {
  .grape-reporter-menu {
    display: none !important; } }

.grape-reporter-menu .sub-menu:before {
  content: " ";
  display: inline-block;
  width: 1px;
  position: absolute;
  height: 90%;
  background-color: white;
  right: 50%;
  top: 5%; }

.grape-reporter-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1; }

.grape-reporter-menu-mobile {
  display: none; }
  @media screen and (max-width: 1024px) {
    .grape-reporter-menu-mobile {
      overflow-y: auto;
      background-color: white;
      display: flex;
      position: fixed;
      top: 0;
      left: -75%;
      height: 100%;
      width: 75%;
      z-index: 10;
      flex-direction: column;
      justify-content: start !important; }
      .grape-reporter-menu-mobile li {
        border-right: 0px;
        border-bottom: 1px solid #eaeaea; }
        .grape-reporter-menu-mobile li li:last-child {
          border-bottom: 0px; }
        .grape-reporter-menu-mobile li a {
          width: 100%;
          padding: 10px;
          padding-left: 0px;
          color: #7b0549;
          font-size: 14px;
          font-weight: bold; }
      .grape-reporter-menu-mobile.show-menu {
        display: flex !important;
        left: 0;
        transition: left 0.5s; }
      .grape-reporter-menu-mobile.hide-menu {
        left: -75%;
        transition: left 0.5s; }
      .grape-reporter-menu-mobile .sub-menu {
        display: inline-block;
        position: unset;
        visibility: visible;
        opacity: 1;
        width: 100%;
        background-color: white; }
        .grape-reporter-menu-mobile .sub-menu li a {
          font-size: 14px;
          padding-left: 25px;
          color: #7b0549; }
        .grape-reporter-menu-mobile .sub-menu.collapsed {
          display: none; } }
  .grape-reporter-menu-mobile .menu-social-networks {
    color: #7b0549; }

.grape-reporter-menu-veil {
  display: none; }
  @media screen and (max-width: 1024px) {
    .grape-reporter-menu-veil {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.8);
      flex-direction: column; }
      .grape-reporter-menu-veil.show-veil {
        display: flex; }
      .grape-reporter-menu-veil.hide-veil {
        display: none; } }

@media screen and (max-width: 1024px) {
  .grape-reporter-menu-close {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0; } }

.banner.rgt {
  display: inline-block;
  width: 300px;
  height: 250px; }

.banner.cont {
  display: inline-block;
  width: 728px;
  height: 90px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.tab-content .tab-pane {
  display: none; }
  .tab-content .tab-pane.active {
    display: block; }

.nav-tabs .nav-link {
  color: #7b0549;
  background-color: white; }

.nav-tabs .nav-link.active {
  background-color: #7b0549;
  color: white; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.grape-reporter-pagination .page-numbers {
  padding: 10px 20px;
  background-color: #999999;
  color: white;
  font-weight: bold; }
  .grape-reporter-pagination .page-numbers.current {
    background-color: #7b0549; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: #7b0549;
  background-color: white;
  top: 20%; }
  .swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
    font-size: 25px; }

.swiper .swiper-button-next {
  right: 0px; }

.swiper .swiper-button-prev {
  left: 0px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.grape-reporter-single h1, .grape-reporter-single h2, .grape-reporter-single h3, .grape-reporter-single h4, .grape-reporter-single h5, .grape-reporter-single h6 {
  font-weight: 500;
  color: #333333; }
  .grape-reporter-single h1 strong, .grape-reporter-single h2 strong, .grape-reporter-single h3 strong, .grape-reporter-single h4 strong, .grape-reporter-single h5 strong, .grape-reporter-single h6 strong {
    font-weight: 500; }

.grape-reporter-single h1 {
  line-height: 3.25rem; }

.grape-reporter-single h2 {
  line-height: 2.25rem; }

.grape-reporter-single p {
  line-height: 22px;
  margin-bottom: 15px; }

.grape-reporter-single .alignright {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.grape-reporter-single .alignleft {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.grape-reporter-single .aligncenter {
  margin: 10px auto; }

.grape-reporter-single .share-bar .addtoany_shortcode span {
  border-radius: 0px !important;
  width: 32px !important;
  line-height: 32px !important;
  height: 32px !important; }

.grape-reporter-single .wp-caption {
  max-width: 100%; }

.grape-reporter-single a, .grape-reporter-single a:visited {
  text-decoration: underline;
  color: #7b0549; }

.grape-reporter-single ul {
  margin: 5px;
  list-style: initial !important;
  padding-left: 2rem; }

.micro-modal {
  display: none;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  height: 100%; }

.micro-modal-content {
  display: inline-block;
  width: auto; }

.micro-modal.is-open {
  display: block; }

.grape-reporter {
  font-family: 'Poppins', sans-serif; }
  .grape-reporter .container {
    display: block !important; }
  .grape-reporter .logo img {
    width: 280px; }
    @media screen and (max-width: 728px) {
      .grape-reporter .logo img {
        width: 190px; } }
  .grape-reporter .footer-logo img {
    width: 196px; }
  .grape-reporter .related_sites {
    display: flex; }
    .grape-reporter .related_sites img {
      height: 35px;
      width: 200px;
      object-fit: contain; }
    @media screen and (max-width: 728px) {
      .grape-reporter .related_sites {
        justify-content: center; }
        .grape-reporter .related_sites a {
          width: 45%;
          padding: 0px 5px !important; } }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.agrtips-background-primary {
  background-color: #2b973f; }

.agrtips-background-secondary {
  background-color: #2b973f; }

.agrtips-background-dark {
  background-color: #1d1d1d; }

.background-dark-light {
  background-color: #323232; }

.background-footer {
  background-color: #212121; }

.background-gray {
  background-color: #cdcecf; }

.background-gray-light {
  background-color: #e2e3e5; }

.background-gray-light-alt {
  background-color: #e6e7e9; }

.text-muted {
  color: #999999; }

.text-muted-gray {
  color: #e6e7e9; }

.agrtips-text-primary {
  color: #2b973f; }

.agrtips-border-color-primary {
  border-color: #2b973f; }

.w-120px {
  width: 120px; }

.w-300px {
  width: 300px; }

.w-320px {
  width: 320px; }

.w-810px {
  width: 810px; }

.w-750px {
  width: 750px; }

.w-680px {
  width: 680px; }

.h-25px {
  height: 25px; }

.h-30px {
  height: 30px; }

.h-50px {
  height: 50px; }

.h-90px {
  height: 90px; }

.h-100px {
  height: 100px; }

.h-130px {
  height: 130px; }

.h-230px {
  height: 230px; }

.h-260px {
  height: 260px; }

.h-300px {
  height: 300px; }

.h-370px {
  height: 370px; }

.h-460px {
  height: 460px; }

.h-600px {
  height: 600px; }

@media screen and (max-width: 768px) {
  .md-h-300px {
    height: 300px; } }

@media screen and (max-width: 768px) {
  .md-h-170px {
    height: 170px; } }

.mh-118px {
  min-height: 118px; }

.border-l-1 {
  border-left-width: 1px; }

.black-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.53) 60%, rgba(0, 0, 0, 0) 80%); }
  @media screen and (max-width: 768px) {
    .black-gradient {
      background: white; } }

.bottom-300px {
  bottom: 300px; }

.border-b-1 {
  border-bottom-width: 1px; }

.border-r-1 {
  border-right-width: 1px; }

.rounded-lg-i {
  border-radius: .5rem !important; }

.border-gray {
  border-color: #606060; }

.border-gray-light {
  border-color: #686868; }

.border-separator {
  border-color: #6a6a6a; }

@media screen and (max-width: 1024px) {
  .lg-no-border {
    border: 0px; } }

.text-sm-i {
  font-size: .875rem !important;
  line-height: 1.25rem !important; }

.text-xs-i {
  font-size: .75rem !important;
  line-height: 1rem !important; }

.text-4xl-i {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important; }

.img-hover-zoom {
  overflow: hidden; }
  .img-hover-zoom img {
    transition: transform 1s ease; }
  .img-hover-zoom:hover img {
    transform: scale(1.1); }

.overflow-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.top-50-i {
  top: 50% !important; }

.object-fit-cover {
  object-fit: cover; }

@media screen and (max-width: 728px) {
  .sm-h-230px {
    height: 230px; } }

@media screen and (max-width: 728px) {
  .sm-text-30px {
    font-size: 30px;
    line-height: 1.2 !important; } }

.flex-i {
  display: flex !important; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

/* All */
.menu-main-menu-container {
  display: flex;
  align-items: center; }

#main-nav, .agronotips-menu {
  display: flex; }
  #main-nav a, .agronotips-menu a {
    margin: 5px;
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #6CB937;
    font-weight: bold; }
  #main-nav ul, .agronotips-menu ul {
    background-color: white;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0.25rem 1.5rem rgba(37, 49, 55, 0.05);
    transition: visibility 0s linear 0.025s, opacity 0.025s linear;
    z-index: 10; }
    #main-nav ul a, .agronotips-menu ul a {
      color: #6CB937;
      transition: background 0.025s linear, color 0.025s linear; }
    #main-nav ul > li > ul, .agronotips-menu ul > li > ul {
      left: 100%;
      top: 0; }
  #main-nav li, .agronotips-menu li {
    position: relative; }
    #main-nav li.menu-item-has-children, .agronotips-menu li.menu-item-has-children {
      padding-right: 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      #main-nav li.menu-item-has-children > a, .agronotips-menu li.menu-item-has-children > a {
        position: relative; }
        #main-nav li.menu-item-has-children > a:after, .agronotips-menu li.menu-item-has-children > a:after {
          position: absolute;
          content: '';
          top: 0;
          right: 0;
          height: 100%;
          width: 1rem;
          background: inherit;
          z-index: 999; }
      #main-nav li.menu-item-has-children:after, .agronotips-menu li.menu-item-has-children:after {
        content: "\2039";
        font-size: 30px;
        transform: rotate(-90deg);
        font-weight: bold;
        display: inline-block;
        color: #6CB937; }
      #main-nav li.menu-item-has-children .menu-item-has-children:after, .agronotips-menu li.menu-item-has-children .menu-item-has-children:after {
        transform: rotate(-180deg); }
    #main-nav li:hover, .agronotips-menu li:hover {
      background-color: #eee; }
    #main-nav li ul, .agronotips-menu li ul {
      min-width: 200px;
      border: 1px solid rgba(0, 0, 0, 0.15); }

.navbar > #main-nav > li > a, .navbar > .agronotips-menu > li > a {
  display: inline-block;
  color: #CFD8DC;
  background: transparent;
  transition: background 0.025s linear; }

.navbar > #main-nav > li > a:hover, .navbar > .agronotips-menu > li > a:hover,
.navbar > #main-nav > li > a:focus,
.navbar > .agronotips-menu > li > a:focus {
  background: #eee;
  color: white; }

#main-nav, .agronotips-menu, #main-nav ul, .agronotips-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#main-nav ul a:hover, .agronotips-menu ul a:hover,
#main-nav ul a:focus,
.agronotips-menu ul a:focus {
  background: #eee;
  color: #6CB937; }

#main-nav li:hover > ul, .agronotips-menu li:hover > ul,
#main-nav li:focus-within > ul,
.agronotips-menu li:focus-within > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

@media screen and (max-width: 768px) {
  .agronotips-menu {
    display: none !important; } }

.agronotips-menu li {
  border-right: 1px solid white; }
  .agronotips-menu li:hover, .agronotips-menu li:focus {
    background-color: #206f2e; }

.agronotips-menu a {
  color: white;
  font-weight: normal; }

.agronotips-menu li.menu-item-has-children:after {
  content: "\232A";
  font-size: 25px;
  transform: rotate(0deg);
  font-weight: bold;
  display: inline-block;
  color: white;
  display: flex;
  align-items: center; }

.agronotips-menu .sub-menu li:hover, .agronotips-menu .sub-menu li:focus {
  background-color: white; }

.agronotips-menu .sub-menu li:after {
  color: #206f2e;
  transform: rotate(0deg) !important; }

.agronotips-menu .sub-menu a {
  color: #2b973f; }
  .agronotips-menu .sub-menu a:hover, .agronotips-menu .sub-menu a:focus {
    color: #206f2e;
    background-color: white; }

.agronotips-menu-mobile {
  display: none; }
  @media screen and (max-width: 1024px) {
    .agronotips-menu-mobile {
      overflow-y: auto;
      background-color: white;
      display: flex;
      position: fixed;
      top: 0;
      left: -75%;
      height: 100%;
      width: 75%;
      z-index: 10;
      flex-direction: column;
      justify-content: start !important; }
      .agronotips-menu-mobile li {
        border-right: 0px;
        border-bottom: 1px solid #eaeaea; }
        .agronotips-menu-mobile li li:last-child {
          border-bottom: 0px; }
        .agronotips-menu-mobile li a {
          width: 100%;
          padding: 10px;
          padding-left: 0px;
          color: #2b973f;
          font-size: 14px;
          font-weight: bold; }
      .agronotips-menu-mobile.show-menu {
        display: flex !important;
        left: 0;
        transition: left 0.5s; }
      .agronotips-menu-mobile.hide-menu {
        left: -75%;
        transition: left 0.5s; }
      .agronotips-menu-mobile .sub-menu {
        display: inline-block;
        position: unset;
        visibility: visible;
        opacity: 1;
        width: 100%;
        background-color: white; }
        .agronotips-menu-mobile .sub-menu li a {
          font-size: 14px;
          padding-left: 25px;
          color: #2b973f; }
        .agronotips-menu-mobile .sub-menu.collapsed {
          display: none; } }
  .agronotips-menu-mobile .menu-social-networks {
    color: #2b973f; }

.agronotips-menu-veil {
  display: none; }
  @media screen and (max-width: 1024px) {
    .agronotips-menu-veil {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.8);
      flex-direction: column; }
      .agronotips-menu-veil.show-veil {
        display: flex; }
      .agronotips-menu-veil.hide-veil {
        display: none; } }

@media screen and (max-width: 1024px) {
  .agronotips-menu-close {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0; } }

.banner.rgt {
  display: inline-block;
  width: 300px;
  height: 250px; }

.banner.cont {
  display: inline-block;
  width: 728px;
  height: 90px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.agrtips-tab-content .tab-pane {
  display: none; }
  .agrtips-tab-content .tab-pane.active {
    display: block; }

.agrtips-nav-tabs .nav-link {
  color: #2b973f;
  background-color: white; }

.agrtips-nav-tabs .nav-link.active {
  background-color: #2b973f;
  color: white; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.grape-reporter-pagination .page-numbers {
  padding: 10px 20px;
  background-color: #999999;
  color: white;
  font-weight: bold; }
  .grape-reporter-pagination .page-numbers.current {
    background-color: #2b973f; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: #2b973f;
  background-color: white;
  top: 20%; }
  .swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
    font-size: 25px; }

.swiper .swiper-button-next {
  right: 0px; }

.swiper .swiper-button-prev {
  left: 0px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.agronotips-single h1, .agronotips-single h2, .agronotips-single h3, .agronotips-single h4, .agronotips-single h5, .agronotips-single h6 {
  font-weight: 500;
  color: #333333;
  margin: 10px 0px 15px; }
  .agronotips-single h1 strong, .agronotips-single h2 strong, .agronotips-single h3 strong, .agronotips-single h4 strong, .agronotips-single h5 strong, .agronotips-single h6 strong {
    font-weight: 500; }

.agronotips-single h1 {
  font-size: 38px; }

.agronotips-single h2 {
  font-size: 28px; }

.agronotips-single h3 {
  font-size: 24px; }

.agronotips-single h4 {
  font-size: 20px; }

.agronotips-single h5 {
  font-size: 16px; }

.agronotips-single h6 {
  font-size: 14px; }

.agronotips-single p {
  font-size: 22px;
  margin-bottom: 15px; }

.agronotips-single .post-content h1 {
  font-size: 32px; }

.agronotips-single .post-content {
  padding: 30px; }
  .agronotips-single .post-content p {
    font-size: 18px; }

.agronotips-single .alignright {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

@media screen and (max-width: 1024px) {
  .agronotips-single img.alignright, .agronotips-single img.alignleft {
    max-width: 50% !important; } }

.agronotips-single .alignleft {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.agronotips-single .aligncenter {
  margin: 10px auto; }
  @media screen and (max-width: 1024px) {
    .agronotips-single .aligncenter {
      width: 100% !important; } }

@media screen and (max-width: 1024px) {
  .agronotips-single img.aligncenter {
    width: 100% !important; } }

.agronotips-single .share-bar .addtoany_shortcode span {
  border-radius: 0px !important;
  width: 32px !important;
  line-height: 32px !important;
  height: 32px !important; }

.agronotips-single a, .agronotips-single a:visited {
  text-decoration: underline;
  color: #2b973f; }

.agronotips-single ul {
  margin: 5px;
  list-style: initial !important;
  padding-left: 2rem; }

.micro-modal {
  display: none;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  height: 100%; }

.micro-modal-content {
  display: inline-block;
  width: auto; }

.micro-modal.is-open {
  display: block; }

@media screen and (max-width: 728px) {
  .related-posts {
    display: flex;
    flex-direction: column; } }

.related_posts {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap; }
  @media screen and (max-width: 728px) {
    .related_posts {
      flex-direction: column; } }
  .related_posts h3 {
    width: 100%; }
  .related_posts a {
    width: 33%;
    height: 200px; }
    .related_posts a img {
      object-fit: cover;
      object-position: 50% 50%;
      margin: 0px !important; }
    .related_posts a span {
      margin-top: 10px; }
    @media screen and (max-width: 728px) {
      .related_posts a {
        width: 100%;
        display: flex;
        height: 120px; }
        .related_posts a img {
          width: 35%; }
        .related_posts a span {
          margin-top: 0px;
          padding-left: 10px;
          width: 65%; } }

.agronotips .agtips-page .wpcf7 {
  display: inline-block; }
  .agronotips .agtips-page .wpcf7 .screen-reader-response {
    display: none; }
  .agronotips .agtips-page .wpcf7 .wpcf7-form {
    display: inline-block;
    text-align: left; }
    .agronotips .agtips-page .wpcf7 .wpcf7-form .wpcf7-response-output {
      color: white;
      background-color: #2b973f;
      padding: 10px;
      max-width: 600px; }
    .agronotips .agtips-page .wpcf7 .wpcf7-form p {
      margin-bottom: 15px; }
      .agronotips .agtips-page .wpcf7 .wpcf7-form p label {
        display: inline-block;
        margin-bottom: 5px; }
    .agronotips .agtips-page .wpcf7 .wpcf7-form textarea {
      width: 100%;
      border-radius: 0; }

.search-form-mobile {
  margin-top: 10px; }
  .search-form-mobile > div {
    border-radius: 0.5rem !important; }
    .search-form-mobile > div .searchable-categories {
      display: none; }
  .search-form-mobile .p-16 {
    padding: 10px !important; }

.agronotips {
  font-family: 'Poppins', sans-serif; }
  .agronotips .container {
    display: block !important; }
  .agronotips .logo img {
    width: 300px; }
  .agronotips .footer-logo img {
    width: 200px; }
  .agronotips .related_sites img {
    height: 35px;
    width: 200px; }
  @media screen and (max-width: 728px) {
    .agronotips .related_sites {
      display: flex;
      justify-content: center; }
      .agronotips .related_sites a {
        width: 45%;
        padding: 0px 5px !important; } }

.post-content .sgp-banner a {
  max-width: 100%; }

.post-content h1 {
  font-size: 35px; }

.events {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Lato, sans-serif; }
  .events-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center; }
  .events .featured-events {
    width: 100%;
    max-width: 1170px;
    background-color: white; }
    .events .featured-events-title {
      width: 100%;
      color: white;
      background-color: #6CB937;
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
      padding: 10px; }
  .events .featured-event {
    padding: 30px;
    transition: scale .2s ease-in-out; }
    .events .featured-event:hover {
      scale: 1.1; }
    .events .featured-event a {
      text-decoration: none; }
    .events .featured-event-image {
      width: 80%;
      height: 100px;
      object-fit: contain; }
    .events .featured-event h3 {
      color: #333;
      text-align: center;
      font-size: 18px;
      min-height: 50px; }
    .events .featured-event-location {
      color: #6CB937;
      font-size: 14px;
      margin-top: 10px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .events .featured-event-location .online {
        padding: 0px 10px;
        margin-top: 10px;
        border-radius: 10px;
        color: white;
        background-color: #6CB937;
        display: block;
        width: 70px; }
    .events .featured-event-dates {
      margin-top: 10px;
      color: #888;
      text-align: center;
      width: 100%;
      text-transform: capitalize; }
    .events .featured-event .rrss {
      display: block;
      text-align: center;
      margin-top: 10px; }
      .events .featured-event .rrss a {
        color: #888;
        font-size: 22px;
        margin-right: 5px; }
      .events .featured-event .rrss a:hover {
        color: #6CB937; }
      .events .featured-event .rrss .micro-modal {
        top: 0%; }
        .events .featured-event .rrss .micro-modal .micro-modal-content {
          position: relative;
          width: 80%;
          height: 500px;
          background-color: white;
          margin-top: 30%;
          padding: 30px; }
          .events .featured-event .rrss .micro-modal .micro-modal-content .close {
            position: absolute;
            color: black;
            font-size: 25px;
            margin-top: 5px;
            margin-right: 5px;
            top: 0;
            right: 0; }
      .events .featured-event .rrss .video-js, .events .featured-event .rrss .vimeo-player {
        width: 100%;
        height: 100%; }
  .events .events-list {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
    padding: 30px;
    width: 80%;
    max-width: 1170px; }
    .events .events-list .event {
      margin-top: 7px;
      padding: 15px; }
      .events .events-list .event a {
        text-decoration: none;
        color: #333; }
      .events .events-list .event h5 {
        font-size: 16px; }
      .events .events-list .event-information {
        color: #888;
        font-size: 14px;
        margin-top: 10px;
        text-transform: capitalize; }
        .events .events-list .event-information .online {
          padding: 0px 10px;
          margin-top: 10px;
          border-radius: 10px;
          color: white;
          background-color: #888;
          text-align: center;
          display: block;
          width: 70px; }
        .events .events-list .event-information .rrss {
          display: block;
          margin-top: 10px; }
          .events .events-list .event-information .rrss a {
            color: #888;
            font-size: 22px;
            margin-right: 5px; }
          .events .events-list .event-information .rrss a:hover {
            color: #6CB937; }
          .events .events-list .event-information .rrss .micro-modal {
            top: 0%; }
            .events .events-list .event-information .rrss .micro-modal .micro-modal-content {
              position: relative;
              width: 80%;
              height: 500px;
              background-color: white;
              margin-top: 30%;
              padding: 30px; }
              .events .events-list .event-information .rrss .micro-modal .micro-modal-content .close {
                position: absolute;
                color: black;
                font-size: 25px;
                margin-top: 5px;
                margin-right: 5px;
                top: 0;
                right: 0; }
          .events .events-list .event-information .rrss .video-js, .events .events-list .event-information .rrss .vimeo-player {
            width: 100%;
            height: 100%; }
      .events .events-list .event:hover {
        background-color: #c8c8c8;
        transition: background-color 200ms linear; }
        .events .events-list .event:hover .event-information, .events .events-list .event:hover h5 {
          color: white !important; }
    .events .events-list .pagination {
      margin-top: 30px;
      text-align: center;
      width: 100%; }
      .events .events-list .pagination .page-numbers {
        height: 30px;
        display: inline-block;
        background-color: #c8c8c8;
        color: white;
        line-height: 30px;
        padding: 0px 5px;
        text-decoration: none; }
        .events .events-list .pagination .page-numbers.current {
          background-color: #6CB937; }
      .events .events-list .pagination .next {
        width: auto; }
  .events .swiper .swiper-button-prev, .events .swiper .swiper-button-next {
    top: 50% !important; }

.distribution-page .col-md-9 {
  padding: 0px 15px; }

.distribution-page h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0px 10px 0px; }

.distribution-page h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 33px;
  margin: 20px 0px 10px 0px; }

.distribution-page h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
  line-height: 22.5px; }

.distribution-page .tw-text-3xl {
  font-size: 18px;
  line-height: 22px; }

.distribution-page .tw-text-2xl {
  font-size: 16px;
  line-height: 22px; }
  .distribution-page .tw-text-2xl .tw-leading-10 {
    line-height: 25px; }

.distribution-page .tw-text-base {
  font-size: 10px;
  line-height: 15px; }

.distribution-page .tw-p-10 {
  padding: 25px; }

.distribution-page .tw-h-96 {
  height: 240px; }

.distribution-page p {
  font-size: 15px;
  line-height: 25px; }

.distribution-page a {
  font-size: 14px; }

.distribution-page .featured-events .featured-events-title {
  font-size: 15px; }

.distribution-page .featured-events .featured-event h3 {
  font-size: 18px;
  line-height: 19.8px; }

.distribution-page .featured-events .featured-event .featured-event-dates {
  font-size: 15px;
  line-height: 25px; }

.distribution-page .featured-events .featured-event .featured-event-location {
  font-size: 14px;
  line-height: 25px; }

.distribution-page .featured-posts .featured-post img {
  height: 120px; }

.distribution-page .featured-posts .tw-text-2xl {
  font-size: 15px;
  line-height: 20px; }

.distribution-page .featured-posts .featured-post {
  padding: 20px; }

.distribution-page .distribution-excerpt {
  font-size: 14px; }

.distribution-page .breadcrumbs {
  font-size: 14px; }

.distribution-page.agronotips .tw-bg-pf_green {
  background-color: #2b973f !important; }

.distribution-page.agronotips h2 {
  color: #2b973f; }
  .distribution-page.agronotips h2.tw-text-black {
    color: black; }

.distribution-page.agronotips .nav-links a {
  color: #2b973f; }

.distribution-page.agronotips .nav-links .current {
  color: black; }

.distribution-page.agronotips .more-news a {
  font-weight: normal;
  font-size: 12px; }

.distribution-page.agronotips .more-news a:hover, .distribution-page.agronotips .more-news a:focus {
  color: white; }

.distribution-page.grapereporter .tw-bg-pf_green {
  background-color: #a3c800 !important; }

.distribution-page.grapereporter h2 {
  color: #a3c800; }
  .distribution-page.grapereporter h2.tw-text-black {
    color: black; }

.distribution-page.grapereporter .nav-links a {
  color: #a3c800; }

.distribution-page.grapereporter .nav-links .current {
  color: black; }

.distribution-page.grapereporter .more-news a {
  font-weight: normal;
  font-size: 12px; }

.distribution-page.grapereporter .more-news a:hover, .distribution-page.grapereporter .more-news a:focus {
  color: white; }

.col-md-2-5 {
  width: 20%; }

.col-w-40rem {
  width: 40rem; }

.flex {
  display: flex; }

.width-full {
  width: 100%; }

.justify-center {
  justify-content: center; }

.pf-flex-col {
  flex-direction: column; }

.border-green {
  border-color: #6CB937; }

.sgp-banner {
  display: inline-block; }
