/*Css file for adviser-tool*/
body, html {
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
}

h1 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  margin-top: 2rem;
}

#admissionsAdviserTitle {
  padding: 1vh;
}

#searchAgain {
  display: none;
  padding: 1vh;
  text-align: center;
}

#page-content {
  padding: 2vh;
}
#page-content div, #page-content p, #page-content a, #page-content select, #page-content input {
  letter-spacing: 0px;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page-content a:not(.button) {
  color: #877148;
  text-decoration: underline;
}
#page-content a:not(.button):hover, #page-content a:not(.button):focus {
  color: #665536;
}

.adviserProfile img {
  max-width: 60%;
}

#stepType {
  padding: 1vh;
}

.btnType {
  display: block;
  margin-top: 15px;
}

#stepCounty {
  display: none;
}

#stepColleges {
  display: none;
}

#stepHighSchools {
  display: none;
}

.startOver {
  text-align: center;
}

a.button {
  font-family: Arial;
  color: #ffffff !important;
  font-size: 13px;
  background: #877148;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
a.button:hover, a.button:focus {
  background: #665536;
}/*# sourceMappingURL=adviser-tool.css.map */


