<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    /*===================
    1. COMPONENTS

    2. CUSTOM STYLES
    ===================*/ 
 

 /* *{
    background: #000 !important;
    color: #0f0 !important;
    outline: solid red 1px;
    } */
 
/*===================================================
1. COMPONENTS
===================================================*/
* {
margin: 0px;
padding: 0px; }
  html{
    margin: 0px;
    padding:0px;
  }
  body {
    line-height: 180%;
    color: #666666;
    font-size: 16px;
    margin: 0px;
    padding:0px;
    font-family: 'Open-Sans';
  }

html, body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}



:root {
  --customBlue: #436DA8;
  --customGreeen: #58A42A;

}
  /* .roboto{
    font-family: 'Roboto', sans-serif;
    line-height: 180%;
    font-weight:300;
  } */

  .stix{
    font-family: 'STIX Two Math', serif;        
  }

  .container{

}
    /* Set the size of the div element that contains the map */
  #map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }
  .herobg{
    background-image: url('/images/page/wellness.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
  }

  .fadisab-gradient{
    font-family: 'STIX Two Math', Times New Roman;     
    linear-gradient(#436DA8, #58A42A);
    background: -webkit-linear-gradient(#436DA8, #58A42A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:2rem;
    font-weight:bold;
  }

    .fadisab-gradient-menu{
    font-family: 'STIX Two Math', Times New Roman;     
    linear-gradient(#436DA8, #58A42A);
    background: -webkit-linear-gradient(#436DA8, #58A42A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:bold;
    font-size:4rem;
  }

   .fadisab-gradient-hero{
    font-family: 'STIX Two Math', Times New Roman;     
    linear-gradient(#ffffff, #ffffff);
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:2rem;
    font-weight:bold;
  }

  .menu-grid-container{
      display: grid;
      grid-template-columns: auto auto auto;
      display:flex;
      flex-direction:row;
      align-items:center;

  }
  .menu-grid-item:first-child{
    display:flex;
    flex-direction:row;
    align-items:center;
  }



  .menu-grid-item:not(:first-child){
      width:100%;

  }
    .menu-grid-item:nth-child(2) {
      width:fit;
     white-space: nowrap;
    }

    .grid-menu-item-links{
    
    }
    .menu-grid-item:nth-child(3) {
      display:flex;
      flex-direction:col;
      justify:justify-center;
      justify-content: flex-end;
          width:fit;


    }
        .menu-grid-item:nth-child(3) a{
        background:blue;
        color:red !important;
        width:150px !important;
        }

  .menu-logo{
    height:75px;
    width:75px;
  }

  .text-gradient{
   linear-gradient(#436DA8, #58A42A);
    background: -webkit-linear-gradient(#436DA8, #58A42A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
    .linear-gradient{
    background: -webkit-linear-gradient(left, #436DA8, #58A42A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bg-gradient{
    background: -webkit-linear-gradient(left, #436DA8, #58A42A);
  }

/*===================================================
2. CUSTOM STYLES
===================================================*/
/* EDIT TO REMOVE BOLD TITLE */
  .bold-title{
    font-weight:bold;
  }




  .bold{
    font-weight:bold;
  }

  .bolder{
    font-weight:bolder;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .hr{
    max-width: 100%;
    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, green, #436DA8);
    padding: 1.3px;
    border-radius:25px;
    opacity:0.8;
  }

  .sidenav{
    position:fixed; 
    left:0px;
    top:0px; 
    height:100vh; 
    width:500px; 
    background:white; 
    z-index:9999;
  }

/*  */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
  z-index:999;
  overflow-y:hidden !important;
}


.navbtn {
  position:fixed;
  bottom:45px;
  right:20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index:100;
  padding:5px;
  fill:#ffffff;
}

.slidenav{
position:sticky !important;
left:0;
top:0;
z-index:9990;
height:100vh;
}





/*  */
  
  /* //HR for section titles */
/*==============================
 CARDS
================================ */

.card {
  height: 400px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  box-shadow: 
    2px 2px 0px 0px rgba(88, 164, 42, 0.90), 
    -2px -2px 0px 0px rgba(16, 74, 156, 0.90), 
    0px 0px 0px 0px rgba(88, 164, 42, 0.90);
  -webkit-box-shadow: 
    2px 2px 0px 0px rgba(88, 164, 42, 0.90), 
    -2px -2px 0px 0px rgba(16, 74, 156, 0.90), 
    0px 0px 0px 0px rgba(88, 164, 42, 0.90);
  -moz-box-shadow: 
    2px 2px 0px 0px rgba(88, 164, 42, 0.90), 
    -2px -2px 0px 0px rgba(16, 74, 156, 0.90), 
    0px 0px 0px 0px rgba(88, 164, 42, 0.90);

  margin-bottom: 20px;
  
  @include media {
    height: 500px;
  }
}

.inner {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  background: white;
  box-sizing: border-box;
  padding: 40px;
  
  @include media {
    width: 50%;
    height: 100%;
  }
}

.card-title {
  font-size: 24px;
  color: black;  
  text-align: center;
  font-weight: 700;
  color: #436DA8;
  position: relative;
  margin: 0 0 20px 0;
  
  @include media {
    font-size: 30px;
  }
}
.card-subtitle {
  text-align: center;
}

.vertical-line{
  position:absolute;
  border-left: 2px solid #58A42A;
  height:50px;
  left:50%;
  
}





  .green-text{
    color: #58A42A;
  }
  
  .blue-text{
    color: #436DA8;;
  }

  .blue-bg{
    background-color: #436DA8;
  }
  .green-bg{
    background-color: #58A42A;
  }
  .white-text{
    color: white;
  }

  .smallcaps{
    font-size: 1.7rem;
  }

  .padding-top100{
    padding-top:100px;
  }

  .padding-bottom100{
    padding-bottom:100px;
  }

  .padding-top150{
    padding-top:150px;
  }

  .padding-bottom150{
    padding-bottom:150px;
  }

    .margin-top100{
    margin-top:100px;
  }

  .margin-bottom100{
    margin-bottom:100px;
  }

  .margin-top150{
    margin-top:150px;
  }

  .margin-bottom150{
    margin-bottom:150px;
  }
  
  .hover-blue:hover{
    background-color: #436DA8;
    color: #fff;
  }

    .hover-green:hover{
    background-color: rgba(88, 200, 42, 1);
    color: #fff;
  }

  .blue-green-img-border{
    box-shadow: 
      4px 4px 0px 0px rgba(88, 164, 42, 0.90), 
      -4px -4px 0px 0px rgba(16, 74, 156, 0.90), 
      0px 0px 0px 0px rgba(88, 164, 42, 0.90);
    -webkit-box-shadow: 
      4px 4px 0px 0px rgba(88, 164, 42, 0.90), 
      -4px -4px 0px 0px rgba(16, 74, 156, 0.90), 
      0px 0px 0px 0px rgba(88, 164, 42, 0.90);
    -moz-box-shadow: 
      4px 4px 0px 0px rgba(88, 164, 42, 0.90), 
      -4px -4px 0px 0px rgba(16, 74, 156, 0.90), 
      0px 0px 0px 0px rgba(88, 164, 42, 0.90);
    }

.blue-green-border-thin{
    box-shadow: 
      2px 2px 0px 0px rgba(88, 164, 42, 0.90), 
      -2px -2px 0px 0px rgba(16, 74, 156, 0.90), 
      0px 0px 0px 0px rgba(88, 164, 42, 0.90);
    -webkit-box-shadow: 
      2px 2px 0px 0px rgba(88, 164, 42, 0.90), 
      -2px -2px 0px 0px rgba(16, 74, 156, 0.90), 
      0px 0px 0px 0px rgba(88, 164, 42, 0.90);
    -moz-box-shadow: 
      2px 2px 0px 0px rgba(88, 164, 42, 0.90), 
      -2px -2px 0px 0px rgba(16, 74, 156, 0.90), 
      0px 0px 0px 0px rgba(88, 164, 42, 0.90);
    }



/* ==============================
3. SERVICES
==================================*/
  .pages-title{
    letter-spacing: 0.15rem;
    font-size:2.5rem;
    color: #436DA8;
    /* background: -webkit-linear-gradient(#436DA8, #58A42A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    margin-top:2rem;
    line-height:130%;
  }
#services-section-bg{
  background-repeat: no-repeat;
  background-position: right
}
    .paragraph-title{
    letter-spacing: 0.1rem;
    font-size:1.6rem;
    color: #436DA8;
    /* background: -webkit-linear-gradient(#436DA8, #58A42A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    margin-top:3rem;
    line-height:130%;
    position:relative;
  }
  /* .paragraph-title:after{
    content: '';
    width: 50px;
    position: absolute;
    left:0;
    width:100%;
    bottom: -4px;
    border:5px #58A42A;
    border-width: 0 0 2px;
    border-style: solid;
  } */

  .service-desc{
    margin-bottom:2rem;
    font-weight:400;
    font-size:1.06em;
    line-height:180%;
  }

  .service-desc p{
    margin-bottom:1.5rem;
  }
  .blue-box{
  
  }
  .servicesbg{
    position:relative;
    background-image: url('/images/page/fadisab-clinic-dry-needling.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(5, 27, 53, 0.5);
  }


  .services-info-bg{
    position:relative;
    background-image: url('/images/page/20201008_170601.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(5, 27, 53, 0.5);
  }

  .services-section p{
    font-weight:300;
  }


  .services-section div div div{
    margin-bottom:30px;
  }
  .service-item{
    background: rgba(46, 49, 49, 0.4);
      transition: .6s ease;
  }

  .cta{
  background: rgba(16, 74, 156, 0.30);
  }

  .service-item:hover {
    background: rgba(46, 49, 49, 0.5);
  }
  .service-item{
    background: rgba(46, 49, 49, 0.0);
  }

  .service-item+p{
  }
  .service-card{
  
  }
/* =================================
4. NAVBAR
 ===================================*/
  header{
    width:100%;
  }

  /* nav .dropdown-content a{
    border-bottom:1px solid rgba(16, 74, 156, 0.10);
  } */

  nav a{
    font-familiy: roboto;
    /* color: #669ddb; */
    font-weight:400;
    text-transform: uppercase;
  }

  nav a:hover{
    font-weight:;
  }

  footer{
    bottom:0px;
  }

  /* .sectionBgGreen{
  background: purple;
  color: white;
clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
  padding: 10rem 20%;  } */
  /* section{
    margin-top:50px;
  } */






/* ==================================
5. CONDITIONS
 ==================================*/
.conditionsbg{
  position:relative;
  background-image: url('/images/page/conditions.jpg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow:inset 0 0 0 2000px rgba(5, 27, 53, 0.5);
}

  .conditions-img-text{
  /* position: absolute; 
  bottom: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%); */

  background: rgba(5, 27, 53, 0.9); /* Black see-through */
  color: #f1f1f1; 
  transition: .5s ease;
  color: white;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  box-shadow: 
  2px 2px 0px 0px rgba(88, 164, 42, 0.90), 
  0px 0px 0px 0px rgba(88, 164, 42, 0.90);
  }

  .conditions-desc{
    height: 5em;
    overflow:hidden;
    margin-bottom:2rem;
  }

    .conditions-desc + p{

    }
  .conditions-desc:before{
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 50px, rgba(5, 27, 53, 1));
  }


  .pain-option {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
    }
.services-section img{
  height:180px;
  width:200px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.8));
}

.section-title{
    text-decoration: none;
    position: relative;
    text-align:center;
}
.section-title:after{
    content: '';
    width: 50px;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    bottom: -11px;
    border:2px #58A42A;
    border-width: 0 0 2px;
    border-style: solid;
}

.section-title-white{
    text-decoration: none;
    position: relative;
    text-align:center;
}
.section-title-white:after{
    content: '';
    width: 50px;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    bottom: -11px;
    border:2px #fff;
    border-width: 0 0 2px;
    border-style: solid;
}
.testimonial-div{
  background-color:#ffffff;
    z-index:1;

}

.testimonial-quotes{
  position:absolute;
  left:-5px;
  top:-20px;
  color:white;
  
}
.our-services-feature p{
  font-size:0.8rem;
}
/* .our-services-feature-items p{
  flex: 0 0 50%;
} */
.services-section h2{
  font-weight:bold;
  color: #436DA8;
  /* background: -webkit-linear-gradient(#436DA8, #58A42A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  }
  
.page-title{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); 
  font-size:3rem;
  font-weight:bold;

  /* text-shadow: 2px 2px 5px black; */
}
.main-page-title{
  margin: 0;
  position: absolute;
  top: 40%;
  left: 10%;
  margin-right: -50%;
  transform: translate(-10%, -40%); 
  font-family:OptimusPrinceps, cursive;
  font-size:3rem;
  font-weight:bold;
  /* text-shadow: 2px 2px 5px black; */
}

.dropdown {
  position: relative;
  display: inline-block;}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 99;
}
.dropdown-content div{
  background-color: #f5f5f5;
  border-top: 4px solid var(--customBlue);
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a{
  color:#00478e;
  font-weight:bold;
}
.dropdown-content a:hover{
  text-decoration:none;
  background-color: #dcf1e4;
  transition: 0.3s;
  border-radius:3px;
}

.dropdown:active .dropdown-content {
  display: block;
  transition: 0.3s;
}
.ad-img{
    object-fit: fill || contain || cover || none || scale-down;
    margin-top:50px;
}

.index-features-div{
  text-align:center;
}

.index-features-div p{
  font-weight:bold;
  font-family:OptimusPrinceps, cursive;
  font-size:1.5rem;
  text-align:center;
  padding-top:10px;
}

  .index-features-div img{
    object-fit: cover;
    height: 50%;
    width: 300%;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.8));
  }

  .condition-img-div img{
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.8));
  }

  .headliner-text{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translateY(-50%); 
    transform: translateX(-50%); 

    font-family:OptimusPrinceps, cursive;
    font-size:2.5rem;
    font-weight:bold;
    color: #58A42A;
    text-shadow: 1px 1px 1px black;
  }

  .feature-title{
    font-size:2.5rem;
    line-height:3rem;
  }

  .conditions-container img:hover{
      
  }

  .fadeIn {
      -webkit-animation: animat_show 0.6s;
      animation: animat_show 0.6s;
      visibility: visible !important;
  }



  @-webkit-keyframes animat_show{
      0%{opacity:0}
      100%{opacity:1}
  }

    /* TEAM */
  .team-section img{
    /* box-shadow: 1px 2px #666666; */
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.8));
  }

  .team-section h2{
    font-weight:bold;
    letter-spacing: 0.1rem;
  }

  #satisfaction-count::after{
    font-weight:normal;
    content:'%';
  }

  #patient-count::after{
    content:'+';
    font-weight:normal;
  }

    #years-experience-count::after{
    content:'yrs';
    font-weight:normal;
  }

  /* FAQs */
  .QA-item{
  }
  
  .qa-icon{
    color: #436DA8;
  }
  .service-icon{
    color: #436DA8;
  }
  .question{
    font-weight:bold;
    color: #436DA8;
  }
  .question-container:hover{
    cursor:pointer;
  }

  .answer{
    margin-top:0px;
    padding: 20px 10px;
    display:none;
  }

  .active-question{
      display:block;
  }

  .active-service-category{
      display:flex;
  }
  .service-category-item{
    cursor:pointer;
  }
  .service-category-expand{
    padding: 20px 10px;
    display:none;
  }
  .service-category-item-name{
    font-weight:bold;
  }
  .qa-chevron-down{
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    transition:0.5s;
    color: #58A42A;
  }

  .qa-chevron-right{
      transition:0.5s;
  }


  

/* .qa-chevron-right{
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    transition:0.5s;
  }
 */
</pre></body></html>