/* 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,
q:before, q:after {
  content: '';
  content: none; }

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

.group:after {
  content: "";
  display: table;
  clear: both; }

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 117.5%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul li,
ol li {
  line-height: 1.5rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem; }

h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem; }

h3 {
  font-size: 1.414rem; }

h4 {
  font-size: 0.707rem; }

h5 {
  font-size: 0.4713333333333333rem; }

h6 {
  font-size: 0.3535rem; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

table td,
table th {
  padding: 0;
  line-height: 33px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.414rem; }

/* Hug the block above you */
.hug {
  margin-top: 0; }

/* ALERTS - Straight from bootstrap*/
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .alert p {
    line-height: 2.2em;
    font-weight: bold;
    margin: 0 0 0 1em;
    padding: 3px 0 0;
    font-size: 1.1em; }

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea; }
  .alert-info p {
    line-height: 1em;
    padding: 12px 0 8px; }

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7; }

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-box {
  padding: 1em; }

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

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

.is-left {
  text-align: left; }

.is-small {
  font-size: 75%; }

.width {
  width: 100%;
  margin: 0 auto; }

blockquote {
  display: inline-block;
  clear: both;
  color: #666;
  font-weight: 700;
  margin: 1rem auto 2.5rem;
  position: relative;
  text-align: center;
  padding: 3rem 5%;
  font-size: .8rem;
  line-height: 1.8rem;
  width: 90%;
  display: block; }
  blockquote::before {
    content: " ";
    border-top: 3px solid #efefef;
    position: absolute;
    top: .625rem;
    width: 50%;
    height: 1px;
    left: 25%; }
  blockquote::after {
    content: " ";
    border-top: 3px solid #efefef;
    position: absolute;
    bottom: .625rem;
    width: 30%;
    height: 1px;
    left: 35%; }

/* CALENDAR STYLES */
table.calendar {
  width: 100%;
  margin: 1px 0 15px;
  border: 1px solid #5b545a;
  color: #5b545a;
  padding: 0;
  background-color: #eeeeee; }

table.calendar tr.heading {
  background: #5b545a;
  color: #f6ce76;
  font-size: 12px; }

table.calendar tr.heading th {
  padding: 5px 0 6px;
  text-align: center; }

table.calendar tr.heading a {
  color: #f6ce76;
  text-decoration: none; }

table.calendar tr.heading a:hover {
  color: #d5d3d5; }

table.calendar tr.weekdays {
  font-size: 12px;
  font-weight: bold;
  background: #d5d3d5; }

table.calendar tr.weekdays td {
  padding: 5px 0;
  text-align: center; }

table.calendar tr.days {
  font-size: 11px;
  vertical-align: text-top; }

table.calendar tr.days td {
  text-align: center;
  border: 1px solid #5b545a;
  height: 26px;
  width: 14%;
  padding: 3px;
  line-height: 26px;
  font-size: 18px;
  cursor: pointer; }

table.calendar tr.days td.selected {
  background: #cfcfcf;
  font-weight: bold; }

table.calendar tr.days td div {
  padding: 3px 0; }

table.calendar tr.days td div.eventday {
  font-size: 10px; }

table.calendar tr.days td div.eventday a {
  color: #000;
  text-decoration: none; }

table.calendar div.highlight {
  background: #ffffff; }

body {
  font-family: "Open Sans", sans-serif;
  color: #1f1f1f; }

header {
  padding: 8px 0 0; }
  header h1 {
    line-height: 1.3em;
    margin: 0;
    padding: 0 0 8px;
    text-align: center;
    border-bottom: 2px solid #adcd61;
    font-size: 1.4rem;
    text-transform: uppercase; }
    header h1 a {
      color: #75766c;
      text-decoration: none; }
    header h1 img {
      display: block;
      height: 70px;
      margin: 0 auto; }
  header #topbarnav {
    border-bottom: 2px solid #adcd61; }
    header #topbarnav #account-options {
      float: left;
      width: 50%;
      text-align: left; }
    header #topbarnav #mobilenav {
      font-size: .85em;
      padding: .5em 8px .4em;
      float: right; }
      header #topbarnav #mobilenav .show-menu {
        text-decoration: none;
        color: #75766c;
        text-align: right;
        cursor: pointer; }
      header #topbarnav #mobilenav input[type=checkbox] {
        display: none; }
  header nav {
    margin: 0;
    position: relative; }
    header nav #fullnav {
      display: none;
      background: #adcd61;
      border-bottom: 2px solid #fff; }
    header nav.pure-menu-horizontal ul {
      text-align: center; }
      header nav.pure-menu-horizontal ul li {
        display: block !important; }
        header nav.pure-menu-horizontal ul li a {
          display: block;
          color: #fff; }
          header nav.pure-menu-horizontal ul li a:hover {
            background-color: rgba(255, 255, 255, 0.5);
            color: #3d3d3d;
            transition: background-color .2s ease-in; }
          header nav.pure-menu-horizontal ul li a:after {
            display: none; }
        header nav.pure-menu-horizontal ul li ul {
          display: none !important; }

#hero {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 50px;
  height: 420px;
  border-bottom: 11px solid #adcd61;
  text-align: center; }
  #hero #leadin {
    margin: 50px 0 50px;
    width: 50%;
    text-align: right; }
    #hero #leadin h1 {
      font-family: "Didact+Gothic", sans-serif;
      color: #adcd61;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 2.0rem;
      color: #43bbab; }
    #hero #leadin .pure-button-primary {
      background-color: #adcd61;
      font-weight: bold;
      font-size: 1.4rem; }

#content {
  padding: 0 0; }
  #content h1 {
    margin-top: 0;
    padding: 3px 15px 5px;
    background-color: #adcd61;
    color: #fff;
    line-height: 1.6rem;
    font-size: 1.2rem; }
  #content h2 {
    color: #43bbab;
    margin: 0 0 1rem 0;
    padding: 11px 15px;
    line-height: 1.6rem;
    font-size: 1.4rem; }
  #content h3 {
    color: #75766c;
    margin: 11px 15px 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #75766c; }
  #content p {
    padding: 8px 15px;
    font-size: .9rem;
    margin-top: 3px; }
  #content ul {
    margin: 8px 15px 28px;
    list-style: disc;
    padding-left: 23px;
    line-height: 1rem;
    font-size: .85rem;
    font-style: italic; }
  #content dl {
    padding: 3px 15px;
    margin: 17px 0 33px; }
  #content form {
    padding: 15px; }
  #content #content-footer {
    background: #75766c;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    font-weight: bold;
    font-style: italic;
    margin-top: 27px; }

#main #home-sections {
  padding: 0 0 40px 0;
  text-align: center; }
  #main #home-sections h3 {
    font-size: .9em;
    line-height: 1.1em; }
  #main #home-sections .button-primary {
    background-color: #43bbab;
    color: #fff; }
  #main #home-sections #section-1 {
    padding-top: 23px; }
    #main #home-sections #section-1 h3 {
      text-align: center;
      font-size: 2.1em;
      font-weight: bold;
      border-bottom: none;
      margin: 0;
      color: #43bbab;
      padding: .3em 2% .3em 2%; }
    #main #home-sections #section-1 h4 {
      font-size: 1.4em;
      margin: 0 5% 1.5rem;
      color: #75766c; }
    #main #home-sections #section-1 .subsection {
      text-align: center;
      margin-bottom: 12%; }
      #main #home-sections #section-1 .subsection h3 {
        font-size: 1.3em;
        text-align: center;
        margin: 0 2% 38px;
        line-height: 1.5em;
        background: #adcd61;
        color: #FFF; }
        #main #home-sections #section-1 .subsection h3 a {
          color: #fff;
          display: block;
          padding: 3px 0;
          text-decoration: none; }
      #main #home-sections #section-1 .subsection .pure-button {
        font-size: .75rem; }
      #main #home-sections #section-1 .subsection h4 {
        font-size: 2.4em;
        margin-bottom: 28px; }
      #main #home-sections #section-1 .subsection p {
        font-size: .85rem;
        color: #75766c; }
      #main #home-sections #section-1 .subsection img {
        max-width: 275px;
        margin: 34px auto 5px; }

#membership #content #membership-options ul {
  border-top: 1px solid #75766c;
  padding-left: 0; }
  #membership #content #membership-options ul li {
    font-style: normal;
    font-weight: bold;
    border-bottom: 1px solid #75766c;
    margin-left: 0;
    padding-left: 0 !important; }
    #membership #content #membership-options ul li a {
      color: #43bbab;
      display: block;
      padding-left: 17px; }

#membership #content form {
  padding: 5px 15px; }
  #membership #content form h2 {
    padding-left: 0;
    margin: 17px 0 4px; }

#testimonial {
  text-align: center;
  background-color: #adcd61;
  color: #fff;
  padding: 25px 0; }
  #testimonial p {
    margin-top: 0;
    font-weight: bold; }
    #testimonial p.testimonial_by {
      font-weight: lighter;
      font-style: italic; }

footer {
  display: grid;
  grid-template-columns: 1;
  text-align: left;
  border-top: 4px solid #75766c;
  background: #43bbab;
  padding: 15px;
  margin: 0 0 0 0; }
  footer p {
    margin: 0;
    padding: 0;
    color: #fff; }
    footer p a {
      color: #fff;
      text-decoration: none; }
    footer p#cjgraphix-line {
      font-size: .6rem;
      text-align: right; }
      footer p#cjgraphix-line a {
        color: rgba(255, 255, 255, 0.7); }
  footer ul {
    margin: 0;
    padding: 3px 0; }
    footer ul li {
      float: left;
      margin-right: 8px;
      padding: 0 3px 0 0; }
      footer ul li a {
        color: #fff; }

#content .faq {
  border: 2px solid #43bbab; }
  #content .faq h3 {
    background-color: #43bbab;
    padding: 7px 11px 8px;
    margin: 0;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-size: 1.2rem; }
    #content .faq h3:last-of-type {
      border-bottom: 2px solid #43bbab;
      padding-bottom: 6px; }
    #content .faq h3.ui-state-active {
      background-color: #75766c;
      border-color: #75766c;
      transition: border-color 1s;
      transition: background-color 1s;
      outline: none; }
    #content .faq h3:focus {
      outline: none; }

.modal h2 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-top: .2em;
  text-align: center; }

.modal p {
  font-size: .85em;
  margin-top: .2em;
  margin-bottom: 1.5em;
  line-height: 1.1rem; }
  .modal p.subnote {
    font-size: 70%;
    text-align: left;
    margin-top: 2em; }
  .modal p a {
    color: #43bbab; }

.modal {
  padding: 0 0 15px 0 !important; }
  .modal h2 {
    background-color: #43bbab;
    color: #fff;
    margin-top: 0 !important;
    padding: 8px 0;
    border-radius: 8px 8px 0px 0px; }
  .modal p {
    margin: 2px 10px 12px;
    font-size: .9em;
    text-align: center; }
  .modal .wrapper {
    font-size: .9em;
    width: 96%;
    margin: 5px auto; }
  .modal h3 {
    text-align: center; }
  .modal #appointment_table {
    font-size: .8em;
    width: 98%;
    margin: 0 auto 13px; }
    .modal #appointment_table thead td {
      padding: 0; }
    .modal #appointment_table tbody td {
      padding: 0; }

@media screen and (min-width: 800px) {
  header {
    padding: 8px 0 0 0; }
    header h1 {
      text-align: left;
      float: left;
      border-bottom: none;
      padding-left: 15px;
      display: flex;
      align-items: center; }
      header h1 img {
        margin: 0;
        display: inline-block; }
    header #topbarnav #account-options {
      float: right;
      text-align: right;
      font-size: .75rem;
      padding-right: 15px;
      width: auto; }
      header #topbarnav #account-options li {
        border: 1px solid #43bbab;
        margin-left: 5px; }
    header #topbarnav #mobilenav {
      display: none; }
      header #topbarnav #mobilenav .show-menu {
        text-decoration: none;
        color: #75766c;
        text-align: right;
        cursor: pointer; }
      header #topbarnav #mobilenav input[type=checkbox] {
        display: none; }
    header nav {
      margin: 0;
      position: relative; }
      header nav #fullnav {
        display: block;
        background: #adcd61;
        border-bottom: 2px solid #fff; }
      header nav.pure-menu-horizontal ul {
        text-align: center; }
        header nav.pure-menu-horizontal ul li {
          display: inline-block !important; }
          header nav.pure-menu-horizontal ul li a {
            display: block;
            color: #fff; }
            header nav.pure-menu-horizontal ul li a:hover {
              background-color: rgba(255, 255, 255, 0.5);
              color: #3d3d3d; }
            header nav.pure-menu-horizontal ul li a:after {
              display: none; }
          header nav.pure-menu-horizontal ul li ul {
            display: none !important; }
  #hero #leadin h1 {
    font-size: 3.5rem;
    line-height: 3.0rem; }
  #content {
    padding: 0 0;
    max-width: 1024px;
    margin: 24px auto; }
    #content h1 {
      margin-top: 0;
      padding: 24px 15px 5px;
      color: #adcd61;
      background-color: #fff;
      line-height: 2.8rem;
      font-size: 2.4rem; }
    #content h2 {
      color: #43bbab;
      margin: 0 0 1rem 0;
      padding: 11px 15px;
      line-height: 1.6rem;
      font-size: 1.4rem; }
    #content h3 {
      color: #75766c;
      margin: 11px 15px 0;
      padding: 0 0 3px;
      border-bottom: 1px solid #75766c; }
    #content p {
      padding: 8px 15px;
      font-size: .9rem;
      margin-top: 3px; }
    #content ul {
      margin: 8px 15px 28px;
      list-style: disc;
      padding-left: 23px;
      line-height: 1rem;
      font-size: .85rem;
      font-style: italic; }
    #content dl {
      padding: 3px 15px;
      margin: 17px 0 33px; }
    #content #contact-form {
      padding: 15px; }
  #testimonial p {
    width: 65%;
    margin: 0 auto; }
  footer {
    text-align: center; }
    footer p#cjgraphix-line {
      font-size: .6rem;
      text-align: center; }
  .buckets {
    display: grid;
    grid-template-columns: repeat(3, 33.3333333333%);
    margin-top: 71px; }
  #contact .grid5050 {
    display: grid;
    grid-template-columns: 50% 50%; }
  #membership #content {
    display: grid;
    grid-template-columns: 25% 75%; }
    #membership #content #membership-options {
      padding-top: 24px; }
      #membership #content #membership-options ul {
        list-style: none; }
    #membership #content form {
      padding: 5px 15px; }
      #membership #content form h2 {
        padding-left: 0;
        margin: 17px 0 4px; }
  blockquote {
    display: block;
    padding: 3rem 10%;
    font-size: 1.5rem;
    width: 80%; } }
