<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.code-example {
  position: relative;
}
.code-example pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.code-example code {
  display: inline-block;
  background: #f7f7f7;
  max-height: 250px;
  white-space: pre;
  width: 100%;
  overflow: auto;
  font-size: 14px;
  padding: 20px 30px;
}
.code-example .copy-code {
  position: absolute;
  right: 12px;
  top: 12px;
}
.not-shown {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.play-video {
  position: absolute;
  margin: 0 auto;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/play.png');
  width: 60px;
  height: 60px;
}
.play-video:hover {
  background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/play-hover.png');
}
.button-link {
  text-decoration: none;
}
.button-link:hover {
  text-decoration: none;
}
.gator-campaign {
  line-height: 1.6111;
}
.gator-campaign a {
  text-decoration: none;
}
.gator-campaign a {
  background-color: transparent;
}
.gator-campaign a {
  color: #000000;
}
.gator-campaign .module {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gator-campaign .module {
    margin-bottom: 58px;
  }
}
@media (min-width: 1025px) {
  .gator-campaign .module {
    margin-bottom: 100px;
  }
}
.gator-campaign .copy-text {
  font-size: 15px;
  line-height: 1.61;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .gator-campaign .copy-text {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .gator-campaign .copy-text {
    padding-bottom: 0;
  }
}
.wrapper,
.nav-container,
.footer {
  max-width: none;
}
/**
*	Animation
*/
@-moz-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-moz-keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-webkit-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.animate-tractor {
  position: relative;
  overflow: hidden;
  margin-bottom: 0rem;
  display: inline-block;
}
.animate-tractor img {
  width: 100%;
}
.animate-tractor .tractor {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor img {
  max-width: 350px;
  height: auto;
}
.animate-tractor .tractor .wheel-1 {
  height: 60px;
  position: absolute;
  left: 73px;
  bottom: 0;
}
.animate-tractor .tractor .wheel-2 {
  height: 46px;
  position: absolute;
  left: 156px;
  bottom: 0;
}
.animate-tractor .tractor.animate {
  animation: tractor 5s linear forwards;
}
.animate-tractor .tractor.animate .wheel-1,
.animate-tractor .tractor.animate .wheel-2 {
  animation: spin 2s ease-in-out forwards;
}
.animate-tractor .tractor-line {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor-line:after {
  content: ' ';
  height: 25px;
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.animate-tractor .tractor-line.animate:after {
  animation: tractor 5s linear forwards;
}
/* xs */
@media (max-width: 480px) {
  .animate-tractor {
    margin-bottom: 0;
  }
  .animate-tractor .tractor .wheel-1 {
    height: 60%;
    left: 21%;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 46%;
    left: 45%;
  }
}
@media (min-width: 768px) AND (max-width: 779px) {
  .animate-tractor .tractor .wheel-1 {
    height: 52px;
    left: 63px;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 39px;
    left: 137px;
  }
}
/* sm */
/* sm */
.footer.has-margin-top {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .footer.has-margin-top {
    margin-top: 230px;
  }
}
.footer .country-selector {
  margin-top: 0;
  border: none;
}
.footer .country-selector .flag {
  display: none;
  transform: translateX(40px);
}
.footer .country-selector .dropdown-input {
  border-color: #c2c2c2;
  padding-right: 30px;
  padding-left: 53px;
  transform: translateX(-10px);
}
.footer .country-selector .dropdown-input span {
  color: #333;
  line-height: 1.5;
}
.footer .country-selector .dropdown-input span:before {
  display: none;
}
.en_GB .flag.en_GB {
  display: inline;
}
.en_IE .flag.en_IE {
  display: inline;
}
.fr_FR .flag.fr_FR {
  display: inline;
}
.de_DE .flag.de_DE {
  display: inline;
}
.es_ES .flag.es_ES {
  display: inline;
}
.it_IT .flag.it_IT {
  display: inline;
}
.pl_PL .flag.pl_PL {
  display: inline;
}
.pt_PT .flag.pt_PT {
  display: inline;
}
.fr_BE .flag.fr_BE,
.nl_BE .flag.fr_BE {
  display: inline;
}
.da_DK .flag.da_DK {
  display: inline;
}
.nl_NL .flag.nl_NL {
  display: inline;
}
.sv_SE .flag.sv_SE {
  display: inline;
}
.de_AT .flag.de_AT {
  display: inline;
}
.fr_CH .flag.fr_CH,
.de_CH .flag.fr_CH {
  display: inline;
}
.featured-content {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .featured-content {
    margin-bottom: 100px;
  }
}
.featured-content .copy {
  font-size: 18px;
  line-height: 1.61em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .featured-content .copy {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .featured-content .copy {
    margin-bottom: 30px;
  }
}
.featured-content__media {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .featured-content__media {
    margin-bottom: 0;
  }
}
.featured-content .header {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 1em;
  font-family: 'JD-Sans-Pro', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .featured-content .header {
    line-height: 1.1em;
  }
}
@media (min-width: 1025px) {
  .featured-content .header {
    font-size: 60px;
  }
}
.featured-content .button {
  color: #000;
  border: 2px solid #000;
  text-align: center;
  padding: 13px;
  text-transform: uppercase;
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.25s;
  width: 140px;
  margin-top: 40px;
}
.featured-content .button:hover {
  color: #fff;
  background-color: #000;
}
@media (min-width: 1025px) {
  .featured-content .button {
    font-size: 22px;
    width: 200px;
  }
}
.featured-content--has-margin-top {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .featured-content--has-margin-top {
    margin-top: 100px;
  }
}
.featured-content--smaller-margin-bottom {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .featured-content--smaller-margin-bottom {
    margin-bottom: 100px;
  }
}
.featured-content--feature-intro .copy {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .each-feature {
    padding-bottom: 80px;
  }
}
.each-feature .image-thumb {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .each-feature .image-thumb {
    padding-bottom: 0;
  }
}
.each-feature .title {
  font-size: 30px;
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.featured-video {
  width: 100%;
  display: inherit;
}
.featured-video-wrapper {
  position: relative;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
body:not(.home) .featured-video-wrapper {
  margin-top: 48px;
}
.featured-video-bg {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.featured-video-bg iframe,
.featured-video-foreground {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-aspect-ratio: 16/9) {
  .featured-video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media (min-aspect-ratio: 16/9) {
  .featured-video-foreground {
    height: 300%;
    top: -100%;
  }
}
.single-story .featured-video {
  height: 60vh;
  min-height: 600px;
}
.single-story .featured-video {
  /*height: calc(90vh);*/
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
.single-story .featured-video,
.home .featured-video {
  /*  padding-bottom: 42%;*/
}
/*.featured-page .featured-video{
  
      padding-bottom: 62%;
  
  }*/
/*.featured-page .featured-video{
      height: 90vh;
  }*/
.featured-video.video-wrapper {
  padding-bottom: 0 !important;
}
.featured-video .image-overlay {
  margin-left: 5%;
  margin-top: 2%;
}
.featured-video .arrow {
  text-align: center;
  position: absolute;
  bottom: 54px;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, 0);
  display: none;
}
.featured-video .featured-title {
  font-size: 100px;
  color: #ffffff;
  padding-top: 15%;
  line-height: 98px;
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
  font-style: italic;
}
@media only screen and (max-width: 1024px) {
  .home .featured-video-wrapper {
    padding-bottom: 42% !important;
  }
  .home .featured-video-wrapper video {
    display: none;
  }
  .single-story .featured-video {
    max-height: 60vh;
    margin-bottom: 70px;
  }
  .featured-page .featured-video-wrapper {
    background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2018/02/website_tablet_landscape_en-1920x928.jpg') !important;
    padding-bottom: 42% !important;
  }
  .featured-page .featured-video-wrapper video {
    display: none;
  }
}
/*** media query for ipad and below in landscape mode **/
@media (max-width: 1024px) and (orientation: landscape) {
  .single-story .featured-video {
    max-height: 80vh;
  }
}
/*** media query for ipad and below in portrai mode **/
@media (max-width: 768px) and (orientation: portrait) {
  .single-story .featured-video {
    max-height: 60vh;
  }
}
@media only screen and (max-width: 768px) {
  .home .featured-video-wrapper {
    background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2018/01/website_tablet_portrait_en-1920x1403.jpg') !important;
    /*background-size: contain;*/
    padding-bottom: 80% !important;
  }
  .home .featured-video-wrapper video {
    display: none;
  }
  .featured-page .featured-video-wrapper {
    background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2018/02/website_tablet_portrait_en-1920x1403.jpg') !important;
    /*background-size: contain;*/
    padding-bottom: 80% !important;
  }
}
@media (max-width: 767px) {
  .featured-video .featured-title {
    font-size: 60px;
    line-height: 60px;
    padding-top: 70px;
  }
  .featured-video .image-overlay {
    width: 90%;
  }
  .featured-video .arrow {
    bottom: 85px;
  }
  .featured-video-wrapper {
    margin-bottom: 78px;
  }
}
/*mobile portrait*/
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .featured-page .featured-video-wrapper {
    background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2018/02/website_mobile_portrait_en-670x728.jpg') !important;
    padding-bottom: 99% !important;
  }
}
/*mobile landscape*/
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .featured-page .featured-video-wrapper {
    background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2018/02/website_mobile_landscape_en.jpg') !important;
    padding-bottom: 40% !important;
  }
}
@media only screen and (max-width: 480px) {
  .home .featured-video-wrapper {
    background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2018/01/website_mobile_portrait_en.jpg') !important;
    padding-bottom: 99% !important;
  }
  .home .featured-video-wrapper video {
    display: none;
  }
}
.gator-campaign .back-to-top {
  text-align: center;
}
.gator-campaign #back-to-top {
  cursor: pointer;
  font-size: 12px;
}
.gator-campaign #back-to-top img {
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .gator-campaign .back-to-top {
    margin-bottom: 30px;
  }
}
.gator-campaign {
  /*.parallaxParent {
        height: 100vh;
        overflow: hidden;
      }
      .parallaxParent &gt; * {
      
        position: relative;
        top: -100%;
      }*/
}
.gator-campaign .parallax-module {
  /* Set a specific height */
  height: 600px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
.gator-campaign .home-section {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.612em;
  font-size: 18px;
}
.gator-campaign .home-section .small-image {
  transform: translateY(50vh);
  /** this we need for greensock */
  padding-top: 20vh;
}
.gator-campaign .home-section .content-box {
  background-color: #ffffff;
  padding: 40px 40px;
  /*transform: translateY( 90vh);*/
  -webkit-box-shadow: 0px 20px 28px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 20px 28px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 28px 0px rgba(0, 0, 0, 0.08);
  /*opacity: 0;*/
  margin-top: 40vh;
}
.gator-campaign .home-section .content-box .post-title {
  margin-bottom: 30px;
}
.gator-campaign .home-section .content-box .post-summary {
  margin-bottom: 40px;
  line-height: 1.612em;
  font-size: 18px;
}
.gator-campaign .home-section .content-box .button {
  color: #000000;
  font-size: 22px;
  border: 2px solid #000000;
  text-align: center;
  padding: 13px;
  font-family: 'JD-Sans-Pro', sans-serif;
  width: 203px;
  font-weight: bold;
  -webkit-transition: all 0.25s;
  /* Safari */
  transition: all 0.25s;
}
.gator-campaign .home-section .content-box .post-title {
  color: #000000;
  font-size: 60px;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
  line-height: 0.95;
}
html[lang="hu-HU"] .gator-campaign .home-section .content-box .button,
html[lang="es-ES"] .gator-campaign .home-section .content-box .button,
html[lang="it-IT"] .gator-campaign .home-section .content-box .button {
  width: 280px;
}
.gator-campaign {
  /*ipad check*/
}
.gator-campaign .home-section .content-box .button:hover {
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 1024px) {
  .gator-campaign .home-section,
  .gator-campaign .parallax-module {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .gator-campaign .home-section .content-box {
    padding: 40px;
  }
  .gator-campaign .home-section .content-box .post-summary {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .gator-campaign .home-section .content-box .button {
    font-size: 16px;
    padding: 13px;
    width: 142px;
  }
  .gator-campaign .home-section .content-box .post-title {
    font-size: 45px;
  }
  .gator-campaign .home-section,
  .gator-campaign .parallax-module {
    background-attachment: scroll;
  }
  .gator-campaign .parallax-module {
    height: 400px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .gator-campaign .home-section {
    background-image: none !important;
    height: auto;
    background-attachment: scroll;
  }
  .gator-campaign .home-section .small-image {
    transform: translateY(0px);
    padding-top: 0;
  }
  .gator-campaign .home-section .content-box {
    padding: 30px 0 50px 0;
    margin-top: 0;
    transform: translateY(0px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
  }
  .gator-campaign .home-section .content-box .post-title {
    font-size: 50px;
  }
  .gator-campaign .home-section .content-box .post-summary {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .gator-campaign .home-section .content-box .button {
    font-size: 16px;
    width: 142px;
  }
  .gator-campaign .parallax-module {
    height: 200px;
    margin-bottom: 50px;
  }
}
.quote-box {
  border: 2px solid #878787;
  text-transform: uppercase;
  text-align: left;
  padding: 35px;
  clear: both;
  max-width: 470px;
}
.quote-box .quote {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.3px;
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.quote-box .author {
  font-size: 18px;
  padding-top: 1em;
  font-family: 'JD-Sans-Pro', sans-serif;
}
.module-1a .col-sm-7 .quote-box,
.module-2a .col-sm-7 .quote-box {
  float: right;
}
.module-1b .col-sm-7 .quote-box,
.module-2b .col-sm-7 .quote-box {
  float: left;
}
/*ipad check*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .quote-box {
    padding: 30px;
    margin-bottom: 50px;
  }
  .quote-box .quote {
    font-size: 20px;
  }
  .quote-box .author {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .quote-box {
    margin-bottom: 20px;
  }
}
.division {
  border-top: 1px solid #000000;
}
.related-stories {
  text-align: center;
  font-size: 18px;
}
.related-stories .title {
  margin-bottom: 56px;
}
.related-stories .division {
  position: relative;
  top: 10px;
}
.related-stories .navigation {
  position: relative;
  top: 10px;
}
.related-stories .story-title {
  font-size: 40px;
  font-family: 'JD-Sans-Pro', sans-serif;
  line-height: 1.125;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  height: 120px;
}
.related-stories .next .story-title {
  text-align: right;
}
.related-stories .previous .story-title {
  text-align: left;
}
.related-stories .button {
  width: 210px;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'JD-Sans-Pro';
  font-weight: bold;
  background-color: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  transition: all 0.25s;
  text-align: center;
}
.related-stories .button:hover {
  color: #ffffff;
  background-color: #000000;
}
.related-stories .next .button,
.related-stories .previous .button {
  position: absolute;
  bottom: 40px;
  right: -60px;
}
.related-stories .previous .button {
  left: -60px;
}
@media (max-width: 1024px) {
  .related-stories {
    font-size: 15px;
  }
  .related-stories .button {
    width: 142px;
    font-size: 16px;
  }
}
/*ipad check*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .related-stories .story-title {
    height: 64px;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .related-stories .button {
    position: relative !important;
    margin-top: 20px;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    font-size: 16px;
    width: 142px;
  }
  .related-stories .next {
    margin-top: 50px;
  }
  .related-stories .story-title {
    text-align: left;
    margin-bottom: 20px;
  }
  .related-stories .next .story-title {
    text-align: left;
  }
  .related-stories .title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .related-stories .title .text {
    font-size: 15px;
    line-height: 1.533;
  }
  .related-stories .text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gator-campaign {
  /*TYPOGRAPHY- Sky*/
}
.gator-campaign .share-facebook {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.gator-campaign .share-facebook .text {
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
}
.gator-campaign .share-facebook {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.gator-campaign .share-facebook .text {
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .gator-campaign .share-facebook {
    margin-bottom: 58px;
  }
  .gator-campaign .share-facebook .text {
    line-height: 32px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .gator-campaign .share-facebook .text {
    font-size: 30px;
    line-height: 1.0666;
  }
}
.module-1a .image-thumb,
.module-1a .image-1,
.module-1a .image-3,
.module-2a .image-thumb,
.module-2a .image-1,
.module-2a .image-thumb,
.module-2a .image-3,
.module-2b .image-1-thumb {
  margin-bottom: 30px;
  position: relative;
}
.module-2a .col-sm-7 .quote-box,
.module-1a .col-sm-7 .quote-box {
  float: right;
}
.module-1b .col-sm-7 .quote-box,
.module-2b .col-sm-7 .quote-box {
  float: left;
}
.module-1a .image-thumb,
.module-1a .image-1,
.module-1a .image-3,
.module-2a .image-thumb,
.module-2a .image-1,
.module-2a .image-thumb,
.module-2a .image-3,
.module-2b .image-1-thumb {
  margin-bottom: 30px;
  position: relative;
}
/*.image-thumb img {
    width: 100%;
}*/
.module-1a .image-thumb,
.module-1a .image-1 {
  float: right;
}
.module-1b .image-thumb,
.module-1b .image-2,
.module-1b .image-1,
.module-2b .image-1,
.module-2b .image-3,
.module-2b .image-3-thumb {
  margin-bottom: 30px;
  position: relative;
}
.module-1a .image-2-thumb,
.module-1a .image-2,
.module-2b .image-1,
.module-2b .image-1-thumb {
  width: 71.42%;
  float: right;
}
.module-1b .image-3-thumb,
.module-2a .image-3-thumb,
.module-1b .image-3,
.module-2a .image-3 {
  width: 71.42%;
  float: left;
}
.module-2a .image-1-thumb,
.module-2b .image-1-thumb,
.module-2a .image-1,
.module-2b .image-1 {
  width: 85.7142%;
  float: right;
}
.module-1b .image-3,
.module-2a .image-2,
.module-2a .image-4,
.module-2b .image-4,
.module-2b .image-2 {
  margin-bottom: 30px;
}
.module-2b .image-3-thumb,
.module-2b .image-3 {
  width: 85.7142%;
  float: left;
}
.module-2b .image-2-thumb {
  position: relative;
  display: inline-block;
}
.module-1a .col-sm-7 .story-feature-video,
.module-2a .col-sm-7 .story-feature-video {
  float: right;
}
.module-1b .col-sm-7 .story-feature-video,
.module-2b .col-sm-7 .story-feature-video {
  float: left;
}
@media (max-width: 767px) {
  .module-1b .image-1,
  .module-1b .image-1-thumb,
  .module-2b .image-2,
  .module-2b .image-2-thumb,
  .module-2b .image-4 {
    margin-bottom: 20px;
  }
}
.gator-campaign .banner-under {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .gator-campaign .banner-under {
    height: 350px;
  }
}
@media (min-width: 1025px) {
  .gator-campaign .banner-under {
    margin-top: 80px;
  }
}
.gator-campaign .banner .header {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
  padding: 77px 15px 0;
}
@media (min-width: 768px) {
  .gator-campaign .banner .header {
    font-size: 40px;
    padding-top: 80px;
  }
}
.gator-campaign .banner .button {
  font-size: 16px;
  border: 2px solid #fff;
  text-align: center;
  font-family: 'JD-Sans-Pro', sans-serif;
  padding: 11px;
  color: #fff;
  width: 200px;
  margin: 30px auto 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.25s;
}
@media (min-width: 768px) {
  .gator-campaign .banner .button {
    margin-top: 50px;
    width: 270px;
    padding: 13px;
  }
}
@media (min-width: 1025px) {
  .gator-campaign .banner .button {
    font-size: 22px;
  }
}
.gator-campaign .banner .button:hover {
  color: #000;
  background-color: #fff;
}
.gator-banner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: auto;
}
@media (min-width: 1025px) {
  .gator-banner {
    height: 485px;
  }
}
.gator-banner .overlay-image {
  margin-top: 36px;
  margin-bottom: 21px;
}
.gator-banner .button {
  margin: 20px auto;
  width: 142px;
  max-width: 210px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  transition: all 0.25s;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .gator-banner .button {
    margin-top: 175px;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .gator-banner .button {
    margin-top: 225px;
    font-size: 22px;
  }
}
.gator-banner .button:hover {
  color: #fff;
  background-color: #000;
}
.story .gator-banner,
.single-story .gator-banner {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .story .gator-banner,
  .single-story .gator-banner {
    margin-bottom: 75px;
  }
}
.story-feature-video {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  background-color: #000;
}
@media (min-width: 768px) {
  .story-feature-video {
    padding-bottom: 0;
  }
}
.story-feature-video .text-wrapper {
  position: relative;
  display: inline-block;
  width: 45%;
  height: 175px;
}
.story-feature-video .text {
  float: left;
  color: #fff;
  width: 100%;
  font-size: 12px;
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-align: right;
  height: auto;
  padding-top: 7%;
  padding-left: 15px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
@media (min-width: 576px) {
  .story-feature-video .text {
    height: 175px;
  }
}
@media (min-width: 768px) {
  .story-feature-video .text {
    height: auto;
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .story-feature-video .text {
    font-size: 15px;
  }
}
.story-feature-video .title {
  font-weight: normal;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .story-feature-video .title {
    margin-bottom: 10px;
  }
}
.story-feature-video .image-thumb {
  position: relative;
  float: right;
  top: 30px;
  margin-bottom: 18%;
  right: -20px;
  width: 55%;
}
@media (min-width: 768px) {
  .story-feature-video .image-thumb {
    right: -30px;
    width: 52%;
  }
}
@media (min-width: 1025px) {
  .story-feature-video .image-thumb {
    width: 55%;
  }
}
.col-sm-5 .story-feature-video {
  width: 95%;
}
.col-sm-7 .story-feature-video {
  float: right;
  width: auto;
  margin-right: 30px;
}
@media (min-width: 576px) {
  .col-sm-7 .story-feature-video {
    width: 70%;
  }
}
/*.module-1b .col-sm-7 .story-feature-video,
.module-2b .col-sm-7 .story-feature-video {
  float: left;
}*/
/* depends on each page, we have to check / copy these to the relevant pages
.type-story .featured-video&gt;div:not(.container) {
  background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2020/05/r2g006256_5W_fallback-1920x800.jpg') !important;
  background-size: contain;
}

.type-story .featured-video&gt;div:not(.container) {
  background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2019/11/r2c022745_5W-1-1920x1280.jpg') !important;
  background-size: contain;
}

.type-story .featured-video&gt;div:not(.container) {
  background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2018/01/alpin-1920x800.jpg') !important;
  background-size: contain;
}

.type-story .featured-video&gt;div:not(.container) {
  background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2018/01/schaefer-1920x800.jpg') !important;
  background-size: contain;
}

.type-story .featured-video&gt;div:not(.container) {
  background-image: url('/assets/images/region-2/campaigns/ag-turf/gator/2018/01/foerster-1920x800.jpg') !important;
  background-size: contain;
}
*/
.gator-campaign .header-module--has-margin-top {
  margin-top: 100px;
}
.gator-campaign .header-module h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 30px;
  line-height: 1.125;
  font-family: 'JD-Sans-Pro', sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gator-campaign .header-module h2 {
    font-size: 40px;
  }
}
body:not(.home) .featured-video-wrapper {
  margin-top: 0px;
}
.related-stories .title {
  margin-bottom: 0px;
}
.media-feature {
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
</pre></body></html>