/* this file is exactly the same on growveg and clients */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

BODY {
  background-color: #fff;
  margin: 0;
  padding: 0;
  cursor: default;
  font-family: "pt_sansregular", sans-serif;
  font-size: 1em;
  font-style: normal;
  color: #444;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.cntr {
  text-align: center !important;
}
.tright {
  text-align: right;
}

A {
  text-decoration: none;
  color: #008f6e;
}
A:hover {
  color: #000;
  text-decoration: underline;
}
A IMG {
  border: none;
}
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.failure {
  color: #f08937 !important;
}
.success {
  color: #37f097 !important;
}

/* copied from ACM main.css */
button [class^="icon-"]:before, button [class*=" icon-"]:before {
  margin: 0;
  width: auto;
}
input[type=text] {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 0;
}
/* end main.css */

#main-logo {
  max-height: 75px !important;
}
img.lazyload:not([src]) {
	visibility: hidden;
}
img.lazyloaded {
  width: unset;
  height: unset;
}

.slider > label > img.lazyloaded {
  width: 100px;
  height: auto;
}

@media (max-width: 767px) {
  #book-promo {
    top: -55px;
    width: 100px;
    height: 100px;
  }
}
/********************************************************************/
/*                               FONTS                              */
/********************************************************************/
@font-face {
  font-family: "pt_sansregular";
  src: url("../fonts/ptsansreg-webfont.eot");
  src: url("../fonts/ptsansreg-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ptsansreg-webfont.woff") format("woff"),
    url("../fonts/ptsansreg-webfont.ttf") format("truetype"),
    url("../fonts/ptsansreg-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/********************************************************************/
/*                          GLOBAL HEADER                           */
/********************************************************************/
/*#region Global Header */
header {
  display: block;
  z-index: 200;
  width: 100%;
}

#page-header {
  max-height: 145px;
}

#gp-btn {
  width: 102px;
  height: 102px;
  display: block;
  position: relative;
  top: -37px;
  left: 22px;
}

#user,
.nv {
  display: none !important;
}

#page {
  text-align: center;
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
  margin-top: 0;
}

#page table {
  /* width:80%; */

  margin: 20px auto;
}

#pageInner {
  max-width: 1493px;
  padding: 0;
  text-align: left;
  margin: 0 auto;
}

#pageInner h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18pt;
  text-align: center;
  margin: 20px auto;
  padding-top: 20px;
  max-width: 900px;
}

#pageInner h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

#pageInner h3 {
  font-size: 2em;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 5px;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
}
#pageInner > .pest-detail h3,
#pageInner.plant-detail h3 {
  padding: 0;
}

#pageInner P,
#pageInner UL,
#pageInner OL {
  text-align: left;
  margin: 20px auto;
  line-height: 1.5em;
  max-width: 900px;
}

#pageInner ul li {
  margin: 12px 0 0;
}

#promo {
  padding: 30px 20px 0;
  border-bottom: 15px solid #19bf80;
}

#page #promo h1 {
  font-size: 1.8em;
  margin: 2px 8px;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  position: relative;
  top: 2px;
  vertical-align: top;
  line-height: 1.2em;
}

#page #promo h2 {
  color: #fff;
}

#page #promo .promo-icon {
  display: inline-block;
  height: 53px;
}

#page #promo p {
  font-size: 1.1em;
  color: #444;
  line-height: 1.5em;
  font-weight: normal;
  margin: 5px auto 45px;
  font-family: "Nunito Sans", sans-serif;
  max-width: 600px;
}

#page #promo .home-promo-image {
  max-width: 860px;
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 22px;
}

.btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #64cb6b),
    color-stop(1, #a3c537)
  );
  background: -moz-linear-gradient(center top, #64cb6b 5%, #a3c537 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#64cb6b', endColorstr='#a3c537');
  background-color: #64cb6b;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  display: inline-block;
  color: #ffffff !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  height: 46px;
  line-height: 46px;
  width: 48%;
  text-decoration: none;
  text-align: center;
}
.button-field-container {
  text-align: center;
  border: 1px solid #008f6e;
  margin: 25px 0 35px 0;
  padding: 20px;
}
#book-promo-container {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  position: relative;
  height: 0;
}
#book-promo {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -133px;
  right: 0px;
  z-index: 1;
}
@media (max-width: 650px) {
  #hero button.btn.book-button {
    margin: 0 auto;
  }
}
.gift-legend {
  text-align: left;
  padding: 0 10px;
  font-size: 16pt;
}
.gift-button-container {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin-right: 25px;
}
.gift-button-container:last-child {
  margin-right: 0;
}
.gift-button,
.book-button {
  padding: 0;
  margin-bottom: 6px;
  width: 250px;
  border: none;
}
#hero .btn.book-button {
  margin: 20px auto 0 auto;
  display: block;
}
#bought-giftcard {
  display: none;
  margin-bottom: 35px;
  padding: 20px;
  background: #eeffee;
  border: 1px solid #008f6e;
}
#bought-giftcard > H2 {
  margin-bottom: 10px;
  padding: 0;
}

@media (max-width: 767px) {
  .gift-button-container {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .gift-button-container:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 340px) {
  .button-field-container {
    padding: 0;
  }
}

.btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #a3c537),
    color-stop(1, #64cb6b)
  );
  background: -moz-linear-gradient(center top, #a3c537 5%, #64cb6b 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3c537', endColorstr='#64cb6b');
  background-color: #a3c537;
  color: #444 !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.btn-negative {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #d33d3d),
    color-stop(1, #cb6464)
  );
  background: -moz-linear-gradient(
    center top,
    #d33d3d 5%,
    #cb6464 100%
  ) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d33d3d', endColorstr='#cb6464') !important;
  background-color: #d33d3d !important;
}

.btn-negative:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #cb6464),
    color-stop(1, #d33d3d)
  );
  background: -moz-linear-gradient(
    center bottom,
    #cb6464 5%,
    #d33d3d 100%
  ) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cb6464', endColorstr='#d33d3d') !important;
  background-color: #cb6464 !important;
  color: #444 !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.btn:active {
  position: relative;
  top: 1px;
}

#page-title {
  /* background-image: url(../images/redesign/promo-bkgnd2.jpg);
	background-position: center top;
	border-bottom: 5px solid #19bf80; */

  padding: 30px 0 0;
}

#page-title h1 {
  color: #1ed0b8;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  font-weight: normal;
  font-size: 1.4em;
  font-family: "Nunito Sans", sans-serif;
}

#page-title p {
  margin: 0;
}

#guideSearchBox {
  margin: 20px 0 0;
}

input.search-submit {
  height: 35px;
  position: relative;
  left: -5px;
  top: 2px;
  border: none;
  border-radius: 0px 5px 5px 0;
  font-size: 1em;
  padding: 10px;
  background-color: #08c69a;
  color: #fff;
  min-width: 50px;
  -webkit-appearance: none;
}

input.search-box {
  width: 300px;
  height: 35px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #d9e0e2;
  padding: 10px;
  font-size: 1em;
  -webkit-appearance: none;
}

.flex {
    display: flex;
}

.item-3r-grow li:nth-last-child(3) {
    flex-grow: 1;
}
/* #endregion */

/********************************************************************/
/*                             Article Guides                       */
/********************************************************************/
/*#region Article Guides */
.guides {
  background-color: #fff;
  height: 100%;
}

.articleview #pageInner {
  margin: 0 auto;
  text-align: center;
  max-width: 1024px;
  padding: 0;
}

article {
  /* border-radius: 8px 8px 8px 8px;
	box-shadow: 0 1px 2px 0 #d9e0e2;
	border: 1px solid #d9e0e2; */

  display: inline-block;
  width: 700px;
  background-color: #ffffff;
  margin: 50px 10px 0 10px;
  padding: 0 0px;
}

article h3 {
  font-size: 1.2em !important;
}

article h1,
article h2,
article h3,
article h4 {
  margin: 20px 0 20px !important;
  text-align: left !important;
}

article p {
  padding-left: 0px;
  padding-right: 0;
}

article td {
  text-align: left;
  font-size: 1em !important;
}

article a,
article a:visited {
  color: #008f6e;
}

article a:hover {
  color: #000;
  text-decoration: underline;
}

article > header {
  background: none;
  border: none;
  padding-bottom: 15px;
}

article > footer {
  background: none !important;
  color: #444;
  padding: 0 !important;
  top: 0;
}

.main-blog-img {
  width: 100%;
  /* border-radius: 8px 8px 0 0; */

  height: 350px;
  vertical-align: bottom;
}

.full-img {
  max-width: 100%;
  margin: 0 0 10px;
  vertical-align: bottom;
}

.port-img {
  margin: 0 auto;
  border-bottom: 10px solid #fff;
  vertical-align: bottom;
  max-width: 100%;
}

figure .caption {
  margin: 0;
  padding: 5px;
  opacity: 1;
  background: #f8f8f8;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  top: -10px;
  text-align: left;
}

article .figure {
  display: inline-block;
  margin: 0;
}

article > header h1 {
  font-size: 1.9em !important;
  line-height: 1.3em;
  width: 100%;
  color: #444;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

.article-promo {
  max-width: 1020px;
  background-color: #fff;
  margin: 45px auto;
  padding: 0 0 30px 0;
}

.article-promo img {
  /* border-radius: 8px 8px 0 0; */
  width: 100%;
}

.article-promo img:hover {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.article-promo h2 {
  text-align: left !important;
  font-size: 20pt;
  color: #444;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  margin: 0 25px;
}

.article-promo h2 a,
.article-promo h2 a:visited {
  color: #1ea883;
}

.article-promo h2 a:hover {
  color: #444;
  text-decoration: none;
}

.article-promo p {
  margin: 0 25px;
  text-align: left !important;
  font-size: 11pt;
  line-height: 17pt;
}

.section-divider {
  background-image: url(https://gardenplannerwebsites.azureedge.net/theme/growveg/fw-divider.png);
  background-position: top;
  background-repeat: no-repeat;
}

article.article-card {
  margin: 15px 5px 0 !important;
  width: 239px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
}

.article-card img {
  width: 100%;
  max-height: 184px;
}

.article-card img:hover {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.article-card h4,
.article-card h2 {
  text-align: left;
  font-size: 1em;
  color: #444;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  margin: 0 !important;
}

.article-card h4 a,
.article-card h2 a {
  color: #444;
}

.article-card h4 a:hover,
.article-card h2 a:hover {
  color: #008f6e;
  text-decoration: none;
}

.article-card p {
  margin: 0 15px !important;
  text-align: left !important;
  font-size: 11pt;
  line-height: 17pt;
  padding: 12px 0px;
}

.featured-cards,
#related-cards {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.featured-cards h3,
#comments h3 {
  font-size: 25pt;
  font-weight: normal;
  padding-top: 0px;
  margin-bottom: 5px;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
}

.featured-cards .article-card .comment-count {
  display: block;
  width: 18%;
  text-align: right;
  float: right;
}

.featured-cards .article-card .comment-count-number {
  display: inline-block;
  width: 30%;
  font-size: 0.8em;
  margin: 0;
  color: #444;
}

.featured-cards .article-card .comment-count img {
  width: 25px;
  display: inline-block;
  vertical-align: bottom;
}

.featured-cards .article-card h4 {
  margin: 0 !important;
  width: 80%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.3em;
}

.featured-cards .article-card h4 a {
  color: #1ea883;
}

.featured-cards .article-card h4 a:hover {
  color: #444;
}

.paging {
  margin: 20px auto;
  width: 95%;
  padding: 20px 0;
  text-align: center;
}

.paging h3 {
  margin: 0 0 20px 0 !important;
}

.paging .btn {
  max-width: 230px;
  display: inline-block;
  float: none;
  width: 100%;
}

.article-categories {
  margin: 40px auto;
  max-width: 884px;
  width: 95%;
}

.tagcloud {
  padding: 0px;
}

.article-categories p {
  text-align: center !important;
}

.tagcloud a {
  color: #008f6e;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 1.8em;
  font-size: 1em !important;
}

.tagcloud a:hover {
  color: #000;
  text-decoration: underline;
}

.article-categories ul {
  list-style: none;
}

.articleview .article-card {
  width: 237px;
}

#related-cards {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  padding: 0 10px 50px 15px;
  margin-left: 0;
  width: 279px;
  border-left: 1px dashed #18c59b;
  border-bottom: 1px dashed #18c59b;
  border-radius: 0 0 0 15px;
  /* border-radius: 8px 8px 8px 8px;
	border: 1px solid #d9e0e2;
	box-shadow: 0 1px 2px 0 #d9e0e2; */
}

#related-cards h3 {
  margin: 63px 0 4px;
  padding: 0px 0 27px 0px;
  text-align: left;
  font-size: 1.9em;
}

#related-cards .article-card {
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 0 !important;
  border-radius: 0 0 0 0;
  height: 100%;
  padding: 15px 0 10px 0;
}

#related-cards .article-card img {
  border-radius: 0 37px 0 0;
}
#related-cards .article-card h4 {
  margin: 0px 0 !important;
  font-size: 1em !important;
  padding: 0px;
}
#related-cards .article-card p {
  margin: 0 !important;
  padding: 0;
}
#ctl00_main_relatedPlants,
#ctl00_main_relatedPests,
#ctl00_main_relatedDiseases {
  text-align: left;
}
#ctl00_main_relatedPlants .article-card,
#ctl00_main_relatedPests .article-card,
#ctl00_main_relatedDiseases .article-card {
  width: 220px;
}
.author {
  margin: 10px 0 !important;
  padding: 0 !important;
}
cite {
  font-style: normal;
}
.flag {
  vertical-align: middle;
}
#comments {
  padding: 20px 0px 40px;
  text-align: left;
  border-top: 1px dashed #444;
  margin-top: 40px;
}
#comment {
  font-style: italic;
  margin-top: 40px;
  line-height: 1.5em;
  white-space: pre-wrap;
  /* css-3 */

  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.bubble {
  position: relative;
  width: 80%;
  padding: 35px;
  background: #f8f8f8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
}
.bubble:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -15px;
  top: -16px;
  left: 10%;
}
.bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #f8f8f8 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  top: -15px;
  left: 10%;
}
/*-- Style for author's name */

.comment-author,
.comment-date {
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
}
/* -- style for author comment bubble */

.author-comment {
  background: #abeddd;
}
.author-comment.bubble:after {
  border-color: #abeddd transparent;
}
.articleview .commentForm {
  text-align: left;
}
.commentForm {
  padding: 0;
  text-align: center;
  background-color: #fff;
  border-top: 1px dashed #444;
  margin: 0 auto;
}
.commentForm td {
  text-align: left;
}
.commentForm p {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}
.inputtablelabel {
  text-align: right !important;
  vertical-align: top;
  padding: 10px 10px 0 !important;
  width: 130px;
}
.commentForm label.blk {
  margin-top: 5px;
  display: block;
}
.commentForm textarea,
.commentForm input {
  border: 1px solid #ccc;
  font-size: 100%;
  color: #444;
  width: 90%;
}
.commentForm input.btn {
  width: 150px;
  border: none;
  display: inline-block;
  height: 45px;
  padding: 0;
  color: #fff !important;
  position: relative;
  left: -16px;
}
.commentForm input {
  font-size: 0.9em;
  color: #444 !important;
  padding: 5px;
}
.commentForm #ctl00_main_FormShield1 table {
  margin: 10px 0 0;
}

#show-comments {
  display: none;
}

/* responsive video styles */
article .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
  text-align: center;
}
article .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ctl00_main_chkEmailUpdates {
  width: 5%;
  vertical-align: middle;
}
.articleview .commentForm #ctl00_main_btnAddComment {
  left: 0 !important;
}
.action-divider {
  max-width: 1000px;
  margin: 65px auto 65px;
  border: 1px dashed #1ea883;
  height: 106px;
  padding: 20px 10px 0;
  text-align: center;
  border-radius: 10px;
}
.action-divider > p {
  text-align: center !important;
  padding: 10px;
  margin: 50px 0 0 !important;
}
.action-divider > h1 {
  text-align: center;
  padding: 20px;
  margin: -64px auto !important;
  color: #1ea883;
}
.action-divider > h1 > span {
  background: #fff;
  padding: 0 10px;
}
.action-divider img {
  display: inline-block;
  margin: 5px 10px 0;
  vertical-align: text-bottom;
}
.action-divider .btn {
  margin: 18px 10px 0;
  display: inline-block;
  width: 22%;
}
/* #endregion */

/********************************************************************/
/*                              Overview styles                     */
/********************************************************************/
/* #region Overview Styles */
.overview #promo h1 {
  color: #fff;
  height: 40px;
}
.overview #promo {
  background: url(https://gardenplannerwebsites.azureedge.net/theme/growveg/home-main-promo-bkgnd.jpg);
  background-repeat: repeat-x;
  margin-bottom: 30px;
  border: none;
  background-size: 248px 79.2%;
}
.overview #promo p {
  margin-bottom: 0 !important;
  color: #fff !important;
  height: 52px;
}
.overview #promo p a {
  color: #fff;
}
.overview #promo p a:hover {
  color: #444;
}
#home-promo-left,
#home-promo-right {
  height: auto;
}
@media (max-width: 860px) {
  #home-promo-left {
    max-width: 340px;
  }
  #home-promo-right {
    max-width: 275px;
  }
}
@media (max-width: 615px) {
  #home-promo-left {
    max-width: 170px;
  }
  #home-promo-right {
    max-width: 138px;
  }
}
@media (max-width: 320px) {
  #home-promo-left {
    max-width: 112px;
  }
  #home-promo-right {
    max-width: 91px;
  }
}

#page.overview #pageInner {
  text-align: center;
  background: #fff;
  width: 100%;
  padding: 0 20px;
}
.overview #pageInner h3 {
  margin: 0 auto;
  text-align: left;
  max-width: 1020px;
  font-weight: lighter;
  font-style: italic;
  color: #26ca9e;
  font-size: 1.6em;
}
.overview .featured-cards {
  padding-bottom: 30px;
  max-width: 1024px;
}
.overview .featured-cards .article-card {
  margin: 15px 10px 15px;
  width: 23.91%;
  border: none;
}
.overview .featured-cards .article-card img {
  border-radius: 0 0 0 0;
}
.overview .featured-cards .article-card.no-left-margin {
  margin-left: 0px !important;
}
.overview .featured-cards .article-card h4 {
  margin: 0 !important;
  width: 80%;
  display: inline-block;
}
.overview .featured-cards .article-card h4 a {
  color: #1ea883;
}
.overview .featured-cards .article-card h4 a:hover {
  color: #444;
}
.overview .featured-cards .article-card .comment-count {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  text-align: right;
}
.overview .featured-cards .article-card .comment-count-number {
  display: inline-block;
  width: 30%;
  font-size: 0.8em;
  margin: 0;
  color: #444;
}
.overview .featured-cards .article-card .comment-count img {
  width: 25px;
  display: inline-block;
  vertical-align: bottom;
}
.overview .article-promo {
  width: 100%;
  padding: 0;
  border: none;
  margin: 20px auto;
}
.overview .article-promo img {
  border-radius: 0 0 0 0;
}
.overview .article-promo h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: #69af24;
}
.overview .article-promo p {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
}
.overview-search-submit {
  height: 25px;
  position: relative;
  top: -4px;
  border: none;
  font-size: 1em;
  padding: 0;
  color: #fff;
  margin: 0 0 0 9px;
  -webkit-appearance: none;
}
.overview-search-box {
  width: 130px;
  height: 35px;
  border: none;
  top: -11px;
  padding: 10px;
  font-size: 1em;
  -webkit-appearance: none;
  background: #5ed4b2;
  color: #fff;
  position: relative;
}
.overview-search-box::-webkit-input-placeholder {
  color: #fff;
}
.overview-search-box::-moz-placeholder {
  color: #fff;
}
/* #endregion */

/********************************************************************/
/*                    Internal static pages styles                  */
/********************************************************************/
/* #region Internal Static Pages Styles */
.internalview {
  background-color: #fff;
  height: 100%;
}
.internalview #pageInner {
  width: 800px;
  padding: 0 25px;
  text-align: left;
  margin: 0 auto;
}
.internalview #pageInner .cntr {
  margin: 0 auto;
  max-width: 714px;
}
.internalview #pageInner .cntr img {
  width: 100%;
  margin: 30px 0 15px;
}
.internalview #pageInner h2 {
  text-align: left;
}
.internalview #pageInner h1 {
  font-size: 2.2em;
  line-height: 1.2em;
}
/* #endregion */

/********************************************************************/
/*              Garden Planner intro Page styles                    */
/********************************************************************/
/* #region Garden Planner Intro Page Styles */
#hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#hero h1 {
  font-size: 2.5em;
  font-family: "Nunito Sans", sans-serif;
  color: 444444;
  text-align: center;
  font-weight: lighter;
  margin: 0 20;
  line-height: 1.4;
}
#hero h2 {
  font-size: 1.9em;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-weight: lighter;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 7px;
}
#hero h2 .subtitle {
  color: #747474;
}
#hero p {
  font-size: 1.125em;
  font-weight: lighter;
  line-height: 1.5em;
  max-width: 750px;
  margin: 20px auto;
}
#hero .btn {
  width: 235px !important;
  margin: 0px 5px 10px;
}
#hero .mid,
#hero .min {
  display: none;
}
.hero-design,
.hero-location,
.hero-guides,
.hero-yearbook,
.hero-book {
  width: 100%;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
#hero p.smaller-for-wrap {
  max-width: 600px;
}
.book-quote {
  border-radius: 3px;
  font-size: 16pt;
  line-height: normal;
  background: rgb(244, 244, 244);
  margin: 30px auto;
  padding: 30px;
  max-width: 1050px;
}
.hero-guides img,
.hero-location img,
.hero-yearbook img {
  max-width: 842px;
}
#hero .hero-book figure img {
  max-width: 800px;
  margin: 0 auto 30px auto;
}
#hero .hero-book-smaller img {
  max-width: 400px;
  margin: 0 auto 30px auto;
}
.hero-design img {
  max-width: 1000px;
}
#hero figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
#hero figure img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  vertical-align: bottom;
}
#hero figcaption {
  margin: 8px auto;
}
.hero-gradient {
  background: rgb(244, 244, 244);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(
    top,
    rgba(244, 244, 244, 1) 0%,
    rgba(255, 255, 255, 1) 40%
  );
  /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(244, 244, 244, 1)),
    color-stop(40%, rgba(255, 255, 255, 1))
  );
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(
    top,
    rgba(244, 244, 244, 1) 0%,
    rgba(255, 255, 255, 1) 40%
  );
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(
    top,
    rgba(244, 244, 244, 1) 0%,
    rgba(255, 255, 255, 1) 40%
  );
  /* Opera 11.10+ */

  background: -ms-linear-gradient(
    top,
    rgba(244, 244, 244, 1) 0%,
    rgba(255, 255, 255, 1) 40%
  );
  /* IE10+ */

  background: linear-gradient(
    to bottom,
    rgba(244, 244, 244, 1) 0%,
    rgba(255, 255, 255, 1) 40%
  );
  /* W3C */

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
}
.reverse-hero-gradient {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ffffff 60%, #f4f4f4 100%);
  /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, #ffffff),
    color-stop(100%, #f4f4f4)
  );
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 60%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 60%, #f4f4f4 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 60%, #f4f4f4 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 60%, #f4f4f4 100%);
  /* W3C */

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
  /* IE6-8 */

  border-bottom: 1px solid #f2f2f2;
}
.columns {
  width: 100%;
  text-align: center;
  padding: 100px 20% 0;
  background-position: top center;
}
.columns .block-promo {
  margin: 0 1px 70px;
  height: 250px;
  width: 48%;
  border-right: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
}
.block-promo:nth-child(2n) {
  border-right: none;
}

.onecol {
  width: 45%;
  margin: 20px auto;
  text-align: center;
  vertical-align: top;
}

.onecol a.btn {
  width: 90%;
}

#double-cta {
  margin-bottom: 120px;
  margin-top: 55px;
}
#double-cta span {
  display: block;
  font-size: 14px;
}
.footnote {
  font-size: 0.8em;
}
/* #endregion */

/********************************************************************/
/*                         Yearbook styles                          */
/********************************************************************/
.yearbook .search-box {
  width: 75%;
}

/********************************************************************/
/*                    Search result styles                          */
/********************************************************************/
/* #region Search Result Styles */
.searchview {
  padding-top: 40px !important;
}
.searchview #pageInner {
  margin-top: 20px;
  text-align: center;
}
.searchview .article-card h4 a:link,
.searchview .article-card h4 a:visited {
  color: #009933;
  font-size: 0.9em;
}
.gsc-control-cse {
  max-width: 700px;
  margin: 20px auto;
  text-align: left;
}
.gsc-control-cse {
  padding: 0 !important;
}
table.gsc-above-wrapper-area-container {
  margin: 0 0 10px 0 !important;
}
.gsc-table-result {
  margin: 0 !important;
}
.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 1.1em !important;
  min-height: 21px !important;
  text-decoration: none !important;
}
.searchview .article-card {
  width: 18%;
}
.showWhenNoResults {
  display: none;
}

.guides-filter {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 5px 20px 5px 0;
}
.guides-filter-title {
  text-align: right;
  display: inline-block;
  font-size: 13px;
}
.guides-filter-container {
  max-width: 580px;
  display: inline-block;
}
.guides-filter span {
  display: inline-block;
  background-color: #ccc;
  padding: 5px 10px;
  text-align: center;
  border-radius: 2px;
  margin: 0 0 10px 5px;
  font-size: 11px;
}
span.filter-switch {
  display: none;
}
.guides-filter input:checked + span {
  background-color: #07c89f;
}
.guides-filter input[type="checkbox"] {
  position: absolute;
  left: -999px;
}
/* #endregion */

/********************************************************************/
/*               Subscription pages Styles                          */
/********************************************************************/
/* #region Subscription Pages Styles */
.subs {
  margin-top: 30px;
}

table.subs-table {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 10px;
}

table.subs-table td,
table.subs-table th {
  padding: 10px;
}

.subs .bubble {
  margin: 70px 0 20px !important;
  width: 100%;
}

#subscriptioninfo {
  width: 90%;
}
#subscriptioninfo td {
  width: 30%;
  padding: 5px 10px 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#subscriptioninfo td.tright {
  text-align: right !important;
}
.btn-subs {
  width: 30% !important;
}
.btn-subs:hover {
  text-decoration: none;
}
.btn-logged-in {
  display: none !important;
}
.logged-in span.btn-logged-in {
  display: inline-block !important;
}
.logged-in span.btn-trial-logged-in {
  display: none !important;
}

.logged-in div.onecol span.btn-logged-in {
  display: block !important;
}
/* #endregion */

/********************************************************************/
/*                             Footer                               */
/********************************************************************/
/* #region Footer*/
footer {
  width: 100%;
  color: #fff;
  background-color: #08c69a;
  background-color: -moz-linear-gradient(left, #0fbc77 0%, #00d1bd 100%);
  background-color: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #0fbc77),
    color-stop(100%, #00d1bd)
  );
  background-color: -webkit-linear-gradient(left, #0fbc77 0%, #00d1bd 100%);
  background-color: -o-linear-gradient(left, #0fbc77 0%, #00d1bd 100%);
  background-color: -ms-linear-gradient(left, #0fbc77 0%, #00d1bd 100%);
  background-color: linear-gradient(to right, #0fbc77 0%, #00d1bd 100%);
  text-align: center;
}
footer nav#footerlinks {
  width: 80%;
  margin: 0 auto;
}
footer nav#footerlinks ul {
  list-style: none;
  display: inline;
}
footer nav#footerlinks li {
  display: inline-block;
  padding: 4px 7px 4px 2px;
  line-height: 100%;
  font-size: 80%;
}
footer nav#footerlinks li a {
  color: #fff;
  text-decoration: none;
}
footer nav#footerlinks li a:hover {
  text-decoration: underline;
}
.printFooter {
  display: none;
}
/* #endregion */

/********************************************************************/
/*                             Modals                               */
/********************************************************************/
/* #region Modals */

.modal {
  display: none;
  width: 740px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.modal .btn {
  width: 320px !important;
  margin: 10px;
  display: inline-block;
  font-size: 1em;
}
.modal img {
  width: 150px;
  margin: 0 auto;
}
/* #endregion */

/********************************************************************/
/*                       Responsive styles                          */
/********************************************************************/
/* #region Responsive Styles */
@media (max-width: 1279px) {
  #book-promo {
    top: -115px;
    width: 150px;
    height: 150px;
  }
  .columns {
    padding: 100px 10% 0;
  }
}
@media (max-width: 900px) {
  #pageInner {
    max-width: 100%;
    padding: 0 20px;
  }
  #book-promo {
    top: -86px;
    width: 120px;
    height: 120px;
  }
  .columns {
    padding: 100px 0 0;
  }
}
@media (max-width: 1023px) {
  header {
    position: absolute;
    top: 0;
  }

  #page {
    top: 74px;
    position: relative;
  }

  #page.articleview {
    position: relative !important;
    top: 60px;
  }
  #mainLogo {
    display: none;
  }

  #tr-nav {
    position: absolute;
    z-index: 4000;
    margin: 5px 0 0 10px;
  }

  #related-cards {
    width: 700px;
    margin-left: 0;
    border: none;
  }

  #related-cards h3 {
    text-align: center;
    padding: 10px 0;
  }

  #related-cards .article-card {
    display: inline-block;
    width: 200px;
    margin: 0px 8px 0 !important;
  }

  .overview {
    margin-top: 0px !important;
  }

  .overview #promo {
    margin-bottom: 20px;
    background-size: 248px 79.1%; /*ixr*/
  }

  .overview .featured-cards {
    padding-bottom: 10px;
  }

  .overview .featured-cards .article-card,
  .video-landing .featured-cards .article-card {
    width: 23.8%;
    height: 145px;
  }

  .overview .featured-cards .article-card h4,
  .video-landing .featured-cards .article-card h4 {
    width: 75%;
    font-size: 0.9em;
  }

  .overview .featured-cards .article-card .comment-count,
  .video-landing .featured-cards .article-card .comment-count {
    width: 22%;
  }

  article.article-card {
    width: 224px;
  }

  article > header {
    position: relative;
    z-index: 199;
  }

  .plantIndexCell {
    width: 31.9%;
  }

  .commentForm {
    border-bottom: 1px dashed #444;
  }

  .video-landing .featured-cards .article-card span.play-btn {
    margin-top: -48%;
  }

  .video-landing .featured-cards .article-card span.play-btn img {
    max-width: 85%;
  }

  .video-landing #promo .video-intro .intro-container {
    margin: 0 20px 0;
  }

  .guides-landing #hero {
    padding: 0 10px;
  }

  .guides-landing #hero .btn {
    max-width: 90%;
  }

  .guides-landing .reverse-hero-gradient {
    margin: -4px 0 0;
  }

  .searchview .article-card h4 {
    font-size: 0.9em;
    line-height: 1.2em;
  }

  .action-divider {
    height: 115px;
  }

  .action-divider > h1 {
    font-size: 1.4em !important;
    margin: -54px auto 6px !important;
  }

  .action-divider > p {
    margin: -17px 0 0 !important;
    font-size: 0.9em;
  }

  .action-divider .btn {
    width: 24%;
    font-size: 1em;
    margin: 30px 1px 0;
    vertical-align: top;
  }

  .plans-gallery {
    width: 100% !important;
    max-width: 700px;
  }

  .mapheader {
    width: 100%;
  }

  footer {
    position: relative;
    top: 80px;
  }

  .sgp-btn {
    display: none;
  }
}

@media (max-width: 860px) {
  .overview #promo {
    margin-bottom: 20px;
    background-size: 248px 81%; /*12p*/
  }
}
@media (max-width: 768px) {
  article.article-card {
    width: 224px;
  }

  .plantIndexCell {
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    margin: 5px 5px !important;
    display: inline-block;
    vertical-align: top;
    width: 31.9%;
    background-color: #fff;
  }

  .action-divider {
    height: 115px;
    margin-top: 45px !important;
  }
  #article-comments {
    display: none;
  }
  #show-comments {
    display: block;
  }
  #article-comments:target {
    display: block;
  }
  .hero-design,
  .hero-yearbook {
    padding-top: 20px;
  }
  footer nav#footerlinks {
    width: 100%;
  }
  footer nav#footerlinks ul {
    padding: 0;
    margin: 10px 0;
  }
  footer nav#footerlinks li {
    padding: 7px 5px;
    font-size: 100%;
  }
}

@media (max-width: 767px) {
  article > header h1 {
    font-size: 1.6em !important;
    color: #444;
    padding: 0 !important;
    margin: 0 !important;
    background: none;
    height: 100%;
    text-shadow: none;
  }

  .author {
    margin-top: 10px !important;
  }

  article.article-card {
    width: 47.2%;
  }

  #page #promo p {
    font-size: 1em;
    line-height: 1.8em;
  }

  #hero .block-promo {
    height: 300px;
  }

  #hero .block-promo .btn {
    font-size: 1em;
    width: 100%;
  }

  .articleview .article-card {
    width: 237px;
  }

  #tr-nav {
    display: none;
  }

  .plant-detail p.right {
    text-align: center;
    width: 100%;
  }

  .plant-detail p.left,
  .plant-detail h3.left,
  .plant-detail h4.left {
    width: 100%;
  }

  .columns {
    padding: 100px 15% 0;
  }

  .columns .block-promo {
    width: 100%;
    border: none;
  }

  article > .social-media-buttons {
    text-align: left !important;
    padding: 15px 0px 35px;
  }

  #related-cards,
  article {
    width: 95%;
  }

  #related-cards .article-card {
    width: 100%;
    height: 100% !important;
    margin: 0 0 !important;
  }

  #related-cards h3 {
    padding: 0;
  }

  .plant-detail > header > h1 {
    text-align: center !important;
  }

  .main-blog-img {
    max-height: 350px;
    height: 100%;
  }

  .plant-detail header img {
    top: 0px;
    margin: 30px auto;
    float: none;
    padding: 0;
  }

  .overview #promo {
    margin-bottom: 20px;
    background-size: 248px 81%;
  }

  .internalview #pageInner h3 {
    font-size: 1.6em;
  }

  .overview .article-promo h2 {
    font-size: 1.2em !important;
  }

  .overview .article-promo p {
    font-size: 0.8em;
    line-height: 1.5em;
    margin-top: 5px;
  }

  .overview #related-cards,
  .overview article {
    width: 100%;
    margin-top: 0 !important;
  }

  .overview .article-card h4,
  .overview .article-card h2 {
    font-size: 1.1em;
    margin: 0 !important;
  }

  #hero h1 {
    font-size: 2em;
  }

  #hero h2 {
    font-size: 1.2em;
  }

  #hero p {
    font-size: 0.9em;
  }

  .video-landing #promo p {
    max-width: 100% !important;
  }

  .modal {
    width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .modal .btn {
    width: 90% !important;
  }

  .guides-landing .hero-guides-intro h1,
  .guides-landing .hero-guides-intro p {
    width: 80%;
    margin: 0 auto !important;
  }

  .guides-landing #hero .btn {
    max-width: 100%;
    font-size: 1.1em;
  }

  .pestIndexCell {
    max-height: 152px !important;
  }

  .searchview .article-card {
    width: 30%;
  }

  #subscriptioninfo td {
    font-size: 0.8em;
  }

  .subs .btn {
    width: 90% !important;
    margin: 10px 0;
  }

  .btn-subs {
    width: 200px !important;
    margin: 10px 0;
  }

  .comparisonview table {
    width: 95%;
  }

  .comparisonview table td {
    width: 20%;
    padding: 7px 0;
    font-size: 88%;
  }

  .comparisonview table td.tright {
    width: 49%;
    padding-right: 20px;
  }

  .comparisonview table td img {
    width: 75%;
  }

  .comparisonview table td img.incl-miss {
    width: 15px;
  }

  .comparisonview span.footnote {
    font-size: 0.8em;
    top: 30px;
  }

  .internalview #pageInner h1 {
    font-size: 1.4em;
  }

  .action-divider {
    height: 115px;
  }

  .action-divider > p {
    font-size: 0.8em;
  }

  .action-divider .btn {
    width: 20% !important;
    overflow: hidden;
  }

  .plans-gallery {
    max-width: 80%;
  }

  #ctl00_main_txtLocation {
    width: 40% !important;
  }

  .filter {
    width: 95%;
  }

  .plans-gallery .article-card {
    width: 29%;
    height: 170px;
  }

  #ctl00_main_imgPlanPreview {
    width: 100%;
  }

  #blog-tbl {
    width: 100% !important;
  }

  #blog-tbl td {
    vertical-align: middle;
    padding: 10px;
  }

  #blog-tbl img {
    width: 100%;
    max-width: 50px;
    min-width: 35px;
  }

  #ctl00_main_relatedPlants .article-card img,
  #ctl00_main_relatedPests .article-card img,
  #ctl00_main_relatedDiseases .article-card img {
    display: none;
  }

  #ctl00_main_relatedPlants .article-card h4 a:link,
  #ctl00_main_relatedPlants .article-card h4 a:visited,
  #ctl00_main_relatedPests .article-card h4 a:link,
  #ctl00_main_relatedPests .article-card h4 a:visited,
  #ctl00_main_relatedDiseases .article-card h4 a:link,
  #ctl00_main_relatedDiseases .article-card h4 a:visited {
    font-size: 1em !important;
    color: #008f6e !important;
  }

  #ctl00_main_relatedPlants .article-card,
  #ctl00_main_relatedPests .article-card,
  #ctl00_main_relatedDiseases .article-card {
    margin: 0px 0 0px !important;
    height: 10px !important;
  }

  #ctl00_main_relatedPlants h3,
  #ctl00_main_relatedPests h3,
  #ctl00_main_relatedDiseases h3 {
    margin: 20px 0 0px !important;
  }

  #ctl00_main_relatedPlants h4,
  #ctl00_main_relatedPests h4,
  #ctl00_main_relatedDiseases h4 {
    margin: 0 !important;
  }
  .bubble {
    width: 95%;
    padding: 25px;
  }
  .paging .btn {
    max-width: 125px;
  }
}
@media (max-width: 480px) {
  article.article-card {
    width: 100% !important;
    margin: 15px 0 30px !important;
    height: 100% !important;
  }

  .article-card h4,
  .article-card h2 {
    font-size: 0.9em;
  }

  #page-title input.search-box {
    width: 230px;
    margin: 30px 0 0;
  }

  #page-title h1 {
    font-size: 1em;
  }

  #hero .mid {
    display: none;
  }

  #hero .min {
    display: block;
  }

  #page-title #guidesnav a {
    padding: 0px;
    display: block;
    width: 200px;
    margin: 0 auto;
    max-width: none;
  }

  .columns {
    padding: 100px 5% 0;
  }

  .slider label {
    width: 30.7%;
  }

  .slider label img {
    width: 100%;
  }

  .overview #promo {
    margin-bottom: 20px;
    background-size: 248px 85%;
  }

  .overview #promo h1 {
    font-size: 1.3em !important;
  }

  .overview #promo p {
    font-size: 0.92em !important;
    margin: 0 !important;
    line-height: 1.4em !important;
  }

  .overview .featured-cards .article-card h4 {
    width: 100%;
  }

  .overview .featured-cards .article-card .comment-count {
    display: none;
  }

  .onecol a.btn {
    width: 100%;
  }

  .pest-index {
    padding: 0 6px !important;
  }

  article.article-card.pestIndexCell {
    width: 46.7% !important;
    margin: 5px 5px !important;
    height: 100% !important;
  }

  .pestIndexCell .pestIndexText {
    display: block;
    position: relative;
    top: -7px;
    opacity: 0.7;
    background: #000;
    height: 41px;
    padding: 5px;
    font-size: 0.8em;
    color: #fff;
  }

  .pest-index h1 {
    font-size: 1.5em !important;
    margin: 20px 0 5px !important;
  }

  .plantIndexCell {
    width: 46% !important;
  }

  .plantIndexCell span {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  article.pest-detail {
    margin-bottom: 0 !important;
  }

  article .pest-detail #related-cards {
    width: 100% !important;
  }

  .guides-filter {
    padding: 0 30px;
    text-align: center;
  }

  .guides-filter-title {
    text-align: center;
    width: 100%;
  }

  .guides-filter span {
    padding: 5px 8px;
  }

  #googleSearch {
    width: 230px;
  }

  article {
    width: 95% !important;
    margin: 61px 0 12px !important;
  }

  .video-landing .featured-cards .article-card {
    height: 100% !important;
  }

  .video-landing .featured-cards .article-card span.play-btn {
    margin-top: -33%;
    height: 120px;
  }

  .video-landing .featured-cards .article-card span.play-btn img {
    max-width: 100%;
  }

  #ctl00_main_btnYearbookEmail {
    font-size: 0.8em;
    top: 0px;
  }
  .yearbook .search-box {
    width: 65%;
    font-size: 0.7em !important;
  }

  .guides-landing .featured-cards .article-card {
    height: 100% !important;
  }

  .guides-landing .guides-intro-container h1,
  .guides-landing .guides-intro-container p {
    width: 100%;
  }

  .guides-landing .guides-intro-container .btn,
  .video-landing .btn {
    font-size: 0.8em;
  }

  .guides-intro-container input.search-box,
  .video-intro input.search-box {
    width: 190px;
    font-size: 0.8em;
  }

  .guides-intro-container #ctl00_main_btnNewsletterSubscribeOK,
  .video-intro #ctl00_main_btnNewsletterSubscribeOK {
    top: -1px;
    width: 70px;
    font-size: 0.8em;
  }

  .searchview .article-card {
    width: 97% !important;
    margin: 41px 5px !important;
  }

  .social-media-buttons h4 {
    display: block;
  }

  .action-divider {
    height: 170px;
    margin-top: 0 !important;
  }

  .action-divider > h1 {
    font-size: 1em !important;
  }

  .action-divider > p {
    margin-top: -8px !important;
  }

  .plans-gallery .article-card {
    height: 328px !important;
  }

  .plans-gallery .article-card img {
    max-height: none;
  }

  #blog-tbl td {
    padding: 5px !important;
  }
}

@media (max-width: 375px) {
  .overview #promo {
    margin-bottom: 20px;
    background-size: 248px 87.5%;
  }

  .overview #promo h1 {
    font-size: 1.7em !important;
    margin: 11px 8px;
    display: block;
    top: 2px;
    height: 75px;
  }

  .overview #promo p {
    font-size: 0.95em !important;
    margin: 0 !important;
    line-height: 1.7em !important;
    height: 68px;
    font-weight: bold !important;
  }
  .hm {
    display: none;
  }

  .overview .article-card {
    height: 108px;
  }

  .searchview .article-card {
    margin: 26px 5px !important;
  }
}

@media (max-width: 374px) {
  .action-divider {
    height: 220px;
  }
}

@media (max-width: 320px) {
  .overview #promo {
    margin-bottom: 20px;
    background-size: 249px 89.57%;
    padding: 30px 10px 0;
  }
  .overview #promo h1 {
    font-size: 1.6em !important;
  }
  .overview #promo p {
    height: 82px;
  }
  .staff-stats {
    margin: 251px 12px 20px 30px;
  }
}
#aspnetForm {
  margin: 0;
}

/* IOS only --*/
_::-webkit-:not(:root:root),
input.search-submit {
  left: -7px !important;
  top: 3px !important;
}
/* #endregion */

.flex-col-2 {
    display: flex;
    flex-direction: row;
    padding: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

    .flex-col-2 > div {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-left: 30px;
        padding-right: 30px;
        border-right: solid 1px #ccc;
        max-width: 50%;
    }

        .flex-col-2 > div:nth-child(2n) {
            border-right: none;
        }

@media (max-width: 768px) {
    .flex-col-2 {
        flex-direction: column;
        align-items: center;
    }

        .flex-col-2 > div {
            border-right: none;
            padding: 0;
            max-width: 90%;
        }
}
