/*! 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
   ========================================================================== */

/* Fonts */
@font-face {
  font-family: "Open Sans";
  src: url("/assets/webfonts/open-sans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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
   ========================================================================== */
.body h1, h2, h3, h4, p, li {
  text-align: center;
  font-family: 'aleoregular', 'Open Sans'; }

.fullbio li {
  text-align: left; }

a {
  text-decoration: none; }

@media screen and (min-width: 1100px) {
  .pagewidth {
    width: 1075px;
    margin: auto; } }

@media screen and (max-width: 1100px) {
  .services {
    margin: 60px 0; } }

.header {
  font-family: 'aleoregular', 'Open Sans';
  text-align: center;
  position: relative; }
  .header a {
    color: black; }
  .header h1 {
    margin-bottom: 0; }
  .header .heading {
    margin: auto;
    width: 260px; }
    .header .heading a:visited {
      color: black; }
    .header .heading .heading-larger {
      margin-top: 0;
      font-size: 2.2em; }
  .header .tagline {
    position: relative; }
  .header .tagline::after {
    content: '';
    width: 100%;
    border-bottom: solid 1px black;
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 1; }
  .header p {
    margin-top: 0;
    background-color: white;
    display: inline-block;
    z-index: 3;
    padding: 0 10px 0 10px;
    position: relative; }

.footer {
  background-color: #92887F;
  color: white;
  padding: 20px 0px; }
  .footer ul {
    padding-left: 0; }
  .footer li {
    list-style-type: none; }
  .footer a {
    color: white; }
  .footer .companyname {
    font-size: 25px;
    margin-bottom: 0; }
  .footer .companyaddress {
    margin-top: 0; }

@media screen and (min-width: 1100px) {
  .footer p, .footer li {
    text-align: left; } }

.mainmenu {
  background-color: #85C1AC;
  color: white;
  padding: 20px 0px; }
  .mainmenu ul {
    padding-left: 0;
    margin: 0;
    line-height: 25px; }
  .mainmenu li {
    list-style-type: none;
    font-size: 16px; }
  .mainmenu a {
    color: white; }

@media screen and (min-width: 580px) {
  .mainmenu li {
    display: inline;
    padding: 0 20px; } }

.banner {
  position: relative; }
  .banner img {
    width: 100%;
    height: 440px;
    object-fit: cover; }
  .banner h3 {
    font-size: 30px; }
  .banner .bannerbox {
    position: absolute;
    top: 0;
    width: 100%; }
  .banner .bannerbigbutton {
    background-color: white;
    padding: 10px 40px;
    margin: auto; }
  .banner .bannerbutton {
    background-color: #85C1AC;
    color: white;
    padding: 15px 0; }

@media screen and (max-width: 350px) {
  .banner img {
    height: 590px; } }

@media screen and (min-width: 350px) and (max-width: 410px) {
  .banner img {
    height: 533px; } }

@media screen and (min-width: 580px) and (max-width: 1100px) {
  .banner .bannerbox {
    top: 10%; }
  .banner .bannerbigbutton {
    width: 330px; } }

@media screen and (min-width: 1100px) {
  .banner .bannerbox {
    width: 1075px;
    left: 50%;
    top: 10%;
    margin-left: -550px; }
  .banner .bannerbigbutton {
    margin: 0;
    float: right;
    width: 330px; } }

.bannerlowerheading {
  max-width: 550px;
  margin: auto;
  padding-top: 42px; }

@media screen and (max-width: 580px) {
  .bannerlowerheading {
    margin: 0 20px; } }

.services h2 {
  text-transform: uppercase;
  padding: 0 20px; }

.services img {
  height: 160px;
  width: 280px;
  margin: 14px 0; }

.services .servicesquote {
  padding: 0px 26px;
  margin: auto; }

.services .servicesbutton {
  position: relative;
  text-align: center; }

.services .servicestext {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px 40px; }

@media screen and (min-width: 930px) {
  .servicesbuttongrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    margin-bottom: 32px; }
  .services h2 {
    margin-top: 50px;
    padding: 0; }
  .services .servicesquote {
    padding: 0 52px; } }

@media screen and (max-width: 930px) {
  .servicesquote {
    max-width: 280px; } }

.testimonials {
  padding: 15px 0;
  border-top: 1px solid #85C1AC; }
  .testimonials h2 {
    text-transform: uppercase; }
  .testimonials p {
    background-color: #F5F7F8;
    padding: 30px 10px; }
  .testimonials .testimonialquote i {
    color: #85C1AC;
    font-size: 30px; }

@media screen and (min-width: 1100px) {
  .testimonialquote {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px; } }

.counselorinfo {
  background: #f5f5ea;
  border: 1px solid #dbdbdb;
  margin: 30px 0px;
  text-align: center; }
  .counselorinfo h3 {
    font-size: 26px;
    margin-bottom: 0; }
  .counselorinfo h4 {
    margin-top: 0; }
  .counselorinfo p {
    padding: 0px 10px; }
  .counselorinfo img {
    width: 250px;
    height: 249px; }
  .counselorinfo .button {
    background-color: #92887F;
    color: white;
    text-transform: uppercase;
    padding: 20px 0;
    margin: 0 25px; }
    .counselorinfo .button a {
      color: white; }
  .counselorinfo .counselingservices {
    color: #92887F; }
    .counselorinfo .counselingservices p {
      margin: 0; }
  .counselorinfo .counselorbuttons .button {
    margin: 20px auto; }

@media screen and (max-width: 1100px) {
  .counselorinfo {
    margin: 30px 20px; }
  .testimonials {
    margin: 0 20px; }
  .desktoppic {
    display: none; } }

@media screen and (min-width: 1100px) {
  .counselorinfo h3, .counselorinfo h4 {
    text-align: left;
    padding-left: 20px; }
  .counselorinfo .button {
    width: 400px; }
  .counselorinfo .counselorgrid {
    display: grid;
    grid-template-columns: 65% 35%; }
    .counselorinfo .counselorgrid p {
      text-align: left;
      padding-left: 20px; }
  .counselorinfo .counselorgridwithoutpic p {
    text-align: left;
    padding-left: 20px; }
  .counselorbuttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px; }
  .counselingservices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px; }
  .mobilepic {
    display: none; }
  .featherlight-content {
    width: 800px; } }

.map {
  background-color: #85C1AC;
  padding-top: 20px; }
  .map iframe {
    width: 100%; }
  .map .mappadding {
    padding: 20px 20px; }

@media screen and (min-width: 1100px) {
  .map {
    display: grid;
    grid-template-columns: 40% 60%;
    padding-top: 0; }
  .mapcolor {
    background-color: #85C1AC; }
  .mapaddress {
    margin: auto;
    font-size: 30px; } }

.fullbio {
  margin: 25px auto; }
  .fullbio img {
    width: 300px;
    height: 300px; }
  .fullbio .bioimg {
    text-align: center; }
  .fullbio h1 {
    text-align: center; }
  .fullbio p {
    padding: 0 20px; }

.fullcounselingservices {
  background-color: #85C1AC;
  padding: 30px 0; }
  .fullcounselingservices .counselingservices p {
    margin: 0; }

.fullbioheading h1 {
  margin-bottom: 0; }

.fullbioheading p {
  margin-top: 0; }

.fullcounselingservicesbutton .button {
  background-color: #85C1AC;
  width: 200px;
  margin: auto;
  padding: 20px; }
  .fullcounselingservicesbutton .button a {
    color: white;
    text-transform: uppercase; }

@media screen and (min-width: 1100px) {
  .fullcounselingservicesdesc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px; }
  .fullcounselingservicesbutton {
    align-self: center; }
  .bioimg {
    padding: 20px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-column-gap: 40px; } }

@media screen and (max-width: 1100px) {
  margin: 40px 0; }

.insurance-list {
  max-width: 350px;
  margin: 0 auto; }

.fees-content {
  max-width: 650px;
  margin: 0 auto; }

.location-note {
  font-size: 19px;
  margin-top: 0; }

.mapaddress h2 {
  margin-bottom: 0; }

/* ==========================================================================
   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.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

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

/* ==========================================================================
   Schweb Styles
   ========================================================================== */
.footer {
  display: flex;
  padding: 20px;
  justify-content: center;
  flex-direction: column;
}

.footer > div {
  flex: 1;
}

@media (min-width: 700px) {
  .footer {
    flex-direction: row;
  }
  .footer > div {
    max-width: 300px;
  }
}

.fullcounselingservicesbutton p {
  color: #fff;
  text-transform: uppercase;
}

.terms-page h3,
.terms-page p,
.privacy-page h3,
.privacy-page h2,
.privacy-page p,
.privacy-page li {
  text-align: left;
}

.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding: 14px 20px;
  color: #222;
  background: #f5f5e9;
  border-top: 1px solid #50474a;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner__content {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.cookie-banner__message {
  flex: 1;
  min-width: 225px;
}
.cookie-banner__message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}
.cookie-banner__title {
  margin: 0 0 4px;
  font-size: 16px;
  text-align: left;
}
.cookie-banner__actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.cookie-banner__accept,
.cookie-banner__reject,
.cookie-banner__settings {
  padding: 19px 40px;
  font-size: 16px;
  line-height: 112%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}
.cookie-banner__reject,
.cookie-banner__settings {
  background: #fff;
  color: #333;
  border: solid #333 1px;
}
.cookie-banner__accept:focus-visible,
.cookie-banner__reject:focus-visible,
.cookie-banner__settings:focus-visible {
  outline: 3px solid #95979a;
  outline-offset: 2px;
}
.cookie-banner__accept {
  color: #fff;
  background: #86c1ad;
  border: solid #86c1ad 1px;
}
.cookie-banner__reject:hover,
.cookie-banner__settings:hover,
.cookie-banner__accept:hover {
  background: #333;
  color: #fff;
  border: solid #fff 1px;
}
@media (max-width: 700px) {
  .cookie-banner__content {
    display: block;
  }
  .cookie-banner__actions {
    margin-top: 12px;
  }
  .cookie-banner__accept,
  .cookie-banner__reject {
    flex: 1;
  }
}
/* Third-Party Script Placeholder */
.contact-map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #50474a;
}
.contact-map-placeholder p {
  margin: 0;
}
.cognito[data-cognito-form] {
  padding: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #50474a;
}
/* Cookie Settings Page */
main.cookie-settings,
.terms-page,
.privacy-page {
  max-width: 800px;
  margin: auto;
  padding: 0 20px 50px;
}
.cookie-settings #cookie-settings-form {
  margin: 50px 0 120px;
}
.cookie-settings .cookie-setting {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #686a6f;
}
.cookie-settings .cookie-setting legend {
  padding: 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.cookie-settings .cookie-setting label {
  display: block;
  font-weight: 700;
}
.cookie-settings .cookie-setting p {
  margin: 8px 0 0;
}
.cookie-settings__confirmation {
  padding: 12px;
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
}
.cookie-settings__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cookie-settings__actions button {
  padding: 19px 40px;
  font-size: 16px;
  line-height: 112%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: solid #fff 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.cookie-settings__actions button:focus-visible {
  outline: 3px solid #95979a;
  outline-offset: 2px;
}
.cookie-settings__actions button[type="submit"] {
  color: #fff;
  background: #86c1ad;
  border: solid #86c1ad 1px;
}
.cookie-settings__actions button[type="button"] {
  color: #333;
  background: #fff;
  border: solid #333 1px;
}
.cookie-settings__actions button:hover {
  background: #333;
  color: #fff;
  border: solid #333 1px;
}
