/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 

 grey: #3B3B3D\
 sky blue: #ad8685
 Slate: #707E89
 tope: #B7AFA9
 blue: #BECBCD
 beige: #D8CFC5
 cream: #EFEBE0

 grey: #d4d0cb
 
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
  

 /* Fonts
 --------------------------------------*/

 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: "gotham-bold";
  src: url("../fonts/Gotham-Bold.woff") format("woff");
}


@font-face {
  font-family: "gotham-book";
  src: url("../fonts/Gotham-Book.woff") format("woff")
}

@font-face {
  font-family: "gotham-medium";
  src: url("../fonts/Gotham-Medium.woff") format("woff")
}

 
* {
  box-sizing: border-box;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   /* Colors
   --------------------------------------------------------------------------*/

   .red {
    color: #ad8685
   }

   .light-blue {
    color: #CDE1F9;
   }



   /* Global Styles 
   --------------------------------------------------------------------------*/

   #background-video {
     width: auto;
     min-height: 100vh;
     position: absolute;
     top: 0;
     left: 50%;
     transform: translateX(-50%);
     z-index: -1;
   }

   #hero:before {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     background: rgba(255,255,255,.6);
     z-index: 1;
   }

   .one-half {
     width: 50%;
   }

   .one-third {
     width: 33%;
   }

   .one-fourth {
     width: 25%;
   }

   .three-fourths {
     width: 75%;
   }

   .two-thirds {
     width: 66%;
   }

   .left {
     float: left;
   }

   .right {
     float: right;
   }

   .text-center {
     text-align: center;
   }

   .one-fifth {
     width: 20%;
   }

   .two-fifths {
     width: 40%;
   }

   .four-fifths {
     width: 80%;
   }

   .box-centered {
     margin-right: auto;
     margin-left: auto;
   }

   hr.clear-pretty {
     width: 100%;
     max-width: 210px;
     height: 2px;
     background: #707E89;
     padding: 0;
     margin: 30px auto;
     text-align: center;
     display: block;
   }

   hr.clear-pretty.large {
     margin-top: 60px;
     margin-bottom:60px;
   }

   hr.clear-pretty.white {
     background: #fff;
   }
   
   hr.breaker-space {
     width: 100%;
     background: transparent;
     border: none;
     height: 80px;
     clear: both;
   }

   .inline-fonts {
     display: inline;
   }

   .italics {
     font-style: italic !important;
   }

   span.list-note {
     margin-bottom: 10px;
     display: block;
   }
   /* Fonts Styles 
   --------------------------------------------------------------------------*/

   h1, h2, h3, h4, h5, button {
     font-family: 'Ivy Journal', sans-serif;
     margin-top: 0;
     margin-bottom: 20px;
     letter-spacing: .08em;
     color: #707E89;
     font-weight: 400;
   }

   p, a, span, ul, ul li {
     font-family: "Ivy Journal", serif;
   }

   p {
     line-height: 1.4em;
     color: #67655E;
   }

   a {
     text-decoration: none;
     color: #707E89;
   }

   ul {
     margin-left: 0;
     padding-left: 20px;
   }

   button {
     text-transform: uppercase;
   }

   .page-title {
     text-align: center;
     text-transform: uppercase;
     color: #ad8685;
     font-size: 2.4rem;
     margin: 0 auto 30px;
   }

   a.sub-nav-item {
     text-transform: uppercase;
     font-weight: 600;
     color: #1351AA;
     font-family:  "lemon milk", serif;
   }

   .book-button {
      font-weight: 600;
      padding: 10px 15px;
      color: #2d2d2d;
      -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0%);
      box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0%);
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      font-family: gotham-book;
      text-transform: uppercase;
      background-image: url(../img/book-bg.png);
      background-size: auto 90%;
      background-repeat: no-repeat;
      background-position: center center;
      max-width: 410px;
      width: 100%;
      display: block;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
   }

   .book-button:hover {
     color: #ad8685;
   }

   .text-box h2 {
     text-transform: uppercase;
     font-size: 1.8rem;
     margin-bottom: 10px;
   }

   .section-title {
     font-size: 2.4rem;
     text-transform: uppercase;
   }

   .section-sub-text {
    font-size: 1rem;
    font-weight: 300;
    color: #999;
    max-width: 900px;
    text-align: center;
    margin-bottom: 60px;
  }

   .button {
    background: #ad8685;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    font-size: .775rem;
    margin-left: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'gotham-book';
    color: #fff;
    width: 100%;
    max-width: 240px;
    text-align: center;
    margin: 30px auto; 
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;   
    border-radius: 2px;
   }

   .button:hover {
     background: #ccc;
   }

   .center-button {
     margin-right: auto;
     margin-left: auto;
     display: block;
   }

   .button.white {
     background: #fff;
     color: #707E89;
   }

   .button.white:hover {
     background: #ccc;
   }

   .gotham-book {
     font-family: 'gothem-book', arial !important;
   }

   
 
  /* Loading Styles
  --------------------------------------------------------------------------*/
  
  body#homepage.loading {
    width: 100vw;
    height:100vh;
    overflow: hidden;
  }

  #loader-overlay.active {
    opacity: 1;
    top: 0;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }

  #loader-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #dfdfdf;
    z-index: 10000000000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    top: -100vh;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }


  #loader-overlay img {
    width: 200px;
    height: 200px;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
  }

  /* Layout Styles
  --------------------------------------------------------------------------*/

  #hero {
    height: 100vh;
    overflow: hidden;
  }

  #hero .hero-slider {
    width: 100%;
    overflow-x: hidden;
  }

  #hero .slide-holder {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .full-width-section {
    width: 100%;
    position: relative;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-container {
    max-width: 1200px;
    position: relative;
    margin: 120px auto 0;
  }

  .row {
    width: 100%;
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    margin: 0 auto;
    display: flex;
  }

  .row.slider-row {
    align-items: center;
  }

  .row.slider-row.reversed {
    flex-direction: row-reverse;
  }

  .row.reveresed {
    flex-direction: row-reverse;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-slider .slick-prev {
    left: 10px;
    z-index: 10000;
  }

  .slick-slider .slick-next {
    right: 10px;
  }

  .branded-icon {
    max-width: 240px;
    text-align: center;
    margin: 0 auto 30px;
  }

  .inner-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-branded-icon {
    width: 160px;
    height: 100px;
    background: url(../img/branded-icon.png) center center no-repeat;
    background-size: 100% auto;
    display: block;
    margin-bottom: 15px;
  }

  .small-branded-icon.white {
    background-image: url(../img/branded-icon-white.png);  
  }

  .branded-icon.gold {
    background-image: url(../img/branded-icon-cream.png);  
  }

   /* Header Styles
   --------------------------------------------------------------------------*/

   #header-bar {
     width: 100%;
     background: #fff;
     height: 85px;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 100000;
     padding-top: 5px;
     padding-bottom: 5px;
     -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.18);
      box-shadow: 0 10px 15px 0 rgba(0,0,0,.18);
     padding: 0 20px;
   }

   #header-bar .top-logo {
     width: 320px;
     height: 85px;
     position: absolute;
     left: 50%;
     top: 0;
     transform: translateX(-50%);     
     background: url(../img/top-logo.png) center center no-repeat;
     background-size: 85% auto;
   }

   #header-bar .top-logo img {
     width: 100%;
     display: none;
   }

   #header-bar .nav-bar {
    width: 100%;
   }

   #header-bar .nav-bar a {
     padding-left: 7px;
     padding-right: 7px;
     line-height: 85px;
     font-weight: 300;
     font-size: .775rem;
     text-transform: uppercase;
     height: 85px;
     line-height: 85px;
     display: block;
     font-family: gotham-book;
     color: #2F2D2D;

   }

   .nav-bar span.menu-item {
     position: relative;
     height: 85px;
     display: block;
     margin-left: 10px;
     margin-right: 10px;
     font-family: gotham-book;
   } 

 

   #header-bar .nav-bar span.menu-item.dropdown ul.drop-down-list li a:hover {
     color: #ad8685;
   }


   .top-contact {
     margin-right: 60px;
   }


   .top-contact a {
     line-height: 85px;
     padding-left: 10px;
     padding-right: 10px;
     font-weight: 600;
     font-size: .775rem;
     margin-left: 15px;
     padding: 10px 15px;
     text-transform: uppercase;
     border-radius: 3px;
   }


   .top-contact .book-appointment {
      background: #707E89;
      color: #fff;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
      box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
   }

   .top-contact a.call {
     font-size: 1.1rem;
   }


   #header-bar a.call {
     color: #ad8685;
     font-size: 2.1rem;
     padding-top: 8px;
     padding-top: 8px;
     position: absolute;
     top: 10px;
   }
    /* Navigation 
    ----------------------------------------------------------------------*/
    .mobile-nav-bar {
      background: #3B3B3D;
      width: 100%;
      max-width: 20vw;
      height: 100vh;
      -webkit-box-shadow: 0 20px 15px 0 rgb(0 0 0 / 90%);
      box-shadow: 0 20px 15px 0 rgb(0 0 0 / 20%);
      position: fixed;
      left: -100%;
      top: 0;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      z-index: 1000000000000;
      background-repeat: no-repeat;
      padding-top: 20px;
    }

    #mobile-nav.active {
      left: 0;
    }

    .mobile-nav-bar img.sidebar-logo {
      width: 80%;
      max-width: 310px;
      margin: 0 auto;
      display: block;
      text-align: center;
      margin-bottom: 80px;
      margin-top: 40px;
    }

    #close-menu {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 10px;
      display: block;
      color: #fff;
      text-align: center;
      font-size: 1.2rem;
    }

    #mobile-nav > .menu-item {
      width: 100%;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 30px;
    }

    #mobile-nav > .menu-item a {
      display: block;
      width: 100%;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1rem;
    }

    #mobile-nav > .menu-item.dropdown {
      position: relative;
    }

    #mobile-nav > .menu-item.dropdown span.drop-down-icon {
      color: #fff;
      position: absolute;
      right: 20px;
      top: 10px;
      transform: translateY(-50%);
      text-align: center;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      width: 20px;
      height: 20px;
      transform: translateY(-10%);
    }

    #mobile-nav > .menu-item.dropdown span.drop-down-icon:hover {
      cursor: pointer;
    }

    #mobile-nav > .menu-item.dropdown span.drop-down-icon.active {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #mobile-nav .drop-down-list {
      height: auto;
      overflow: hidden;
      max-height: 0;
      margin: 0;
      padding-bottom: 0;
    }

    #mobile-nav .menu-item.dropdown.active .drop-down-list {
      max-height: 100000px;
      padding-top: 20px;
      padding-bottom: 0px;
      padding-left: 10px;
      list-style-type: none;
    }

    #mobile-nav .menu-item.dropdown .drop-down-list a {
      font-size: .875rem;
      padding-top: 4px;
      padding-bottom: 4px;
    }

    #mobile-nav .book-now-bar {
      width: 90%;
      margin: 30px auto 15px;
      display: block;
      background: #EFEBE0;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
    }

    #mobile-nav .book-now-bar a {
      padding: 15px 10px;
      line-height: 30px;
      display: block;
      text-align: center;
      font-weight: 500;
    }

    #mobile-nav .book-now-bar:hover {
      background: #ad8685;
    }
  
    #mobile-nav .social-wrapper {
      width: 100%;
      text-align: center;
    }

    #mobile-nav .social-wrapper a {
      font-size: 2rem;
      margin-left: 10px;
      margin-right: 10px;
      color: #fff;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
    }

    #mobile-nav .social-wrapper a:hover {
      color: #ad8685;
    }
    
  /* ========================================================================
      Home Page
  ==========================================================================*/
    

  /* Hero
  --------------------------------------------------------------------------*/

  #home {
    height: 100vh;
    overflow: hidden;
  }

  #hero {
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
  }

  #hero .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 60px;
    width: 100%;
    max-width: 1200px;
    text-align: center;    
    z-index: 100;
  }

  #hero .hero-content img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 20px;
  }

  .hero-content h2 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-family: gotham-medium;
    color: #A68685;
   
  }

  .hero-content h3 {
    font-size: 3.1rem;
    font-weight: 400;
    color: #67655E;
    margin-bottom: 30px;
    max-width: 760px;
    font-family: "Ivy Journal";
    margin-right: auto;
    margin-left: auto;
  }

  #hero .slick-prev:before, #hero .slick-next:before {
    color: #fff !important;
  }

  .hero-spinner {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -5%;
    left: 2%;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    z-index: 100;
  }



  
  /* Mission Statment
  --------------------------------------------------------------------------*/

  #mission {
    padding-top: 80px;
    padding-bottom: 90px;
    text-align: center;
    background: #ad8685;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  
  #mission h2 {
    font-size: 1.4rem;
    margin-bottom: 40px;
    font-weight: 300;
    color: #fff;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }

  #mission h4 {
    font-weight: 500;
  }
   /* Services
  --------------------------------------------------------------------------*/


  .featured-intro h2 {
    font-size: 2.4rem;
    text-transform: uppercase;

  }

  #services {
    padding-top: 80px;
    padding-bottom: 80px;
    background:url(../img/gray-texture-overlay.png), #f5f5f5;
  }

  #services .row {
    align-items: center;
  }
  

  #services .row img  {
    width: 50%;
  }

  #services .row .text-box {
    background: #fff;
    outline: 2px solid #ad8685;
    outline-offset: -15px;
    padding: 40px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
    width: 50%;
  }

  #services .row.service-box .text-box {
    position: relative;
    left: -3%;
  }

  #services .row.service-box.reveresed .text-box {
    left: auto;
    right: -3%;
  } 

  #services .text-box ul {
    list-style-type: disc;
  }

  #services .text-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
  }

  #services .text-box ul li {
    width: 48%;
    padding-right: 1%;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
    color:  #67655E;
    font-weight: 600;
    text-transform: uppercase;
    font-family: gotham-book;
    font-weight: 300;
  }

  ul.career-jobs {
    list-style-type: none;
  }
  
  ul.career-jobs li {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
    margin-bottom: 10px;
  }

  .video-container {
    padding-top: 54.6%;
    margin: 60px auto 30px;
    text-align: center;
    position: relative;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
  }
  
  /* Home Services
  --------------------------------------------------------------------------*/

  #home-services {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 140px;
    background: url(../img/home-services-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .services-container {
    width: 100%;
    max-width: 1400px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .services-container a {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    display: block;
    width: 32%;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    padding-bottom: 20px;    
  }

  .services-container a img {
    width: 100%;
  }

  .services-container a h3 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase;    
  }

  .services-container a p {
    font-size: .875rem;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;  
  }

  .services-container a:hover {
    background: #707E89
  }

  .services-container a:hover h3 {
    color: #fff;
  }

  .services-container a:hover p {
    color: #fff;
  }


  .home-services-container {
    position: relative;
    background: #fff;
    display: flex;
    align-items:center;
    justify-content:center;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 60vh;
  }

  .home-services-container .home-service {
    padding: 0 40px;
  }

  .home-services-container .home-service:nth-child(2) { 
    border-left: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
  }

  .home-services-container .home-service h3 {
    font-family: gotham-book;
    text-transform: uppercase;
  }

  .home-services-container .home-service p {
    line-height: 1.6em;
    margin-bottom: 40px;
  }

  .home-services-container .brand-circle {
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 10000;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(50%) translateX(-50%);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.08);
    background-image: url(../img/circle-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
   /* Why Us
  --------------------------------------------------------------------------*/

  #why-us {
    position: relative;
    overflow: hidden;
  }

  .services-points-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    max-width: 1400px;
    position: relative;
    left: 7%;
  }

  .point-box img {
    width: 10%;
    float: left;
    margin-right: 20px;
  }

  .point-box {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
  }

  .point-box h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 15px;
  }

  .point-box .point-text {
    padding-right: 100px;
  }

  .point-box p {
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
    font-size: 1rem;
    color: #67655E;
  }

  .background-watermark {
    position: absolute;
    left: 0;
    top: 16vh;
    width: 55%;
  }

   /* office-tour Pages
  --------------------------------------------------------------------------*/

  #office-tour {
    background: #707E89;
  }

  #office-tour h2.section-title {
    color: #fff;
  }

  #office-tour .small-branded-icon {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  #office-tour p.tour-sub-title {
    font-size: 1.3rem;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 60px;
    font-weight: 400;
    color: #fff;
  }

  #office-tour .tour-box {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 15px 30px rgba(255,255,255,.15);
    box-shadow: 0 0 15px 30px rgba(255,255,255,.15);
    margin: 45px auto 45px;
    min-height: 66vh;
  }

  #office-tour .tour-box iframe {
    width: 100%;
    min-height: 66vh
  }

   /* Meet Team
  --------------------------------------------------------------------------*/

  #meet-the-team {
    background: #fafafa;
  }

  p.meet-team-sub {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }

  .team-member-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .team-member {
    display: flex;
    margin-bottom: 60px;
    border-radius: 5px;
    align-items: flex-start;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.08);
  }

  .team-member img {
    width: 30%;
  }

  .team-member .team-content {
    width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-member .team-content h3 {
    color: #ad8685;
    font-size: .875rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
  }

  .team-member .team-content h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;

  }

  /* Contact Section
  --------------------------------------------------------------------------*/
  .insurcance-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .insurance-box img {
    width: 33%;   
    border: 2px solid #f5f5f5;
  }

  
  /* Covid 19
  --------------------------------------------------------------------------*/

  .popup {
    display: none;
  }

  #covid-19 {
    z-index: 10000000000000;
  }
  
  #covid-19 h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  #covid-19 h3 {
    font-weight: 300;
    margin-bottom: 30px;
  }

  #covid-19 p {
    font-size: .875rem;
  }

  #book-message {
    text-align: left;
    margin-bottom: 30px;
  }

  /*
  #book-message, #do-not-service-message {
    opacity: 0;
    height: 0;
    max-height: 0;
    overflow:hidden;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  */

  input#zip, input:focus-visible {
    border: none;
    background: #ccc;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    font-family: kiona,Montserrat, sans-serif;
    color: #333;
    outline: none;
  }

  #zip-submit {
    height: 40px;
    line-height: 40px;
    background: #EFEBE0;
    text-align: center;
    font-family: kiona,Montserrat, sans-serif;
    padding: 0 20px;
    outline: none;
    border: none;
  }

  #zip-submit:hover {
    cursor: pointer;
    background: #ccc;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  #do-not-service-message h2, #book-message h2 {
    font-size: 2rem;
  }

  /* Contact Box 
  --------------------------------------------------------------------------*/

  #contact {

  }

  .contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }

  .contact-box {
    padding: 40px 80px;
    background: #d4d0cb;;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 30px 0 rgb(0, 0, 0, .28);
    box-shadow: 0 4px 30px 0 rgb(0, 0, 0, .28);
  }

  .contact-box h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .contact-box input,  .contact-box textarea {
    width: 100%;
    font-size: 1rem;
    height: 60px;
    border-radius: 5px;
    border: none;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
    padding-left: 10px;
  }

  #form-submit {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background: #ad8685;
    color: #fff;
    -webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
  }

  #form-submit:hover {
    cursor: pointer;  
    background: #eee;
    color: #67655E;
  }

  .contact-social a i {
    font-size: 31px;
    margin-left: 5px;
    margin-right: 5px;
    color: #9FBEE3;
  }


  /* Popup 
  --------------------------------------------------------------------------*/

  #covid-19 {
      padding: 40px;
      position: fixed;
      top: 50%;
      left: 50%;
      width: 100%;
      max-width: 800px;
      transform: translateX(-50%) translateY(-30%);
      background: #fff;
      text-align: center;
      -webkit-box-shadow: 0 4px 90px 0 rgb(0 0 0 / 50%);
      box-shadow: 0 4px 90px 0 rgb(0 0 0 / 50%);
      z-index: 100000;
      outline: 2px solid #ad8685;
      outline-offset: -10px;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      opacity: 0;
      z-index: -1;
  }

  #covid-19.active {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    z-index: 10000000000000;
  }

  #covid-19 .close-box {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  #covid-19 .close-box:hover {
    cursor: pointer
  }

  #covid-19 .close-box i {
    color: #ad8685
  }

  #covid-19 ul {
    width: 75%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
  }

  #covid-19 ul li {
    padding-bottom: 5px;
    font-size: .875rem;
    font-weight: 600;
    color: #67655E;
  }
  
  /* footer
  --------------------------------------------------------------------------*/

  #footer {
    width: 100%;
    background: #3B3B3D;
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  #footer hr.clear-one-third.white {
    width: 33%;
    margin: 0 auto;
    float: left;
    clear: both; 
    height: 3px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  #footer .inner-wrapper {
    display: flex;  
    padding: 30px 0;
  }

  #footer p {
    color: #fff;
    margin: 0;
  }

  #footer .about-us-foot-nav a, 
  #footer .services-foot-nav a {
    display: block;
    color: #fff;
    font-size: .875rem;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 300;
    width: 100%;
    clear: both;
    font-family: gotham-book;
  }

  #footer .about-us-foot-nav h3, 
  #footer .services-foot-nav h3,
  #footer .newsletter h3  {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
  }
  
  #footer .newsletter form {
    max-width: 500px;
  }

  #footer .foot-logo {
    padding-right: 30px;
    position: relative;
  }

  #footer .foot-logo img {
    width: 100%;    
  }

  #footer .social-icons i {
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
  }

  #footer .newsletter {

  }

  #footer .newsletter h3 {
    color: #fff;
    margin-bottom: 15px;
  }

  #footer .newsletter form {
    width: 100%;
    display: flex;
  }

  #footer .newsletter input[type="email"] {
    width: 70%;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 10px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    font-family: "Montserrat", serif;
  }

  #footer .newsletter input[type="submit"] {
    background: #ad8685;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    width: 30%;
   
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }

  #footer .newsletter .address {
    padding-top: 15px;
  }

  #footer .newsletter .address a {
    display: block;
    color: #fff;
    padding-bottom: 5px;
  }

  #footer .newsletter .foot-social {
    padding-top: 0;
    width: 100%;
    text-align: right;
  }



  #footer #sub-footer {
    width: 100%;
    height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #ccc;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  #footer #sub-footer p {
    line-height: 50px;
    padding: 0;
    margin: 0;
    display: inline-block;
  }

  /* ========================================================================
      Global Styles
  ==========================================================================*/



  /* Testimonials Slider
  --------------------------------------------------------------------------*/

  #testimonials {
    background: #fbfbfb;
  }
  
  #testimonials .card-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-card {
    display: flex;
    margin-bottom: 60px;
    border-radius: 5px;
    align-items: flex-start;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%); 
  }

  .testimonial-card img {
    width: 50%;
  }

  .testimonial-block {
    padding-left: 40px;
    padding-right: 40px;
  }


  .testimonial-block h3 {
    color: #ad8685;
    font-size: .875rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
  }

  .testimonial-block h2 {
    text-transform: uppercase;
  }

  .slick-prev:before, .slick-next:before {
    color: #707E89 !important;
    opacity: 1 !important;
  }

  .slick-prev:before, .slick-next:after {
    color: #707E89 !important;
    opacity: 1 !important;
  }

  /* Bottom Book Button 
  -------------------------------------------------------------------------*/

  #book-now-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #d4d0cb;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .book-now-card {
    background: #ad8685;   
    border-radius: 5px;
    text-align: center;
    padding: 40px;
    -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
  }

  .book-now-card h2 {
    font-size: 3rem;
    text-transform: uppercase;
    color: #fff;
  }

  .book-now-card p {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: 300;
    color: #fff;
  }

  /* Instagram Feed
  -------------------------------------------------------------------------*/

  #instagram-feed {
    padding-top: 80px;
    background:#d4d0cb;
    padding-bottom: 0;
    overflow: hidden;
    background-size: 100% auto;
  }

  #instagram-feed h2 {
    color: #fff;
  }

  .instagram-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .instagram-container .instagram-item {
    width: 25%;
    padding-top: 25%;
    background-size: cover;
    position: relative;
    background-size: cover;
    background-position: center center;
  }

  .instagram-container .instagram-item img {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20%;
    opacity: 0;
    transform: translateX(-50%) translateY(-30%);
  }

  .instagram-container .instagram-item:hover img {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
  }


  /* ========================================================================
      Inner Pages
  ==========================================================================*/




  /* About Us
  --------------------------------------------------------------------------*/

  .page-intro-header {
    display: flex;
  }

  .page-intro-header .inner-wrapper {
    display: flex;
    min-height: 80vh;
    align-items: center;
    position: relative;
    padding-top: 120px;
    flex-direction: row-reverse;
  }

  .page-intro-header .inner-wrapper img {
    width: 60%;

  }

  .page-intro-header .text-box {
    padding-right: 40px;
  }

  .page-intro-header .text-box img {
    width: 100%;
    max-width: 210px;
    margin: 0 auto 20px;
  }



  /* Success Stories
  --------------------------------------------------------------------------*/

  #hero .success-content {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    padding: 60px;
    background: rgba(255,255,255,.8);
    width: 100%;
    max-width: 1200px;
    text-align: center;
    outline: 4px solid #707E89;
    outline-offset: -10px;
  }

  #hero .success-content h2 {
    font-size: 2.6rem;
    text-transform: uppercase;
  }

  #hero .success-content img {
    max-width: 210px;
    margin: 20px auto;
    text-align: center;
    display: block;
  }

  #hero .success-content p {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  
  #meet-the-team {
    background: #fafafa;
  }

  p.meet-team-sub {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }

  .team-member-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .team-member.reveresed {
    flex-direction: row-reverse;
  }

  .team-member {
    display: flex;
    margin-bottom: 60px;
    border-radius: 5px;
    align-items: flex-start;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.08);
  }

  .team-member.success-story img {
    width: 50%;
  }

  .team-member .team-content {
    width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-member .team-content h3 {
    color: #ad8685;
    font-size: .875rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 10px;
  }

  .team-member .team-content h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;

  }

 /* Services
 ---------------------------------------------------------------------------*/
 .results-container {
  width: 100%;
  max-width: 1400px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-evenly
}

.results-container .results-card {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: block;
  width: 32%;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
  padding-bottom: 20px;    
}

.results-container .results-card img {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.results-container .results-card h3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-transform: uppercase;    
}

.results-container .results-card p {
  font-size: .875rem;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;  
  margin-bottom: 20px;
}

.results-container .results-card a {
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #ad8685;
  font-weight: 600;
  font-size: .875rem;
  font-family: gotham-book;
}

.services-page-list li {
  font-size: .775rem;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 4px;
}

.popup-box {
  display: flex;
  justify-content: space-around;
  align-items: start;
  max-width: 1200px;
  width: 100%;
}
.popup-box img {
  width: 100%;
}

.popup-box .text-box {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-area-text {
  color: #fff;
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
}

.intro-service-list li {
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: gotham-book;
}


.short-service-list {
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
  flex-wrap: wrap;
}

.short-service-list li {
  width: 100%;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  background: #fff;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
  margin-bottom: 20px;
  font-weight: 600;
}

.service-price {
  display: block;
  font-weight: 600;
  color: #707E89;
  margin-bottom: 20px;
}

.popup-box {
  max-height: 60vh;
}

.popup-box .image-box {
  width: 50%;
}

.popup-box .text-box{
  height: 100%;
  overflow-y: auto;
  width: 50%;
} 

.popup-box .service-pop-book {
    background: #707E89;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    display: block;
    width: 100%;
    max-width: 210px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    font-size: .775rem;
    margin-left:0;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 3px;
}

ul.popup-list {
  list-style-type: disc;
}

ul.popup-list li {
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: 8px;
}

ul.popup-list li span.list-note {
  font-size: .775rem;
  display: block;
  font-style: italic;
  font-weight: 300;
  padding-top: 0px;
}


/* Memberships
----------------------------------------------------------------------------*/

.membership-box {
  padding: 20px;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.membership-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.membership-container .membership-card {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
  margin-bottom: 2%;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px 40px;
  align-self: stretch
}

.membership-container .membership-card  ul li {
  font-weight: 600;
  font-size: .875rem;
  padding-top: 4px;
  padding-bottom: 4px;
}

.membership-card h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  border-bottom: 2px solid #ccc;
  text-align: center;
}

.membership-card h4 {
  text-align: center;
  margin-bottom: 30px;
}

.membership-card p {
  font-size: 1.4rem;
  font-weight: 600;
}

#full-price-list {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

#full-price-list h4 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#full-price-list .price-item {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.4rem;
}

#full-price-list .price-item-sub {
  display: block;
  padding-top:
}
#full-price-list h4 span.right {
  font-size: 1.4rem;
  padding-top: 10px;
}

#full-price-list hr.price-clear {
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 60px auto;
  display: block;
  float: left;
  background: #707E89;
}

/* Service Area
----------------------------------------------------------------------------*/

#office-tour.page-intro {
  padding-top: 120px;
  background: #dfdfdf;
  overflow: hidden;

}

#facility-features {
  background: url(../img/gray-texture-overlay.png), #f5f5f5;
}

.facility-features-container {
    width: 100%;
    max-width: 1400px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.facility-features-container .feature-card {
  -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    display: block;
    width: 32%;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    padding-bottom: 20px;    
}

.facility-features-container .feature-card img {
  width: 100%;
}

.facility-features-container .feature-card h3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-transform: uppercase;    
}

.facility-features-container .feature-card p {
  font-size: .875rem;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;  
  line-height: 1.4rem;
}

#map-container {
  width: 100%;
  min-height: 54vh;
  position: relative;
}

#contact-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
} 




/* FAQ's
----------------------------------------------------------------------------*/
body .faqs-container {
  padding-top: 160px;
  background: #f5f5f5;
}

ul.faqs {
  list-style-type: none;
}

ul.faqs > li {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
  margin-bottom: 20px;
}

ul.faqs li h3.question-title {
  color:#ad8685;
  font-size: 1.4rem;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}

ul.faqs li p.answer {
  margin-top: 0;
}

.faq-more {
  margin-top: 30px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.faq-more a {
  color: #ad8685;
}

/* Career
----------------------------------------------------------------------------*/

body .career-container {
  padding-top: 120px;
  background:url(../img/gray-texture-overlay.png), #f5f5f5 !important;
}

ul.careers {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}


ul.careers li {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
  margin-bottom: 10px;
}

ul.careers li h3.question-title {
  color:#ad8685;
  font-size: 1.4rem;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}

ul.careers li p.answer {
  margin-top: 0;
}

.job-posting {
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    align-items: flex-start;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 8%);
}

/* Contact Page
---------------------------------------------------------------------------*/

.contact-header {
  padding-top: 120px;
}

  

  /* Mobile Styles
  --------------------------------------------------------------------------*/


  #menu-button {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background: url(../img/menu-icon.png) center center no-repeat;
    background-size: 100% auto;
    right: 8px;
    top: 21px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }

  #menu-button:hover {
    cursor: pointer;
  }

  #menu-button.active {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile {
      display: none !important;
  }

  

  @media only screen and (max-width : 768px) {

   
    .desktop {
        display: none !important;
    }

    .desktop-inline {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .one-half, .one-third, .two-thirds, .one-half-true, .one-fourth, .one-fifth, .four-fifths,.two-fifths {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
  }

    .four-fifths {
        width: 100%;
    }

    .left, .right {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    ul {
      padding-left: 10px;
    }

    .row {
      flex-wrap: wrap;
    }

    
    #services .row.service-box .text-box {
      position: relative;
      left: 0%;
    }

    #services .row.service-box.reveresed .text-box {
      left: auto;
      right: 0%;
    } 

    .point-box {
      flex-wrap: wrap;
    }

    .section-title {
      font-size: 1.4rem;
    }


    .inner-wrapper {    
      padding-left: 15px;
      padding-right: 15px;
    }

   

    /* Global Layout
    ----------------------------------------------------------------------*/

    .background-watermark {
      width: 100%;
    }

    .testimonial-card img {
      width: 100%;
    }

    .testimonial-card {
      flex-wrap: wrap;
    }

    .testimonial-block {
      padding-left: 0;
      padding-right: 0;
    }

    .instagram-container .instagram-item {
      width: 50%;
      padding-top: 50%;
    }

    .page-intro-header {
      flex-wrap: wrap;
    }

    .page-intro-header .inner-wrapper {
      flex-wrap: wrap;
      flex-direction: row-reverse;
      padding-top: 20px;
    }


    .page-intro-header .text-box {
      padding-right: 0;
      padding-left: 20px;
      padding-right: 20px;
    }

    .page-intro-header .inner-wrapper img {
      width: 100%;
      margin-bottom: 30px;
    }

    .page-intro-header .inner-wrapper .text-box img {
      max-width: 80px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      display: block;
    } 

    #office-tour p.tour-sub-title {
      font-size: .875rem;
    }

    .book-now-card h2 {
      font-size: 1.4rem;
    }

    .book-now-card p {
      font-size: 1rem;
    }
    

    .results-container .results-card {
      width: 100%;
    }

    .results-container .results-card h3 {
      max-width: 80%;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
    }

    #services .text-box ul li {
      width: 100%;
    }

    #covid-19 h2 {
      font-size: 2.1rem;
    }

    /* Home Page
    ----------------------------------------------------------------------*/

    .services-container {
      flex-wrap: wrap;
    }

    .services-container a {
      width: 95%;
      margin-right: auto;
      margin-left: auto;
    }

    #services .text-box ul li {
      font-size: .875rem;
    }

    .hero-spinner {
      bottom: -16%;
      left: -16%;
    }

    /* Header
    ----------------------------------------------------------------------*/

    #header-bar .top-logo {
      max-width: 160px;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%) translateY(0);
    }

    .top-contact {
      width: 100%;
    }

    .top-contact .book-appointment {
      position: absolute;
      left: 20px;
      height: 30px;
      line-height: 30px;
      padding-top: 0;
      padding-bottom: 0;
      font-size: .375rem;
      top: 25px;
      left: 10px;
      margin-left: 5px;
      padding-left: 8px;
      padding-right: 8px;
    }

    .top-contact .book-appointment i {
      font-size: 20px;
    }

    .top-contact .call {
      position: absolute;
      right: 54px;
      top: 28px;
      line-height: 20px;
      margin: 0 auto;
      padding: 0;
    }

    .top-contact .call i {
      font-size: 30px;
    }

    .mobile-nav-bar {
      max-width: 80vw;
    }


    /* Home Page    
    ----------------------------------------------------------------------*/

    #covid-19 {
      padding: 10px;
      padding-bottom: 30px;
      padding-top: 30px;
	  max-height: 80vh;
	  overflow-y: auto;
	  border: 10px solid #fff;
    }


    #hero {
      width: 100%;
    }

    #hero .hero-content {
      text-align: center;
      padding: 20px;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
    }

    .hero-content h2 {
      font-size: 1rem;
	  color: #707E89;
    }

    .hero-content h3 {
      font-size: .975rem;
    }

    .hero-content .book-button {
      float: none;
    }

    #mission {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    #mission h2 {
      font-size: 1.4rem;
      padding-left: 30px;
      padding-right: 30px;
    }


    .team-member .team-content h2 {
      font-size: 1.4rem;
    }

    .contact-info {
      flex-wrap: wrap;
    }
    #services .row img {
      width: 100%;
    }

    #services .row .text-box {
      width: 100%;
    }

    .point-box img {
      width: 40%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      max-width: 80px;
    }

    .point-box .point-text {
      padding-right: 0px;
      text-align: center;
    }

    .services-points-container {
      left: 0;
    }

    .point-box {
      padding-right: 0;
    }

    #office-tour .tour-box {
      min-height: 25vh;
    }

    #office-tour .tour-box iframe {
      min-height: 25vh;
    }

    .team-member {
      flex-wrap: wrap;
      padding: 20px;
    }

    .team-member img {
      width: 100%;
      margin-bottom: 20px;
    }

    .team-member .team-content {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }

    .insurance-box img {
      width: 100%;
      margin-bottom: 5px;
    }

    .contact-box {
      padding: 20px;
      width: 90% !important;
    }

    /* Pricing 
    ----------------------------------------------------------------------*/

    .membership-container {
      flex-wrap: wrap;
    }

    .membership-container .membership-card {
      width: 100%;
      margin-bottom: 15px;
    }

    #full-price-list {
      padding-left: 20px;
      padding-right: 20px;
    }

    #full-price-list h4 {
      font-size: 1rem;
      width: 100%;
    }

    #full-price-list .price-item {
      font-size: 1rem;   
      font-weight: 300;
      color: #d4d0cb;
      font-weight: 600;
     }

    #full-price-list span.right {
      font-size: .875rem;
      display: block;
      font-weight: 300;
    }

    #full-price-list h4 span.right {
      font-size: .875rem;
      padding-top: 0;

    }

    #full-price-list h4 span.right {
      font-size: .675rem;
    }

    #full-price-list hr.price-clear {
      margin: 30px auto;
    }
    /* Success Stories
    ----------------------------------------------------------------------*/

    #hero .success-content {
      max-width: 95%;
      margin-right: auto;
      margin-left: auto;
      padding: 20px;
      margin-top: 30px;
    }

    #hero .success-content img {
      max-width: 80px;
    }

    #hero .success-content h2 {
      font-size: 1.2rem;
    }

    .team-member.success-story img {
      width: 100%;
    }

    /* Services Page
    ----------------------------------------------------------------------*/

    body .fancybox-container {
      z-index: 1000000;
    }

    .popup-box {
      flex-wrap: wrap;
    }

    .short-service-list li {
      width: 100%;
    }

    .popup-box {
      max-height: 70vh;
    }

    .text-box h2 {
      font-size: 1.2rem;
    }

    .popup-box img, .popup-box .image-box {
      width: 100%;
    }
    .popup-box .text-box {
      width: 100%;
      padding-left: 0;
    }

    .fancybox-content {
      padding: 20px;
    }

    .service-area-text {
      font-size: 1.1rem;
    }

    #office-tour .hero-spinner {
      display: none !important;
    }

     /* FAQ
    ----------------------------------------------------------------------*/

    ul.faqs li h3.question-title {
      text-align: center;
    }

    .faq-more {
      font-size: 1rem;
    }

    /* Careers 
    ----------------------------------------------------------------------*/

    .job-posting ul {
      padding-left: 20px;
    }

    /* Facility 
    ----------------------------------------------------------------------*/

    .facility-features-container .feature-card {
      width: 100%;
    }

    /* Footer
    ----------------------------------------------------------------------*/
    #footer .inner-wrapper {
      flex-wrap: wrap;
      text-align: center;
    }

    #footer hr.clear-one-third.white {
      margin-right: auto;
      margin-left: auto;
      float: none;
    }

    #footer .about-us-foot-nav h3, #footer .services-foot-nav h3, #footer .newsletter h3 {
      margin-top: 40px;
    }

    #footer .newsletter form {
      max-width: 90%;
      margin-right: auto;
      margin-left: auto;
    }

    #footer .foot-social {
      text-align: center !important;
    }

    #footer #sub-footer p {
      font-size: .675rem;
    }

    #footer .privacy {
      float: right;
    }


  }

  /* Animations
  ------------------------------------------------*/

  @keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

   
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

