:root {
  --nav-height: 60px; /* this gets overridden by JS */
  --sidebar-height: 60px;
  --search-height: 2px;
  --scroll: 0;
}

.hide {
  display: none;
}

.logo-beige {
  height: 20vh;
}

.logo-vert-center {
  /* height: calc(var(--search-height) - var(--sidebar-height)); */
    margin: 2em 0;
}

.blurred {
  filter: blur(7px);
}

.greyed-out {
}

@media (prefers-reduced-motion) {
  .hidden-left,
  .hidden-right,
  .hidden-up,
  .hidden-rotate,
  .hidden-fade {
    transition: none;
  }
}

.hidden-left {
  opacity: 0;

  transform: translateX(-100%);
  transition: all 1s;
}

.show-left {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.hidden-right {
  opacity: 0;

  transform: translateX(100%);
  transition: all 1s;
}

.show-right {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.hidden-up {
  opacity: 0;

  transform: translateY(150%);
  transition: all 1s;
}

.show-up {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.hidden-rotate {
  transform: rotateZ(45deg);
  transition: all 1s;
}

.show-rotate {
  transform: rotateZ(0);
}

.hidden-fade {
  opacity: 0;
  transition: all 1s;
}

.show-fade {
  opacity: 1;
  filter: blur(0);
}

.icon:nth-child(2) {
  transition-delay: 200ms;
}

.icon:nth-child(3) {
  transition-delay: 400ms;
}

.br {
  border: solid 5px red;
}

.bg {
  border: solid 5px green;
}

.bgg {
  background-color: grey;
}

.cb {
  color: #000000;
}

.ct {
  color: #35adb0 !important;
}

.co {
  color: #f59b77 !important;
}

.ctan {
  color: #c08f51;
}

.cpewter {
  color: #719191 !important;
}

.grayedout {
  color: #acacac !important;
}

.cwgray {
  color: #6e6c6b !important;
}

.cdg {
  color: #0b2e32;
}

.cdgr {
  color: #606060;
}

.cw {
  color: #fff !important;
}

.blg {
  background-color: #1d6971;
}

.bdg {
  background-color: #0b2e32 !important;
}

.bb {
  background-color: #fdfaf7;
}

.bgo {
    background-color: #f59b77;
}

.bgdo {
    background-color: #91614d;
}

.bgt {
    background-color: #35adb0;
}

.bgdt {
    background-color: #4e6f72;
}

.text-secondary {
    color: #f4f4f4!important;
}
.rounded-corner-topleft {
    border-radius: 21px 0 0 0;
}

.rounded-corner-bottomleft {
    border-radius: 0 0 0 21px;
}

.rounded-corner-topright {
    border-radius: 0 21px 0 0;
}

.rounded-corner-bottomright {
    border-radius: 0 0 21px 0;
}

a {
  text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.p-50 {
  padding: 50px;
}

.line-height {
  line-height: 2.3rem;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: houschka-pro, sans-serif;
  background-color: #0b2e32;
  color: #0d2e32;
}

.container {
  margin: 20px 45px 20px 45px;
}

.bg::before {
  content: '';
  background-color: #fdfaf7;
  position: absolute;
  height: 100vh;
  width: 200vw;
  left: -100vw;
  top: 175vh;
  z-index: -1;
}

.db {
  font-weight: 400;
}

.nav-link {
  transition: transform 0.1s ease-in-out;
}

.navbar-brand {
  transform: translateY(0px) !important;
}

nav a:hover {
  transform: translateY(-3px);
}

nav .nav-link:hover {
  color: #9ce1e3 !important;
}

.nav-tag {
  font-size: 1.5rem !important;
  color: #fff;
  font-weight: 300;
}

.subcaption {
  font-family: 'houschka-pro', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #d3d3d3;
  font-size: 1.875rem;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  font-family: 'gotham', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 5.5em;
}

.h1-size {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.813rem;
  color: #fff;
  text-transform: none;
}

h2 {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.813rem;
  color: #fff;
}

.landing-header {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}

.h2-md-size {
  font-size: 3.3rem !important;
}

.h2-size {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.813rem;
  color: #fff;
}

h3 {
  font-family: Gotham, sans-serif;
  font-size: 4em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
}

h3.numbers {
  font-family: 'gotham', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3.75em;
}

h4 {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
}

h5 {
  font-family: Gotham, sans-serif;
  font-size: 4em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.h5-size {
  font-size: 4rem;
  text-transform: none;
}

h6 {
  font-family: 'houschka-pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  color: #fff;
}

.search-results h6 {
  font-size: 3.125rem !important;
  font-weight: 400 !important;
}

p {
  font-family: 'houschka-pro', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.875em;
  color: #0d2e32;
}

.p2 {
  font-size: 1.7em;
  font-weight: 300;
  color: #fff;
}

.p3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #0b2e32;
  text-align: start;
  padding-bottom: 20px;
}

.subhead {
  margin-top: -1rem;
  font-size: 2rem;
}

/* DEFAULT PAGE STYLES */

.default-styles p {
    font-family: 'houschka-pro', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.8em;
    color: #0b2e32;
    text-align: start;
    padding-bottom: 20px;
}
.default-styles hr {
    margin: 3rem 0 !important;
}

.default-styles  h1 {
    font-family: 'gotham', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 5.5em;
    color: #000000;
    text-align: center;
}


.default-styles  h2,
.default-styles h3 {
    font-family: "houschka-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem !important;
    color: rgb(53, 173, 177);
}

.default-styles h4,
.default-styles h5,
.default-styles h6 {
    font-family: "houschka-pro", sans-serif;
    font-style: normal;
    font-size: 2.5rem !important;
    color: #f59b77 !important;
    font-weight: 400;
}



/*PRIVACY POLICY*/

.privacy-policy p {
  text-align: left;
}

.privacy-policy {
  line-height: 3rem;
}

ol,
ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}

.alert ul {padding-bottom: 0 !important;}

nav ul {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

ol {
  font-family: 'houschka-pro', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7rem;
  text-align: left;
}

.privacy-policy h1 {
  font-family: 'houschka-pro', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.3rem !important;
  color: #35adb1;
}

/*KEEPS UL WITH BUTTONS FORM TAKING ON TEXT SPACING*/
ul:has(button) {
  flex-direction: row !important;
  gap: 0 !important;
  padding-bottom: 0 !important;
}

ul.pagination {
  flex-direction: row !important;
  gap: 0 !important;
  padding-bottom: 0 !important;
}

li::marker {
  font-family: 'houschka-pro', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #35adb1;
  font-size: 2.3rem;
}

.privacy-policy .linum {
  font-family: 'houschka-pro', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #35adb1;
}

.privacy-policy ol ol {
  list-style-type: none;
}

/*SEARCH RESULTS*/

.searchcontainer {
  row-gap: 2px !important;
}

.results-container {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 20px #dddada;
}

.results-container h2 {
  font-family: 'houschka-pro', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  color: #0b2e32 !important;
  text-transform: unset;
  text-align: start;
}

.results-container p {
  font-size: 1.188rem;
}

.school-info {
  column-gap: 0.75vw;
}

.school-info p a {
    color: #0b2e32;
}

.school-info .fa {
  padding: 0 !important;
  margin: 0 !important;
}

.category {
  border-radius: 200px;

  color: #fff;
  border: none;
  padding: 3px 25px 6px 25px;
  box-shadow: 0 3px 3px #dddada;
  letter-spacing: 0.055rem;
  font-family: 'houschka-pro', sans-serif;
  font-weight: 500;
}

.private {
  background-color: #4ab5b8;
}

.public {
  background-color: #f59b77;
}

.divider-horizontal {
  background-color: #eae2df; /* Adjust color as needed */
  height: 1px; /* Or a specific height */
  width: 100%;
}

.divider-vertical {
  width: 1px;
  background-color: #eae2df; /* Adjust color as needed */
  align-self: stretch;
}

.rate {
  background-color: #fff;
  border: 2px solid #fdebe3;
  color: #0b2e32;
  margin-bottom: 0;
  padding: 20px 20px;
  width: 10vw;
  font-size: 1.25rem;
}

.view-all {
  border-radius: 0 0 0 15px;
  width: 17vw;
}

.rate:hover {
  background-color: #fdebe3;
}

.rate-buttons {
  column-gap: 0;
}

.school-type {
  background-color: transparent;
  border-radius: 100px;
  padding: 4px 12px;
  margin: 20px;
  font-size: 1.125rem;
}

.elementary {
  color: #35adb0;
  border: solid 1px #35adb0;
}

.elementary:hover {
  background-color: #35adb0;
  color: #fff;
}

.middle {
  color: #f59b77;
  border: solid 1px #f59b77;
}

.middle:hover {
  background-color: #f59b77;
  color: #fff;
}

.high {
  color: #d9ad71;
  border: solid 1px #d9ad71;
}

.high:hover {
  background-color: #d9ad71;
  color: #fff;
}

/*BLOG*/
.blogcontainer {
  gap: 3rem;
}

.blogpost-breakout {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 20px #dddada;
}

.blogpost-breakout h2 {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  color: #f59b77;
  text-transform: unset;
  text-align: start;
}

.blogpost-breakout p {
  font-size: 1.188rem;
}

.blog-preview-content {
  color: #4e5050;
  font-size: 1.188rem;
}

.blog-title {
  text-align: start !important;
  font-size: 2.3rem;
}

.blog-content {
  color: #4e5050;
  font-size: 1.1rem !important;
  text-align: start;
  gap: 1rem;
}

.blogpost-content {
  color: #4e5050;
  font-size: 1rem !important;
  text-align: start;
  gap: 1rem;
}

.blogpost-content h1 {
  color: #35adb0;
  font-family: 'houschka-pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.83rem;
  text-align: start;
}

.blogpost-content h2 {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  color: #f59b77;
}

.blogpost-content h3 {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #f59b77;
}

.blogpost-content h4 {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: #f59b77;
}

.blogpost-content h5 {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #11484e;
}

.blogpost-content h6 {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  color: #11484e;
}

.blogpost-content em {
  font-family: 'houschka-pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0b2e32;
  font-style: italic;
  text-align: start;
}

.blogpost-content.padding {
  padding-top: 5vh;
  padding-bottom: 12vh;
}

.blog-img {
  border-radius: 15px 0 0 15px;
  width: 500px;
  height: 375px;
  object-fit: cover;
}

.readmore {
  border-radius: 5px;
  background-color: #80abac;
  color: #fff;
  padding: 5px 20px 5px 20px;
  box-shadow: 0 3px 3px #dddada;
}

.prev,
.next,
.page-link {
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.page-link {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  --bs-pagination-border-radius: 50%;
  background-color: transparent !important;
  border: none;
  color: #88807c;
}

.page-link:hover {
  background-color: #fff !important;
  color: #35adb0;
  border: none !important;
  box-shadow: 0 3px 6px #dddada;
}

.pagination .active {
  background-color: #35adb0 !important;
  color: #fff !important;
  box-shadow: 0 3px 6px #dddada;
  border: none !important;
  border-radius: 50%;
}

.disabled {
  --bs-pagination-disabled-color: #d8d8d8 !important;
}

.pagination {
  --bs-pagination-border-width: none !important;
  --bs-pagination-hover-border-color: none !important;
  --bs-pagination-active-border-color: none !important;
  --bs-pagination-border-width: none !important;
  --bs-pagination-border-color: none !important;
  --bs-pagination-hover-color: none !important;
  --bs-pagination-hover-bg: none !important;
  --bs-pagination-hover-border-color: none !important;
  --bs-pagination-focus-color: none !important;
  --bs-pagination-active-bg: none !important;
  --bs-pagination-active-border-color: none !important;
  --bs-pagination-focus-box-shadow: none !important;
}

.pagination li {
  margin-left: 10px;
  margin-right: 10px;
}

.prev::after {
  margin-right: 5px;
  background-image: none;
  border: none !important;
  font: normal normal normal 1.7rem/1 FontAwesome;
  content: '\f0d9' !important; /* the desired FontAwesome icon */
  vertical-align: 0; /* to center vertically */
}

.next::after {
  margin-left: 5px;
  background-image: none;
  border: none !important;
  font: normal normal normal 1.7rem/1 FontAwesome;
  content: '\f0da' !important; /* the desired FontAwesome icon */
  vertical-align: 0; /* to center vertically */
}


/*BLOG POST*/

.infobar {
  gap: 20px;
}

.authorname {
  border-radius: 5px;
  background-color: #fdebe3;
  color: #0b2e32;
  padding: 5px 20px 5px 20px;
  box-shadow: 0 3px 3px #dddada;
}

.blog-subhead {
  font-family: 'houschka-pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0b2e32;
  font-style: italic;
  text-align: start;
}

.blogpost-img,
.blogpost-content img {
  width: 100%;
  border-radius: 15px;
  height: 750px;
  object-fit: cover;
  box-shadow: 0 7px 15px #dddada;
}



.onetwothree {
  font-size: 8.125em;
  color: #fff;
}

.subtag {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
}

.pro {
  font-family: 'houschka-pro', sans-serif;
}

.sidebar2 {
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.75rem;
}

.block-header {
  font-family: houschka-rounded, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: #185c63;
  text-transform: none;
}

.subscript {
  font-family: Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
}

.fa-brands {
  color: #fff;
}

.hero {
  min-height: calc(100vh - var(--nav-height));
}

.landing-header {
  text-align: right;
  text-transform: uppercase;
}

.count {
  width: 750px;
  margin-left: -10rem;
  font-family: 'houschka-rounded', sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px;
}

.sidebar-123 {
  text-align: center;
}

.circle-num {
  margin-left: 20px;
  padding: 30px;
  height: 120px;
  background-color: #fff;
  border: solid 10px #f59b77;
  border-radius: 50%;
}

.sidebar-container {
  background-color: #11484e;
  border-radius: 36px;
}

.enroll-side {
  min-height: 300px;
}

.enroll-heading {
  max-width: 60%;
  padding-left: 50px;
}

.handraise {
  width: 355px;
  position: absolute;
  right: -50px;
  top: -250px;
}

.hero-img {
  border-radius: 1000px;
  border: solid 5px #fff;
  width: 90%;
  box-shadow: 0 0 75px 1px #566c87;
}

.sidebar-inner {
  min-height: 300px;
  background-color: #1d6a72;
  padding: 20px;
  border-radius: 23px;
}

.sidebar-content {
  margin-left: 30px;
  padding-left: 30px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar-inner {
  transition: transform 0.1s ease-in-out;
}

.sidebar-inner:hover {
  background-color: #217881;
  transform: translateY(-4px);
  box-shadow: 0 -1px 20px #217881;
}

.block-quote {
  background-color: #fdfaf7;
  width: 80vw;
  padding: 10px;
}

.icon-button {
  background-color: #fff;
  padding: 40px 45px 40px 45px;
  border-radius: 300px;
  border: solid 8px #fcded1;
}

.school-icon-button {
  background-color: #fff;
  padding: 40px 35px 40px 35px;
  border-radius: 300px;
  border: solid 8px #fcded1;
}

.ad {
  background-color: #185c63;
}

.gradient {
  background: linear-gradient(to bottom, #0b2e32 50%, #fdfaf8 50%);
}

#background {
  position: absolute;
  bottom: 0;
  height: 90%;
  z-index: 0;
  background-color: #37686e;
  width: 100%;
  border-radius: 30px;
}

#container {
  position: relative;
  height: 500px;
}

.image {
  position: absolute;
  bottom: 0;
}

.btn-primary {
  background-color: #35adb0;
  border: solid 1px #35adb0;
  font-family: houschka-rounded, sans-serif;
  font-size: 1.5em;
  border-radius: 13px;
  padding: 12px 35px 13px 35px !important;
}

.btn-primary:hover {
  background-color: #3dc8cc;
  border: solid 1px #3dc8cc;
}

.btn-secondary {
  background-color: #f59b77;
  font-family: houschka-rounded, sans-serif;
  font-size: 1.5em;
  border-radius: 13px;
  padding: 12px 35px 13px 35px !important;
  color: #0b2e32;
  border: solid 1px #fcb090;
}

.btn-secondary:hover {
  background-color: #ffb192;
  border: solid 1px #ffb192;
  color: #0b2e32;
}

.btn-secondary:focus {
  background-color: #f58e65;
  outline: solid;
  outline-color: #f5cab9;
}

.landing-btn {
  font-size: 2.125rem;
}

.navbar {
  background-color: #0b2e32 !important;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

/* menu -nav */
.nav-item a {
  color: #fff !important;
  font-family: houschka-pro, sans-serif;
  font-size: 1.875rem;
  padding: 15px !important;
}

.mission-tab {
  font-size: 1.5em;
  padding: 15px;
  width: 100%;
  text-decoration: none;
  color: #fff;
}


.purple-outline {
    color: #b1bafd;
    font-family: houschka-rounded, sans-serif;
    font-weight: 700;
}

.teal-outline {
    color: #35adb0;
    font-family: houschka-rounded, sans-serif;
    font-weight: 700;
}

.orange-outline {
    color: #f59b77;
    font-family: houschka-rounded, sans-serif;
    font-weight: 700;
}

.goldenrod-outline {
    color: #d9ad71;
    font-family: houschka-rounded, sans-serif;
    font-weight: 700;
}

.mission ul li button:hover {
    color: #fff;
}

.mission ul li:nth-of-type(1) button {
    border: solid 5px #b1bafd;
}
.mission ul li:nth-of-type(1) button:hover,
.mission ul li:nth-of-type(1) button.active{
    background-color: #b1bafd;
}


.mission ul li:nth-of-type(2) button {
    border: solid 5px #35adb0;
}
.mission ul li:nth-of-type(2) button:hover,
.mission ul li:nth-of-type(2) button.active {
    background-color: #35adb0;
}


.mission ul li:nth-of-type(3) button {
    border: solid 5px #f59b77;
}
.mission ul li:nth-of-type(3) button:hover,
.mission ul li:nth-of-type(3) button.active {
    background-color: #f59b77;
}


.mission ul li:nth-of-type(4) button {
    border: solid 5px #d9ad71;
}
.mission ul li:nth-of-type(4) button:hover,
.mission ul li:nth-of-type(4) button.active {
    background-color: #d9ad71;
}

.mission .tab-pane:nth-of-type(1) .mission-text span {
    font-family: houschka-rounded, sans-serif;
    font-weight: 700;
    color: #b1bafd;
}
.mission .tab-pane:nth-of-type(2) .mission-text span {
    font-family: houschka-rounded, sans-serif;
    font-weight: 700;
    color: #35adb0;
}
.mission .tab-pane:nth-of-type(3) .mission-text span {
    font-family: houschka-rounded, sans-serif;
    font-weight: 700;
    color: #f59b77;
}
.mission .tab-pane:nth-of-type(4) .mission-text span {
    font-family: houschka-rounded, sans-serif;
    font-weight: 700;
    color: #d9ad71;
}


.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #b1bafd;
}

.nav-pills .nav-link.purple.active {
    background-color: #b1bafd !important;
}

.nav-pills .nav-link.teal.active {
    background-color: #35adb0 !important;
}

.nav-pills .nav-link.orange.active {
    background-color: #f59b77 !important;
}

.nav-pills .nav-link.goldenrod.active {
    background-color: #d9ad71 !important;
}

.nav-pills .nav-link.purple:hover {
    background-color: transparent !important;
    color: #b1bafd !important;
}

.nav-pills .nav-link.purple-mobile:hover {
    background-color: transparent !important;
    color: #b1bafd !important;
}

.nav-pills .nav-link.teal:hover {
    background-color: transparent !important;
    color: #35adb0 !important;
}

.nav-pills .nav-link.orange:hover {
    background-color: transparent !important;
    color: #f59b77 !important;
}

.nav-pills .nav-link.goldenrod:hover {
    background-color: transparent !important;
    color: #d9ad71 !important;
}

.empower {
    border: solid 5px #b1bafd;
}

.enable {
    border: solid 5px #35adb0;
}

.provide {
    border: solid 5px #f59b77;
}

.promote {
    border: solid 5px #d9ad71;
}


.mission-btn {
  border-radius: 20px;
  width: 24%;
  text-align: center;
}

.pillars {
  margin-top: -5%;
}

.mission-statement {
  font-size: 3.5vw;
}

.mission-text {
  font-size: 2vw;
  height: 4em;
  color: #fff;
}

.container.heading {
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.our-story > div > div > h2.title {
  text-align: left;
  padding-bottom: 10px !important;
  font-size: 3rem;
  padding-top: 0.7rem;
}

.ourstory-conclusion > h2 {
  font-size: 3.5rem;
  padding-bottom: 10px !important;
  padding-top: 2rem;
}

.ourstory-conclusion > p {
  color: #0d2e32;
  padding-left: 100px;
  padding-right: 100px;
}

.variable-width {
  width: 90%;
}

.faq .accordion-item {
    background-color: #36686e;
    font-size: clamp(16px, 2vh, 3rem);
    border:none;
    color:#fff;
}

.faq .accordion-button {
    background-color: #11484e;
    font-size: clamp(16px, 2.3vh, 3rem);
    color: #fff;
}

.faq .accordion > .accordion-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #bbf4eb;
  color: #187274;
  box-shadow: 0 5px 20px #2a8083;
  font-size: clamp(16px, 2.3vh, 3rem);
}

.faq .accordion-button:not(:last-child) {
  box-shadow: 0 2px 25px #2a8083 !important;
}

.faq .accordion {
  box-shadow: 0 2px 20px #154a4c !important;
  border-radius: 20px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button::after {
  background-image: none;
  border: none !important;
  font: normal normal normal 1.5rem/1 FontAwesome;
  content: '\f150'; /* the desired FontAwesome icon */
  vertical-align: 0; /* to center vertically */
}

.user-btn {
  margin-right: 3px;
}

/*changes hamburger color*/
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(53, 173, 176, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/*revoves hamburger styles*/
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.logo {
  height: 60px;
}

.logo-botnav {
  height: 60px;
}

.btn-nav .user-btn {
  color: #187274;
  background-color: #ffffff;
  border: solid 4px #fcd8c9;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: .2em .6em;
  font-size: 1.3em;
  width: 2.5em;
  height: 2.5em;
}


footer {
    background-color: #185c63;
    z-index: 1000;
    position: relative;
}

.footer-hero-block {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

footer a {
  color: #fff !important;
  transition: transform 0.1s ease-in-out;
}

footer a:hover {
  color: #9ce1e3 !important;
  transform: translateY(-1px);
}

footer a i:hover {
  color: #9ce1e3 !important;
}






/*Directory  Page*/
#search-form .cancel {

}

.search-results input[type='text'] {
  background-color: #fff !important;
  box-shadow: inset 0 2px 4px #e6e6e6 !important;
  border-radius: 15px !important;
  color: #88807c;
  font-size: 1.1rem;
}

.search-results input[type='text']:focus {
  background-color: #fff !important;
}

.search-results input::placeholder {
  font-family: houschka-pro, sans-serif;
  font-weight: 400;
  color: #C6BEBA;
  font-size: 1.1rem;
}

.search-results
  :where(
    input[type='text']:focus,
    input[type='search']:focus,
    input[type='url']:focus
  ) {
  outline: solid;
  outline-color: transparent;
  border-radius: 13px !important;
  border: 1px solid #fdebe3 !important;
}

/*SIGN UP PAGE*/

input[type='text'],
input[type='password'] {
  border-radius: 13px;
  height: 3.5rem;
  padding: 10px;
  box-shadow: inset 0 2px 8px #173a3e;
  border: none;
  background-color: #11484e !important;
  width: 100%;
  padding: 12px 40px;
  margin: 8px 0;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: 0;
}

input[type='text']:focus,
input[type='password']:focus {
  background-color: #2e575d !important;
}

:where(
  input[type='text']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus
) {
  outline: solid;
  outline-color: #37686e;
  border-radius: 13px !important;
}



::placeholder {
  color: #8ea7ac;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #8ea7ac;
}

.fontuser {
  position: relative;
}

.fontuser i {
  position: absolute;

  top: 25px !important;

  color: #35adb0;
}

.fontpassword {
  position: relative;
}

.fontpassword i {
  position: absolute;
  top: 25px !important;

  color: #35adb0;
}

.signin-icon {
  padding-left: 50px !important;
}

i.login {
  font-size: 1.3em !important; /* Default size */
  left: 15px;
}

.hero-user {
  color: #186971;
}

.forgot {
    font-family: houschka-pro , sans-serif;
  text-decoration: none !important;
  color: #ffffff;
  font-weight: 100;
  font-style: italic;
}

.forgot:focus,
.forgot:hover {
  outline: none;
  color: #9ce1e3;
}



/*search tabs  WORKING*/
.search-filters a.nav-link.active {
  background-color: #ffffff;
  color: #0b2e32;
  border: none;
  box-shadow: 0 -3px 7px #fdf1ea;
  border-radius: 5px 5px 0 0;
  border-bottom: solid 1px #d3c7c3;
}

.search-filters a.nav-link.active:hover {
  border: solid 1px #ded5d1;
}

.search-filters .nav-tabs {
  border-bottom: solid 1px #d3c7c3;
}

.search-filters a.nav-link {
  color: #0b2e32!important;
  border-radius: 5px 5px 0 0;
  font-size: 1.5rem;
}

.search-filters a.nav-link:nth-child(n + 2) {
  margin-left: 10px;
}

.search-filters a.nav-link:hover {
  border-radius: 5px 5px 0 0;
  --bs-nav-tabs-link-hover-border-color: #ded5d1;
  background-color: transparent;
  color: #0b2e32 !important;
  box-shadow: 0 -3px 7px #fdf1ea;
}

.review-bar {
  height: 7vh;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding-left: 0.5vw !important;
  padding-right: 0.5vw !important;
  border-bottom: solid 1px #eae2df;
}

.results-bar.admin {
  background-color: #fffdfc !important;
  border-bottom: solid 1px #eae2df;
  border-radius: 15px 15px 0 0;
}

.results-bar h2 {
  font-family: houschka-pro , sans-serif;
  font-weight: 600;
}

.current-admin {
  column-gap: 0.5vw;
}

.current-admin h6 {
  font-size: 1.3rem !important;
  font-weight: 500 !important;
}

.current-admin .fa-caret-right {
  font-size: 1.2rem !important;
}

.current-admin p {
  font-size: 1.2rem;
  font-weight: 200;
}

.current-admin .review-count {
  font-size: 1.05rem !important;
}

.current-admin a p:hover {
  color: #35adb0 !important;
}


.btn-xs {
  padding: 0 10px !important;
  font-size: 0.875rem;
  border-radius: 12px !important;
  color: #fff;
}

.recent-reviews {
  row-gap: 16px;
}

.recent-reviews .accordion {
  box-shadow: none !important;
  border: none !important;
}

.recent-reviews .accordion .accordion-item {
  background-color: #fff;
  font-size: clamp(12px, 2vh, 3rem);
  border: none !important;
}

.recent-reviews .accordion-button {
  background-color: #fff;
  font-size: clamp(12px, 2.3vh, 3rem);
}

.recent-reviews .accordion > .accordion-item:not(:last-child) {
  border-bottom: 1px solid #eae2df !important;
}

.recent-reviews .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #0b2e32;
  box-shadow: none;
  font-size: clamp(12px, 2.3vh, 3rem);
  border-bottom: solid 1px #eae2df;
}

.recent-reviews .accordion-button:not(:last-child) {
  box-shadow: 0 2px 25px #2a8083 !important;
}


.results-container .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(85%) saturate(7438%)
    hue-rotate(109deg) brightness(107%) contrast(94%);
}

.accordion {
  box-shadow: 0 2px 20px #154a4c !important;
  border-radius: 20px;
}

.accordion-button:focus {
  box-shadow: none;
}

.review-name {
  padding-top: 1.7vh;
}

a p.admin:hover {
  color: #f59b77 !important;
}

.review-name .admin {
  color: #6e6c6b !important;
}

.review-name .parentguardian {
  color: #85abac !important;
}

a p.parentguardian:hover {
  color: #35adb0 !important;
}

.attribute {
  font-size: 1.063rem;
    font-family: houschka-pro , sans-serif;
  font-weight: 500;
  color: #0d2e32;
}

.review-stars {
  font-size: 1.4rem;
  padding-right: 0.5vw;
  margin-left: -3px;
}

.results-container .review-count {
  font-size: 1rem;
}

.results-container .divider-vertical {
  width: 1px !important;
  background-color: #eae2df;
  margin-left: -1px;
  padding: 0 !important;
}

/*REVIEW MODAL*/

#modal-rate .modal-header .font-light {
    font-weight: 100;
}

#modal-rate .modal-footer {
    justify-content: center;
}
#modal-rate .modal-body {
  scrollbar-color: #35adb0 #11484e;
}

#modal-rate #review-modal-label {
  color: #0b2e32 !important;
  font-size: 2rem !important;
}

#modal-rate .btn-close {
  color: #0b2e32 !important;
}

#modal-rate .modal-body .star-rating h6 {
  color: #0b2e32 !important;
  font-size: 1.1rem !important;
  text-align: center;
  font-weight: 500 !important;
}


/*INTERACTIVE STARS*/
.star-rating {

  display: inline-block;
  cursor: pointer;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #f4f4f4;
  font-size: 24px;
  padding: 0 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.star-rating label:hover {
    color: #dfdfdf;
    scale: 1.1;
}

#modal-rate .text-warning,
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: #f59b77!important;
}

#modal-rate .text-warning:hover,
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label:hover,
.star-rating input:checked ~ label:hover ~ label {
    color: #e66d6d!important;
    scale: 1.1;
}

.modal-dialog-scrollable .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

/*SUBSCRIBE*/
.plan-1 {
  background-color: #523729;
  box-shadow: 0 5px 15px #ccc8c6;
  border-radius: 20px;
}

.plan-2 {
  background-color: #11484e;
  box-shadow: 0 5px 15px #ccc8c6;
  border-radius: 20px;
}

.plan1-details {
  margin-right: -40px;
  border-radius: 20px;
  height: 80%;

  padding-right: 40px;
}

.plan2-details {
  margin-left: -40px;
  border-radius: 20px;
  height: 80%;

  padding-left: 40px;
}

.index {
}


/* USER ACCOUNT PAGE */

.list-group-item {
    background: none;
    color: #0b2e32;
    text-align: left;
    padding: 0 0 2em 0;
    border-bottom: 1px solid #eae2df;
}


.list-group-item a {
    color: #0b2e32;
    transition: all 0.4s ease;
}

.list-group-item a:hover,
.list-group-item a.active {
    color: #35adb0;
    padding-left: 5px;
}

.user-account-table {
    text-align: left;
}

.user-account-table tr td {
    padding: 1em 2em;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.subscription input[type="text"], input[type="password"] {
    box-shadow: inset 0 1px 5px #ccc;
    border: none;
    background-color: #fafafa !important;
}

.subscription input[type="text"]:focus, input[type="password"]:focus {
    background-color: #dae9e9 !important;
    border: none;
}
/*SUBSCRIBE*/
.plan-1 {
    background-color: #523729;
    box-shadow: 0 5px 15px #8d6f6f;
    border-radius: 20px;
}

.plan-2 {
    background-color: #11484e;
    box-shadow: 0 3px 15px #5c6c6e;
    border-radius: 20px;
}

.plan1-details {
    margin-right: -40px;
    border-radius: 20px;
    height: 90vh;
    padding-right: 40px;
}


.plan2-details {
    margin-left: -40px;
    border-radius: 20px;

    padding-left: 35px;
}

.plan1-details .plan-detail:not(:first-child) {
    padding-top: 5vh;
    padding-bottom: 5vh;
}



.plan1-details .plan-detail:not(:first-child):not(:nth-child(4)):not(:last-child):hover {
    background-color: #F59B77;
    border-bottom:solid 5px #fff;
}
.plan1-details .plan-detail:not(:first-child) p:hover{
    color:#fff;
}
.plan1-details .plan-detail:last-child:hover{
    background-color: #F59B77;
    color: #fff !important;
}
.plan2-details .plan-detail:not(:first-child):not(:nth-child(4)):not(:last-child):hover {
    background-color: #35ADB0;

    border-bottom:solid 5px #fff;

}
.plan2-details .plan-detail:not(:first-child):not(:nth-child(4)) p:hover{
    color:#fff;
}
.plan2-details .plan-detail:last-child:hover{
    background-color: #35ADB0;
    color: #fff !important;
}
.plan-detail {
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 2.5vw;
    padding-right: 3vw;
    font-size: 0.75rem;
}
@media(max-width:767px) {
    .plan-detail {
        font-size: 1rem;
        text-align:center;
    }
}
.plan-detail p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.plan-detail:not(:last-child):not(:first-child) {
    border-bottom: solid 5px #fff;
}

.subscribe .title-1 {
    font-size: 2.063rem;
}

.subscribe .title-2 {
    font-size: 2.188rem;
}

.save25 {
    border: solid 10px #35adb0;
    background-color: #fff;
    font-family: houschka-pro, sans-serif;
    font-style: italic;
    font-weight: 800;
    color: #11484e;
    font-size: 2.125rem;
    border-radius: 50px;
    padding: 0 30px;
}

.subscribe em {
    font-size: 1.4rem;
}

.subscription .includes {
    font-size: 1.6rem;
    font-weight: 800;
}

.checkbox::before {
    font: normal normal normal 1.7rem/1 FontAwesome;
    content: '\f058' !important; /* the desired FontAwesome icon */
    vertical-align: 0; /* to center vertically */
    align-self: center;
    font-size: 40px;
    padding-top: 3px;
    padding-bottom: 2.5px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 26px;
}

/*INDEX SEARCH BAR BLOCK*/
.input-hide {
    transform: translatex(105%) !important;
    opacity: 0;
    transition: all 1s;
}

.index-search input[type='text'] {
    background-color: #fff !important;
    box-shadow: inset 0 2px 4px #e6e6e6 !important;
    border-radius: 15px !important;
    color: #88807c;
    font-size: 1.1rem;
}

.index-search input[type='text']:focus {
    background-color: #fff !important;
}

.index-search input::placeholder {
    font-family: houschka-pro, sans-serif;
    font-weight: 400;
    color: #88807c;
    font-size: 1.1rem;
}

.index-search
:where(
    input[type='text']:focus,
    input[type='search']:focus,
    input[type='url']:focus
  ) {
    outline: solid;
    outline-color: transparent;
    border-radius: 13px !important;
    border: 1px solid #fdebe3 !important;
}


/*INDEX SEARCH BAR BLOCK END*/

/*SCHOOL VIEW LIMITED*/

.school-view-limited .hidden,
.admin-view-limited .hidden
{
    display: none;
    opacity: 0;
}

.blur {
    filter: blur(4px);
}


.school-view-limited .container,
.admin-view-limited .container {
    margin-bottom: 0 !important;
}

.school-view-limited .subscribe-cta,
.admin-view-limited .subscribe-cta {
    background: linear-gradient(#2d6b70, #0b2e32);
    z-index: 1000;
}

.subscribe {
    height: 40vh;
}

.features ul {
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 0 !important;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    align-items: center !important;
}

.features ul li {
    width: 300px !important;
    text-align: start;
    display: flex;
    align-items: start;
    text-align: start;
}

.features li:before {
    font: normal normal normal 1.7rem/1 FontAwesome;
    content: '\f058' !important; /* the desired FontAwesome icon */
    vertical-align: 0; /* to center vertically */
    align-self: center;
    font-size: 30px;
    margin-right: 30px;
    padding-top: 3px;
    padding-bottom: 2.5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 26px;
}

/*SUBSCRIBE PAGE*/
.cta-banner-subscribe .features li {
    font-size: 1.5rem;
}

.cta-banner-subscribe .features ul li {
    width: 100% !important;
    text-align: start;
    display: flex;
    align-items: start;
    text-align: start;
}

.cta-banner-subscribe .features li:before {
    font-size: 40px;
    margin-right: 35px;
}

.send-front {
    z-index: 3 !important;
}

/*SUBSCRIBE PAGE*/

.bg-teal:before {
    background-color: #35adb0;
}

.bg-purple:before {
    background-color: #b1bafd;
}

.bg-red:before {
    background-color: #e66d6d;
}

.bg-goldenrod:before {
    background-color: #d9ad71;
}

.bg-orange:before {
    background-color: #f59b77;
}

.smol {
    font-size: 2.188rem !important;
    letter-spacing: 0.075rem;
}

.school-view-limited .cta-banner h2,
.admin-view-limited .cta-banner h2 {
    font-weight: 600;
}

.county {
    color: #f59b77;
    border: solid 1px #f59b77;
}

.county:hover {
    background-color: #f59b77;
    color: #fff;
}

.school-type {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0;
    margin-top: 9px;
}






/* PHONE */






/* RESPONSIVE STYLES  */

@media (max-width: 1600px) {

    .handraise {
        width: 300px;
        position: absolute;
        right: -50px;
        top: -165px;
    }

    .count {
        margin-left: 0 !important;
        width: 600px;
    }

    .enroll-heading {
        max-width: 55% !important;
        align-self: center !important;
        padding-left: 30px !important;
    }
}



@media (max-width: 1400px) {
    .h1-size {
        font-size: 2rem;
    }

    .h5-size {
        font-size: 3em;
    }

    .onetwothree {
        font-size: 5rem !important;
    }

    .subtag {
        font-size: 2.5rem !important;
    }

    .handraise {
        width: 285px;
        position: absolute;
        right: -50px;
        top: -140px;
    }

    .mission-text {
        font-size: 2rem;
    }

    .mission-statement {
        font-size: 6.5vw;
    }
}



@media (min-width: 1200px) and (max-width: 1400px) {
    .order-one {
        order: 1;
    }

    .block-quote > h1 {
        font-size: 3rem;
    }

    .mission-text {
        font-size: 2rem;
    }

    .enroll-heading {
        max-width: 75% !important;
        align-self: center !important;
    }

    .order-two {
        order: 2;
    }

    .order-three {
        order: 3;
    }

    .navbar-nav .nav-item a {
        font-size: 1.5em;
        padding: 2px;
    }

    .onetwothree {
        font-size: 5rem !important;
    }

    .btn-sm {
        font-size: 1.2em;
        padding: 0.4rem 1rem 0.6rem 1rem !important;
    }

    .sidebar2 {
        color: #fff !important;
    }

    .sidebar2 {
        font-size: 2em;
    }

    .subtag {
        color: #fff !important;
    }

    .h1-size {
        font-size: 1.7em;
    }

    .h5-size {
        font-size: 2.4em;
    }
}


@media (min-width: 1200px) {
    .index-search .container-padding {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .index-search .search-margin {
        margin-top: -100px;
    }
}


@media (max-width: 1199px) {
    .nav-item a {
        font-size: 1.2rem;
    }

    #navbar .btn {
        font-size: 1.2rem;
        border-radius: 10px;
        padding: 10px 25px 10px 25px !important;
    }
}


@media (max-width: 1100px) {
    .navbar-nav .nav-item a {
        font-size: 1em;
        padding: 2px !important;
    }

    .block-quote > h1 {
        font-size: 3rem;
    }
}



@media (max-width: 992px) and (min-width: 1200px) {
    .image {
        width: 60%;
    }

    .block-quote > h1 {
        font-size: 3rem;
    }

    .handraise {
        position: relative !important;
        top: -150px;
    }

    .enroll-heading {
        max-width: 55% !important;
    }

    .count {
        margin-left: -1rem !important;
    }

    .navbar-nav .nav-item a {
        font-size: 1.3em;
        padding: 2px !important;
    }

    .justify-right {
        margin-left: auto !important;
    }

    .btn-sm {
        font-size: 1.3em;
        padding: 0.4rem 1rem 0.6rem 1rem !important;
    }
}


@media (max-width: 991px) {

    #offcanvasResponsive {
        background-color: #11484e !important;
        border-left: solid 1px #3c6f75 !important;
    }
    .btn-nav {
        margin-top: 3em;
    }
    .btn-nav .btn {
        width: 100%;
    }

    .btn-nav form {
        width: 50%
    }
    .btn-nav .user-btn {
        display: block;
        aspect-ratio: unset;
        background-color: #ffb192;
        border: solid 1px #ffb192;
        color: #0b2e32;
        font-family: houschka-rounded, sans-serif;
        font-size: 1.2rem;
        border-radius: 10px;
        padding: 10px 25px 10px 25px !important;
        width: 50%;
        height:auto;
        text-align: center;
    }

    .btn-nav .user-btn i {
        display: none;
    }

    i.login {
        font-size: 1.5em !important;
        left: 13px;
        top: 23px !important;
    }
}



@media (min-width: 768px) {
    .mobilefooter {
        display: none !important;
    }

    .school-review .results-bar {
        height: 7vh;
        background-color: #124b52;
        border-radius: 15px 15px 0 0;
        padding-left: 0.5vw !important;
        padding-right: 0.5vw !important;
    }


    .review-title h6 {
        font-size: 2.438rem !important;
        font-weight: 600 !important;
    }

    .review-title h2 {
        font-family: 'houschka-pro', sans-serif;
        font-weight: 200 !important;
        font-style: normal;
        font-size: 1.5rem !important;
    }

    .btn-sm {
        padding: 5px 20px !important;
        font-size: 1rem;
        border-radius: 8px !important;
        color: #fff;
    }

    .btn-overlay {
        margin-top: -7.5vh;
    }

    .recent-reviews .accordion-button h6 {
        color: #0b2e32 !important;
        font-size: 1.188rem !important;
    }



    .hide-lg {
        display: none !important;
    }

    .hide-sm {
        display: flex;
    }

    .height {
        height: 90vh !important;
    }

    .move-search-up {
        transform: translateY(-35vh);
        transition: all 1s;
    }

    .move-search-down {
        transform: translateY(0vh);
        transition: all 1s;
    }

    .move-search-up {
        align-self: start;
        margin-top: 0vh !important;
        transform: translateY(0vh) !important;
        transition: all 1s;
    }

    .move-search-down {
        align-self: start;
        margin-top: 2vh !important;
        transform: translateY(0vh) !important;
        transition: all 1s;
    }

    .input-hide {
        transform: translatex(0) !important;
        transition: all 1s;
        display: none !important;
    }

    .obfuscate {
        filter: blur(0px);
        height: 300px !important;
    }

    .obfuscate::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(rgba(255, 255, 255, 0.5), #fff);
        z-index: 200;
    }
    .btn-back-to-search {
        position: absolute;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .blogpost {
        flex-direction: column !important;
    }

    .blog-img {
        border-radius: 15px 15px 0px 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blogpost-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0px 7px 15px #dddada;
    }
}



@media (max-width: 767px) {
    .default-styles  h1 {
        font-size: 3.5em;

    }
    .default-styles p {
        line-height: 1.8em;

    }

    .blog-img {
        border-radius: 15px 15px 0px 0px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .blogpost-img {
        border-radius: 15px;
        height: 300px !important;
        object-fit: cover;
        box-shadow: 0px 7px 15px #dddada;
    }

    :where(
    input[type='text']:focus,
    input[type='search']:focus,
    input[type='password']:focus,
    input[type='url']:focus
  ) {
        outline: none;
        border-radius: 13px; /* Your border radius here */
        box-shadow: -2px 3px 46px -15px rgba(62, 191, 194, 0.58) !important;
        -webkit-box-shadow: -2px 3px 46px -15px rgba(62, 191, 194, 0.58);
        -moz-box-shadow: -2px 3px 46px -15px rgba(62, 191, 194, 0.58);
    }

    html,
    body {
        overflow-x: hidden;
    }

    .container {
        margin: 0.75rem;
    }

    .container.heading {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .row,
    .container {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
    }

    .school-review .results-bar {
        height: 8vh;
        background-color: #124b52;
        border-radius: 15px 15px 0px 0px;
        padding: 1rem !important;
    }

    .search-results .container {
        margin: 0;
        margin-top: 3rem !important;
        width: 100%;
    }

    .recent-reviews .accordion-button h6 {
        font-size: 1rem;
    }

    :root {
        --nav-height: 60px; /* this gets overridden by JS */
    }

    .sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar {
        background-color: #0b2e32 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .navbar-nav .nav-item a {
        font-size: 2rem;
        padding: 2px !important;
    }

    .bg::before {
        content: '';
        background-color: #fdfaf7;
        position: absolute;
        height: 200vh;
        width: 300vw;
        left: -100vw;
        top: 300vh;
        z-index: -1;
    }

    .subtag {
        font-size: 2.3rem;
    }

    .sidebar2 {
        font-family: 'houschka-rounded', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.5rem;
    }

    .cdg {
        color: #fff;
    }

    .logo-topnav {
        width: 50%;
    }

    .logo {
        height: 45px;
    }

    .logo-botnav {
        height: 60px;
    }

    .hero {
        margin-top: calc(var(--nav-height) + 1%);
        min-height: calc(100vh - 2 * (var(--nav-height)));
        padding-bottom: var(--nav-height);
    }

    .hero-img {
        width: 50vw;
    }

    .sidebar-123 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .onetwothre {
        font-size: 1.5em !important;
    }

    footer {
        margin: 0px 0px 2rem 0px;
    }

    .sticky-footer-btn {
        border-radius: 0px;
    }

    .mobilefooter > .btn {
        font-size: 1.2em;
        padding: 10px 0 10px 0 !important;
        color: #fff;
    }

    .active-mobile {
        background-color: transparent !important;
        color: #b1bafd !important;
    }

    .full-bg {
        margin: 0px 0px 0px 0px;
    }

    .p-50 {
        padding: 10px;
    }

    .mission-tab {
        font-size: 0.9em;
        padding: 10px;
        width: 100%;
        text-decoration: none;
        color: #fff;
    }

    .mission .nav .nav-item a {
        font-size: 0.9em;
    }

    .mission-text {
        font-size: 1.2rem;
    }

    .our-story {
        padding-top: 1.5vh;
        padding-bottom: 1.5vh;
    }

    .our-story > div > div > h2.title {
        text-align: center;
        padding-bottom: 10px !important;
        font-size: 1.7rem;
        font-weight: 500;
    }

    .ourstory-conclusion > h2 {
        font-size: 1.9rem;
        padding-bottom: 10px !important;
        padding-top: 0rem;
    }

    .ourstory-conclusion > p {
        color: #0d2e32;
        padding-left: 0px;
        padding-right: 0px;
    }

    .our-story h5 {
        font-size: 2.5rem;
    }

    .empower {
        border: solid 3px #b1bafd;
    }

    .enable {
        border: solid 3px #35adb0;
    }

    .provide {
        border: solid 3px #f59b77;
    }

    .promote {
        border: solid 3px #d9ad71;
    }

    .landing {
        height: calc(85vh);
        margin-bottom: 0vh;
        margin-left: auto;
    }

    .landing-img {
        max-height: 20vh;
        justify-content: end;
    }

    .tag {
        margin-left: 1.2rem;
        justify-content: center !important;
        align-items: center !important;
    }

    .landing-header {
        font-size: 5vh;
        text-align: center;
        font-family: houschka-rounded, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
    }

    .landing-btn {
        font-size: 1.5em;
    }

    .subcaption {
        font-family: 'houschka-pro', sans-serif;
        font-weight: 300;
        font-style: italic;
        color: #d3d3d3;
        width: 70vw;
        font-size: 3vh;
        padding-left: 1rem;
    }

    .onetwothree {
        font-size: 4rem;
    }

    .fa-lg {
        font-size: 2.4em !important;
        padding-right: 1vw !important;
        margin-bottom: 0 !important;
    }

    .enroll {
        flex-direction: column;
    }

    .handraise {
        order: 1;
        width: 170px;
        height: 254px;
        margin-right: 0 !important;
        margin-top: 0 !important;
        padding: 10px;
        margin-bottom: 10px;
        position: relative !important;
        top: 0;
        right: 0;
    }

    .left {
        align-self: start !important;
    }

    .enroll-side {
        padding: 10px;
        justify-content: center !important;
    }

    .container.heading {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .enroll-heading {
        order: 2;
        width: 100%;
        max-width: 100% !important;
        text-align: center;
        padding-bottom: 20px;
        padding-left: 0px !important;
    }

    .cb {
        text-align: center;
        color: #000000;
        min-width: 40px;
    }

    .review-title h6 {
        color: #000000 !important;
    }

    .circle-num {
        padding: 20px;
        height: 100px;
    }

    p {
        font-size: 1.3em;
        font-weight: 400;
    }

    h1 {
        font-size: 3.5em;
    }

    h2 {
        font-family: houschka-rounded, sans-serif;
        font-size: 2rem;
        font-weight: 600;
    }

    .h2-size {
        font-size: 1.8rem;
    }

    .h2-md-size {
        font-size: 2rem !important;
    }

    .h2-second {
        font-size: 2rem !important;
    }

    h3 {
        font-family: Gotham, sans-serif;
        font-size: 2.5em;
    }

    h5 {
        font-size: 1.2em;
    }

    h6 {
        font-size: 1.7em;
    }

    .h1-size {
        font-size: 1em;
    }

    h4 {
        font-family: 'houschka-rounded', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.8rem;
    }

    .h5-size {
        font-size: 2em;
    }

    .block-header {
        font-family: houschka-rounded, sans-serif;
        font-size: 2rem;
        font-weight: 400;
        color: #185c63;
    }

    .p2 {
        font-size: 1.7em;
        font-weight: 300;
        color: #fff;

        text-align: center;
    }

    .p3 {
        text-align: center;
        font-size: 1.2em;
    }

    .subhead {
        margin-top: -0.7rem;
        font-size: 1.8rem;
    }

    .block-quote {
        background-color: #fdfaf7;
        width: 80vw !important;
        padding: 10px;
    }

    .blogpost-content h1 {
        font-size: 2.4rem;
    }

    .blogpost-content h2 {
        font-size: 2rem;
    }

    .blog .container {
        margin: 0.25rem !important;
    }

    .subscript {
        font-size: 0.8em;
        padding: 10px;
    }

    .blog-title {
        text-align: start !important;
        line-height: 1.5;
        font-size: 2.3rem;
    }

    .blog-subhead {
        font-size: 1.2rem;
    }

    .sidebar-inner {
        flex-direction: column !important;
        padding: 30px;
    }

    .sidebar-content {
        margin-left: 0px;
        padding: 12px !important;
    }

    .count {
        margin-left: 0px !important;
        text-align: center;
    }

    .countOnUs {
        color: #dee2e6;
    }

    .navbar {
        border-bottom: 1px solid #4d6365;
        padding: 0px;
    }

    .image {
        width: 80%;
    }

    #background {
        position: absolute;
        bottom: 0;
        height: 100%;
        z-index: 0;
        background-color: #37686e;
        width: 100%;
        border-radius: 30px;
    }

    #container {
        position: relative;
        height: 400px;
        width: 100%;
    }

    .log-btn {
        display: none;
    }

    .footer-hero-block {
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .user-btn {
        padding: 0 0.3em;
        font-size: 1em;
    }

    .btn-sm {
        font-size: 1.2em;
        padding: 0.4rem 1rem 0.6rem 1rem !important;
    }

    .hidden-left {
        opacity: 1;

        transform: translateX(0);
        transition: all 0s;
    }

    .show-left {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }

    .hidden-right {
        opacity: 1;

        transform: translateX(0);
        transition: all 1s;
    }

    .show-right {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }

    .hidden-up {
        opacity: 1;
        transform: translateY(0);
        transition: all 1s;
    }

    .show-up {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }

    .hidden-rotate {
        transform: rotate(0);
    }

    .show-rotate {
        transform: rotate(0);
    }

    .hidden-fade {
        opacity: 0;

        transition: all 1s;
    }

    .show-fade {
        opacity: 1;
        filter: blur(0);
    }

    .search-results .searchbar-section {
        background-color: #0b2e32 !important;
        padding-left: 1rem;
        padding-right: 1rem;

        padding-top: var(--nav-height);
    }

    .search-results .searchbar {
        background-color: #24494d;
        padding: 5px 3px 5px 16px;
    }

    .search-results input[type='text'] {
        background-color: #fffdfa !important;
    }

    .search-results input[type='text']:focus {
        border: solid 3px #fdebe3 !important;
    }

    .search-results h6 {
        color: #fff;
        font-size: 1.3rem !important;
        font-family: houschka-rounded;
    }

    .review-title h6 {
        font-size: 2.3rem !important;
        font-weight: 600 !important;
    }

    .review-title h2 {
        font-family: 'houschka-pro', sans-serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 1.3rem !important;
    }

    .btn-sm {
        padding: 3px 7px !important;
        font-size: 0.85rem !important;
        border-radius: 8px !important;
        color: #fff;
    }

    .btn-overlay {
        margin-top: 0 !important;
    }

    .results-container p {
        font-size: 1.3rem;
    }

    .search-results .searchbar-section p {
        color: #fff;
    }

    .recent-reviews .accordion-button h6 {
        color: #0b2e32 !important;
        font-size: 0.9rem !important;
    }

    .results-container .parentguardian,
    .results-container .admin {
        font-size: 0.9rem;
    }

    .results-bar h2 {
        font-size: 1.3rem;
    }

    .rate-buttons a {
        padding-top: 3px;
    }

    .school-review-container {
        box-shadow: 0px -7px 20px #dddada;
        border-radius: 15px;
    }

    .cancel {
        background-color: #24494d !important;
        border-radius: 0;
        border: none !important;
        color: #fff;
        padding-right: 16px;
    }

    .cancel:hover {
        background-color: #24494d;
        color: #d0e3e3 !important;
    }

    .cancel:active {
        background-color: #24494d !important;
        color: #d0e3e3 !important;
    }

    .cancel:focus {
        background-color: #24494d;
        color: #d0e3e3 !important;
    }

    /*search tabs*/
    .search-filters {
        display: flex;
        justify-content: center;
    }

    .search-filters .nav-tabs {
        background-color: #a2a8a8;
        border-radius: 10px;
        box-shadow: 0px 2px 7px #c3caca;
        border-bottom: 1px solid #a2a8a8 !important;
    }

    .search-filters a.nav-link:last-child {
        border-radius: 0 10px 10px 0;
    }

    .search-filters a.nav-link:first-child {
        border-radius:  10px;
    }

    .search-filters a.nav-link:nth-child(n + 2) {
        margin-left: 10px;
    }

    .search-filters a.nav-link {
        border-radius: 0;
        font-size: 1rem !important;
        background-color: #a2a8a8;
        padding: 4px 9px;
        color: #fff !important;
    }

    .search-filters a.nav-link:hover {
        border-radius: 10px 10px 0 0;
        --bs-nav-tabs-link-hover-border-color: #ded5d1 !important;
        background-color: transparent;
        border: none !important;
        box-shadow: none !important;
    }

    .search-filters a.nav-link:nth-child(n + 2) {
        margin-left: 0 !important;
    }

    .hide-lg {
        display: block;
    }

    .hide-sm {
        display: none !important;
    }

    .divider-vertical {
        height: 50%;
        vertical-align: center;
        align-self: center;
    }

    .hide {
        display: none !important;
    }

    .search-filters a.nav-link.active {
        background-color: #35adb0 !important;
        color: #fff !important;
        box-shadow: none !important;
        border-radius: 10px 10px 10px 10px !important;
        border-bottom: none !important;
    }

    .search-filters a.nav-link:hover,
    .search-filters a.nav-link:focus {
        color: #fff !important;
    }

    /*  SEARCH RESULTS */
    .results-container .school-info h2 {
        font-size: 1.3rem;
        font-weight: 600;
    }

    .results-container .school-info .category {
        font-size: 0.9rem;
        font-weight: 600;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-left: 10px;
    }

    .results-container .school-info p {
        font-size: 0.9rem;
    }


    .rate {
        border-radius: 10px !important;
        background-color: #fdebe3;
        font-size: 0.8rem;
        padding: 0px 20px;
        width: auto;
        height: 7vw;
        box-shadow: 0px 2px 7px #eceded;
        margin-top: 7px;
        margin-bottom: 7px;
        margin-right: 7px;
    }

    .school-type {
        font-size: 0.8rem;
        padding: 4px 4px;
    }

    .school-info {
        position: relative !important;
    }

    .reviews {
        position: absolute !important;
        bottom: -43px;
        font-size: 0.9rem !important;
    }

    .reviews .review-count {
        font-size: 0.9rem !important;
        color: #0d2e32;
    }


    .mobile-includes {
        height: unset;
        z-index: 0;
    }

    .plan2-details {
        margin-left: 0px !important;
        padding-left: 0 !important;
    }
    .plan1-details {
        margin-right: 0px !important;
        padding-right: 0 !important;
    }

    .index-search .container-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .index-search .searchbar-section {
        background-color: #0b2e32 !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .index-search .searchbar {
        background-color: #24494d;
        padding: 5px 3px 5px 16px;
    }

    .index-search input[type='text'] {
        background-color: #fffdfa !important;
    }

    .index-search input[type='text']:focus {
        border: solid 3px #fdebe3 !important;
    }

    .index-search h6 {
        color: #fff;
        font-size: 1.8rem !important;
        font-family: houschka-rounded, sans-serif;
    }

    .index-search .search-width {
        width: 100%;
    }


    .rounded-corner-topleft {
        border-radius: unset;
    }

    .rounded-corner-bottomleft {
        border-radius: unset;
    }

    .rounded-corner-topright {
        border-radius: unset;
    }

    .rounded-corner-bottomright {
        border-radius: unset;
    }

    .rounded-corner-top-mobile {
        border-radius: 21px 21px 0 0;
    }

    .rounded-corner-bottom-mobile {
        border-radius: 0 0 21px 21px;
    }
    .school-view-limited .cta-banner h2,
    .admin-view-limited .cta-banner h2{
        padding: 10px;
    }

    .school-view-limited .school-type,
    .admin-view-limited .school-type {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 1em;
    }

    .features ul {
        display: flex !important;
        flex-direction: column;
        justify-content: space-evenly;
        padding-bottom: 0px !important;
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        align-items: center !important;
    }

    .features ul li {
        width: 300px !important;
        text-align: start;
        display: flex;
        align-items: start;
        text-align: start;
    }

    .subscribe {
        width: 100%;
        height: auto;
    }

    .obfuscate {
        filter: blur(0px);
        height: 240px;
    }

    .obfuscate::before {
        content: '';
        width: 100%;
        height: 240px;
        position: absolute;
        bottom: var(--footer-height) px;
        left: 0;
        background: linear-gradient(rgba(255, 255, 255, 0.5), #fff);
        z-index: 200;
    }

}

@media only screen and (max-width: 600px) {
    .default-styles {
        margin-top: 120px;
    }

    .default-styles  h1 {
        font-size: 2.5em;

    }
    .default-styles h2,
    .default-styles h3 {
        font-size: 1.3rem !important;
    }
    .default-styles h4,
    .default-styles h5,
    .default-styles h6 {
        font-size: 1.3rem !important;
    }
    .default-styles p {
        line-height: 1.58em;

    }

    .default-styles ol {
        font-size: 1.2rem;
    }

    .default-styles li::marker {
        font-size: 1.4rem;
    }
    .subscription,
    .school-view-limited,
    .school-view-full,
    .admin-view-limited,
    .admin-view-full {
        margin-top: 28px;
    }
    .subscription .list-group {
        max-width: 80%;
        margin: 0 auto;
    }
    .subscription .list-group-item {
        background: none;
        color: #0b2e32;
        text-align: left;
        margin-bottom: -20px;
        border: 1px solid #eae2df;
        padding: 6px 12px;
        border-radius: 6px;
        background: #fff;
    }
    .search-results .btn.btn-back-to-search {
        border-radius: 0!important;
        width: 100%;
    }

}
