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

.msc-nav .menu li:nth-child(2) .menu__submenu {
    min-width: 24rem !important;
}
.msc-nav .menu li:nth-child(3) .menu__submenu {
    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://46401376.fs1.hubspotusercontent-na1.net/hubfs/46401376/radiance%20list%20circle%20-%20green.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;
	}
.acuity iframe {
  width: 100% !important;
  height: auto !important;
}
a, div, button {
  outline: none !important;
}
@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 .menu__submenu li a {
    padding-left: 0px; 
  }
  .mobile-menu .menu__submenu {
    margin-left: 0px !important; 
  }
  .home-icons {
    position: relative;
    z-index: 1;
  }
  #mbl-toggle {
    width: 55px;
    height: 30px;
  }
}
@media (max-width:639px) {
  .btn-one, .btn-two, .btn-three {
    font-size: 14px !important; 
  }
  .accordion label {
    font-size: 14px !important;
  }
  .msc-top-hdr .msc-top-menu ul li a {
    padding: 0px 8px !important;
  }
}
@media (max-width:400px) {
  .btn-one {
    font-size: 14px !important; 
  }
}