.subscr_input_error {
  border-bottom: 1px solid rgba(255, 0, 0, 0.5);
}
.quote__full-info.is-open {
  font-weight: normal;
}
.seo-blockquote p {
  margin: 0 0 10px 10px;
}
.seo-blockquote {
  border-left: 8px solid #0070ba;
}
.news-post-author-wrapper {
  margin: 0px;
  padding: 0px;
  float: left;
  background-color: #ffffff;
  width: 40%;
  min-width: 200px;
}
.news-post-author {
  margin: 0px 26px 10px 0px;
  padding: 15px 26px 5px;
  float: left;
  border-radius: 4px;
  box-shadow: #cccccc 0px 0px 5px -1px;
  border: 1px solid #e7e7e7;
  width: 90%;
  position: relative;
  border-collapse: separate;
}
.author-data {
  margin: 0px 0px 15px;
  padding: 0px;
  zoom: 1;
}
.author-img img {
  border: 0px;
  margin: 0px 0px 10px 10px;
  float: left;
  width: 55%;
  min-width: 100px;
}
.author-text {
  padding: 10% 0;
}
.author-name {
  text-align: center;
}
.author-name a {
  color: grey;
}
.author-bold {
  font-weight: 700;
}
ul.seo-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.seo-list li {
  background: url(../images/li.gif) 0 13px no-repeat;
  padding: 0 0 10px 30px;
  font-style: normal;
}
.not_robots {
  display: none;
}
.two-image-block{
    width:45%!important;
    vertical-align: middle!important;
}
.article-hero__image{
	background-position: 50% 85%;
}


.help-link__tag{
	margin-bottom: 0px;
}
.sub_tags{
	display:none;
}

.article-hero__image._position-mob {
  display: none;
  background-size: cover;
}

@media (max-width: 992px) {
  .article-hero__image._position{
    display: none;
  }

  .article-hero__image._position-mob {
    display: block;
  }
}

/*Updates*/

.common-section__inner.common-section__inner--discussion {
  justify-content: space-around;
}

.common-section__inner--discussion .common-section__inner-text {
  margin-bottom: 35px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .common-section__inner-text {
    text-align: center;
  }
}

@media (min-width: 767px) {
  .common-section__inner--discussion .common-section__inner-text {
    margin-bottom: 0;
  }
}

.common-section .button__inner {
  font-family: 'Futura Bold',Arial,Helvetica,sans-serif;
  white-space: nowrap;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 57px;
  background-color: #fff;
}

@media (min-width: 767px) {
  .header {
    height: 100px;
  }
}

.header__button {
  transform: translateY(-4px);
}

@media (min-width: 767px) {
  .header__button {
    transform: none;
  }
}