  #js-alert-src {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #alert-banner {
    background-color: #ca006c;
/* 
    box-sizing: border-box;
 */
    box-sizing: content-box !important;
    position: relative;
    padding: 12px 44px 12px 20px;
/* 
    width: 100%;
 */
  }
  #alert-banner .alert-banner {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    padding-bottom: 0;
    max-width: 1024px;
    min-height: 50px;
    position: relative;
    width: 100%;
  }
  #alert-banner .alert-banner .alert-body {
    flex: 1;
    flex-basis:auto;
    margin: 0 5px 0 0;
    text-align: left;
    width: auto;
  }
  #alert-banner .alert-banner .alert-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #alert-banner .alert-banner .alert-body p,
  #alert-banner .alert-banner .alert-body span,
  #alert-banner .alert-banner .alert-body div,
  #alert-banner .alert-banner .alert-body strong a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    text-decoration: none;
    width: 100%;
  }
  #alert-banner .alert-banner .alert-body p strong {
    display: block;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 1px;
  }
  #alert-banner .alert-banner .alert-body hr {
    border: none;
    background-color: rgba(255,255,255,0.2);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 1px;
    line-height: 18px;
    margin: 6px 0;
    padding: 0;
    width: 100%;
  }
  #alert-banner .alert-banner .alert-body a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
/* 
    text-decoration-thickness:1px;
 */
    width: 100%;
  }
  #alert-banner .alert-banner .alert-body a:hover {
/* 
    text-decoration-thickness:2px !important;
 */
  }
  #alert-banner .alert-banner .alert-body a:hover,
  #alert-banner .alert-banner .alert-body strong a:hover {
    text-decoration: none;
  }
  #alert-banner .alert-banner .alert-button {
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: unset;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    margin: 14px auto 0;
    padding: 0 14px;
    text-align: center;
    text-decoration: none;
    transition: background 0.4s;
    width: 100px;
    flex-shrink:0;
  }
  #alert-banner .alert-banner .alert-button:hover {
    background: rgba(255,255,255,0.3);
  }
  #alert-banner .alert-banner .alert-banner-icon {
    font-size: 20px;
    height: 20px !important;
    width: 20px !important;
  }
  #alert-banner .alert-banner .alert-controls {
    display: none;
  }
  #alert-banner .alert-banner .alert-controls p {
    display: none;
  }
  #alert-banner .alert-banner .alert-controls a {
    font-size: 13px;
    font-weight: bold;
    color: rgba(255,255,255,0.7);
    line-height: 1;
    text-transform: uppercase;
  }
  #alert-banner .alert-banner .alert-controls span {
    color: rgba(255,255,255,0.3);
/* 
    font-weight: normal;
 */
    font-weight: bold;
    margin: 0 8px;
  }
  #alert-banner .alert-banner .alert-closer {
    font-size: 24px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s;
    height: 44px;
    width: 30px;
    text-align: center;
    line-height: 44px;
    margin-left: 30px;
    position: absolute;
    top: -10px;
    right: -35px;
  }
  #alert-banner .alert-banner .alert-closer:hover {
    opacity: 0.5;
  }
  #alert-banner .alert-banner .alert-date {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 5px 0 0 0;
  }
  #alert-banner .alert-banner .alert-body .alert-copy-links {
    line-height: 10px;
    margin-top: 5px;
  }
  #alert-banner .alert-banner .alert-body .alert-copy-links a {
/* 
    font-weight: normal;
 */
    font-weight: bold;
    font-size: 13px;
/* 
    opacity: 0.9;
 */
    text-decoration: none;
  }
  #alert-banner  .underline-link {
    box-shadow: 0 1px 0 0;
  }
  #alert-banner  .underline-link:hover {
    box-shadow: 0 2px 0 0;
  }
   #alert-en-content.alert-hidden,
  #alert-es-content.alert-hidden {
    display: none;
  }
  #alert-button-en.alert-hidden,
  #alert-button-es.alert-hidden {
    display: none;
  }
  @media only screen and (min-width: 500px) {
    #alert-banner {
      padding: 14px 40px 14px 50px;
    }
    #alert-banner .alert-banner .alert-controls {
      align-items: center;
      display: flex;
      flex-direction: column;
      height: 24px;
      justify-content: center;
      margin: 0 20px 0 0;
      position: absolute;
      top: 0px;
      left: -35px;
      width: 30px;
    }
    #alert-banner .alert-banner .alert-body {
      margin: 0 10px 0 0;
      max-width:85%;
    }
    #alert-banner .alert-banner .alert-body p strong {
      font-size: 13px;
    }
  }
  @media only screen and (min-width: 768px) {
    #alert-banner {
      padding: 16px 20px;
    }
    #alert-banner .alert-banner .alert-content {
      flex-direction: row;
      margin: 0;
      text-align: left;
      width: 100%;
    }
    #alert-banner .alert-banner .alert-button {
      margin-left: auto;
      margin-top: 0;
    }
    #alert-banner .alert-banner .alert-controls {
      height: 50px;
      left: auto;
      margin: 0 20px 0 0;
      position: relative;
      top: auto;
      width: 50px;
    }
    #alert-banner .alert-banner .alert-closer {
      right: auto;
      position: relative;
      top: auto;
    }
    #alert-banner .alert-banner .alert-controls p {
      color: #fff;
      display: block;
      font-size: 13px;
      margin: 6px 0 0;
    }
    #alert-banner .alert-banner .alert-banner-icon {
      font-size: 30px;
      height: 30px !important;
      width: 30px !important;
    }

  }
