/**
 * appeal.css
 * ----------
 * Overwrite theme styles, add customizations here.
 */

/* Create delay for animate.css elements */
.animated {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
}
/* prevent animated banner elements from overflowing container */
#homebanner {
	overflow: hidden;
}

.second-email{display:none;}