/*****************************************/
/*   Custom CSS   */
/*****************************************/

.msc-nav .menu li:nth-child(2) .menusubmenu {
  min-width: 24rem !important;
}
.msc-nav .menu li:nth-child(3) .menusubmenu {
  min-width: 16rem !important;
}
.msc-nav .menu li:nth-child(4) .menu__submenu {
  min-width: 21rem !important;
}
.col-text ul, .blog-post ul {
  list-style-image: url(https://46591363.fs1.hubspotusercontent-na1.net/hubfs/46591363/bullet.svg);
}
.msc-footer .col4 li:last-child {
  margin-top: 25px;
}
.flex-btm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.flex-ctr {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap'
}
.home-icons .col-text {
  height: 100%;
}
html { 
  scroll-behavior: smooth;
}
a, div, button {
  outline: none !important;
}
.acuity .col2 iframe {
  width: 100% !important;
  height: auto !important;
}
#hopesync_formwidget_container iframe, .hs-responsive-embed-iframe {
  height: 100% !important;
}
#hopesync_formwidget_container iframe label {
  color: #fff !important;
}

@media (min-width: 1024px) {
  .menu__submenu .menu__link {
    margin-bottom: 10px; 
  }
}
@media (min-width:1024px) and (max-width:1279px) {
  .home-hero h1 {
    font-size: 42px !important;
    line-height: 48px;
  }
}
@media (min-width:1024px) and (max-width:1112px) {
  .msc-nav {
    justify-content: flex-end !important;
  }
  .msc-nav-options {
    margin-bottom: 15px;
  }
}
@media (max-width:992px) {
  .home-icons .col1, .home-icons .col2 {
    margin-bottom: 15px;
  }
  .home-icons .col2 {
    display: block;
  }
  .home-options .col2, .home-options .col3 {
    margin-top: 0px !important;
  }
  .mobile-menu ul li a, .mobile-menu .menusubmenu li a {
    padding-left: 0px;
  }
  .mobile-menu .menusubmenu {
    margin-left: 0px !important;
  }
  .home-icons {
    position: relative;
    z-index: 1;
  }
}
@media (max-width:639px) {
  .btn-one {
    font-size: 16px !important;
  }
  .accordion label {
    font-size: 14px !important;
  }
  .msc-top-hdr .msc-top-menu ul li a {
    padding: 0px 8px !important;
  }
  .home-services .col2, .home-services .col3 {
    margin-top: 0px !important;
  }
  .home-services a {
    font-size: 14px !important; 
  }
  .home-hero {
    background-position: left bottom !important; 
  }
}
@media (max-width:400px) {
  .btn-one {
    font-size: 14px !important;
  }
}