/**
 * Section Styles
 * Various content section styles
 */

/* Accordion Sections */
.section-accordion {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(180deg, #edf0f2 0%, #e3e7e8 100%);
}

@media (min-width: 992px) {
  .section-rates .section-accordion {
    padding: 60px 0 0;
    margin-bottom: 70px;
  }
}

.page-rates .section-accordion {
  padding-top: 60px;
  background-image: linear-gradient(180deg, #edf0f2 0%, #e3e7e8 100%);
}

/* Table Section */
.section-table {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(180deg, #edf0f2 0%, #e3e7e8 100%);
}

/* Image and Content Blocks */
.section-image-and-content-blocks .btn-primary {
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
}

.section-image-and-content-blocks .btn-primary:hover {
  color: #215fbb !important;
  text-decoration: none;
}

section.section-image-and-content-blocks a {
  color: #215fbb;
  text-decoration: underline;
}

.page-template-contact .section-image-and-content-blocks .title-block,
.page-unclaimed-funds .section-image-and-content-blocks .title-block {
  padding: 0;
}
