/* 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 {
  display: flex;
  flex-direction: row;
  width: 85%;
  margin: 0 auto; }
  .width .main_content {
    width: 100%; }

@media all and (max-width: 800px) {
  .width {
    display: flex;
    flex-direction: column-reverse;
    width: 96%;
    margin: 0 auto; }
    .width .main_content {
      width: 100%; } }

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

#content {
  padding: 0 0;
  display: grid;
  grid-template-columns: 69% 29%;
  grid-column-gap: 2%;
  width: 96%;
  margin: 0 auto; }
  #content .sidebar_content {
    padding: 0; }
  #content h1 {
    margin-top: 0;
    padding: 3px 15px 5px;
    background-color: #73818f;
    color: #fff;
    line-height: 1.8rem;
    font-size: 1.2rem; }
  #content h2 {
    margin-top: 0;
    padding: 3px 15px 5px;
    color: #73818f;
    line-height: 1.3rem;
    font-size: 1.4rem;
    font-weight: bold; }
  #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: lightgray;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    font-weight: bold;
    font-style: italic;
    margin-top: 27px; }

@media all and (max-width: 800px) {
  #content {
    display: grid;
    grid-template-columns: 100%; } }

#contact_bar {
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
  background: linear-gradient(#A10000, #B50101);
  color: #fff; }
  #contact_bar a {
    color: #fff;
    text-decoration: none; }
  #contact_bar span {
    margin-right: 13px; }

@media all and (max-width: 800px) {
  #contact_bar {
    /* When on medium sized screens, we center it by evenly distributing empty space around items */
    justify-content: space-around; }
    #contact_bar .segment {
      display: flex;
      justify-content: space-between; } }

/* Small screens */
@media all and (max-width: 500px) {
  #contact_bar {
    /* On small screens, we are no longer using row direction but column */
    justify-content: space-between;
    padding: 3px 5px; }
    #contact_bar .segment {
      display: flex;
      flex-direction: column; }
    #contact_bar span {
      margin-right: 0;
      margin-bottom: 2px; } }

header {
  padding: 0 0 0 0;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-top: 15px; }
  header h1 {
    text-align: left;
    border-bottom: none;
    padding-left: 15px;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 5px;
    line-height: 1rem; }
    header h1 img {
      margin: 0;
      display: inline-block;
      z-index: 99;
      max-width: 350px; }
  header h2 {
    flex-basis: 100%;
    font-family: "Georgia", serif;
    background: linear-gradient(#B50101, #A10000);
    font-weight: bold;
    padding: .1em 1em;
    text-align: center;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.3em; }
  header #topbarnav #mobilenav {
    display: none; }
    header #topbarnav #mobilenav .show-menu {
      text-decoration: none;
      color: lightgray;
      text-align: right;
      cursor: pointer; }
    header #topbarnav #mobilenav input[type=checkbox] {
      display: none; }
  header nav {
    margin: 0;
    position: relative; }
    header nav #nav_fullnav {
      display: block;
      text-align: right;
      font-size: 14px;
      font-weight: bold; }
    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: #141414;
          font-family: 'Impact', sans-serif;
          font-size: .9rem; }
          header nav.pure-menu-horizontal ul li a:hover {
            background-color: rgba(255, 255, 255, 0.5);
            color: #a10000;
            transition: color .5s;
            transition-timing-function: ease-out; }
          header nav.pure-menu-horizontal ul li a:after {
            display: none; }
        header nav.pure-menu-horizontal ul li ul {
          display: none !important; }

@media all and (max-width: 800px) {
  header {
    flex-direction: column; }
    header h1 {
      text-align: center; }
      header h1 img {
        margin: 0 auto;
        max-width: 450px; }
    header #topbarnav {
      margin: 0;
      width: 100%;
      text-align: center; }
    header nav {
      margin: 0;
      width: 100%;
      background-color: #73818f; }
      header nav #nav_fullnav {
        text-align: center; }
      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; } }

/* Small screens */
@media all and (max-width: 500px) {
  header {
    padding: 0 0 0; }
    header h1 {
      text-align: center; }
      header h1 img {
        display: block;
        max-width: 90%; }
    header #topbarnav {
      margin: 0;
      width: 100%; }
      header #topbarnav #mobilenav {
        font-size: .85em;
        padding: .5em 8px .4em;
        display: block;
        text-align: center; }
        header #topbarnav #mobilenav .show-menu {
          text-decoration: none;
          color: lightgray;
          text-align: right;
          cursor: pointer; }
        header #topbarnav #mobilenav input[type=checkbox] {
          display: none; }
    header nav {
      margin: 0;
      width: 100%; }
      header nav #nav_fullnav {
        display: none;
        text-align: center;
        width: 100%; }
      header nav.pure-menu-horizontal ul {
        text-align: center; }
        header nav.pure-menu-horizontal ul li {
          display: block !important;
          width: 100%;
          background: #73818f; }
          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 {
  margin: 0;
  padding: 0;
  color: #fff; }
  #hero li {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 21px 50px 0;
    text-align: center; }
    #hero li h1 {
      margin-top: .7rem;
      font-size: 2.424rem;
      line-height: 2.6rem;
      text-transform: uppercase;
      font-weight: bold;
      text-shadow: 1px 1px 1px black; }
    #hero li p {
      width: 80%;
      margin: 23px auto;
      font-size: 1.4rem;
      line-height: 1.7rem; }

#page #hero li {
  padding: 21px 0 0; }

/* Small screens */
#review_bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #review_bar .review {
    width: 33.33333333%;
    padding: 0 17px; }
    #review_bar .review h3 {
      font-size: 1.2rem; }
    #review_bar .review p {
      font-size: .7rem;
      margin-left: 0;
      padding-left: 0; }
      #review_bar .review p.signature {
        text-align: right; }
  #review_bar.sidebar {
    flex-direction: column; }
    #review_bar.sidebar .review {
      width: 100% !important; }

@media all and (max-width: 800px) {
  #review_bar {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #review_bar .review {
      flex-grow: 1;
      width: 100%; } }

#staff_bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #staff_bar .staff {
    width: 33.33333333%;
    padding: 0 17px; }
    #staff_bar .staff h3 {
      font-size: 1.2rem; }
    #staff_bar .staff p {
      font-size: .7rem;
      margin-left: 0;
      padding-left: 0; }
      #staff_bar .staff p.signature {
        text-align: right; }
  #staff_bar.sidebar {
    flex-direction: column; }
    #staff_bar.sidebar .staff {
      width: 100% !important; }

@media all and (max-width: 800px) {
  #staff_bar {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #staff_bar .staff {
      flex-grow: 1;
      width: 100%; } }

.sidebar_content .sidebar {
  padding-bottom: 24px; }

.sidebar_content h2 {
  font-size: .9rem !important;
  line-height: 1.1rem;
  color: #fff !important;
  background: linear-gradient(#B50101, #A10000);
  margin: 0;
  padding: 3px 8px; }

/* Small screens */
footer {
  background: #2F2F2F;
  color: #E8E8E8;
  border-top: 10px solid #B30112;
  border-bottom: 10px solid #B30112; }
  footer h2 {
    font-size: 18px;
    line-height: 1.8rem;
    border-bottom: 1px solid #E8E8E8;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-top: .1em;
    color: #B30112; }
  footer p {
    margin: 0;
    padding: 0;
    color: #fff; }
    footer p a {
      color: #fff;
      text-decoration: none;
      color: #E8E8E8; }
    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; }

footer.site-footer {
  background: #2F2F2F;
  color: #E8E8E8;
  border-top: 10px solid #B30112;
  border-bottom: 10px solid #B30112; }

footer.site-footer .widget {
  margin: .3em 0 1em; }

footer.site-footer h2 {
  font-size: 18px;
  border-bottom: 1px solid #E8E8E8;
  font-family: Arial, sans-serif;
  margin-top: .1em;
  color: #B30112; }

footer.site-footer ul {
  margin-left: .25em; }

footer.site-footer a {
  color: #E8E8E8; }

#products_bar h3 {
  font-size: 1.3rem;
  background: linear-gradient(#A10000, #B50101);
  color: #fff;
  padding: 4px 15px; }

#products_bar h4 {
  font-size: 1.3rem;
  color: #B50101;
  padding: 4px 15px; }

#products_bar .products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #products_bar .products .product {
    width: 33.33333333%;
    padding: 0 17px; }
    #products_bar .products .product h5 {
      margin: 0 0 15px 0;
      background: linear-gradient(#A10000, #B50101);
      color: #fff;
      padding-left: 8px;
      font-size: .7rem;
      font-weight: bold; }
    #products_bar .products .product a {
      text-decoration: none; }
    #products_bar .products .product h3 {
      font-size: 1.2rem; }
    #products_bar .products .product p {
      font-size: .7rem;
      margin-left: 0;
      padding-left: 0; }

#product_detail #product_image {
  float: right;
  width: 40%;
  padding-left: 47px; }

@media all and (max-width: 800px) {
  #product_detail #product_image {
    float: none;
    width: 100%;
    padding: 10px; } }

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

#content {
  padding: 0 0; }
  #content h1 {
    margin-top: 0;
    padding: 3px 15px 5px;
    background-color: #73818f;
    color: #fff;
    line-height: 1.8rem;
    font-size: 1.2rem; }
  #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: lightgray;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    font-weight: bold;
    font-style: italic;
    margin-top: 27px; }

#main-images {
  border: 4px solid white; }

#main-images div {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 4px solid white; }

#main-images div a {
  display: block;
  padding: 120px 20px 120px;
  color: rgba(255, 255, 255, 0);
  font-family: Impact, sans-serif;
  font-size: 2.4em; }

#main-images div a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #ae0000;
  text-decoration: none; }

#main #home-sections {
  padding: 0 0 40px 0;
  text-align: left; }
  #main #home-sections h2 {
    font-family: impact, serif;
    background: linear-gradient(#B50101, #A10000);
    font-size: .9em;
    line-height: 1.1em;
    margin: 0;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 36px; }
  #main #home-sections .button-primary {
    background-color: #002b4b;
    color: #fff; }
  #main #home-sections h3 {
    font-weight: bold;
    border-bottom: none;
    margin: 0;
    color: #002b4b;
    padding: .3em 2% .3em 2%; }
  #main #home-sections h4 {
    font-size: 1.4em;
    margin: 0 5% 3rem;
    color: lightgray; }
  #main #home-sections .section_content p {
    margin: 3%;
    color: #73818f;
    font-size: 1em;
    font-weight: normal; }
  #main #home-sections .subsection {
    text-align: center;
    margin-bottom: 12%;
    margin-top: 38px; }
    #main #home-sections .subsection h3 {
      font-size: 1.8em;
      text-align: center;
      margin: 0 2%;
      line-height: 1.5em;
      color: #002b4b;
      font-weight: normal; }
      #main #home-sections .subsection h3 a {
        color: #fff;
        display: block;
        padding: 3px 0;
        text-decoration: none; }
    #main #home-sections .subsection h4 {
      font-size: 2.4em;
      margin-bottom: 28px; }
    #main #home-sections .subsection p {
      font-size: .85rem;
      color: #002b4b;
      text-align: left; }
    #main #home-sections .subsection img {
      max-width: 275px;
      margin: 12px auto 5px; }

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

#subnav {
  list-style: none;
  font-family: "impact";
  border: 4px solid #a10000; }
  #subnav li {
    list-style: none;
    text-align: left;
    padding: 3px 0; }
    #subnav li a {
      display: block;
      color: #141414;
      font-family: 'Impact', sans-serif;
      font-size: .9rem;
      font-style: normal; }
      #subnav li a:hover {
        background-color: rgba(255, 255, 255, 0.5);
        color: #a10000;
        transition: color .5s;
        transition-timing-function: ease-out; }
      #subnav li a:after {
        display: none; }
    #subnav li ul {
      display: none !important; }

#content .faq {
  border: 2px solid #002b4b; }
  #content .faq h3 {
    background-color: #002b4b;
    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 #002b4b;
      padding-bottom: 6px; }
    #content .faq h3.ui-state-active {
      background-color: lightgray;
      border-color: lightgray;
      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 {
  padding: 0 0 15px 0 !important; }
  .modal h2 {
    background-color: #002b4b;
    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) {
  #hero #leadin h1 {
    font-size: 3.5rem;
    line-height: 3.0rem; }
  #content {
    padding: 0 0;
    margin: 0 auto; }
    #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; }
  .buckets-5 {
    display: grid;
    grid-template-columns: repeat(5, 20%); }
  .buckets-4 {
    display: grid;
    grid-template-columns: repeat(4, 25%); }
    .buckets-4 img {
      padding: 25px;
      height: 200px; }
  .buckets-3 {
    display: grid;
    grid-template-columns: repeat(3, 33.3333333333%); }
    .buckets-3 img {
      padding: 25px;
      height: 200px; }
  .buckets-2 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    text-align: left; }
    .buckets-2 img {
      float: left;
      padding: 0 25px 25px;
      height: 200px; }
    .buckets-2 .subsection h3 {
      text-align: left !important;
      font-size: 1.3em !important; }
  #section-6, #section-10, #section-8 {
    display: flex;
    align-items: center;
    margin-top: 27px; }
    #section-6 .headshot, #section-10 .headshot, #section-8 .headshot {
      padding: 5%; }
  #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%; } }
