.row {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin-left: 0;
}

.body {
  overflow-x: hidden;
}

.sc-text {
  display: table-cell;
}

.sc-text > div {
  text-align: right;
}

.sc-text > div > img {
  height: 40px;
}

.sc-img {
  display: inline-grid;
}

.sc-img > img {
  height: 100%;
  margin-left: -30px;
  width: auto;
}

h1 *, h1, h2 {
  font-family: "Futura Std Light", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 1;
  display: block;
}

h1 {
  margin-top: 40px;
}

.line {
  width: 200px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 8px;
}

h2 {
  font-size: 24px;
  display: block;
}

.contactbutton {
  margin-top: 0 !important;
}

div * p, div * ol {
  font-family: "Futura Std Light", sans-serif;
  font-size: 16px;
  margin-top: 20px;
}

ol {
  padding-left: 20px;
}

li > ol {
  list-style-type: lower-alpha;
  margin-top: 0;
  padding-left: 26px;
}

.leftimg {
  display: grid;
  margin-right: -25px;
  align-items: flex-end;
}

.leftimg > img {
  width: 100%;
}

.rightimg {
  display: grid;
  margin-left: -25px;
  align-items: flex-end;
}

.rightimg > img {
  height: 100%;
}

.behindimg {
  position: absolute;
  height: 100%;
  opacity: 0.8;
  overflow-x: hidden;
}

.pillbutton, .pillbutton:hover, .pillbutton:visited {
  font-family: "Futura Std Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #b38e57;
  color: white;
  padding: 4px 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.42857147;
  display: inline-block;
  text-decoration: none;
  border-radius: 20px;
  background: #f3e2c7;
  background: -moz-linear-gradient(left, #F0C0A0 0%, #C08050 100%);
  background: -webkit-linear-gradient(left, #F0C0A0 0%, #C08050 100%);
  background: linear-gradient(90deg, rgba(255, 218, 162, 1) 0%, rgba(179, 142, 87, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0C0A0', endColorstr='#C08050', GradientType=1);
}

.g-recaptcha {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gold {
  color: #ebc07d;
}

.danger {
  color: red;
  font-size: 16px;
  font-weight: 900;
}

.danger::before {
  content: "\00a0 ";
}

.scholarship-form-title {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  margin-top: 13px;
}

.scholarship-form-title > span {
  position: absolute;
}

.scholarship-form-title::after {
  content: "\00a0";
}

.scholarship-form-item {
  width: 90%;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 18px;
  color: black;
  font-weight: 900;
}

.hiddenform {
  display: none;
}

input[type=file] {
  display: none;
}

.formlinks {
  margin-left: 165px;
  /*z-index:-1;
  */
}

.formlink, .formmodal {
  text-transform: none;
  color: cornflowerblue;
  font-size: 14px;
  cursor: pointer;
}

.modal-header {
  color: black;
}

.modaltextarea, .fileform {
  width: 100%;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: unset;
  width: 18px;
  border: 1px solid;
  outline-offset: -2px;
  text-align: center;
  border-radius: 30%;
  font-size: 18px;
  z-index: unset !important;
}

.tooltip::before {
  content: "\2139";
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  /*bottom: 50%;
  */ top: 135%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext {
  font-size: 12px;
  text-transform: none;
  z-index: 4000;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .sc-text > div {
    text-align: center;
  }
  .sc-img, .leftimg, .rightimg {
    display: none;
  }
}