/**
 * Staff Carousel Styles
 * Standalone CSS for staff member carousel
 */
/* Staff Section Container */
@import url("libs/fontawesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
.staff-loop {
  position: relative;
  overflow: hidden;
}

/* Staff Member Box Styling */
.staff-member {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Staff Photo Container */
.staff-photo {
  width: 150px;
  height: 150px;
  margin: 0 auto 1.5em auto;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #3f8937;
  transition: all 0.3s ease;
}

.staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Staff Info */
.staff-member header {
  padding: 0;
  margin: 0;
}

.staff-member h3 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
  color: #333;
}

.staff-position {
  color: #3f8937;
  font-size: 0.9em;
  margin: 0;
}

/* Carousel Container */
.staff-carousel-wrapper {
  position: relative;
  padding: 0 60px;
}

.staff-carousel-container {
  overflow: hidden;
  position: relative;
}

.staff-carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.staff-carousel-slide {
  min-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

/* Carousel Navigation Arrows */
.staff-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: #3f8937;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5em;
  opacity: 0.9;
}

.staff-carousel-nav:hover {
  background: #3f8937;
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}

.staff-carousel-nav.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #ccc;
}

.staff-carousel-nav.prev {
  left: 0;
}

.staff-carousel-nav.next {
  right: 0;
}

.staff-carousel-nav::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}

.staff-carousel-nav.prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.staff-carousel-nav.next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

/* Carousel Indicators/Dots */
.staff-carousel-indicators {
  text-align: center;
  margin-top: 1.5em;
}

.staff-carousel-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.staff-carousel-indicator.active {
  background: #3f8937;
  width: 12px;
  height: 12px;
}

.staff-carousel-indicator:hover {
  background: #3f8937;
}

/* Responsive Design */
@media screen and (max-width: 980px) {
  .staff-carousel-wrapper {
    padding: 0 50px;
  }
  .staff-carousel-nav {
    width: 40px;
    height: 40px;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 736px) {
  .staff-carousel-wrapper {
    padding: 0 40px;
  }
  .staff-photo {
    width: 120px;
    height: 120px;
  }
  .staff-member h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .staff-carousel-wrapper {
    padding: 0 35px;
  }
  .staff-photo {
    width: 100px;
    height: 100px;
  }
  .staff-member {
    padding: 1.25em;
  }
  .staff-member h3 {
    font-size: 1.2em;
  }
  .staff-position {
    font-size: 0.85em;
  }
}
/*
	Dopetrope by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
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: middle;
}

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body, input, textarea, select {
  font-family: "Source Sans Pro";
  font-weight: 500;
  color: #5d5d5d;
  font-size: 14pt;
  line-height: 1.75em;
}

strong, b {
  color: #252122;
  font-weight: 400;
}

i, em {
  font-style: italic;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

blockquote {
  border-left: solid 0.75em #dddddd;
  padding: 1em 0 1em 1.5em;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  color: #252122;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.35em;
}

a {
  color: #3f8937;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

br.clear {
  clear: both;
}

hr {
  border: 0;
  border-top: solid 1px #dddddd;
  height: 1px;
  margin: 2em 0 2em 0;
}

p, ul, ol, dl, table {
  margin-bottom: 2em;
}

.hidden {
  display: none;
}

/* Container */
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 70em;
}
@media screen and (max-width: 1680px) {
  .container {
    width: 70em;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 980px) {
  .container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 736px) {
  .container {
    width: calc(100% - 40px);
  }
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}
.row > * {
  box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row.aln-left {
  justify-content: flex-start;
}
.row.aln-center {
  justify-content: center;
}
.row.aln-right {
  justify-content: flex-end;
}
.row.aln-top {
  align-items: flex-start;
}
.row.aln-middle {
  align-items: center;
}
.row.aln-bottom {
  align-items: flex-end;
}
.row > .imp {
  order: -1;
}
.row > .col-1 {
  width: 8.3333333333%;
}
.row > .off-1 {
  margin-left: 8.3333333333%;
}
.row > .col-2 {
  width: 16.6666666667%;
}
.row > .off-2 {
  margin-left: 16.6666666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.3333333333%;
}
.row > .off-4 {
  margin-left: 33.3333333333%;
}
.row > .col-5 {
  width: 41.6666666667%;
}
.row > .off-5 {
  margin-left: 41.6666666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.3333333333%;
}
.row > .off-7 {
  margin-left: 58.3333333333%;
}
.row > .col-8 {
  width: 66.6666666667%;
}
.row > .off-8 {
  margin-left: 66.6666666667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.3333333333%;
}
.row > .off-10 {
  margin-left: 83.3333333333%;
}
.row > .col-11 {
  width: 91.6666666667%;
}
.row > .off-11 {
  margin-left: 91.6666666667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0px;
  margin-left: 0px;
}
.row.gtr-0 > * {
  padding: 0px 0 0 0px;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0px;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0px;
}
.row.gtr-25 {
  margin-top: -12.5px;
  margin-left: -12.5px;
}
.row.gtr-25 > * {
  padding: 12.5px 0 0 12.5px;
}
.row.gtr-25.gtr-uniform {
  margin-top: -12.5px;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 12.5px;
}
.row.gtr-50 {
  margin-top: -25px;
  margin-left: -25px;
}
.row.gtr-50 > * {
  padding: 25px 0 0 25px;
}
.row.gtr-50.gtr-uniform {
  margin-top: -25px;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 25px;
}
.row {
  margin-top: -50px;
  margin-left: -50px;
}
.row > * {
  padding: 50px 0 0 50px;
}
.row.gtr-uniform {
  margin-top: -50px;
}
.row.gtr-uniform > * {
  padding-top: 50px;
}
.row.gtr-150 {
  margin-top: -75px;
  margin-left: -75px;
}
.row.gtr-150 > * {
  padding: 75px 0 0 75px;
}
.row.gtr-150.gtr-uniform {
  margin-top: -75px;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 75px;
}
.row.gtr-200 {
  margin-top: -100px;
  margin-left: -100px;
}
.row.gtr-200 > * {
  padding: 100px 0 0 100px;
}
.row.gtr-200.gtr-uniform {
  margin-top: -100px;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 100px;
}
@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.3333333333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xlarge {
    width: 16.6666666667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.3333333333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xlarge {
    width: 41.6666666667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.3333333333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xlarge {
    width: 66.6666666667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.3333333333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xlarge {
    width: 91.6666666667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
  .row.gtr-25 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }
  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }
  .row.gtr-50 > * {
    padding: 25px 0 0 25px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }
  .row {
    margin-top: -50px;
    margin-left: -50px;
  }
  .row > * {
    padding: 50px 0 0 50px;
  }
  .row.gtr-uniform {
    margin-top: -50px;
  }
  .row.gtr-uniform > * {
    padding-top: 50px;
  }
  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }
  .row.gtr-150 > * {
    padding: 75px 0 0 75px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }
  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }
  .row.gtr-200 > * {
    padding: 100px 0 0 100px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.3333333333%;
  }
  .row > .off-1-large {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-large {
    width: 16.6666666667%;
  }
  .row > .off-2-large {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.3333333333%;
  }
  .row > .off-4-large {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-large {
    width: 41.6666666667%;
  }
  .row > .off-5-large {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.3333333333%;
  }
  .row > .off-7-large {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-large {
    width: 66.6666666667%;
  }
  .row > .off-8-large {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.3333333333%;
  }
  .row > .off-10-large {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-large {
    width: 91.6666666667%;
  }
  .row > .off-11-large {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -7.5px;
    margin-left: -7.5px;
  }
  .row.gtr-25 > * {
    padding: 7.5px 0 0 7.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -7.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 7.5px;
  }
  .row.gtr-50 {
    margin-top: -15px;
    margin-left: -15px;
  }
  .row.gtr-50 > * {
    padding: 15px 0 0 15px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -15px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 15px;
  }
  .row {
    margin-top: -30px;
    margin-left: -30px;
  }
  .row > * {
    padding: 30px 0 0 30px;
  }
  .row.gtr-uniform {
    margin-top: -30px;
  }
  .row.gtr-uniform > * {
    padding-top: 30px;
  }
  .row.gtr-150 {
    margin-top: -45px;
    margin-left: -45px;
  }
  .row.gtr-150 > * {
    padding: 45px 0 0 45px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -45px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 45px;
  }
  .row.gtr-200 {
    margin-top: -60px;
    margin-left: -60px;
  }
  .row.gtr-200 > * {
    padding: 60px 0 0 60px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -60px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 60px;
  }
}
@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.3333333333%;
  }
  .row > .off-1-medium {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-medium {
    width: 16.6666666667%;
  }
  .row > .off-2-medium {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.3333333333%;
  }
  .row > .off-4-medium {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-medium {
    width: 41.6666666667%;
  }
  .row > .off-5-medium {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.3333333333%;
  }
  .row > .off-7-medium {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-medium {
    width: 66.6666666667%;
  }
  .row > .off-8-medium {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.3333333333%;
  }
  .row > .off-10-medium {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-medium {
    width: 91.6666666667%;
  }
  .row > .off-11-medium {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .row.gtr-25 > * {
    padding: 10px 0 0 10px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -10px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 10px;
  }
  .row.gtr-50 {
    margin-top: -20px;
    margin-left: -20px;
  }
  .row.gtr-50 > * {
    padding: 20px 0 0 20px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -20px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 20px;
  }
  .row {
    margin-top: -40px;
    margin-left: -40px;
  }
  .row > * {
    padding: 40px 0 0 40px;
  }
  .row.gtr-uniform {
    margin-top: -40px;
  }
  .row.gtr-uniform > * {
    padding-top: 40px;
  }
  .row.gtr-150 {
    margin-top: -60px;
    margin-left: -60px;
  }
  .row.gtr-150 > * {
    padding: 60px 0 0 60px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -60px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 60px;
  }
  .row.gtr-200 {
    margin-top: -80px;
    margin-left: -80px;
  }
  .row.gtr-200 > * {
    padding: 80px 0 0 80px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -80px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 80px;
  }
}
@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.3333333333%;
  }
  .row > .off-1-small {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-small {
    width: 16.6666666667%;
  }
  .row > .off-2-small {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.3333333333%;
  }
  .row > .off-4-small {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-small {
    width: 41.6666666667%;
  }
  .row > .off-5-small {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.3333333333%;
  }
  .row > .off-7-small {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-small {
    width: 66.6666666667%;
  }
  .row > .off-8-small {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.3333333333%;
  }
  .row > .off-10-small {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-small {
    width: 91.6666666667%;
  }
  .row > .off-11-small {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -5px;
    margin-left: -5px;
  }
  .row.gtr-25 > * {
    padding: 5px 0 0 5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 5px;
  }
  .row.gtr-50 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .row.gtr-50 > * {
    padding: 10px 0 0 10px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -10px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 10px;
  }
  .row {
    margin-top: -20px;
    margin-left: -20px;
  }
  .row > * {
    padding: 20px 0 0 20px;
  }
  .row.gtr-uniform {
    margin-top: -20px;
  }
  .row.gtr-uniform > * {
    padding-top: 20px;
  }
  .row.gtr-150 {
    margin-top: -30px;
    margin-left: -30px;
  }
  .row.gtr-150 > * {
    padding: 30px 0 0 30px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -30px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 30px;
  }
  .row.gtr-200 {
    margin-top: -40px;
    margin-left: -40px;
  }
  .row.gtr-200 > * {
    padding: 40px 0 0 40px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -40px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 40px;
  }
}

/* Form */
form label {
  display: block;
  color: #222521;
  font-weight: 400;
  margin: 0 0 0.5em 0;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=phone],
form input[type=tel],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0.2em;
  font-size: 1em;
  border-radius: 5px;
  border: solid 1px #dddddd;
  background: #fff;
  width: 100%;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=phone]:focus,
form input[type=tel]:focus,
form select:focus,
form textarea:focus {
  box-shadow: inset 0px 0px 1px 1px #3f8937;
}
form textarea {
  height: 7em;
  resize: none;
}
form ::-webkit-input-placeholder {
  color: #555 !important;
}
form :-moz-placeholder {
  color: #555 !important;
}
form ::-moz-placeholder {
  color: #555 !important;
}
form :-ms-input-placeholder {
  color: #555 !important;
}
form ::-moz-focus-inner {
  border: 0;
}

/* Tables */
table {
  width: 100%;
}
table tr {
  border-top: solid 1px #dddddd;
}
table tr:first-child {
  border-top: 0;
}
table td {
  padding: 0.5em 1em 0.5em 1em;
}
table th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: 700;
  margin: 0 0 1em 0;
}
table thead {
  border-bottom: solid 2px #dddddd;
}

/* Section/Article */
section, article {
  margin-bottom: 2.5em;
}
section > :last-child, section:last-child, article > :last-child, article:last-child {
  margin-bottom: 0;
}

header {
  margin: 0 0 1.5em 0;
}
header > p {
  display: block;
  font-style: italic;
  margin: 0.5em 0 0 0;
  padding-bottom: 0.5em;
}
header.major {
  position: relative;
  text-align: center;
  border-top: solid 1px #3f8937;
  top: 1em;
  margin: 3em 0 3em 0;
}
header.major h2 {
  background: #fff;
  position: relative;
  top: -0.65em;
  display: inline;
  margin: 0;
  padding: 0 1em 0 1em;
}

sidebar {
  position: sticky;
  top: 15px;
}
sidebar.pharmacy-hours {
  text-align: center;
}
sidebar.pharmacy-hours tbody {
  background: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  border-radius: 3px;
  text-align: center;
}

#map.leaflet-container {
  border-radius: 10px;
}

.page-template-page-contatti form {
  padding: 2em;
  background: #c5e2b2;
  border-radius: 8px;
}

.page-template-page-contatti form [class*=col-] {
  margin: 0 0 -50px 0;
}

.page-template-page-contatti form p {
  padding: 0;
  margin: 0;
}

.page-template-page-contatti form .wpcf7-form-control.wpcf7-submit {
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -34px;
  right: 0;
}

.wpcf7-acceptance {
  font-size: small;
  line-height: normal;
}
.wpcf7-acceptance input[type=checkbox] {
  appearance: auto;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 10px 0 10px 0;
}

.page-template-page-contatti .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.page-template-page-contatti .wpcf7-form-control-wrap::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  color: #3f8937;
  font-size: 0.95em;
  z-index: 1;
  pointer-events: none;
}
.page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-name]::before {
  content: "\f007";
}
.page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-surname]::before {
  content: "\f007";
}
.page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-email]::before {
  content: "\f0e0";
}
.page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-telephone]::before {
  content: "\f095";
}
.page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-subject]::before {
  content: "\f075";
}
.page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-message]::before {
  content: "\f4ad";
  top: 0.85em;
  transform: none;
}
.page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-name] input, .page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-surname] input, .page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-email] input, .page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-telephone] input, .page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-subject] input {
  padding-left: 2.4em;
}
.page-template-page-contatti .wpcf7-form-control-wrap[data-name=your-message] textarea {
  padding-left: 2.4em;
}

footer {
  margin: 2.25em 0 0 0;
}

/* Box */
.box {
  background: #ffffff;
  border-bottom: solid 1px #ccc;
  padding: 2.75em 1.75em 2.75em 1.75em;
}
.box .image.featured {
  position: relative;
  width: auto;
  left: 1.75em;
  top: 1.75em;
  margin: -4.5em 0 4.25em -3.5em;
}
.box.post header {
  padding-top: 1em;
  margin: 0 0 2em 0;
}
.box.post h2 {
  font-size: 2.5em;
  letter-spacing: -0.015em;
}
.box.post header > p {
  margin-top: 1.25em;
  font-size: 1.25em;
}
.box footer ul.actions {
  margin-bottom: 0;
}

/* Button */
input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  background: #3f8937;
  color: #fff !important;
  border-radius: 30px;
  font-weight: 700;
  outline: 0;
  font-size: 1.1em;
  padding: 0.65em 1.5em 0.65em 1.5em;
  text-align: center;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}
input[type=button].alt,
input[type=submit].alt,
input[type=reset].alt,
button.alt,
.button.alt {
  background: #252122;
}
input[type=button].alt:hover,
input[type=submit].alt:hover,
input[type=reset].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #353132;
}
input[type=button].alt:active,
input[type=submit].alt:active,
input[type=reset].alt:active,
button.alt:active,
.button.alt:active {
  background: #151112;
}
input[type=button].icon:before,
input[type=submit].icon:before,
input[type=reset].icon:before,
button.icon:before,
.button.icon:before {
  opacity: 0.35;
  position: relative;
  top: 0.05em;
  margin-right: 0.75em;
}
input[type=button].large,
input[type=submit].large,
input[type=reset].large,
button.large,
.button.large {
  font-size: 1.5em;
  padding: 0.75em 1.5em 0.75em 1.5em;
}
input[type=button].small,
input[type=submit].small,
input[type=reset].small,
button.small,
.button.small {
  font-size: 1em;
  padding: 0.3em 0.7em 0.3em 0.7em;
}

/* Image */
.image {
  display: inline-block;
  outline: 0;
}
.image img {
  display: block;
  width: 100%;
}
.image.centered {
  display: block;
  margin: 0 0 2em 0;
}
.image.centered img {
  margin: 0 auto;
  width: auto;
}
.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

/* List */
ul {
  list-style: disc;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}

ol {
  list-style: decimal;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}

/* Actions */
ul.actions {
  list-style: none;
  padding-left: 0;
}
ul.actions li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 0;
}
ul.actions li:first-child {
  margin-left: 0;
}

/* Links */
ul.links {
  list-style: none;
  padding-left: 0;
}
ul.links li {
  display: inline-block;
  border-left: solid 1px rgba(255, 255, 255, 0.05);
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}
ul.links li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

/* Contact */
ul.contact {
  list-style: none;
  padding-left: 0;
}
ul.contact li {
  position: relative;
  border-top: solid 1px #ddd;
  padding: 1.3em 0 1.3em 7em;
}
ul.contact li h3 {
  position: absolute;
  left: 0;
  top: 1.3em;
  font-size: 1.1em;
}
ul.contact li p {
  margin: 0;
}
ul.contact li:first-child {
  padding-top: 0;
  border-top: 0;
}
ul.contact li:first-child h3 {
  top: 0;
}

/* Dates */
ul.dates {
  list-style: none;
  padding-left: 0;
}
ul.dates li {
  position: relative;
  border-top: solid 1px #ddd;
  padding: 1.3em 0 1.3em 6.75em;
}
ul.dates .date {
  display: block;
  position: absolute;
  left: 0;
  top: 1.3em;
  background-color: #3f8937;
  height: 3.5em;
  text-align: center;
  color: #fff;
  line-height: 1em;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0.5em 0.75em 0 1em;
}
ul.dates .date:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.2em;
  border-left: solid 1.25em #3f8937;
  border-top: solid 1.8em transparent;
  border-bottom: solid 1.8em transparent;
}
ul.dates .date strong {
  display: block;
  font-size: 1.75em;
  padding-top: 0.15em;
}
ul.dates h3 {
  font-size: 1.1em;
}
ul.dates p {
  margin: 0;
}
ul.dates li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.dates li:first-child .date {
  top: 0;
}

/* Divided */
ul.divided {
  list-style: none;
  padding-left: 0;
}
ul.divided li {
  border-top: solid 1px #ddd;
  padding: 1em 0 1em 0;
}
ul.divided li:first-child {
  border-top: 0;
  padding-top: 0;
}

/* Icons */
.icon {
  text-decoration: none;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.icon {
  position: relative;
  text-decoration: none;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}
.icon:before {
  line-height: inherit;
}
.icon > .label {
  display: none;
}
.icon.featured {
  position: relative;
  display: inline-block;
  background-color: #3f8937;
  width: 9em;
  padding: 1.75em 0 0.75em 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 0 4.5em 0;
  cursor: default;
}
.icon.featured:before {
  font-size: 4.5em;
  line-height: 1em;
  color: #fff;
}
.icon.featured:after {
  content: "";
  position: absolute;
  bottom: -1.95em;
  left: 0;
  border-top: solid 2em #3f8937;
  border-left: solid 4.5em transparent;
  border-right: solid 4.5em transparent;
}
.icon.featured.alt {
  background-color: #252122;
}
.icon.featured.alt:after {
  border-top-color: #252122;
}
.icon.featured.alt2 {
  background-color: #827a7c;
}
.icon.featured.alt2:after {
  border-top-color: #827a7c;
}

/* Page Wrapper */
#page-wrapper > section {
  margin-bottom: 0;
}

/* Header */
#header {
  position: relative;
  background: #c5e2b2;
  text-align: center;
}
#header h1 {
  color: #252122;
  font-weight: 900;
  font-size: 2.5em;
  letter-spacing: -0.035em;
  line-height: 1;
}

/* Nav */
#nav > ul#main-menu {
  margin: 0;
  padding: 1em 0;
}
#nav > ul#main-menu > li {
  display: inline-block;
  font-style: italic;
  margin: 0 0.35em 0 0.35em;
}
#nav > ul#main-menu > li > ul {
  display: none;
}
#nav > ul#main-menu > li > a {
  border-radius: 5px;
  background: #3f8937;
  color: #fff;
  text-decoration: none;
  padding: 0.3em 1em;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  outline: 0;
}
#nav > ul#main-menu > li:hover > a, #nav > ul#main-menu > li.active > a {
  background: #404040;
}
#nav > ul#main-menu > li.current > a {
  background: #CCE8F4;
  color: #252525 !important;
  font-weight: 700;
}
#nav .language-switcher-item > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
}
#nav .language-switcher-item .language-switcher-flag-icon img {
  display: block;
  width: 26px;
  height: auto;
}
#nav .language-switcher-item .language-switcher-label {
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  #nav .language-switcher-item .language-switcher-label {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #nav .language-switcher-item .language-switcher-flag-icon img {
    width: 22px;
  }
}

.dropotron {
  border-radius: 5px;
  background-color: #252122;
  background-color: rgba(34, 30, 31, 0.98);
  padding: 1.25em 1.5em 1.25em 1.5em;
  font-style: italic;
  min-width: 13em;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
  text-align: left;
  margin-top: -1.25em;
  margin-left: -1px;
  list-style: none;
}
.dropotron a, .dropotron span {
  color: #aaa;
  text-decoration: none;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}
.dropotron li {
  padding: 0.25em 0 0.25em 0;
}
.dropotron li:hover > a, .dropotron li:hover > span {
  color: #fff;
}
.dropotron.level-0 {
  margin-top: 2em;
}
.dropotron.level-0:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -9px;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #252122;
  border-bottom-color: rgba(34, 30, 31, 0.98);
}

/* Banner */
#banner {
  background: #CCE8F4;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  padding: 8em 0;
}
#banner header {
  background-color: rgba(255, 255, 255, 0.69);
  display: inline-block;
  padding: 1em;
  border-radius: 5px;
  font-weight: 500;
  max-width: 75%;
}
#banner header h1 {
  font-weight: 700;
  font-size: 1.2em;
}
#banner header p {
  color: #3f8937;
  padding: 0;
  font-style: normal;
  margin: 0;
  line-height: 1.5em;
}

/* Intro */
#services {
  text-align: center;
  overflow: hidden;
}
#services div.service {
  margin: 2em 0;
}
#services h2 {
  font-size: 1.75em;
}
#services p {
  margin: 0;
}
#services div.service:hover {
  position: relative;
  z-index: 1;
}
#services div.service:hover:before {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  left: -24px;
  top: 0;
  display: block;
  z-index: -1;
  box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
}
#services div.service:hover:after {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  right: -24px;
  top: 0;
  display: block;
  z-index: -1;
  box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
}
#services .button {
  min-width: 12em;
}
#services footer {
  margin: 0;
}

/* Main */
#main {
  position: relative;
  display: block;
  background: #fff;
}
#main .major h2 {
  background: #3f8937;
  color: #fff;
  border-radius: 30px;
}

/* Footer */
#footer {
  position: relative;
  color: #858484;
  padding: 4em 0;
  margin-top: 4em;
}
#footer a {
  color: #c5c4c4;
}
#footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b {
  color: #fff;
}
#footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a, #footer strong a, #footer b a {
  color: inherit;
}
#footer ul.contact li, #footer ul.dates li, #footer ul.divided li {
  border-top-color: #353434;
  border-top-color: rgba(255, 255, 255, 0.05);
}
#footer header {
  margin: 0 0 3em 0;
}
#footer header h2 {
  font-size: 1.75em;
}

/* Copyright */
#copyright {
  text-align: center;
}
#copyright ul.links {
  display: inline-block;
  background: #2C2929;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  margin: 0;
  padding: 0.85em 2.25em 0.85em 2.25em;
}

/* XLarge */
@media screen and (max-width: 1680px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 12pt;
  }
}
/* Large */
@media screen and (max-width: 1280px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 11pt;
  }
  /* Section/Article */
  header.major {
    margin: 0.75em 0 2.5em 0;
  }
  header.major h2 {
    padding: 0 1em 0 1em;
  }
  /* Social */
  ul.social li {
    margin: 0 0 0.25em 0.75em;
  }
  /* Header */
  #header {
    padding: 4em 0 0 0;
  }
  /* Banner */
  #banner {
    padding: 6em 0;
  }
  /* Intro */
  #intro {
    padding: 0;
  }
  #intro section {
    padding: 1em 2em;
  }
  #intro .middle:before {
    left: -12px;
  }
  #intro .middle:after {
    right: -12px;
  }
  /* Footer */
  #footer header {
    margin: 0 0 1.5em 0;
  }
  #footer header h2 {
    font-size: 1.25em;
  }
  /* Copyright */
  #copyright {
    margin: 0;
  }
}
/* Medium */
#navPanel, #titleBar {
  display: none;
}

@media screen and (min-width: 737px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  /* Basic */
  html, body {
    overflow-x: hidden;
  }
  /* Box */
  .box footer ul.actions li {
    margin: 1em 0 0 0;
    display: block;
  }
  .box footer ul.actions li .button {
    width: 100%;
  }
  .box footer ul.actions li:first-child {
    margin-top: 0;
  }
  /* Header */
  #header {
    position: fixed;
    top: 0;
    z-index: 10000;
    padding: 0.5em 0;
    width: 100%;
  }
  /* Nav */
  #nav {
    display: none;
  }
  /* Intro */
  #intro {
    padding: 3em 0 0 0;
  }
  #intro section {
    position: relative;
    border-top: solid 1px #dfdfdf;
    margin: 0;
    padding: 40px 0 0 0;
  }
  #intro section.first {
    border-top: 0;
    padding-top: 0;
  }
  #intro section p {
    margin: 0;
  }
  #intro .middle:before, #intro .middle:after {
    display: none;
  }
  #intro footer {
    padding: 3em 0 0 0;
  }
  #intro footer ul.actions {
    margin-bottom: 0;
  }
  /* Copyright */
  #copyright ul.links {
    display: block;
  }
  /* Nav */
  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }
  #titleBar {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background: none;
  }
  #titleBar .toggle {
    text-decoration: none;
  }
  #titleBar .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  #titleBar .toggle {
    width: 80px;
    height: 60px;
  }
  #titleBar .toggle:before {
    content: "\f0c9";
    display: block;
    position: absolute;
    left: 10px;
    top: 15px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    color: #333b2e;
    text-align: center;
    border-radius: 5px;
  }
  #titleBar .toggle:active:before {
    color: #333b2e;
  }
  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    color: #858484;
    box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.35);
    background: #234e2e;
  }
  #navPanel .link {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    border-top: solid 1px rgba(197, 226, 178, 0.2);
    padding: 0 1em 0 1em;
    font-weight: 600;
    font-style: italic;
  }
  #navPanel .link:first-child {
    border-top: 0;
  }
  #navPanel .indent-1 {
    display: inline-block;
  }
  #navPanel .indent-2 {
    display: inline-block;
  }
  #navPanel .indent-3 {
    display: inline-block;
  }
  #navPanel .indent-4 {
    display: inline-block;
  }
  #navPanel .indent-5 {
    display: inline-block;
  }
  #navPanel .depth-0 {
    color: #fff;
  }
  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }
  body.navPanel-visible #titleBar {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }
  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Small */
@media screen and (max-width: 736px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 11pt;
  }
  h2, h3, h4, h5, h6 {
    font-size: 1.25em;
  }
  /* Button */
  input[type=button].large,
  input[type=submit].large,
  input[type=reset].large,
  button.large,
  .button.large {
    font-size: 1.1em;
    padding: 0.65em 1.5em 0.65em 1.5em;
  }
  /* Actions */
  ul.actions li {
    margin: 1em 0 0 0;
    display: block;
  }
  ul.actions li .button {
    width: 100%;
  }
  ul.actions li:first-child {
    margin-top: 0;
  }
  /* Section/Article */
  section, article {
    margin-bottom: 20px;
  }
  header {
    margin: 0 0 1em 0;
  }
  footer {
    margin: 2em 0 0 0;
  }
  /* Box */
  .box {
    padding: 25px 15px 20px 15px;
  }
  .box .image.featured {
    left: 15px;
    top: 15px;
    margin: -40px 0 40px -30px;
  }
  .box.post header {
    padding-top: 0;
    margin: 0 0 1em 0;
  }
  .box.post h2 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .box.post header > p {
    margin-top: 0;
    font-size: 1em;
  }
  /* Divided */
  ul.divided li {
    padding: 0.5em 0 0.5em 0;
  }
  /* Contact */
  ul.contact li {
    padding: 0.8em 0 0.8em 7em;
  }
  ul.contact li h3 {
    top: 0.8em;
  }
  /* Dates */
  ul.dates li {
    padding-left: 6em;
  }
  ul.dates h3 {
    margin: 0 0 0.5em 0;
  }
  /* Links */
  ul.links li {
    display: block;
    padding: 0.25em 0 0 0;
    margin: 0.25em 0 0 0;
    border-left: 0;
  }
  ul.links li:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  /* Social */
  ul.social li {
    margin: 0 0.5em 0.75em 0;
  }
  /* Icons */
  .icon.featured {
    width: 8em;
    margin: 0 0 3em 0;
  }
  .icon.featured:after {
    border-left: solid 4em transparent;
    border-right: solid 4em transparent;
  }
  /* Header */
  #header {
    text-align: center;
  }
  #header h1 {
    color: #222521;
    font-weight: 900;
    font-size: 1.75em;
    letter-spacing: -0.035em;
  }
  /* Intro */
  #intro {
    padding: 2em 0 0 0;
  }
  #intro section {
    padding: 40px 0 0 0;
    margin: 20px 0 0 0;
  }
  #intro h2 {
    font-size: 1.25em;
  }
  /* Banner */
  #banner header {
    padding: 1em;
    margin-top: 2em;
  }
  #banner header h1 {
    font-size: 1.2em;
  }
  #banner header p {
    font-size: 1.2em;
  }
  /* Footer */
  #footer {
    padding: 40px 0 20px 0;
  }
}
.product-image img {
  width: 100%;
  height: auto;
}

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