input.error {
  border: 1px solid red !important;
}

.gp_fund_source_box {
  position: relative;
  top: 3px;
}

#gp_funds label.error {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
}

label.error {
  font-weight: bold;
}

input[type=checkbox].error {
  border: 1px solid #b4b9be !important;
}

.hidden {
  display: none;
}


div.grant_program h4 {
  margin-top: 26px;
  margin-bottom: 6px;
}

div.grant_program_side h4 {
  margin-top: 26px;
  margin-bottom: 6px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: -10px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-datepicker-trigger {
    position: relative;
    top: 2px;
    left: 3px;
}