.white {
  color: #FFFFFF;
}
.black {
  color: #000000;
}
.lt-grey {
  color: #dddddd;
}
.lt-lt-grey {
  color: #f3f3f3;
}
.grey {
  color: #E1E1E1;
}
.gray {
  color: #E1E1E1;
}
.yellow {
  color: #FFC629;
}
.green {
  color: #799A02;
}
.lt-green {
  color: #F8FBEA;
}
.lt-lt-green {
  color: #FCFEF6;
}
.lt-blue {
  color: #e5f3f9;
}
.lt-lt-blue {
  color: #F1FAFB;
}
.lt-blue-two {
  color: #E2F2EF;
}
.blue-alt {
  color: #E2F2EF;
}
.charcoal {
  color: #646569;
}
.darkcoal {
  color: #343a40;
}
.red {
  color: #EC1C24;
}
.orange {
  color: #EA7200;
}
.canvas {
  color: #EED9AA;
}
.blue {
  color: #18577A;
}
.brown {
  color: #AA7D62;
}
.lt-brown {
  color: #FEF4E8;
}
.lt-lt-brown {
  color: #FBF7F2;
}
.bg-canvas {
  background-color: #EED9AA;
}
.bg-grey {
  background-color: #E1E1E1;
}
.bg-lt-grey {
  background-color: #dddddd;
}
.bg-lt-lt-grey {
  background-color: #f3f3f3;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-black {
  background-color: #000000;
}
.bg-yellow {
  background-color: #FFC629;
}
.bg-green {
  background-color: #799A02;
}
.bg-lt-green {
  background-color: #F8FBEA;
}
.bg-green-alt {
  background-color: #E8EDCF;
}
.bg-lt-lt-green {
  background-color: #FCFEF6;
}
.bg-lt-green {
  background-color: #F8FBEA;
}
.bg-lt-farmfest {
  background-color: #F8FBEA;
}
.bg-red {
  background-color: #EC1C24;
}
.bg-charcoal {
  background-color: #646569;
}
.bg-darkcoal {
  background-color: #343a40;
}
.bg-lt-blue {
  background-color: #e5f3f9;
}
.bg-lt-lt-blue {
  background-color: #F1FAFB;
}
.bg-lt-blue-two {
  background-color: #E2F2EF;
}
.bg-blue-alt {
  background-color: #E2F2EF;
}
.bg-blue {
  background-color: #18577A;
}
.bg-brown {
  background-color: #AA7D62;
}
.bg-lt-brown {
  background-color: #FEF4E8;
}
.bg-lt-lt-brown {
  background-color: #FBF7F2;
}
body.farmfest-body h1,
body.farmfestDetails-body h1,
body.farmfest-body h2,
body.farmfestDetails-body h2,
body.farmfest-body h3,
body.farmfestDetails-body h3 {
  color: #799A02;
}
body.farmfest-body .head-line,
body.farmfestDetails-body .head-line {
  background-color: #799A02;
}
body.dakotafest-body h1,
body.dakotafestDetails-body h1,
body.dakotafest-body h2,
body.dakotafestDetails-body h2,
body.dakotafest-body h3,
body.dakotafestDetails-body h3 {
  color: #18577A;
}
body.dakotafest-body .head-line,
body.dakotafestDetails-body .head-line {
  background-color: #18577A;
}
body.amarillo-body h1,
body.amarillo-body h2,
body.amarillo-body h3 {
  color: #AA7D62;
}
body.amarillo-body .head-line {
  background-color: #AA7D62;
}
body.homebody-body h1,
body.homebody-body h2 {
  color: #18577A;
}
body.homebody-body h3 {
  color: #799A02;
}
body.general-body h1,
body.general-body h2 {
  color: #18577A;
}
body.general-body h3 {
  color: #18577A;
}
.farmfest-footer-bg {
  background-color: #799A02;
}
.dakotafest-footer-bg {
  background-color: #18577A;
}
.amarillo-footer-bg {
  background-color: #AA7D62;
}
.farmfest-footer-bg-lt {
  background-color: #F8FBEA;
}
.dakotafest-footer-bg-lt {
  background-color: #e5f3f9;
}
.amarillo-footer-bg-lt {
  background-color: #FEF4E8;
}
.bg-lt-farmfest {
  background-color: #F8FBEA;
}
.bg-lt-dakotafest {
  background-color: #e5f3f9;
}
.bg-lt-amarillo {
  background-color: #FEF4E8;
}
body.farmfest-body .news-item,
body.farmfestDetails-body .news-item {
  background-color: #F8FBEA;
  padding: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.farmfest-body .news-item,
  body.farmfestDetails-body .news-item {
    padding: none;
  }
}
body.dakotafest-body .news-item {
  background-color: #e5f3f9;
  padding: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.dakotafest-body .news-item {
    padding: none;
  }
}
body.amarillo-body .news-item {
  background-color: #FEF4E8;
  padding: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.amarillo-body .news-item {
    padding: none;
  }
}
.l-row-color.farmfest {
  background-color: #FCFEF6;
}
.l-row-color.farmfest.fadeout {
  background-color: #E1E1E1;
}
.l-row-color.farmfest:nth-of-type(2n) {
  background-color: #F8FBEA;
}
.l-row-color.farmfest:nth-of-type(2n).fadeout {
  background-color: #dddddd;
}
.l-row-color.dakotafest {
  background-color: #F1FAFB;
}
.l-row-color.dakotafest.fadeout {
  background-color: #dddddd;
}
.l-row-color.dakotafest:nth-of-type(2n) {
  background-color: #e5f3f9;
}
.l-row-color.dakotafest:nth-of-type(2n).fadeout {
  background-color: #dddddd;
}
.l-row-color.amarillo {
  background-color: #FBF7F2;
}
.l-row-color.amarillo.fadeout {
  background-color: #dddddd;
}
.l-row-color.amarillo:nth-of-type(2n) {
  background-color: #FEF4E8;
}
.l-row-color.amarillo:nth-of-type(2n).fadeout {
  background-color: #dddddd;
}
.news-entry.dakotafest {
  background-color: #F1FAFB;
}
.news-entry.farmfest {
  background-color: #FCFEF6;
}
.news-image figure {
  margin: 0;
}
.news-image figcaption {
  color: #000000;
}
@media only screen and (max-width: 575px), only screen and (max-width: 320px) {
  .news-image figcaption {
    color: #646569;
  }
}
.news-image.farmfest {
  background-image: linear-gradient(to bottom, #799a02, #9ab24d, #baca81, #d9e2b5, #f8fbea);
}
@media only screen and (max-width: 575px), only screen and (max-width: 320px) {
  .news-image.farmfest {
    background-color: #FCFEF6;
  }
}
.news-image.dakotafest {
  background-image: linear-gradient(to bottom, #18577a, #4f7c98, #80a2b7, #b1cad7, #e5f3f9);
}
@media only screen and (max-width: 575px), only screen and (max-width: 320px) {
  .news-image.dakotafest {
    background-color: #F1FAFB;
  }
}
.news-image.amarillo {
  background-image: linear-gradient(to bottom, #aa7d62, #ffffff);
}
@media only screen and (max-width: 575px), only screen and (max-width: 320px) {
  .news-image.amarillo {
    background-color: #F1FAFB;
  }
}
.bg-green-gradient {
  background-image: linear-gradient(to right top, #799a02, #81a517, #8aaf25, #92ba31, #9bc53d);
}
.bg-green-gradient-two {
  background-image: linear-gradient(to bottom, #799a02, #9ab24d, #baca81, #d9e2b5, #f8fbea);
}
.bg-green-trans {
  background-color: rgba(121, 154, 2, 0.8);
}
.bg-blue-gradient {
  background-image: linear-gradient(to right top, #18577a, #1c5c80, #1f6186, #23678c, #266c92);
}
.bg-blue-trans {
  background-color: rgba(24, 87, 122, 0.8);
}
.bg-brown-trans {
  background-color: rgba(170, 125, 98, 0.9);
}
.bg-blue-gradient-two {
  background-image: linear-gradient(to bottom, #18577a, #4f7c98, #80a2b7, #b1cad7, #e5f3f9);
}
.bg-brown-gradient {
  background-image: linear-gradient(to bottom, #aa7d62, #ffffff);
}
.shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.shadow-1 {
  filter: drop-shadow(2px 2px 3px #333);
}
.shadow-2 {
  filter: drop-shadow(5px 5px 10px #000);
}
.box {
  background-color: white;
  border-radius: 5px;
}
.greenone {
  color: #6d8615 !important;
}
.greentwo {
  background-color: #799A02 !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
}
a.nav-link,
a.dropdown-item {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  a.nav-link,
  a.dropdown-item {
    font-size: 14px;
  }
}
p,
strong,
a,
li {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
strong {
  font-size: inherit;
}
blockquote {
  padding: 2%;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  background-color: #f3f3f3;
}
p {
  margin-bottom: 2%;
}
strong {
  font-weight: 700;
}
h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
h3,
h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
h5,
h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #646569;
}
h6 {
  text-transform: uppercase;
  color: #646569;
}
body.farmfest-body.one-page h1,
body.dakotafest-body.one-page h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body.farmfest-body.one-page h1,
  body.dakotafest-body.one-page h1 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 575px) {
  body.farmfest-body.one-page h1,
  body.dakotafest-body.one-page h1 {
    font-size: 18px;
    line-height: 22px;
  }
}
body.farmfest-body.one-page h2,
body.dakotafest-body.one-page h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
body.homebody-body h1,
body.homebody-body h2 {
  font-size: 30px;
}
body.homebody-body h3 {
  font-size: 24px;
  line-height: 33px;
}
a {
  color: #EA7200;
  text-decoration: underline;
}
a.btn {
  text-decoration: none;
}
.italic {
  font-weight: 500;
  font-style: italic;
}
.gen-copy h1,
.gen-copy h2,
.gen-copy h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p,
ul li,
label,
figcaption {
  font-family: 'Nunito', sans-serif;
  color: #646569;
}
.home-promo-text p {
  font-size: 20px;
}
.f-weight-reg {
  font-weight: 400;
}
.f-weight-reg-ital {
  font-weight: 400;
  font-style: italic;
}
.f-weight-med {
  font-weight: 500;
}
.f-weight-med-ital {
  font-weight: 500;
  font-style: italic;
}
.f-weight-sembold {
  font-weight: 600;
}
.f-weight-bold {
  font-weight: 700;
}
.f-size-extra-large {
  font-size: 46px;
}
.l-height-extra-large {
  line-height: 50px;
}
.l-height-large-48 {
  line-height: 48px;
}
.f-size-large {
  font-size: 30px;
}
.l-height-large {
  line-height: 36px;
}
.f-size-medium {
  font-size: 24px;
}
.l-height-medium {
  line-height: 33px;
}
.f-size-medium-20 {
  font-size: 20px;
}
.l-height-medium-24 {
  line-height: 24px;
}
.f-size-small {
  font-size: 18px;
}
.l-height-small {
  line-height: 22px;
}
.f-size-small-16 {
  font-size: 16px;
}
.l-height-small-16 {
  line-height: 20px;
}
.f-size-small-14 {
  font-size: 14px;
}
.l-height-small-14 {
  line-height: 18px;
}
.f-size-extra-small {
  font-size: 12px;
}
.l-height-extra-small {
  line-height: 16px;
}
.f-size-tiny {
  font-size: 8px;
}
.l-height-tiny {
  line-height: 10px;
}
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
}
/* MIXINS */
.resp-helper {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: black;
  font-size: 10px;
  color: white;
  z-index: 99;
}
.resp-helper .resp-helper-xl {
  display: none;
}
.resp-helper .resp-helper-lg {
  display: none;
}
.resp-helper .resp-helper-md {
  display: none;
}
.resp-helper .resp-helper-sm {
  display: none;
}
.resp-helper .resp-helper-xs {
  display: none;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  .resp-helper-xl {
    display: block!important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .resp-helper-lg {
    display: block!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .resp-helper-md {
    display: block!important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .resp-helper-sm {
    display: block!important;
  }
}
@media only screen and (max-width: 575px) {
  .resp-helper-xs {
    display: block!important;
  }
}
.cover-bg {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contain-bg {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.fixed-bg {
  background-attachment: fixed;
}
figure.img-resp img {
  max-width: 100%;
}
img.img-resp,
img.resp-img {
  max-width: 100%;
}
.box-shadow {
  -webkit-box-shadow: 3px 3px 2px -2px #646569;
  -moz-box-shadow: 3px 3px 2px -2px #646569;
  box-shadow: 3px 3px 2px -2px #646569;
}
.box-shadow-sm {
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.box-shadow-dakotafest {
  -webkit-box-shadow: 3px 3px 2px -2px #00a7ce;
  -moz-box-shadow: 3px 3px 2px -2px #00a7ce;
  box-shadow: 3px 3px 2px -2px #00a7ce;
}
.box-shadow-farmfest {
  -webkit-box-shadow: 3px 3px 2px -2px #799a02;
  -moz-box-shadow: 3px 3px 2px -2px #799a02;
  box-shadow: 3px 3px 2px -2px #799a02;
}
.box-shadow-amarillo {
  -webkit-box-shadow: 3px 3px 2px -2px #aa7d62;
  -moz-box-shadow: 3px 3px 2px -2px #aa7d62;
  box-shadow: 3px 3px 2px -2px #aa7d62;
}
.box-shadow-none {
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .rwd-break-sm,
  .br-sm-resp,
  .resp-br,
  .br-resp {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .rwd-break-lg {
    display: none;
  }
}
.hover-grow {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.hover-grow:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
img.img-resp {
  max-width: 100%;
}
.wrapper-o-x-hidden {
  overflow-x: hidden;
}
.width-90 {
  width: 90%;
}
.width-80 {
  width: 80%;
}
.width-70 {
  width: 70%;
}
.width-60 {
  width: 60%;
}
.width-50 {
  width: 50%;
}
.width-40 {
  width: 40%;
}
.width-30 {
  width: 30%;
}
.width-20 {
  width: 20%;
}
.container-fluid-no-padding,
.container-no-padding,
.col-no-padding,
.row-no-padding,
.no-padding,
.no-pad,
.no-padd {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-mar,
.no-marr {
  margin-left: 0!important;
  margin-right: 0!important;
}
.no-marr-right {
  margin-right: 0!important;
}
.no-marr-sm {
  margin-left: 0!important;
  margin-right: 0!important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .no-marr-sm {
    margin-left: auto;
    margin-right: auto;
  }
}
.no-padd-sm {
  margin-left: 0!important;
  margin-right: 0!important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .no-padd-sm {
    margin-left: auto;
    margin-right: auto;
  }
}
.no-pad,
.no-padd {
  padding-left: 0!important;
  padding-right: 0!important;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.v-pad {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .v-pad {
    padding-left: auto;
    padding-right: auto;
  }
}
.v-pad-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .v-pad-20 {
    padding-left: 0;
    padding-right: 0;
  }
}
.v-pad-45 {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .v-pad-45 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.v-pad-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .v-pad-60 {
    padding-left: 0;
    padding-right: 0;
  }
}
body.insights-body .v-pad-glob-insights {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  body.insights-body .v-pad-glob-insights {
    padding-left: 0;
    padding-right: 0;
  }
}
.v-pad-glob-insights {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .v-pad-glob-insights {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 4000px) {
  .loop-marr {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .loop-marr {
    margin: 20px auto;
  }
}
.h-space-xl {
  height: 80px;
}
.h-space-lg {
  height: 40px;
}
.h-space-md {
  height: 20px;
}
.h-space-sm {
  height: 10px;
}
.h-space-xs {
  height: 5px;
}
.v-space-xl {
  height: 80px;
}
.v-space-lg {
  height: 40px;
}
.v-space-md {
  height: 20px;
}
.v-space-sm {
  height: 10px;
}
.v-space-xs {
  height: 5px;
}
.mrl0 {
  margin-right: 0px;
  margin-left: 0px;
}
.mlr0 {
  margin-right: 0px;
  margin-left: 0px;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.m10 {
  margin: 10px;
}
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mrl10 {
  margin-left: 10px;
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mrl20 {
  margin-right: 20px;
  margin-left: 20px;
}
.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mr40 {
  margin-right: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mt200 {
  margin-top: 200px;
}
.mtb200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.p0 {
  padding: 0;
}
.pr0 {
  padding-right: 0;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl0 {
  padding-left: 0;
}
.pl10 {
  padding-left: 10px;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pl10-sm {
    padding-left: 10px;
  }
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.prl10 {
  padding-right: 10px;
  padding-left: 10px;
}
.prl15 {
  padding-right: 15px;
  padding-left: 15px;
}
.prl20 {
  padding-right: 20px;
  padding-left: 20px;
}
.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p30 {
  padding: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pl40 {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pl40-md {
    padding-left: 40px;
  }
}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.prl40 {
  padding-right: 40px;
  padding-left: 40px;
}
.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt100 {
  padding-top: 100px;
}
.ptblr100 {
  padding: 100px 100px 100px 100px;
}
.pt120 {
  padding-top: 120px;
}
.top-neg-10 {
  top: -5px;
}
.top-neg-5 {
  top: -5px;
}
.top-5 {
  top: 5px;
}
.top-10 {
  top: 10px;
}
.top-15 {
  top: 15px;
}
.height-60 {
  min-height: 60px;
}
.height-80 {
  min-height: 80px;
}
.height-100 {
  min-height: 100px;
}
.height-120 {
  min-height: 120px;
}
.height-140 {
  min-height: 140px;
}
.height-160 {
  min-height: 160px;
}
.height-180 {
  min-height: 180px;
}
.height-200 {
  min-height: 200px!important;
}
.height-240 {
  min-height: 240px!important;
}
.height-300 {
  min-height: 300px!important;
}
.height-400 {
  min-height: 400px!important;
}
.height-600 {
  min-height: 600px;
}
.margin-auto {
  margin: 0 auto;
}
.margin-bottom-extra-big {
  margin-bottom: 40px;
}
.margin-bottom-big {
  margin-bottom: 20px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-bottom-extra-small {
  margin-bottom: 4px;
}
.margin-top-extra-big {
  margin-top: 40px;
}
.margin-top-big {
  margin-top: 20px;
}
.margin-top-small {
  margin-top: 10px;
}
.margin-top-extra-small {
  margin-top: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 320px) {
  .margin-tb-resp-small {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 320px) {
  .margin-tb-resp-big {
    margin: 20px 0;
  }
}
.max-width-300 {
  max-width: 300px;
}
.ctct-form-embed.form_1 .ctct-form-defaults {
  background-color: transparent!important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  display: none;
}
.ctct-inline-form .g-recaptcha {
  display: none !important;
}
#globalsearch input {
  width: 100%;
  border-radius: 4px;
  margin: 10px 0;
  padding: 3px 0 3px 16px;
}
.search_txt[type="text"] {
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 10px 0;
  padding: 3px 0 3px 16px;
  width: 300px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .search_txt[type="text"] {
    width: 180px;
  }
}
.search_input[type="text"] {
  width: 100%;
}
.txt[type="text"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px 0 15px 15px;
  width: 100%;
}
.txt_3[type="text"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px 0 15px 15px;
  min-height: 150px;
  width: 100%;
}
input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 1% 3%;
  border: 1px solid #b9b9af;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#thanks {
  display: none;
  width: 100%;
  background-color: #F8FBEA;
}
input#younogonnafindzis {
  display: none;
}
.footer-search {
  text-align: center;
}
.footer-search button.foot-search {
  color: #FFFFFF;
  border: solid 1px #F8FBEA;
  height: 36px;
  line-height: 30px;
  margin-bottom: 4px;
  min-width: 60px;
  display: inline;
  background-color: #646569;
}
.footer-search button.foot-search:hover {
  background-color: #646569;
  color: white;
}
.footer-search.form-group {
  margin-bottom: 0;
}
#globalsearch .footer-search input {
  display: inline;
  width: 70%;
}
.btn {
  border-radius: 0;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  text-decoration: none;
}
.block-button {
  display: inline-block;
}
.block-button.alignLeft {
  display: inline-block;
  margin: 1%;
  margin-right: 2%;
}
.block-button.alignLeft:first-of-type {
  margin-left: 0;
}
.block-button.alignRight {
  justify-content: flex-end;
  display: flex;
  margin: 1%;
}
.block-button.alignCenter {
  justify-content: center;
  display: flex;
  margin: 1%;
}
.block-button .btn.farmfest,
.block-button .btn.dakotafest,
.block-button .btn.amarillo {
  background-color: #FFC629;
  color: #646569;
}
.block-button .btn.farmfest:hover,
.block-button .btn.dakotafest:hover,
.block-button .btn.amarillo:hover {
  background-color: #646569;
  color: #FFFFFF;
}
.block-button .btn.farmfest.smallButt,
.block-button .btn.dakotafest.smallButt,
.block-button .btn.amarillo.smallButt {
  padding: 10px 10px;
  font-size: 18px;
}
.block-button .btn.farmfest.mediumButt,
.block-button .btn.dakotafest.mediumButt,
.block-button .btn.amarillo.mediumButt {
  padding: 10px 10px;
  font-size: 24px;
}
.block-button .btn.farmfest.largeButt,
.block-button .btn.dakotafest.largeButt,
.block-button .btn.amarillo.largeButt {
  padding: 20px 20px;
  font-size: 30px;
}
.btn-yellow {
  background-color: #FFC629;
  color: #646569;
}
.btn-yellow:hover {
  background-color: #FFFFFF;
}
.btn-list {
  background-color: #FFC629;
  color: #646569;
}
.btn-list:hover {
  background-color: #FFFFFF;
}
.btn-footer {
  color: #FFFFFF;
  border: solid 1px #F8FBEA;
  height: 60px;
  line-height: 48px;
  margin-bottom: 4px;
  min-width: 140px;
  display: inline-block;
}
.btn-footer:hover {
  background-color: #646569;
  color: white;
}
.btn-footer-image {
  margin-right: 5px;
  padding-left: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  background-position: 10px 18px;
  background-repeat: no-repeat;
}
.btn-icon-airplane {
  background-image: url(../imgz/icon_airplane.svg);
}
.btn-icon-mouse {
  background-image: url(../imgz/icon_mouse.svg);
}
.sideshare svg {
  width: 30px;
  height: 30px;
  display: block;
}
.big-butt {
  height: 100px;
  width: 200px;
  background-color: #EED9AA;
  -webkit-box-shadow: 3px 3px 2px -2px #646569;
  -moz-box-shadow: 3px 3px 2px -2px #646569;
  box-shadow: 3px 3px 2px -2px #646569;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .big-butt {
    width: 100%;
  }
}
.big-butt:hover {
  border: solid #646569 1px;
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
}
.big-butt.farmfest {
  -webkit-box-shadow: 3px 3px 2px -2px #799a02;
  -moz-box-shadow: 3px 3px 2px -2px #799a02;
  box-shadow: 3px 3px 2px -2px #799a02;
}
.big-butt.farmfest:hover {
  border: solid #799A02 1px;
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
}
.big-butt.dakotafest {
  -webkit-box-shadow: 3px 3px 2px -2px #00a7ce;
  -moz-box-shadow: 3px 3px 2px -2px #00a7ce;
  box-shadow: 3px 3px 2px -2px #00a7ce;
  color: #FFFFFF;
  background-color: #18577A;
}
.big-butt.dakotafest:hover {
  border: solid #18577A 1px;
  background-color: #FFFFFF;
  color: #646569;
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
}
.big-butt.amarillo {
  -webkit-box-shadow: 3px 3px 2px -2px #aa7d62;
  -moz-box-shadow: 3px 3px 2px -2px #aa7d62;
  box-shadow: 3px 3px 2px -2px #aa7d62;
}
.big-butt.amarillo:hover {
  border: solid #AA7D62 1px;
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
}
.button-arrow-grey {
  border: 1px solid #CECECE;
  color: #646569;
  background: #fff url('../imgz/icon-arrow-grey-rollover-sm.png') no-repeat 90% -105%;
}
.button-arrow-grey:hover {
  color: #FFFFFF;
  background: #5A89B4 url('../imgz/icon-arrow-grey-rollover-sm.png') no-repeat 90% 195%;
}
.news-butt.farmfest {
  background-color: #E8EDCF;
  -webkit-box-shadow: 3px 3px 2px -2px #799a02;
  -moz-box-shadow: 3px 3px 2px -2px #799a02;
  box-shadow: 3px 3px 2px -2px #799a02;
}
.news-butt.farmfest:hover {
  background-color: #FFC629;
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
  color: #646569;
}
.news-butt.dakotafest {
  background-color: #646569;
  -webkit-box-shadow: 3px 3px 2px -2px #00a7ce;
  -moz-box-shadow: 3px 3px 2px -2px #00a7ce;
  box-shadow: 3px 3px 2px -2px #00a7ce;
  color: #FFFFFF;
}
.news-butt.dakotafest:hover {
  background-color: #FFC629;
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
  color: #646569;
}
.news-butt.amarillo {
  background-color: #646569;
  -webkit-box-shadow: 3px 3px 2px -2px #aa7d62;
  -moz-box-shadow: 3px 3px 2px -2px #aa7d62;
  box-shadow: 3px 3px 2px -2px #aa7d62;
  color: #FFFFFF;
}
.news-butt.amarillo:hover {
  background-color: #FFC629;
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
  color: #646569;
}
.hero-btn {
  padding: 15px 25px;
  margin: 0 10px;
  display: inline-block;
}
@media only screen and (max-width: 320px) {
  .hero-btn {
    display: block;
    width: 60%;
    margin: 1% auto;
  }
}
.hero-btn-small {
  padding: 10px 15px;
  margin: 0 10px;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-btn-small {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-btn-small {
    padding: 6px 8px;
    font-size: 10px!important;
  }
}
@media only screen and (max-width: 320px) {
  .hero-btn-small {
    display: block;
    width: 60%;
    margin: 1% auto;
  }
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  text-decoration: none;
}
.nav-item {
  padding-right: 4px;
}
.navbar {
  padding: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-nav > li > .dropdown-menu {
  background-color: #343a40;
}
.navbar-nav > li > .dropdown-menu a {
  color: #FFFFFF;
}
.navbar-nav > li > .dropdown-menu a:hover {
  color: #FFFFFF;
  background-color: #646569;
}
.welcome-banner-text-banner-is-on {
  height: 42px;
  width: 100%;
  background-color: #000000;
}
.welcome-banner-text-banner-is-on.stuck {
  position: fixed;
  height: 42px;
  width: 100%;
  top: 0;
  background-color: #000000;
  z-index: 20;
}
#top-nav {
  height: 70px;
}
.top-nav-sticky-banner-is-on,
.top-nav-sticky-banner-is-off {
  position: relative;
  z-index: 10;
}
.top-nav-sticky-banner-is-on.stuck {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 42px;
}
.top-nav-sticky-banner-is-off.stuck {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}
#sub-nav {
  height: 60px;
}
#sub-nav.farmfest {
  background-color: #799A02;
}
#sub-nav.dakotafest {
  background-color: #18577A;
}
#sub-nav.amarillo {
  background-color: #AA7D62;
}
.sub-nav-sticky-banner-is-on.stuck {
  position: fixed;
  z-index: 1;
  top: 112px;
}
.sub-nav-sticky-banner-is-off.stuck {
  position: fixed;
  z-index: 1;
  top: 68px;
}
#utility-nav {
  height: 26px;
  color: #646569;
}
#utility-nav a {
  color: #dddddd;
  text-decoration: none;
  font-size: 14px;
}
#utility-nav a:hover {
  color: #FFC629;
}
svg#mag-glass {
  width: 15px;
}
.idea-leaf {
  width: 50px;
}
a.text-logo {
  text-decoration: none;
  font-size: 30px;
  color: #FFFFFF;
}
.home-nav {
  margin: 0 auto;
}
.home-nav .nav-item a {
  font-size: 12px;
}
.home-nav .nav-item a:hover {
  text-decoration: underline;
}
.navbar-collapse.collapse.show .home-nav li.nav-item a,
.navbar-collapse.collapsing .home-nav li.nav-item a {
  font-size: 24px;
}
.subnav-icon-social svg {
  fill: #fff;
  width: 20px;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.anchorLocation {
  border: solid red 1px;
  height: 20px;
  width: 20px;
  display: block;
  position: relative;
  top: -190px;
  visibility: hidden;
}
.anchorLink {
  border: none;
  text-decoration: none;
}
#list-page-nav a {
  border: solid white 2px;
  padding: 1em;
  font-size: 14px;
  text-decoration: none;
  margin-right: -4px;
  display: inline-block;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #list-page-nav a {
    display: block;
    text-align: center;
  }
}
#list-page-nav.farmfest a {
  background-color: #F8FBEA;
}
#list-page-nav.dakotafest a {
  background-color: #e5f3f9;
}
#list-page-nav.amarillo a {
  background-color: #FEF4E8;
}
/* ANIMATION */
.sun-holder {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 560px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sun-holder {
    top: 0px;
    height: 480px;
  }
}
@media only screen and (max-width: 575px) {
  .sun-holder {
    top: 0px;
    height: 300px;
  }
}
.df-sun-holder {
  position: absolute;
  top: -520px;
  width: 100%;
  height: 560px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .df-sun-holder {
    top: 0px;
    height: 480px;
  }
}
@media only screen and (max-width: 575px) {
  .df-sun-holder {
    top: 0px;
    height: 300px;
  }
}
.sun {
  display: inline-block;
  margin-right: 310px;
  opacity: 0.33;
  width: 40rem;
  height: 40rem;
  background: radial-gradient(transparent 10%, white), radial-gradient(#faed41, transparent 90%);
  -webkit-mask-image: radial-gradient(#000000 10%, transparent 65%);
  mask-image: radial-gradient(#000000 10%, transparent 65%);
  border-radius: 50%;
  transform: rotate(0deg);
  animation: sunrotate 20s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sun {
    margin-right: auto;
    transform: translate(-18%, -13%);
    animation: none;
  }
}
@media only screen and (max-width: 575px) {
  .sun {
    margin-right: auto;
    transform: translate(-18%, -53%);
    animation: none;
    filter: brightness(1.5);
  }
}
.sun::after,
.sun::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(#000000 20%, transparent 65%);
  mask-image: radial-gradient(#000000 20%, transparent 65%);
}
.sun::before {
  background: repeating-conic-gradient(from 0deg, #ffff8b 0deg 20deg, transparent 20deg 40deg);
  animation: sunscale 3s linear infinite;
}
.df-sun {
  display: inline-block;
  margin-right: -1140px;
  opacity: 0.33;
  width: 80rem;
  height: 80rem;
  background: radial-gradient(transparent 10%, white), radial-gradient(#faed41, transparent 90%);
  -webkit-mask-image: radial-gradient(#000000 10%, transparent 65%);
  mask-image: radial-gradient(#000000 10%, transparent 65%);
  border-radius: 50%;
  transform: rotate(0deg);
  animation: sunrotate 20s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .df-sun {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .df-sun {
    display: none;
  }
}
.df-sun::after,
.df-sun::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(#000000 20%, transparent 65%);
  mask-image: radial-gradient(#000000 20%, transparent 65%);
}
.df-sun::before {
  background: repeating-conic-gradient(from 0deg, #ffff8b 0deg 20deg, transparent 20deg 40deg);
  animation: sunscale 3s linear infinite;
}
@keyframes sunrotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sunscale {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.9);
  }
  40% {
    transform: scale(0.4);
  }
  60% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.flareAnimOne {
  animation: flare1 2s ease;
}
@keyframes flare1 {
  0% {
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: brightness(10) blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(4px);
    filter: brightness(1) blur(0px);
  }
}
.flareAnimTwo {
  animation: flare2 2s ease;
}
@keyframes flare2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: brightness(10) blur(10px);
  }
  10% {
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: brightness(10) blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(4px);
    filter: brightness(1) blur(0px);
  }
}
.flareAnimThree {
  animation: flare3 2s ease;
}
@keyframes flare3 {
  0% {
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: brightness(10) blur(10px);
  }
  20% {
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: brightness(10) blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(4px);
    filter: brightness(1) blur(0px);
  }
}
.flareAnimFour {
  animation: flare4 2s ease;
}
@keyframes flare4 {
  0% {
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: brightness(10) blur(10px);
  }
  40% {
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: brightness(10) blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(4px);
    filter: brightness(1) blur(0px);
  }
}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
.floatOne {
  animation: floaterOne 10s infinite ease-in-out;
}
.floatTwo {
  animation: floaterTwo 10s infinite ease-in-out;
}
.rotateOne {
  animation: rotateOne 7s infinite ease-in-out;
}
@keyframes rotateOne {
  0% {
    transform: perspective(1000px) rotateY(4deg);
  }
  50% {
    transform: perspective(1000px) rotateX(-5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(4deg);
  }
}
.rotateTwo {
  animation: rotateTwo 10s infinite ease-in-out;
}
@keyframes rotateTwo {
  0% {
    transform: perspective(1000px) rotateY(-4deg);
  }
  50% {
    transform: perspective(1000px) rotateX(5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(-4deg);
  }
}
.rotateCurve {
  animation: rotateCurve 10s infinite ease-in-out;
}
@keyframes rotateCurve {
  0% {
    transform: perspective(1000px) rotateZ(-4deg);
  }
  50% {
    transform: perspective(1000px) rotateZ(0deg);
  }
  100% {
    transform: perspective(1000px) rotateZ(-4deg);
  }
}
@keyframes floaterOne {
  0% {
    transform: perspective(1000px) translateY(0px) rotateX(5deg);
  }
  50% {
    transform: perspective(1000px) translateY(10px) rotateX(-5deg);
  }
  100% {
    transform: perspective(1000px) translateY(0px) rotateX(5deg);
  }
}
@keyframes floaterTwo {
  0% {
    transform: perspective(1000px) translateY(5px) rotateX(0deg);
  }
  50% {
    transform: perspective(1000px) translateY(15px) rotateX(5deg);
  }
  100% {
    transform: perspective(1000px) translateY(5px) rotateX(0deg);
  }
}
.dropinOne {
  animation: dropinOne 500ms ease 200ms backwards;
}
@keyframes dropinOne {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
.dropinTwo {
  animation: dropinTwo 1000ms ease 200ms backwards;
}
@keyframes dropinTwo {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  50% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
.dropinThree {
  animation: dropinThree 1500ms ease 200ms backwards;
}
@keyframes dropinThree {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  66% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
#home-hero-amarillo-24 {
  position: relative;
  background: #343a40 url('../assets/imgz/home-hero-amarillo-bg-2024-lg.webp');
  background-position: center 0px, 0px 0px;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 600px, auto auto;
  height: 600px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-amarillo-24 {
    background-image: url('../assets/imgz/home-hero-amarillo-bg-2024-md.webp');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: 970px;
    height: 360px;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-amarillo-24 {
    background-image: url('../assets/imgz/home-hero-amarillo-bg-2024-sm.webp');
    background-color: #AA7D62;
    background-position: center 0px;
    background-size: 560px;
    height: clamp(410px, 119vw, 460px);
  }
}
.home-hero-am-24-copy-div {
  position: relative;
  top: 90px;
  width: 50%;
  left: 8%;
  text-align: center;
  z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .home-hero-am-24-copy-div {
    top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .home-hero-am-24-copy-div {
    top: 150px;
    width: 100%;
    left: auto;
  }
}
.premier-farm-show-txt {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .premier-farm-show-txt {
    margin: 6px auto;
    width: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .premier-farm-show-txt {
    margin: 6px auto;
    width: 220px;
  }
}
@media only screen and (max-width: 575px) {
  .premier-farm-show-txt {
    display: none;
  }
}
.high-plains-ag-txt {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .high-plains-ag-txt {
    margin: 6px auto;
    width: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .high-plains-ag-txt {
    margin: 6px auto;
    width: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .high-plains-ag-txt {
    display: none;
  }
}
.date-location-txt {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .date-location-txt {
    margin: 0 auto;
    width: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .date-location-txt {
    margin: 0 auto;
    width: 240px;
  }
}
@media only screen and (max-width: 575px) {
  .date-location-txt {
    display: none;
  }
}
.show-details-mobile {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .show-details-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .show-details-mobile {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .show-details-mobile {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .show-details-mobile {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
  }
}
#home-hero-dakotafest-24 {
  position: relative;
  background-color: #18577A;
  background-image: url('../assets/imgz/240517-DF-hand-shake-5-bg.webp');
  background-position: center 0px;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 650px;
  height: 650px;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  #home-hero-dakotafest-24 {
    height: 360px;
  }
}
.dog-div {
  display: block;
  position: absolute;
  width: 100%;
  top: 411px;
  text-align: center;
  z-index: 4;
}
.dog-img {
  width: 179px;
  margin-right: 480px;
}
.shaker-div {
  display: block;
  position: absolute;
  width: 100%;
  top: 161px;
  text-align: center;
  z-index: 3;
}
.shaker-img {
  width: 259px;
  margin-right: 50px;
}
.watcher-div {
  display: block;
  position: absolute;
  width: 100%;
  top: 175px;
  text-align: center;
  z-index: 4;
}
.watcher-img {
  width: 149px;
  margin-right: -320px;
}
.creating-connections-div {
  position: relative;
  top: 72px;
  width: 100%;
  text-align: center;
  z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .creating-connections-div {
    top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .creating-connections-div {
    top: 0px;
  }
}
h2.creating-connections-date {
  color: #00A8D0 !important;
  margin-top: 2px;
  margin-left: -790px;
  font-size: 23px!important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.creating-connections-date {
    margin-top: 0px;
    margin-left: -613px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  h2.creating-connections-date {
    margin-top: 0px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 575px) {
  h2.creating-connections-date {
    margin-top: 0px;
    margin-left: auto;
  }
}
.creating-connections-txt {
  width: 650px;
  margin-left: -490px;
  height: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creating-connections-txt {
    width: 550px;
    margin-left: -410px;
    height: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creating-connections-txt {
    margin-left: auto;
    width: 630px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .creating-connections-txt {
    width: 530px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .creating-connections-txt {
    width: 100%;
    margin-left: auto;
  }
}
#home-hero-farmfest-24 {
  position: relative;
  background-image: url('../assets/imgz/hero-fg-2024-lg.webp'), url('../assets/imgz/hero-bg-2024-loop-600h.jpg');
  background-position: center 0px, 0px 0px;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 600px, auto auto;
  height: 600px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-farmfest-24 {
    background-image: url('../assets/imgz/hero-bg-2024-md.jpg');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: 970px;
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-farmfest-24 {
    background-image: url('../assets/imgz/hero-bg-2024-sm.jpg');
    background-position: center -70px;
    background-size: 560px;
    height: 250px;
  }
}
.food-family-fun-div {
  position: relative;
  top: 90px;
  width: 100%;
  text-align: center;
  z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .food-family-fun-div {
    top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .food-family-fun-div {
    top: 30px;
  }
}
h2.food-fam-fun {
  margin-left: -300px;
  font-size: 40px!important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  h2.food-fam-fun {
    margin-left: auto;
    font-size: 32px!important;
  }
}
@media only screen and (max-width: 575px) {
  h2.food-fam-fun {
    margin-left: auto;
    position: relative;
    font-size: 18px!important;
    filter: brightness(0);
    top: -10px;
    display: none;
  }
}
.food-family-fun-txt {
  width: 560px;
  margin-left: -300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .food-family-fun-txt {
    width: 430px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .food-family-fun-txt {
    width: 100%;
    margin-left: auto;
    filter: brightness(10) drop-shadow(2px 2px #333);
  }
}
.father-daughter-div {
  display: block;
  position: relative;
  width: 560px;
  top: -78px;
  left: 66%;
  z-index: 6;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .father-daughter-div {
    display: none;
  }
}
.father-daughter-div-md {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .father-daughter-div-md {
    display: block;
    position: relative;
    width: 310px;
    top: -38px;
    left: 66%;
    z-index: 6;
  }
}
@media only screen and (max-width: 575px) {
  .father-daughter-div-md {
    display: block;
    position: relative;
    width: 280px;
    top: 13px;
    left: 56%;
  }
}
.father-daughter-img {
  width: 100%;
}
.babycorn {
  position: absolute;
  z-index: 0;
  width: 683px;
  top: 23px;
  right: 0px;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  .babycorn {
    width: 683px;
    top: 23px;
    right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .babycorn {
    width: 602px;
    top: 23px;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .babycorn {
    width: 438px;
    top: 36px;
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .babycorn {
    width: 438px;
    top: 36px;
    right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .babycorn {
    display: none;
  }
}
.daddycorn {
  position: absolute;
  z-index: 0;
  width: 340px;
  top: 23px;
  right: 70px;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  .daddycorn {
    width: 340px;
    top: 23px;
    right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .daddycorn {
    width: 299px;
    top: 23px;
    right: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .daddycorn {
    width: 224px;
    top: 23px;
    right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .daddycorn {
    width: 217px;
    top: 37px;
    right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .daddycorn {
    display: none;
  }
}
.kingwheat {
  transform: scaleX(-1);
  position: absolute;
  z-index: 0;
  width: 460px;
  top: 119px;
  right: 30px;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  .kingwheat {
    width: 460px;
    top: 119px;
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .kingwheat {
    width: 349px;
    top: 180px;
    right: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .kingwheat {
    width: 243px;
    top: 163px;
    right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .kingwheat {
    width: 217px;
    top: 196px;
    right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .kingwheat {
    display: none;
  }
}
#home-hero-dakotafest {
  background: url('../assets/imgz/dfhome-23-corn-field-big.jpg') no-repeat center 0px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 60%;
  min-height: 680px;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #home-hero-dakotafest {
    background: url('../assets/imgz/dfhome-23-corn-field-big.jpg') no-repeat center 0px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-dakotafest {
    background: url('../assets/imgz/dfhome-23-corn-field-md.jpg') no-repeat center 0px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-dakotafest {
    background: url('../assets/imgz/dfhome-23-corn-field-md.jpg') no-repeat center 0px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 320px) {
  #home-hero-dakotafest {
    background: url('../assets/imgz/dfhome-23-corn-field-sm.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #home-hero-dakotafest {
    height: 60%;
    min-height: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-dakotafest {
    height: 60%;
    min-height: 680px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-dakotafest {
    height: 41%;
    min-height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-dakotafest {
    height: 35%;
    min-height: 396px;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-dakotafest {
    height: 74vw;
    min-height: 215px;
  }
}
#home-hero-box-dakotafest {
  position: relative;
  top: 170px;
  padding: 20px;
  background-image: linear-gradient(to right top, #18577a, #1c5c80, #1f6186, #23678c, #266c92);
  width: 630px;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #home-hero-box-dakotafest {
    position: relative;
    top: 170px;
    padding: 20px;
    background-image: linear-gradient(to right top, #18577a, #1c5c80, #1f6186, #23678c, #266c92);
    width: 630px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-box-dakotafest {
    position: relative;
    top: 150px;
    padding: 20px;
    background-image: linear-gradient(to right top, #18577a, #1c5c80, #1f6186, #23678c, #266c92);
    width: 630px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-box-dakotafest {
    position: relative;
    top: 80px;
    padding: 20px;
    background-image: linear-gradient(to right top, #18577a, #1c5c80, #1f6186, #23678c, #266c92);
    width: 630px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-box-dakotafest {
    position: relative;
    top: 60px;
    padding: 20px;
    background-image: linear-gradient(to right top, #18577a, #1c5c80, #1f6186, #23678c, #266c92);
    width: 430px;
  }
}
@media only screen and (max-width: 575px), only screen and (max-width: 320px) {
  #home-hero-box-dakotafest {
    position: relative;
    top: 60px;
    padding: 20px;
    background-image: linear-gradient(to right top, #18577a, #1c5c80, #1f6186, #23678c, #266c92);
    width: 100%;
  }
}
#home-hero-box-holder {
  position: relative;
  width: 900px;
  margin: 0 auto;
  top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-box-holder {
    top: 50px;
    width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-box-holder {
    top: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-box-holder {
    top: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-box-holder {
    top: 10%;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-box-holder {
    top: 10px;
    width: 100%;
  }
}
#home-hero-amarillo {
  background-image: linear-gradient(to bottom, #d6d1c4, #cac4b2, #beb6a1, #b3a990, #a79c7f);
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #home-hero-amarillo {
    height: 630px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-amarillo {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-amarillo {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-amarillo {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-amarillo {
    height: 260px;
    min-width: 280px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 320px) {
  #home-hero-amarillo {
    height: 140px;
  }
}
#home-hero-box-dakotafest,
#home-hero-box-amarillo {
  position: relative;
  padding-bottom: 0px;
  padding-top: 0px;
  background: none;
  height: 480px;
}
#home-hero-box-dakotafest img,
#home-hero-box-amarillo img {
  z-index: 0;
  position: relative;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-box-dakotafest img,
  #home-hero-box-amarillo img {
    width: 710px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-box-dakotafest img,
  #home-hero-box-amarillo img {
    width: 530px;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-box-dakotafest img,
  #home-hero-box-amarillo img {
    width: 80%;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #home-hero-box-dakotafest,
  #home-hero-box-amarillo {
    height: 480px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-box-dakotafest,
  #home-hero-box-amarillo {
    height: 407px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-box-dakotafest,
  #home-hero-box-amarillo {
    height: 380px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-box-dakotafest,
  #home-hero-box-amarillo {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-box-dakotafest,
  #home-hero-box-amarillo {
    height: 212px;
  }
}
@media only screen and (max-width: 320px) {
  #home-hero-box-dakotafest,
  #home-hero-box-amarillo {
    height: 110px;
  }
}
#home-hero-box-amarillo img {
  width: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-box-amarillo img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-box-dakotafest img {
    width: 650px;
  }
}
#home-hero-box-holder.am {
  position: relative;
  width: 900px;
  margin: 0 auto;
  top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-box-holder.am {
    top: 18%;
    width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-box-holder.am {
    top: 10%;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-box-holder.am {
    top: 10%;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-box-holder.am {
    top: 10px;
    width: 100%;
  }
}
.welcome-closed {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/181115-centennial-header-xs-bg.png') no-repeat center -5px;
  position: relative;
  top: 0;
  height: 55px;
  z-index: 99;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.welcome-cont {
  width: 100%;
  z-index: 10;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .welcome-cont {
    margin-top: -50px;
  }
}
.welcome-cont.show {
  opacity: 100;
}
.twenty-five-years {
  width: 100px;
  display: none;
  position: absolute;
  z-index: 20;
  top: -74px;
  right: 720px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .twenty-five-years {
    display: none;
    width: 51px;
    top: -15px;
    right: 440px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .twenty-five-years {
    display: none;
    width: 51px;
    top: -15px;
    right: 440px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .twenty-five-years {
    display: none;
    width: 51px;
    top: -15px;
    right: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .twenty-five-years {
    display: none;
  }
}
.event-icons-bounce {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-height: 1100px) {
  .event-icons-bounce {
    display: flex;
  }
}
@media only screen and (max-height: 900px) {
  .event-icons-bounce {
    display: none;
  }
}
@media only screen and (max-height: 600px) {
  .event-icons-bounce {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .event-icons-bounce {
    display: none;
  }
}
.home23-layer {
  position: absolute;
  object-fit: cover;
  overflow: hidden;
}
.home23-layer img,
.home23-all img {
  width: 100%;
  display: block;
  height: auto;
}
.home23-big-img {
  width: 540px;
  height: 430px;
  top: 0px;
  left: 310px;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home23-big-img {
    width: 540px;
    height: 430px;
    top: 0px;
    left: 310px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home23-big-img {
    width: 420px;
    height: 340px;
    top: 0px;
    left: 36%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home23-big-img {
    width: 340px;
    height: 270px;
    top: 0px;
    left: 36%;
  }
}
@media only screen and (max-width: 575px) {
  .home23-big-img {
    display: none;
  }
}
.home23-title-card {
  width: 610px;
  height: 265px;
  top: 330px;
  left: 160px;
  z-index: 4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home23-title-card {
    width: 610px;
    height: 265px;
    top: 330px;
    left: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home23-title-card {
    width: 490px;
    height: 215px;
    top: 270px;
    left: 20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home23-title-card {
    width: 350px;
    height: 152px;
    top: 220px;
    left: 20%;
  }
}
@media only screen and (max-width: 575px) {
  .home23-title-card {
    display: none;
  }
}
.home23-tractor {
  width: 264px;
  height: 264px;
  top: 150px;
  left: 70px;
  border-radius: 10px;
  overflow: hidden;
  transform: rotate(-5deg);
  z-index: 6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home23-tractor {
    width: 264px;
    height: 264px;
    top: 150px;
    left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home23-tractor {
    width: 216px;
    height: 216px;
    top: 100px;
    left: 14%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home23-tractor {
    width: 166px;
    height: 166px;
    top: 100px;
    left: 14%;
  }
}
@media only screen and (max-width: 575px) {
  .home23-tractor {
    display: none;
  }
}
.home23-date {
  width: 142px;
  height: 150px;
  top: 60px;
  left: 210px;
  transform: rotate(-3deg);
  z-index: 7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home23-date {
    width: 142px;
    height: 150px;
    top: 60px;
    left: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home23-date {
    width: 102px;
    height: 113px;
    top: 30px;
    left: 29%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home23-date {
    width: 82px;
    height: 93px;
    top: 30px;
    left: 29%;
  }
}
@media only screen and (max-width: 575px) {
  .home23-date {
    display: none;
  }
}
.home23-all {
  display: none;
}
@media only screen and (max-width: 575px) {
  .home23-all {
    display: block;
  }
}
body {
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
figcaption {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 0 2%;
}
table {
  width: 100%;
}
table td {
  padding: 2%;
}
#welcome-ad {
  height: 20px;
}
#welcome-ad.top {
  background-color: #646569;
}
#welcome-ad.bottom {
  background-color: #646569;
}
.logo-float {
  position: absolute;
  z-index: 10;
}
.nav-sink {
  position: absolute;
  z-index: 2;
}
.top-logo-img {
  min-width: 300px;
}
.event-date {
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .event-date {
    display: none;
  }
}
.event-date img {
  display: inline-block;
}
.event-date h3 {
  display: inline-block;
  color: white!important;
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px 0 6px;
  top: 2px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-date h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .event-key-links .btn {
    font-size: 12px;
  }
}
.event-key-links.ff,
.event-key-links.dk,
.event-key-links.am {
  position: relative;
  top: -120px;
  z-index: 9;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-key-links.ff,
  .event-key-links.dk,
  .event-key-links.am {
    top: -90px;
  }
}
@media only screen and (max-width: 575px) {
  .event-key-links.ff,
  .event-key-links.dk,
  .event-key-links.am {
    top: -60px;
  }
}
@media only screen and (max-width: 320px) {
  .event-key-links.ff,
  .event-key-links.dk,
  .event-key-links.am {
    display: none;
  }
}
.event-key-links.dk {
  top: -120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-key-links.dk {
    top: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-key-links.dk {
    top: -90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-key-links.dk {
    top: -90px;
  }
}
@media only screen and (max-width: 575px) {
  .event-key-links.dk {
    top: -40px;
  }
}
.event-key-links.am {
  top: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-key-links.am {
    top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-key-links.am {
    top: -70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-key-links.am {
    top: -43px;
  }
}
@media only screen and (max-width: 575px) {
  .event-key-links.am {
    top: -34px;
  }
}
#home-hero-box-farmfest h1,
#home-hero-box-dakotafest h1,
#home-hero-box-amarillo h1 {
  color: #FFFFFF;
  text-shadow: 2px 2px #3f4952;
}
#home-hero-box-farmfest h2,
#home-hero-box-dakotafest h2,
#home-hero-box-amarillo h2 {
  color: #FFFFFF;
  text-shadow: 2px 2px #3f4952;
}
.icons-ff-2020-home,
.icons-dk-2020-home,
.icons-am-2020-home {
  animation: float 6s ease-in-out infinite;
  width: 100px;
  height: 100px;
  transform: translatey(0px);
  border-radius: 50%;
}
.close-topper {
  margin-right: 1%;
  margin-top: 1%;
  font-size: 14px;
  min-width: 100px;
  color: #dee8d0;
  background-color: #20a5f6;
  padding: 1%;
  position: absolute;
  right: 0;
  z-index: 100;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .close-topper {
    width: auto;
    font-size: 12px;
    color: #dee8d0;
    background-color: #20a5f6;
    padding: 1%;
    margin-top: 0;
  }
}
.close-topper {
  cursor: pointer;
}
.close-topper {
  display: none;
}
.close-topper.show {
  display: block;
}
#welcome-topper-banner-is-off {
  display: none;
}
#welcome-topper-banner-is-on p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 320px) {
  #welcome-topper-banner-is-on p {
    font-size: 12px;
    padding: 2px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 320px) {
  #welcome-topper-banner-is-on a {
    font-size: 12px;
  }
}
#welcome-topper-banner-is-on {
  width: 100%;
  padding: 0;
  height: 140px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 4000px) {
  #welcome-topper-banner-is-on {
    height: 300px;
  }
}
#homepage {
  padding-top: 180px;
  background: url(../imgz/img-home-bg-lg.jpg) center top no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 900px;
}
@media only screen and (max-width: 575px) {
  #homepage {
    padding-top: 40px;
    height: 300px;
    background: url(../imgz/img-home-bg-xs.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #homepage {
    padding-top: 40px;
    height: 500px;
    background: url(../imgz/img-home-bg-sm.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homepage {
    padding-top: 40px;
    height: 730px;
    background: url(../imgz/img-home-bg-md.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage {
    padding-top: 40px;
    height: 730px;
    background: url(../imgz/img-home-bg-md.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #homepage {
    padding-top: 60px;
    height: 1000px;
    background: url(../imgz/img-home-bg-lg.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
#homepage img {
  width: auto;
}
#general {
  padding-top: 180px;
  background: url(../imgz/img-home-bg-lg.jpg) center top no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 200px;
}
@media only screen and (max-width: 575px) {
  #general {
    padding-top: 40px;
    height: 200px;
    background: url(../imgz/img-home-bg-xs.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #general {
    padding-top: 40px;
    height: 200px;
    background: url(../imgz/img-home-bg-sm.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #general {
    padding-top: 40px;
    height: 200px;
    background: url(../imgz/img-home-bg-md.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #general {
    padding-top: 40px;
    height: 200px;
    background: url(../imgz/img-home-bg-md.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #general {
    padding-top: 40px;
    height: 200px;
    background: url(../imgz/img-home-bg-lg.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
#general img {
  width: 200px;
}
.about-event-logo:hover {
  opacity: 0.8;
}
.bg-home-event {
  height: 260px;
}
@media only screen and (max-width: 575px) {
  .bg-home-event {
    background: url(../imgz/home-audience-promo-5.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bg-home-event {
    background: url(../imgz/home-audience-promo-5.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-home-event {
    background: url(../imgz/home-audience-promo-5.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bg-home-event {
    background: url(../imgz/home-audience-promo-5.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  .bg-home-event {
    background: url(../imgz/home-audience-promo-5.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
#challenges-perma {
  background: url(../imgz/challenges-accepted-bkg.png) center top no-repeat;
  min-height: 580px;
}
@media only screen and (max-width: 575px) {
  #challenges-perma {
    padding-top: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #challenges-perma {
    padding-top: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #challenges-perma {
    padding-top: 220px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #challenges-perma {
    padding-top: 240px;
  }
}
#challenges-perma img {
  width: auto;
}
#challenges-perma .feature-box {
  min-height: 200px;
}
#general-copy p {
  width: 62%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  #general-copy p {
    width: 100%;
  }
}
#general-copy .content ul {
  width: 62%;
  margin-left: 25px;
}
#general-copy .content ul li {
  list-style: disc;
  font-size: 18px;
  color: #676767;
}
.footer-links a {
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .footer-links a {
    display: block;
  }
}
.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.body-min-width {
  min-width: 290px;
  overflow: scroll;
}
.edit-this {
  display: block;
  position: absolute;
  left: 2px;
  top: 140px;
  background-color: #FFC629;
  z-index: 99;
  padding: 2px 2px;
  transform: rotate(90deg);
  text-decoration: none;
}
.pagination {
  margin-bottom: 50px;
  display: block;
  margin: auto;
  margin-bottom: 2%;
  text-align: center;
}
.pagination ul {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin-top: 0;
}
.pagination li {
  display: inline-block;
  text-align: center;
  font-family: "montserratbold", clean, sans-serif;
  padding: 5px;
}
.pagination li.current {
  color: #EC1C24;
  border-bottom: 2px solid #cf6a34;
}
.pag-prev-link,
.pag-next-link {
  width: 20px;
  height: auto;
  font-size: 0;
  position: relative;
  display: block;
}
.share-side {
  float: right;
  margin-left: 10px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .share-side {
    padding: 0 0;
  }
}
.share-side a {
  display: block;
  margin-top: 10px;
}
.footer-news {
  margin-left: 10px;
}
.footer-news p.date {
  margin: 0;
}
@media only screen and (max-width: 320px) {
  .footer-news a,
  .footer-news p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-news a,
  .footer-news p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-news a,
  .footer-news p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 4000px) {
  .footer-news a,
  .footer-news p {
    font-size: 18px;
  }
}
.footer-news a {
  text-decoration: none;
  color: #646569;
  border-bottom: 1px solid #EA7200;
}
.footer-news a:hover {
  color: #EA7200;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 4000px) {
  .footer-news {
    margin-left: 30px;
  }
}
p.date {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-item {
  margin-bottom: 4%;
}
.news-item.sub figure {
  float: left;
  width: 50%;
  margin-right: 2%;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .news-item.sub figure {
    float: none;
    width: 100%;
  }
}
.news-item.sub figcaption {
  text-align: center;
}
.news-item.sub .date {
  margin: 0;
}
.news-item.sub .news-text {
  margin: 0;
  padding: 1%;
}
.news-item.sub .news-text p,
.news-item.sub .news-text a {
  font-size: 12px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .news-text {
    padding: 0;
  }
}
.head-line {
  width: 100%;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 12px;
}
.share-sidebar {
  text-align: center;
}
.share-sidebar p {
  font-size: 12px;
  color: #bababa;
}
.share-row {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-left: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 4000px) {
  .share-row {
    width: 65px;
  }
}
.share-row img {
  margin-right: 4px;
  margin-bottom: 4px;
  display: inline-block;
}
#sidebar {
  text-align: center;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #sidebar {
    text-align: center;
  }
}
.farmfest-footer-right:before {
  background-color: #F8FBEA;
  right: -999em;
  content: '';
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
.dakotafest-footer-right:before {
  background-color: #e5f3f9;
  right: -999em;
  content: '';
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
.amarillo-footer-right:before {
  background-color: #FEF4E8;
  right: -999em;
  content: '';
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
.-footer-right:before {
  background-color: #e5f3f9;
  right: -999em;
  content: '';
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
.block-raw-code,
.block-video-embed {
  width: 100%;
}
figure.full-width {
  max-width: 730px;
}
figure.full-width img {
  width: 100%;
}
figure.half-width {
  max-width: 360px;
}
figure.half-width img {
  width: 100%;
}
figure.third-width {
  max-width: 200px;
}
figure.third-width img {
  width: 100%;
}
figure.center-img-float {
  margin: 0 auto;
}
figure.center-img-float figcaption {
  text-align: center;
}
figure.center-img-float img {
  display: block;
}
figure.left-img-float {
  float: left;
  margin: 2% 4% 2% 0;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  figure.left-img-float {
    float: none;
    margin: 2% auto;
  }
}
figure.left-img-float figcaption {
  text-align: left;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  figure.left-img-float figcaption {
    text-align: center;
  }
}
figure.right-img-float {
  float: right;
  margin: 2% 0 2% 2%;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  figure.right-img-float {
    float: none;
    margin: 2% auto;
  }
}
figure.right-img-float figcaption {
  text-align: right;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  figure.right-img-float figcaption {
    text-align: center;
  }
}
.entry-feature-img figcaption {
  text-align: right;
}
.entry-inline-img.left {
  float: left;
  margin: 2% 2% 2% 0;
}
.entry-inline-img.right {
  float: right;
  margin: 2% 0 2% 2%;
}
.entry-inline-img figcaption {
  text-align: right;
}
.entry-feature-no-img {
  height: 20px;
}
@media only screen and (max-width: 320px), only screen and (min-width: 576px) and (max-width: 767px) {
  .entry-feature-no-img {
    height: 10px;
  }
}
.block-file {
  border-bottom: solid 1px #ccc;
  padding: 2%;
}
.block-file a {
  text-decoration: none;
  margin: 2% 0;
}
.icon-file {
  margin-right: 4px;
  width: 20px;
}
.l-row [class*=col] {
  padding: 2%;
}
.l-thumb.one {
  float: right;
  margin: 0 0 2% 2%;
  max-width: 400px;
}
.l-thumb.two {
  float: right;
  margin: 0 0 2% 2%;
  max-width: 300px;
}
.l-thumb.three {
  margin: 0 auto;
}
.l-thumb-d-col.two {
  float: right;
  margin: 0 0 2% 2%;
  max-width: 190px;
}
.l-thumb-d-col.three {
  float: right;
  margin: 0 0 2% 2%;
  max-width: 300px;
}
@media only screen and (max-width: 575px) {
  .l-thumb-d-col.three {
    margin: 2% auto;
    float: none;
  }
}
.block-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.block-video-embed iframe,
.block-video-embed object,
.block-video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-space-break.noSpace {
  height: 0;
  width: 100%;
}
.block-space-break.smallSpace {
  height: 10px;
  width: 100%;
}
.block-space-break.mediumSpace {
  height: 30px;
  width: 100%;
}
.block-space-break.largeSpace {
  height: 80px;
  width: 100%;
}
.block-space-break.extraLargeSpace {
  height: 160px;
  width: 100%;
}
.pagination {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
.pagination ul {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin-top: 0;
}
.pagination li {
  display: inline-block;
  text-align: center;
  font-family: "montserratbold", clean, sans-serif;
  padding: 5px;
}
.pagination li.current {
  color: #EC1C24;
  border-bottom: 2px solid #cf6a34;
}
.pag-prev-link,
.pag-next-link {
  width: 20px;
  height: auto;
  font-size: 0;
  position: relative;
  display: block;
}
.pag-prev-link:after,
.pag-next-link:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: url(../imgz/icon-arrow.svg) no-repeat right center;
  background-size: 20px 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pag-prev-link:after {
  left: -5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banner-wrap {
  width: 100%;
  background-color: #000000;
}
/* search results */
.row.odd-row.farmfest {
  background-color: #F8FBEA;
}
.row.even-row.farmfest {
  background-color: #FCFEF6;
}
.row.odd-row.dakotafest {
  background-color: #e5f3f9;
}
.row.even-row.dakotafest {
  background-color: #F1FAFB;
}
.row.odd-row.amarillo {
  background-color: #FEF4E8;
}
.row.even-row.amarillo {
  background-color: #FBF7F2;
}
a .row.hoverz h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 0;
  padding: 2%;
}
a .row.hoverz:hover {
  background-color: #FFC629;
}
a .row.hoverz:hover h3 {
  color: black;
}
/*# sourceMappingURL=/css/style.css.map */