hr {
  border-bottom: 3px solid red;
}
.b-group * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-group {
  font-size: 0;
  margin: 0 -9px;
}
.b-group:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.b-component {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 18px;
}
.b-component a {
  color: #000;
  text-decoration: none;
}
.b-component a:hover .b-component__title {
  text-decoration: underline;
}
.b-component h4 {
  font-family: "Metro Headline", "Arial Black", sans-serif !important;
  font-size: 24px;
  margin: 0 0 0.2em;
  font-weight: normal;
  line-height: 1;
}
.b-component__wrap {
  text-align: left;
}
.b-component__title {
  font-family: "Metro Headline", "Arial Black", Helvetica, sans-serif;
  font-size: 24px;
}
.b-component__text {
  font-size: 12px;
  height: auto;
  max-height: 2.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.b-component__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 9px;
  width: 420px;
  height: 210px;
}
.b-component__image img {
  width: inherit;
  max-width: 100%;
  height: auto;
}
.b-component__share {
  z-index: 10;
  padding: 5px;
  margin: 0;
  width: 100%;
  text-align: right;
  height: 35px;
}
.b-component_small {
  width: 201px;
}
.b-component_small .b-component__title {
  font-size: 20px;
}
.b-component_small .b-component__image {
  width: 201px;
  height: 100px;
}
.b-component_medium {
  width: 420px;
}
.b-component_large {
  width: 639px;
}
.b-component_large .b-component__image {
  width: 100%;
  height: auto;
}
.b-component_large .b-component__title {
  font-size: 37px;
}
.b-component_x-large {
  width: 858px;
}
.b-component_x-large .b-component__image {
  width: 100%;
  height: 429px;
  margin-bottom: 0;
}
.b-component_x-large .b-component__title {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: #FFF;
  min-height: 40px;
  padding: 8px 8px 8px 11px;
  position: absolute;
  width: 100%;
  z-index: 5;
  margin: 0;
  bottom: 0;
  top: 271px;
  font-size: 49px;
}
.b-component_x-large .b-component__text {
  display: none;
}
.b-component_x-large .b-component__share {
  position: absolute;
  right: 0;
  bottom: 9px;
}
.b-component_x-large .b-badge {
  bottom: 13%;
}
.b-component_teaser {
  margin: 0 0 18px;
}
.b-component_teaser .b-component__image {
  width: 100%;
  height: auto;
}
/*
 * Link more
 */
.b-link__more {
  color: #000;
  font-weight: bold;
  padding: 6px 0;
  margin-bottom: 20px;
}
.b-link__more a {
  color: inherit;
}
/*
 * Badge
 */
.b-badge {
  z-index: 10;
  position: absolute;
  bottom: 5%;
  right: 0;
  background-color: #fff;
  white-space: nowrap;
  line-height: 1;
  padding: 3px 8px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.b-badge span {
  vertical-align: middle;
}
.b-badge .bt {
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-left: .4em;
}
.b-badge .c {
  font-family: "Metro Headline", "Arial Black", Helvetica, sans-serif;
  font-size: 25px;
  color: #f47721;
}
.b-video .b-badge {
  padding: 9px 8px;
}
.b-video .b-badge .c {
  font-size: 20px;
  line-height: 12px;
  /* vertical-align: -2px; */
}
.b-component_small .b-badge .bt {
  display: none;
}
.b-component_small .b-component__image:hover .b-badge .bt {
  display: inline;
}
.b-storyblock .more_button {
  width: 856px;
  margin-left: 9px;
}
@media only screen and (max-width: 1199px) and (min-width: 981px) {
  .b-storyblock .more_button {
    width: 637px;
    margin-left: 9px;
  }
  .b-storyblock .b-component_small:nth-of-type(4n) {
    width: 639px;
  }
  .b-storyblock .b-component_small:nth-of-type(4n) .b-component__image {
    float: left;
    margin-bottom: 0;
  }
  .b-storyblock .b-component_small:nth-of-type(4n) .b-component__title {
    margin-left: 219px;
    width: 420px;
  }
  .b-storyblock .b-component_small:nth-of-type(4n) .b-component__text {
    margin-left: 219px;
    width: 420px;
  }
  .b-component_small {
    width: 201px;
  }
  .b-component_medium {
    width: 310px;
  }
  .b-component_medium .b-component__image {
    width: 100%;
    height: 155px;
  }
  .b-component_large {
    width: 420px;
  }
  .b-component_large .b-component__title {
    font-size: 24px;
  }
  .b-component_x-large {
    width: 639px;
    height: 320px;
  }
  .b-component_x-large .b-component__image {
    width: 100%;
    height: 329px;
  }
  .b-component_x-large .b-component__title {
    top: 188px;
    font-size: 37px;
  }
  .b-component_x-large .b-badge {
    bottom: 16%;
  }
  .b-group_last-child .b-component_small {
    width: 201px;
  }
  .b-group_last-child .b-component_small:last-child {
    width: 639px;
    margin-left: 0;
  }
  .b-group_last-child .b-component_small:last-child .b-component__image {
    float: left;
    margin-bottom: 0;
  }
  .b-group_last-child .b-component_small:last-child .b-component__title {
    margin-left: 219px;
    width: 420px;
  }
  .b-group_last-child .b-component_small:last-child .b-component__text {
    margin-left: 219px;
    width: 420px;
  }
  .b-rubric .b-component_small:last-child {
    width: 420px;
  }
  .b-rubric .b-component_small:last-child .b-component__title,
  .b-rubric .b-component_small:last-child .b-component__text {
    width: 201px;
  }
}
@media only screen and (max-width: 980px) {
  .b-storyblock .more_button {
    width: 418px;
    margin-left: 9px;
  }
  .b-component_large {
    width: 420px;
  }
  .b-component_large .b-component__title {
    font-size: 24px;
  }
  .b-component_x-large {
    width: 420px;
    height: auto;
  }
  .b-component_x-large .b-component__image {
    height: 210px;
  }
  .b-component_x-large .b-component__title {
    position: static;
    font-size: 24px;
    background-color: transparent;
    color: #000;
    margin: 0 0 0.1em;
    padding-left: 0;
  }
  .b-component_x-large .b-component__text {
    display: block;
  }
  .b-component_x-large .b-component__share {
    position: static;
  }
  .b-rubric .b-component_small:last-child {
    width: 420px;
    margin-left: 0;
  }
  .b-rubric .b-component_small:last-child .b-component__image {
    float: left;
    margin-bottom: 0;
  }
  .b-rubric .b-component_small:last-child .b-component__title {
    margin-left: 219px;
    width: 201px;
  }
  .b-rubric .b-component_small:last-child .b-component__text {
    margin-left: 219px;
    width: 201px;
  }
  .b-group + .b-link__more {
    margin-top: -20px;
  }
}
/*
 * Lined Item
 */
.b-inline {
  padding: 6px 0;
  border-bottom: 1px dashed #B2B2B2;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
}
.b-inline a {
  color: #000;
  text-decoration: none;
}
.b-inline__title {
  font-family: "Metro Headline", "Arial Black", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.2em;
}
.b-inline__num {
  float: left;
  width: 25px;
  height: 34px;
  margin-top: -2px;
  font-family: "Metro Headline", "Arial Black", sans-serif !important;
  font-size: 40px;
  line-height: 1;
  color: #f47721;
  font-weight: bold;
}
.b-inline__date {
  float: left;
  margin-right: 4px;
  font-size: 12px;
  color: #F47721;
  font-weight: bold;
}
.b-inline__text {
  overflow: hidden;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 12px;
}
.b-inline__text:hover {
  text-decoration: underline;
}
.b-inline__image {
  width: 201px;
  min-height: 100px;
  overflow: hidden;
  position: relative;
}
.b-inline__image img {
  width: 100%;
}
.b-inline_no-border {
  padding-top: 0;
  border-bottom: 0;
}
.b-inline:last-child {
  border-bottom: 0;
}
/* Ad block */
.b-teaser {
  border: 1px solid #bbb;
}
.b-teaser__inner {
  margin: 0 10px;
}
.b-teaser .b-link__more {
  border-top: 1px dashed #B2B2B2;
  margin-bottom: 3px;
}
.b-teaser .b-link__more:hover {
  text-decoration: underline;
}
.b-teaser .b-component__image {
  width: 100%;
}
/*
 * Title green line
 */
.b-title {
  position: relative;
  clear: both;
  height: 20px;
  box-sizing: content-box;
  margin: 6px 0;
  padding: 5px 0 0 26px;
  border-bottom: none;
  background: #21591d url('../img/keyline-menu.png') no-repeat left top;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
/* banner iframe in right column */
.iframe_bn {
  height: 405px;
}
.preloader {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
}
.preloader_bg {
  background-color: #000;
  opacity: 0.7;
}
.preloader_img {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  background-image: url('../img/preloader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
}
.metro_region_plate {
  font-weight: bold;
}
.metro_region_popup {
  display: none;
  position: relative;
  top: 20px;
  margin: 0px;
  outline: 0px none;
  padding: 0px;
  font-size: 0px;
  line-height: 0;
  width: 0px;
  height: 0px;
  overflow: visible;
  z-index: 1000;
}
.metro_region_popup_brd {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 200px;
  padding: 5px;
  border: 1px solid #f47721;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  overflow: hidden;
  display: block;
  height: 315px;
  opacity: 1;
}
.metro_region_popup_brd a {
  padding: 3px 0px !important;
}
.metro_region_popup_close {
  position: absolute;
  right: 5px;
  z-index: 1;
}
.metro_region_popup_x {
  padding: 3px 5px;
  background-color: #f47721;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.metro_region_label {
  display: inline-block;
  text-decoration: none;
  color: #555555;
  font-size: 13px;
  padding: 0px 0.5em;
  cursor: pointer;
}
.material_video_code {
  text-align: center;
  margin: 20px 0;
}
