/* TYPOGRAPHY */
/* darken(@navbar-default-bg, 6.5%); */
#header {
  display: none;
}
.search {
  display: none;
}
.largeLogo {
  position: relative;
  /* border: 1px solid purple; */
  z-index: 0;
  padding: 0;
}
.largeLogo.page {
  display: inline-block;
  width: 55%;
  height: 80px;
  padding: 1em 0 1em 1em;
  /* border: 1px solid; */
}
img {
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.largeLogo.page h3.title {
  margin: 0 2em;
}
.largeLogo .mask {
  position: relative;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.home-top .content-block h3.title {
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  font-size: 14pt;
}
h3.motto {
  font-family: Times, serif;
  display: inline-block;
  font-style: italic;
  font-weight: normal;
  width: 38%;
  white-space: nowrap;
}
.art-row {
  display: none;
}
.container.page {
  clear: both;
  float: none;
  display: block;
  border-top: 1px solid #000;
}
#applications .titling {
  display: none;
}
.enroll-rail {
  display: none;
}
.locations .location {
  margin-top: 12pt;
}
.locations .location .name {
  font-weight: bold;
}
.form-group {
  background: transparent;
  padding: 1em;
  border-radius: 0;
  /* border-bottom: 1px solid; */
}
.form-group.no-print {
  display: none !important;
}
.form-group input {
  border-radius: 1em;
  font-size: 1.4em;
  border-bottom: 1px solid;
}
.form-group .print {
  display: block;
}
.form-group .print.text {
  margin-top: 12pt;
  border-bottom: 1px solid #ababab;
}
.form-group .print.textarea {
  margin-top: 12pt;
  border: 1px solid #ababab;
  height: 100px;
}
.form-group .no-print {
  display: none;
}
.form-group .no-print select,
.form-group .no-print input {
  display: none;
}
.form-group span.option {
  padding: 1em 1em 0 1em;
  display: inline-block;
}
label,
.select {
  font-size: 12pt;
}
.radio label,
.checkbox label {
  padding-right: 20px;
}
.form-group.required label.field-title:after {
  content: '*';
  color: #e31837;
  padding-left: 0.5em;
}
p.requirements {
  font-size: 12pt;
}
p.requirements span {
  color: #e31837;
  font-weight: bold;
}
button {
  display: none;
}
