/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&Open+Sans:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Colors
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Fonts
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Spacing
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
html,
body {
  font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 1.8;
  min-height: calc(100vh - 30em);
}

body {
  padding-bottom: 30em;
  position: relative;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 50px;
  padding-right: 50px;
}

.wrap + .wrap {
  margin-top: 32px;
  padding-top: 32px;
}

.centered {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

@media only screen and (max-width: 700px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wrap + .wrap {
    margin-top: 18px;
    padding-top: 18px;
  }
}

@media only screen and (max-width: 650px) {
  .wrap {
    max-width: 400px;
  }
}

/* Colors
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Fonts
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Spacing
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
h1 {
  color: #2d2d2d;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-size: 2.4rem;
  font-weight: 300;
}

p {
  font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

li {
  font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

.subhead {
  font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 2em 0 1em 0;
  padding-bottom: 0.5em;
  position: relative;
  text-transform: uppercase;
}

.subhead::before {
  background: #40e0d0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.subhead.basic {
  margin-bottom: 0;
  padding-bottom: 0;
}

.subhead.basic::before {
  content: none;
}

.divider {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #caffff;
}

.bullets {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.bullets li {
  margin-left: 0.5em;
  padding-left: 1em;
  position: relative;
}

.bullets li::before {
  border-radius: 50%;
  content: "";
  background: #40e0d0;
  position: absolute;
  left: 0;
  top: 12px;
  height: 5px;
  width: 5px;
}

.bullets li + li {
  margin-top: 0.5em;
}

a {
  -webkit-box-shadow: inset 0 -0.15em 0 #40e0d0;
          box-shadow: inset 0 -0.15em 0 #40e0d0;
  color: #2d2d2d;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
}

a:focus, a:hover {
  -webkit-box-shadow: inset 0 -1.25em 0 #caffff;
          box-shadow: inset 0 -1.25em 0 #caffff;
}

/* Spacing
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
main + * {
  margin-top: 24px;
  padding-top: 24px;
}

h2 + p {
  margin-top: 0.5em;
  padding-top: 0.5em;
}

h3 + p {
  margin-top: 0.25em;
  padding-top: 0.25em;
}

p + h3 {
  margin-top: 0.5em;
  padding-top: 0.5em;
}

p + p {
  margin-top: 0.5em;
  padding-top: 0.5em;
}

p + .bullets {
  margin-top: 0.8em;
  padding-top: 0.8em;
}

.bullets + p {
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.subhead + * {
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (max-width: 700px) {
  main + * {
    margin-top: 12px;
    padding-top: 12px;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.1rem;
    font-weight: 600;
  }
}

/* Colors
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Fonts
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Spacing
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
#header {
  background: rgba(202, 255, 255, 0.3);
  height: 20vh;
  max-height: 100px;
  position: relative;
}

#header::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 255, 255, 0)), to(#caffff));
  background: linear-gradient(180deg, rgba(202, 255, 255, 0) 0%, #caffff 100%);
  border-bottom: 2px solid #40e0d0;
  content: "";
  height: 10vh;
  left: 0;
  max-height: 25px;
  position: absolute;
  right: 0;
  top: 95%;
  z-index: 1;
}

#header::after {
  background: radial-gradient(circle, white 0%, white 30%, rgba(255, 255, 255, 0) 80%);
  content: "";
  height: 40vh;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  z-index: 2;
}

#header img {
  bottom: 0;
  height: 20vh;
  left: 50%;
  max-height: 100px;
  position: absolute;
  -webkit-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  z-index: 3;
}

#header + main {
  margin-top: 24px;
  padding-top: 24px;
  position: relative;
  text-align: center;
  z-index: 10;
}

.bio #header + main {
  margin-top: 12px;
  padding-top: 12px;
}

main + * {
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 700px) {
  #header {
    height: 8vh;
  }
  #header::after {
    height: 24vh;
  }
  #header img {
    height: 12vh;
    max-height: 60px;
  }
  #header + main {
    text-align: left;
  }
}

/* Colors
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Fonts
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Spacing
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
footer {
  background: rgba(202, 255, 255, 0.3);
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 50px;
  position: absolute;
}

footer::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(202, 255, 255, 0)), to(#caffff));
  background: linear-gradient(0deg, rgba(202, 255, 255, 0) 0%, #caffff 100%);
  border-top: 2px solid #40e0d0;
  content: "";
  height: 10vh;
  left: 0;
  max-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

footer p {
  font-size: 1.2rem;
  padding: 4.5em 0 2em 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

footer .logo {
  height: 25px;
  left: 50%;
  position: absolute;
  top: 3em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

/* Colors
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Fonts
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Spacing
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.clinicians {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clinicians,
.clinicians + * {
  margin-top: 24px;
  padding-top: 24px;
}

.clinician {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

.clinician::before {
  border: 3px solid #40e0d0;
  content: "";
  height: 144px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 114px;
  z-index: -1;
}

.clinician img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  max-width: 120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clinician .text {
  font-size: 1rem;
  padding: 0 2.4em;
}

.clinician .text h3 {
  line-height: 1.1;
}

.clinician .title {
  font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0.5em 0 0 0;
  padding: 0;
}

.clinician:nth-child(n+3) {
  margin-top: 5em;
}

@media only screen and (max-width: 650px) {
  .clinician {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .clinician:nth-child(n+2) {
    margin-top: 3em;
  }
}

/* Colors
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Fonts
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Spacing
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.map {
  margin-top: 12px;
  padding-top: 12px;
  height: 400px;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .map {
    height: 250px;
  }
}

/* Colors
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Fonts
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Spacing
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.bio .headshot {
  float: left;
  margin: 0 3em 1em 0;
  position: relative;
}

.bio .headshot::before {
  border: 3px solid #40e0d0;
  bottom: 16px;
  content: "";
  left: -8px;
  position: absolute;
  right: 8px;
  top: -8px;
  z-index: -1;
}

@media only screen and (max-width: 700px) {
  .bio .headshot img {
    min-width: 120px;
    width: 30vw;
  }
}
/*# sourceMappingURL=main.css.map */