.cta_mobile__container--inner .cta {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.banner .controls-wrapper {
    margin-top: 0px !important;
    display: none !important;
}
.banner .component__button--1 {
    display: none;
}
.section--light .component__button--2::before {
    border: 1px solid #918b8b;
}
.section--light .component__button--2 {
    color: #fff !important;
    background-color: #918b8b !important;
}
.section--light .component__button--2:hover {
    color: #918b8b !important;
    border: 1px solid #918b8b !important;
}
#id_c6e077fb-47cd-5b40-b93d-6a2df1894b66::before {
    background-color: #95a61a;
}
#id_0bf97d53-1957-5bc2-a5dd-af7693f1ef25::before {
    background-color: #95a61a;
}
h2.banner_sub {
    color: #ffffff;
}
h2.featuredblocks__title.component__title {
    color: white;
}
.section-cta .cta-a::before {
    border: 1px solid #59595900;
    bottom: 0rem;
}
.cta_header__container--inner .cta-a--4 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.cta_header__container--inner .component__button--2 {
    margin-top: 0rem;
}
.cta_header__container--inner .cta {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}
.cta_header_sticky__container--inner .cta-a--4 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.cta_header_sticky__container--inner .component__button--2 {
    margin-top: 0rem;
}
.cta_header_sticky__container--inner .cta {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}
.cstm_banner {
    color: white;
    padding-top: 10px;
}
.styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 0px;
    background-color: #918b8b;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0));
    /* box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(0, 0, 0, .6); */
}
.styled:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
hr {
    clear: both;
}
.editable__container ul + * {
    clear: unset;
}
.component__button a {
    border: 1px solid #fefefe00;
}
.footer-logo .socialmedia {
    text-align: left !important;
    float: right;
}
.footer-logo .socialmedia {
    padding-top: 5px;
    padding-bottom: 5px;
}
.custombuttom.text-center {
    background-color: #abbf11;
    border-radius: 0px;
    border: 2px solid gray;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato-Light", sans-serif;
    font-weight: 600;
    padding: 10px 11px;
    color: white!important;
    text-align: right!important;
    font-size:12px;
}
.section--light .editable__container a {
    color: #FFF;
    text-decoration: none;
}
h3.component__title.banner-text__title--large.col-12 {
    text-align: center;
}
p.component__subtitle.banner-text__subtitle--small.col-12 {
    text-align: center;
}
.banner-c__button.component__button.col-12.col-lg-8.text-center {
    margin-left: 125px;
}
#ple_column-7 > div.componentWith__container.blade__container > div > div > div > div > div.blade-a__text.col-sm-12.col-lg-7 > div.row.blade-a__links > div {
    margin-left: 70px;
}
a.map-search__location-phone.piwik_ignore {
    display: block;
    color: white;
}
.custombuttom.text-center {
    margin-left: 0px !important;
    text-align-last: center !important;
}
.section--light .component__button--2:hover {
    color: #ffffff !important;
}

@media (max-width: 519px) {
.banner-text__wrapper.component__text.row.align-items-center {
    background-color: #6d6e6a;
}
.cstm_banner {
    text-align: center;
}
h2.banner_sub {
    text-align: center;
}
.awards {
    text-align: center;
}
li.featuredblock__sub-item.d-sm-block.d-lg-none {
    display: none;
}
.custombuttom.text-center {
    margin-left: 0px !important;
    text-align-last: center !important;
}
}

.alias-pcontent h2.featuredblocks__title.component__title {
    color: #abbf11;
    font-weight: bold;
}

.alias-pcontent .featuredblocks-grid-c .featuredblock__title {
    color: #abbf11 !important;
}

@media (max-width: 575px) {
    .featuredblocks-grid-c .featuredblock__content {
        display: block;
    }
}

a.cta__button.component__button--1, a.staff-member__link.component__button--1 {
    color: #abbf11;
}

.section--light .component__button--1::before {
    border-width: 1px;
    border-style: solid;
    border-color: #abbf11;
    border-image: initial;
}

.section--light .component__button--1:hover {
    border: 1px solid #abbf11;
    background-color: #abbf11;
}

a.cta__button.component__button--2 {
    background: #fff !important;
    color: #869e19 !important;
}

/** CSS for Accordion **/

.accordion {
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #dcdeec;
  border-radius: 10px;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  border: 2px solid #abbf11;
  margin: 15px 0;
  display: flex;
}

.active, .accordion:hover {
  background-color:rgba(0,0,0,0.1);
}

.accordion button {
    background: none;
    border: none;
    margin-left: 10px;
}

.accordion_button {
    margin-left: auto;
    background: #abbf11;
    border-radius: 5px;
    color: white;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
}

.accordion_button:hover {
    opacity: 0.5;
}
.panel {
  padding: 10px 18px 30px;
  display: none;
  background-color: white;
  overflow: hidden;
}