.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-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;
}
.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 */
.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;
}
.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;
}
.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;
  }
}
.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;
}
.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: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-btn {
    display: block;
    width: 80%;
    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;
}
#utility-nav a {
  color: #dddddd;
  text-decoration: none;
  font-size: 14px;
}
.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;
}
/* ANIMATION */
@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);
  }
}
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;
  }
}
#home-hero-farmfest,
#home-hero-dakotafest,
#home-hero-amarillo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  min-height: 600px;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #home-hero-farmfest,
  #home-hero-dakotafest,
  #home-hero-amarillo {
    height: 60%;
    min-height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-farmfest,
  #home-hero-dakotafest,
  #home-hero-amarillo {
    height: 60%;
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-farmfest,
  #home-hero-dakotafest,
  #home-hero-amarillo {
    height: 50%;
    min-height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-farmfest,
  #home-hero-dakotafest,
  #home-hero-amarillo {
    height: 40%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-farmfest,
  #home-hero-dakotafest,
  #home-hero-amarillo {
    height: 40%;
    min-height: 460px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #home-hero-amarillo {
    height: 40%;
    min-height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-amarillo {
    height: 40%;
    min-height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-hero-amarillo {
    height: 40%;
    min-height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-amarillo {
    height: 30%;
    min-height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  #home-hero-amarillo {
    height: 30%;
    min-height: 500px;
  }
}
#home-hero-box-holder {
  display: block;
  width: 100%;
  max-width: 1130px;
  margin-top: 50px;
}
@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), only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-box-holder {
    max-width: 960px;
  }
}
@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) {
  #home-hero-box-holder {
    margin-top: 0;
  }
}
#home-hero-box-farmfest {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: rgba(121, 154, 2, 0.8);
  width: 100%;
}
#home-hero-box-farmfest img {
  margin-bottom: 20px;
}
#home-hero-box-dakotafest {
  position: relative;
  padding: 40px;
  background-color: rgba(24, 87, 122, 0.8);
  width: 100%;
}
#home-hero-box-dakotafest img {
  margin-bottom: 20px;
}
#home-hero-box-amarillo {
  position: relative;
  padding: 20px;
  background-color: rgba(170, 125, 98, 0.9);
  width: 100%;
}
#home-hero-box-amarillo img {
  margin-bottom: 20px;
}
#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;
}
#home-hero-box-amarillo h1 {
  font-size: 50px;
  line-height: 54px;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #home-hero-box-amarillo h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-box-amarillo h1 {
    font-size: 4vw;
    line-height: 4.2vw;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-box-amarillo h1 {
    font-size: 6vw;
    line-height: 6.2vw;
  }
}
#home-hero-box-amarillo h2 {
  font-size: 40px;
  line-height: 44px;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #home-hero-box-amarillo h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-hero-box-amarillo h2 {
    font-size: 3vw;
    line-height: 3.2vw;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #home-hero-box-amarillo h2 {
    font-size: 5vw;
    line-height: 5.2vw;
  }
}
.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%;
}
.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;
  }
}
#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;
}
#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;
  }
}
.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-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;
  }
}
/*# sourceMappingURL=/css/style.css.map */