/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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.
 */

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

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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

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

body {
  width: 100%;
  max-width: 768px;
  margin: 0;
  padding: 0;
  color: #e2e3ed;
  }



header,
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  background-color: white;

}

header .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap; /* why row instead of column? */
  width: 100%;
}



header figure {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;

}

header figure img {
  width: 100%;
}

.header-divider {
  width: 100%;
  height: 2px;
  border-top: 1px solid #cccccc
}

header nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
  width: 90%;
  margin: 5px auto;
  padding: 2% 0;


}

header nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}



header nav a {
  display: flex;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2b2b2b;

}


footer .content-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background: #2b2b2b;

}

footer .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  margin: 20px 0 0;
  padding: 0;

}

footer .contact, .location {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  margin: 25px 0;
  padding: 0;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;

}
footer .footer-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin: 10px 0;
  padding: 0;

}




footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: .75rem;
  font-weight: 400;
  flex-flow: column wrap;
}



/* ----------------- MOBILE Styles - Homepage --------------------- */


/* Hero Area */


.hero-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  width: 90%;
  padding: 0 5%;
  background: url('../img/hero4.jpg') center no-repeat #333;
  background-size: cover;
  height: 600px;
}



.hero-area h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  padding-right: 10%;
  color: #2b2b2b;


}


/* Aside */

aside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  background-color: #fff;
  width: 90%;
  padding: 0 5%;

}

.form-description {
  margin: 25px 0;
}

aside h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 2%;
  padding: 0;
  color: #2b2b2b;
}

aside p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 90%;
  color: #2b2b2b;
}

.form {
  margin: 25px 0 50px;
}

aside .form {
  margin-top: 30px;
}


input[type=button] {
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  background-color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: .875em;
  color: #2b2b2b;
  border: none;
  text-align: center;
  text-transform: uppercase;
}



/* Features */

.credentials {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 90%;
  padding: 7% 5%;
  background:  #f2f2f2;
  height: auto;
  color: #2b2b2b;

}


.credentials h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  width: 100%;
  margin: 0;
  font-weight: normal;
  text-align: center;


}

.credentials article {
  width: 75%;
  margin: 30px 0;
}

.credentials .credentials-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
}

.credentials h4 {
font-size: 1.125rem;
line-height: 1.5rem;
font-weight: bold;
font-family: 'Poppins' san-serif;
margin: 20px;
}

.credentials i {
  font-size: 3.75rem;
  margin-bottom: 10px;

}

.credentials p {
  margin: 0;
}

/* ==========================================================================
   About Page
   ========================================================================== */
.mission {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  background: #f2f2f2;

}

.mission .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  color: #2b2b2b;
  width: 90%;
  padding: 15% 5%;
  background: #f2f2f2;

}

.mission h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 0;
  padding: 0 5px;
  color: #2b2b2b;

}



.about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  color: #2b2b2b;
}

.about .content-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.about figure {
  width: 100%;
  padding: 0;
  margin: 0;
}

.about img {
  width: 100%;
  padding: 0;
  margin: 0;
}

.about .about-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 90%;
  height: auto;
  padding: 0 5%;
}
.about h3 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 30px 0 20px;
  color: #2b2b2b;

}
.about-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  width: 90%;
  margin: 0 0 30px 0;
  color: #2b2b2b;
}

/* Specialties */

.specialties {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.specialties .content-wrapper {
  width: 90%;
  padding: 8% 5%;
  background: #2b2b2b;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.specialties h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
}

.specialties h4 {
  font-family: 'open sans', sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 1rem;
  width: 100%;
  margin: 0 0 8px;
  border: 2px solid #f2f2f2;
  padding: 15px;

}
.specialties article {
  display: flex;
  text-align: left;
  font-family: 'open sans', sans-serif;
  font-size: 0.875rem;
  width: 40%;
  height: auto;
  margin: 0 auto;
}

/* Therapy Types */


.therapy-types {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.therapy-types .content-wrapper {
  width: 90%;
  padding: 8% 5%;
  background: #f2f2f2;
  color: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.therapy-types h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}

.therapy-types h4 {
  font-family: 'open sans', sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 1rem;
  width: 100%;
  margin: 0 0 8px;
  border: 2px solid #2b2b2b;
  padding: 15px;
}


.therapy-types article {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  text-align: left;
  font-family: 'open sans', sans-serif;
  font-size: 0.875rem;
  width: 35%;
  height: auto;
  margin: 0 auto;
}

/* ==========================================================================
    Groups Page
   ========================================================================== */
.group {
 width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-flow: row wrap;
}

.group .content-wrapper {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-flow: row wrap;
 background-color: #f2f2f2;
 color: #2b2b2b;
 width: 90%;
 padding: 8% 5%;

}

.group h2 {
  font-family:'Poppins', sans-serif;
  font-size: 2rem;
  text-align: center;
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.group .group-description {
  font-family: 'open sans', sans-serif;
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  padding-right: 10px;

}

.group-details h3 {
  font-family:'Poppins', sans-serif;
  font-size: 1.75rem;
  text-align: center;
  padding: 0 74px;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.group-details {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  width: 100%;
}

.group-details article {
  width: 100%;
  font-family: 'open sans', sans-serif;
  font-size: 1rem;
}


.group-location h3 {
  font-family:'Poppins', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  margin: 0;
}



.map {
  width: 100%;
  padding: 0;
  margin: 0;
}

.map-container {
  position: relative;
  padding-bottom: 125%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   FAQ Page
   ========================================================================== */

.faq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  background-color: #f2f2f2;
  width: 90%;
  padding: 0 5%;
  color: #2b2b2b;
}

.faq .content-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  margin: 25px 0 0 0;

}

.faq h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-align: center;
  padding: 0;

}

.faq h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.faq p {
  font-family: 'Open Sans', sans-serif;
  font-size: .875rem;
  line-height: 1.125rem;
  font-weight: normal;
  padding-bottom: 15px;
  padding-right: 3%;
}

.map-container {
  position: relative;
  padding-bottom: 125%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---- TESTIMONIALS Page ----- */

.testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  background-color: #f2f2f2;
  width: 90%;
  padding: 0 5%;
  color: #2b2b2b;
}


.testimonials h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 30px 0;
  text-align: center;
  padding: 0;

}

.testimonials article {
  margin: 0 0 30px 0;
  background: #fff;
  border: 2px solid #2b2b2b;
  padding: 15px 20px;
  font-family: 'open-sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  }
}



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

/*
 * Hide visually and from screen readers
 */

.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
 */

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

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

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

/*
 * 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: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

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

   /* ==========================================================================
      TABLET Styles
      ========================================================================== */
   @media only screen and (min-width: 768px) {

   /* -----------TABLET - HOMEPAGE ----------------- */

   /* General Styles */
     body {
       max-width: 1199px;
     }

    /* Header */
     header .content-wrapper {
       flex-flow: row nowrap;
       width: 90%;
       padding: 0 5%;
       justify-content: space-between;
     }

     header figure {
       width: 30%;
       margin: 25px 0;
       padding: 0
     }

     .header-divider {
       display:none;
     }

     header nav {
      justify-content: flex-end;
       margin: 0;
       padding: 4% 0;

     }

     header nav a {
       font-size: 1rem;
     }


   /* Hero Area */
     .hero-area {
       width: 84%;
       padding: 0 8%;
       height: 700px;
       background: url('../img/hero.jpeg') center no-repeat #333;
   }

     .hero-area h2 {
       font-family: 'Poppins', sans-serif;
       font-weight: 400;
       font-size: 3rem;
       padding-right: 10%;
   }

   /* Aside */
     aside {
       width: 84%;
       padding: 0 8%;
     }

     aside .content-wrapper {
       display: flex;
       justify-content: space-around;
       flex-flow: row wrap;
       margin: 50px 0;
     }

     aside .content-wrapper .form-description,
     aside .content-wrapper .form {
       width: 45%;
       margin: 0;
     }

    aside h2{
       font-family: 'Poppins', sans-serif;
       font-weight: 400;
       font-size: 1.5rem;
       line-height: 1.875rem;
       margin: 0 0 8% 0;
     }

     aside p {
       font-size: 1rem;
       line-height: 1.5rem;
     }

     .form h2 {
       text-align: center;
     }

     input[type=button] {
       font-size: 1rem;

     }


   /* Features */

   .credentials {
     width: 84%;
     padding: 6% 8%;
     height: auto;
   }

   .credentials .credentials-items {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     flex-flow: row wrap;
   }


   .credentials h2 {
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
     font-size: 2.25rem;
     line-height: 3rem;
     width: 100%;
     margin: 0 0 30px 0;

   }

   .credentials-items h4 {
     width: 60%;
   }

   .credentials article {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-flow: column wrap;
     flex-basis: 50%;
   }

   .credentials i {
     margin-bottom: 30px;
   }

   .credentials .credentials-item-description {
     width: 70%;
     font-size: 1rem;
     line-height: 1.45rem;
   }


   /* Footer */

   footer .content-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;

}

  footer .footer-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 10px 0 0;
    padding: 0;

}

  footer .contact, .location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column nowrap;
    margin: 50px 85px;
    padding: 0;
}


  footer h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 12px 0;
    padding: 0;

  }
  footer .footer-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    margin: 10px 0;
    padding: 0;
  }


  footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    margin: 10px 0;
    flex-basis: 100%;
  }


  /* -----------TABLET - About Page----------------- */


.mission .content-wrapper {
  padding: 8% 5%;
}
.mission h2 {
  font-size: 2rem;
}
.about figure {
  width: 45%;
  margin: 60px 0;
}

.about img {
  border: 10px solid #f2f2f2;

}

.about {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.about .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  padding: 2% 4%;

}



.about .about-content {
 display: flex;
 justify-content: center;
 align-items: flex-start;
 flex-flow: row wrap;
 margin: 0;
 padding: 0 5%;
}

.about .about-content h3 {
 font-size: 1.5rem;
 margin: 0;


}

.about .about-content p {
 width: 80%;
 margin: 20px 0 0 30px;
 padding: 0 0 10px;
 font-size: 0.75em;
 line-height: 1.125rem;
}



/* Specialties */

.specialties h3 {
  font-size: 2.5rem;
}

.specialties h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 20px;
  border: 3px solid #f2f2f2;
}
.specialties article {
  font-size: 1.25rem;
}

/* Therapy Types */

.therapy-types h3 {
  font-size: 2.5rem;
}

.therapy-types h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 20px;
  border: 3px solid #2b2b2b;
}

.therapy-types article  {
  font-size: 1.25rem;
  width: 50%;

}

/* ---------- TABLET - Groups Page ------------- */



.group-description p {
  padding: 0 30px;
}


.group-description p,
.group-details p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}


.group .group-details {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: left;
  width: 40%;
  border: 3px solid #2b2b2b;
  padding: 45px;

}
.group-details h3 {
  padding: 0;
}


.map-container {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -----------TABLET - FAQ Page----------------- */

.faq {
  width: 84%;
  padding: 0 8%;
}

.faq h2 {
  font-size: 2.25rem;
  line-height: 3rem;
  width: 100%;
  margin-bottom: 40px;
}

.faq .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.faq .faq-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  width: 100%;

}

.faq-content article {
  flex-basis: 45%;
  height: auto;

}

.faq h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.faq p {
  padding-bottom: 20px;
  padding-right: 5%;
  font-size: 1.125rem;
  line-height: 1.5rem;

}

/* --- TABLET Testimonials Page --- */


.testimonials h2 {
  font-size: 2.125rem;
}
.testimonials article {
  font-size: 1rem;
  line-heght: 1.75rem;
}

@media only screen and (min-width: 1000px) {

  .about .about-content p {
    width: 70%;
    margin: 10px 0 20px 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }


/* ==========================================================================
   DESKTOP STYLES
  ========================================================================== */

@media only screen and (min-width: 1200px) {

  /********* DESKTOP - Homepage ***********/
  body {
  width: 100%;
  max-width: 1500px;
}

  /* Header */

  header figure {
    width: 25%;
    margin: 25px 0;
    padding: 0
  }

  header nav a {
    font-size: 1rem;
  }

  /* Hero Area */

  .hero-area {
    height: 750px;
  }

  .hero-area h2 {
    font-size: 3.75rem;
    padding-right: 30%;
}

/* Aside */

  aside .content-wrapper {
    padding: 0 30px;
  }

  aside h2 {
    font-size: 1.875rem;

  }

  aside p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-right: 15%;
  }

  /* Features */

  .credentials h2 {
    font-size: 2.5rem;

  }

  .credentials h4 {
    width: 45%;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }



  .credentials .credentials-item-description {
    width: 60%;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }


  /* Footer */

  footer .footer-content{
    justify-content: space-between;
    width: 65%;
  }

 footer .contact, .location {
   margin: 65px 0;

}

 footer h4 {
   font-size: 1.25rem;
   margin: 0 0 15px 0;

 }
 footer .footer-content p {
   font-size: 1.125rem;
   line-height: 1.5rem;
 }


 footer .copyright {
   font-size: 1.125rem;
 }


 /*------- DESKTOP - About Page -------*/


 .mission .content-wrapper {
   width: 90%;
   padding: 6% 5%;
 }

 .mission h2 {
   font-size: 2.125rem;
   padding-right: 0;
   width: 90%;
   color: #2b2b2b;

 }

 .about {
   display: flex;
   justify-content: center;
   flex-flow: row wrap;
 }

 .about .content-wrapper {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-flow: row nowrap;
   padding: 2% 5%;
 }

.about figure {
  width: 45%;
  margin-right: 100px;
  padding: 2% 0;
}

.about .about-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}

.about .about-content h3 {
  font-size: 1.875rem;
  margin: 0 0 10px 0;


}

.about .about-content p {
  width: 70%;
  margin: 10px 0 20px 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.75rem;
}


/* Specialties */


.specialties .content-wrapper {
  display: flex;
  justify-content: center;
  padding: 5% 10%;
}
.specialties h3 {
  font-size: 2.75rem;
}

.specialties h4 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding: 35px;
  border: 3px solid #f2f2f2;
  margin: 10px 0 30px;
}

.specialties article  {
  font-size: 1.25rem;
  width: 33%;
  margin: 0 0 25px 0;
}


/* Therapy Types */

.therapy-types .content-wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 5% 10%;
}

.therapy-types h3 {
  font-size: 2.5rem;
}

.therapy-types h4 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding: 35px;
  border: 3px solid #2b2b2b;
  margin: 10px 0 30px;
}

.therapy-types article  {
  font-size: 1.25rem;
  width: 33%;
  margin: 0 0 30px 0;


}


/* ---------- DESKTOP - Groups Page ------------- */



.map-container {
  padding-bottom: 40%;
}

/* --------- DESKTOP - FAQ Page ---------*/

  .faq .content-wrapper {
    padding: 5%


  }
  .faq h2 {
    font-size: 2rem;
    margin: 0 0 50px;

  }

  .faq h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .faq p {
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding-right: 5%;
    padding-bottom: 30px;
    font-weight: 400;
  }

/* ---- DESKTOP - Testimonials Page ----- */

.testimonials {
  width: 90%;
  padding: 5%;
}
.testimonials .testimonials-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  width: 100%;
  padding-bottom: 50px;
}

.testimonials h2 {
  margin: 10px 0 30px;
}

.testimonials article {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 40%;
  height: auto;
  margin: 25px;
}






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

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        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:
     * 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;
    }
}
