.top_address, .top_phone, .top_fax {
  display: inline-block;
  padding: 0 10px;
}

.top_bar_contact__container--inner p,
.alias-top_bar_phone p {
  margin: 0;
}

.ple_module_sticky {
  box-shadow: 0 8px 7px -7px #4a4a4a;
}

.section__bg--dark-1 .section--dark .banner-a .banner__image-overlay {
    background-color: #000;
}

.fixed-bg {
  background-attachment: fixed;
}

.section--dark .cta__button.component__button--2,
.section--dark .cta__button.component__button--2:hover {
  color: #fff;
}

.cta_button_defaults, .contactform--a .contactform__submit input, .form-a .form__submit input, .cta__button--icon, .cta__link--icon, .cta__button, .banner-e__form form .submit {
  padding: 10px 12px;
}

.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: #467736;
  padding: 10px 15px !important;
  text-decoration: none !important;
  color: #fff !important;
  display: inline-block;
  min-width:320px;
}

.section--light a,
.section--light a:hover,
.section--light .editable a,
.section--light .editable a:hover {
  color: #467736;
}



/* Accordion */
.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1em 1.5em;
  color: white;
  cursor: pointer;
  transition: all .3s;
  font-family: "poppins",Arial,sans-serif;
  background: #467736;
}

.accordion-header:hover {
  background: #315226;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #f3f3f3;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f078";
  font-family: Font-Awesome;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #315226;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}
/* Accordion */

@media (max-width: 767px) {
.wrap_testimonials {
  width: 100%;
  margin: 0;
}

.btn_cta a {
  min-width: 100%;
}

.top_address, .top_phone, .top_fax {
  display: block;
  text-align: center;
}
}

@media (min-width: 1200px) {
.container-fluid .col-lg-12 .blade-a .blade__text {
  margin: auto 0;
}
}

@media (min-width: 992px) {
.col-lg-8.alias-top_bar_phone,
.col-lg-8.alias-top_bar_contact {
  max-width: 80%;
  flex:100%
}

.col-lg-4.alias-social_media_header,
.col-lg-4.alias-socialmedia_header {
  max-width: 20%;
}

.container-fluid .banner-a .banner__text-wrapper {
  transform: translate(-50%, -20%);
}
}