/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.text-brown {
  color: #8e7a6b !important;
}

.bg-light-beige {
  background-color: #fbfaf8;
}

#main.reform .hero-section {
  padding: 2.5rem 0;
}

#main.reform .hero-section h1 {
  color: #1a1a1a;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.reform .hero-section h1 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  #main.reform .hero-section .desc {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #main.reform .hero-section .small {
    font-size: 16px;
    padding: 0 10.5%;
  }
}

#main.reform .merit-section .merit-box {
  background-color: #5c4e42;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#main.reform .merit-section .merit-box i {
  margin: auto;
  font-size: 2.5rem;
}

#main.reform .merit-section .merit-box h3 {
  line-height: 1.4;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

#main.reform .merit-section .merit-box .text-light-gray {
  color: #d8d8d8;
}

#main.reform .service-section .service-plan {
  border: 1px solid #CCC;
  padding: 1rem;
}

#main.reform .service-section .plan-badge {
  background-color: #8c7f76;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

#main.reform .cta-section {
  background-image: url("../../img/lake.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}

#main.reform .cta-section .cta-overlay {
  background: linear-gradient(to bottom, rgba(44, 62, 80, 0.5), rgba(44, 62, 80, 0.75));
}

#main.reform .cta-section .z-index-1 {
  z-index: 1;
}

#main.reform .cta-section .btn {
  letter-spacing: 2px;
  transition: all 0.3s ease;
  background-color: #FFEB3F;
}

#main.reform .cta-section .btn:hover {
  color: #000000;
}

/*# sourceMappingURL=reform.css.map */