.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  height: 100%;
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: Cabin, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 9px;
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Cabin, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Cabin, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
}

h6 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 12px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: #2b7b96;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: #d16c3b;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 35px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

li {
  margin-bottom: 6px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 22px;
}

figure {
  display: block;
}

.navbar {
  z-index: 10;
  height: 75px;
  max-width: 1100px;
  background-color: #737373;
}

.burger-area {
  width: 73px;
  height: 73px;
  float: right;
  background-color: #8b8b8b;
  padding: 12px;
  position: static;
}

.burger-area:focus {
  border: 2px solid #75bde9;
}

.burger-area.w--open {
  background-color: #424242;
  top: 6px;
}

.but_subscribe {
  color: #302f2f;
  background-color: #f7c62e;
  border-radius: 6px;
  margin-left: 24px;
  padding: 8px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 15px;
  transition: all .2s;
}

.but_subscribe:hover {
  background-color: #fff;
}

.cover-bkg-dual {
  background-image: url('../images/bkg_GTGP.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  margin-top: 79px;
  display: block;
}

.search-area {
  border: 1px solid #737373;
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  left: -115px;
}

.search-area:focus {
  border: 2px solid #75bde9;
}

.icon-search {
  color: #fff;
  font-family: Fontawesome, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.icon-search:hover {
  color: #f7c62e;
}

.nav-link {
  color: #fff;
  text-align: left;
  background-color: #5d5d5d;
  border-top: 1px solid #8b8b8b;
  border-left: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
}

.nav-link:hover {
  color: #fff;
  background-color: #777;
  border-top-color: #8b8b8b;
}

.nav-link:active {
  background-color: #d16c3b;
}

.nav-dropdown-search {
  z-index: 100;
  width: 75%;
  height: 70px;
  background-color: #737373;
  border: 2px solid #96bc32;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: -105px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer {
  background-color: #444;
  margin-top: 10px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-logo-div {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #999;
  transition: all .2s;
}

.footer-logo {
  width: 400px;
}

.footer-logo.gt {
  width: 250px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.footer-link {
  color: #f3f3f3;
  text-align: center;
  padding: 7px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #f7c62e;
  transform: translate(0, -3px);
}

.footer-link:active {
  color: #46b6db;
}

.footer-link-row {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.foot-col-1, .foot-col-2 {
  padding-left: 0;
  padding-right: 0;
}

.topic-div {
  background-color: #f0f0f0;
  background-image: linear-gradient(to right, #737373 41%, #fff);
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 10px;
  position: static;
  top: 75px;
}

.topic-div.gt {
  background-color: #ac2c27;
  background-image: none;
  margin-bottom: 12px;
}

.topic-div.gp {
  background-color: #717729;
  background-image: none;
}

.topic-div.full-gray {
  background-image: linear-gradient(to right, #979797 9%, #8b8b8b);
}

.newsletter-icons {
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.wrapper {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sp20 {
  height: 20px;
}

.link-block-logo {
  flex: 0 auto;
  align-self: center;
  padding: 20px;
}

.cover-photo {
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: block;
  position: static;
}

.cover-photo.left {
  border-top: 0 solid #fff;
  border-bottom: 0 solid #fff;
  border-right: 12px solid #fff;
  margin-top: 0;
}

.cover-photo.right {
  border-top: 0 solid #fff;
  border-bottom: 0 solid #fff;
  border-left: 12px solid #fff;
}

.cover-link {
  background-color: #fff;
  padding-left: 9px;
  padding-right: 9px;
  display: block;
}

.cover-link.left, .cover-link.right {
  padding-left: 0;
  padding-right: 0;
}

.cover-buttons {
  margin-bottom: 20px;
}

.cover-button-box {
  float: none;
  color: #fff;
  background-color: #ac2c27;
  margin-top: 12px;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.cover-button-box.gp {
  background-color: #717729;
  margin-top: 12px;
  margin-left: 0;
  margin-right: 9px;
}

.cover-button {
  float: right;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  transition: all .2s;
}

.cover-button:hover {
  color: #2b7b96;
  background-color: #fff;
}

.cover-button:active {
  color: #fff;
  background-color: #2b7b96;
}

.cover-button-title {
  float: none;
  padding-top: 9px;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
}

.sp10 {
  height: 10px;
}

.menu-button {
  z-index: 10;
  width: 73px;
  height: 73px;
  float: right;
  border: 2px solid #2b7b96;
  padding: 0;
}

.menu-button:focus {
  z-index: 10;
  border: 2px solid #8ad0fc;
}

.brand-link {
  float: none;
  background-color: #fff;
  flex: 0 auto;
}

.nav-section {
  z-index: 10;
  height: 75px;
  background-color: #737373;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.nav-menu {
  height: auto;
  background-color: #737373;
  overflow: scroll;
}

.nav-menu.gt {
  background-color: #5d5d5d;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 9px #000;
}

.sp50 {
  height: 50px;
}

.section-title {
  float: left;
  color: #fff;
  margin-bottom: 8px;
  font-family: Cabin, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

.section-title.text-white {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

.section-title.cover-story {
  color: #ac2c27;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.title-rule {
  height: 2px;
  background-color: #ac2c27;
  margin-bottom: 12px;
}

.title-rule.green-rule {
  background-color: #bdc649;
}

.feature-row {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

.feature-link-block {
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4px 12px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.feature-link-block:hover {
  color: #d16c3b;
  border: 1px solid #ac2c27;
}

.popular-row {
  padding-left: 6px;
}

.popular {
  color: #333;
  margin-bottom: 18px;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.popular:hover {
  color: #ac2c27;
}

.popular:active {
  color: #2b7b96;
  text-decoration: none;
}

.ad-div-v {
  width: 160px;
  float: right;
  margin: 30px;
}

.ad-container {
  min-height: 50px;
  border: 1px solid #2b7b96;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 9px;
  display: flex;
}

.ad-link-block {
  margin: 6px;
}

.slider-icon {
  color: #575757;
  align-items: flex-start;
  margin: auto 12px;
  position: static;
}

.slider-mask {
  padding-left: 72px;
  padding-right: 72px;
  display: block;
  overflow: hidden;
}

.slides {
  padding-left: 12px;
  padding-right: 12px;
}

.slides.video {
  width: 50%;
}

.slides.products {
  width: 25%;
}

.slides.people {
  width: 20%;
}

.slide-image {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-carousel {
  height: auto;
  background-color: #fff;
  padding-bottom: 50px;
}

.slider-carousel.video {
  height: auto;
}

.arrow-left {
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 50px;
  display: block;
}

.arrow-left:focus {
  border: 1px solid #d16c3b;
}

.arrow-right {
  background-color: #fff;
  align-items: flex-start;
  margin-bottom: 50px;
}

.arrow-right:focus {
  border: 1px solid #d16c3b;
}

.slider-caption {
  text-align: center;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 13px;
  display: block;
}

.slider-caption.caption {
  color: #2e2e2e;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9px;
  font-family: Cabin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.slide-link {
  width: 100%;
  text-decoration: none;
  transition: all .2s;
}

.slide-link:hover {
  color: #ac2c27;
  border-color: #ac2c27;
}

.slide-container {
  padding-left: 0;
  padding-right: 0;
}

.content {
  width: auto;
  background-color: #fff;
  border: 1px #2b7b96;
  flex-direction: column;
  margin-top: 75px;
  display: block;
  position: static;
}

.content.less-top-margin {
  margin-top: 20px;
}

.gtgp-col1 {
  width: 50%;
  height: 75px;
  float: left;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gtgp-col2 {
  width: 50%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-story.gt-site {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
}

.nav-container {
  height: 75px;
  max-width: 1100px;
}

.main-col1 {
  width: 50%;
  float: left;
}

.main-col2 {
  width: 50%;
  float: left;
  background-color: #fff;
  border-bottom: 1px solid #96bc32;
  border-left: 1px solid #96bc32;
  border-right: 1px solid #96bc32;
}

.main-col2.green-border {
  border-bottom-color: #bdc649;
  border-left-color: #bdc649;
  border-right-color: #bdc649;
}

.gt-cover {
  width: 100%;
  position: static;
  top: 14px;
}

.button-block {
  background-color: #737373;
  margin-top: 12px;
  padding: 12px;
}

.button-latest {
  width: 85%;
  color: #fff;
  text-align: center;
  background-color: #b45c31;
  border: 1px solid #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 50px;
  font-size: 18px;
  transition: all .2s;
  display: block;
}

.button-latest:hover {
  color: #d16c3b;
  background-color: #fff;
}

.button-latest:active {
  color: #444;
}

.gt-cover-link {
  width: 100%;
  position: relative;
}

.cover-wrapper {
  padding-right: 14px;
  position: static;
  top: 45px;
}

.issue {
  color: #444;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 6px;
  font-size: 18px;
}

.issue.vol {
  text-align: right;
}

.cover-story-wrap {
  background-color: #fff;
  margin-bottom: 12px;
  padding: 9px 14px 12px;
}

.img-fill-width {
  width: 100%;
}

.button {
  color: #fcfcfc;
  background-color: #b45c31;
  border-radius: 9px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  line-height: 17px;
  transition: all .2s;
}

.button:hover {
  color: #444;
  background-color: #f7c62e;
}

.button.see-more {
  background-color: #b45c31;
  border: 1px solid #b45c31;
  margin-top: 3px;
  margin-left: 16px;
  transition: all .2s;
  position: relative;
}

.button.see-more:hover {
  color: #d16c3b;
  background-color: #fff;
  border-color: #fff;
}

.button.product-info {
  color: #fff;
  text-align: center;
  background-color: #b45c31;
  margin: 17px auto 10px;
  display: block;
}

.button.product-info:hover {
  color: #444;
  background-color: #fff;
}

.button.more {
  border: 1px solid #fff;
}

.button.more:hover {
  color: #d16c3b;
  background-color: #fff;
  border-color: #d16c3b;
}

.button.disabled {
  cursor: not-allowed;
  background-color: #737373;
}

.button.disabled:hover {
  color: #fff;
}

.button.adpackages {
  width: 100%;
  margin-top: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  box-shadow: 2px 2px 2px 1px #444;
}

.cover-bkg {
  height: 55%;
  background-color: #ac2c27;
  padding-bottom: 57px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.cover-bkg.green-bkg {
  background-color: #bdc649;
}

.container-main {
  max-width: 1100px;
  position: relative;
}

.topic-title-container {
  align-items: center;
  display: block;
}

.story-container {
  border-left: 1px #8b8b8b;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 24px;
}

.story-caption-right {
  border-left: 1px solid #2b7b96;
  flex: 0 0 15%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6px;
  margin-right: 12px;
  padding-left: 12px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.slideshow {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

.slideshow.story {
  margin-left: -50px;
  margin-right: -50px;
}

.slideshow-caption {
  z-index: 10;
  color: #2a2a2a;
  background-color: rgba(255, 255, 255, .75);
  padding: 6px;
  font-size: 13px;
  font-weight: 600;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slide-nav {
  z-index: 10;
}

.slide-full-width {
  width: 100%;
  height: auto;
}

.slideshow-img {
  width: 100%;
}

.story-imgs {
  border: 1px solid #c7c7c7;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 24px -50px;
  padding: 12px 6px;
  display: flex;
}

.img-flex-box {
  width: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 6px 12px;
  display: flex;
}

.img-scale {
  width: 100%;
  flex: 0 auto;
  display: block;
}

.newsletter-button-block {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.newsletter-row {
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.newsletter-editor {
  width: 75px;
  float: left;
  margin-right: 11px;
}

.newsletter-text {
  font-size: 13px;
  line-height: 18px;
}

.newsletter-button {
  color: #fff;
  text-align: center;
  background-color: #b45c31;
  border: 1px solid #fff;
  border-radius: 9px;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 14px;
  line-height: 16px;
  transition: all .2s;
}

.newsletter-button:hover {
  color: #d16c3b;
  background-color: #fff;
  border: 1px solid #d16c3b;
}

.newsletter-button.large {
  width: 75%;
  margin: 14px auto 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  line-height: 22px;
  display: block;
}

.newsletter-button.blue {
  width: auto;
  background-color: #2b7b96;
  margin-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.newsletter-button.blue:hover {
  color: #2b7b96;
  background-color: #fff;
  border-color: #2b7b96;
}

.newsletter-button.medium {
  width: 50%;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 12px 20px;
  font-size: 18px;
}

.news-logo {
  width: 200px;
}

.newsletter-description-block {
  padding-left: 10px;
}

.text-white {
  color: #fff;
}

.video-link {
  width: 100%;
  height: 80%;
  color: #444;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

.video-link:hover {
  color: #2b7b96;
}

.article-title-2 {
  margin-bottom: 9px;
  font-family: Cabin, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.writer {
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
  display: block;
}

.article-link-block {
  color: #333;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.article-link-block:hover {
  color: #d16c3b;
}

.article-link-block:active {
  color: #f7c62e;
}

.for-index {
  margin-bottom: 18px;
}

.article-department {
  color: #b45c31;
  margin-bottom: 4px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.article-title {
  margin-bottom: 9px;
  font-family: Cabin, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

.article-writer {
  margin-bottom: 9px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

.article-text {
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  position: static;
}

.text-span {
  font-style: italic;
  font-weight: 400;
}

.articles-title-recent {
  color: #2b7b96;
  border-bottom: 4px solid #e0dfdf;
  margin-top: 16px;
  margin-bottom: 16px;
}

.video-large {
  margin-bottom: 12px;
}

.video-thumb-title {
  font-weight: 400;
  display: block;
  position: static;
}

.video {
  margin-bottom: 6px;
  position: relative;
}

.video-thumb-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  display: block;
}

.video-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.video-description {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.video-runtime {
  color: #fff;
  background-color: #2b7b96;
  margin-left: 6px;
  padding: 4px 7px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.video-runtime-thumb {
  color: #fafafa;
  background-color: #2b7b96;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
}

.row {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 16px;
  padding-bottom: 16px;
  transition: opacity .2s;
}

.col-padding {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 9px 16px;
  display: block;
}

.list-item {
  margin-bottom: 6px;
}

.list {
  margin-bottom: 10px;
  padding-left: 30px;
}

.text-link-bright {
  color: #3cc4f1;
}

.request-text {
  color: #fff;
  margin-bottom: 15px;
}

.request-steps {
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.request-icon {
  color: #737373;
  margin-right: 6px;
  font-family: Fontawesome webfont, sans-serif;
}

.request-icon.yellow {
  color: #f7c62e;
}

.request-issues-link-block {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-flow: wrap;
  flex: none;
  align-content: space-between;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 19px;
  padding: 0 3px 3px;
  text-decoration: none;
  display: inline-block;
}

.request-issues-link-block:hover {
  color: #ac2c27;
  border: 1px solid #2b7b96;
}

.text-field {
  padding-right: 12px;
}

.text-field:focus {
  border: 1px solid #5e88a2;
}

.bkg-drk {
  background-color: #444;
}

.request-title {
  margin-bottom: 16px;
  font-size: 22px;
}

.request-footnote {
  color: #c5c5c5;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 300;
}

.button-submit {
  background-color: #2b7b96;
  margin-top: 9px;
  font-size: 16px;
  transition: all .2s;
}

.button-submit:hover {
  background-color: #737373;
}

.button-submit:active {
  background-color: #ac2c27;
}

.checkbox {
  padding-left: 30px;
  font-size: 15px;
}

.table {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.reader-service-select {
  justify-content: space-between;
  margin-bottom: 22px;
  display: flex;
}

.reader-service-link {
  text-align: center;
}

.reader-service-link:hover {
  color: #ac2c27;
  text-decoration: none;
}

.reader-service-table {
  margin-top: 20px;
}

.reader-service-block {
  border: 1px solid #2b7b96;
  margin-bottom: 6px;
  padding: 6px;
}

.reader-service-block-title {
  color: #2b7b96;
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
}

.reader-service-gp-section {
  height: 25px;
}

.request-thanks {
  text-align: center;
  margin-top: 20px;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.request-thanks.subhead {
  margin-top: 12px;
  font-size: 20px;
  line-height: 24px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.block-quote {
  border-left-color: rgba(43, 123, 150, .5);
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.icon {
  font-family: Fontawesome, sans-serif;
}

.article-title-3 {
  font-family: Cabin, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2em;
}

.print-link {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.adlink {
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 2px;
}

.adlink:hover {
  border-color: #d16c3b;
}

.embed-pic {
  width: 50%;
  float: left;
  margin-bottom: 14px;
  margin-right: 14px;
}

.ad-container-v {
  width: 140px;
  float: right;
  border: 1px solid #2b7b96;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  display: flex;
}

.search-field-box {
  width: 85%;
  float: left;
  flex: 0 auto;
  margin-top: 8px;
}

.button-submit-search {
  background-color: #b45c31;
  margin-left: 12px;
  margin-right: 0;
  transition: all .2s;
}

.button-submit-search:hover {
  color: #444;
  background-color: #f7c62e;
}

.button-submit-search:active {
  background-color: #fff;
}

.pub-date {
  color: #b45c31;
  padding-left: 12px;
  font-size: 12px;
}

.search-result-nav {
  min-height: 12px;
  border: 1px #000;
  border-bottom: 3px solid #d16c3b;
  margin-bottom: 10px;
}

.search-tab {
  color: #fff;
  background-color: #646464;
  margin-right: 2px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
  transition: all .225s;
}

.search-tab:hover {
  color: #fff;
  background-color: #737373;
}

.search-tab.shown {
  color: #fff;
  background-color: #b45c31;
}

.search-recent {
  float: right;
  color: #444;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #444;
  border-radius: 3px;
  margin-top: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.search-recent:hover {
  color: #d16c3b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #d16c3b;
}

.search-recent-icon {
  margin-right: 3px;
  font-family: Fontawesome, sans-serif;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.clear {
  clear: both;
  display: block;
}

.rule {
  border: 1px solid #cfcfcf;
  margin-top: 25px;
  margin-bottom: 25px;
}

.accordion-block {
  border: 1px solid #737373;
  margin-bottom: 14px;
  transition: all .2s;
  display: block;
}

.accordion-block:hover {
  border-color: #d16c3b;
}

.accordion-link-block {
  color: #444;
  font-family: Playfair Display;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.accordion-link-block:hover {
  color: #d16c3b;
}

.accordion-title {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 60px;
  font-size: 19px;
  text-decoration: none;
}

.accordion-icon-plus {
  z-index: 5;
  width: 50px;
  height: 100%;
  float: left;
  background-color: #444;
  margin-right: 9px;
  padding: 14px 12px 12px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.icon-text {
  color: #fff;
  text-align: center;
  font-family: Fontawesome, sans-serif;
  font-size: 19px;
}

.accordion-more-block {
  margin-top: 5px;
  padding: 12px;
  display: none;
}

.accordion-icon-minus {
  z-index: 0;
  width: 50px;
  float: left;
  background-color: #d16c3b;
  padding: 14px 12px 12px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion-icon-block {
  width: 50px;
  float: left;
  position: relative;
  top: 0;
  left: 0;
}

.buzz-text {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.buzz-slide._01 {
  background-color: #fff;
  padding-right: 0;
}

.buzz-mask {
  width: 90%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.buzz-slider {
  height: 1150px;
  background-color: #fff;
}

.buzz-icon {
  color: #bdc649;
  background-color: #fff;
  padding: 0;
  font-size: 75px;
  line-height: 75px;
}

.left-arrow {
  background-color: #fff;
}

.left-arrow:focus {
  border: 1px solid #b45c31;
}

.right-arrow {
  background-color: #fff;
}

.right-arrow:focus {
  border: 1px solid #b45c31;
}

.slide-nav {
  background-color: #fff;
}

.classified-block {
  border-bottom: 1px solid #d16c3b;
  margin-bottom: 12px;
}

.classified {
  color: #b45c31;
  margin-top: 14px;
}

.adpack-instruct {
  color: #fff;
  background-color: #717729;
  padding: 9px;
  font-weight: 700;
}

.text-green {
  color: #bdc649;
}

.adpack-length {
  color: #fff;
  text-align: center;
  background-color: #5e88a2;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 9px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.adpack-link-block {
  width: 100%;
  text-align: center;
  border: 1px solid #bdc649;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 9px;
  display: flex;
}

.adpack-link-block:hover {
  background-color: #bdc649;
}

.adpack-letter-box {
  float: left;
  background-color: #717729;
  margin-bottom: 14px;
  margin-right: 22px;
  padding: 6px 9px;
}

.adpack-letter {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.adpack-amount {
  float: left;
  color: #444;
  margin-top: 9px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.adpack-specifics {
  width: 100%;
  clear: both;
  color: #444;
  font-size: 16px;
  line-height: 22px;
}

.adpack-caption1 {
  width: 60%;
  float: left;
  text-align: center;
}

.adpack-caption2 {
  width: 35%;
  float: right;
  text-align: center;
  margin-top: 6px;
}

.text-block {
  margin-top: 6px;
}

.adpack-feature3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding-top: 120px;
  display: block;
}

.adpack-custom-block {
  text-align: center;
  border: 2px solid #bdc649;
  margin-top: 13px;
  margin-bottom: 16px;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.adpack-adsizes-block {
  display: none;
}

.image-2 {
  margin-top: 9px;
}

.adpack-features {
  width: 100%;
  text-align: center;
  display: block;
}

.sticky-sub-menu {
  width: 225px;
  background-color: #fff;
  border: 1px solid #8b8b8b;
  padding-top: 9px;
  padding-bottom: 6px;
  padding-right: 6px;
  display: inline-block;
  position: fixed;
}

.validate_error {
  color: red;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.home-newsletter-block {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-newsletter-block.set1 {
  width: 100%;
  margin-bottom: 9px;
  padding-top: 6px;
}

.newsletter-link {
  border: 1px solid #fff;
  flex: 1;
}

.newsletter-link:hover {
  border: 1px solid #d16c3b;
}

.adwrappermain {
  width: 80%;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sponsor-text {
  color: #2b7b96;
  padding-bottom: 4px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 15px;
}

.ad-div {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sponsor-box {
  color: #5e88a2;
  padding-bottom: 4px;
  padding-left: 6px;
  line-height: 16px;
  display: block;
}

.ad-fly-in {
  z-index: 100;
  width: 304px;
  height: 254px;
  background-image: linear-gradient(#d16c3b, #d16c3b);
  padding: 2px;
  display: block;
  position: fixed;
  top: 35vh;
  right: 20px;
}

.x-link-block {
  z-index: 10;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
}

.trigger-box {
  height: 10px;
}

.ad-trigger-block {
  width: 100%;
  height: 20px;
  background-color: #0098ff;
}

.feature-title {
  font-size: 28px;
  line-height: 30px;
}

.cover-story-link-block {
  margin-bottom: 13px;
  padding: 11px 12px 6px;
}

.cover-story-img {
  width: 100%;
}

.cover-story-img-frame {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.show {
  margin-bottom: 9px;
  font-size: 24px;
  font-weight: 600;
}

.text-block-2 {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.section {
  color: #444;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.share-block {
  align-items: flex-start;
  display: flex;
}

.heading-gt {
  color: #ac2c27;
  margin-bottom: 9px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.heading-gp {
  color: #717729;
  margin-bottom: 9px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.subhead-lrg {
  margin-bottom: 9px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.subhead-med {
  margin-bottom: 9px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.subhead-sm {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.image-full {
  width: 100%;
  margin-bottom: 12px;
}

.figure {
  width: auto;
  color: #8b8b8b;
  display: block;
}

.image-left-half {
  width: 50%;
  float: left;
  margin-bottom: 12px;
  margin-right: 14px;
}

.image-left-third {
  width: 33.333%;
  float: left;
  margin-bottom: 12px;
  margin-right: 14px;
}

.figure-caption {
  color: #444;
  margin-top: 4px;
  margin-bottom: 9px;
  font-weight: 400;
  line-height: 16px;
}

.image-right-half {
  width: 50%;
  float: right;
  margin-bottom: 12px;
  margin-left: 14px;
}

.image-right-third {
  width: 33.333%;
  float: right;
  margin-bottom: 12px;
  margin-left: 14px;
}

.figure-full {
  width: 100%;
  margin-bottom: 12px;
}

.figure-left-half {
  width: 50%;
  float: left;
  margin-bottom: 12px;
  margin-right: 14px;
}

.figure-left-third {
  width: 33.333%;
  float: left;
  margin-bottom: 12px;
  margin-right: 14px;
}

.figure-right-half {
  width: 50%;
  float: right;
  margin-bottom: 12px;
  margin-left: 14px;
}

.figure-right-third {
  width: 33.333%;
  float: right;
  margin-bottom: 12px;
  margin-left: 14px;
}

.image-left-quarter {
  width: 25%;
  float: left;
  margin-bottom: 12px;
  margin-right: 14px;
}

.image-right-quarter {
  width: 25%;
  float: right;
  margin-bottom: 12px;
  margin-left: 14px;
}

.figure-left-quarter {
  width: 25%;
  float: left;
  margin-bottom: 12px;
  margin-right: 14px;
}

.figure-right-quarter {
  width: 25%;
  float: right;
  margin-bottom: 12px;
  margin-left: 14px;
}

.menu-burger {
  display: block;
}

.menu-x {
  display: none;
}

.ig-cover-bkg {
  height: 55%;
  background-color: #96bc32;
  padding-bottom: 57px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo-insidegrower {
  width: 375px;
}

.navbar-hamburger-menu-hm4 {
  width: 100px;
  height: 80px;
  max-height: 80px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm4 {
  text-align: center;
  background-color: #444;
  border: 2px solid #737373;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hamburger-menu-hm4:focus {
  outline-offset: 1px;
  mix-blend-mode: normal;
  border-width: 2px;
  border-color: #2560c5;
  outline: 1.5px solid #fff;
}

.hamburger-menu-hm4:focus-visible {
  padding-top: 19px;
  padding-bottom: 19px;
}

.hamburger-menu-hm4[data-wf-focus-visible] {
  padding-top: 19px;
  padding-bottom: 19px;
}

.hamburger-menu-hm4.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.top-bar-hm4 {
  width: 50px;
  height: 3px;
  background-color: #96bc32;
  border-radius: 10px;
  margin: 6px auto;
}

._2nd-top-bar-hm4 {
  width: 50px;
  height: 3px;
  background-color: #96bc32;
  border-radius: 10px;
  margin: 6px auto;
  display: none;
}

.middle-bar-hm4 {
  width: 50px;
  height: 3px;
  background-color: #96bc32;
  border-radius: 10px;
  margin: 6px auto;
}

._2nd-middle-bar-hm4 {
  width: 50px;
  height: 3px;
  background-color: #96bc32;
  border-radius: 10px;
  margin: 6px auto;
  display: none;
}

.bottom-bar-hm4 {
  width: 50px;
  height: 3px;
  background-color: #96bc32;
  border-radius: 10px;
  margin: 6px auto;
}

._2nd-bottom-bar-hm4 {
  width: 50px;
  height: 3px;
  background-color: #96bc32;
  border-radius: 10px;
  margin: 6px auto;
  display: none;
}

.flex-centering-block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  display: flex;
}

.search-area-2 {
  float: none;
  border: 1px solid #737373;
  padding: 10px;
  text-decoration: none;
  position: relative;
  top: 11px;
  left: 49px;
}

.search-area-2:focus {
  border: 2px solid #75bde9;
}

.flex-on-search {
  align-items: center;
  display: flex;
}

.nav-social {
  width: 32px;
  margin-left: 6px;
  margin-right: 6px;
}

.nav-social:hover {
  filter: invert();
}

.social-flex {
  display: none;
}

.container {
  max-width: 1100px;
}

html.w-mod-js [data-ix="video-arrow"] {
  opacity: 1;
}

html.w-mod-js [data-ix="logo-appear"] {
  opacity: 0;
  width: 50%;
}

html.w-mod-js [data-ix="ad-fly"] {
  transform: translate(344px);
}

@media screen and (max-width: 991px) {
  h2 {
    margin-top: 6px;
    font-size: 28px;
    line-height: 30px;
  }

  .navbar {
    height: 75px;
  }

  .but_subscribe {
    font-size: 13px;
    display: inline-block;
    top: 22px;
  }

  .cover-bkg-dual {
    top: 80px;
  }

  .search-area {
    top: 0;
    left: -49px;
  }

  .icon-search {
    font-size: 25px;
  }

  .nav-link {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-dropdown-search {
    width: 75%;
  }

  .footer-link {
    text-align: center;
    display: inline-block;
  }

  .footer-link-row {
    line-height: 15px;
  }

  .newsletter-icons {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-logo {
    text-align: center;
    padding: 17px;
  }

  .cover-button-box {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .cover-button-box.gp {
    text-align: left;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cover-button {
    font-size: 15px;
  }

  .cover-button-title {
    font-size: 19px;
  }

  .menu-button {
    float: right;
    top: 0;
    left: 0;
  }

  .popular {
    font-size: 24px;
    line-height: 28px;
  }

  .ad-div-v {
    width: 160px;
  }

  .ad-container {
    flex-wrap: wrap;
  }

  .slides {
    width: 33.3333%;
  }

  .slider-caption {
    width: 71%;
  }

  .slider-caption.caption {
    font-size: 13px;
    line-height: 14px;
  }

  .content {
    margin-top: 75px;
  }

  .gtgp-col1, .gtgp-col2, .main-col1, .main-col2 {
    width: 50%;
  }

  .issue {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
  }

  .cover-bkg {
    height: 55%;
  }

  .story-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .story-imgs {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
  }

  .newsletter-editor {
    width: 50px;
  }

  .newsletter-button {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .video-link {
    height: 75%;
  }

  .request-thanks.subhead {
    line-height: 22px;
  }

  .print-link {
    line-height: 20px;
  }

  .ad-container-v {
    float: right;
    align-items: center;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .buzz-mask {
    background-color: #fff;
  }

  .buzz-slider {
    height: 825px;
  }

  .buzz-icon {
    font-size: 60px;
    line-height: 60px;
  }

  .adpack-letter-box {
    margin-right: 13px;
  }

  .adpack-amount {
    font-size: 22px;
  }

  .adpack-specifics {
    font-size: 14px;
  }

  .adpack-feature3 {
    padding-top: 87px;
  }

  .sticky-sub-menu {
    width: 165px;
  }

  .home-newsletter-block.set1 {
    margin-bottom: 18px;
  }

  .newsletter-link {
    min-width: 150px;
    margin-bottom: 6px;
  }

  .ad-fly-in {
    display: none;
  }

  .ig-cover-bkg {
    height: 55%;
  }

  .logo-insidegrower {
    width: 300px;
  }

  .search-area-2 {
    top: 13px;
    left: 51px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 34px;
  }

  h2 {
    font-size: 26px;
    line-height: 28px;
  }

  p {
    font-size: 15px;
  }

  .navbar {
    height: 75px;
  }

  .burger-area {
    width: 75px;
    float: right;
    padding: 15px 4px 8px 13px;
  }

  .burger-area.w--open {
    padding: 9px;
    top: 3px;
  }

  .but_subscribe {
    text-align: center;
    margin-top: 6px;
    margin-left: 14px;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
    display: inline-block;
    top: 23px;
    left: 3px;
  }

  .cover-bkg-dual {
    position: static;
    top: 29px;
  }

  .search-area {
    width: 42px;
    float: none;
    margin-top: 6px;
    font-size: 12px;
    top: 0;
    left: -6px;
  }

  .icon-search {
    font-size: 24px;
    position: relative;
    left: -18px;
  }

  .nav-link {
    padding: 12px;
    font-size: 16px;
    line-height: 17px;
  }

  .nav-dropdown-search {
    width: 90%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-link {
    padding: 9px;
    font-size: 13px;
  }

  .topic-div {
    padding-left: 0;
  }

  .newsletter-icons {
    flex-wrap: nowrap;
    align-content: flex-start;
  }

  .link-block-logo {
    padding: 14px;
  }

  .cover-buttons {
    clear: both;
    position: static;
    top: 28px;
  }

  .cover-button-box {
    text-align: center;
  }

  .cover-button-box.gp {
    text-align: center;
    padding-bottom: 9px;
  }

  .cover-button {
    float: none;
    margin-top: 9px;
  }

  .cover-button-title {
    float: none;
    padding-top: 0;
    padding-left: 0;
  }

  .brand-link {
    flex: 1;
  }

  .nav-menu {
    height: 100vh;
  }

  .section-title {
    margin-left: 12px;
    font-size: 26px;
    line-height: 26px;
  }

  .section-title.cover-story {
    color: #444;
    margin-left: 0;
  }

  .title-rule {
    width: 100%;
  }

  .popular {
    font-size: 20px;
    line-height: 22px;
  }

  .ad-div-v {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .ad-container {
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
  }

  .slider-caption {
    width: 99%;
  }

  .slider-caption.caption {
    padding-top: 6px;
    font-size: 12px;
  }

  .content {
    padding-left: 9px;
    padding-right: 9px;
  }

  .gtgp-col1, .gtgp-col2, .main-col1, .main-col2 {
    width: 50%;
  }

  .button-latest {
    padding: 9px 20px;
    font-size: 15px;
  }

  .issue {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    font-size: 13px;
  }

  .button.see-more {
    margin-top: -3px;
  }

  .cover-bkg {
    height: 50%;
  }

  .story-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .story-caption-right {
    flex-grow: 1;
    flex-shrink: 0;
    margin-top: 9px;
    margin-bottom: 8px;
    margin-left: 12px;
    padding-left: 9px;
  }

  .slideshow.story {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .story-imgs {
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .img-scale {
    margin-bottom: 9px;
  }

  .newsletter-button-block {
    text-align: left;
    justify-content: center;
    margin-top: 12px;
    display: block;
  }

  .newsletter-row {
    display: block;
  }

  .newsletter-button {
    flex: 0 auto;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    display: block;
  }

  .newsletter-button.medium {
    width: 100%;
  }

  .newsletter-description-block {
    margin-top: 9px;
  }

  .article-title-2 {
    padding-right: 12px;
    font-size: 22px;
    line-height: 24px;
  }

  .article-title {
    font-size: 26px;
    line-height: 28px;
  }

  .article-text {
    font-size: 14px;
    line-height: 20px;
  }

  .articles-title-recent {
    padding-left: 8px;
    padding-right: 8px;
  }

  .video-title, .video-description {
    padding-left: 9px;
    padding-right: 9px;
  }

  .request-issues-link-block, .request-title {
    margin-top: 12px;
  }

  .print-link {
    font-size: 15px;
    line-height: 16px;
  }

  .ad-container-v {
    width: 100%;
    float: none;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .search-result-nav {
    padding-left: 11px;
    padding-right: 11px;
  }

  .search-recent {
    float: none;
    margin-top: 7px;
    margin-bottom: 5px;
  }

  .buzz-text {
    margin-bottom: 14px;
  }

  .buzz-slider {
    height: 750px;
  }

  .buzz-icon {
    font-size: 50px;
    line-height: 50px;
  }

  .adpack-feature3 {
    padding-top: 12px;
  }

  .sticky-sub-menu {
    width: 100%;
    position: static;
  }

  .home-newsletter-block.set1 {
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }

  .newsletter-link {
    min-width: 125px;
    display: block;
  }

  .sponsor-text {
    padding-left: 0;
  }

  .heading-gt, .heading-gp {
    font-size: 28px;
    line-height: 30px;
  }

  .subhead-lrg {
    font-size: 26px;
    line-height: 28px;
  }

  .subhead-med {
    font-size: 22px;
    line-height: 24px;
  }

  .subhead-sm {
    font-size: 18px;
    line-height: 20px;
  }

  .menu-burger {
    width: 50px;
    display: block;
  }

  .menu-x {
    width: 50px;
    display: none;
  }

  .ig-cover-bkg {
    height: 50%;
  }

  .logo-insidegrower {
    width: 250px;
  }

  .hamburger-menu-hm4 {
    padding: 15px 10px;
    top: 4px;
    left: -8px;
  }

  .hamburger-menu-hm4:focus-visible {
    padding-top: 15px;
    padding-bottom: 15px;
    top: 7px;
  }

  .hamburger-menu-hm4[data-wf-focus-visible] {
    padding-top: 15px;
    padding-bottom: 15px;
    top: 7px;
  }

  .search-area-2 {
    float: none;
    top: 15px;
    left: 1px;
  }

  .nav-social {
    width: 28px;
    margin-left: 0;
    margin-right: 4px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 22px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .navbar {
    height: 100px;
  }

  .burger-area {
    width: 75px;
    height: 50px;
    float: right;
    padding: 6px 0 6px 16px;
  }

  .burger-area.w--open {
    padding: 6px;
    top: 1px;
  }

  .but_subscribe {
    z-index: 10;
    margin-top: 0;
    padding: 7px 8px;
    top: 11px;
  }

  .cover-bkg-dual {
    margin-top: 108px;
    display: block;
    top: 50px;
  }

  .search-area {
    margin-top: 0;
    margin-right: 3px;
    padding: 6px;
    top: 0;
    left: 0;
  }

  .icon-search {
    font-size: 22px;
    left: 37px;
  }

  .nav-link {
    padding: 10px;
    font-size: 16px;
    line-height: 17px;
  }

  .nav-dropdown-search {
    width: 90%;
    margin-top: -70px;
  }

  .footer-logo.gt {
    width: 175px;
  }

  .footer-link {
    font-size: 13px;
  }

  .topic-div {
    padding-top: 6px;
    padding-bottom: 2px;
  }

  .newsletter-icons {
    flex-wrap: wrap;
    padding: 6px;
  }

  .link-block-logo {
    margin-top: 6px;
    padding: 17px;
  }

  .cover-buttons {
    position: static;
  }

  .cover-button-box {
    text-align: center;
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
    display: block;
  }

  .cover-button-box.gp {
    padding-left: 6px;
    padding-right: 6px;
  }

  .cover-button {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .cover-button-title {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  .menu-button, .menu-button.w--open {
    height: 50px;
  }

  .brand-link {
    height: auto;
    flex: 0 auto;
    padding-left: 0;
    display: block;
  }

  .section-title {
    text-align: left;
    margin: 0 11px 4px;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
  }

  .section-title.text-white {
    font-size: 26px;
  }

  .popular {
    font-size: 18px;
    line-height: 22px;
  }

  .slider-icon {
    margin-top: 47px;
  }

  .slides, .slides.video {
    width: 100%;
  }

  .slides.products, .slides.people {
    width: 50%;
  }

  .slider-caption {
    width: 77%;
  }

  .slider-caption.caption {
    margin-left: 0;
    margin-right: 0;
  }

  .content {
    margin-top: 100px;
  }

  .gtgp-col1 {
    width: 100%;
    height: 50px;
    align-items: center;
  }

  .gtgp-col2 {
    width: 100%;
    height: 50px;
    justify-content: space-between;
  }

  .main-col1, .main-col2 {
    width: 100%;
  }

  .button-latest, .cover-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .issue {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .img-fill-width {
    margin-bottom: 6px;
  }

  .button.see-more {
    float: left;
    margin-top: 2px;
    margin-left: 9px;
    margin-right: 12px;
    font-size: 13px;
    display: block;
    position: relative;
    top: 0;
  }

  .cover-bkg {
    height: 45%;
  }

  .topic-title-container {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .story-caption-right {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .slideshow.story {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    line-height: 22px;
  }

  .story-imgs {
    flex-wrap: wrap;
  }

  .img-flex-box {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-row {
    display: block;
  }

  .newsletter-button {
    font-size: 14px;
  }

  .article-title-2 {
    font-size: 21px;
    line-height: 23px;
  }

  .article-title {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-3 {
    margin-top: 9px;
  }

  .video-title {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 20px;
  }

  .video-runtime {
    font-size: 14px;
  }

  .article-title-3 {
    font-size: 19px;
    line-height: 21px;
  }

  .print-link {
    font-size: 15px;
    line-height: 16px;
  }

  .adlink {
    flex: 0 auto;
    margin-left: 4px;
    margin-right: 4px;
  }

  .embed-pic {
    width: 100%;
    float: none;
  }

  .ad-container-v {
    flex-flow: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
  }

  .button-submit-search {
    margin-right: 0;
  }

  .search-tab {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
  }

  .search-recent {
    text-align: center;
    font-size: 12px;
  }

  .buzz-text {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .buzz-slider {
    height: 475px;
  }

  .buzz-icon {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .left-arrow, .right-arrow {
    width: 1em;
  }

  .sticky-sub-menu {
    position: static;
  }

  .home-newsletter-block {
    flex-direction: column;
    justify-content: flex-end;
  }

  .newsletter-link {
    min-width: 100px;
  }

  .ad-fly-in {
    display: none;
  }

  .image-left-half {
    width: 100%;
  }

  .image-left-third {
    width: 100%;
    margin-right: 0;
  }

  .image-right-half, .image-right-third, .figure-left-half, .figure-left-third, .figure-right-half, .figure-right-third, .image-left-quarter, .image-right-quarter, .figure-left-quarter, .figure-right-quarter {
    width: 100%;
  }

  .menu-burger {
    width: 40px;
    display: block;
  }

  .menu-x {
    width: 40px;
    display: none;
  }

  .ig-cover-bkg {
    height: 45%;
  }

  .hamburger-menu-hm4 {
    margin-left: 92px;
    padding: 3px 11px;
    top: 1px;
    left: -12px;
  }

  .hamburger-menu-hm4:focus-visible {
    padding-top: 5px;
    padding-bottom: 5px;
    top: 2px;
  }

  .hamburger-menu-hm4[data-wf-focus-visible] {
    padding-top: 5px;
    padding-bottom: 5px;
    top: 2px;
  }

  .flex-centering-block {
    align-items: center;
  }

  .search-area-2 {
    padding: 6px;
    top: 4px;
    left: 20px;
  }

  .nav-social {
    width: 27px;
    margin-right: 10px;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}