.subscribe-ribbon {
  padding: 15px 30px 0;
  background-color: #2C2C2C;
  border-bottom: solid 30px #F1F1F1; }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon {
      padding: 10px 0 0 15px; } }

.subscribe-ribbon__inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 38px 0 0; }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon__inner {
      padding: 0; } }
  .subscribe-ribbon__inner:after {
    content: '';
    display: block;
    clear: both; }

.subscribe-ribbon__main-content, .subscribe-ribbon__extra-content {
  padding: 0 0 15px;
  line-height: 50px; }
  @media only screen and (max-width: 1200px) {
    .subscribe-ribbon__main-content, .subscribe-ribbon__extra-content {
      line-height: 40px; } }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon__main-content, .subscribe-ribbon__extra-content {
      line-height: normal;
      text-align: center; } }

.subscribe-ribbon__main-content {
  float: left; }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon__main-content {
      float: none;
      clear: both;
      line-height: 50px; } }

.subscribe-ribbon__extra-content {
  float: right; }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon__extra-content {
      float: none;
      clear: both;
      padding: 0 0 10px;
      line-height: 30px; } }

.subscribe-ribbon__heading {
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  vertical-align: middle;
  font-family: Futura W01 Medium, Helvetica Neue, Arial, Sans-serif;
  font-weight: normal;
  font-size: 25px;
  color: #fff; }
  @media only screen and (max-width: 1200px) {
    .subscribe-ribbon__heading {
      font-size: 22px; } }
  @media only screen and (max-width: 1060px) {
    .subscribe-ribbon__heading {
      font-size: 16px; } }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon__heading {
      line-height: 30px; } }
  .subscribe-ribbon__heading strong {
    font-weight: normal;
    font-style: italic; }

.subscribe-ribbon__paragraph {
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  font-family: Futura W01 Medium, Helvetica Neue, Arial, Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff; }
  @media only screen and (max-width: 600px) {
    .subscribe-ribbon__paragraph {
      display: block;
      line-height: 18px; } }

.subscribe-ribbon__inline-call-to-action-link {
  font-family: Futura BT W01 Bold, Helvetica Neue, Arial, Sans-serif;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  color: #fff; }
  .subscribe-ribbon__inline-call-to-action-link:after {
    content: ' ›'; }

.subscribe-ribbon__button {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 30px 0 0;
  padding: 15px 30px;
  background-color: #D31E1E;
  border: solid;
  border-color: #2C2C2C;
  border-width: 1px 0;
  font-family: Futura BT W01 Bold, Helvetica Neue, Arial, Sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer; }
  @media only screen and (max-width: 1200px) {
    .subscribe-ribbon__button {
      padding: 9.999px 15px; } }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon__button {
      margin: 0 15px 0 0; } }
  .subscribe-ribbon__button:focus {
    outline: none; }
  .subscribe-ribbon__button:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -36px;
    border-style: solid;
    border-width: 36px 36px 0 36px;
    border-color: transparent;
    transition: border-top-color 0.5s; }

.subscribe-ribbon__button--active:after {
  border-top-color: #D31E1E; }
@media only screen and (max-width: 600px) {
  .subscribe-ribbon__button--active:after {
    border-top-color: transparent; } }

@media only screen and (max-width: 600px) {
  .subscribe-ribbon__button--block-on-mobile {
    width: calc(100% - 15px); } }

.subscribe-ribbon__call-to-action-links {
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  vertical-align: middle;
  list-style-type: none; }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon__call-to-action-links {
      line-height: 40px; } }

.subscribe-ribbon__call-to-action-link-wrapper {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  border-left: solid 1px #D1D1D1; }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon__call-to-action-link-wrapper {
      margin: 0 0 0 15px;
      padding: 0 0 0 15px; } }
  .subscribe-ribbon__call-to-action-link-wrapper:first-child {
    margin: 0;
    padding: 0;
    border-left: 0; }

.subscribe-ribbon__call-to-action-link {
  display: block;
  font-family: Futura BT W01 Bold, Helvetica Neue, Arial, Sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important; }
  .subscribe-ribbon__call-to-action-link:after {
    content: ' ›'; }

.subscribe-ribbon__close-button {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 38px;
  height: 38px;
  margin: -26.5px 0 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFF;
  border: solid 1px #FFF;
  border-radius: 100%;
  text-indent: 200px;
  white-space: nowrap;
  cursor: pointer; }
  .subscribe-ribbon__close-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 14px;
    height: 14px;
    background-image: url("../images/close.svg"); }
  @media only screen and (max-width: 1000px) {
    .subscribe-ribbon__close-button {
      right: 15px; } }
  @media only screen and (max-width: 600px) {
    .subscribe-ribbon__close-button {
      position: relative;
      top: 0;
      right: 0;
      float: right;
      width: 30px;
      height: 30px;
      margin: 0 10px 5px 0; }
      .subscribe-ribbon__close-button:before {
        top: 7px;
        left: 7px; } }
  .subscribe-ribbon__close-button:focus {
    outline: none; }