/* College button color */
#azContent .azForm-item .azForm-submit .ui-btn,
html head + body .ui-btn.ui-btn-c {
  transform: scale(1.02);
  background-color: #f79440;
  border-color: #f79440;
  color: #222;
}

#azContent .azForm-item .azForm-submit .ui-btn:hover,
html head + body .ui-btn.ui-btn-c:hover {
  transform: scale(1.02);
  background-color: #0c489b;
  border-color: #0c489b;
  color: #fff;
}

/* Hide the default header */
#banner { display: none; }

/* Unhide the dynamic header bit */
#header-content-forms { 
    display: block !important;
    border-bottom: 3px solid #fff;
}

#azContent {
    border-top: none;
}

/* Set custom header image */
#dynamic-header-image {
    display: block;
    content: url("/content/image/375");
}