/* CSS Document */
@import url(css/bulma.css);
/* outfit-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url("type/outfit-v15-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* outfit-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url("type/outfit-v15-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* outfit-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url("type/outfit-v15-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
.navbar {
  display: flex;
  align-content: center;
  justify-content: right; }

.navbar .punct, .punct {
  color: #8860b4;
  margin-top: 9px;
  font-size: 24px;
  font-weight: 900; }

.navbar {
  background-color: transparent;
  top: 0;
  min-width: 100%;
  z-index: 1;
  min-height: 32px; }
  .navbar .navbar-item {
    color: #2c252c;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0px;
    padding: 4px 20px;
    text-decoration: none; }
  .navbar .navbar-item a {
    text-decoration: none; }
  .navbar .navbar-link.is-active, .navbar .navbar-link:focus, .navbar .navbar-link:focus-within, .navbar .navbar-link:hover, .navbar a.navbar-item.is-active, .navbar a.navbar-item:focus, .navbar a.navbar-item:focus-within, .navbar a.navbar-item:hover {
    color: #48b461;
    background: transparent; }
  .navbar .navbar-item.has-dropdown.is-active .navbar-link, .navbar .navbar-item.has-dropdown:focus .navbar-link, .navbar .navbar-item.has-dropdown:hover .navbar-link {
    background: transparent; }
  .navbar .navbar-dropdown {
    border-top: 2px solid #8860b4; }
  .navbar .navbar-link:not(.is-arrowless)::after {
    border-color: #8860b4; }
  .navbar .navbar-menu {
    flex-grow: initial;
    flex-shrink: initial; }
    .navbar .navbar-menu .logo {
      display: inline-block;
      height: 32px;
      margin: 0;
      width: 320px;
      padding-top: 8px; }

.navbar-menu {
  background: transparent; }

p.menutext {
  display: none; }

.navbar .logo {
  display: inline-block;
  height: 32px;
  margin: 0;
  width: 320px;
  padding-top: 8px; }

.navbar-menu {
  background: transparent; }

@media screen and (max-width: 1023px) {
  /* show mavbar-menu on screen less than the breakpoint */
  #menu-toggle:checked ~ #NavbarMenu {
    display: block;
    height: 75vh; }

  p.menutext {
    display: block;
    position: absolute;
    top: 15px;
    right: 70px;
    font-size: 18px;
    font-weight: 700; }

  /* make navbar-burger become cross on screen less than 1024px */
  #menu-toggle:checked + .navbar-burger span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }

  #menu-toggle:checked + .navbar-burger span:nth-child(2) {
    opacity: 0; }

  #menu-toggle:checked + .navbar-burger span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

  /* you can also replace + with ~ in above three rules and get the same result */
  #NavbarMenu {
    left: 0;
    right: 0;
    top: 100%;
    position: absolute;
    background: #fff; }

  .navbar-burger {
    width: 6.25rem; }

  .navbar-burger span {
    margin-left: 30px;
    background-color: #8860b4; }

  .navbar-burger:hover {
    background-color: rgba(232, 245, 243, 0.25); } }
html, body {
  font-family: "Outfit", sans-serif;
  color: #2c252c;
  font-size: 20px;
  line-height: 20.4px;
  background: #fff; }

body {
  border-top: 3px solid #8860b4;
  border-bottom: 3px solid #8860b4; }

strong {
  font-weight: 800;
  color: #2c252c; }

em {
  font-family: "Outfit", sans-serif; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", serif;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 4.8px;
  color: #8860b4; }

h1, .h1 {
  font-size: 48px;
  font-weight: 300;
  color: #2c252c; }

h2, .h2 {
  font-size: 33.6px;
  margin-top: 19.2px;
  line-height: 38.4px; }

h3, .h3 {
  font-size: 28.8px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 19.2px; }

h6, .h6 {
  font-size: 9.6px;
  text-transform: uppercase; }

/*rules for tablets and smaller*/
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 36px; }

  h2, .h2 {
    font-size: 28.8px; }

  h3, .h3 {
    font-size: 21.6px; }

  h4, .h4 {
    font-size: 18px; }

  h5, .h5 {
    font-size: 16.2px; }

  h6, .h6 {
    font-size: 14.4px; } }
p {
  line-height: 26px;
  font-size: 20px;
  color: #2c252c;
  margin-bottom: 18px; }

p.small {
  font-size: 16px;
  text-transform: uppercase; }

p.sub {
  font-size: 12px;
  font-weight: 900;
  margin-top: -20px; }

p.color, .color p, .color {
  color: #8860b4 !important; }

ul, ol {
  list-style-position: outside;
  margin: 40px 40px 40px 18px; }

ul {
  list-style: disc; }

li {
  margin-bottom: 18px;
  line-height: 26px; }

section a, a {
  color: #48b461;
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  color: #8860b4; }

a img {
  border: none; }

section a:not(.button), footer a:not(.button) {
  color: #48b461;
  font-weight: 800; }

section a:not(.button):hover, footer a:not(.button):hover {
  color: #8860b4;
  background: none; }

.panel {
  padding: 40px;
  background: #f8f8f8;
  border: 4px solid #8860b4;
  border-radius: 0;
  box-shadow: 15px 15px 0px rgba(232, 245, 243, 0.55); }
  .panel p, .panel ul, .panel li {
    font-size: 17px;
    line-height: 16px; }
  .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    font-family: "Outfit", sans-serif; }
  .panel p:last-of-type {
    margin-bottom: 0; }

.button, btn, .btn, a.button, .button a {
  font-size: 16px;
  background: #8860b4;
  color: #fff;
  padding: 19px 50px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.55);
  border-radius: 0;
  margin-top: 20px;
  letter-spacing: 1px;
  transition: background .5s;
  border-radius: 29px;
  letter-spacing: 2px; }
  .button:hover, .button:focus, .button:active, btn:hover, btn:focus, btn:active, .btn:hover, .btn:focus, .btn:active, a.button:hover, a.button:focus, a.button:active, .button a:hover, .button a:focus, .button a:active {
    background: #48b461;
    transition: background .5s;
    color: #fff; }

.button.secondary {
  background: #48b461; }
  .button.secondary:hover, .button.secondary:focus, .button.secondary:active {
    background: #8860b4;
    transition: background .5s;
    color: #fff; }

.edgeborders, section.dark, section.light {
  border-top: 1px solid;
  border-bottom: 1px solid; }

.sitewide-logo {
  padding-top: 20px;
  background: url("images/bg-nav.png") center center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }

.sitewide-logo .columns {
  margin-left: 0;
  margin-right: 0; }

section {
  padding: 4%; }

section.first {
  margin-top: 32px; }

section.dark {
  background: #2c252c;
  border: #2c252c; }

section.light {
  background: #ddcaf2;
  border-color: #f8f8f8; }

section.white {
  background: #fff; }

section.color {
  background: #8860b4; }

section hr {
  margin: 50px auto 70px auto;
  padding: 0;
  border: 2px solid #48b461;
  max-width: 50px; }

.container {
  max-width: 1160px !important; }

.icons p.icon {
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center; }

.icons p {
  padding: 0 20px;
  font-size: 1.2rem; }

.icons h2 {
  margin-top: 0px;
  text-align: center; }

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

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

.bordershadow {
  border: 4px solid #8860b4;
  box-shadow: 15px 15px 0px rgba(232, 245, 243, 0.55); }

.cta-wrap {
  padding: 3%; }

.cta {
  background: url("images/border.webp") #fff bottom center no-repeat;
  background-size: auto;
  border: 1px solid #aea4ae; }

.cta-inner {
  padding: 80px 80px 200px 80px;
  text-align: center; }

.clinician {
  padding: 25px 20px 20px;
  background: #f8f8f8;
  border: 1px solid #ddcaf2;
  height: 100%; }
  .clinician h3 {
    font-size: 20px;
    color: #2c252c;
    margin-bottom: 3px; }
  .clinician .inst {
    font-style: italic; }
  .clinician p {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 24px; }
  .clinician a.phone {
    color: #2c252c; }
  .clinician a {
    overflow-wrap: break-word;
    word-break: break-all; }
  .clinician p.email-wrap {
    line-height: 16px; }
  .clinician a.email {
    font-weight: 400;
    color: #8860b4; }
  .clinician .city {
    text-decoration: underline; }
  .clinician p.notes {
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    margin-top: 25px; }

ul.details li {
  margin-bottom: 3px; }

.covers .cover-wrap {
  padding: 5px;
  margin-top: 30px; }
.covers img {
  margin: 20px auto 20px auto;
  box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.55);
  max-width: 100px;
  display: block; }
.covers p {
  font-size: 16px;
  line-height: 18px;
  font-style: italic; }

.footer, footer {
  background: #2c252c;
  background: url("images/bg-footer.png");
  border-top: 0px solid #fff;
  padding: 90px 60px; }
  .footer a, footer a {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px !important; }
  .footer p, footer p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0; }
  .footer p.copyright, footer p.copyright {
    margin-top: 60px;
    text-transform: uppercase;
    font-size: 14.4px; }
  .footer hr, footer hr {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6); }
  .footer .navbar-item, footer .navbar-item {
    padding-left: 0; }

.reverse {
  background: #fff; }

.reverse, .reverse p, .reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6, .reverse label, .reverse strong {
  color: #2c252c; }

.reverse a, a.reverse {
  color: #ddcaf2;
  text-decoration: underline; }

.reverse a:hover, a.reverse:hover {
  color: #ddcaf2;
  text-decoration: none; }

.reverse hr {
  border-color: #2c252c; }

/*rules for anything larger than a tablet*/
/*rules for desktops and laptops */
/*rules for tablets and smaller*/
@media only screen and (max-width: 767px) {
  p {
    font-size: 18px; }

  img {
    max-width: 75%;
    display: block;
    margin-right: auto;
    margin-left: auto; }

  h1 {
    margin-top: 10px;
    margin-bottom: 10px; }

  a.button {
    max-width: 100%;
    letter-spacing: 0; }

  .container {
    padding: 20px; }

  .cta-inner {
    padding: 20px 30px 130px; }

  .cta-wrap {
    padding: 0; }

  .footer {
    padding: 40px; } }
/*rules for tablets only*/
