.main-pane--inverted h1,
.main-pane--inverted h2,
.main-pane--inverted h3,
.main-pane--inverted h4,
.main-pane--inverted h5,
.main-pane--inverted h6,
.promo--inverted h1,
.promo--inverted h2,
.promo--inverted h3,
.promo--inverted h4,
.promo--inverted h5,
.promo--inverted h6 {
 color:#fff
}

.main-content:after,
.main-content:before,
.main-pane:after,
.main-pane:before {
 display:table;
 content:""
}
.main-content:after,
.main-pane:after {
 clear:both;
}

.main-pane--inverted {
    background: #474442;
    color: #fff;
}

@media (min-width:992px){
    .rc-feature-promo{
        width:calc(100% - 60px)
    }
}
@media (min-width:1170px){
    .rc-feature-promo{
        width:1110px;
    }
}

.text-and-video--left {
    margin-bottom:24px;
}

.rc-feature-promo {
 margin-bottom:24px;
 /*margin-bottom:1.5rem*/
 padding: 24px;
 margin-left: auto;
 margin-right: auto;
}

.rc-feature-promo h2 {
  font-size: 25px;
  margin-bottom: 14px;
  font-weight: 400;
  letter-spacing: -.02rem;
}

.rc-feature-promo p {
  color: #fff;
    margin-top: 0;
    margin-bottom: 1.4em;
    font-size:16px;
}

.rc-feature-promo .btn--primary {
  background-color: #dc2d27;
  color: #fff !important;
  display: inline-block;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size:16px;
}

.rc-feature-promo .btn--primary:active,
.rc-feature-promo .btn--primary:focus,
.rc-feature-promo .btn--primary:hover {
 background-color:#e0423d;
 color:#fff
}

.rc-feature-promo .rc-feature-promo__image {
 float:none;
 margin-right:auto;
}
@media (min-width:47.5em) {
 .rc-feature-promo .rc-feature-promo__image {
  float:left;
  margin-right:24px;
 }
}
.rc-feature-promo .rc-feature-promo__bd {
 display:table-cell
}

.subscribe-banner__bottom label {
    font-size: 14rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    display: block;
}

.subscribe-banner__bottom input {
  height: 38px;
  font-size: 14rem;
  line-height: 1.71;
  color: #717067;
  padding-left: 12px;
  width: 100%;
  display: block;
  border: none;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

@media (min-width: 992px) {
  .email-group {
     margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .email-group {
    margin-left: 16px;
  }
}

.subscribe-banner .button {
  color:#fff;
  height:48px;
}

.subscribe-banner .button:hover{
    color:#dc2d27;
    background-color:#fff
}
