/* 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: "BerlinSans";
  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; }

@font-face {
  font-family: BerlinSans;
  src: url(fonts/BRLNSR.TTF); }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 9, 2019 */
@font-face {
  font-family: 'hk_grotesklight';
  src: url("fonts/hkgrotesk-light-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'hk_groteskregular';
  src: url("fonts/hkgrotesk-regular-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'hk_groteskitalic';
  src: url("fonts/hkgrotesk-italic-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'hk_groteskbold';
  src: url("fonts/hkgrotesk-bold-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* 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; }

.button-green {
  background-color: #4ca950;
  color: #fff;
  font-family: "BerlinSans";
  font-weight: bold;
  margin: 24px; }

@media screen and (min-width: 800px) {
  .button-green {
    background-color: #4ca950;
    color: #fff;
    font-family: "BerlinSans";
    font-weight: bold;
    margin: 24px; } }

.lSSlideOuter .lSPager.lSpg {
  margin-bottom: 10px !important; }

blockquote {
  display: inline-block;
  clear: both;
  color: #666;
  font-weight: 700;
  margin: 1rem auto 2.5rem;
  position: relative;
  text-align: center;
  padding: 3rem 10%;
  font-size: 1.5rem;
  line-height: 1.8rem;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }
  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: "hk_grotesklight";
  color: #1f1f1f; }

header {
  padding: 8px 0 0;
  border-bottom: 3px solid #416f5f; }
  header h1 {
    line-height: 1.3em;
    margin: 0;
    padding: 0 0 8px;
    text-align: center;
    border-bottom: 2px solid #4ca950;
    font-size: 1.4rem;
    text-transform: uppercase; }
    header h1 a {
      color: #494947;
      text-decoration: none; }
    header h1 img {
      display: block;
      height: 70px;
      margin: 0 auto; }
  header #topbarnav {
    border-bottom: 2px solid #4ca950; }
    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: #494947;
        text-align: right;
        cursor: pointer; }
      header #topbarnav #mobilenav input[type=checkbox] {
        display: none; }
  header nav {
    margin: 0; }
    header nav #nav_fullnav {
      display: none;
      background: #4ca950;
      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; }
          header nav.pure-menu-horizontal ul li a:after {
            display: none; }
        header nav.pure-menu-horizontal ul li ul {
          display: none !important; }

#open_closed {
  display: none !important; }

#hero li {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 5px;
  height: 720px;
  text-align: center; }
  #hero li h1 {
    margin-top: .7rem;
    font-size: 2.424rem;
    line-height: 2.6rem; }
  #hero li p {
    width: 80%;
    margin: 23px auto;
    font-size: 1.4rem;
    line-height: 1.7rem; }
  #hero li a {
    font-size: 1.5rem;
    text-transform: uppercase; }

#home-sections .section {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px;
  height: 550px;
  text-align: center; }
  #home-sections .section h3 {
    border-bottom: none;
    color: #000;
    font-size: 1.7rem;
    line-height: 1.9rem; }
  #home-sections .section p {
    width: 95%;
    margin: 23px auto;
    font-size: 1rem;
    line-height: 1.3rem; }

#home-sections #section-4 {
  height: auto; }
  #home-sections #section-4 h3 {
    color: #4ca950; }
  #home-sections #section-4 h4 {
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: #4ca950; }

#content {
  padding: 0 0 32px 0;
  margin-bottom: 32px; }
  #content .width {
    margin: 32px auto 0;
    width: 95%; }
  #content h1 {
    margin-top: 0;
    padding: 11px 15px 11px;
    background-color: #4ca950;
    color: #fff;
    line-height: 1.9rem;
    font-size: 1.2rem; }
  #content h2 {
    color: #416f5f;
    margin: 0 0 1rem 0;
    padding: 11px 15px;
    line-height: 1.6rem;
    font-size: 1.4rem; }
  #content h3 {
    color: #494947;
    margin: 11px 15px 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #494947; }
  #content p {
    padding: 8px 15px;
    font-size: .9rem;
    margin-top: 3px; }
    #content p a {
      color: #416f5f; }
  #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 #jobs-table {
    font-size: .8rem; }
    #content #jobs-table td {
      padding: .2rem .3rem; }
  #content #contact-form {
    padding: 15px; }
  #content #content-footer {
    background: #494947;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    font-weight: bold;
    font-style: italic;
    margin-top: 27px; }
  #content #menu-nav span {
    display: inline-block;
    font-family: .5rem; }
  #content #menu_navigation {
    margin: 0;
    font-size: .9rem;
    padding-left: 0;
    list-style: none;
    display: none; }
    #content #menu_navigation li {
      background: #4ca950;
      text-align: center;
      font-style: normal; }
      #content #menu_navigation li#first {
        border-top: none; }
      #content #menu_navigation li a {
        color: #fff;
        text-decoration: none;
        line-height: 2.8em;
        display: block;
        font-family: "BerlinSans"; }
  #content .menu-content h2 {
    color: #000;
    font-size: 2.1rem; }
  #content .menu-content .menu-items {
    display: block; }
    #content .menu-content .menu-items .item {
      margin-bottom: 17px; }
      #content .menu-content .menu-items .item h3 {
        color: #416f5f !important;
        font-size: 1.1rem;
        border-bottom: none; }
      #content .menu-content .menu-items .item p {
        margin-top: 0;
        padding-top: 0;
        font-size: .78rem; }

#main #content {
  padding-bottom: 0;
  margin-bottom: 0; }

#blog #category_description {
  width: 75%;
  margin: 10px auto;
  text-align: center; }

#main footer {
  margin-top: 0; }

#lifebar {
  display: flex;
  justify-content: space-between;
  background: #e0edde;
  padding: 0 15px;
  flex-wrap: wrap; }
  #lifebar h5 {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-top: 0;
    display: block; }
    #lifebar h5 span {
      border-bottom: 3px dashed #494947; }
    #lifebar h5 a {
      display: inline-block;
      margin: 0 4.5px;
      color: #494947; }

footer {
  display: grid;
  grid-template-columns: 1;
  text-align: left;
  border-top: 4px solid #494947;
  background: #416f5f;
  padding: 15px;
  margin: 0 0 0 0; }
  footer span {
    display: block; }
  footer p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: .75rem; }
    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; }

.location .location-detail h3 {
  font-weight: bold;
  border-bottom: none !important; }

.location .location-detail table {
  margin: 3%;
  width: 94%; }
  .location .location-detail table.hours-table {
    font-size: .9rem; }
  .location .location-detail table thead {
    font-size: .75rem; }
    .location .location-detail table thead td {
      padding: 3px 6px;
      line-height: 1.4rem; }
  .location .location-detail table tbody td {
    padding: 6px; }

.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 {
  padding: 0 0 15px 0 !important; }
  .modal h2 {
    background-color: #416f5f;
    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;
        height: 60px;
        margin-top: 15px; }
    header #topbarnav {
      display: none; }
      header #topbarnav #account-options {
        float: right;
        text-align: right;
        font-size: .75rem;
        padding-right: 15px;
        width: auto; }
      header #topbarnav #mobilenav {
        display: none; }
        header #topbarnav #mobilenav .show-menu {
          text-decoration: none;
          color: #494947;
          text-align: right;
          cursor: pointer; }
        header #topbarnav #mobilenav input[type=checkbox] {
          display: none; }
    header nav {
      margin: 0;
      position: relative;
      float: right; }
      header nav #nav_fullnav {
        display: inline-block;
        float: right;
        padding-top: 40px;
        border-bottom: 2px solid #fff;
        background-color: #fff; }
      header nav.pure-menu-horizontal {
        width: auto; }
        header nav.pure-menu-horizontal ul {
          text-align: center; }
          header nav.pure-menu-horizontal ul li {
            display: inline-block !important;
            font-size: .95rem; }
            header nav.pure-menu-horizontal ul li a {
              display: block;
              color: #494947 !important;
              transition: color 1s; }
              header nav.pure-menu-horizontal ul li a:hover {
                color: #4ca950 !important; }
              header nav.pure-menu-horizontal ul li a:after {
                display: none; }
            header nav.pure-menu-horizontal ul li ul {
              display: none !important; }
      header nav #open_closed {
        margin-right: 15px;
        margin-top: -15px;
        background-color: #4ca950;
        color: #fff;
        font-family: "BerlinSans";
        padding: 7px 12px;
        border-radius: 6px;
        line-height: 1.1rem;
        display: inline-block !important; }
        header nav #open_closed a {
          color: #fff !important;
          transition: none;
          text-decoration: none; }
          header nav #open_closed a:hover {
            color: #fff !important;
            background-color: #4ca950; }
        header nav #open_closed.closed {
          background-color: #aaaaaa; }
          header nav #open_closed.closed a:hover {
            background-color: #aaaaaa; }
    header #order_online {
      margin-top: -20px;
      background-color: #4ca950;
      color: #fff;
      font-family: "BerlinSans";
      padding: 7px 12px;
      border-radius: 6px;
      line-height: 1.1rem;
      display: inline-block !important; }
      header #order_online a {
        color: #fff !important;
        transition: none;
        text-decoration: none; }
        header #order_online a:hover {
          color: #fff !important;
          background-color: #4ca950; }
  #hero {
    border-top: 64px solid #4ca950; }
    #hero li {
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding: 50px;
      height: 720px;
      text-align: center; }
      #hero li h1 {
        margin-top: .7rem;
        font-size: 4.242rem;
        line-height: 4.5rem; }
      #hero li p {
        width: 80%;
        margin: 23px auto;
        font-size: 1.4rem;
        line-height: 1.7rem; }
      #hero li a {
        font-size: 2.5rem;
        text-transform: uppercase; }
  #lifebar {
    padding: 0 15px; }
    #lifebar h5 {
      font-size: 2.1rem;
      line-height: 3.9rem;
      margin-top: 0; }
      #lifebar h5 span {
        border-bottom: 3px dashed #494947;
        font-family: "hk_grotesklight"; }
      #lifebar h5 a {
        display: inline-block;
        margin: 0 8.5px;
        color: #494947; }
  #main #lifebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; }
  #home-sections .section {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 50px 50px;
    height: 750px;
    text-align: center; }
    #home-sections .section h3 {
      border-bottom: none;
      color: #000;
      font-size: 2.7rem; }
    #home-sections .section p {
      width: 80%;
      margin: 23px auto;
      font-size: 1.4rem;
      line-height: 1.7rem; }
  #home-sections #section-4 {
    height: auto; }
    #home-sections #section-4 h3 {
      color: #4ca950; }
    #home-sections #section-4 h4 {
      font-size: 2.4rem;
      color: #4ca950; }
  #content {
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative; }
    #content .width {
      margin: 32px auto 0;
      width: 80%; }
    #content h1 {
      margin-top: 0;
      padding: 5px 15px 5px;
      color: #fff;
      background-color: #4ca950;
      line-height: 2.8rem;
      font-size: 2.4rem; }
    #content h2 {
      color: #416f5f;
      margin: 0 0 1rem 0;
      padding: 11px 15px;
      line-height: 1.6rem;
      font-size: 1.4rem; }
    #content h3 {
      color: #494947;
      margin: 11px 15px 0;
      padding: 0 0 3px;
      border-bottom: 1px solid #494947; }
    #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 #jobs-table {
      font-size: 1rem; }
      #content #jobs-table td {
        padding: .5rem 1rem; }
    #content .location {
      display: grid;
      grid-template-columns: repeat(2, 50%); }
    #content #menu-nav span {
      display: none; }
    #content #menu_nav_wrapper {
      position: absolute;
      top: 100px;
      left: 0; }
      #content #menu_nav_wrapper #menu_navigation {
        margin: 0;
        font-size: .9rem;
        padding-left: 0;
        border-bottom: none;
        list-style: none;
        position: fixed;
        width: 20%;
        display: inline-block; }
        #content #menu_nav_wrapper #menu_navigation li {
          background: #4ca950;
          text-align: center;
          margin-bottom: 3px;
          font-style: normal; }
          #content #menu_nav_wrapper #menu_navigation li#first {
            border-top: none; }
          #content #menu_nav_wrapper #menu_navigation li.current {
            background-color: #416f5f; }
          #content #menu_nav_wrapper #menu_navigation li a {
            color: #fff;
            text-decoration: none;
            line-height: 2.8em;
            display: inline;
            display: block;
            font-family: "BerlinSans"; }
    #content .menu_description {
      margin-left: 25%;
      margin-right: 10%; }
    #content .menu-content {
      margin: 21px 10% 43px 25%; }
      #content .menu-content h2 {
        color: #000;
        font-size: 2.1rem; }
      #content .menu-content .menu-items {
        display: grid;
        grid-template-columns: repeat(3, 33.3333333333%); }
        #content .menu-content .menu-items .item {
          margin-bottom: 17px; }
          #content .menu-content .menu-items .item h3 {
            color: #416f5f !important;
            font-size: 1.1rem;
            border-bottom: none; }
          #content .menu-content .menu-items .item p {
            margin-top: 0;
            padding-top: 0;
            font-size: .78rem; }
    #content #contact-form {
      padding: 15px; }
  footer {
    text-align: center; }
    footer span {
      display: inline-block; }
    footer p {
      font-size: 1rem; }
      footer p#cjgraphix-line {
        font-size: .6rem;
        text-align: center; }
  #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; } }
