@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500&display=swap');

#wrapper{
  font-family: 'Nunito', sans-serif;
  max-width:100%;
  padding-top:0 !important;
}
#wrapper #logo{
  display: none !important;
}
#wrapper h1{
  display: none !important;
}
/* #wrapper #content{
  display: none !important;
} */
/* #wrapper #board_title{
  display: none !important;
} */


.opening a{
  font-weight: 700;
  font-size: 24px;
  line-height: 208%;
  color: #000;
}

.location {
  font-weight: 700;
  font-size: 24px;
  line-height: 208%;
  color: #969191;
}

.accessible .level-0 h4{

}

.accessible .opening {
  line-height: 20px;
  margin-bottom: 8px;
  border-bottom: 2.4px solid #adadad;
}

#app_body {
  max-width: 100%;
  position: relative;
}

#application {
  padding: 25px 30px 30px 30px;
  background-color: #FAFAFA;
  max-width: 100%;
}