#top .top-hero h1 {
  font-size: 5rem;
  font-weight: 300;
}
#top .top-hero p {
  font-size: 1.2rem;
}
#search {
  background-color: #243e6b;
}
#search .fa-search {
  transform: translate(0, -140%);
  float: right;
  padding-right: 1.25rem;
  margin: 0 1rem;
  color: #243e6b;
  font-size: 22px;
}
#search form {
  position: relative;
}
#search form #livesearch {
  background: white;
  position: absolute;
  width: 100%;
  z-index: 999;
}
#search form #livesearch a {
  color: #474747;
}
#accordions {
  background-color: white;
}
#accordions .card {
  margin: 0 0 25px 0;
}
#accordions .card .card-header {
  background-color: transparent;
}
#accordions .card .card-header button h2 {
  color: #141414 !important;
}
#accordions .card-body {
  color: #243e6b;
  font-weight: bold;
  font-family: "Nunito Sans";
  padding: 0;
}
#accordions .card-body .div-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1.25rem;
  margin: 0 1rem;
  display: flex;
  justify-content: space-between;
}
#accordions .card-body .video-link {
  color: #7e7e7f;
}
#accordions .card-body .fa-arrow-down {
  color: #243e6b;
}
@media (max-width: 1200px) {
  #top .top-hero h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .navbar {
    top: 0;
  }
  #top {
    margin-top: 103px;
  }
  #top .top-hero h1 {
    font-size: 3rem;
  }
}
@media (max-width: 720px) {
  #top .top-hero h1 {
    line-height: 40px;
    font-size: 2.5rem;
  }
  #top .top-hero p {
    font-size: 1rem;
  }
}
@media (max-width: 590px) {
  .navbar {
    top: 0;
  }
  .navbar .navbar-brand img {
    width: 80%;
  }
  #top {
    margin-top: 88px;
  }
  #top .top-hero h1 {
    font-size: 1.5rem;
  }
  #top .top-hero p {
    font-size: 0.7rem;
  }
}
