/* .page-rates .section-accordion {
  padding: 40px 0 0;
  margin-bottom: 40px;
} */

.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-template-contact .section-image-and-content-blocks .title-block {
  padding: 0;
}

.gfield_required {
  color: #1e1e1e !important;
  margin-left: 0 !important;
}

.gfield_select {
  padding-left: 1.125rem !important;
}

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

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

#menu-top-bar li:first-child a {
  font-weight: 700;
}

.pagination .nav-links .prev,
.pagination .nav-links .next {
  max-width: 100%;
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
}

.pagination .nav-links .prev {
  margin-right: 10px;
}

.pagination .nav-links .next {
  margin-left: 10px;
}

.gform_confirmation_message {
  text-align: center;
  font-size: 21px;
  color: #158467;
}


.page-template-faq .collapseble-rates-block h6 {
  color: #1e1e1e !important;
}

#menu-top-bar li.active h5 a {
  color: #005eb8;
  text-decoration: underline;
  font-weight: 500;
}

.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;
}


#main {
  /* background-image: linear-gradient(180deg, #edf0f2 0%, #e3e7e8 100%); */
  /* background-color: #edeff1; */
  /* padding-bottom: 4rem; */
}

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

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

.dropdown-menu-list li a {
  font-weight: 300;
}

.text-block ol {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

.text-block ol li {
  counter-increment: item;
  display: table-row;
}

.text-block ol li::before {
  content: ''counter(item) '.';
  display: table-cell;
  padding-right: 20px;
}


.dropdown-toggle {
  position: relative;
}

@media (min-width: 1200px) {
  .dropdown-toggle[aria-expanded=true]::before {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 11px solid #edf2f0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -1px;
    left: 40%;
    bottom: -37px;
    z-index: 5;
    pointer-events: none;
  }
}

.menu-item.active .nav-link {
  border-color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav {
    margin: 25px 0;
  }
  .navbar-nav li, .form-search {
    margin-left: 0 !important
  }
  .dropdown-menu.show {
    margin-top: 20px;
  }
}

.bg-primary {
  background-color: #005eb8 !important;
}

.small-nav-list .active a {
  color: #005eb8;
  font-weight: 500;
  text-decoration: underline;
}

.navbar .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  background-color: transparent;
  float: none;
  border-radius: 0;
  border: none;
}

@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
      position: static;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
      margin: 0;
      top: 57px;
      padding-top: 36px;
  }
  .navbar .dropdown-menu .dropdown-menu-list-items {
    padding: 30px;
  }
}

.dropdown-menu__opacity {
  background-color: #edf2f0;
}

.clear-decoration {
  text-decoration: none !important;
}

.ginput_container .datepicker {
  width: 100%;
}

.ginput_container_radio input, .ginput_container_radio label,
 {
  margin-top: 0 !important;
}

.ginput_container_radio input, .ginput_container_checkbox input {
  margin-top: -1px !important;
  margin-right: 3px !important;
}

.list-bill {
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
}

.block-sections-bill .title {
  margin-bottom: 15px;
}

.list-bill li {
  margin-bottom: 16px;
}

.list-bill li a {
  color: #1e1e1e;
  text-decoration: none;
  font-size: 16px;
}

.list-bill li {
  counter-increment: list-counter;
  display: flex;
  align-items: flex-start;
}

.list-bill li:before {
  content: counter(list-counter);
  margin-right: 25px;
  min-width: 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #005eb8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-explained {
  margin-top: 20px;
}

.block-explained .middle-title {
  margin-bottom: 5px;
  font-weight: 400;
}

.list-explained .item-info p {
  margin-bottom: 0;
}

.block-explained li {
  margin-bottom: 0;
  padding-top: 20px;
}
section-accordion
@media (max-width: 767.8px) {
  .block-sections-bill .title {
    margin-top: 20px;
  }
}

.container .text-block {
  overflow: auto;
}

.container .text-block table td, .container .text-block table th {
  padding: 10px 15px;
  border: 1px solid #d2d3d4;
}

.text-block::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.text-block::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.text-block::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.list-bill.list-explained li:before {
  min-width: 55px;
  width: 55px;
  height: 55px;
  font-size: 1.5rem;
  margin-right: 30px;
}

.bill-description-block a {
  color: #1e1e1e;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .post-loop {
    flex-direction: column-reverse;
  }
}

.post-loop .posts-list > div {
  padding-bottom: 20px;
}

.post-loop .posts-list > div:first-child, .post-loop .posts-list > div:nth-child(2) {
  padding-top: 20px;
}

.big-post > div {
  padding: 0;
}

.big-post .card-blog .img-block {
  padding-bottom: 40%;
}

.sidebar .widget  {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #b6c2c3;
}

.sidebar .widget h3 {
  padding: 10px 20px;
  font-size: 26px;
  border-bottom: 1px solid #b6c2c3;
  margin-bottom: 0;
}

.sidebar .widget ul {
  margin-bottom: 0;
}

.sidebar .widget ul li {
  border-bottom: 1px solid #b6c2c3;
}

.sidebar .widget li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar .widget li a:hover {
  color: #fff;
  background: #005eb8;
}

.archive-content .blog-wrapper .col-md-6 {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .posts-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .posts-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}