section.locations_module {
    position: relative;
}
section.locations {
  display: flex;
  align-items: center;
      margin: 0 auto;
    width: 80%;
    max-width: 600px;
}

.locations .locations__inner {
  margin: 3rem 0 2rem;
      width: 100%;
}


.row.faq_module > .content .accordion-body p,
.row.faq_module > .content .accordion-body ul,
.row.faq_module > .content .accordion-body ol,
.ib-accordion .accordion-body {
  color: var(--text-color);
}

.row.faq_module > .content .accordion-body h1,
.row.faq_module > .content .accordion-body h2,
.row.faq_module > .content .accordion-body h3,
.row.faq_module > .content .accordion-body h4,
.row.faq_module > .content .accordion-body h5,
.row.faq_module > .content .accordion-body h6,
.row.faq_module > .content button.accordion-button {
  color: var(--heading-color);
}


section.locations section.location .accordion-header {
  position: relative;
  padding: 25px 0;
  display: flex;
  cursor: pointer;
  margin: 0;
}

section.locations .collapse {
  display: none;
}
section.locations .accordion-collapse {
  display: none;
}

section.locations .accordion-button {
  cursor: pointer;
  padding-right: 40px;
  text-align: left;

    text-transform: uppercase !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  font-size: 23px;

  padding-left: 0;
  border: 0 !important;
}
section.locations .accordion-button:focus {
    border: none !important;
  box-shadow: none !important;
}
section.locations .accordion-button::after {
  content: "+";
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 200;
  position: absolute;
  background-image: none !important;
  right: 15px;
  top: 20px;
  color: var(--decor-color);
}
section.locations .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border: 0 !important;
}
section.locations .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none !important;
  font-size: 3rem;
}

section.locations section.location {
  border-color: var(--decor-color) !important;
  border-left: none;
  border-right: none;
  position: relative; 
  border-top: 2px solid var(--decor-color) !important;
}
.location__address p{
    margin-top: 0;
        margin-bottom: 2px;
}
.loc-acc-cols{
        margin-bottom: 30px;
    display: flex;
}
.loc-acc-cols > .loc-acc-col:first-child{
    width: 50%;
}
.location__phone a{
    color:#002244;
    text-decoration: none;
}
.location__phone-area{
    font-style: italic;
}
.location__phone a:hover{
    text-decoration: underline;
}
.location__map a{
    text-decoration: none;
    color: var(--map-color);
    font-weight: 800;
}
.location__phones-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.locations-module-title{
        text-align: center;
    margin-bottom: 0;
}
.location__phone-type{
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
section.locations button.accordion-button {
    text-transform: none !important;
    font-size: 21px;
  }

    section.locations .accordion-button::after {
    font-size: 2rem;
}
}