.hs_recaptcha,
.hs-recaptcha,
.grecaptcha-badge,
.grecaptcha-logo {
  display: none;
}


/*START OLD SCHOOLS PAGE STYLES*/
#hero-schools {
  background: url(../images/schools/SchoolboyWithTablet.jpg) right no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
  position: relative;
}
#hero-schools-test {
  background: url(../not-used/schools/AdobeStock_30680275_Preview.jpg) right no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
  position: relative;
}
#hero-schools-a {
  background: url(../images/schools/PhoneTabletMouse.jpg) left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
  position: relative;
}
#hero-schools h1 {
  color: #fff;
  font-weight: 500;
  line-height: 4rem;
}
.school-h1 {
  color: #00aea9;
  font-weight: 500;
  line-height: 2rem;
}
.school-form-h1 {
  color: #fff;
  font-weight: 500;
  line-height: 2rem;
}
.school-hr {
  border-top: 2px solid #fff;
  width: 200px;
}
.school-form p {
  color: #fff;
}
.school-form a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
#hero-schools-a h4 {
  color: #5a5454;
  font-weight: bold;
  font-size: 1.2rem;
}
#hero-schools-a p {
  line-height: 1rem;
}
#hero-schools-a .vert-center {
  padding-top: 200px;
}
.school-circle-a {
  background: url(../images/schools/Circle-calendar.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 90%;
  height: 275px;
  width: 275px;
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 1.2rem;
}
.school-circle-b {
  background: url(../images/schools/Circle-phone.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 90%;
  height: 275px;
  width: 275px;
  position: relative;
  text-align: center;
  color: #54565a;
  line-height: 1.2rem;
}
.school-circle-c {
  background: url(../images/schools/Circle-reporting.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 90%;
  height: 275px;
  width: 275px;
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 1.2rem;
}
.school-circle-d {
  background: url(../images/schools/Circle-marketing.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 90%;
  height: 275px;
  width: 275px;
  position: relative;
  text-align: center;
  color: #54565a;
  line-height: 1.2rem;
}
.school-circle-text {
  padding-top: 150px;
}
#hiw-schools img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.hiw-card-body-blue {
  background-color: rgba(0, 48, 87, .1);
  border-bottom: 5px solid #003057;
}
.hiw-card-body-green {
  background-color: rgba(118, 188, 33, .1);
  border-bottom: 5px solid #76bc21;
}
.hiw-circle {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -10px;
  margin-top: -60px;
}
.hiw-circle h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #003057;
  font-size: 40px;
}
.hiw-card-title {
  color: #003057;
  font-weight: bold;
}
#hiw-schools p {
  font-family: 'Roboto', sans-serif;
}
.school-form {
  background-color: #00305780;
}
#form243 .hide {
  display: none;
}
.school-card {
  border-radius: .35rem;
}
.school-card-header {
  padding: .05rem .05rem;
  margin-bottom: 0;
  background-color: #e4e4e4;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-radius: .35rem;
}
.school-btn-link {
  color: #00aea9;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.school-btn-link:hover {
  text-decoration: none;
  color: #00aea9;
}
.school-card-body {
  background-color: #f7f7f7;
  border: .1rem solid rgba(0, 0, 0, .125);
  border-radius: 0 0 .35rem .35rem;
}
.school-card-body a {
  color: #00aea9;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  #hero-schools h1 {
    line-height: 3rem;
    font-size: 2.9rem;
  }
}

@media (max-width: 1200px) {
  #hero-schools h1 {
    line-height: 3rem;
    font-size: 2.9rem;
  }
  #hero-schools {
    height: 400px;
  }
  #hero-schools-a .vert-center {
    padding-top: 150px;
  }
}

@media (max-width: 992px) {
  #hero-schools {
    height: 300px;
  }
}

@media (max-width: 768px) {
  #hero-schools-a {
    height: 300px;
  }
  #hero-schools-a .vert-center {
    padding-top: 60px;
  }
  #hero-schools-a h4 {
    font-size: .9rem;
  }
  #hero-schools-a p {
    line-height: 1rem;
  }
  .school-btn-link {
    font-size: .9rem;
    line-height: 1rem;
  }
  #hero-schools h1 {
    line-height: 2rem;
    font-size: 2rem;
  }
  .school-circle-a {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-b {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-c {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-d {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-text {
    padding-top: 125px;
  }
}

@media (max-width: 576px) {
  #hero-schools {
    background: url(../images/schools/SchoolboyWithTablet1.jpg) right top no-repeat;
    background-position: 100% 20%;
    text-align: center;
  }
  #hero-schools h1 {
    line-height: 2rem;
    font-size: 2rem;
  }
  #hero-schools-a {
    background: url(../images/schools/PhoneTabletMouse1.jpg) left top no-repeat;
    background-size: cover;
  }
  #hero-schools-a h4 {
    color: #fff;
    font-weight: bold;
  }
  #hero-schools-a p {
    line-height: 1rem;
    color: #fff;
  }
  #hiw-schools img {
    display: none;
  }
}

@media (max-width: 414px) {
  .school-circle-a {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-b {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-c {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-d {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-text {
    padding-top: 80px;
  }
  .school-h1 {
    line-height: 1.5rem;
  }
}
/*END OLD SCHOOLS PAGE STYLES  */