#subscribe-news {
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */ }
  #subscribe-news .check {
    display: block;
    position: relative;
    padding: 5px 5px 5px 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.89rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
    height: 100%; }
    #subscribe-news .check span {
      position: relative;
      display: block; }
  #subscribe-news .check input {
    display: none; }
  #subscribe-news .checkmark {
    position: absolute;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #c7c7c7; }
  #subscribe-news .check input:checked ~ .checkmark {
    background-color: #f42534; }
  #subscribe-news .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  #subscribe-news .check input:checked ~ .checkmark:after {
    display: block; }
  #subscribe-news .check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid;
    border-color: #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #subscribe-news .c-selected {
    border: 1px solid #f42534 !important;
    color: #3c3c3b; }
  #subscribe-news .dpn {
    display: none !important; }
  #subscribe-news .inv {
    visibility: hidden; }
  #subscribe-news .form-group {
    background: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    z-index: 2; }
  #subscribe-news .bg-r input {
    border-color: #f42534; }
  #subscribe-news .bg-r button {
    border-color: #f42534 !important;
    background: #f42534 !important;
    color: #fff !important; }
  #subscribe-news .control-label {
    padding: 0 15px; }
  #subscribe-news .footer__title {
    padding: 0 15px; }
  #subscribe-news .pad {
    padding: 30px 15px; }
  #subscribe-news .news-interest .footer__title {
    padding: 0 !important;
    margin: 0; }
  #subscribe-news .news-label {
    font-size: 0.76rem;
    color: #888888; }
  #subscribe-news .popout {
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 5px;
    font-weight: 900;
    color: #f42534;
    cursor: pointer;
    padding: 0 10px; }
  #subscribe-news .form-validator-stack.help-block {
    padding: 20px;
    background: #fff3cd;
    color: #856404; }
  #subscribe-news .form-validator-stack.help-block:before {
    content: '';
    border-bottom: 6px solid #fff3cd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -5px; }
  #subscribe-news .form-validator-stack.help-block [role="alert"]:before {
    content: "- "; }
  #subscribe-news .card .card-body .btn {
    border-radius: 0 !important; }
  #subscribe-news .card .card-body .alert p {
    margin: 0; }
  #subscribe-news .card .card-body .input-group-append {
    margin-left: 0.5rem; }
  #subscribe-news .card .card-body #recipient-select .input-group-item-shrink {
    display: none; }
  #subscribe-news .vertical-c {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  #subscribe-news .control-label {
    padding: 0; }
  #subscribe-news .footer__title {
    padding: 0; }
  #subscribe-news .pad {
    padding: 25px 0; } }