#home-hero {
  background: url(/wp-content/uploads/2021/02/homeschool-homepage-hero-winter.jpg) center;
  background-size: cover;
  overflow: hidden
}

#home-hero .container {
  padding: 60px 15px;
  min-height: 450px;
  position: relative
}

@media (max-width:1199px) {
  #home-hero .container {
    min-height: 400px
  }
}

@media (max-width:991px) {
  #home-hero .container {
    padding: 30px 15px;
    min-height: 320px
  }
}

#hero-menu {
  background-color: #097275;
  margin-bottom: 45px;
  color: #fff
}

a.hero-section-link {
  border-left: none !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 0 !important
}

.hero-icon,
.hero-item-title {
  position: inherit !important
}

a.hero-icon-links,
a.hero-icon-links :hover {
  color: #fff !important;
  text-decoration: none !important
}

#hero-menu>div>div>a:hover {
  background-color: #054d4e;
  padding-left: 30px !important
}

.hero-icon-links :hover {
  color: #fff !important
}

.hero-item-title {
  margin-top: 30px
}

.hero-icon-links .hero-icon {
  border-left: 2px solid #ffb637;
  padding-left: 10px
}

#home-hero-img {
  position: absolute;
  bottom: 0;
  right: 0
}

@media (max-width:1199px) {
  #home-hero-img {
    right: -135px
  }
}

#home-hero-content {
  position: relative;
  z-index: 101
}

@media (max-width:991px) {
  #home-hero-img {
    right: -200px
  }

  #home-hero-content {
    width: initial;
    padding: 23px 15px 15px;
    margin: 0 -15px -30px
  }
}

#home-hero-content .heading {
  display: inline-block;
  font-size: 36px;
  line-height: 1.125;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700
}

@media (max-width:1199px) {
  #home-hero-content .heading {
    font-size: 28px
  }
}

@media (max-width:991px) {
  #home-hero-content .heading {
    font-size: 22px
  }
}

@media (max-width:767px) {
  #home-hero-img {
    position: relative;
    right: 0
  }

  #home-hero-content .heading {
    text-align: center;
    margin: 0 auto 30px;
    display: block
  }
}

#home-hero-content .heading .overline,
#home-hero-content .heading .underline {
  position: relative;
  display: inline-block
}

#home-hero-content .heading .overline:before,
#home-hero-content .heading .underline:before {
  content: "";
  background: #15498d;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0
}

#home-hero-content .heading .overline:before {
  top: -8px
}

#home-hero-content .heading .underline:before {
  bottom: -8px
}

#home-hero-content .subheading {
  font-size: 24px;
  line-height: 1.125
}

@media (max-width:1199px) {
  #home-hero-content .subheading {
    font-size: 18px
  }
}

@media (max-width:767px) {
  #home-hero-content .primary-action {
    margin: 0 auto;
    display: table
  }
}

.menu-sidebar-blue-buttons-container {
  margin-top: -25px
}

@media (max-width:991px) {
  #home-hero-content .subheading {
    font-size: 16px
  }

  #home-hero-content .primary-action {
    font-size: 15px;
    padding: 6px 12px
  }

  .menu-sidebar-blue-buttons-container {
    margin-top: 0
  }
}

#homeschooling-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px
}

#homeschooling-articles .article-container {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 15px;
  margin-bottom: 15px
}

#homeschooling-articles .article {
  height: 100%;
  position: relative;
  padding-bottom: 30px
}

#homeschooling-articles .article .read-more {
  position: absolute;
  bottom: 15px;
  left: 15px
}

#wpadminbar {
  z-index: 0 !important
}

@media (min-width:992px) {
  #wpadminbar {
    top: 103px !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  #wpadminbar {
    top: 103px !important
  }
}

@media (max-width:767px) {
  #homeschooling-articles .article-container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  #homeschooling-articles .article {
    max-width: 460px
  }

  #home-blog-posts .blog-post .media-object {
    padding-right: 0;
    margin: 0 auto;
    display: table;
    float: none !important
  }

  #wpadminbar {
    top: 61px !important
  }
}

.highlights-span {
  background-color: rgba(9, 114, 117, .89);
  padding: 5px 15px;
  position: absolute;
  bottom: 0
}

.highlights-main-container {
  position: relative
}

.hotspot-link:focus,
.hotspot-link:hover {
  text-decoration: none !important;
  background-color: #f4f4f4;
  display: block;
  height: 100% !important
}

.hotspot-link-highlights:focus,
.hotspot-link-highlights:hover {
  text-decoration: none !important;
  background-color: #f6fafb;
  display: block;
  height: 100% !important
}