.form-container{ 
    max-width: 1176px;
    min-height: calc(100vh - 136px); /* header plus footer (86 + 50) */
    margin: 0 auto;
    overflow: auto;
    background-color: #fff;
    margin-top: -20px;
    z-index: 6;
    position: relative;
}
@media (min-width: 961px){
    .form-container{
        min-height: calc(100vh - 143px); /* header plus footer (93 + 50) */
    }
}
#forms{
    margin: 0 8%;
    margin-bottom: 4%;
}
.form-group, 
.form-adjust {
    margin-bottom: 10px;
}
.form-buffer{
    margin-bottom: 30px;
}
@media (min-width: 961px){
    .form-buffer{
        margin-bottom: 15px;
    }
}
form{
    padding: 10px;
}
@media (min-width: 641px){
    form{
        padding: 20px;
    }
}
#no-nav{
    height: 8px;
    background: #000;
    margin-bottom: 0;
    z-index: 6;
    position:relative;
}
.panel-heading{
  font-size: 14px;
}
.footer__legal{
  min-height: 50px;
}
.form-control-feedback{
  top: 1px;
  right: 14px;
  display: none;
}
.has-error .form-control-feedback {
  /*color: red;*/
}
.has-error > .form-control-feedback{
  display: inline-block;
}
#error-msg{
  color: #a94442;
}
.add-row{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  float:right;
  margin-bottom: 20px;
}
.delete-row{
  font-size: 14px;
  line-height: 2.5;
  color: blue;
  cursor: pointer;
}
.flex-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#fff;
  color: #333;
  border-radius: 4px;
}
.flex-center{
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  padding: 60px;
}
.img-wrapper{
  max-width: 300px;
  display: inline-block;
  margin: 0 8%;
}
img{
    max-width: 100%;
}
.heading-wrapper{
    position:relative;
    z-index: 6;
}
.branding{
  padding-top: 20px;
  margin: 0 8%;
}
/* @media (min-width: 961px){
  .branding > p,
  .branding > h2{
      padding: 0 40px;
  }
} */
#acm-description .tagline{
  display: none;
}
@media (min-width: 345px){
  #acm-description .tagline{
      display: block;
  }
}
.check-icon{
    width: 60px;
    display: inline-block;
}
.acm-banner-container{
  position: relative;
  margin-top: -8px;
  height: 200px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.edu-glyph{
  top: 32px;
}
.prof-status {
  display: none;
  margin: 6px 0 20px 6px;
}
.prof-status--active {
  display: block;
}
.prof-status input {
  display: inline;
  margin: 0 10px 0 20px;
}