#a2hsPopup {
  position: fixed;
  width: 208px;
  height: 122px;
  margin: 0 auto;
  top: 325px;
  padding: 10px;
  right: 14px;
  left: 0;
  background-color: #f38c0d;
  background-image: linear-gradient(top, #f97d4f 0%,#fc5d23 50%,#fd4703 51%,#fd4703 100%);
  border: 0px solid #00234C;
  -webkit-border-radius: 5px;
  z-index: 9999;
  text-align: center;
  -webkit-box-shadow: 0px 0px 11px #333, 0px 0px 0px #333, 0px 0px 0px #333, 0px 0px 20px #333;
}

#a2hsPopup h4 {

    color: white;
    font-size: 18px;
    font-family: Belleza;
    margin-top: 0;
    margin-bottom: 0;
  }

#a2hsPopup p {

    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    margin:0px;
  }
  #a2hsPopup .popup-close-icon {
    position: absolute;
    float: right;
    border-radius: 12px;
    width: 19px;
    height: 19px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    right: 9px;
    top: 4px;
}

#a2hsPopup:after {
  position: absolute;
  content: '';
  height: 0px;
  width: 0px;
  left: 43%;
  bottom: -19px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f38c0d;
  z-index: 9999;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #a2hsPopup {
    top: 21px;
    bottom:0;
    right: 4%;
    left:unset;
  }
  #a2hsPopup:after {
    top: -19px;
    border-bottom: 20px solid #f38c0d;
    border-top: 0px;
  }
}
@media only screen and (min-device-width: 1025px) {
    #a2hsPopup { display:none !important; }
}

