.action-frame {
  background-color: #fff;
  font-family: "Steelfish";
  padding: 15px;
  border-top: 1px solid #e5e7ea;
  overflow: auto;
}
.action-frame .action {
  max-width: 1600px;
  margin: 0 auto;
}
.action-frame .action .label {
  float: left;
}
.action-frame .action .label .title,
.action-frame .action .label .subtitle {
  display: block;
}
.action-frame .action .label .title {
  color: #c33;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}
.action-frame .action .label .subtitle {
  color: #d8d8d8;
  font-size: 29.6px;
  font-weight: 300;
}
.action-frame .action .buttons {
  margin-top: 12px;
  float: right;
}
.action-frame .action .buttons .button {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  padding: 15px 30px;
  transition: background-color 0.25s ease-in-out;
  border-radius: 5px;
  display: inline-block;
}
.action-frame .action .buttons .button:hover {
  cursor: pointer;
}
.action-frame .action .buttons .button.news {
  background-color: #8e8e8e;
}
.action-frame .action .buttons .button.news:hover {
  background-color: #6e6e6e;
}
.action-frame .action .buttons .button.join {
  background-color: #c33;
  margin-left: 35px;
}
.action-frame .action .buttons .button.join:hover {
  background-color: #933;
}
.action-frame .newsletter-modal-frame {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.action-frame .newsletter-modal-frame.hidden {
  display: none;
}
.action-frame .newsletter-modal-frame .newsletter-modal {
  background-color: #fff;
  width: 640px;
  height: 345px;
  padding: 20px;
  border-radius: 10px;
  margin: 120px auto 0;
  position: relative;
}
.action-frame .newsletter-modal-frame .newsletter-modal .newsletter-button-close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #424242;
  font-size: 18px;
  font-weight: 700;
}
.action-frame .newsletter-modal-frame .newsletter-modal .newsletter-button-close:hover {
  cursor: pointer;
}
.action-frame .newsletter-modal-frame .newsletter-modal .title {
  font-family: "RobotoMedium";
  color: #c33;
  font-size: 2.45rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.action-frame .newsletter-modal-frame .newsletter-modal .description {
  font-family: "AntiPastoBold";
  color: #9e9e9e;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}
.action-frame .newsletter-modal-frame .newsletter-modal .form {
  margin-top: 20px;
  border-top: 1px solid hsla(0, 0%, 72.5%, 0.4);
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 72.5%, 0.4);
  margin-bottom: 15px;
  overflow: auto;
}
.action-frame .newsletter-modal-frame .newsletter-modal .form .form-group {
  margin-bottom: 10px;
}
.action-frame .newsletter-modal-frame .newsletter-modal .form .form-group label {
  width: 80px;
  color: #9e9e9e;
  font-size: 1.25rem;
  font-family: "AntiPastoBold";
  text-align: right;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.action-frame .newsletter-modal-frame .newsletter-modal .form .form-group input {
  width: 275px;
  color: #797676;
  font-size: 0.9em;
  padding: 10px;
  border-radius: 5px;
  border: none;
  border: 1px solid hsla(0, 0%, 72.5%, 0.5);
  margin-bottom: 10px;
}
.action-frame .newsletter-modal-frame .newsletter-modal .form .form-submit {
  margin-left: 90px;
}
.action-frame .newsletter-modal-frame .newsletter-modal .form .form-submit button {
  color: #fff;
  background-color: #c33;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  display: block;
  float: left;
  clear: left;
}

/* Micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .action-frame .action .label,
  .action-frame .action .buttons {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
  }
  .action-frame .action .label .button,
  .action-frame .action .buttons .button {
    width: 160px;
    display: block;
    margin: 0 auto 15px !important;
  }
  .action-frame .action .label .subtitle {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal {
    width: 90%;
    height: 440px;
    margin: 40px auto 0;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .action-frame .action .label,
  .action-frame .action .buttons {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
  }
  .action-frame .action .label {
    margin-bottom: 15px;
  }
  .action-frame .action .buttons .button {
    width: 160px;
    display: block;
    margin: 0 auto 15px !important;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal {
    width: 80%;
    height: 440px;
    margin: 40px auto 0;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .title {
    font-size: 2.35rem;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .form .form-group label {
    width: 15%;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .form .form-group input {
    width: 70%;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .form .form-submit {
    margin-left: 15%;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .form .form-submit button {
    margin-left: 10px;
  }
}
/* Extra small devices (portrait phones, from 420px to 575px) */
@media (min-width: 420px) and (max-width: 575px) {
  .action-frame .action .label,
  .action-frame .action .buttons {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
  }
  .action-frame .action .label {
    margin-bottom: 15px;
  }
  .action-frame .action .buttons .button {
    width: 160px;
    display: block;
    margin: 0 auto 15px !important;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal {
    width: 82.9%;
    height: 350px;
    margin: 40px 20px 0;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .title {
    font-size: 2.35rem;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .form .form-group label {
    width: 15%;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .form .form-group input {
    width: 70%;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .form .form-submit {
    margin-left: 15%;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal .form .form-submit button {
    margin-left: 10px;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .action-frame .action .label,
  .action-frame .action .buttons {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
  }
  .action-frame .newsletter-modal-frame .newsletter-modal {
    width: 93.5%;
    height: 440px;
    margin: 40px 20px 0;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
/* Large devices (tablets, from 992px to 1199px) */
/* Small Jumbo devices (large screens, 1200px to 1350px) */
/* Medium Jumbo devices (large screens, 1351px to 1600px) */
