/**
* @file
* CSS responsive styles
*/
#edit-why-did-you-not-graduate-from-this-institution---wrapper+.custom_element_wrapper .page-next {
  display: none;
}

#edit-did-you-graduate-from-this-institution---wrapper:not(.active-question)~.child-question-wrapper:has(#edit-why-did-you-not-graduate-from-this-institution-other--2),
#edit-did-you-graduate-from-this-institution---wrapper:not(.active-question)~#edit-why-did-you-not-graduate-from-this-institution---wrapper {
  display: none !important;
}

.faculty-dynamic-child .panel-body .faculty-dynamic-child.child-question-wrapper {
  display: block;
}

.panel-body>.faculty-dynamic-parent div.faculty-dynamic-parent {
  margin-top: 0 !important;
}

.page-next,
.page-prev {
  width: 115px;
}

.show-early-submit #edit-actions .emp-button-wrapper.submit-btn {
  display: block !important;
}
