.button {
  behavior: url("/assets/js/PIE.php"); }

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

html {
  background-color: #336565;
  font-family: sans-serif;
  height: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #FFF;
  color: #282828;
  font: normal normal 100%/1.5 "PT Sans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

::selection, ::-webkit-selection {
  background: #336565;
  color: #FFF; }

::-moz-selection {
  background: #336565;
  color: #FFF; }

.hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

body:hover .hide a,
body:hover .hide input,
body:hover .hide button {
  display: none !important; }

nav ul, .nb {
  list-style: none;
  margin: 0;
  padding: 0; }

.bg-red {
  background-color: #903; }

.strong {
  color: #336565; }

.em {
  color: #903; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  color: #336565;
  font-weight: bold;
  text-decoration: none;
  vertical-align: baseline; }

a:link {
  -webkit-tap-highlight-color: #081010; }

a:hover, a:focus, a:active {
  color: #081010;
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:active {
  outline: none; }

a, button {
  -webkit-transition: color .5s ease;
  transition: color .5s ease; }

h1, h2, h3 {
  color: #336565;
  font-family: "PT Sans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizelegibility; }

h1, .h1 {
  color: #903;
  font-size: 2.1875em;
  margin-bottom: 0.75em;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 1.375em;
  margin-bottom: 0.75em; }
  h2 a, .h2 a {
    font-weight: normal; }

h3, .h3 {
  font-size: 1.09375em;
  margin-bottom: 1em; }

p, ol, ul, dl {
  font-size: 0.875em;
  margin: 0 0 .5em; }
  article p, article ol, article ul, article dl {
    font-size: 1rem; }

ul, ol {
  margin-left: 1em;
  padding-left: 1em; }

blockquote {
  color: #903;
  font: italic 1em/1.5 Georgia, Times, "Times New Roman", serif;
  margin: 0;
  padding: 0; }

cite {
  display: block;
  font-style: normal; }

q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

dl {
  margin: 0;
  overflow: hidden;
  padding: 0; }

dt, dd {
  margin: 0; }

dt {
  clear: left;
  float: left;
  width: 200px; }

dd {
  overflow: hidden; }

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.img-c {
  display: block;
  margin: 2em auto; }

.img-shadow {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 3px; }

figure {
  margin: 0; }

figcaption {
  font-size: .875em;
  font-style: italic; }

svg {
  fill: currentColor;
  pointer-events: none;
  width: 28px;
  height: 28px; }

.button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  vertical-align: middle;
  display: inline-block;
  padding: .5em 20px;
  font-size: 1em;
  background-color: #336565;
  border-color: #224343;
  border-bottom-color: fadein(#224343, 15%);
  color: #fff; }
  .button:hover, .button:focus {
    background-color: #224343; }
  .button:hover, .button:focus {
    color: #fff; }

input.button, button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em; }

@media only screen {
  .button {
    -webkit-box-shadow: 1px 1px 3px gray;
            box-shadow: 1px 1px 3px gray;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    .button:hover, .button:focus {
      text-decoration: none; } }

fieldset {
  background-color: #fafcf9;
  border: 1px solid #336565;
  padding: 3em 20px 20px;
  position: relative; }

legend {
  padding: 0; }
  legend span {
    background-color: #336565;
    color: #FFF;
    display: block;
    font: 1.3125em/1 "PT Sans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    position: absolute;
    left: 0;
    padding: .25em 20px;
    width: 100%; }

button, input {
  color: inherit;
  font: inherit;
  margin: 0; }

input {
  border: 0;
  font-size: 13px;
  line-height: normal; }

[type=text], [type=email] {
  margin-bottom: .5em;
  padding: 5px;
  width: 100%; }

button {
  overflow: visible;
  position: relative;
  -webkit-appearance: button; }
  button:hover {
    cursor: pointer; }

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

input:-moz-placeholder {
  color: #282828; }

input::-webkit-input-placeholder {
  color: #282828; }

input:-ms-input-placeholder {
  color: #282828; }

[placeholder] {
  color: #282828;
  cursor: pointer; }

[placeholder]:active, [placeholder]:focus {
  cursor: text;
  color: #282828;
  border: 1px solid #0a0;
  -webkit-box-shadow: 0 0 5px #0a0, 0 0 5px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 0 5px #0a0, 0 0 5px rgba(0, 0, 0, 0.25) inset; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.worming-form {
  margin: 2em auto;
  max-width: 590px; }
  .worming-form input {
    background-color: #D5E5CD; }
  .worming-form small, .worming-form .button {
    margin-top: 20px; }
  .worming-form > small {
    display: block; }
  .worming-form fieldset label {
    float: left;
    width: 100px; }
  .worming-form fieldset input {
    width: 590px;
    width: calc(100% - 100px); }

@media only screen and (min-width: 30em) {
  .worming-form [for=pcode] {
    float: none;
    margin-right: 5px;
    width: auto; }
  #suburb {
    width: 160px; }
    #suburb + br {
      display: none; }
  #pcode {
    width: 50px; } }

@media only screen and (min-width: 36.875em) {
  .worming-form [for=state] {
    float: none;
    margin-right: 5px;
    width: auto; }
  #pcode + br {
    display: none; } }

.pet-details {
  margin-bottom: 1em; }
  .pet-details .rule {
    border-top: 1px solid #e3eede;
    margin-top: 1em;
    padding-top: 1em; }

.add {
  display: block;
  font-size: .8125em;
  font-weight: normal;
  margin-top: 1em; }
  .add:focus, .add:active {
    outline: none; }
  .add span {
    color: #903;
    font-weight: bold; }

@media only screen and (min-width: 23.75em) {
  .pet-type {
    margin-left: 100px; } }

@media only screen and (min-width: 36.875em) {
  .pet-type {
    margin-left: 0; }
  .worming-form .pet-name {
    margin-right: 10px;
    width: 200px;
    width: calc(100% - 300px); }
    .worming-form .pet-name + br {
      display: none; } }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 1em; }

.table {
  border-bottom: 1px solid #282828;
  font-size: .75em;
  margin: 3em 0 1em;
  width: 100%; }

th, td {
  border-top: 1px solid #282828;
  line-height: 18px;
  padding: 15px 8px;
  text-align: center; }
  th.text-left, td.text-left {
    text-align: left; }

th {
  font-weight: normal; }

thead th {
  background-color: #bfbfbf;
  padding-right: 20px;
  vertical-align: top; }
  .alt thead th {
    background-color: #FFF; }

thead:first-child tr:first-child th, thead:first-child tr:first-child td {
  border-top: 0; }

tbody th, tbody td {
  padding: 30px 8px;
  vertical-align: middle; }

.pet-salon .table {
  border: 0;
  margin-top: 1em;
  width: auto; }

.pet-salon [scope=col] {
  color: #903; }

.pet-salon th, .pet-salon td {
  border: 0;
  padding: 3px 0;
  text-align: left; }
  .pet-salon th:first-child, .pet-salon td:first-child {
    width: 16em; }

button {
  background-color: transparent;
  background-image: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  -webkit-font-feature-settings: inherit;
     -moz-font-feature-settings: inherit;
          font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
  -webkit-appearance: button; }

:-moz-focusring {
  outline: auto; }

:-moz-ui-invalid {
  box-shadow: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.inset-0 {
  inset: 0px; }

.z-10 {
  z-index: 10; }

.z-20 {
  z-index: 20; }

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.mb-0 {
  margin-bottom: 0px; }

.mb-1 {
  margin-bottom: 0.25rem; }

.mb-12 {
  margin-bottom: 3rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.mb-4 {
  margin-bottom: 1rem; }

.ml-1 {
  margin-left: 0.25rem; }

.ml-auto {
  margin-left: auto; }

.mr-2 {
  margin-right: 0.5rem; }

.mt-1 {
  margin-top: 0.25rem; }

.mt-2 {
  margin-top: 0.5rem; }

.block {
  display: block; }

.inline {
  display: inline; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.hidden {
  display: none; }

.h-4 {
  height: 1rem; }

.h-6 {
  height: 1.5rem; }

.h-full {
  height: 100%; }

.w-4 {
  width: 1rem; }

.w-7 {
  width: 1.75rem; }

.w-full {
  width: 100%; }

.rotate-0 {
  --tw-rotate:0deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

.rotate-180 {
  --tw-rotate:180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

.scale-95 {
  --tw-scale-x:.95;
  --tw-scale-y:.95;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

.scale-100 {
  --tw-scale-x:1;
  --tw-scale-y:1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

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

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

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

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

.justify-center {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

.rounded-md {
  border-radius: 0.375rem; }

.bg-transparent {
  background-color: transparent; }

.p-12 {
  padding: 3rem; }

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem; }

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem; }

.font-bold {
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

.normal-case {
  text-transform: none; }

.text-gray-600 {
  --tw-text-opacity:1;
  color: #4b5563; }

.text-white {
  --tw-text-opacity:1;
  color: white; }

.text-red-700 {
  --tw-text-opacity:1;
  color: #b91c1c; }

.opacity-0 {
  opacity: 0; }

.opacity-100 {
  opacity: 1; }

.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms; }

.transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -moz-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms; }

.duration-200 {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms; }

.duration-100 {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms; }

.duration-75 {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms; }

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }

.hover\:text-white:hover {
  --tw-text-opacity:1;
  color: white; }

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px; }

@media (min-width: 768px) {
  .md\:static {
    position: static; }
  .md\:absolute {
    position: absolute; }
  .md\:mb-6 {
    margin-bottom: 1.5rem; }
  .md\:mt-0 {
    margin-top: 0px; }
  .md\:flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .md\:hidden {
    display: none; }
  .md\:h-auto {
    height: auto; }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .md\:items-end {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .md\:items-center {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .md\:p-0 {
    padding: 0px; }
  .md\:text-left {
    text-align: left; } }

.banner {
  margin-bottom: 1em;
  padding-top: 1em;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 37.5em) {
    .banner {
      padding-top: 2em; } }
.skip {
  margin: 0; }
  .skip a {
    background-color: #336565;
    color: #FFF;
    font-size: .7692em;
    left: -9999em;
    top: 0;
    line-height: 1;
    position: absolute;
    padding: .3em 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 3; }
    .skip a:focus, .skip a:active {
      left: 0; }

.logo {
  background: url(../img/logo.png) no-repeat;
  background-size: auto 100%;
  margin: 0 0 .5rem;
  height: 80px;
  padding-left: 90px; }
  .logo img {
    width: 180px; }
  @media only screen and (min-width: 48em) {
    .logo {
      height: 93px;
      padding-left: 100px; }
      .logo img {
        width: auto; } }
.title {
  display: block;
  padding-top: 13px; }

.details {
  color: #903;
  max-width: 9em;
  margin-top: 1em;
  padding: 0 10px; }
  @media only screen and (min-width: 22.5em) {
    .details {
      max-width: 7em; } }
  @media only screen and (min-width: 37.5em) {
    .details {
      margin-top: 0; } }
  @media only screen and (min-width: 57.5em) {
    .details {
      margin: 0 0 0 35px; } }
.details-wrap {
  margin: 0 -10px 1em; }
  @media only screen and (min-width: 57.5em) {
    .details-wrap {
      -webkit-box-ordinal-group: 2;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 0;
      text-align: right; } }
.org {
  color: #336565;
  display: block;
  font-weight: bold; }

.adr {
  font-size: .84375em;
  line-height: 1.25; }

.tel {
  font-weight: bold;
  font-size: 1.1875em; }

.MobileMenu {
  font-size: 1.5rem;
  text-align: center; }

.nav-toggle {
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .nav-toggle span {
    background-color: #903;
    border-radius: 9px;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .nav-toggle span:nth-child(1) {
    top: 0; }
  .nav-toggle span:nth-child(2),
  .nav-toggle span:nth-child(3) {
    top: 10px; }
  .nav-toggle span:nth-child(4) {
    top: 20px; }
  .nav-toggle.nav-toggle-open span {
    background-color: #fff; }
    @media only screen and (min-width: 48em) {
      .nav-toggle.nav-toggle-open span {
        background-color: #903; } }
    .nav-toggle.nav-toggle-open span:nth-child(1) {
      top: 10px;
      width: 0%;
      left: 50%; }
    .nav-toggle.nav-toggle-open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .nav-toggle.nav-toggle-open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .nav-toggle.nav-toggle-open span:nth-child(4) {
      top: 10px;
      width: 0;
      left: 50%; }

@media only screen and (min-width: 48em) {
  .main-nav-wrap {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw; } }

.main-nav-ul {
  font-size: 1.5em;
  line-height: 1.1;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 48em) {
    .main-nav-ul {
      font-size: 1em; } }
  .main-nav-ul a {
    color: #fff;
    display: block;
    font-weight: normal;
    padding: .5rem 20px;
    width: 100%; }
    @media only screen and (min-width: 48em) {
      .main-nav-ul a {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    .main-nav-ul a:hover, .main-nav-ul a:focus {
      color: #CBCB99;
      text-decoration: none; }
      @media only screen and (min-width: 48em) {
        .main-nav-ul a:hover, .main-nav-ul a:focus {
          background-color: #336565;
          color: #fff; } }
  .main-nav-ul ul {
    margin-bottom: 1em; }
  @media only screen and (min-width: 48em) {
    .main-nav-ul > .submenu:hover > ul {
      display: block;
      font-size: 1em;
      max-width: 10rem; }
      .main-nav-ul > .submenu:hover > ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        position: relative; }
      .main-nav-ul > .submenu:hover > ul a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
    .main-nav-ul > .submenu .submenu:hover > ul {
      display: block;
      font-size: 1rem;
      top: -1px;
      left: 100%;
      width: 10rem; } }
.wrap {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 864px;
  position: relative; }
  @media only screen and (min-width: 60em) {
    .wrap {
      padding: 0; } }
#content {
  clear: both;
  margin: 2em auto;
  position: relative;
  z-index: 1;
  *zoom: 1; }
  .home #content {
    margin-top: 0; }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }

.row {
  width: 100%; }

@media only screen and (min-width: 30em) {
  [class^="col-"] {
    display: inline-block;
    vertical-align: top; } }

@media only screen and (min-width: 50em) {
  .col-1-3 {
    display: inline-block;
    width: 33%; }
    .contact .col-1-3 {
      padding-right: 10px; } }

@media only screen and (min-width: 48em) {
  .column-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

.page-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2em; }
  @media only screen and (min-width: 48em) {
    .page-img {
      max-width: 50%; } }
  .page-img img {
    display: block;
    margin: 0 0 10px; }

@media only screen and (min-width: 48em) {
  .page-text {
    padding-left: 2rem;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .page-text.text-left {
      -webkit-box-ordinal-group: 2;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-left: 0;
      padding-right: 2rem; }
  .page-img {
    margin-top: 0; }
    .page-img.img-right {
      -webkit-box-ordinal-group: 3;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.the-team article {
  padding: 0; }

.staff {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1em; }
  .staff.white-popup-block {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .staff.white-popup-block img {
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: 100%; }
      @media only screen and (min-width: 48em) {
        .staff.white-popup-block img {
          width: auto; } }
  .staff li {
    padding-bottom: 30px;
    text-align: center;
    width: 160px; }
    @media only screen and (min-width: 48em) {
      .staff li {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid-column; } }
  .staff img {
    margin-bottom: 0.5em; }
  .staff h2 {
    color: #903;
    font-size: 1.125em;
    margin-bottom: 0; }
    .mfp-content .staff h2 {
      margin-bottom: 0.5em; }
    .staff h2 span {
      color: gray;
      display: block;
      font-size: .777777778em; }
  .staff h3 {
    display: none; }

.modal-staff-content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media only screen and (min-width: 48em) {
    .modal-staff-content {
      padding-left: 2rem; } }
@media only screen and (min-width: 48em) {
  .the-house .page-text {
    padding-left: 2rem;
    padding-right: 0; } }

.reveal {
  display: block;
  font-size: .8125em;
  margin-bottom: 2em;
  text-align: right; }
  .reveal:hover, .reveal:focus {
    color: #903;
    text-decoration: none; }
    .reveal:hover span, .reveal:focus span {
      background-color: #903; }
  .reveal:focus {
    outline: none; }
  .reveal span {
    background: #336565;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-left: 2px;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center; }

.service-hd {
  margin-bottom: .5em; }
  .service-hd:before {
    background-color: #336565;
    border-radius: 50%;
    color: #FFF;
    content: '+';
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    text-align: center; }
  .service-hd.open:before {
    content: '\2d7';
    line-height: 17px;
    top: -3px; }
  .service-hd:hover {
    color: #081010;
    cursor: pointer; }
    .service-hd:hover:before {
      background-color: #081010; }

.service-body {
  margin-bottom: 2em; }

.cat-hotel article h2 {
  margin-bottom: .25em; }

.cat-hotel article h3 {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0; }

.js .gallery {
  height: 430px;
  overflow: hidden; }

.published {
  color: #aaa;
  font-size: 0.75rem;
  text-transform: uppercase; }

.dog-training article h2 {
  font-size: 1.125em; }

.pet-salon-bg {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 180px; }
  @media only screen and (min-width: 45em) {
    .pet-salon-bg {
      padding-bottom: 0; } }
  .pet-salon-bg p, .pet-salon-bg ul {
    font-size: .75em;
    max-width: 43.333333333em; }
  .pet-salon-bg .intro {
    color: #903;
    font-size: 1em; }
  .pet-salon-bg ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  .pet-salon-bg li {
    background: url(../img/scissors.png) 0 50% no-repeat;
    padding-left: 20px; }

.contact .col-1-2 {
  padding-right: 40px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 48em) {
    .contact .col-1-2 {
      margin-bottom: 0; } }
.contact-location {
  margin-bottom: 2em; }
  .contact-location h2 {
    color: #903; }
  .contact-location h3, .contact-location a {
    font-weight: bold; }
  .contact-location h3 {
    color: #336565;
    font-size: 1em;
    margin-bottom: 0;
    text-transform: none; }
  .contact-location p {
    font-size: 1em; }
  .contact-location a:hover, .contact-location a:focus {
    color: #903;
    text-decoration: none; }
  .contact-location svg {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .contact-location .icon-email {
    width: 40px;
    height: 40px; }
  .contact-location .icon-email,
  .contact-location .icon-marker {
    position: relative;
    margin-left: -5px; }
  .contact-location .icon-marker {
    margin-right: 0; }

.ftr {
  background-color: #336565;
  clear: both;
  color: #FFF;
  padding: 1em 0;
  position: relative; }
  .ftr .col-1-3 {
    margin-bottom: 2em; }
    .ftr .col-1-3:first-child, .ftr .col-1-3.after-hours {
      padding-left: 0; }
    .ftr .col-1-3.after-hours {
      max-width: 14em; }
    @media only screen and (min-width: 30em) {
      .ftr .col-1-3 {
        width: 49.5%; } }
    @media only screen and (min-width: 48em) {
      .ftr .col-1-3 {
        width: 33.333333%; } }
  .ftr p, .ftr h3, .ftr .col-1-3 > div {
    font-size: .875em; }
  .ftr p {
    margin: 0; }
  .ftr .hours {
    margin-top: 10px; }
  .ftr .ftr-hd, .ftr a {
    color: #FFF; }
  .ftr a {
    font-weight: normal; }
  .ftr .fb {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    margin-top: 1em; }
    .ftr .fb:hover, .ftr .fb:focus {
      color: #FFF; }
  .ftr .icon-email {
    width: 21px;
    height: 21px;
    vertical-align: middle; }

.ftr-hd {
  font-size: 1.125em;
  font-weight: bold; }

h3 {
  color: #FFF;
  margin: 1em 0 .5em;
  text-transform: uppercase; }

.pad {
  margin-top: 2em; }

.copy {
  clear: both;
  text-align: center; }

.hero {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto 2em; }
  .hero img {
    vertical-align: bottom; }
  .hero h1 {
    margin-bottom: .25em; }
  .hero p {
    margin-bottom: 0; }
  .hero .relative:hover .slide-text {
    bottom: 0; }

.slide-text {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  -webkit-transition: bottom 1s ease;
  transition: bottom 1s ease; }
  .slide-text blockquote p {
    font-weight: bold; }
  @media only screen and (min-width: 48em) {
    .slide-text {
      padding: 1em 20px;
      position: absolute;
      bottom: -99em;
      left: 20px;
      width: 300px; } }
.promos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .promos {
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .promos a {
    font-weight: normal;
    text-decoration: none; }
  .promos > div {
    background-color: #CBCB65;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    width: 275px;
    height: 136px;
    margin: 0 auto 2em;
    position: relative; }
    @media only screen and (min-width: 48em) {
      .promos > div {
        margin: 0 0 2em; } }
  .promos h2 {
    background-color: rgba(51, 101, 101, 0.7);
    color: #FFF;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    text-align: center; }
  .promos .inner {
    background-color: rgba(255, 255, 255, 0.7);
    color: #282828;
    height: 100px;
    padding: 1.5em 20px;
    text-align: center; }
  .promos img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: none; }
  .promos p {
    font-size: 1.076923077em;
    line-height: 1.2;
    margin: 0; }

.reveal {
  overflow: hidden; }
  .reveal .inner {
    position: absolute;
    top: -99em;
    -webkit-transition: top 1s ease;
    transition: top 1s ease; }
  .reveal:hover .inner {
    top: 2.25rem; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #333;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative; }

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .glider-contain {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .glider-track {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
  .glider.draggable {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
    .glider.draggable .glider-slide img {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none; }
  .glider.drag {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }
  .glider-slide {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%; }
    .glider-slide img {
      max-width: 100%; }
  .glider-webkit-scrollbar {
    opacity: 0;
    height: 0; }
  .glider-prev, .glider-next {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -25px;
    border: 0;
    top: 40%;
    cursor: pointer;
    color: #336565;
    opacity: 1;
    line-height: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
    .glider-prev svg, .glider-next svg {
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
    .glider-prev:hover, .glider-prev:focus, .glider-next:hover, .glider-next:focus {
      color: #903; }
    .glider-prev.disabled, .glider-next.disabled {
      opacity: .25;
      color: #666;
      cursor: default; }
  .glider-prev svg {
    -webkit-transform: scale(0.7) rotate(180deg);
            transform: scale(0.7) rotate(180deg); }
  .glider-next {
    right: -25px;
    left: auto; }
  .glider-slide {
    min-width: 150px; }
  .glider-hide {
    opacity: 0; }
  @media (max-width: 36em) {
    .glider-webkit-scrollbar {
      opacity: 1;
      -webkit-appearance: none;
      width: 7px;
      height: 3px; }
    .glider-webkit-scrollbar-thumb {
      opacity: 1;
      border-radius: 99px;
      background-color: rgba(156, 156, 156, 0.25);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
              box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  body {
    color: black;
    font: 10pt Verdana, sans-serif;
    width: 600px; }
  thead {
    display: table-header-group; }
  article, tr, ul, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  .wrap {
    width: 100% !important; }
  h1, h2, h3 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    margin: 15px 0 5px; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide, form {
    display: none; } }

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }
/*# sourceMappingURL=all.css.map */