/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2025 | 18:39:42 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2025 | 18:43:07 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --teal: #19535C;
  --lightBlue: #DEF4F6;
  --tealAlt: #28A4AF;
  --extraLightBlue: #ebf9fa;
  --extraLightBlueAlt: #f2fcfb;
  --orange: #FFAB57;
  --orangeAlt: #FFF2E6;
  --black: #000000;
  --white: #ffffff;
  --gradient: linear-gradient(180deg, rgba(206,235,239,1) 0%, rgba(255,255,255,1) 100%);
  --gradientAlt: linear-gradient(180deg, rgba(206,235,239,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  --area: "area-normal", sans-serif;
  --area_extended: "area-extended", sans-serif;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
#treatment-center-map {
  margin-bottom: var(--standardSpacing);
}
#treatment-center-map .content {
  background: #EFFAFB;
  overflow: hidden;
  border-top-left-radius: var(--smallSpacing);
  border-top-right-radius: var(--smallSpacing);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#treatment-center-map section.av_textblock_section {
  padding: var(--standardSpacing);
}
#treatment-center-map section.av_textblock_section p {
  font-size: 18px;
  margin: 0 !important;
}
#treatment-center-list {
  margin-bottom: 64px !important;
}
#treatment-center-list .content {
  background: #EFFAFB;
  overflow: hidden;
  border-bottom-left-radius: var(--smallSpacing);
  border-bottom-right-radius: var(--smallSpacing);
  padding: 27px 20px !important;
}
.treatment-center-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--standardSpacing);
}
.treatment-center-list .treatment-center {
  background: none !important;
  padding: 0 !important;
  border-radius: 0;
  border: 0px solid red !important;
}
.treatment-center-list .center-grouping-state {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  border-bottom: 1px solid #28A4AF !important;
  padding-bottom: 8px;
  margin-bottom: var(--standardSpacing);
}
.treatment-center-list .center-inner {
  background: #DFF1F3;
  padding: var(--smallSpacing);
  border-radius: var(--smallSpacing);
}
.treatment-center-list .center-inner .center-name h3 {
  font-size: 16px !important;
}
.treatment-center-list a {
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  #treatment-center-list {
    margin-bottom: 60px !important;
  }
  #treatment-center-list .treatment-center-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
