/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.page-header H1 {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 4.5rem;
  text-transform: none;
}
.page-header H2 {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 4.5rem;
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  padding-bottom: 1.5rem;
}
.box-white.moduletable, .box-white.widget, .box-white.g-outer-box, .box-white > .g-content {
  background: 0 0 / 0px 0px #C1E1C1;
}
.rounded .g-content {
  border-radius: 2.8875rem;
  overflow: hidden;
  padding: 0;
}
/* pagination */
.page-link {
  position: relative;
  display: block;
  color: #2B8238;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #DEE2E6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:hover {
  z-index: 2;
  color: #2B8238;
  background-color: #E9ECEF;
  border-color: #DEE2E6;
}
.page-link:focus {
  z-index: 3;
  color: #2B8238;
  background-color: #E9ECEF;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 85, 40, 0.25);
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFF;
  background-color: #2B8238;
  border-color: #2B8238;
}
/*# sourceMappingURL=custom_15.css.map */