/* cmsms stylesheet: foundation_styles modified: Tuesday, June 16, 2026 7:14:39 AM */
     
body {
  color: #592A29;
}

.bowlby-one-sc-regular {
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cabin-sketch-regular {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cabin-sketch-bold {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.no-js .title-bar {
  display: none;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

.light {
  background: #F6F3F2;
}

h2 {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #405929;
}

a {
  color: #405929;
  transition: all 0.2s ease;
}

a:hover, a.menuactive, .menu .is-active>a {
  color: #9b7c55;
}

.button {
  background: #405929;
  border-radius: 5px;
}

.button:hover {
  background: #9b7c55;
  color: white;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

#header {
  justify-content: space-between;
  align-items: center;
  background: white;
  border-bottom: 5px solid #405929;
  flex-wrap: wrap;
}

#header .button {
  margin-bottom: 0;
}

#logo {
  width: 30%;
  padding-left: 0.5rem;
}

#logo a {
  display: block;
}

#logo a img {
  height: 70px;
}

#nav-right {
  width: 30%;
  padding-right: 0.5rem;
}

#hero {
  position: relative;
}

#hero.home {
  height: 800px;
  max-height: 70vh;
  width: 100%;
  overflow: hidden;

}

#hero.home::before {
  content: "";
  position: absolute;
  width: 100%;
  inset: 0;
  z-index: 0;
  background-color: #F6F3F2;
  -webkit-mask-image: url(/assets/images/shape-1.png);
  mask-image: url(/assets/images/shape-1.png);
  mask-repeat: no-repeat;
  mask-position: bottom;
}

#hero img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  color: white;
  font-size: 1.5rem;
  max-width: 900px;
  padding: 1rem;
}

.home .hero-text {
  padding: 2rem 3rem;
}

.home .hero-text-container {
  position: relative;
  margin-bottom: 2rem;
}

.hero-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  opacity: 0.65;
  background-color: #9b7c55;
  -webkit-mask-image: url(/assets/images/brush-shape.svg);
  mask-image: url(/assets/images/brush-shape.svg);
  mask-repeat: no-repeat;
  mask-position: center 18%;
  top: -14%;
}

.home .hero-text::before {
  top: 0;
}

.byline-1 {
  text-shadow: 2px 2px 2px #9b7c55;
}

.byline-2 {
  text-shadow: 2px 2px 2px #9b7c55;
  font-size: 8.5vw;
  line-height: 1.1;
}

.hero-text .button {
  background: #E84408;
  font-weight: bold;
}

.hero-text .button:hover {
  background: #405929;
}


#nav {
  flex: 1;
  flex-basis: 100%;
}

#nav .dropdown.menu>li>a {
  font-weight: bold;
  padding: 2rem 2rem;
  border-right: 1px solid #9b7c55;
}

#nav .dropdown.menu>li:last-of-type>a {
  border-right: 0;
}


.icons div {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.icons .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: white;
  padding: 10px;
  border-radius: 50%;
  line-height: 75px;
line-height: 90px;
  text-align: center;
  margin-right: 1rem;
}

.icons .icon img {
  max-width: 80px;
}

.icon-text {
  display: inline-block;
  max-width: 50%;
}

#main-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

#content {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

.card {
  color: #592A29;
  border: 0;
  background: #F6F3F2;
}

.card-section {
  padding: 1rem;
}

.card h3 {
  color: #405929;
  font-size: 1.3rem;
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#content-lower {
  margin-bottom: 2rem;
}

.divider {
  padding: 2rem 0;
  background: #F6F3F2;
}

.divider .button {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: bold;
}

.highlight {
  background: #E84408;
}

#footer {
  background: #592A29;
  color: #F6F3F2;
  padding: 2rem 0;
}
/* cmsms stylesheet: foundation_queries modified: Friday, June 19, 2026 9:31:41 AM */

/* Small only */
@media screen and (max-width: 39.9375em) {

  #main-content img {
    margin-bottom: 1rem;
  }

  .lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity: 0.5;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu.medium-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #header {
    padding: 0 1rem;
  }

  .hero-text, .hero-text h1 {
    font-size: 4rem;
    margin-bottom: 0;
  }

  .byline-2 {
    text-shadow: 2px 2px 2px ;
    font-size: 6rem;
  }

  .hero-text .button {
    font-size: 1.1rem;
  }

  #logo {
    width: 20%;
    padding: 0;
  }

  #nav-right {
    width: 20%;
  }

  .icons .icon {
    line-height: 75px;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {

  .hero-text::before {
    mask-position: center 30px;
  }

  #header {
    flex-wrap: nowrap;
  }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* X-Large and up */
@media screen and (min-width: 75em) {

}
