
@font-face {
  font-family: 'recklessregular';
  src: url('../fonts/webfontkit-reckless/reckless-regular-webfont.woff2') format('woff2'),
       url('../fonts/webfontkit-reckless/reckless-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'greed_trialmedium';
  src: url('../fonts/webfontkit-greed/greedtrial-medium-webfont.woff2') format('woff2'),
       url('../fonts/webfontkit-greed/greedtrial-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'greed_trialregular';
  src: url('../fonts/webfontkit-greed/greedtrial-regular-webfont.woff2') format('woff2'),
       url('../fonts/webfontkit-greed/greedtrial-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  padding: 30px;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: -110px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.flickity-prev-next-button.previous { left: 0px; }
.flickity-prev-next-button.next { right: 15px; }


.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  transform: rotate(180deg);
  pointer-events: none;
}

.flickity-prev-next-button.previous .flickity-button-icon {
  transform: scale(3) rotate(180deg) translate(15px, 17px);
}

.flickity-prev-next-button.next .flickity-button-icon {
  transform: scale(3) rotate(180deg) translate(-5px, -8px);
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -60px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  border-radius: 50%;
  border:1px solid #fff;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #fff;
}

/* Site Style */

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion) {
  html {
    scroll-behavior: auto;
  }
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

img, video, iframe, embed, object {
  max-width: 100%;
  height: auto;
}

figure iframe {
  height: 100%;
}

.ac__video figure {
  aspect-ratio: 16 / 9;
}


/* For long text */
p, div, span {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
   font-family: "greed_trialregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 18px;
   margin:0;
   background-color:#F9F7EE;
}

h1,h2,.itc {
  font-family: "recklessregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight:500;
}

h3,h4,h5,h6 {
  font-family: "greed_trialmedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight:500;
  color:#296844;  
}

figure {
  margin:0;
}

a {
  color:#286844;
  text-decoration:none;
}

/* Utils */

.util__relative {
  position:relative;
}

.util__button,
button {
  line-height: 1;
  background-color:#286844;
  color:#fff;
  border:1px solid #286844;
  text-decoration:none;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 40px;
  margin-right: 12px;
  margin-bottom:20px;
  font-size:24px;
  cursor:pointer;
  transition:all 0.2s ease-out;
  display:inline-block;
}

.util__button.util__button--wider {
  padding: 20px 60px;
}



@media (max-width:767px){
  .util__button, button {
    font-size:20px;
  }
}

.util__button:hover,
.util__button--white,
button:hover {
  background-color:#fff;
  color:#286844;
  transition:all 0.2s ease-in;
}

.util__button--white:hover {
  background-color:#286844;
  color:#fff
}

.util__button-spacer {
  margin-top: 10px;
  display: inline-block;
}

.wrap, .sitenav, .testimonials, .subnav-wrap  {
  margin:0 auto;  
  display: grid;
  grid-template-columns:
    minmax(1em, 1fr)
    minmax(0, 1440px)
    minmax(1em, 1fr)
  ;
}

.wrap--home{
 background:#fff;
}

.wrap > *,
.sitenav > *,
.testimonials-carousel__wrap,
.subnav {
  grid-column: 2;
  padding:0 30px;
}

.wrap > hr {
  grid-column: 1 / 4;
  display: block;
  padding: 0 0;
}


@media (max-width:400px){
  .wrap > * {
    padding: 0 20px;
  }
}

nav.sitenav {
  padding:20px 0;
  position:relative;
  border-bottom:1px dashed #286844;
  background:#fff;
}

nav.sitenav .navwrap {
  display:flex;
  align-items: center;
  justify-content: center;
}

nav.sitenav .navwrap > * {
  text-decoration: none;
  color: #000;
  font-size: 26px;
  flex: 1;
  white-space: nowrap;
  text-align:center;
  opacity:1;
  transition: opacity 0.2s ease-in;
}

nav.sitenav .navwrap > *[aria-current='page']{
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}

nav.sitenav .navwrap > *:hover {
  color: #286844;
}

@media (max-width:1100px){
  nav.sitenav .navwrap > *:not(.nav-item__home) {
    visibility: hidden;
    opacity:0;
    display:none;
  }
}

nav.sitenav .navwrap > *:first-child,
nav.sitenav .navwrap > *:nth-child(2)  {
  text-align:left;
}

nav.sitenav .navwrap > *:last-child {
  text-align:right;
}

nav.sitenav .nav-item__home {
  background-image:url(/assets/images/drm5.png);
  background-repeat:no-repeat;
  background-position: center top;
  background-size:contain;
  width: 500px;
  height: 140px;
  color:transparent;
  display: inline-block;
  flex: none;
  margin:0 40px -40px;
  padding:0;
}

nav.sitenav .nav-item__home:hover {
  color:transparent;
}

nav.sitenav .nav-item__home[aria-current='page']{
  text-decoration: none;
}

@media (max-width:1100px){
  nav.sitenav .nav-item__home {
    margin:0 40px;
  }
}

@media (max-width:500px){
  nav.sitenav .nav-item__home {
    width: 40vw;
    height: 14vw;
  }
}

/* mobile menu */
.header__mobile-menu-button {
  display:block;
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  appearance: none;
  font-size: 0;
  width: 40px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s ease-in;
}

.header__mobile-menu-button:hover {
  background:transparent;
}


.header__mobile-menu-button span {
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
}
 .header__mobile-menu-button span:last-child {
    margin-bottom: 0;
  }

@media (min-width:1101px){
  .header__mobile-menu-button {
    display:none;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
}
/*
  font-family: 'ITC Clearface W01 Bold';
*/
nav.mobilesitenav{
  opacity:0;
  pointer-events:none;
  transition:opacity 0.3s ease-in;
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:calc(100vh - 80px);
  overflow:hidden;
  z-index:10;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  background-color:#f4e8de;
}

nav.mobilesitenav a {
  color:#000;
  text-decoration: none;
  font-size: 5vh;
  padding: 1vh 0;
  margin: 1vh 0;
}

nav.mobilesitenav a[aria-current='page'] {
  text-decoration: underline;
}

.js-menu-on nav.mobilesitenav {
  opacity:1;
  pointer-events: all;
  transition:opacity 0.3s ease-out;
}

.js-menu-on .header__mobile-menu-button {
  z-index:20;
  border-color:#000;
  transform:rotate(-45deg);
  transform-origin: center;
  right:-5px;
  background:transparent;
}

.js-menu-on .header__mobile-menu-button span:last-child {
  border-color:#000;
  transform:rotate(90deg);
  top: 11px;
  left: 6px;
  position: absolute;
  width: 29px;
}

.js-menu-on .header__mobile-menu-button span:first-child {
  display:none;
}

/* Layouts */

.layout {
  display: flex;
  padding: 46px 0 60px 0;
}

.layout.layout--stack {
  padding-top:0;
  display: grid;
  grid-template-columns:
    minmax(1em, 1fr)
    minmax(0, 800px)
    minmax(1em, 1fr)
  ;
}

.layout.layout--stack .layout__child {
  grid-column: 2;
  padding:10px 30px;
  text-align:center;
  margin:0;
}

.layout.layout--stack .layout__child:first-child {
  margin-right:0;
}

.layout.stripe--odd {
  flex-direction: row-reverse;
}

.layout__child.layout__child--big {
  flex: 1.9;
}

@media (max-width:767px){
  .layout,
  .layout.stripe--odd {
    flex-direction: column;
    padding: 30px 0;
  }
}
@media (max-width:767px){
  .layout.layout--mobile-reverse {
    flex-direction: column-reverse;
  }
  .layout.layout--mobile-reverse .layout__child:first-child {
    padding-top:15px;
    margin-bottom:0;
  }
}


.layout__child {
  flex: 1;
}

.layout img {
  max-width:100%;
}

.rounded-dashed-photo-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border-width: 1px;
  border-color: #286844;
  border-style: dashed;
}

.reg__text {
  margin-bottom: 20px;
  padding-right:30px;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-weight: 400;
}

.reg__text h3,
.content-section .reg__text h3 {
  font-size:24px;
  font-family: "greed_trial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#000;
}

.submitbtn {
  font-size:20px;
  font-weight:400;
  padding-left:60px;
  padding-right:60px;
  font-family: "greed_trialregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Home */

.intro__text {
  margin-bottom: 20px;
  padding-right:30px;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.intro__text p:first-child {
  padding-top:0;
  margin-top:0;
}

.intro h1 {
  font-size: 70px;
  margin: 0;
  padding-right: 50px;
}

.intro__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:1em;
}

@media (max-width:767px){
  .intro h1 {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
}

.intro h1 p {
  margin: 0;
}

@media (max-width:1200px){
  .intro__text {
    margin-bottom: 30px;
  }
  .intro__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:30px;
  }
  .intro__cta a {
    margin-bottom: 15px;
    max-width: 280px;
    font-size: 18px;
  }
}


/* outro */

h2.section-title.outro-headline,
.outro-headline p {
  margin-bottom:0;
  padding-bottom:0;
}

.outro .layout__child:first-child {
  margin-right: 80px;
}

@media (max-width:767px){
  .outro .layout__child:first-child {
    margin-right: 0px;
    margin-bottom:30px;
  }

  .outro__cta {
    justify-content: center;
    display: flex;
    margin-bottom:30px;
  }

  .outro__cta a.util__button {
    margin-right: 0;
  }
}

.big-message {
  font-size: 90px;
  margin: 0;
}

@media (max-width:767px){
  .big-message {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
}

.big-message p {
  margin:0;
}

/* generic layout w/ title */

.layout-with-title-wrap {
  padding-top: 30px;
  text-align: center;
}

.layout-with-title-wrap .layout {
  padding-top: 0;
}

h2.section-title {
    font-size: 58px;
    margin: 0;
    max-width: 780px;
    margin: 0 auto 1em;
    color:#286844;
    text-align:center;
}

h3 {
  font-size:28px;
  margin:0;
}

.illu img {
  width: 70%;
  height: auto;
  padding: 46px 0 49px 0;
}

.layout__child:first-child .illu img {
  width:70%;
  padding: 84px 0 44px 0;
}

.layout__child:last-child .illu img {
  width:44%;
  padding: 83px 0 44px 0;
}

/* promos */
.promo .layout__child:nth-child(2) {
  margin: 0 50px;
  padding:0 50px;
  position:relative;
}

.promo .layout__child:nth-child(2):before,
.promo .layout__child:nth-child(2):after {
  content: '';
  width:1px;
  height:100%;
  border-left:1px dashed #286844;
  position:absolute;
  top:0;
  left:0;
} 

.promo .layout__child:nth-child(2):after {
  left:auto;
  right:0;
}

@media (max-width:1100px){
  .promo .layout__child:nth-child(2) {
    margin: 30px 0px;
  }
}

.promo .layout {
  justify-content: space-between;
  padding-bottom:30px;
}

.promo .layout__child {
  display: flex;
  flex-direction: column;
}

.promo p {
  flex: 1;
  font-size: 23px;
  line-height: 1.2em;
}

.promo .util__button {
  margin: 0;
  display: inline-block;
}

@media (max-width:1100px){
  .promo .layout {
    flex-direction: column;
  }
}

/* forms */

form label {
  position:relative;
}

form label span {
  position: absolute;
  pointer-events: none;
  background:#fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 4px 8px;
  line-height: 1;
  top:13px;
  left:12px;
  padding-left:8px;
  transition:all 0.25s ease-in;
}

form label.input--focus span,
form label.input--has-content span {
  font-size:13px;
  top:-13px;
  border-color: #DEDEDD;
  transition:all 0.25s ease-out;
}

form label input {
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #DEDEDD;
  font-size:18px;
  display: block;
  width: 220px;
}

@media (max-width:767px){
  form label input {
    width: 260px;
  }
}

/* Get in touch */

.getintouch {
  padding: 50px 0;
  margin-top:50px;
  text-align:center;
  position: relative;
}

@media (max-width:767px){
  .getintouch__intro {
    padding: 0 14px;
  }
}

.getintouch img {
  width: 103px;
  position: absolute;
  left: calc(50% - 50px);
  top: -60px;
}

.getintouch__fields {
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
  max-width: 550px;
}
.getintouch__fields label {
  margin-bottom:15px;
}

@media (max-width:767px){
  .getintouch__fields label {
    margin: 0 auto 10px;
  }
}

.getintouch__fields label:first-child,
.getintouch__fields label:nth-child(3) {
  margin-right:15px;
}

@media (max-width:767px){
  .getintouch__fields label:first-child,
  .getintouch__fields label:nth-child(3) {
    margin-right:auto;
  }
}

.getintouch button {
  min-width:150px;
}

label.mainmessage {
  width: 100%;
  max-width: 538px;
  margin: 0 auto 10px;
  display: block;
  padding-right: 14px;
}

@media (max-width:767px){
  label.mainmessage {
    width: 300px;
    padding-right: 0;
  }
}

textarea.input {
  width: calc(100% - 40px);
  height: 130px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dedede;
}

/* Footer */

footer {
  padding:50px 1em;
  background-color:#286844;
  color:#fff;
}

.foot-cols {
  display:flex;
  align-items: center;
}

footer a {
  color:#fff;
}

.foot-col {
  flex:1;
  text-align:center;
}

@media (max-width:767px){
  footer {
    flex-direction: column;
  }
}

/* Content Sections */

.content-section {
  padding: 50px 0 70px;
}

.content-section.content-section--noline {
  border-bottom:none;
  padding-bottom:0;
}

.content-section.content-section--0 {
  padding-top:0;
}

.content-section:last-child {
  border-bottom: none;
}

.content-section .layout__child:first-child {
  margin-right: 80px;
}

.content-section .stripe--odd .layout__child:first-child {
  margin-right: 0px;
  margin-left:80px;
}

@media (max-width:767px){
  .content-section .layout__child:first-child {
    margin-right: 0px;
    margin-bottom:30px;
  }

  .content-section .stripe--odd .layout__child:first-child {
    margin:0;
  }
}

.content-section .layout--2 {
  padding: 70px 0 0;
}

@media (max-width:767px){
  .content-section .layout--2 {
    padding: 30px 0 0;
  }
}

.content-section__heading {
  font-size: 80px;
  margin: 0;
  text-align:center;
}

@media (max-width:767px){
  .content-section__heading {
    font-size: 50px;
  }
}

.content-section h3 {
  font-size: 50px;
}

@media (max-width:767px){
  .content-section h3 {
      font-size: 35px;
  }
}

/* Subnav for jumplinks
*/

.subnav-wrap {
  border-bottom: 1px dashed #286844;
  background:#fff;
}
.subnav {
  line-height: 1;
  display:flex;
  justify-content: space-between;
  font-size:22px;
}

@media (max-width:767px){
  .subnav {
    display:none;
  }
}

.subnav a {
  text-decoration:none;
  padding:20px;
}

/* Team */

.layout--4 {
  display:grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);
  padding-bottom: 0;
  padding-top: 30px;
  max-width: 600px;
  margin: 0 auto;
}

.layout--4 .layout__child:first-child {
  margin:0;
}

.content-section#team {
  padding-bottom:0;
}

#team .layout--stack {
  padding-bottom:0;
}
#teammembers {
  padding-top:0;
}

#teammembers .layout__child.team-member {
  margin: 0;
  padding: 20px 40px;
}

@media (max-width:767px){
  #teammembers .layout__child.team-member {
    width: 80%;
  }
}

.layout--4 .layout__child img {
  width:100%;
}

img.circle {
  border-radius:50%;
  width:100%;
  border-style:dashed;
  border-color: #286844;
}

.team-member a {
  color: #000;
  text-decoration: none;
}

h4.team-member__name {
  font-size: 28px;
  text-align: center;
  margin-bottom: 0;
  color:#000;
  margin: 0;
  padding: 18px 0 0;
}

p.team-member__role {
  text-align: center;
  margin-top: 0.5em;
}

/* Modals */

dialog {
  display: block;
  border: 0;
}

.no-scroll {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 666;
}

.modal__wrapper {
  position: relative;
}

.modal {
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 100px 80px;
  margin: 0;
  background: rgba(255,255,255,.95);
  z-index: 667;
}

.modal__content > div {
  display: flex;
}

@media (max-width:767px){
  .modal__content > div {
    flex-direction:column;
    height: calc(100vh - 143px);
  }
}

.modal__photo {
  margin-right:80px;
  padding-top: 20px;
  flex:1;
}

@media (max-width:767px){
  .modal__photo {
    margin-right: 0px;
    padding-top: 0px;
    flex:none;
  }
}

.modal__text {
  flex:1;
  overflow: scroll;
  padding-bottom: 250px;
  max-height: 80vh;
}

@media (max-width:767px){
  .modal__text {
    overflow: scroll;
    padding-bottom:250px;
  }
  .modal__text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  }
}

@media (max-width:767px){
  .modal__name {
    font-size: 60px;
    margin: 0;
  }
}

.modal__name {
  font-size: 40px;
  margin: 20px 0 0;
}

button.js-modal-close {
  background: transparent;
  border: none;
  position:relative;
  padding: 35px;
  width: 30px;
  height: 30px;
  margin: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -70px;
  right: 0;
}

button.js-modal-close span {
  visibility: hidden;
}

button.js-modal-close:after {
  content:"";
  display:block;
  width:30px;
  height:1px;
  border-bottom:2px solid #000;
  position:absolute;
  top:33px;
  left:20px;
}

button.js-modal-close:before {
  content:"";
  display:block;
  width:1px;
  height:30px;
  border-right:2px solid #000;
  position:absolute;
  top:20px;
  left:33px;
}

/* Services */

.content-section__intro {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.layout.layout--1 {
  flex-direction: column;
  padding-top: 30px;
}

.minimalist-accordion__panel[aria-hidden=true] {
  display: none;
}

.minimalist-accordion__header {
  display: block;
  color: #286844;
  background: #fff;
  border: 1px dashed #286844;
  font-family: "greed_trialregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  position:relative;
  margin:20px 0 0;
}

.minimalist-accordion__header[aria-expanded="true"] {
  color:#fff;
  background-color:#286844;
  border-style:solid;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0; 
}

.minimalist-accordion__panel {
  padding: 1em;
}

.minimalist-accordion__title:has(.minimalist-accordion__header[aria-expanded="true"]) + .minimalist-accordion__panel {
  background-color:#286844;
  color:#fff;
  border-bottom-left-radius:40px;
  border-bottom-right-radius:40px;
  margin-bottom:20px;
  border-top: 1px dashed;
}

.layout__child--accordion-small .minimalist-accordion__header {
  font-size:23px;
  text-align:left;
  padding: 10px 0;
}

.js-accordion__panel--textonly .ac__text {
  max-width: 700px;
  margin: 0 auto;
}

.minimalist-accordion ul {
  padding: 0 0.9em;
}

.layout__child--accordion-small .js-accordion__panel--textonly .ac__text {
  text-align:left;
}

.ac__text {
  line-height:1.3em;
}

.ac__text p {
  margin: 0 0 1em;
}

.ac__text p:last-child {
  margin: 0 0 2em;
}

.minimalist-accordion__title{
  margin:0;
}

.layout__child--accordion-small .minimalist-accordion__title {
  padding-left:0;
  padding-right:0;
}



.minimalist-accordion__header[aria-expanded="true"]:after {
  content: "";
  position: absolute;
  right: 23px;
  top: 34px;
  width: 15px;
  height: 2px;
  border-top: 2px solid;
}

.minimalist-accordion__header[aria-expanded="false"]:after {
  content: "";
  position: absolute;
  right: 23px;
  top: 34px;
  width: 15px;
  height: 2px;
  border-top: 2px solid;
}

.minimalist-accordion__header[aria-expanded="false"]:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 28px;
  width: 1px;
  height: 15px;
  border-right: 2px solid;
}

.layout__child--accordion-small .minimalist-accordion__header[aria-expanded="true"]:after {
  right: 0px;
  top: 21px;
  width: 20px;
  height: 2px;
  border-top: 3px solid;
}

.layout__child--accordion-small .minimalist-accordion__header[aria-expanded="false"]:after {
  right: 0px;
  top: 21px;
  width: 20px;
  height: 2px;
  border-top: 3px solid;
}

.layout__child--accordion-small .minimalist-accordion__header[aria-expanded="false"]:before {
  right: 8px;
  top: 12px;
  width: 1px;
  height: 21px;
  border-right: 3px solid;
}

.content-section .layout__child.layout__child--accordion:first-child {
  margin-right: 0px;
}

.js-accordion__panel--visual {
  display: flex;
}

.js-accordion__panel--visual > * {
  flex:1;
}

.js-accordion__panel--visual > *:first-child {
  margin-right:80px;
  padding-bottom:30px;
}

@media (max-width:767px){
  .js-accordion__panel--visual {
   flex-direction:column;
  }

  .js-accordion__panel--visual > *:first-child {
    margin-right:0px;
    padding-bottom:30px;
  }
}

.content-section.content-section--no-border {
  border-bottom: none;
}

/* Location and Hours */

.map iframe {
  width: 100%;
  height: 35vw;
  margin-bottom:20px;
}

.rounded iframe {
  border-radius: 20px;
}

h2.address {
  margin: 0;
  color: #286844;
}

/* homepage gallery */

.gallery {
 width: 45vw;
 max-width: 750px;
}

@media (max-width:767px){
  .gallery {
    width: calc(100vw - 60px);
    max-width: 100%;
  }
 }

.gallery img {
  width:100%;
  /*aspect-ratio: 16 / 9;*/
}

.foot-logo {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  width: 400px;
  text-align: center;
}

.foot-logo img {
  max-width:400px;
  margin: 0 auto;
  width: 100%;
}

.foot-logo p {
  margin: 30px auto 0;
}


h1.big-message {
    margin: 0.65em 0 0;
    text-align: center;
    font-weight: 500;
}

.stripe {
  background-color: #286844;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  width:100vw;
  overflow:hidden;
  position:relative;
  height:2.8em;
}

.stripe a {
  color:#fff;
  padding-left:0.5em;
  text-decoration: underline;
}

.stripe__inner {
  position: absolute;
  display:block;
  width:100%;
  white-space: nowrap;
}


hr {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 1px;
  border-color: #286844;
  border-style: dashed;
  width:100%;
}

.nav-item__appointments span.util__button{
  padding: 10px 20px;
  margin:0
}

.action {
  margin-bottom:60px;
}

/* testimonials */

.testimonials {
  background-color: #286844;
  color:#fff;
  padding: 60px 0 90px;
  grid-column: 1 / 4;
  margin-left:0;
  margin-right:0;
}

.testimonials-carousel {
  margin:0 auto;
}

.carousel-cell {
  width: calc(33.3% - 30px);
  margin:0 15px;
  border-radius: 40px;
  border-width: 1px;
  border-color: #fff;
  border-style: dashed;
}

.testimonial-text {
  padding: 30px 30px 70px;
  position:relative;
  min-height: 300px;
}

.testimonials .section-title {
  color:#fff;
}

.testm-social {
  position: absolute;
  bottom:30px;
  left:30px;
}

.testm-social img {
  height:26px;
  width:auto;
}

.testm-name {
  font-size: 26px;
  padding-bottom: 20px;
  width:100%;
  background-image: url(/assets/images/2x/testm-line@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.testm-text {
  font-size: 21px;
  line-height: 1.3em;
}

.testm-text p {
  padding-top:10px;
  margin-top:0;
}

.testm-rating {
  display: flex;
  padding-top:16px;
}

.testm-rating__star {
  width: 18px;
  height:18px;
  background-image: url(/assets/images/star.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* Get in touch form */

#fs-frm {
  width:100%;
  max-width: 550px;
  margin:0 auto;
}

.fs-group {
  display:flex;
  text-align:left;
  padding: 0;
  justify-content: space-between;
  gap:1em;
}

.fs-group label {
  min-width:120px;
  padding-right:1em;
  text-align:right;
}

.fs-group input {
  flex:1;  
}

#fs-frm textarea {
  width: 100%;
}

#fs-frm textarea,
.fs-group input {
  padding: 1em;
  border-style: dashed;
  border-radius: 10px;
  border-width: 1px;
  margin:0 0 16px 0;
  font-family: "greed_trialregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.fs-group input.submitbtn {
  width:auto;
}


#fs-frm fieldset {
  display: block;
  min-inline-size: min-content;
  margin-inline: 0px;
  border-width: 0px;
  padding-block: 0;
  padding-inline: 0;
}

pre {
  font-family: "greed_trialregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2.located-headline.section-title {
  margin-bottom:0;
  margin-top: 0.7em;
}

.located-headline p {
  margin:0;
}

.logos {
  padding-bottom: 30px;
}

#newpatients .section-title {
  margin-bottom: 0;
}

#newpatients .section-title p {
  margin: 0.6em 0 0;
}

/* Mobile overrides, biggest to smallest */

@media (max-width:1373px){

  nav.sitenav .nav-item__home {
    width: 32vw;
    height:12vw;
  }

  h2.section-title {
    font-size:5vw;
  }
  .modal {
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    margin: 0;
    background: rgba(255, 255, 255, .95);
    z-index: 667;
}

}

/* the nav switches to mobile menu here */
@media (max-width:1100px){

  nav.sitenav {
    padding: 10px 0;
  }
  nav.sitenav .nav-item__home {
    height: 11vw;
    margin: 0;
    max-width: 100vw;
    width: auto;
  }

  .fs-group {
    flex-direction: column;
  }

  .header__mobile-menu-button {
    left:0;
  }

  .foot-logo {
    width:100%;
  }

  .foot-cols {
    flex-direction: column;
  }
  .stripe {
    font-size:13px;
  }



  .fs-group {
    gap:0;
  }
}

/* sub-tablet */
@media (max-width:767px){
  .testimonials-carousel__wrap  {
    padding:0;
  }

  .carousel-cell {
    width: 100%;
    margin: 0 10px;
  }

  .flickity-prev-next-button {
    display:none;
  }

  .big-message {
    font-size: 8vw;
  }
  h1.big-message br {
    display: none;
  }
  h2.section-title {
    font-size: 8vw;
  }

  .promo .layout__child:nth-child(2):before, .promo .layout__child:nth-child(2):after {
    display:none;
  }
  .layout__child:first-child .illu img {
    padding-top:0;
  }
  .promo .layout__child:nth-child(2) {
    padding:0;
  }
  #teammembers .layout__child.team-member {
    margin: 0 auto;
  }
  .layout--4 {
    grid-template-columns: auto;
  }

}

/* small mobile */

@media (max-width:680px){
  nav.sitenav .nav-item__home {
    height: 15vw;
  }
  .layout.layout--stack .layout__child {
    padding:0;
  }
}