.feature-story .text p {
  max-width: 940px;
}
.feature-story .custom-header .text p {
  margin: 0;
  padding: 0;
  max-width: none;
  font-size: .73rem;
}
.feature-story .mediazone {
  width: 100%;
}
.feature-story .mediazone .feature-pullquote {
  background-image: linear-gradient(#f7c264, #f7c264), linear-gradient(#f7c264, #f7c264), linear-gradient(#f7c264, #f7c264), linear-gradient(#f7c264, #f7c264);
  background-repeat: no-repeat;
  background-size: 35px 3px;
  background-position: top left, top right, bottom left, bottom right;
  border: solid #f7c264;
  border-width: 0px 3px;
  display: inline-block;
  padding: 10px 20px;
}
.feature-story .mediazone .feature-pullquote::before {
  content: "\201C";
  font-size: 6rem;
  font-weight: var(--heading-black-weight);
  font-family: var(--headline-font);
  text-align: center;
  display: block;
  margin: 15px auto 5px auto;
  padding: 0;
  color: var(--bgsu-orange);
  line-height: 0;
}
.feature-story .mediazone .feature-pullquote p {
  font-weight: var(--body-black-weight);
  font-size: 1.2rem;
  line-height: 1.4;
  /*	@media (max-width: 767px){
						font-size: 1rem;
					}*/
}
.feature-story .mediazone.rightmargin-zone {
  float: right;
  margin: 10px 0 10px 10px;
  max-width: 350px;
}
@media (max-width: 767px) {
  .feature-story .mediazone.rightmargin-zone {
    width: 100%;
    max-width: none;
    float: none;
    margin: 40px auto;
  }
}
.feature-story .mediazone.fullwidth-zone {
  float: none;
  margin: 20px 0;
}
.feature-story .mediazone.fullwidth-zone .feature-pullquote {
  margin: 40px 0;
}
.feature-story .mediazone.staggered {
  float: right;
  margin: 10px 0 10px 10px;
  max-width: 600px;
}
@media (max-width: 992px) {
  .feature-story .mediazone.staggered {
    width: 50%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .feature-story .mediazone.staggered {
    width: 100%;
    max-width: none;
    float: none;
    margin: 40px auto;
  }
}
.feature-story .mediazone.mediazone-edit {
  float: none;
}
.feature-story-title {
  color: #FFF;
  /*padding-top:725px;*/
  margin-top: -80px;
}
.feature-story-title h1 {
  margin: 0;
  padding: 10px 0 0 0;
}
.feature-story-title p.feature-story-byline {
  margin: 0;
  padding: 0 0 10px 0;
  /* Below rules mimic h5 */
  font-weight: var(--body-bold-weight);
  text-transform: none;
  font-size: .8rem;
  text-rendering: optimizelegibility;
}
.feature-mobile-only {
  display: none;
  background: #FFF;
}
@media (max-width: 960px) {
  div.background-area.parallax-window {
    min-height: 400px !important;
  }
  div.feature-story-title {
    /*padding-top:325px !important;*/
  }
}
@media (max-width: 500px) {
  /*div.background-area.parallax-window{min-height:400px !important;}*/
  div.background-area.parallax-window {
    display: none !important;
  }
  div.feature-story-title {
    margin-top: 0px !important;
    color: #000000 !important;
    background: transparent !important;
  }
  div.feature-story-title * {
    color: #000000 !important;
  }
  /*div.feature-story-title{color:#000 !important; padding-top:0px !important; position:relative; margin-bottom:70px; top:425px;}*/
  div.feature-mobile-only {
    display: block !important;
  }
  div.feature-no-mobile {
    display: none !important;
  }
  body div#content.feature-story div.mediazone.staggered,
  body div.feature-story div.mediazone.staggered {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin: 10px auto !important;
  }
  body div#content.feature-story div.mediazone.rightmargin-zone,
  body div.feature-story div.mediazone.rightmargin-zone {
    float: none !important;
    margin: 10px auto !important;
    max-width: none !important;
  }
}
