  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    .flex-container {
display: flex;
    flex-wrap: wrap;
    align-items: baseline;
        }
        .col20 {
          width: calc(19% - 4px);
          padding: 10px;
        }

        .col25 {
          width: calc(24.6% - 4px);
        }

        .col30 {
          width: 31%;
          padding: 10px;
        }

         .col40 {
          width: 39%;
          padding: 10px;
         }
        .col70 {
          width: 69%;
          padding: 10px;
        }

        .col50 {
          width: 48%;
          padding: 10px;
        }

        .spaced {
          justify-content: space-between;
        }

        		.flexmoretop {
		align-items: flex-start;
    align-content: flex-start;
}
		
		.center{
		justify-content: center;
		}
		 
		.flexcenter {
		    align-items: flex-start;
		}

        .flexcontent {
            align-content: flex-start;
        }

        .flexbaseline {
            align-items: baseline;
        }

        @media screen and (max-width: 768px) {
          .col50,
          .col30,
          .col70,
          .col20,
          .col25 {
            width: 100%;
          }

          .alias-pcontent img {
            display: block;
            margin: auto;
            float: none !important;
          }
          .hide_mobile {
            display: none !important;
          }

          .align-left,
          .align-right,
          .align-center {
            display: block !important;
            margin: auto !important;
            float: none !important;
          }
        }

        .accordion {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.accordion-item{
    margin: 10px 0;
}
.accordion-header {
  background-color: transparent;
  cursor: pointer;
  padding: 10px;
}

.accordion-content {
  display: none;
  padding: 0 10px 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #4d1e4d;
  background: transparent;
}

.accordion-header::after {
    content: "+";
    position: relative;
    float: right;
    top: -45px;
    font-size: 25px;
    color: #4D1E4D;
    font-weight: 900;
    transition: transform 0.5s;
}

.active::after {
  content: "-";
  transform: rotate(180deg); /* Rotate the minus icon */
  position: relative;
  top: -45px;
  font-size: 25px;
  
}

.section--dark h1 {
    color: white !important;
}

body, p, .component__p, .editable__container p, .section-editable .editable__container p, .section-editable .editable__container ul, .section-editable .editable__container li, .section-editable .editable__container ol, .editable__container table td, body .editable__container p, body .editable__container ol, body .editable__container ul, body .editable__container li, body .editable__container table td, body .editable__container span:not(.icon), body .editable__container b, body .editable__container a, .form .leadFormInfo,
.section--dark .navigation-a .navigation__item--link, .section--dark .navigation-b .navigation__item--link, .section--dark .navigation-c .navigation__item--link, .section--light .navigation-a .navigation__item--link, .section--light .navigation-b .navigation__item--link, .section--light .navigation-c .navigation__item--link,
.editable__container h6, .editable__container h5, .editable__container h4, .editable__container h3, .editable__container h2, .editable__container h1{
    font-family: "Montserrat", sans-serif !important;
}

.section .component__title,
.section--dark .featuredblocks .featuredblock__wrap .featuredblock__title, .section--light .featuredblocks .featuredblock__wrap .featuredblock__title,
.section .component__subtitle, .form .form__caption, .contact-us-im .form__caption, .component__subtitle,
.section-banner .banner .component__title,
.section-banner .banner .component__subtitle{
	font-family: "Montserrat", sans-serif !important;
}

.section--dark .featuredblocks .featuredblock .featuredblock__wrap:hover .cta__button, .section--light .featuredblocks .featuredblock .featuredblock__wrap:hover .cta__button,
.section--dark .hours-a__schedule .hours-a__schedule--border strong, .section--light .hours-a__schedule .hours-a__schedule--border strong,
.section--dark .map .map-a .map__col h3, .section--light .map .map-a .map__col h3,
.copyright__container .copyright__item .copyright__link,
.section--dark .form form .form-wrap__submit input, .section--light .form form .form-wrap__submit input, .cta__button{
	font-family: "Montserrat", sans-serif !important;
}

.map-a .map-search__location-contact span {
    font-family: "Montserrat", sans-serif !important;
}

.map-a .map-search__location-address span {
    font-family: "Montserrat", sans-serif !important;
}

.heading_1, h1 {
	font-family: "Montserrat", sans-serif !important;
}

.section--light .editable a {
    font-weight: bold;
}





/* custom content home */



.flex-container {
  display: flex;
  flex-wrap: wrap;

}

.home-content *{
  font-family: montserrat !important;

}

.home-content .flex-container {
    align-items: start;
}





.purple-text{
  font-size: 25px;
  color: #4d1e4d !important;
  font-weight: bold !important;
}

.number{
  font-size: 55px;
  color: #c8b568;
  text-align: center;
}

.home-content h4{
  font-size: 20px;
  color: #4d1e4d !important;
  font-weight: bold !important;
}

.home-content .desc p{
  font-size: 15px;
}

.ani-left{
  animation: ani-left 3s ease 0s 1 reverse none;
}

.ani-right{
  animation: ani-right 3s ease 0s 1 reverse none;
}


@keyframes ani-left {
0% {
	transform: translateX(0);
    opacity: 1;
  }

  100% {
	transform: translateX(-500px);
    opacity: 0;
  }
}

@keyframes ani-right {
0% {
	transform: translateX(0);
    opacity: 1;
  }

  100% {
	transform: translateX(500px);
    opacity: 0;
  }
}

.flexcenternew {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
.newctawidth {
    max-width: 480px !important;
}
}

.section--light h1 {
    color:#4D1E4D !important;
}

@media (min-width: 992px) {
.banner-a .banner__subtitle {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
}}

@media (min-width: 992px)
.banner__image-wrapper {
    min-height: 150px !important;
}}