#custom-communications-alert {
  background-color: #606060;
  display: none;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}

#custom-communications-alert p,
#custom-communications-alert a {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  position: relative;
  text-align: left;
}

#custom-communications-alert p {
  width: 75%;
}

#custom-communications-alert a:hover {
  text-decoration: underline;
}

#custom-communications-alert .alert-close {
  background-image: url('../images/close-icon-default.png');
  background-size: 21px 21px;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  position: absolute;
  right: 58px;
  top: 58px;
  width: 21px;
}

#custom-communications-alert .arrow-link {
  white-space: nowrap;
}

#custom-communications-alert .arrow-link span {
  text-indent: -9999px;
  display: inline-block;
  background: url('../images/arrow.png') 0 4px / 22px 15px no-repeat;
  width: 22px;
  height: 19px;
  margin-left: 12px;
  line-height: 21px;
}

#custom-communications-alert.jjbos-custom-communications-message-1 {
  background-color: #fff;
}

#custom-communications-alert.jjbos-custom-communications-message-1 * {
  color: #000099;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}

#custom-communications-alert.jjbos-custom-communications-message-1 .alert-close {
  background-image: url('../images/close-icon-blue.png');
}

#custom-communications-alert * {
  font-family: 'Open Sans', sans-serif;
}

@media all and (min-width: 0) and (max-width: 40em) {
  #custom-communications-alert {
    padding: 48px 10px 20px 10px;
  }
  #custom-communications-alert p,
  #custom-communications-alert a {
    font-size: 14px !important;
  }
  #custom-communications-alert p {
    width: 100%;
  }
  #custom-communications-alert .alert-close {
    top: 20px;
    right: 20px;
  }

  #custom-communications-alert .arrow-link span {
    background-size: 18px 12px;
  }

  #custom-communications-alert.jjbos-custom-communications-message-1 * {
    font-size: 16px !important;
  }
}