/* Custom CSS Styles Created by Lessiter Staff */
/* /ext/resources/no-tillfarmer.css */

/* SERIF teaser or subhead style */

/* Turn off hyphenation in body (includes all headlines and body copy)*/

body {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}


/* Interstitials/Welcome Ads: Control the opacity of the screen surrounding the ad */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.4 !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4 !important;
  filter: alpha(opacity=40)
}

/* Numbered Lists in Blog Template ol li style 2019/04/05 */
.blog-post ol li {
  font-size: .875em;
  /* font size in pixels: 14px*/
}

/* Product Roundup formatting */
.pru {
  float: left;
  margin: 5px;
  padding: 15px;
}

/* Magazine cover image css border */
.publications-show .record .image {
  border-width: 1px;
  border-style: solid;
  border-color: #b7b4b4;
}

.current-editions__image {
  border-width: 1px;
  border-style: solid;
  border-color: #b7b4b4;
  padding: 0px;
}

/* Allows YouTube embedded videos to resize with screen size */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Multimedia Video directory record bottom spacing */
.directory-listing-multimedia-video.record {
  margin-bottom: 4rem;
}

/* Allows two side by side images to resize with screen size */
div.two-images {
  display: table;
  margin: auto;
  width: 100%;
}

div.two-images>div {
  display: table-row;
}

figure {
  display: table-cell;
  height: auto;
  padding: 10px;
  width: 50%;
  vertical-align: top;
}

/* figure img {
  float: left;
  height: auto;
  width: 100%;
} */

/*figcaption {
   text-align: center;
}
*/

.subhead {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #222;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.50;
  -webkit-font-smoothing: antialiased
}

/* SANS SERIF teaser or subhead style */
.sansteaser {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.50;
  -webkit-font-smoothing: antialiased
}

/* No-Till Awards Program Home Page Widget */
.awardshomepg {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.30;
  -webkit-font-smoothing: antialiased
}

.awardshome-headline {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #222;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.20
}

/* /subscribe page CSS */
.subscript-button a {
  -webkit-transition: color 0.15s, background-color 0.15s;
  -khtml-transition: color 0.15s, background-color 0.15s;
  -moz-transition: color 0.15s, background-color 0.15s;
  -ms-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s
}

.subscript-button {
  padding: 4px 14px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f6861f;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: auto;
  -webkit-font-smoothing: antialiased
}

.subscript-button:hover {
  background-color: #f89b46;
  color: #fff
}

.subscript-button {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f6861f;
  float: right;
  padding: 12px 20px 12px 16px;
  margin-top: 8px;
}

.subscript-button:hover {
  background-color: #f89b46;
}

.404-search {
  margin-top: 10px;
  margin-top: 0.625rem;
  background-color: #c5fbca;
  border: 1px solid #087f12;
  height: 30px;
  position: relative;
}

.404-search input[type="search"] {
  border: none;
  width: 85%;
}

.404-search input[type="search"] * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.404-search__button {
  background: #c5fbca;
  border: #087f12;
  color: #666;
  content: "";
}

.404-search__button:before {
  position: absolute;
  right: 8px;
  top: 6px;
}