/* a.copyright_link[href*="terms_of_use"] {
  visibility: hidden !important;
  position: relative;
}

a.copyright_link[href*="terms_of_use"]::after {
  content: "Terms and Conditions";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: none !important;
} */
  ol {
    margin-left: 20px;
  }
  ol[type="a"] {
    list-style-type: lower-alpha;
    margin-left: 25px;
  }
  ol[type="i"] {
    list-style-type: lower-roman;
    margin-left: 40px;
  }
  li {
    margin-bottom: 6px;
  }



.section.nav-spacing-top {
  margin: 24px 0;
}
.section-navigation.section__bg--light-4 .section--inner {
  background-color: #fff;
}
.section--light .navigation-a .navigation__item:hover > .navigation__item--link {
  color: #b6d68d;
}
.section--light .navigation-a .navigation__list--sub .navigation__item:hover > .navigation__item--link {
  background-color: #b6d68d;
}
.section--dark .cta__button.component__button--1 {
  color: #fff;
}
.section--dark .cta__button.component__button--1:hover {
  color: #fff;
  background-color: #535b5f;
  border: 2px solid #535b5f;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__icon .main-icon {
  color: #fff;
}
.section.single-locations-1 .section--dark .locations-a .list .location__address::before, .section.single-locations-1 .section--dark .locations-a .list .location__phone::before {
  border-color: #434549;
  color: #434549;
}
.section--light a, .section--light .editable a {
  color: #9ac661;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.section--light .articles-a .articles__item .article__post-title {
	color: #434549;
}


.stacked {
    padding-top:    0;
    padding-bottom: 20px;
}
.wrap__page-content img {
    max-width: 100%;
    height:    auto !important;
}

.wrap_testimonials {
    box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -webkit-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -moz-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    width:95%;
    margin:25px
}
.wrap_testimonials_inner {
    margin:0 auto;
    padding:15px 35px 35px;
    background:rgba(255,255,255,.5);
    text-align:center;
}
.btn_cta a {
  background: #434549;
  padding: 10px 15px !important;
  text-decoration: none !important;
  color: #fff !important;
  display: inline-block;
  min-width:320px;
}
@media (max-width: 767px) {
.wrap_testimonials {
  width: 100%;
  margin: 0;
}
.btn_cta a {
  min-width: 100%;
}
}


@media (min-width:768px){
    .navigation-a .navigation__list--default {
        min-width: 220px !important;
    }
    .navigation-a .navigation__item > .navigation__list--sub > .navigation__item a{
        text-align: left !important;
    }
}