.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
}

h2 {
  margin-top: 9px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

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

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

p {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2b7b96;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #d16c3b;
}

li {
  margin-bottom: 4px;
}

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

figure {
  display: block;
}

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

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

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

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

.nav-dropdown-search {
  position: absolute;
  left: 0px;
  top: -75px;
  right: 0px;
  z-index: 100;
  display: block;
  width: 75%;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #737373;
}

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

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

.footer-logo {
  width: 400px;
}

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

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

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

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

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

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

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

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

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

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

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

.topic-div.full-gray {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(9%, #979797), to(#8b8b8b));
  background-image: linear-gradient(90deg, #979797 9%, #8b8b8b);
}

.newsletter-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sp20 {
  height: 20px;
}

.link-block-logo {
  padding: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

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

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

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

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

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

.cover-button {
  padding-top: 9px;
  padding-bottom: 9px;
  float: right;
  border: 1px solid #fff;
  border-radius: 9px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
}

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

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

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

.sp10 {
  height: 10px;
}

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

.sp50 {
  height: 50px;
}

.section-title {
  margin-bottom: 8px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

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

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

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

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

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

.feature-link-block {
  display: block;
  padding: 4px 12px;
  border: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

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

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

.popular {
  display: block;
  margin-bottom: 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}

.popular:hover {
  color: #ac2c27;
}

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

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

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

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

.slider-icon {
  position: static;
  margin: auto 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #575757;
  font-size: 32px;
}

.slider-icon.logos {
  font-size: 31px;
}

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

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

.slides.video {
  width: 50%;
}

.slides.products {
  width: 33%;
}

.slides.people {
  width: 20%;
}

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

.slide-image.ball {
  width: 75%;
}

.slide-image.dummen {
  width: 80%;
}

.slide-image.eason {
  width: 80%;
}

.slide-image.epicor {
  width: 75%;
}

.slide-image.espoma {
  width: 80%;
}

.slide-image.everde {
  width: 75%;
}

.slide-image.firsteditions {
  width: 80%;
}

.slide-image.monrovia {
  width: 80%;
}

.slide-image.overdevest {
  width: 85%;
}

.slide-image.prides {
  width: 90%;
}

.slide-image.proven {
  width: 75%;
}

.slide-image.star {
  width: 80%;
}

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

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

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

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

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

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

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

.slider-caption.caption {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 9px;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
}

.slide-link {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

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

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

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

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

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

.main-story.gt-site {
  margin-bottom: 40px;
  background-color: transparent;
}

.nav-container {
  height: 75px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.see-more {
  position: relative;
  margin-top: 3px;
  margin-left: 16px;
  border: 1px solid #d16c3b;
  background-color: #b45c31;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

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

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

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

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

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

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

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

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

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

.container-main {
  position: relative;
}

.topic-title-container {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.slideshow {
  height: auto;
  margin-bottom: 20px;
  background-color: transparent;
}

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

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

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

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

.slideshow-img {
  width: 100%;
}

.story-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px -50px;
  padding: 12px 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c7c7c7;
}

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

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

.newsletter-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

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

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

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

.news-logo {
  width: 200px;
}

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

.text-white {
  color: #fff;
}

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

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

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

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

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

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

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

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

.article-department {
  margin-bottom: 2px;
  color: #b45c31;
  font-size: 18px;
  font-weight: 400;
}

.article-title {
  margin-bottom: 9px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

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

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

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

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

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

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

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

.video-thumb-wrap {
  display: block;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

.row {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.col-padding {
  display: block;
  padding: 9px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

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

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

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

.request-issues-link-block {
  display: inline-block;
  margin-bottom: 19px;
  padding: 0px 3px 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}

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

.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 {
  margin-top: 14px;
  color: #c5c5c5;
  font-size: 13px;
  font-weight: 300;
}

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

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-quote {
  border-left-color: rgba(43, 123, 150, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

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

.article-title-3 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 21px;
  line-height: 23px;
  font-weight: 700;
}

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

.adlink {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid transparent;
}

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

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

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

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

.button-submit-search {
  margin-right: 0px;
  margin-left: 12px;
  background-color: #b45c31;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

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

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

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

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

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

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

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

.search-recent:hover {
  border-color: #d16c3b;
  background-color: transparent;
  color: #d16c3b;
}

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

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

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

.accordion-block {
  display: block;
  margin-bottom: 14px;
  border: 1px solid #737373;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.accordion-link-block {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #444;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.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 {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 5;
  display: block;
  width: 50px;
  height: 100%;
  margin-right: 9px;
  padding: 14px 12px 12px;
  float: left;
  background-color: #444;
}

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

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

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

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

.buzz-text {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-green {
  color: #bdc649;
}

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

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

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

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

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

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

.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%;
  margin-top: 6px;
  float: right;
  text-align: center;
}

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

.adpack-feature3 {
  display: block;
  margin-top: 8px;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

.home-newsletter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

.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 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

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

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

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

.share-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-on-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-menu-hm4 {
  position: relative;
  left: 8.1%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #737373;
  background-color: #444;
  text-align: center;
}

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

.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: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-area-2 {
  display: block;
  padding: 10px;
  float: none;
  border: 1px solid #737373;
  text-decoration: none;
}

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

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

.nav-dropdown-search-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 70px;
  margin-top: -75px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #737373;
}

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"] {
  -webkit-transform: translate(344px, 0px);
  -ms-transform: translate(344px, 0px);
  transform: translate(344px, 0px);
}

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

  .navbar {
    height: 75px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ad-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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 {
    width: 50%;
  }

  .main-col1 {
    width: 50%;
  }

  .main-col2 {
    width: 50%;
  }

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

  .cover-bkg {
    height: 55%;
  }

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

  .story-imgs {
    margin-right: -30px;
    margin-left: -30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newsletter-editor {
    width: 50px;
  }

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

  .video-link {
    height: 75%;
  }

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

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

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

  .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;
  }

  .hamburger-menu-hm4 {
    left: 3px;
  }

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

  .navbar-2 {
    height: 75px;
  }

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

  .gtgp-col2 {
    width: 50%;
  }

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

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

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

@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;
  }

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

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

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

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

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

  .newsletter-icons {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

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

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

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

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

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

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

  .brand-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

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

  .title-rule {
    width: 100%;
  }

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

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

  .ad-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .slider-icon {
    font-size: 27px;
  }

  .slider-icon.logos {
    font-size: 25px;
  }

  .slide-image.ball {
    width: 90%;
  }

  .slide-image.dummen {
    width: 90%;
  }

  .slide-image.eason {
    width: 90%;
  }

  .slide-image.epicor {
    width: 90%;
  }

  .slide-image.espoma {
    width: 90%;
  }

  .slide-image.everde {
    width: 85%;
  }

  .slide-image.firsteditions {
    width: 90%;
  }

  .slide-image.monrovia {
    width: 90%;
  }

  .slide-image.overdevest {
    width: 95%;
  }

  .slide-image.prides {
    width: 95%;
  }

  .slide-image.proven {
    width: 85%;
  }

  .slide-image.star {
    width: 90%;
  }

  .arrow-left {
    width: 70px;
  }

  .arrow-right {
    width: 70px;
  }

  .slider-caption {
    width: 99%;
  }

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

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

  .gtgp-col1 {
    width: 50%;
  }

  .main-col1 {
    width: 50%;
  }

  .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-right: 15px;
    padding-left: 15px;
  }

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

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

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

  .story-imgs {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

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

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

  .newsletter-row {
    display: block;
  }

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

  .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-right: 8px;
    padding-left: 8px;
  }

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

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

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

  .request-title {
    margin-top: 12px;
  }

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

  .ad-container-v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

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

  .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 {
    position: static;
    width: 100%;
  }

  .home-newsletter-block.set1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

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

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

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

  .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;
  }

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

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

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

  .icon-search-2 {
    float: right;
    font-size: 24px;
  }

  .nav-menu-2 {
    height: 100vh;
  }

  .navbar-2 {
    height: 75px;
  }

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

  .gtgp-col2 {
    width: 50%;
  }

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

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

  .search-area-2 {
    left: 1px;
    top: 15px;
    width: 42px;
    float: none;
    font-size: 12px;
  }

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

@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;
  }

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

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

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

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

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

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

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

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

  .cover-buttons {
    position: static;
  }

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

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

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

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

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

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

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

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

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

  .slider-icon.logos {
    margin-top: 15px;
    font-size: 25px;
  }

  .slider-mask.logos {
    padding-right: 64px;
    padding-left: 64px;
  }

  .slides {
    width: 100%;
  }

  .slides.video {
    width: 100%;
  }

  .slides.products {
    width: 50%;
  }

  .slides.people {
    width: 50%;
  }

  .slide-image.ball {
    width: 100%;
  }

  .slide-image.dummen {
    width: 100%;
  }

  .slide-image.eason {
    width: 100%;
  }

  .slide-image.epicor {
    width: 100%;
  }

  .slide-image.espoma {
    width: 100%;
  }

  .slide-image.everde {
    width: 100%;
  }

  .slide-image.firsteditions {
    width: 100%;
  }

  .slide-image.monrovia {
    width: 100%;
  }

  .slide-image.overdevest {
    width: 100%;
  }

  .slide-image.prides {
    width: 100%;
  }

  .slide-image.proven {
    width: 100%;
  }

  .slide-image.star {
    width: 100%;
  }

  .arrow-left {
    width: 60px;
  }

  .arrow-left.logos {
    width: 60px;
  }

  .arrow-right {
    width: 60px;
  }

  .arrow-right.logos {
    width: 60px;
  }

  .slider-caption {
    width: 77%;
  }

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

  .content {
    margin-top: 100px;
  }

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

  .main-col1 {
    width: 100%;
  }

  .main-col2 {
    width: 100%;
  }

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

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

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

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

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

  .cover-bkg {
    height: 45%;
  }

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

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

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

  .paragraph {
    line-height: 22px;
  }

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

  .img-flex-box {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 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-right: 9px;
    padding-left: 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 {
    margin-right: 4px;
    margin-left: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .ad-container-v {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

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

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

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

  .buzz-slider {
    height: 475px;
  }

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

  .left-arrow {
    width: 1em;
  }

  .right-arrow {
    width: 1em;
  }

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

  .home-newsletter-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    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: 0px;
  }

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

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

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

  .figure-left-third {
    width: 100%;
  }

  .figure-right-half {
    width: 100%;
  }

  .figure-right-third {
    width: 100%;
  }

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

  .image-right-quarter {
    width: 100%;
  }

  .figure-left-quarter {
    width: 100%;
  }

  .figure-right-quarter {
    width: 100%;
  }

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

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

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

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

  .navbar-2 {
    height: 100px;
  }

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

  .gtgp-col2 {
    width: 100%;
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

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

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

  .nav-dropdown-search-2 {
    width: 90%;
  }
}

@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;
}