/**
* @file
* Variables.
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
/**
 * @file
 * Mixins.
 */
/*From seven theme.*/
/*From seven theme.*/
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 9, ../sass/style.scss */
  .view > .view-content > .row {
    flex-direction: column;
  }

  /* line 12, ../sass/style.scss */
  .view > .view-content > .row .ads-native {
    margin-bottom: 13em;
  }
}
@supports (-ms-ime-align: auto) {
  /* line 17, ../sass/style.scss */
  .view > .view-content > .row {
    flex-direction: column;
  }

  /* line 20, ../sass/style.scss */
  .view > .view-content > .row.ads-native {
    margin-bottom: 13em;
  }
}
/* line 27, ../sass/style.scss */
#navbar .search-block {
  float: right;
  position: relative;
  text-align: right;
  z-index: 1;
  bottom: -2.5rem;
}
/* line 33, ../sass/style.scss */
#navbar .search-block #views-exposed-form-search-page-1 {
  position: absolute;
  right: 0;
  top: -40px;
  height: 48px;
}
/* line 38, ../sass/style.scss */
#navbar .search-block #views-exposed-form-search-page-1 .form-type-textfield {
  float: right;
  display: inline-block;
  width: 0;
  margin: 2px 40px 0 0;
  height: 2rem;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 45, ../sass/style.scss */
#navbar .search-block #views-exposed-form-search-page-1 .form-type-textfield input[type='text'] {
  display: none;
  margin: 0;
  background: #8bffc2;
  width: 100%;
  position: relative;
  top: 0;
  border: 1px solid #25ff8c;
  border-right: none;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 56, ../sass/style.scss */
#navbar .search-block #views-exposed-form-search-page-1 .form-type-textfield input[type='text']::-webkit-input-placeholder, #navbar .search-block #views-exposed-form-search-page-1 .form-type-textfield input[type='text']:-moz-placeholder, #navbar .search-block #views-exposed-form-search-page-1 .form-type-textfield input[type='text']::-moz-placeholder, #navbar .search-block #views-exposed-form-search-page-1 .form-type-textfield input[type='text']:-ms-input-placeholder {
  color: #000 !important;
}
/* line 61, ../sass/style.scss */
#navbar .search-block #views-exposed-form-search-page-1 input[type='submit'] {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-block;
  background: url("img/sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-position: -4px -62px;
  float: right;
  background-color: transparent;
  padding: 1rem;
  height: 39px;
  width: 40px;
  border-radius: 0;
}
/* line 73, ../sass/style.scss */
#navbar .search-block #views-exposed-form-search-page-1 input[type='submit']:focus {
  outline: none;
}
/* line 80, ../sass/style.scss */
#navbar.solr-search-expanded .menu--main {
  opacity: .4;
}
/* line 83, ../sass/style.scss */
#navbar.solr-search-expanded .search-block {
  width: 100%;
  margin: 0;
}
/* line 86, ../sass/style.scss */
#navbar.solr-search-expanded .search-block .button {
  margin-bottom: 0;
}
/* line 90, ../sass/style.scss */
#navbar.solr-search-expanded #views-exposed-form-search-page-1 {
  width: 100%;
}
/* line 92, ../sass/style.scss */
#navbar.solr-search-expanded #views-exposed-form-search-page-1 .form-type-textfield {
  width: 50%;
}
/* line 94, ../sass/style.scss */
#navbar.solr-search-expanded #views-exposed-form-search-page-1 .form-type-textfield input[type='text'] {
  display: block;
}
/* line 98, ../sass/style.scss */
#navbar.solr-search-expanded #views-exposed-form-search-page-1 input[type='submit'] {
  background-position: -4px -27px !important;
  background-color: #25ff8c;
  padding: 1rem;
  height: 39px;
  width: 40px;
}

/* line 110, ../sass/style.scss */
.off-canvas .search-block {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #00a44e;
  border-top: 2px solid #00a44e;
  background: #58ffa7;
}
/* line 117, ../sass/style.scss */
.off-canvas #views-exposed-form-search-page-1 {
  position: relative;
}
/* line 119, ../sass/style.scss */
.off-canvas #views-exposed-form-search-page-1 input[type='text'] {
  width: 86%;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00a44e;
  border-right: none;
}
/* line 127, ../sass/style.scss */
.off-canvas #views-exposed-form-search-page-1 input[type='submit'] {
  position: absolute;
  top: 12px;
  right: -6px;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  background: url("img/sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-position: 6px -55px;
  width: 50px;
  height: 39px;
  float: right;
  background-color: #00a44e;
  padding: 18px;
  background-size: 40px;
}

/* line 147, ../sass/style.scss */
.recent-contents-widget {
  padding: 0 1rem;
  height: 39rem;
  overflow-y: scroll;
  background: #fafafa;
  border-top: 1rem solid #fafafa;
  border-bottom: 1rem solid #fafafa;
}
/* line 154, ../sass/style.scss */
.recent-contents-widget .views-row {
  line-height: 1.2;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee;
  width: 100%;
}
/* line 160, ../sass/style.scss */
.recent-contents-widget .views-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 165, ../sass/style.scss */
.recent-contents-widget .views-row a {
  color: #000;
}
/* line 169, ../sass/style.scss */
.recent-contents-widget .button {
  padding: 10px 0;
}

/* line 175, ../sass/style.scss */
.path-news #block-agpro-page-title {
  margin: 0;
  padding: 0;
}
/* line 179, ../sass/style.scss */
.path-news .view-header p {
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

/* line 187, ../sass/style.scss */
.region-footer-top .social {
  height: 40px;
  width: 35px;
  display: inline-flex;
  vertical-align: middle;
  opacity: .6;
}
/* line 193, ../sass/style.scss */
.region-footer-top .social.fb {
  background: url("img/facebook.svg") no-repeat center center;
  background-size: 1rem;
}
/* line 197, ../sass/style.scss */
.region-footer-top .social.twitter {
  background: url("img/twitter.svg") no-repeat center center;
  background-size: 1rem;
}
/* line 201, ../sass/style.scss */
.region-footer-top .social.rss {
  background: url("img/rss.svg") no-repeat center center;
  background-size: 1rem;
}
/* line 206, ../sass/style.scss */
.region-footer-top .subscribe {
  height: 2.5rem;
  line-height: 40px;
}
/* line 209, ../sass/style.scss */
.region-footer-top .subscribe a {
  padding-right: 1rem;
  color: #3d3d3d;
}

/* line 216, ../sass/style.scss */
.view-latest-video {
  position: relative;
}
/* line 218, ../sass/style.scss */
.view-latest-video .field--name-field-image {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  /* line 218, ../sass/style.scss */
  .view-latest-video .field--name-field-image {
    height: 133px;
  }
}
/* line 225, ../sass/style.scss */
.view-latest-video .field--name-field-image:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2) url(img/play-button.svg) no-repeat center center;
  background-size: 2rem;
}
@media screen and (min-width: 769px) {
  /* line 225, ../sass/style.scss */
  .view-latest-video .field--name-field-image:after {
    background-size: 3.125rem;
  }
}
/* line 239, ../sass/style.scss */
.view-latest-video .video-title {
  font-weight: 600;
}
/* line 241, ../sass/style.scss */
.view-latest-video .video-title a {
  color: #222;
}
@media screen and (max-width: 550px) {
  /* line 239, ../sass/style.scss */
  .view-latest-video .video-title {
    margin-top: 0;
  }
}

/* line 251, ../sass/style.scss */
.inside-block {
  margin-bottom: 1.25rem;
}
/* line 253, ../sass/style.scss */
.inside-block .image-overlay {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 253, ../sass/style.scss */
  .inside-block .image-overlay {
    height: 153px;
  }
}
/* line 261, ../sass/style.scss */
.inside-block .image-overlay:hover .inside-title a {
  opacity: 0;
  visibility: hidden;
}
/* line 268, ../sass/style.scss */
.inside-block .image-overlay .inside-title a {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* line 279, ../sass/style.scss */
.inside-block .image-overlay .inside-title .title-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  color: #eee;
  font-size: 15px;
  width: 75%;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 550px) {
  /* line 279, ../sass/style.scss */
  .inside-block .image-overlay .inside-title .title-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 550px) and (max-width: 1000px) {
  /* line 279, ../sass/style.scss */
  .inside-block .image-overlay .inside-title .title-text {
    font-size: 13px;
  }
}

/* line 303, ../sass/style.scss */
.view-editors-contributors .views-field-field-full-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: .5rem;
}
/* line 309, ../sass/style.scss */
.view-editors-contributors .views-field-view .row {
  margin: 0;
  padding: 0;
}
/* line 313, ../sass/style.scss */
.view-editors-contributors .views-field-view .item-list li {
  font-size: 14px;
  margin: 0 0 0.25em 1.125em;
  padding-bottom: .25rem;
  border-bottom: 1px solid #eee;
}
/* line 318, ../sass/style.scss */
.view-editors-contributors .views-field-view .item-list li a {
  font-weight: 400;
}
/* line 321, ../sass/style.scss */
.view-editors-contributors .views-field-view .item-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 332, ../sass/style.scss */
.issue .footer-link {
  margin-top: 0.625rem;
}
/* line 334, ../sass/style.scss */
.issue .footer-link a {
  background: #00a44e;
  width: 100%;
  height: 100%;
  display: block;
  padding: .5rem;
  color: #eee;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* line 343, ../sass/style.scss */
.issue .footer-link a:hover {
  background: #27652E;
}

/* line 350, ../sass/style.scss */
.view-magazine {
  padding: 0.625rem;
  background: #eee;
}
/* line 353, ../sass/style.scss */
.view-magazine .issue-title {
  padding: 1rem;
  text-align: center;
  background: #3d3d3d;
  color: #fff;
  margin-bottom: .5rem;
}
/* line 360, ../sass/style.scss */
.view-magazine .row.view-content {
  margin: 0;
  padding: 0;
}
/* line 363, ../sass/style.scss */
.view-magazine .view-footer {
  margin-top: -50px;
  width: 100%;
}
/* line 366, ../sass/style.scss */
.view-magazine .view-footer .column {
  padding: 0 !important;
}
/* line 370, ../sass/style.scss */
.view-magazine .view-footer .past-issue {
  margin-left: 162px;
  margin-top: -41px;
  width: 166px;
}
/* line 375, ../sass/style.scss */
.view-magazine .view-footer .footer-link-issue {
  margin-left: 162px;
  margin-top: -40px;
}
/* line 379, ../sass/style.scss */
.view-magazine .view-footer .footer-link {
  margin-top: 0.625rem;
}
/* line 381, ../sass/style.scss */
.view-magazine .view-footer .footer-link a {
  background: #00a44e;
  width: 100%;
  height: 100%;
  display: block;
  padding: .5rem;
  color: #eee;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* line 390, ../sass/style.scss */
.view-magazine .view-footer .footer-link a:hover {
  background: #27652E;
}

/* line 400, ../sass/style.scss */
.agweb-agregator-feed .item-list ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
/* line 405, ../sass/style.scss */
.agweb-agregator-feed .item-list ol > li {
  position: relative;
  padding: 10px 0 0 0;
  list-style: none;
  margin: 0;
  min-height: 4rem;
}
/* line 411, ../sass/style.scss */
.agweb-agregator-feed .item-list ol > li a {
  color: #222;
  display: block;
  width: 90%;
  font-weight: 600;
}
/* line 418, ../sass/style.scss */
.agweb-agregator-feed .item-list ol > li:before {
  content: counter(li);
  counter-increment: li;
  font-family: "Roboto Slab", serif;
  font-style: italic;
  font-size: 3.5rem;
  font-weight: 900;
  color: #27652E;
  position: absolute;
  opacity: .2;
  top: 0;
  right: 0;
  line-height: 1;
}
/* line 433, ../sass/style.scss */
.agweb-agregator-feed .more-link {
  display: none;
}

/* line 438, ../sass/style.scss */
.featured-card {
  position: relative;
  color: #fff;
  margin-bottom: 0;
  min-height: 11.5rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 444, ../sass/style.scss */
.featured-card.big {
  min-height: 0;
}
@media screen and (min-width: 550px) {
  /* line 444, ../sass/style.scss */
  .featured-card.big {
    min-height: 24.25rem;
  }
}
@media screen and (min-width: 550px) and (max-width: 769px) {
  /* line 444, ../sass/style.scss */
  .featured-card.big {
    min-height: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  /* line 444, ../sass/style.scss */
  .featured-card.big {
    min-height: 22.375rem;
  }
}
@media screen and (min-width: 400px) {
  /* line 438, ../sass/style.scss */
  .featured-card {
    margin-bottom: 1.25rem;
  }
}
/* line 459, ../sass/style.scss */
.featured-card:hover {
  -webkit-filter: brightness(0.75);
  -moz-filter: brightness(0.75);
  -ms-filter: brightness(0.75);
  -o-filter: brightness(0.75);
}
/* line 465, ../sass/style.scss */
.featured-card .muted {
  color: #fff;
}
@media screen and (max-width: 550px) {
  /* line 470, ../sass/style.scss */
  .featured-card .featured-image img {
    min-width: 100vw;
    margin-left: -10px;
  }
}

/* line 478, ../sass/style.scss */
.featured-card-bottom {
  padding: 1em 0;
}
/* line 479, ../sass/style.scss */
.featured-card-bottom .featured-label {
  display: inline-block;
  padding: 5px;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-size: 80%;
  background: #00a44e;
}
/* line 489, ../sass/style.scss */
.featured-card-bottom .title {
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  /* line 478, ../sass/style.scss */
  .featured-card-bottom {
    position: absolute;
    padding: 1.5em;
    bottom: 0;
    width: 100%;
    background: #000;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #000);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #000);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #000);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #000);
    /* Standard syntax */
  }
  /* line 499, ../sass/style.scss */
  .featured-card-bottom .title {
    color: #fff;
  }
}

/* line 507, ../sass/style.scss */
.latest-news .image {
  margin-right: -10px;
}

/* line 512, ../sass/style.scss */
.section-card {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: .5rem;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* line 519, ../sass/style.scss */
.section-card .section-card-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 2rem 1rem .5rem 1rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background: #000;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(transparent, #000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(transparent, #000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, #000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, #000);
  /* Standard syntax */
}
/* line 530, ../sass/style.scss */
.section-card:hover {
  -webkit-filter: brightness(0.75);
  -moz-filter: brightness(0.75);
  -ms-filter: brightness(0.75);
  -o-filter: brightness(0.75);
}

/* line 538, ../sass/style.scss */
.section-list {
  margin: 0 0 0.25em 2rem !important;
}
@media screen and (min-width: 769px) {
  /* line 538, ../sass/style.scss */
  .section-list {
    width: 17.1875rem;
  }
}
/* line 543, ../sass/style.scss */
.section-list .field-content {
  display: block;
  margin-bottom: .25rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid #eee;
}
/* line 550, ../sass/style.scss */
.section-list:last-child .field-content {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 559, ../sass/style.scss */
#footer h2 {
  margin-bottom: .5rem;
  font-size: 18px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
/* line 567, ../sass/style.scss */
#footer .navigation .menu {
  display: block;
}
/* line 569, ../sass/style.scss */
#footer .navigation .menu .menu-item {
  margin: 0;
  padding: 0;
}
/* line 571, ../sass/style.scss */
#footer .navigation .menu .menu-item a {
  padding: .5rem 0;
  color: #3d3d3d;
}

/* line 580, ../sass/style.scss */
.all-magazine {
  padding: 0;
  background: #fff;
}
/* line 583, ../sass/style.scss */
.all-magazine .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 587, ../sass/style.scss */
.all-magazine .issue-image {
  display: block;
  height: 100%;
  position: relative;
  margin-bottom: 1.25rem;
}
/* line 592, ../sass/style.scss */
.all-magazine .issue-image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* line 602, ../sass/style.scss */
.all-magazine .issue-image:hover .layover {
  opacity: 1;
  visibility: visible;
}
/* line 606, ../sass/style.scss */
.all-magazine .issue-image:hover:after {
  background: rgba(255, 255, 255, 0.5);
}
/* line 610, ../sass/style.scss */
.all-magazine .issue-image .layover {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 15px;
  top: 45%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
/* line 619, ../sass/style.scss */
.all-magazine .issue-image .layover a {
  padding: 1rem;
  color: #fff;
  background: #27652E;
  border: 1px solid #27652E;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 626, ../sass/style.scss */
.all-magazine .issue-image .layover a:hover {
  background: #00a44e;
}
/* line 630, ../sass/style.scss */
.all-magazine .issue-image .layover.subscribe-link {
  top: 60%;
}

/* line 640, ../sass/style.scss */
.trending-news .view-category-most-popular .views-row .most-recent-wrapper {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee;
}
/* line 644, ../sass/style.scss */
.trending-news .view-category-most-popular .views-row .most-recent-wrapper .promo-img {
  position: relative;
  padding-left: 0;
}
/* line 647, ../sass/style.scss */
.trending-news .view-category-most-popular .views-row .most-recent-wrapper .promo-img .counter {
  position: absolute;
  z-index: 8;
  bottom: 0;
  background: #fff;
  color: #00a44e;
  font-size: 1rem;
  width: 1.6875rem;
  height: 1.6875rem;
  text-align: center;
}
/* line 660, ../sass/style.scss */
.trending-news .view-category-most-popular .views-row .most-recent-title {
  line-height: 1.4;
  font-weight: 600;
  padding: 0;
}

/* line 670, ../sass/style.scss */
.poll .bar {
  background-color: rgba(65, 202, 68, 0.1);
}
/* line 672, ../sass/style.scss */
.poll .bar .foreground {
  background-color: #00a44e;
}
/* line 676, ../sass/style.scss */
.poll .percent {
  font-size: 85%;
}

/* line 682, ../sass/style.scss */
.agpro-poll .button {
  background-color: #00a44e;
}
/* line 685, ../sass/style.scss */
.agpro-poll h2 {
  padding: 10px;
}
/* line 689, ../sass/style.scss */
.agpro-poll .view-content .views-row {
  width: 100%;
}
/* line 692, ../sass/style.scss */
.agpro-poll .view-content .form-actions {
  margin-top: 0;
  margin-bottom: -7px;
}
/* line 695, ../sass/style.scss */
.agpro-poll .view-content .form-actions input[type="submit"]:nth-child(1) {
  width: 100%;
}
/* line 701, ../sass/style.scss */
.agpro-poll .view-content .poll .poll-question {
  margin-bottom: 5px;
}
/* line 704, ../sass/style.scss */
.agpro-poll .view-content .poll .fieldgroup {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 708, ../sass/style.scss */
.agpro-poll .view-content .poll .form-actions {
  margin-top: 0;
  margin-bottom: -7px;
  display: flex;
}
/* line 712, ../sass/style.scss */
.agpro-poll .view-content .poll .form-actions input[type="submit"]:nth-child(1) {
  width: 48%;
  border-radius: 0px;
  margin-right: 4%;
}
/* line 717, ../sass/style.scss */
.agpro-poll .view-content .poll .form-actions input[type="submit"]:nth-child(2) {
  width: 48%;
  border-radius: 0px;
  margin-right: 0;
}
/* line 724, ../sass/style.scss */
.agpro-poll .view-content .form-radios {
  padding: 0 10px;
  margin-bottom: 22px;
}
/* line 730, ../sass/style.scss */
.agpro-poll .view-footer .button {
  width: 100%;
  font-size: 18px;
  padding-top: 11px;
  line-height: 43px;
  padding: 0 1rem;
  margin-bottom: 11px;
}
/* line 737, ../sass/style.scss */
.agpro-poll .view-footer .button:hover {
  background: #00a44e;
}

/* line 745, ../sass/style.scss */
.agpro-poll-page .views-row {
  border-bottom: 1px solid #27652e;
  margin-bottom: 7px;
}
/* line 748, ../sass/style.scss */
.agpro-poll-page .views-row a {
  color: #00a44e;
}
/* line 751, ../sass/style.scss */
.agpro-poll-page .views-row .views-field-nothing {
  font-size: 12px;
}
/* line 755, ../sass/style.scss */
.agpro-poll-page .views-row .views-field-question a {
  font-size: 29px;
}
/* line 759, ../sass/style.scss */
.agpro-poll-page .views-row .views-field-view-poll {
  margin-top: 12px;
}
/* line 761, ../sass/style.scss */
.agpro-poll-page .views-row .views-field-view-poll a {
  color: #fff;
  border: 1px solid #00a44e;
  border-radius: 3px;
  background: #00a44e;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 7px;
  -webkit-appearance: none;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

/* line 781, ../sass/style.scss */
.form-radios {
  padding: 0 10px;
  margin-bottom: 22px;
  /* Style checkbox and radio buttons in Chrome + Safari + Opera */
}
@supports (-webkit-appearance: none) {
  /* line 786, ../sass/style.scss */
  .form-radios input[type=checkbox],
  .form-radios input[type=radio],
  .form-radios input[type=checkbox]#edit-delete {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 0.25em;
    padding: 0;
    background: #fff;
    border: 1px solid #b5b5b5;
    width: 16px !important;
    height: 16px !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: background 0.5s ease;
    outline: none;
  }
  /* line 805, ../sass/style.scss */
  .form-radios .adminimal-theme .location .form-item input.form-checkbox {
    width: 16px;
    display: inline-block;
  }
  /* line 810, ../sass/style.scss */
  .form-radios input[type=radio] {
    border-radius: 50%;
  }
  /* line 814, ../sass/style.scss */
  .form-radios input[type=radio]:hover,
  .form-radios input[type=radio]:focus {
    border-color: #00a44e;
    cursor: pointer;
  }
  /* line 819, ../sass/style.scss */
  .form-radios input[type=radio]:checked,
  .form-radios input[type=radio]:disabled:checked {
    background: #00a44e;
    box-shadow: inset 0px 0px 0px 3px #fff;
  }
  /* line 825, ../sass/style.scss */
  .form-radios input[type=radio]:disabled {
    opacity: .5;
    background: #e2e2e2;
  }
  /* line 829, ../sass/style.scss */
  .form-radios input[type=radio]:disabled:hover {
    border-color: #b5b5b5;
    cursor: default;
    /*cursor: not-allowed;*/
  }
}

/* line 840, ../sass/style.scss */
.path-poll .vote-form input[type="submit"] {
  background-color: #41ca44;
}

/* line 850, ../sass/style.scss */
.premium-wrapper {
  padding: 1rem;
  border-top: 1rem solid #fafafa;
  border-bottom: 1rem solid #fafafa;
  background: #fafafa;
  height: 33.5rem;
  overflow-y: scroll;
}

/* line 859, ../sass/style.scss */
.premium {
  line-height: 1.2;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee;
  width: 100%;
}
/* line 865, ../sass/style.scss */
.premium:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 870, ../sass/style.scss */
.premium .image {
  margin-right: -10px;
}
/* line 873, ../sass/style.scss */
.premium .line {
  line-height: 1.2;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee;
  width: 100%;
}
/* line 880, ../sass/style.scss */
.premium a {
  color: #000;
  font-weight: 600;
}

/* line 893, ../sass/style.scss */
.magazine-search-block label {
  font-weight: 600;
  font-size: 1.2rem;
}
/* line 897, ../sass/style.scss */
.magazine-search-block form {
  padding: 0 1rem;
}
/* line 900, ../sass/style.scss */
.magazine-search-block input[type="submit"] {
  color: #fff;
  padding: 1rem;
  border: 1px solid #00a44e;
  border-radius: 0;
  background: #00a44e;
  width: 50%;
  margin: 0 0px 13px 25%;
}

/* line 913, ../sass/style.scss */
.view-id-more_in_category .view-header h2 {
  display: inline-block;
}
/* line 916, ../sass/style.scss */
.view-id-more_in_category .view-header a {
  padding: 0 10px;
}

/* line 925, ../sass/style.scss */
.block-views-blocktrending-article-content-block-1 .view-trending-article-content .views-row .most-recent-wrapper {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee;
}
/* line 930, ../sass/style.scss */
.block-views-blocktrending-article-content-block-1 .view-trending-article-content .views-row .most-recent-counter {
  color: #27652E;
  font-weight: 300;
  font-size: 1.5rem;
}
/* line 935, ../sass/style.scss */
.block-views-blocktrending-article-content-block-1 .view-trending-article-content .views-row .most-recent-title {
  line-height: 1.4;
  font-weight: 600;
  padding: 0;
}

/* line 945, ../sass/style.scss */
.user-info-social-icons .user-info {
  line-height: 2rem;
}
/* line 947, ../sass/style.scss */
.user-info-social-icons .user-info .user-image {
  margin-right: -15px;
}
/* line 949, ../sass/style.scss */
.user-info-social-icons .user-info .user-image img {
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-radius: 50%;
}
/* line 956, ../sass/style.scss */
.user-info-social-icons .user-info .posted {
  font-weight: 600;
  font-size: 13px;
}
/* line 960, ../sass/style.scss */
.user-info-social-icons .user-info .author-link {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: -5px;
  line-height: 28px;
  color: #41ca44;
}
/* line 969, ../sass/style.scss */
.user-info-social-icons .social-icons {
  line-height: 1;
}

/* line 974, ../sass/style.scss */
.farmjournal-social-sharing {
  text-align: right;
}
@media screen and (max-width: 550px) {
  /* line 974, ../sass/style.scss */
  .farmjournal-social-sharing {
    margin-left: -11px;
    text-align: left;
  }
}
/* line 980, ../sass/style.scss */
.farmjournal-social-sharing .secondary-shares {
  display: inline-block;
}
/* line 984, ../sass/style.scss */
.farmjournal-social-sharing a.js-social-share {
  color: #000;
  display: inline-block;
  height: 30px;
  width: 35px;
  position: relative;
  background: none;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  top: 12px;
}
/* line 994, ../sass/style.scss */
.farmjournal-social-sharing a.js-social-share::before {
  font-family: "Flaticon" !important;
  font-size: 1.5rem;
  left: 7px;
  position: absolute;
  top: 0;
}
/* line 1001, ../sass/style.scss */
.farmjournal-social-sharing a.js-social-share:hover {
  color: #000;
}
/* line 1006, ../sass/style.scss */
.farmjournal-social-sharing a.fj-share-facebook::before {
  content: "\f108";
}
/* line 1011, ../sass/style.scss */
.farmjournal-social-sharing a.fj-share-twitter::before {
  content: "\f107";
}
/* line 1016, ../sass/style.scss */
.farmjournal-social-sharing a.fj-share--google::before {
  content: "\f105";
}
/* line 1021, ../sass/style.scss */
.farmjournal-social-sharing a.fj-share--pinterest::before {
  content: "\f106";
}
/* line 1026, ../sass/style.scss */
.farmjournal-social-sharing a.fj-share--linkedin::before {
  content: "\f104";
}
/* line 1031, ../sass/style.scss */
.farmjournal-social-sharing a.fj-share--stumbleupon::before {
  content: "\f103";
}

/* line 1039, ../sass/style.scss */
.related-topics label {
  font-weight: 700;
  font-size: 16px;
  display: inline;
  margin-right: 1rem;
}
/* line 1045, ../sass/style.scss */
.related-topics .field {
  overflow: hidden;
  display: inline;
  line-height: 2;
}
/* line 1049, ../sass/style.scss */
.related-topics .field .field__item {
  display: inline;
  margin-right: .3rem;
}
/* line 1052, ../sass/style.scss */
.related-topics .field .field__item:after {
  content: ",";
  color: #999;
}
/* line 1057, ../sass/style.scss */
.related-topics .field .field__item:last-child:after {
  content: "";
}

/* line 1065, ../sass/style.scss */
.article-pager-wrapper {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 1.875rem;
}
/* line 1069, ../sass/style.scss */
.article-pager-wrapper .next-prev {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ccc;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
/* line 1075, ../sass/style.scss */
.article-pager-wrapper .next-prev:hover {
  color: #3d3d3d;
}
/* line 1081, ../sass/style.scss */
.article-pager-wrapper .nav-previous .next-prev:before {
  content: '\f102';
  font-family: Flaticon;
  font-size: 1.5rem;
  margin-right: .5rem;
}
/* line 1091, ../sass/style.scss */
.article-pager-wrapper .nav-next .next-prev:after {
  content: '\f101';
  font-family: Flaticon;
  font-size: 1.5rem;
  margin-left: .5rem;
}
/* line 1099, ../sass/style.scss */
.article-pager-wrapper .pager-link {
  color: #3d3d3d;
  font-weight: 600;
}

/* line 1106, ../sass/style.scss */
.view-category-navigation .view-content {
  padding: 0 1.5rem 1rem;
  overflow: hidden;
}
/* line 1109, ../sass/style.scss */
.view-category-navigation .view-content .views-row {
  float: left;
  margin: 0 .5rem .5rem 0;
  padding: 5px;
  border: 1px solid #ccc;
}

/* line 1119, ../sass/style.scss */
.view-related-articles .block-title, .black-title .block-title {
  color: #000;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/* line 1130, ../sass/style.scss */
.comments .not-logged-in .comment-form input[type='submit'] {
  bottom: 0;
}
@media screen and (max-width: 550px) {
  /* line 1130, ../sass/style.scss */
  .comments .not-logged-in .comment-form input[type='submit'] {
    bottom: -3.5rem;
    right: 34%;
  }
}
/* line 1139, ../sass/style.scss */
.comments .comment-form {
  position: relative;
  margin-bottom: 9%;
}
/* line 1142, ../sass/style.scss */
.comments .comment-form .cke_bottom,
.comments .comment-form .filter-wrapper {
  display: none;
}
/* line 1146, ../sass/style.scss */
.comments .comment-form .cke_top {
  position: absolute;
  width: 97.3%;
  bottom: -2.5rem;
  border: 1px solid #d1d1d1;
  left: 0;
}
/* line 1153, ../sass/style.scss */
.comments .comment-form input[type='submit'] {
  margin: 0;
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  height: 42px;
  border-radius: 0;
  background-color: #00a44e;
}
/* line 1162, ../sass/style.scss */
.comments .comment-form .cke_contents {
  height: 8rem !important;
}
@media screen and (max-width: 550px) {
  /* line 1167, ../sass/style.scss */
  .comments .comment-form .g-recaptcha div:nth-child(1) {
    margin-left: 8%;
  }
}
/* line 1173, ../sass/style.scss */
.comments .indented {
  padding-left: 20px;
}
/* line 1175, ../sass/style.scss */
.comments .indented .indented {
  padding-left: 20px;
}
@media screen and (max-width: 550px) {
  /* line 1179, ../sass/style.scss */
  .comments .comment-content {
    margin-top: 18%;
  }
}
/* line 1187, ../sass/style.scss */
.comments article .row .field--type-image img {
  border-radius: 5px;
  height: 60px;
  width: 60px;
  border: 1px solid #e6e6e6;
}
/* line 1194, ../sass/style.scss */
.comments article .row .content-wrapper {
  margin-left: -25px;
}
/* line 1201, ../sass/style.scss */
.comments .row .column .links {
  margin: 0px;
  float: right;
}
/* line 1204, ../sass/style.scss */
.comments .row .column .links a {
  color: #00a44e;
  text-decoration: none;
  transition: color 0.2s ease-out 0s;
}

/* line 1215, ../sass/style.scss */
.node--type-magazine .user-info-social-icons {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}
/* line 1219, ../sass/style.scss */
.node--type-magazine .user-info-social-icons .farmjournal-social-sharing {
  text-align: left !important;
}
/* line 1221, ../sass/style.scss */
.node--type-magazine .user-info-social-icons .farmjournal-social-sharing a {
  top: 0 !important;
  width: 27px !important;
}
@media screen and (min-width: 1000px) {
  /* line 1221, ../sass/style.scss */
  .node--type-magazine .user-info-social-icons .farmjournal-social-sharing a {
    width: 25px !important;
  }
}
/* line 1229, ../sass/style.scss */
.node--type-magazine .user-info-social-icons .magazine-all {
  line-height: 32px;
}
/* line 1234, ../sass/style.scss */
.node--type-magazine .featured-image img {
  width: 100%;
}
/* line 1240, ../sass/style.scss */
.node--type-magazine .nav-previous .pn-disabled {
  opacity: 0.2;
}
/* line 1244, ../sass/style.scss */
.node--type-magazine .nav-previous .next-prev:before {
  content: '\f102';
  font-family: Flaticon;
  font-size: 2.5rem;
  font-weight: bold;
}
/* line 1253, ../sass/style.scss */
.node--type-magazine .nav-next .pn-disabled {
  opacity: 0.2;
}
/* line 1257, ../sass/style.scss */
.node--type-magazine .nav-next .next-prev:after {
  content: '\f101';
  font-family: Flaticon;
  font-size: 2.5rem;
  font-weight: bold;
}
/* line 1265, ../sass/style.scss */
.node--type-magazine .magazine-links {
  margin-top: 2%;
}
/* line 1267, ../sass/style.scss */
.node--type-magazine .magazine-links .digital-link {
  width: 50%;
}
/* line 1270, ../sass/style.scss */
.node--type-magazine .magazine-links .subscribe-link {
  width: 49.6%;
}

/* line 1278, ../sass/style.scss */
.poll-view .comment-poll-comments-form .filter-wrapper {
  display: none;
}
/* line 1281, ../sass/style.scss */
.poll-view .comment-poll-comments-form .cke_top {
  position: relative;
  width: 97.3%;
  bottom: -15rem;
  border: 1px solid #d1d1d1;
  left: 0;
  z-index: 1;
}
/* line 1289, ../sass/style.scss */
.poll-view .comment-poll-comments-form input[type='submit'] {
  position: relative;
  left: 546px;
  bottom: 0.9rem;
  z-index: 1;
}

/* line 1301, ../sass/style.scss */
.user-logged-in .poll-view .comment-poll-comments-form input[type='submit'] {
  position: relative;
  left: 546px;
  bottom: 2.7rem;
  z-index: 1;
}

/*.js-comment {
  margin-bottom: 1.5rem;
  .comment-reply {
    display: none;
  }
}*/
/* line 1318, ../sass/style.scss */
.video-bar {
  background: #eee;
  border: none;
}

/* line 1325, ../sass/style.scss */
.frontpage-video-listing .views-row, .view-related-articles .views-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 1337, ../sass/style.scss */
.videos .video-thumb {
  position: relative;
}
/* line 1339, ../sass/style.scss */
.videos .video-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.8);
}
/* line 1350, ../sass/style.scss */
.videos .video-thumb .play-button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/themes/custom/packer/stylesheets/img/play-button.svg) no-repeat center center;
  background-size: contain;
}

/* line 1364, ../sass/style.scss */
.brightcove-video .field--name-name {
  display: none;
}
/* line 1367, ../sass/style.scss */
.brightcove-video .field--name-description {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 5px;
}
/* line 1372, ../sass/style.scss */
.brightcove-video .video-js {
  width: 100% !important;
}
@media screen and (max-width: 550px) {
  /* line 1372, ../sass/style.scss */
  .brightcove-video .video-js {
    height: 240px !important;
  }
}
/* line 1378, ../sass/style.scss */
.brightcove-video .video-js .vjs-dock-text .vjs-dock-description {
  display: none;
}

/* line 1386, ../sass/style.scss */
.brightcove .vjs-playlist {
  list-style-position: unset;
  list-style-type: unset;
  counter-reset: foo;
  overflow-x: hidden;
}
/* line 1391, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-ad-overlay {
  font-size: 0px;
}
/* line 1394, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  height: 72px;
  font-size: 12px;
  list-style: none;
  counter-increment: foo;
}
/* line 1400, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item::before {
  content: counter(foo,decimal) ".";
  float: left;
  line-height: 50px;
  text-align: center;
  width: 20px;
}
/* line 1407, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item .vjs-playlist-duration {
  left: 2rem;
  top: 0.5rem;
  font-size: 9px;
}
/* line 1412, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item:hover {
  color: #525252;
}
/* line 1414, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item:hover .vjs-playlist-duration {
  display: none;
}
/* line 1418, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item.vjs-selected {
  color: #3a3a3a;
}
/* line 1419, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item.vjs-selected:hover {
  color: #525252;
}
/* line 1425, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item.vjs-selected picture.vjs-playlist-thumbnail::before {
  color: #fff;
}
/* line 1432, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item picture.vjs-playlist-thumbnail {
  margin: 0 5px;
  float: left;
  height: 100%;
  width: 100px;
}
/* line 1437, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item picture.vjs-playlist-thumbnail::before {
  left: 2rem;
  height: 56px;
  line-height: 56px;
  top: 0.5rem;
  width: 101px;
}
/* line 1446, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item picture.vjs-playlist-thumbnail.vjs-icon-play::before {
  background: none;
  width: 5px;
  height: 5px;
  color: #c03636;
  left: 0.4rem !important;
  top: 1.2rem !important;
  font-size: 14px;
}
/* line 1458, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item .vjs-playlist-name {
  color: #cacaca;
  font-size: 12px;
  padding: 0 5px;
  height: 30px;
  line-height: 14px;
}
/* line 1464, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item .vjs-playlist-name::before {
  content: "";
}
/* line 1468, ../sass/style.scss */
.brightcove .vjs-playlist .vjs-playlist-item .vjs-playlist-description {
  font-size: 11px;
  line-height: 12px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
}
/* line 1478, ../sass/style.scss */
.brightcove .playlist:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40%;
  height: 5rem;
  display: block;
  right: 0;
  background: #222;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(transparent, #222);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(transparent, #222);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, #222);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, #222);
  /* Standard syntax */
}

/* line 1490, ../sass/style.scss */
#farmjournal-external-search-widget {
  box-shadow: none !important;
  border: 1px solid #ccc;
  border-radius: 5px !important;
}

/* line 1497, ../sass/style.scss */
.page-node-type-featured-landing-page .fl-text {
  line-height: 1.5;
  font-size: 15px;
  margin-top: 5px;
}
/* line 1502, ../sass/style.scss */
.page-node-type-featured-landing-page .fl-nav-tabs {
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  margin-top: -0.8rem;
}
/* line 1509, ../sass/style.scss */
.page-node-type-featured-landing-page .fl-nav-tabs ul li {
  list-style: none;
}
/* line 1511, ../sass/style.scss */
.page-node-type-featured-landing-page .fl-nav-tabs ul li a {
  color: #222;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* line 1515, ../sass/style.scss */
.page-node-type-featured-landing-page .fl-nav-tabs ul li a:hover {
  background: #eee;
}
/* line 1522, ../sass/style.scss */
.page-node-type-featured-landing-page .fl-banner {
  margin-bottom: 1em;
}
/* line 1525, ../sass/style.scss */
.page-node-type-featured-landing-page .fl-sponsored-links {
  margin-bottom: 1.5rem;
}
/* line 1527, ../sass/style.scss */
.page-node-type-featured-landing-page .fl-sponsored-links h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 1531, ../sass/style.scss */
.page-node-type-featured-landing-page .fl-sponsored-links ul {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 1539, ../sass/style.scss */
.image-body .featured-image {
  float: left;
}

/* line 1544, ../sass/style.scss */
.contacts .contact-icons {
  float: left;
  margin-right: 1rem;
}

/* line 1550, ../sass/style.scss */
.event-details .location-icon {
  float: left;
  margin-right: 5px;
}

/* line 1557, ../sass/style.scss */
.contacts .field__items {
  overflow: hidden;
}

/* line 1564, ../sass/style.scss */
.event-details .field-event-cost .field__label {
  float: left;
  margin-right: 1rem;
}
/* line 1570, ../sass/style.scss */
.event-details .field-custom-sponsor .field__label {
  float: left;
  margin-right: 1rem;
}

/* line 1577, ../sass/style.scss */
.content-field-address {
  overflow: hidden;
}

/* line 1581, ../sass/style.scss */
.field-start-date {
  background: #eee;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

/* line 1591, ../sass/style.scss */
.field-start-date span {
  font-size: 1.5rem;
  display: block;
  font-weight: 600;
}

/* line 1601, ../sass/style.scss */
.contacts.columns.large-3.medium-3.small-12 > div {
  margin-bottom: 8px;
}

/* line 1605, ../sass/style.scss */
.event-details.columns.large-5.medium-5.small-12 > div {
  margin-bottom: 0.5rem;
}

/* line 1609, ../sass/style.scss */
.event-details.columns.large-5.medium-5.small-12 * {
  font-size: 16px;
}

/* line 1615, ../sass/style.scss */
.view-id-events .event-details .button {
  color: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #00a44e;
  border-radius: 1px;
  background: #00a44e;
  float: right;
}

/* line 1628, ../sass/style.scss */
.weather-widget-block {
  border: 1px solid #aaa;
  padding: 10px;
}
/* line 1629, ../sass/style.scss */
.weather-widget-block .block-title:after {
  content: '';
  width: 15%;
  height: 2px;
  display: block;
  background-color: #b3b3b3;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 1640, ../sass/style.scss */
.weather-widget-block .block-content {
  padding: 10px;
}
/* line 1644, ../sass/style.scss */
.weather-widget-block .weather-widget-form .form-item {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0;
  width: 80%;
}
/* line 1651, ../sass/style.scss */
.weather-widget-block .zip-submit {
  border: none;
  border-top: 10px solid;
  padding: .6em;
  background: #00a44e;
}
/* line 1657, ../sass/style.scss */
.weather-widget-block .wx-toggle-control {
  margin: 14px -20px 0 0;
}
/* line 1660, ../sass/style.scss */
.weather-widget-block .wx-toggle-control li.wx-selected a {
  border: 1px solid #41ca44;
  background-color: #41ca44;
  box-shadow: inset 1px 1px 3px 0 #41ca44;
}

/* line 1671, ../sass/style.scss */
.instagram {
  width: 94%;
  margin-left: 10px;
}

/* line 1677, ../sass/style.scss */
.page-node-type-events .featured-image {
  margin: 0% 3% 3% 0%;
}

/* line 1683, ../sass/style.scss */
.event .views-infinite-scroll-content-wrapper {
  width: 100%;
}

/* line 1689, ../sass/style.scss */
.packer-magazine img {
  width: 100%;
}

/* line 1698, ../sass/style.scss */
.slideshow .views_slideshow_cycle_main .views_slideshow_cycle_slide .field img {
  max-width: 200% !important;
}
/* line 1705, ../sass/style.scss */
.slideshow .views-slideshow-controls-bottom .widget_pager {
  display: inline-flex;
}

/* line 1712, ../sass/style.scss */
.industry-happening .views-field-title {
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.5;
}
/* line 1716, ../sass/style.scss */
.industry-happening .views-field-title a {
  font-size: 1.2rem;
  font-weight: 700;
}
/* line 1719, ../sass/style.scss */
.industry-happening .views-field-title a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 1728, ../sass/style.scss */
.path-pricing #block-agpro-page-title {
  margin: 0;
  padding: 0;
}
/* line 1732, ../sass/style.scss */
.path-pricing .view-header p {
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 550px) {
  /* line 1740, ../sass/style.scss */
  .path-pricing .view-display-id-block_1 .view-header .defaultToggle, .path-pricing .view-display-id-block_2 .view-header .defaultToggle {
    display: block;
  }
  /* line 1743, ../sass/style.scss */
  .path-pricing .view-display-id-block_1 .view-header .mobileToggle, .path-pricing .view-display-id-block_2 .view-header .mobileToggle {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  /* line 1748, ../sass/style.scss */
  .path-pricing .view-display-id-block_1 .view-header .defaultToggle, .path-pricing .view-display-id-block_2 .view-header .defaultToggle {
    display: none;
  }
  /* line 1751, ../sass/style.scss */
  .path-pricing .view-display-id-block_1 .view-header .mobileToggle, .path-pricing .view-display-id-block_2 .view-header .mobileToggle {
    display: block;
  }
}
/* line 1755, ../sass/style.scss */
.path-pricing .view-display-id-block_1 .view-header input, .path-pricing .view-display-id-block_2 .view-header input {
  display: none;
  visibility: hidden;
}
/* line 1759, ../sass/style.scss */
.path-pricing .view-display-id-block_1 .view-header label, .path-pricing .view-display-id-block_2 .view-header label {
  color: #00a44e;
  margin: 0;
  text-align: center;
}
/* line 1763, ../sass/style.scss */
.path-pricing .view-display-id-block_1 .view-header label:hover, .path-pricing .view-display-id-block_2 .view-header label:hover {
  color: #00a44e;
  font-weight: 700;
}
/* line 1768, ../sass/style.scss */
.path-pricing .view-display-id-block_1 .view-header label::before, .path-pricing .view-display-id-block_2 .view-header label::before {
  font-family: Consolas, monaco, monospace;
  font-weight: bold;
  font-size: 12px;
  content: "+";
  vertical-align: text-top;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: radial-gradient(ellipse at center, #cccccc 50%, rgba(0, 0, 0, 0) 50%);
}
/* line 1780, ../sass/style.scss */
.path-pricing .view-display-id-block_1 .view-header #toggle:checked ~ label::before, .path-pricing .view-display-id-block_2 .view-header #toggle:checked ~ label::before {
  content: "-";
}
@media screen and (min-width: 550px) {
  /* line 1784, ../sass/style.scss */
  .path-pricing .view-display-id-block_1 .view-content, .path-pricing .view-display-id-block_2 .view-content {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  /* line 1784, ../sass/style.scss */
  .path-pricing .view-display-id-block_1 .view-content, .path-pricing .view-display-id-block_2 .view-content {
    display: none;
  }
}
/* line 1792, ../sass/style.scss */
.path-pricing .view-display-id-block_1 .view-content .item-list ul, .path-pricing .view-display-id-block_2 .view-content .item-list ul {
  list-style-type: none;
  column-count: 4;
}
@media screen and (max-width: 550px) {
  /* line 1792, ../sass/style.scss */
  .path-pricing .view-display-id-block_1 .view-content .item-list ul, .path-pricing .view-display-id-block_2 .view-content .item-list ul {
    column-count: 2;
  }
}
/* line 1806, ../sass/style.scss */
.path-pricing .view-display-id-page_1 .view-content .row .item-list ul, .path-pricing .view-display-id-page_2 .view-content .row .item-list ul, .path-pricing .view-display-id-page_3 .view-content .row .item-list ul {
  list-style-type: none;
  column-count: 2;
}
@media screen and (max-width: 550px) {
  /* line 1806, ../sass/style.scss */
  .path-pricing .view-display-id-page_1 .view-content .row .item-list ul, .path-pricing .view-display-id-page_2 .view-content .row .item-list ul, .path-pricing .view-display-id-page_3 .view-content .row .item-list ul {
    column-count: 1;
  }
}
/* line 1817, ../sass/style.scss */
.path-pricing .view-display-id-page_1 #views-exposed-form-pricing-page-1 input[type="submit"], .path-pricing .view-display-id-page_1 #views-exposed-form-pricing-page-2 input[type="submit"], .path-pricing .view-display-id-page_1 #views-exposed-form-pricing-page-3 input[type="submit"], .path-pricing .view-display-id-page_2 #views-exposed-form-pricing-page-1 input[type="submit"], .path-pricing .view-display-id-page_2 #views-exposed-form-pricing-page-2 input[type="submit"], .path-pricing .view-display-id-page_2 #views-exposed-form-pricing-page-3 input[type="submit"], .path-pricing .view-display-id-page_3 #views-exposed-form-pricing-page-1 input[type="submit"], .path-pricing .view-display-id-page_3 #views-exposed-form-pricing-page-2 input[type="submit"], .path-pricing .view-display-id-page_3 #views-exposed-form-pricing-page-3 input[type="submit"] {
  display: none;
}
/* line 1823, ../sass/style.scss */
.path-pricing .ui-dialog .ui-widget-header {
  border: none;
  background: none;
}
/* line 1827, ../sass/style.scss */
.path-pricing .ui-dialog .ui-widget-content a {
  color: #00a44e;
}
/* line 1831, ../sass/style.scss */
.path-pricing .ui-dialog .item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 1835, ../sass/style.scss */
.path-pricing .ui-dialog .item-list ul li {
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
}
/* line 1838, ../sass/style.scss */
.path-pricing .ui-dialog .item-list ul li:last-child {
  border: none;
}
/* line 1841, ../sass/style.scss */
.path-pricing .ui-dialog .item-list ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 200px;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
/* line 1853, ../sass/style.scss */
.path-pricing .ui-dialog .item-list ul li a:hover {
  background: #eee;
  cursor: pointer;
}

/* line 1867, ../sass/style.scss */
.event-search .form-item-sort-by,
.event-search .form-item-sort-order {
  display: none;
}

/* line 1875, ../sass/style.scss */
.solr-search-page #views-exposed-form-search-page-1 .form-type-textfield {
  margin-right: 0;
}
/* line 1878, ../sass/style.scss */
.solr-search-page #views-exposed-form-search-page-1 .form-actions {
  display: inline-block;
}
/* line 1880, ../sass/style.scss */
.solr-search-page #views-exposed-form-search-page-1 .form-actions input[type='submit'] {
  display: inline-block;
  background: url("img/sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-position: -5px -28px !important;
  background-color: #25ff8c;
  padding: 1rem;
  height: 39px;
  width: 40px;
}

/* line 1893, ../sass/style.scss */
.solr-search-filters .item-list li {
  margin-left: 0;
}
/* line 1896, ../sass/style.scss */
.solr-search-filters ul {
  list-style: none;
  margin: 0;
}

/* line 1903, ../sass/style.scss */
.text-capitalize .facet-item__value {
  text-transform: capitalize;
}

/* line 1909, ../sass/style.scss */
.contextual-region.view-inside-ag-professional .views-row {
  position: relative;
}
/* line 1913, ../sass/style.scss */
.contextual-region.view-inside-ag-professional .inside-block .dropbutton-wrapper {
  position: absolute;
  right: 0px;
  padding-right: 10px;
  z-index: 999;
  display: none;
  font-size: 12px;
}
/* line 1922, ../sass/style.scss */
.contextual-region.view-inside-ag-professional .inside-block:hover .dropbutton-wrapper {
  display: block;
}

/* line 1932, ../sass/style.scss */
.node--view-mode-teaser p {
  font-size: 14px;
  font-size: .875rem;
  color: #222;
  margin: 0;
}

/* line 1942, ../sass/style.scss */
.node--type-commodity-pricing.node--view-mode-teaser .field--name-field-pricing-dates {
  margin: .5rem 0 .75rem 0;
  opacity: .8;
  font-weight: 700;
}
/* line 1947, ../sass/style.scss */
.node--type-commodity-pricing.node--view-mode-teaser p {
  font-size: 14px;
  font-size: .875rem;
  color: #222;
  margin: 0;
}
/* line 1955, ../sass/style.scss */
.node--type-commodity-pricing.node--view-mode-full .field--name-field-pricing-dates {
  font-size: 1.2rem;
  font-weigth: 700;
  margin-bottom: 1rem;
}

/* line 1963, ../sass/style.scss */
.event-details > div {
  margin-bottom: 0.75rem;
}

/* line 1967, ../sass/style.scss */
.solr-search-filters ul {
  padding: 0 1rem 1rem;
}

/* line 1975, ../sass/style.scss */
.view-event-calendar-search .view-filters .views-exposed-form .form--inline > div {
  display: inline;
}
/* line 1978, ../sass/style.scss */
.view-event-calendar-search .view-filters .views-exposed-form .form--inline label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
/* line 1983, ../sass/style.scss */
.view-event-calendar-search .view-filters .views-exposed-form .form--inline .form-item {
  width: 80%;
}
/* line 1986, ../sass/style.scss */
.view-event-calendar-search .view-filters .views-exposed-form .form--inline .form-actions {
  display: inline-block;
  margin-top: 3rem;
}

/* line 1997, ../sass/style.scss */
.block-views-blockfeatured-article-block-2 .views-row.ads {
  width: 100%;
}

/* line 2003, ../sass/style.scss */
.latest-news-widget-title {
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px dashed #ccc;
}

/* line 2009, ../sass/style.scss */
.column.content-wrapper {
  margin-left: 1em !important;
}

/* line 2014, ../sass/style.scss */
.page-node-type-article .articledfp {
  display: inline-block;
  overflow: hidden;
  float: left;
  padding: 0 25px 0 0;
}

/* line 2022, ../sass/style.scss */
.native-ad-widget {
  margin-bottom: 2rem;
}

/* line 2026, ../sass/style.scss */
.more-stories {
  padding: .5rem 1rem;
  background: #00a44e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1rem;
}

/* line 2035, ../sass/style.scss */
.more-stories:hover {
  color: #fff;
}

/* line 2040, ../sass/style.scss */
.highlight-footer-strip .view-footer {
  text-align: center;
  margin: 1rem 0;
}

/* line 2045, ../sass/style.scss */
.ads-overpass {
  font-size: 0px;
  line-height: 0px;
}

/* line 2050, ../sass/style.scss */
.view-id-newslettermarketo {
  margin-bottom: 2.5rem;
}
/* line 2051, ../sass/style.scss */
.view-id-newslettermarketo .views-row {
  margin-bottom: 2.5rem;
}
/* line 2053, ../sass/style.scss */
.view-id-newslettermarketo .views-row .button a {
  color: white;
}
/* line 2057, ../sass/style.scss */
.view-id-newslettermarketo .button {
  color: #fff;
  padding: .5rem 1rem;
  border: 1px solid #00a44e;
  border-radius: 1px;
  background: #00a44e;
  float: right;
}

/* line 2068, ../sass/style.scss */
.path-marketo input[type='submit'], .path-marketo .button {
  color: #fff;
  padding: .5rem 1rem;
  border: 1px solid #00a44e;
  border-radius: 1px;
  background: #00a44e;
}
/* line 2075, ../sass/style.scss */
.path-marketo .fj-marketo-admin-form {
  border-top: 2px solid #00a44e;
}

/* line 2080, ../sass/style.scss */
.path-user input[type='submit'], .path-user .button {
  background-color: #00a44e;
}

@media screen and (min-width: 769px) {
  /* line 2085, ../sass/style.scss */
  #offCanvasRight {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  /* line 2093, ../sass/style.scss */
  .js-off-canvas-overlay {
    display: none;
  }

  /* line 2096, ../sass/style.scss */
  #page {
    transform: translateX(0px);
  }
}
/* line 2103, ../sass/style.scss */
.page-node-type-slideshow #views_slideshow_slide_counter_slideshow-block_1 {
  float: right;
  margin-right: 44%;
}
/* line 2108, ../sass/style.scss */
.page-node-type-slideshow #views_slideshow_controls_text_slideshow-block_1 {
  float: left;
}

@media screen and (max-width: 400px) {
  /* line 2115, ../sass/style.scss */
  .page-node-type-slideshow .farmjournal-social-sharing {
    margin-left: 0px;
  }
  /* line 2118, ../sass/style.scss */
  .page-node-type-slideshow .farmjournal-social-sharing .js-social-share {
    width: 10%;
    margin: 1% 4%;
  }
  /* line 2123, ../sass/style.scss */
  .page-node-type-slideshow .views_slideshow_controls_text {
    float: left;
  }
  /* line 2125, ../sass/style.scss */
  .page-node-type-slideshow .views_slideshow_controls_text #views_slideshow_controls_text_previous_slideshow-block_1 {
    left: 8px;
  }
}
@media screen and (max-width: 550px) {
  /* line 2134, ../sass/style.scss */
  .page-node-type-slideshow .farmjournal-social-sharing {
    margin-left: 0px;
  }
  /* line 2137, ../sass/style.scss */
  .page-node-type-slideshow .farmjournal-social-sharing .js-social-share {
    width: 10%;
    margin: 1% 4%;
  }
  /* line 2142, ../sass/style.scss */
  .page-node-type-slideshow .views_slideshow_controls_text {
    float: left;
  }
  /* line 2144, ../sass/style.scss */
  .page-node-type-slideshow .views_slideshow_controls_text #views_slideshow_controls_text_previous_slideshow-block_1 {
    left: 8px;
  }
}
/* line 2153, ../sass/style.scss */
#magazine-search-form #edit-title, #magazine-search-form #edit-title option {
  font-size: 14px;
}

@media screen and (max-width: 550px) {
  /* line 2159, ../sass/style.scss */
  .page-node-type-article .mv1.articledfp.text-center {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (max-width: 550px) {
  /* line 2169, ../sass/style.scss */
  .path-newspaper .view-id-magazine {
    text-align: center;
  }
  /* line 2172, ../sass/style.scss */
  .path-newspaper .view-id-magazine .column {
    padding-right: 0px !important;
  }
}
/* line 2180, ../sass/style.scss */
.text-center ul {
  margin: 0px !important;
}

/* line 2185, ../sass/style.scss */
.redirect-message {
  margin-bottom: 5px;
}
/* line 2187, ../sass/style.scss */
.redirect-message .custom-close {
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/787878/ex.svg);
  float: right;
  height: 16px;
  width: 17px;
}

/* line 2198, ../sass/style.scss */
.path-markets .site-footer .footer h2 {
  float: none;
  text-indent: 0px;
}

/* line 2205, ../sass/style.scss */
.sponsored-article {
  background-color: rgba(187, 187, 185, 0.32);
  font-family: sans-serif;
  padding: 10px 20px 10px 0px;
}

/* line 2210, ../sass/style.scss */
.custom-attribution {
  color: #999;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  border-radius: 2px;
  padding: 4px;
  float: right;
}

/* line 2221, ../sass/style.scss */
.sponsored-article img {
  margin-left: 10px;
}

/* line 2230, ../sass/style.scss */
.node--type-article .field-content .field--name-body .embed-container {
  clear: both;
}

/* line 2241, ../sass/style.scss */
.view-pricing .view-content .clearfix .item-list ul {
  list-style-position: unset;
}

/* line 2251, ../sass/style.scss */
.article__tease.columns .node__title a {
  color: #000;
}

@media screen and (max-width: 769px) {
  /* line 2258, ../sass/style.scss */
  .mobile-hide {
    display: none;
  }
}

/* line 2264, ../sass/style.scss */
.mobile-show {
  display: block;
}
@media screen and (min-width: 769px) {
  /* line 2264, ../sass/style.scss */
  .mobile-show {
    display: none;
  }
}

/* line 2271, ../sass/style.scss */
.issue-image .top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  display: inline-block;
  padding: 5px;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-size: 80%;
  background: #00a44e;
  color: white;
  z-index: 100;
}
