/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Nashville-Serial";
  src: url("../fonts/Nashville-Serial-Heavy-Regular.eot");
  src: url("../fonts/Nashville-Serial-Heavy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nashville-Serial-Heavy-Regular.woff2") format("woff2"), url("../fonts/Nashville-Serial-Heavy-Regular.woff") format("woff"), url("../fonts/Nashville-Serial-Heavy-Regular.ttf") format("truetype"), url("../fonts/Nashville-Serial-Heavy-Regular.svg#Nashville-Serial-Heavy-Regular") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Syne-Extra";
  src: url("../fonts/Syne-Extra.eot");
  src: url("../fonts/Syne-Extra.eot?#iefix") format("embedded-opentype"), url("../fonts/Syne-Extra.woff2") format("woff2"), url("../fonts/Syne-Extra.woff") format("woff"), url("../fonts/Syne-Extra.ttf") format("truetype"), url("../fonts/Syne-Extra.svg#Syne-Extra") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Ogg";
  src: url("../fonts/Ogg-Italic.eot");
  src: url("../fonts/Ogg-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ogg-Italic.woff2") format("woff2"), url("../fonts/Ogg-Italic.woff") format("woff"), url("../fonts/Ogg-Italic.ttf") format("truetype"), url("../fonts/Ogg-Italic.svg#Ogg-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "GT America";
  src: url("../fonts/GTAmerica-Regular.eot");
  src: url("../fonts/GTAmerica-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GTAmerica-Regular.woff2") format("woff2"), url("../fonts/GTAmerica-Regular.woff") format("woff"), url("../fonts/GTAmerica-Regular.ttf") format("truetype"), url("../fonts/GTAmerica-Regular.svg#GTAmerica-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Syne-Bold";
  src: url("../fonts/Syne-Bold.ttf");
  font-weight: 600;
  font-style: bold;
}
/* Uncomment and set these variables to customize the grid. */
.container {
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs, .page-content.about .about-contact .first-line {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.text-color-red {
  color: #990707;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 46rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm, .page-content.about .intro .intro-container {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 960px) {
  .container {
    width: 61rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
::selection {
  background: #C9725B;
  /* WebKit/Blink Browsers */
  color: #F4AB87;
}

::-moz-selection {
  background: #C9725B;
  /* Gecko Browsers */
  color: #F4AB87;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

html, body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  overflow-x: hidden;
  color: #126046;
  background: #FFFBD2;
  font-family: "GT America", sans-serif;
  line-height: 1.4em;
  position: relative;
}

@media screen and (max-width: 1023px) {
  html, body {
    overflow: hidden;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  html, body {
    font-size: 28px;
  }
}

.cta-join {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #990707;
  width: 200px;
  padding: 10px;
  border: none;
  border-radius: 30px;
  font-family: Syne-bold;
  font-size: 20px;
  color: #FFFBD2;
  filter: drop-shadow(5px 5px 0 #E9AE8D);

}

.cta-join:hover {
  filter: drop-shadow(2px 2px 0 #D0C5A8);
  color: #D0C5A8;
  transition: .3s;

}

.bookappointmentCTA {
  font-size: 0.7em;
  border: 1px solid #990707;
  padding: 5em 0;
  text-align: center;
  font-family: "Syne-Extra", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bookappointmentCTA a {
  font-size: 1.4em;
}
.bookappointmentCTA p {
  font-family: "Gt America", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.page-content {
  opacity: 0;
  visibility: collapse;
  -moz-transform: translate3d(0, 0.5em, 0);
  -o-transform: translate3d(0, 0.5em, 0);
  -ms-transform: translate3d(0, 0.5em, 0);
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
  -moz-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  height: 0;
  width: 0;
}
.page-content .inner-page-container {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 2.5em;
}
.page-content.active {
  opacity: 1;
  width: auto;
  visibility: visible;
  height: auto;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: opacity 1s ease-in-out 0.5s, transform 2s ease-in-out 0.5s;
  -o-transition: opacity 1s ease-in-out 0.5s, transform 2s ease-in-out 0.5s;
  -webkit-transition: opacity 1s ease-in-out 0.5s, transform 2s ease-in-out 0.5s;
  transition: opacity 1s ease-in-out 0.5s, transform 2s ease-in-out 0.5s;
}
.page-content.home .inner-page-container {
  padding-top: 0;
}
@media screen and (max-width: 760px) {
  .page-content.home h2 {
    font-size: 1em !important;
  }
  .page-content.home p {
    font-size: 0.7em;
  }
}
.page-content.about {
  color: #990707;
}
.page-content.about h2 {
  margin-bottom: 1.4rem;
}
.page-content.about .team-grid {
  margin-top: 2rem;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.page-content.about .person-container {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .page-content.about .person-container {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .page-content.about .person-container {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.page-content.about .person {
  outline: 1px solid #990707;
  border-top: 8px solid #990707;
}
.page-content.about .picture-container {
  background: #C9725B;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-bottom: 1px solid #990707;
}
.page-content.about .picture-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-content.about .person-details {
  text-align: left;
  padding: 0.8em 0.6em;
  position: relative;
}
.page-content.about .person-details .name {
  font-family: "Nashville-Serial", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1em;
  display: block;
  line-height: 1em;
  margin-bottom: 0.3em;
}
.page-content.about .person-details .role {
  text-transform: none;
  font-family: "Ogg", serif;
  font-weight: 400;
  font-style: italic;
  display: block;
  font-size: 0.6em;
  line-height: 1em;
}
.page-content.about .person-details .social {
  position: absolute;
  bottom: 0.5em;
  line-height: 1em;
  right: 0.5em;
}
.page-content.about .person-details .social path {
  fill: #990707;
  -moz-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.page-content.about .person-details .social a:hover path {
  fill: #126046;
}
.page-content.about .intro {
  text-align: left;
  padding: 2em 0;
  font-family: "Syne-Extra", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-content.about .intro .intro-container {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.page-content.about .intro .intro-container .text {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page-content.about .intro .intro-container .text {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.page-content.about .intro .intro-container .image {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-content.about .intro .intro-container .image {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.page-content.about .intro .intro-container .image img {
  width: 100%;
  margin: 0;
}
.page-content.about .about-contact {
  text-align: center;
  font-size: 1.4em;
  font-family: "Syne-Extra", sans-serif;
  font-weight: 700;
  font-style: normal;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .page-content.about .about-contact {
    font-size: 1.2em;
  }
}
.page-content.about .about-contact .first-line {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.page-content.about .about-contact .email {
  font-family: "Ogg", serif;
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-content.about .about-contact .email {
    text-align: center;
    width: 100%;
  }
}
.page-content.about .about-contact .border {
  border-bottom: 1px solid #990707;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  line-height: 0;
  height: 0;
  flex-grow: 2;
  max-width: 400px;
}
@media screen and (max-width: 1023px) {
  .page-content.about .about-contact .border {
    display: none;
  }
}
.page-content.about .about-contact .phonenumber {
  margin-top: 1rem;
  margin-bottom: 6rem;
  display: block;
}
.page-content.about .about-contact .bookappointmentCTA {
  border: 1px solid #990707;
}
.page-content.services {
  color: #EAD0CA;
  text-align: left;
}
.page-content.services .bookappointmentCTA {
  border: 1px solid #EAD0CA;
  color: #C9725B;
  background: #EAD0CA;
  margin-top: 3em;
}
.page-content.services h3 {
  padding-bottom: 0.5em;
}
.page-content.services .spacer {
  padding: 1.5rem 0;
}
.page-content.services .service-list {
  text-transform: normal;
  display: block;
}
.page-content.services .service-list li {
  line-height: 3em;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page-content.services .service-list li {
    line-height: 1.9em;
    position: relative;
    margin-bottom: 0.5em;
  }
}
.page-content.services .service-list li .name {
  font-family: "Nashville-Serial", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4vw;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .page-content.services .service-list li .name {
    font-size: 1.4em;
  }
}
.page-content.services .service-list li .supporting-text {
  margin-left: 0.5rem;
  font-size: 0.7em;
  font-family: "GT America", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.page-content.services .service-list li .menu-item {
  display: inline-block;
  position: relative;
}
.page-content.services .service-list li.accordion-item .supporting-text {
  font-size: 0.5em;
}
.page-content.services .service-list li.accordion-item .supporting-text:after {
  content: "Less Info -";
}
.page-content.services .service-list li.accordion-item:not(.active) .supporting-text:after {
  content: "More Info +";
}
.page-content.services .service-list li.accordion-item:not(.active) .menu-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0.6em;
  left: 0;
  background-color: #EAD0CA;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.page-content.services .service-list li.accordion-item:not(.active) .menu-item {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.page-content.services .service-list li.accordion-item:not(.active) .menu-item:hover {
  color: #EAD0CA;
}
.page-content.services .service-list li.accordion-item:not(.active) .menu-item:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

h3 {
  font-size: 0.8em;
  font-family: "Ogg", serif;
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase;
}

.main-content {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
}
.main-content .aligner {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
}

.logo {
  text-align: center;
  padding-top: 1.5em;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 2em;
}
@media screen and (max-width: 760px) {
  .logo {
    margin-bottom: 2em;
    padding-top: 1.5em;
  }
}
.logo svg {
  width: 66%;
  max-width: 450px;
  height: auto;
}

main {
  text-align: center;
  font-family: "GT Amerca", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.instagram {
  padding: 10px;
}

@media screen and (max-width: 760px) {
  .instagram {
    top: 1.2em;
  }
}
.instagram svg {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .instagram svg {
    width: 32px;
  }
}
.instagram svg g {
  -moz-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.instagram svg:hover g {
  fill: #C9725B;
}

.underline-hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #C9725B;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.underline-hover {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.underline-hover:hover {
  color: #C9725B;
}

.underline-hover:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

p a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #C9725B;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.text {
  font-family: "Syne-Extra", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  line-height: 1.2em;
}

p a {
  font-family: "Syne-Extra", sans-serif !important;
  font-weight: 700;
  font-style: bold;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

p a:hover {
  color: #C9725B;
}

p a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.address {
  font-family: "Ogg", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.8em;
  margin-top: 1em;
}

p {
  font-size: 0.8em;
}

@media screen and (min-width: 1024px) {
  .mobile-scroll-container {
    height: 100% !important;
    overflow: scroll;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-scroll-container {
    overflow: scroll;
    position: relative;
  }
}

.main-container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .main-container {
    width: auto;
    margin-left: 0;
    margin-right: 192px;
    overflow-y: hidden;
    padding-bottom: 30vh;
  }
}
@media screen and (max-width: 1023px) {
  .main-container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

.navigation-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  font-family: "GT-America", sans-serif;
  font-size: 0.6em;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 760px) {
  .navigation-container {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .navigation-container {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
}
@media screen and (max-width: 1023px) {
  .navigation-container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.navigation-container .item {
  height: 100%;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 48px;
  position: relative;
  color: black;
  flex-grow: 1;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .navigation-container .item {
    width: 100%;
    height: 32px;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.navigation-container .item .bind {
  position: relative;
  height: 100%;
  width: 48px;
  max-width: 48px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .navigation-container .item .bind {
    width: 100%;
    height: 32px;
    max-width: none;
    text-align: left;
  }
}
.navigation-container .item:not(.active) .bind {
  cursor: pointer;
}
.navigation-container .item .circle {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .navigation-container .item .circle {
    bottom: 2em;
    right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .navigation-container .item .circle {
    bottom: 8px;
    right: 16px;
    width: 12px;
    height: 12px;
  }
}
.navigation-container .item label {
  position: absolute;
  display: block;
}
@media screen and (min-width: 1024px) {
  .navigation-container .item label {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 0;
    text-align: left;
    top: 2em;
    white-space: nowrap;
    transform-origin: 0 0;
    right: 2px;
  }
}
@media screen and (max-width: 1023px) {
  .navigation-container .item label {
    left: 12px;
  }
}
.navigation-container .item .number {
  font-family: "Ogg", sans-serif;
  font-weight: 400;
  font-style: italic;
  position: relative;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .navigation-container .item .number {
    display: none;
  }
}
.navigation-container .item.active {
  width: auto;
  flex-grow: 20;
}
@media screen and (max-width: 1024px) {
  .navigation-container .item.active {
    height: auto;
  }
}
.navigation-container .item {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-left: 0;
  margin-right: 0;
}
.navigation-container .item.home {
  background: #FFFBD2;
}
.navigation-container .item.home .bind {
  background: #FFFBD2;
}
.navigation-container .item.home.active .bind {
  color: #126046;
}
@media screen and (min-width: 1024px) {
  .navigation-container .item.home.active .bind {
    border-left: 1px solid #126046;
  }
}
@media screen and (max-width: 1023px) {
  .navigation-container .item.home.active .bind {
    border-top: 1px solid #126046;
  }
}
.navigation-container .item.home.active .bind .circle {
  background-color: #126046;
  border-color: #126046;
}
.navigation-container .item.services {
  background: #C9725B;
}
.navigation-container .item.services .bind {
  background: #C9725B;
}
.navigation-container .item.services.active .bind {
  color: #EAD0CA;
}
@media screen and (min-width: 1024px) {
  .navigation-container .item.services.active .bind {
    border-left: 1px solid #EAD0CA;
  }
}
@media screen and (max-width: 1023px) {
  .navigation-container .item.services.active .bind {
    border-top: 1px solid #EAD0CA;
  }
}
.navigation-container .item.services.active .bind .circle {
  background-color: #EAD0CA;
  border-color: #EAD0CA;
}
.navigation-container .item.about {
  background: #F4AB87;
}
.navigation-container .item.about .bind {
  background: #F4AB87;
}
.navigation-container .item.about.active .bind {
  color: #990707;
}
@media screen and (min-width: 1024px) {
  .navigation-container .item.about.active .bind {
    border-left: 1px solid #990707;
  }
}
@media screen and (max-width: 1023px) {
  .navigation-container .item.about.active .bind {
    border-top: 1px solid #990707;
  }
}
.navigation-container .item.about.active .bind .circle {
  background-color: #990707;
  border-color: #990707;
}
.navigation-container .item.faq {
  background: #D1C6A6;
}
.navigation-container .item.faq .bind {
  background: #D1C6A6;
}
.navigation-container .item.faq.active .bind {
  color: #126046;
}
@media screen and (min-width: 1024px) {
  .navigation-container .item.faq.active .bind {
    border-left: 1px solid #126046;
  }
}
@media screen and (max-width: 1023px) {
  .navigation-container .item.faq.active .bind {
    border-top: 1px solid #126046;
  }
}
.navigation-container .item.faq.active .bind .circle {
  background-color: #126046;
  border-color: #126046;
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
}

h2 {
  font-family: "Syne-Extra", sans-serif;
  font-weight: 700;
  font-size: 1.7em !important;
  line-height: 1.1em;
  margin-bottom: 1rem;
  margin-top: 1.4rem;
}
@media screen and (min-width: 400px) {
  h2 {
    font-size: 1.5em !important;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 1.5em !important;
  }
}

hr {
  height: 1px;
  border: none;
  background-color: #126046;
  color: #126046;
  width: 90%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.disclaimer {
  display: none;
}

.circle {
  height: 16px;
  width: 16px;
  background-color: none;
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
}

.button {
  position: fixed;
  -webkit-backface-visibility: hidden;
  bottom: 0.6em;
  right: 0.6em;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .button {
    bottom: 0.6em;
    left: 0.6em;
    right: auto;
  }
}
.button svg {
  width: 88px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .button svg {
    width: 150px;
  }
}
.button a {
  display: block;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.button a:hover {
  -moz-transform: translateY(-24px);
  -o-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}

@-webkit-keyframes backgroundChange /* Safari and Chrome */ {
  from {
    background: #EAD0CA;
  }
  to {
    background: #C9725B;
  }
}
@keyframes backgroundChange {
  0% {
    background: #EAD0CA;
    color: #126046;
  }
  50% {
    background: #F4AB87;
    color: #C9725B;
  }
  100% {
    background: #EAD0CA;
    color: #126046;
  }
}
.backgroundChange {
  -webkit-animation: backgroundChange 2s linear infinite;
  -moz-animation: backgroundChange 2s linear infinite;
  -ms-animation: backgroundChange 2s linear infinite;
  -o-animation: backgroundChange 2s linear infinite;
  animation: backgroundChange 2s linear infinite;
}

@keyframes colorChange {
  0% {
    color: #126046;
  }
  50% {
    color: #F4AB87;
  }
  100% {
    color: #126046;
  }
}
.colorChange {
  -webkit-animation: colorChange 5s linear infinite;
  -moz-animation: colorChange 5s linear infinite;
  -ms-animation: colorChange 5s linear infinite;
  -o-animation: colorChange 5s linear infinite;
  animation: colorChange 5s linear infinite;
}

.service-list li {
  color: #EAD0CA;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.service-list li .accordion-content {
  max-height: 0;
  -moz-transition: max-height 1s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: max-height 1s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out, opacity 0.4s ease-in-out;
  transition: max-height 1s ease-in-out, opacity 0.4s ease-in-out;
  overflow: hidden;
  opacity: 0;
  padding-top: 0.5rem;
}
.service-list li:first-child {
  padding-top: 0.5em;
}
.service-list li:last-child {
  padding-bottom: 0.5em;
}
.service-list li .menu-item {
  cursor: pointer;
}
.service-list li.active {
  color: white;
}
.service-list li.active .accordion-content {
  max-height: 800px;
  opacity: 1;
  -moz-transition: max-height 1s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: max-height 1s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out, opacity 0.4s ease-in-out;
  transition: max-height 1s ease-in-out, opacity 0.4s ease-in-out;
}
.service-list .item-name {
  display: block;
  font-size: 1.1em;
  font-family: "Syne-Extra", sans-serif;
  font-weight: 700;
  font-style: bold;
}
@media screen and (max-width: 760px) {
  .service-list .item-name {
    font-size: 0.9em;
  }
}
.service-list .item-time {
  font-family: "GT America", sans-serif;
  font-size: 0.6em;
}
.service-list .item-price {
  font-family: "GT America", sans-serif;
  font-size: 0.8em;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  text-align: right;
  margin-bottom: 0.2em;
}
.service-list .item-description {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  flex-grow: 2;
}
.service-list hr {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
  margin: 1em 0.7rem;
  width: 100%;
}
.service-list .item {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  max-width: 600px;
  line-height: 1.1em;
}

/* below are old FAQ classes*/
/* SERVICES*/

.services .inner-page-container {
  text-align: left;
}
.services .inner-page-container h2 {
  text-align: left;
}
.services .inner-page-container li {
  margin-bottom: 2em;
  position: relative;
}
.services .inner-page-container ul {
  max-width: 700px;
  margin-left: auto;
  margin-top: 3em;
  padding-left: 1.3em;
}
.services .inner-page-container .answer {
  display: block;
  font-size: 0.7em;
  line-height: 1.4em;
  margin-top: 0.4em;
  font-family: "GT America", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.services .inner-page-container .question {
  font-family: "Syne-Extra", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.8em;
}
.services .inner-page-container .number {
  font-size: 0.5em;
  position: absolute;
  margin-left: -2em;
  top: 0em;
  font-family: "GT America", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.services .inner-page-container img {
  width: 100%;
  margin: 0.5rem 0;
}

/* faq */

.faq .inner-page-container {
  text-align: left;
}
.faq .inner-page-container h2 {
  text-align: left;
}
.faq .inner-page-container li {
  margin-bottom: 2em;
  position: relative;
}
.faq .inner-page-container ul {
  max-width: 700px;
  margin-left: auto;
  margin-top: 3em;
  padding-left: 1.3em;
}
.faq .inner-page-container .answer {
  display: block;
  font-size: 0.7em;
  line-height: 1.4em;
  margin-top: 0.4em;
  font-family: "GT America", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.faq .inner-page-container .question {
  font-family: "Syne-Extra", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.8em;
}
.faq .inner-page-container .number {
  font-size: 0.5em;
  position: absolute;
  margin-left: -2em;
  top: 0em;
  font-family: "GT America", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.faq ul {
  list-style-type: square;
  text-align: left;
  padding-bottom: 2em;
}

.faq ul li {
  margin-bottom: 1em;
  font-size: 0.6em;
  line-height: 1.3em;
}

.faq ul h2 {
  font-size: 0.8em;
}

.faq p {
  line-height: 1.3em;
  padding-bottom: 2em;
  font-size: 0.6em;
}



.services .inner-page-container img {
  width: 100%;
  margin: 0.5rem 0;
}

.announcement-banner {
  background: #126046;
  position: fixed;
  visibility: hidden;
  z-index: 2;
  width: 100%;
  color: white;
  font-size: 0.5em;
  text-transform: uppercase;
  height: 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 760px) {
  .announcement-banner {
    height: 32px;
    font-size: 0.55em;
  }
}

.mobile-scroll-container {
  position: relative;
  top: 0;
}
@media screen and (max-width: 760px) {
  .mobile-scroll-container {
    top: 0;
  }
}

.navigation-container {
  top: 0;
}
@media screen and (max-width: 760px) {
  .navigation-container {
    top: 0;
  }
}

.link-to-popup {
  border-bottom: 1px solid white;
  cursor: pointer;
}

.popup-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out all;
}
.popup-js.active {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  width: 100%;
  max-width: 600px;
  height: 100%;
  background: #126046;
  border: 1px solid #EAD0CA;
  color: #EAD0CA;
  position: relative;
  z-index: 2;
  overflow: scroll;
  margin: 0 auto;
  font-size: 0.8em;
}
.popup-inner .popup-inner-container {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1.5em;
}
.popup-inner .popup-close {
  position: absolute;
  top: 1em;
  right: 1.5em;
  text-transform: uppercase;
  font-size: 0.6em;
  border-bottom: 1px solid #126046;
  line-height: 1.5em;
  cursor: pointer;
}
.popup-inner ul {
  list-style-type: square;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.3em;
  padding-bottom: 2em;
}
.popup-inner ul li {
  margin-bottom: 1em;
}

.popup-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}

/*# sourceMappingURL=style.css.map */
