body {
  padding: 0 0 2rem 0 !important;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #4f7b42;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #98aa3c;
  font-size: 19px;
}

nav {
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.75);
  min-height: 95px;
  height: 10vh;
  max-height: 120px;
  background-color: white;
}

nav>.container {
  height: 100%;
}

.missouri-logo {
  min-height: 50px;
  height: 10vh;
  max-height: 120px;
}

.img-logo {
  min-height: 50px;
  height: 100%;
  max-height: 120px;
  padding: 5px;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.content {
  margin-top: 125px;
  /* margin-top: max(70px, min(12vh, 140px)); */
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel.panel-default {
  -webkit-box-shadow: 0px 0px 12px -2px rgba(150, 150, 200, 1);
  -moz-box-shadow: 0px 0px 12px -2px rgba(150, 150, 200, 1);
  box-shadow: 0px 0px 12px -2px rgba(150, 150, 200, 1);
}

.panel-default > .panel-heading {
  background-color: #df862a;
  border-color: #df862a;
  color: #ffffff;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: 300;
}

.panel-body {
  padding: 15px;
  background-color: #ffffff;
  color: #4e7282;
}

.a1-acknowledgement-section {
  background-color: #f5fafa;
}

.a1-acknowledgement-initials {
  width: 60px;
}

.upper-roman {
  list-style-type: upper-roman;
}


.glyphicon {
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
}

.panel-group .panel {
  margin-bottom: 5px;
  border-radius: 4px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: white;
  border-color: #bce8f1;
}

.panel-small .panel-title {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0px;
}

.panel-collapse > .panel-body {
  border-top: 1px solid #bce8f1;
  background: rgba(208, 238, 237, 0.3);
}

.return:hover {
  text-decoration: none;
  cursor: pointer;
}

.radio {
  position: relative;
  display: block;
}

.justify-right .form-inline {
  justify-content: flex-end;
}

li {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: justify;
  line-height: 1.4;
}

input {
  color: #283e6a;
}

.note-text {
  font-size: 0.8em;
}

.list-upper-alpha {
  list-style-type: upper-alpha;
}

.list-lower-alpha {
  list-style-type: lower-alpha;
}

.orange-border {
  border: solid 1px #df862a;
  padding: 8px;
}

.photo-modal {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  position: fixed;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  color: #4e7282;
  padding: 15px
}

.photo-modal > .photo-content {
  padding: 15px 50px 0 50px;
}

.width-70 {
  width: 70px;
}

.save-button-wrapper {
  position: fixed;
  /* top: 25%;
  right: 11%; */
  margin-top: 150px;
  z-index: 1030;

  -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.75);
  border-radius: 10%;
}
