/* Modal Links */
#priorYrs, #finUf, #finRet1, #finRet2, #finRet3, #finRet4, #finRet5, #finRet6, #finRet7, #finRet8, #finRet9 {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-dialog {
  width: 80%;
  margin: 12% auto;
  padding: 1.25rem; /* 20px; */
  color: #000000;
  border-radius: 1.25rem; /* 20px; */
  border: 0.0625rem solid #81c2ea; /* 1px */
  background-color: #ffffff;
}

.modal-slate {
  width: 80%;
  margin: 11% auto;
  min-height: 34rem;
  padding: 1.25rem; /* 20px; */
  color: #000000;
  border-radius: 1.25rem; /* 20px; */
  border: 0.0625rem solid #000000; /* 1px 81c2ea; lt blue */
  background-color: #ffffff;
  z-index: 33;
}

.close {
  color: #000000;
  float: right;
  font-size: 1.75rem; /* 28px; */
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  z-index:30;
}

.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after,  .gsc-inline-block {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}
