.bio-para:not(.noSelect),
span:not(.noSelect),
ul:not(.noSelect) {
  -webkit-tap-highlight-color: rgb(19, 194, 3);
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.display-none {
  display: none;

}

.display-login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(67, 79, 102, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute
}

.error-modal {
  text-align: center;
  border: #282c34 1px solid;
  border-radius: 5px;
  position: relative;
  background-color: #fefefe;
  opacity: 1;
  width: 25%;
  min-width: 25%;
  padding: 20px;
}

.error-close-button {
  width: 33%;
  margin-top: 20px;
  font-size: medium;
  color: white;
  background-color: #282c34;
  border-radius: 5px;
}

/*Login modal*/
.modal-background {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Doing this seems to allow the container to have less opacity, but its children to not inherit, which is whatI wanted */
  background-color: rgb(67, 79, 102, 0.9);
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
}

.close-row {
  display: flex;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: white;
  height: 10%;
  min-height: 50px;
  margin-bottom: 5%;
  background-color: #282c34;
  z-index: 3;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.modal-filler {
  display: flex;
  flex-direction: column;
  width: 10%
}

.modal-logo-text {
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}



.close:hover,
.close:focus {
  padding:0 -5px;
  border-radius: 5px;  
  /* background-color: white; */
  /* color:#282c34; */
  /* text-decoration: none; */
  cursor: pointer;
}

.login-button {
  margin-right: 5px;
  color: rgb(234, 242, 250);
  border: lightblue 1px solid;
  width: fit-content;
  padding: 4px 8px 4px 8px;
  border-radius: 5px;
  font-size: small;
  background: #282c34;
  width: 15%;
}

.login-button:hover {
  outline: lightblue double 3px;
}

.row {
  width: 100%;
  margin-top: 10px;
  height: 10%;
  display: block;
}

.field-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #282c34;
  font-size: small;
  margin-top: 5%;

}

.login-inputs {
  width: 100%;
  padding: 2px;
  border: lightblue 1px solid;
  border-radius: 4PX;
  margin-top: 2%;

}

.login-inputs:focus {
  outline: lightblue double 3px;
  /* border: #60ff9d 1px solid; */
}

.login-inputs-error {
  border: red 1px solid;
  width: 100%;
  padding: 2px;
  border-radius: 4PX;
  margin-top: 2%;
}

.login-inputs-error:focus {
  outline: none;

}

.submit-button {
  color: white;
  background-color: #282c34;
  border-radius: 4px;
}

.submit-button:focus {
  outline: none;
  color: #282c34;
  background-color: #60ff9d;
  border: #282c34 1px solid;

}




/* End modal styles */

/* Start advisors modal style */
/* modal styles */
.display-none {
  display: none;

}

.display-login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(67, 79, 102, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute
}

.error-modal {
  text-align: center;
  border: #282c34 1px solid;
  border-radius: 5px;
  position: relative;
  background-color: #fefefe;
  opacity: 1;
  width: 25%;
  min-width: 25%;
  padding: 20px;

}

.error-close-button {
  width: 33%;
  margin-top: 20px;
  font-size: medium;
  color: white;
  background-color: #282c34;
  border-radius: 5px;
}

/*Login modal*/

.modal-background {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Doing this seems to allow the container to have less opacity, but its children to not inherit, which is whatI wanted */
  background-color: rgb(67, 79, 102, 0.9);
  width: 100%;
  height: 100%;
  z-index: 10;
  top:0;
  bottom:0;
  position: fixed;
}

.modal {
  border: #282c34 1px solid;
  border-radius: 10px;
  padding: 20px;
  color: lightslategray;
  font-weight: bold;
  position: fixed;
  height: 300px;
  width: 300px;
  background-color: white;
}

.modal-filler {
  display: flex;
  flex-direction: column;
  width: 10%
}

.modal-logo-text {
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.close {
  color: white;
  /* margin-right:; */
  font-size: 28px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  /* width: 10%; */
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* .close:hover,
.close:focus {
  color: lightblue;
  text-decoration: none;
  cursor: pointer;
} */

.controls-group {
  /* width: 100%; */
  /* margin: 20% auto; */
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
}

.login-button {
  margin-right: 5px;
  color: rgb(234, 242, 250);
  border: lightblue 1px solid;
  width: fit-content;
  padding: 4px 8px 4px 8px;
  border-radius: 5px;
  font-size: small;
  background: #282c34;
}

.login-button:hover {
  outline: lightblue double 3px;
}

.row {
  width: 100%;
  margin-top: 10px;
  height: 10%;
  display: block;
}

.field-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #282c34;
  font-size: small;
  margin-top: 5%;

}

.login-inputs {
  width: 100%;
  padding: 2px;
  border: lightblue 1px solid;
  border-radius: 4PX;
  margin-top: 2%;

}

.login-inputs:focus {
  outline: lightblue double 3px;
  /* border: #60ff9d 1px solid; */
}

.login-inputs-error {
  border: red 1px solid;
  width: 100%;
  padding: 2px;
  border-radius: 4PX;
  margin-top: 2%;
}

.login-inputs-error:focus {
  outline: none;

}

.submit-button {
  color: white;
  background-color: #282c34;
  border-radius: 4px;
}

.submit-button:focus {
  outline: none;
  color: #282c34;
  background-color: #60ff9d;
  border: #282c34 1px solid;

}

@media(max-width: 600px){
  .column-l{
    width:15%;
  }
  .column-m {
    width:70%
  }
  .column-r {
    width:15%;
  }
}

@media(max-width: 870px) {

  #advisor-modal {
    width: 100%;
    border-radius: 0;
    height: 100%;
  }

  .advisor-row {
    height: auto;
  }

  .advisor-image-container,
  .advisor-contact-details-container {
    float: none;
    width: 100%;
    height: auto;
  }


  ul.advisor-ul {
    list-style: none;
    padding: 0;
    margin-left: 10px;
  }

  .advisor-image-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .advisor-image {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }

  .bio-para {
    width: 90%;
    /* border: none; */
    margin-left: auto;
    margin-right: auto;

  }

  .advisor-bio-container {
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
  }

  .advisor-bio-h {
    margin-left: 20px;
  }

  .about-modal {
    border: 0;
    border-radius: 0px;
    position: absolute;
    background-color: #fefefe;
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow-y: auto;
  }
}