@charset "UTF-8";

.footer__logo a, .header__logo {
  text-indent: -9999px;
  line-height: 0;
  font-size: 0
}

.fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-top.mui-enter, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-top.mui-leave, .scale-in-down.mui-enter, .scale-in-up.mui-enter, .scale-out-down.mui-leave, .scale-out-up.mui-leave, .slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-right.mui-enter, .slide-in-up.mui-enter, .slide-out-down.mui-leave, .slide-out-left.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .spin-in-ccw.mui-enter, .spin-in.mui-enter, .spin-out-ccw.mui-leave, .spin-out.mui-leave {
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear
}

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.nav-links {
  margin: 0 0 1rem
}

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.fade-in.mui-enter {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1
}

.fade-out.mui-leave {
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0
}

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active, .hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-out-from-top.mui-leave {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0
}

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.scale-in-up.mui-enter {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active, .scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-out-up.mui-leave {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0
}

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  opacity: 0
}

.spin-in.mui-enter {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.spin-in.mui-enter.mui-enter-active, .spin-out.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out.mui-leave {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.spin-in-ccw.mui-enter, .spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0
}

.spin-in-ccw.mui-enter {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.spin-in-ccw.mui-enter.mui-enter-active, .spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out-ccw.mui-leave {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
  opacity: 0
}

.slow {
  -webkit-transition-duration: .75s !important;
  -o-transition-duration: .75s !important;
  transition-duration: .75s !important
}

.fast {
  -webkit-transition-duration: .25s !important;
  -o-transition-duration: .25s !important;
  transition-duration: .25s !important
}

.linear {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important
}

.ease {
  -webkit-transition-timing-function: ease !important;
  -o-transition-timing-function: ease !important;
  transition-timing-function: ease !important
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  -o-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  -o-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  -o-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  -o-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  -o-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
  -webkit-transition-delay: .3s !important;
  -o-transition-delay: .3s !important;
  transition-delay: .3s !important
}

.long-delay {
  -webkit-transition-delay: .7s !important;
  -o-transition-delay: .7s !important;
  transition-delay: .7s !important
}

.shake {
  -webkit-animation-name: a;
  animation-name: a
}

@-webkit-keyframes a {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}

@keyframes a {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}

.spin-ccw, .spin-cw {
  -webkit-animation-name: b;
  animation-name: b
}

@-webkit-keyframes b {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes b {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.wiggle {
  -webkit-animation-name: c;
  animation-name: c
}

@-webkit-keyframes c {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }

  0%, 30%, 70%, to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes c {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }

  0%, 30%, 70%, to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.slow {
  -webkit-animation-duration: .75s !important;
  animation-duration: .75s !important
}

.fast {
  -webkit-animation-duration: .25s !important;
  animation-duration: .25s !important
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important
}

.long-delay {
  -webkit-animation-delay: .7s !important;
  animation-delay: .7s !important
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

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

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

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

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td, th {
  padding: 0
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

body {
  padding: 0;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #939598;
  background: #fff
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0
}

select {
  width: 100%
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1
}

.is-visible {
  display: block !important
}

.is-hidden {
  display: none !important
}

.row {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto
}

.row:after, .row:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.row:after {
  clear: both
}

.row.collapse>.column, .row.collapse>.columns {
  padding-left: 0;
  padding-right: 0
}

.row .row {
  margin-left: -10px;
  margin-left: -.625rem;
  margin-right: -10px;
  margin-right: -.625rem
}

@media screen and (min-width:40em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0
}

.row.expanded {
  max-width: none
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem
}

@media screen and (min-width:40em) {
  .column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left
}

.column.row.row, .row.row.columns {
  float: none
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0
}

.small-1 {
  width: 8.33333%
}

.small-push-1 {
  position: relative;
  left: 8.33333%
}

.small-pull-1 {
  position: relative;
  left: -8.33333%
}

.small-offset-0 {
  margin-left: 0
}

.small-2 {
  width: 16.66667%
}

.small-push-2 {
  position: relative;
  left: 16.66667%
}

.small-pull-2 {
  position: relative;
  left: -16.66667%
}

.small-offset-1 {
  margin-left: 8.33333%
}

.small-3 {
  width: 25%
}

.small-push-3 {
  position: relative;
  left: 25%
}

.small-pull-3 {
  position: relative;
  left: -25%
}

.small-offset-2 {
  margin-left: 16.66667%
}

.small-4 {
  width: 33.33333%
}

.small-push-4 {
  position: relative;
  left: 33.33333%
}

.small-pull-4 {
  position: relative;
  left: -33.33333%
}

.small-offset-3 {
  margin-left: 25%
}

.small-5 {
  width: 41.66667%
}

.small-push-5 {
  position: relative;
  left: 41.66667%
}

.small-pull-5 {
  position: relative;
  left: -41.66667%
}

.small-offset-4 {
  margin-left: 33.33333%
}

.small-6 {
  width: 50%
}

.small-push-6 {
  position: relative;
  left: 50%
}

.small-pull-6 {
  position: relative;
  left: -50%
}

.small-offset-5 {
  margin-left: 41.66667%
}

.small-7 {
  width: 58.33333%
}

.small-push-7 {
  position: relative;
  left: 58.33333%
}

.small-pull-7 {
  position: relative;
  left: -58.33333%
}

.small-offset-6 {
  margin-left: 50%
}

.small-8 {
  width: 66.66667%
}

.small-push-8 {
  position: relative;
  left: 66.66667%
}

.small-pull-8 {
  position: relative;
  left: -66.66667%
}

.small-offset-7 {
  margin-left: 58.33333%
}

.small-9 {
  width: 75%
}

.small-push-9 {
  position: relative;
  left: 75%
}

.small-pull-9 {
  position: relative;
  left: -75%
}

.small-offset-8 {
  margin-left: 66.66667%
}

.small-10 {
  width: 83.33333%
}

.small-push-10 {
  position: relative;
  left: 83.33333%
}

.small-pull-10 {
  position: relative;
  left: -83.33333%
}

.small-offset-9 {
  margin-left: 75%
}

.small-11 {
  width: 91.66667%
}

.small-push-11 {
  position: relative;
  left: 91.66667%
}

.small-pull-11 {
  position: relative;
  left: -91.66667%
}

.small-offset-10 {
  margin-left: 83.33333%
}

.small-12 {
  width: 100%
}

.small-offset-11 {
  margin-left: 91.66667%
}

.small-up-1>.column, .small-up-1>.columns {
  width: 100%;
  float: left
}

.small-up-1>.column:nth-of-type(1n), .small-up-1>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-1>.column:nth-of-type(1n+1), .small-up-1>.columns:nth-of-type(1n+1) {
  clear: both
}

.small-up-1>.column:last-child, .small-up-1>.columns:last-child {
  float: left
}

.small-up-2>.column, .small-up-2>.columns {
  width: 50%;
  float: left
}

.small-up-2>.column:nth-of-type(1n), .small-up-2>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-2>.column:nth-of-type(odd), .small-up-2>.columns:nth-of-type(odd) {
  clear: both
}

.small-up-2>.column:last-child, .small-up-2>.columns:last-child {
  float: left
}

.small-up-3>.column, .small-up-3>.columns {
  width: 33.33333%;
  float: left
}

.small-up-3>.column:nth-of-type(1n), .small-up-3>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-3>.column:nth-of-type(3n+1), .small-up-3>.columns:nth-of-type(3n+1) {
  clear: both
}

.small-up-3>.column:last-child, .small-up-3>.columns:last-child {
  float: left
}

.small-up-4>.column, .small-up-4>.columns {
  width: 25%;
  float: left
}

.small-up-4>.column:nth-of-type(1n), .small-up-4>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-4>.column:nth-of-type(4n+1), .small-up-4>.columns:nth-of-type(4n+1) {
  clear: both
}

.small-up-4>.column:last-child, .small-up-4>.columns:last-child {
  float: left
}

.small-up-5>.column, .small-up-5>.columns {
  width: 20%;
  float: left
}

.small-up-5>.column:nth-of-type(1n), .small-up-5>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-5>.column:nth-of-type(5n+1), .small-up-5>.columns:nth-of-type(5n+1) {
  clear: both
}

.small-up-5>.column:last-child, .small-up-5>.columns:last-child {
  float: left
}

.small-up-6>.column, .small-up-6>.columns {
  width: 16.66667%;
  float: left
}

.small-up-6>.column:nth-of-type(1n), .small-up-6>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-6>.column:nth-of-type(6n+1), .small-up-6>.columns:nth-of-type(6n+1) {
  clear: both
}

.small-up-6>.column:last-child, .small-up-6>.columns:last-child {
  float: left
}

.small-up-7>.column, .small-up-7>.columns {
  width: 14.28571%;
  float: left
}

.small-up-7>.column:nth-of-type(1n), .small-up-7>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-7>.column:nth-of-type(7n+1), .small-up-7>.columns:nth-of-type(7n+1) {
  clear: both
}

.small-up-7>.column:last-child, .small-up-7>.columns:last-child {
  float: left
}

.small-up-8>.column, .small-up-8>.columns {
  width: 12.5%;
  float: left
}

.small-up-8>.column:nth-of-type(1n), .small-up-8>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-8>.column:nth-of-type(8n+1), .small-up-8>.columns:nth-of-type(8n+1) {
  clear: both
}

.small-up-8>.column:last-child, .small-up-8>.columns:last-child {
  float: left
}

.small-collapse>.column, .small-collapse>.columns {
  padding-left: 0;
  padding-right: 0
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0
}

.small-uncollapse>.column, .small-uncollapse>.columns {
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto
}

.small-pull-0, .small-push-0, .small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left
}

@media screen and (min-width:40em) {
  .medium-1 {
    width: 8.33333%
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%
  }

  .medium-offset-0 {
    margin-left: 0
  }

  .medium-2 {
    width: 16.66667%
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%
  }

  .medium-offset-1 {
    margin-left: 8.33333%
  }

  .medium-3 {
    width: 25%
  }

  .medium-push-3 {
    position: relative;
    left: 25%
  }

  .medium-pull-3 {
    position: relative;
    left: -25%
  }

  .medium-offset-2 {
    margin-left: 16.66667%
  }

  .medium-4 {
    width: 33.33333%
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%
  }

  .medium-offset-3 {
    margin-left: 25%
  }

  .medium-5 {
    width: 41.66667%
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%
  }

  .medium-offset-4 {
    margin-left: 33.33333%
  }

  .medium-6 {
    width: 50%
  }

  .medium-push-6 {
    position: relative;
    left: 50%
  }

  .medium-pull-6 {
    position: relative;
    left: -50%
  }

  .medium-offset-5 {
    margin-left: 41.66667%
  }

  .medium-7 {
    width: 58.33333%
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%
  }

  .medium-offset-6 {
    margin-left: 50%
  }

  .medium-8 {
    width: 66.66667%
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%
  }

  .medium-offset-7 {
    margin-left: 58.33333%
  }

  .medium-9 {
    width: 75%
  }

  .medium-push-9 {
    position: relative;
    left: 75%
  }

  .medium-pull-9 {
    position: relative;
    left: -75%
  }

  .medium-offset-8 {
    margin-left: 66.66667%
  }

  .medium-10 {
    width: 83.33333%
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%
  }

  .medium-offset-9 {
    margin-left: 75%
  }

  .medium-11 {
    width: 91.66667%
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%
  }

  .medium-offset-10 {
    margin-left: 83.33333%
  }

  .medium-12 {
    width: 100%
  }

  .medium-offset-11 {
    margin-left: 91.66667%
  }

  .medium-up-1>.column, .medium-up-1>.columns {
    width: 100%;
    float: left
  }

  .medium-up-1>.column:nth-of-type(1n), .medium-up-1>.columns:nth-of-type(1n) {
    clear: none
  }

  .medium-up-1>.column:nth-of-type(1n+1), .medium-up-1>.columns:nth-of-type(1n+1) {
    clear: both
  }

  .medium-up-1>.column:last-child, .medium-up-1>.columns:last-child {
    float: left
  }

  .medium-up-2>.column, .medium-up-2>.columns {
    width: 50%;
    float: left
  }

  .medium-up-2>.column:nth-of-type(1n), .medium-up-2>.columns:nth-of-type(1n) {
    clear: none
  }

  .medium-up-2>.column:nth-of-type(odd), .medium-up-2>.columns:nth-of-type(odd) {
    clear: both
  }

  .medium-up-2>.column:last-child, .medium-up-2>.columns:last-child {
    float: left
  }

  .medium-up-3>.column, .medium-up-3>.columns {
    width: 33.33333%;
    float: left
  }

  .medium-up-3>.column:nth-of-type(1n), .medium-up-3>.columns:nth-of-type(1n) {
    clear: none
  }

  .medium-up-3>.column:nth-of-type(3n+1), .medium-up-3>.columns:nth-of-type(3n+1) {
    clear: both
  }

  .medium-up-3>.column:last-child, .medium-up-3>.columns:last-child {
    float: left
  }

  .medium-up-4>.column, .medium-up-4>.columns {
    width: 25%;
    float: left
  }

  .medium-up-4>.column:nth-of-type(1n), .medium-up-4>.columns:nth-of-type(1n) {
    clear: none
  }

  .medium-up-4>.column:nth-of-type(4n+1), .medium-up-4>.columns:nth-of-type(4n+1) {
    clear: both
  }

  .medium-up-4>.column:last-child, .medium-up-4>.columns:last-child {
    float: left
  }

  .medium-up-5>.column, .medium-up-5>.columns {
    width: 20%;
    float: left
  }

  .medium-up-5>.column:nth-of-type(1n), .medium-up-5>.columns:nth-of-type(1n) {
    clear: none
  }

  .medium-up-5>.column:nth-of-type(5n+1), .medium-up-5>.columns:nth-of-type(5n+1) {
    clear: both
  }

  .medium-up-5>.column:last-child, .medium-up-5>.columns:last-child {
    float: left
  }

  .medium-up-6>.column, .medium-up-6>.columns {
    width: 16.66667%;
    float: left
  }

  .medium-up-6>.column:nth-of-type(1n), .medium-up-6>.columns:nth-of-type(1n) {
    clear: none
  }

  .medium-up-6>.column:nth-of-type(6n+1), .medium-up-6>.columns:nth-of-type(6n+1) {
    clear: both
  }

  .medium-up-6>.column:last-child, .medium-up-6>.columns:last-child {
    float: left
  }

  .medium-up-7>.column, .medium-up-7>.columns {
    width: 14.28571%;
    float: left
  }

  .medium-up-7>.column:nth-of-type(1n), .medium-up-7>.columns:nth-of-type(1n) {
    clear: none
  }

  .medium-up-7>.column:nth-of-type(7n+1), .medium-up-7>.columns:nth-of-type(7n+1) {
    clear: both
  }

  .medium-up-7>.column:last-child, .medium-up-7>.columns:last-child {
    float: left
  }

  .medium-up-8>.column, .medium-up-8>.columns {
    width: 12.5%;
    float: left
  }

  .medium-up-8>.column:nth-of-type(1n), .medium-up-8>.columns:nth-of-type(1n) {
    clear: none
  }

  .medium-up-8>.column:nth-of-type(8n+1), .medium-up-8>.columns:nth-of-type(8n+1) {
    clear: both
  }

  .medium-up-8>.column:last-child, .medium-up-8>.columns:last-child {
    float: left
  }

  .medium-collapse>.column, .medium-collapse>.columns {
    padding-left: 0;
    padding-right: 0
  }

  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0
  }

  .medium-uncollapse>.column, .medium-uncollapse>.columns {
    padding-left: .9375rem;
    padding-right: .9375rem
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }

  .medium-pull-0, .medium-push-0, .medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
  }
}

@media screen and (min-width:64em) {
  .large-1 {
    width: 8.33333%
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%
  }

  .large-offset-0 {
    margin-left: 0
  }

  .large-2 {
    width: 16.66667%
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%
  }

  .large-offset-1 {
    margin-left: 8.33333%
  }

  .large-3 {
    width: 25%
  }

  .large-push-3 {
    position: relative;
    left: 25%
  }

  .large-pull-3 {
    position: relative;
    left: -25%
  }

  .large-offset-2 {
    margin-left: 16.66667%
  }

  .large-4 {
    width: 33.33333%
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%
  }

  .large-offset-3 {
    margin-left: 25%
  }

  .large-5 {
    width: 41.66667%
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%
  }

  .large-offset-4 {
    margin-left: 33.33333%
  }

  .large-6 {
    width: 50%
  }

  .large-push-6 {
    position: relative;
    left: 50%
  }

  .large-pull-6 {
    position: relative;
    left: -50%
  }

  .large-offset-5 {
    margin-left: 41.66667%
  }

  .large-7 {
    width: 58.33333%
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%
  }

  .large-offset-6 {
    margin-left: 50%
  }

  .large-8 {
    width: 66.66667%
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%
  }

  .large-offset-7 {
    margin-left: 58.33333%
  }

  .large-9 {
    width: 75%
  }

  .large-push-9 {
    position: relative;
    left: 75%
  }

  .large-pull-9 {
    position: relative;
    left: -75%
  }

  .large-offset-8 {
    margin-left: 66.66667%
  }

  .large-10 {
    width: 83.33333%
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%
  }

  .large-offset-9 {
    margin-left: 75%
  }

  .large-11 {
    width: 91.66667%
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%
  }

  .large-offset-10 {
    margin-left: 83.33333%
  }

  .large-12 {
    width: 100%
  }

  .large-offset-11 {
    margin-left: 91.66667%
  }

  .large-up-1>.column, .large-up-1>.columns {
    width: 100%;
    float: left
  }

  .large-up-1>.column:nth-of-type(1n), .large-up-1>.columns:nth-of-type(1n) {
    clear: none
  }

  .large-up-1>.column:nth-of-type(1n+1), .large-up-1>.columns:nth-of-type(1n+1) {
    clear: both
  }

  .large-up-1>.column:last-child, .large-up-1>.columns:last-child {
    float: left
  }

  .large-up-2>.column, .large-up-2>.columns {
    width: 50%;
    float: left
  }

  .large-up-2>.column:nth-of-type(1n), .large-up-2>.columns:nth-of-type(1n) {
    clear: none
  }

  .large-up-2>.column:nth-of-type(odd), .large-up-2>.columns:nth-of-type(odd) {
    clear: both
  }

  .large-up-2>.column:last-child, .large-up-2>.columns:last-child {
    float: left
  }

  .large-up-3>.column, .large-up-3>.columns {
    width: 33.33333%;
    float: left
  }

  .large-up-3>.column:nth-of-type(1n), .large-up-3>.columns:nth-of-type(1n) {
    clear: none
  }

  .large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1) {
    clear: both
  }

  .large-up-3>.column:last-child, .large-up-3>.columns:last-child {
    float: left
  }

  .large-up-4>.column, .large-up-4>.columns {
    width: 25%;
    float: left
  }

  .large-up-4>.column:nth-of-type(1n), .large-up-4>.columns:nth-of-type(1n) {
    clear: none
  }

  .large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1) {
    clear: both
  }

  .large-up-4>.column:last-child, .large-up-4>.columns:last-child {
    float: left
  }

  .large-up-5>.column, .large-up-5>.columns {
    width: 20%;
    float: left
  }

  .large-up-5>.column:nth-of-type(1n), .large-up-5>.columns:nth-of-type(1n) {
    clear: none
  }

  .large-up-5>.column:nth-of-type(5n+1), .large-up-5>.columns:nth-of-type(5n+1) {
    clear: both
  }

  .large-up-5>.column:last-child, .large-up-5>.columns:last-child {
    float: left
  }

  .large-up-6>.column, .large-up-6>.columns {
    width: 16.66667%;
    float: left
  }

  .large-up-6>.column:nth-of-type(1n), .large-up-6>.columns:nth-of-type(1n) {
    clear: none
  }

  .large-up-6>.column:nth-of-type(6n+1), .large-up-6>.columns:nth-of-type(6n+1) {
    clear: both
  }

  .large-up-6>.column:last-child, .large-up-6>.columns:last-child {
    float: left
  }

  .large-up-7>.column, .large-up-7>.columns {
    width: 14.28571%;
    float: left
  }

  .large-up-7>.column:nth-of-type(1n), .large-up-7>.columns:nth-of-type(1n) {
    clear: none
  }

  .large-up-7>.column:nth-of-type(7n+1), .large-up-7>.columns:nth-of-type(7n+1) {
    clear: both
  }

  .large-up-7>.column:last-child, .large-up-7>.columns:last-child {
    float: left
  }

  .large-up-8>.column, .large-up-8>.columns {
    width: 12.5%;
    float: left
  }

  .large-up-8>.column:nth-of-type(1n), .large-up-8>.columns:nth-of-type(1n) {
    clear: none
  }

  .large-up-8>.column:nth-of-type(8n+1), .large-up-8>.columns:nth-of-type(8n+1) {
    clear: both
  }

  .large-up-8>.column:last-child, .large-up-8>.columns:last-child {
    float: left
  }

  .large-collapse>.column, .large-collapse>.columns {
    padding-left: 0;
    padding-right: 0
  }

  .large-collapse .row {
    margin-left: 0;
    margin-right: 0
  }

  .large-uncollapse>.column, .large-uncollapse>.columns {
    padding-left: .9375rem;
    padding-right: .9375rem
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }

  .large-pull-0, .large-push-0, .large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
  }
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility
}

em, i {
  font-style: italic
}

b, em, i, strong {
  line-height: inherit
}

b, strong {
  font-weight: 700
}

small {
  font-size: 80%;
  line-height: inherit
}

h1, h2, h3, h4, h5, h6 {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  line-height: 1.4
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #939598;
  line-height: 0
}

h1 {
  font-size: 36px;
  font-size: 2.25rem
}

h2 {
  font-size: 20px;
  font-size: 1.25rem
}

h3 {
  font-size: 19px;
  font-size: 1.1875rem
}

h4 {
  font-size: 18px;
  font-size: 1.125rem
}

h5 {
  font-size: 17px;
  font-size: 1.0625rem
}

h6 {
  font-size: 16px;
  font-size: 1rem
}

@media screen and (min-width:40em) {
  h1 {
    font-size: 3rem
  }

  h2 {
    font-size: 1.875rem
  }

  h3 {
    font-size: 1.75rem
  }

  h4 {
    font-size: 1.5625rem
  }

  h5 {
    font-size: 1.25rem
  }

  h6 {
    font-size: 1rem
  }
}

a {
  color: #9cb97a;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer
}

a:focus, a:hover {
  color: #87aa5e
}

a img {
  border: 0
}

hr {
  max-width: 1100px;
  max-width: 68.75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #939598;
  border-left: 0;
  margin: 20px auto;
  margin: 1.25rem auto;
  clear: both
}

dl, ol, ul {
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style-position: outside
}

li {
  font-size: inherit
}

ul {
  list-style-type: disc
}

ol, ol ol, ol ul, ul, ul ol, ul ul {
  margin-left: 20px;
  margin-left: 1.25rem
}

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

dl {
  margin-bottom: 16px;
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
  font-weight: 700
}

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 9px 20px 0 19px;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #939598
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #404040
}

cite {
  display: block;
  font-size: 13px;
  font-size: .8125rem;
  color: #404040
}

cite:before {
  content: "\2014 \0020"
}

abbr {
  color: #939598;
  cursor: help;
  border-bottom: 1px dotted #000
}

code {
  font-weight: 400;
  border: 1px solid #939598;
  padding: 2px 5px 1px;
  padding: .125rem .3125rem .0625rem
}

code, kbd {
  font-family: Consolas, Liberation Mono, Courier, monospace;
  color: #000;
  background-color: #deddd9
}

kbd {
  padding: 2px 4px 0;
  padding: .125rem .25rem 0;
  margin: 0
}

.subheader {
  margin-top: 3.2px;
  margin-top: .2rem;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #404040
}

.lead {
  font-size: 125%;
  line-height: 1.6
}

.stat {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1
}

p+.stat {
  margin-top: -16px;
  margin-top: -1rem
}

.no-bullet {
  margin-left: 0;
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

@media screen and (min-width:40em) {
  .medium-text-left {
    text-align: left
  }

  .medium-text-right {
    text-align: right
  }

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

  .medium-text-justify {
    text-align: justify
  }
}

@media screen and (min-width:64em) {
  .large-text-left {
    text-align: left
  }

  .large-text-right {
    text-align: right
  }

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

  .large-text-justify {
    text-align: justify
  }
}

.show-for-print {
  display: none !important
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  .show-for-print {
    display: block !important
  }

  .hide-for-print {
    display: none !important
  }

  table.show-for-print {
    display: table !important
  }

  thead.show-for-print {
    display: table-header-group !important
  }

  tbody.show-for-print {
    display: table-row-group !important
  }

  tr.show-for-print {
    display: table-row !important
  }

  td.show-for-print, th.show-for-print {
    display: table-cell !important
  }

  a, a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  blockquote, pre {
    border: 1px solid #404040;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img, tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2, h3, p {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  height: 2.4375rem;
  padding: 8px;
  padding: .5rem;
  border: 1px solid #939598;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  border-radius: 0;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  -o-transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
  -webkit-appearance: none;
  -moz-appearance: none
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  border: 1px solid #404040;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 5px #939598;
  box-shadow: 0 0 5px #939598;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  -o-transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

textarea {
  max-width: 100%
}

textarea[rows] {
  height: auto
}

input:-ms-input-placeholder, input::-ms-input-placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #939598
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #939598
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #939598
}

input:-ms-input-placeholder, input::-ms-input-placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #939598
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #939598
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #939598
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #939598
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #939598
}

input::placeholder, textarea::placeholder {
  color: #939598
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #deddd9;
  cursor: default
}

[type=button], [type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

[type=checkbox], [type=file], [type=radio] {
  margin: 0 0 16px;
  margin: 0 0 1rem
}

[type=checkbox]+label, [type=radio]+label {
  display: inline-block;
  margin-left: 8px;
  margin-left: .5rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline
}

label>[type=checkbox], label>[type=radio] {
  margin-right: 8px;
  margin-right: .5rem
}

[type=file] {
  width: 100%
}

label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000
}

label.middle {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 9px 0;
  padding: .5625rem 0
}

.help-text {
  margin-top: -8px;
  margin-top: -.5rem;
  font-size: 13px;
  font-size: .8125rem;
  font-style: italic;
  color: #000
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem
}

.input-group>:first-child, .input-group>:last-child>* {
  border-radius: 0
}

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  display: table-cell;
  vertical-align: middle
}

.input-group-label {
  text-align: center;
  padding: 0 16px;
  padding: 0 1rem;
  background: #deddd9;
  color: #000;
  border: 1px solid #939598;
  white-space: nowrap;
  width: 1%;
  height: 100%
}

.input-group-label:first-child {
  border-right: 0
}

.input-group-label:last-child {
  border-left: 0
}

.input-group-field {
  border-radius: 0;
  height: 40px;
  height: 2.5rem
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%
}

.input-group-button a, .input-group-button button, .input-group-button input {
  margin: 0
}

.input-group .input-group-button {
  display: table-cell
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0
}

legend {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  max-width: 100%
}

.fieldset {
  border: 1px solid #939598;
  padding: 20px;
  padding: 1.25rem;
  margin: 18px 0;
  margin: 1.125rem 0
}

.fieldset legend {
  background: #fff;
  padding: 0 3px;
  padding: 0 .1875rem;
  margin: 0;
  margin-left: -3px;
  margin-left: -.1875rem
}

select {
  height: 39px;
  height: 2.4375rem;
  padding: 8px;
  padding: .5rem;
  border: 1px solid #939598;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2864, 64, 64%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: 100%;
  background-origin: content-box;
  background-repeat: no-repeat
}

@media screen and (min-width:0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
  }
}

select:disabled {
  background-color: #deddd9;
  cursor: default
}

select::-ms-expand {
  display: none
}

select[multiple] {
  height: auto
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, .1);
  border-color: #ec5840
}

.form-error, .is-invalid-label {
  color: #ec5840
}

.form-error {
  display: none;
  margin-top: -8px;
  margin-top: -.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700
}

.form-error.is-visible {
  display: block
}

.hide {
  display: none !important
}

@media screen and (max-width:39.9375em) {
  .hide-for-small-only {
    display: none !important
  }
}

@media screen and (max-width:0em), screen and (min-width:40em) {
  .show-for-small-only {
    display: none !important
  }
}

@media screen and (min-width:40em) {
  .hide-for-medium {
    display: none !important
  }
}

@media screen and (max-width:39.9375em) {
  .show-for-medium {
    display: none !important
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width:39.9375em), screen and (min-width:64em) {
  .show-for-medium-only {
    display: none !important
  }
}

@media screen and (min-width:64em) {
  .hide-for-large {
    display: none !important
  }
}

@media screen and (max-width:63.9375em) {
  .show-for-large {
    display: none !important
  }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width:63.9375em), screen and (min-width:75em) {
  .show-for-large-only {
    display: none !important
  }
}

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0)
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto
}

.hide-for-portrait, .show-for-landscape {
  display: block !important
}

@media screen and (orientation:landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important
  }
}

@media screen and (orientation:portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important
  }
}

.hide-for-landscape, .show-for-portrait {
  display: none !important
}

@media screen and (orientation:landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important
  }
}

@media screen and (orientation:portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.clearfix:after, .clearfix:before {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url(images/bg-pattern.png) repeat;
  background-size: 160px
}

a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

a.learn-more {
  color: #57b3cd;
  font-weight: 700;
  text-transform: uppercase
}

a.learn-more:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

h1, h2, h3, h4, h5, h6 {
  color: #9cb97a
}

h1 {
  font-size: 28px;
  font-size: 1.75rem
}

@media screen and (min-width:64em) {
  h1 {
    font-size: 2.75rem
  }
}

h2 {
  font-size: 28px;
  font-size: 1.75rem
}

@media screen and (min-width:64em) {
  h2 {
    font-size: 2.75rem
  }
}

h5 {
  font-size: 18px;
  font-size: 1.125rem
}

@media screen and (min-width:64em) {
  h5 {
    font-size: 1.5rem
  }
}

.floatRight {
  float: right
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

.embed-container embed, .embed-container iframe, .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width:40em) {
  .left__content {
    margin-right: 50px
  }
}

.sidebar__cta {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  text-align: center;
  padding-top: 30px;
}

.sidebar__cta__headline {
  font-family: Playfair Display, serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  display: block;
  color: #9cb97a
}

.sidebar__cta .button {
  margin-right: 10px;
  display: block;
  margin: 0 10px 10px
}

@media screen and (min-width:40em) {
  .sidebar__cta .button {
    display: inline-block;
    margin: 0 10px 0 0
  }
}

.sidebar__share {
  background-color: #f8f7f5;
  margin: 15px 0 35px;
  line-height: 50px;
  height: 50px;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700
}

.sidebar__share ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block
}

.sidebar__share ul li {
  display: inline-block;
  margin: 0 5px
}

.sidebar__share ul li a {
  color: #57b3cd;
  font-size: 18px;
  font-size: 1.125rem
}

.sidebar__share ul li a:hover {
  color: #9cb97a
}

/* Sidebar New Update */

.sidebar-border {
  border: 3px solid #ecc716;
  width: 230px;
  max-width: 100%;
  margin: 0 auto;
}

.sidebar__cta__headline + a,
.sidebar_btn {
  font-family: Playfair Display, serif;
  font-size: 1.5rem;
}

.sidebar_btn {
  display: block;
  background-color: #ecc716;
  color: #fff;
  padding: 10px 0;
  width: calc(100% + 6px);
  position: relative;
  left: -3px;
  bottom: -3px;
}

.sidebar__cta__headline + a {
  padding-bottom: 20px;
  display: block;
}


/* Sidebar New Update End */


.sidebar__testimonial {
  text-align: center
}

.sidebar__testimonial a {
  font-weight: 700;
  color: #57b3cd;
  display: block;
  margin: 15px 0 0
}

.sidebar__testimonial a:hover {
  color: #9cb97a
}

.top-bar {
  background-color: #ecc716;
  height: 50px;
  font-size: 13px;
  font-size: .8125rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700
}

@media screen and (min-width:730px) {
  .top-bar {
    background-color: #ecc716;
    height: 50px;
    font-size: 15px;
    font-size: .8125rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
  }
}

.top-bar.has-alert {
  background-color: #ecc716
}

.top-bar.has-alert a, .top-bar.has-alert ul {
  color: #2f2828
}

.top-bar__inner {
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
  text-align: right
}

.top-bar__inner:after, .top-bar__inner:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.top-bar__inner:after {
  clear: both
}

@media screen and (min-width:40em) {
  .top-bar__inner {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

.top-bar__inner:last-child:not(:first-child) {
  float: right
}

.top-bar__inner, .top-bar__inner:last-child {
  float: none
}

.top-bar__inner ul {
  height: 25px;
  text-align: center;
  list-style: none;
  margin: 0
}

@media screen and (min-width:730px) {
  .top-bar__inner ul {
    height: 50px;
    list-style: none;
    margin: 0;
    float: right
  }
}

.top-bar__inner ul li {
  display: inline-block;
  line-height: 25px;
  margin-left: 3px;
  margin-right: 3px
}

@media screen and (min-width:730px) {
  .top-bar__inner ul li {
    display: inline-block;
    line-height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    margin-left: 1.25rem
  }
}

.top-bar__inner ul li a {
  color: #fff;
  font-size: 12px
}

@media screen and (min-width:730px) {
  .top-bar__inner ul li a {
    color: #fff;
    font-size: 15px
  }
}

.top-bar__alert {
  line-height: 25px;
  color: #404040;
  text-align: center;
  text-transform: none
}

@media screen and (min-width:730px) {
  .top-bar__alert {
    float: left;
    line-height: 50px;
    color: #404040;
    text-align: center;
    text-transform: none;
    font-size: 15px
  }
}

.top-bar__alert b {
  color: #fff
}

.taptap-image img {
  max-width: 140px
}

#menu-mobile-menu .phone-button a {
  background-color: #57b3cd;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 15px;
  margin: 15px 0
}

.taptap-by-bonfire .menu li span svg {
  width: 16px
}

.taptap-by-bonfire .menu > li.menu-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background-color: #f0efeb;
  border-radius: 8px;
  margin: 8px 0;
  padding: 0 10px;
  border-bottom: 3px solid #9bb87a;
}

#menu-item-317,
#menu-item-1264,
#menu-item-2230,
#menu-item-319,
#menu-item-320,
#menu-item-321,
#menu-item-322,
#menu-item-323,
#menu-item-324,
#menu-item-331 {
  border-color: #57b3cd;
}

#menu-mobile-menu .phone-button {
  background-color: initial;
  border: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.taptap-by-bonfire .menu > .menu-item > a {
  max-width: 85%;
}

.taptap-by-bonfire .menu > li.menu-item-has-children span {
  position: relative;
  top: 0 !important;
}

.taptap-by-bonfire .sub-menu li.menu-item {
  background-color: #fff;
  margin: 8px 0;
  border-radius: 8px;
}

.header {
  position: relative;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  background: #fff;
  z-index: 9
}

@media screen and (max-width:74.9375em) {
  .header {
    display: none
  }
}

.header__inner {
  max-width: 1100px;
  max-width: 72.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem;
}

.header__inner:after, .header__inner:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.header__inner:after {
  clear: both
}

@media screen and (min-width:40em) {
  .header__inner {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

.header__inner:last-child:not(:first-child) {
  float: right
}

.header__inner, .header__inner:last-child {
  float: none;
  padding: 0
}

.header__logo {
  float: left;
  background: url(images/logo-209nyc.png) no-repeat 0 0;
  background-size: 135px auto;
  width: 150px;
  width: 135px;
  height: 59px;
  height: auto;
  margin: 20px 0 0
}

.header .button {
  margin-top: 30px
}

.header .main-navigation {
  margin: 10px 18px 0;
  text-align: center;
  display: none
}

@media screen and (min-width:64em) {
  .header .main-navigation {
    display: block
  }
}

.header .main-navigation>li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}

.header .main-navigation>li>a {
  padding: 25px 0 35px;
  padding: 1.5625rem 0 2.1875rem
}

.header .main-navigation>li.has-dropdown>a {
  padding-right: 16px
}

.header .main-navigation>li.has-dropdown>a:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-text-stroke: 1px #fff
}

.header .main-navigation>li.has-dropdown:hover .flyout {
  visibility: visible;
  opacity: 1
}

.header .main-navigation>li a {
  color: #404040;
  position: relative;
  display: block
}

.header .main-navigation>li a:hover {
  color: #57b3cd
}

.header .main-navigation>li .flyout {
  position: absolute;
  background-color: #fff;
  top: 95px;
  left: 0;
  width: 100%;
  border-top: 1px solid #deddd9;
  padding: 25px 0 45px;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
  text-align: left;
  visibility: hidden;
  opacity: 0
}

.header .main-navigation>li .flyout .menu-row {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto
}

.header .main-navigation>li .flyout .menu-row:after, .header .main-navigation>li .flyout .menu-row:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.header .main-navigation>li .flyout .menu-row:after {
  clear: both
}

.header .main-navigation>li .flyout .menu-row>div {
  width: 20%;
  float: left;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem
}

@media screen and (min-width:40em) {
  .header .main-navigation>li .flyout .menu-row>div {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

.header .main-navigation>li .flyout .menu-row>div:last-child:not(:first-child) {
  float: right
}

.header .main-navigation>li .flyout .menu-row>div:last-child {
  float: left !important
}

.header .main-navigation>li .flyout a {
  font-weight: 600
}

.header .main-navigation>li .flyout img {
  margin: 0 0 8px
}

.header .main-navigation>li .flyout .divider {
  color: #404040;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #deddd9;
  margin-bottom: 15px
}

.header .main-navigation>li .flyout ul {
  margin: 8px 0 0;
  padding: 0
}

.header .main-navigation>li .flyout ul.sub-services {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem
}

.header .main-navigation>li .flyout ul li {
  list-style: none
}

.header .main-navigation>li .flyout ul li a {
  font-weight: 400
}

.page-breadcrumbs {
  background-color: #fff;
  font-size: 13px;
  font-size: .8125rem;
  background-color: hsla(30, 21%, 95%, .6);
  border-bottom: 1px solid #deddd9;
  line-height: 47px;
  height: 47px
}

.page-breadcrumbs__inner {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem
}

.page-breadcrumbs__inner:after, .page-breadcrumbs__inner:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.page-breadcrumbs__inner:after {
  clear: both
}

@media screen and (min-width:40em) {
  .page-breadcrumbs__inner {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

.page-breadcrumbs__inner:last-child:not(:first-child) {
  float: right
}

.page-breadcrumbs__inner, .page-breadcrumbs__inner:last-child {
  float: none
}

.page-breadcrumbs__inner {
  line-height: 1.1;
  margin: 1rem 0
}

#content {
  padding: 25px 0;
  padding: 1.5625rem 0
}

@media screen and (min-width:64em) {
  #content {
    padding: 3.125rem 0
  }
}

#content .post__inner {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem;
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width:40em) {
  #content .post__inner {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

#content .post__inner:last-child:not(:first-child) {
  float: right
}

#content .post__inner, #content .post__inner:last-child {
  float: none
}

#content .post__inner:after, #content .post__inner:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

#content .post__inner:after {
  clear: both
}

#content .post__inner>h2 {
  text-align: center;
  max-width: 615px;
  margin: 0 auto 25px;
  width: 90%
}

#content .post__content {
  border: 1px solid #deddd9;
  background-color: #fff;
  padding: 25px;
  padding: 1.5625rem
}

@media screen and (min-width:64em) {
  #content .post__content {
    padding: 3.75rem
  }
}

#content .post__content.has-featured-image {
  margin-top: 120px
}

#content .post__content b, #content .post__content strong {
  color: #404040
}

#content .post__content h2 {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 15px 0
}

@media screen and (min-width:64em) {
  #content .post__content h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 25px 0
  }
}

#content .post__content .row .wp-caption, #content .post__content .row img {
  max-width: 100%;
  height: auto
}

#content .post__content .row .wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 18px;
  margin: 5px 5px 10px;
  font-weight: 700
}

#content .post__cta__headline {
  font-family: Playfair Display, serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  display: block;
  color: #404040
}

#content .post__cta .button {
  margin-right: 10px;
  display: block;
  margin: 0 10px 10px 0
}

@media screen and (min-width:40em) {
  #content .post__cta .button {
    display: inline-block;
    margin: 0 10px 0 0
  }
}

#content .post-detail__meta {
  font-size: 14px;
  font-size: .875rem;
  text-align: center
}

#content .post .introduction {
  color: #404040;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
  border-bottom: 1px solid #deddd9
}

#content .post .introduction p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem
}

#content .post .fixed-sidebar .medium-4.columns, #content .post .provider-sidebar .medium-4.columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important
}

@media screen and (min-width:40em) {
  #content .post .fixed-sidebar, #content .post .provider-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 33.333%;
    padding-left: .9375rem;
    padding-right: .9375rem
  }

  .single-providers.postid-203 #content .post .fixed-sidebar {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    left: auto !important
  }
}

#content .post .featured-image-wrapper {
  margin: -140px 0 50px
}

#content .post .inner {
  width: 90%;
  max-width: 660px;
  margin: 0 auto
}

#content .itemized-list {
  margin: 0 0 30px;
  padding: 0
}

@media screen and (min-width:40em) {
  #content .itemized-list {
    margin: 0 50px 0 0
  }
}

#content .itemized-list.icon li a {
  padding: 30px 15px 30px 60px;
  position: relative
}

#content .itemized-list.icon li a:before {
  position: absolute;
  top: 32px;
  top: 2rem;
  left: 28px;
  background-color: #57b3cd;
  color: #fff;
  display: block;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  font: 16px FontAwesome;
  font: 1rem FontAwesome;
  content: "\f105";
  font-weight: 700
}

#content .itemized-list li {
  list-style: none;
  margin-bottom: 10px
}

#content .itemized-list li a {
  background-color: #f8f7f5;
  padding: 15px;
  padding: .9375rem;
  display: block;
  border: 1px solid #deddd9
}

#content .itemized-list li a:hover {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  background-color: #fff
}

#content .itemized-list li a b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #404040;
  display: block
}

#content .itemized-list li a span {
  color: #57b3cd;
  font-weight: 700
}

#content .rating {
  color: #ecc716;
  margin-bottom: 5px;
  margin-bottom: .3125rem
}

#content .timeline-rows {
  margin: 60px auto;
  color: #404040
}

#content .timeline-rows img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25)
}

#content .timeline-rows .row {
  margin-bottom: 50px
}

#content .timeline-rows .inside {
  max-width: 660px;
  margin: 0 auto
}

#content .timeline-rows .date {
  margin: 10px 0 30px;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-weight: 700;
  font-family: Playfair Display, serif;
  overflow: hidden
}

@media screen and (min-width:64em) {
  #content .timeline-rows .date {
    font-size: 3.75rem;
    line-height: 4rem
  }
}

#content .timeline-rows .date span {
  position: relative;
  display: inline-block
}

#content .timeline-rows .date span:after {
  content: "";
  height: 5px;
  width: 600px;
  background-color: #9cb97a;
  position: absolute;
  left: 120%;
  top: 24px;
  display: block
}

@media screen and (min-width:64em) {
  #content .timeline-rows .date span:after {
    top: 40px;
    left: 110%
  }
}

@media screen and (min-width:64em) {
  #content .contact-details {
    margin-left: 40px
  }
}

#content .contact-details iframe {
  margin-bottom: 30px
}

#content .contact-details a {
  color: #57b3cd
}

#content .contact-details .title {
  color: #9cb97a;
  font-size: 14px;
  font-size: .875rem;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #deddd9;
  margin: 30px 0 10px;
  display: block;
  font-weight: 700
}

#content .contact-details table {
  width: 100%
}

#content .contact-details table .hours {
  text-align: right
}

#content .contact-details .button {
  color: #fff;
  display: block;
  margin-bottom: 10px
}

#content .contact-details .button.outline {
  color: #57b3cd
}

#content .contact-details .button.outline:hover {
  color: #9cb97a
}

#content .row.divider {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #deddd9;
  color: #404040
}

#content .row.divider h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 30px
}

#content .row.divider a {
  color: #57b3cd
}

#content .row.divider a:hover {
  color: #9cb97a
}

#content .row.divider a.more {
  font-weight: 700;
  display: block
}

#content .row.divider .row-photo {
  margin-bottom: 20px
}

@media screen and (min-width:40em) {
  #content .row.divider {
    margin-top: 60px;
    padding-top: 60px
  }

  #content .row.divider .row-photo {
    padding-right: 50px;
    margin-bottom: 0
  }
}

#content .row.divider ul {
  margin: 0 0 20px;
  margin: 0 0 1.25rem
}

#content .row.divider li {
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
  list-style-type: none
}

#content .row.divider li:before {
  position: absolute;
  top: 6px;
  top: .375rem;
  left: 0;
  background-color: #9cb97a;
  color: #fff;
  display: block;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  font: 16px FontAwesome;
  font: 1rem FontAwesome;
  content: "\f105";
  font-weight: 700
}

#content .column-list {
  color: #404040;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}

@media screen and (min-width:40em) {
  #content .column-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
  }
}

#content .logo-gallery {
  margin: 30px 0 0
}

#content .logo-gallery .gallery-item {
  width: 30%;
  max-width: 155px;
  height: 75px;
  line-height: 70px;
  display: inline-block;
  border: 1px solid #deddd9;
  margin-bottom: 20px;
  text-align: center;
  margin-right: 2%
}

#content .logo-gallery .gallery-item img {
  max-width: 130px;
  max-height: 60px;
  width: auto;
  height: auto;
  vertical-align: middle
}

#content #insurance-list {
  display: none
}

#content .dark {
  color: #404040
}

@media screen and (max-width:63.9375em) {
  #content .contact-info .floatRight {
    float: none
  }
}

body.page-template-home-template #content {
  padding: 25px 0 0;
  padding: 1.5625rem 0 0
}

@media screen and (min-width:64em) {
  body.page-template-home-template #content {
    padding: 3.125rem 0 0
  }
}

body.single-services #content {
  padding-bottom: 0
}

.footer {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 0 0 30px;
  padding: 0 0 1.875rem
}

@media screen and (min-width:64em) {
  .footer {
    padding: 0 0 3.75rem
  }
}

.footer__inner {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto
}

.footer__inner:after, .footer__inner:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.footer__inner:after {
  clear: both
}

.footer__content {
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem
}

@media screen and (max-width:63.9375em) {
  .footer__content {
    text-align: center
  }
}

.footer__content b {
  color: #404040
}

.footer__content .copyright {
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  line-height: 1rem;
  max-width: 300px;
  margin: 0 auto
}

@media screen and (max-width:39.9375em) {
  .footer__content .copyright {
    float: none
  }
}

@media screen and (min-width:40em) {
  .footer__content .copyright {
    max-width: none
  }
}

.footer__content .copyright a {
  color: #939598
}

.footer__content .copyright a:hover {
  color: #9cb97a
}

.footer__logo a {
  display: block;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  background: url(images/logo-209nyc.png) no-repeat 0 0;
  background-size: 9.375rem 3.625rem;
  width: 150px;
  width: 9.375rem;
  height: 58px;
  height: 3.625rem
}

@media screen and (min-width:40em) {
  .footer__logo a {
    margin: 0 0 60px
  }
}

.footer .contact-info {
  margin: 20px 0 0
}

@media screen and (min-width:40em) {
  .footer .contact-info {
    padding: 0 60px;
    margin: 0 60px;
    border-left: 1px solid #deddd9;
    min-height: 200px
  }
}

.footer table.hours {
  width: 80%;
  text-align: left;
  margin: 0 auto
}

@media screen and (min-width:40em) {
  .footer table.hours {
    max-width: 200px;
    float: right;
    width: 100%
  }
}

.footer table.hours .day {
  color: #404040;
  font-weight: 700
}

.footer table.hours .hours {
  text-align: right
}

.footer__social {
  background-color: #9cb97a;
  color: #fff;
  height: 70px;
  line-height: 70px;
  line-height: 4.375rem;
  font-size: 18px;
  font-size: 1.125rem
}

@media screen and (max-width:39.9375em) {
  .footer__social {
    display: none
  }
}

.footer__social img {
  height: 30px;
  margin-right: 15px
}

.footer__social .icons {
  text-align: right
}

.footer__social .icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 70px
}

.footer__social .icons li {
  display: inline-block;
  margin-left: 25px;
  padding-left: 25px;
  position: relative
}

.footer__social .icons li:before {
  content: "";
  height: 18px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0
}

.footer__social .icons li:first-child:before {
  display: none
}

.footer__social .icons li a {
  color: #fff
}

.footer__social .icons li a:hover {
  color: #deddd9
}

.footer__gallery {
  font-size: 0;
  margin: 0 0 35px;
  margin: 0 0 2.1875rem;
  position: relative;
  top: -1px
}

.footer__gallery ul {
  list-style: none;
  margin: 0
}

.footer__gallery ul li {
  display: inline-block;
  width: 20%
}

.footer__gallery ul li:first-child, .footer__gallery ul li:last-child {
  display: none
}

@media screen and (min-width:64em) {
  .footer__gallery ul li {
    width: 14.28571%;
    border-right: 2px solid #fff
  }

  .footer__gallery ul li:first-child, .footer__gallery ul li:last-child {
    display: inline-block
  }

  .footer__gallery ul li:last-child {
    border-right: none
  }
}

.button {
  display: inline-block;
  position: relative;
  background-color: #57b3cd;
  border: 1px solid #57b3cd;
  color: #fff;
  line-height: 33px;
  height: 36px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  min-width: 140px;
  text-align: center;
  padding: 0 10px;
}

.button:hover {
  background: #9cb97a;
  border-color: #9cb97a;
  color: #fff
}

.button.outline {
  background-color: #fff;
  border: 1px solid #57b3cd;
  color: #57b3cd
}

.button.outline:hover {
  background: #fff;
  color: #9cb97a;
  border-color: #9cb97a
}

#comments .commentlist, #respond ul {
  margin-left: 0
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: .7335em 10px
}

.commentlist li:last-child {
  margin-bottom: 0
}

.commentlist li ul.children {
  margin: 0
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0
}

.commentlist .vcard {
  margin-left: 50px
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal
}

.commentlist .vcard time {
  float: right
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none
}

.commentlist .vcard time a:hover {
  text-decoration: underline
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff
}

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em
}

.commentlist .comment-reply-link {
  float: right
}

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em
}

.respond-form form {
  margin: .75em 0
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: .7335em
}

.respond-form form li label, .respond-form form li small {
  display: none
}

.respond-form form input[type=email], .respond-form form input[type=text], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em
}

.respond-form form input[type=email]:focus, .respond-form form input[type=text]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff
}

.respond-form form input[type=email]:invalid, .respond-form form input[type=text]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: 0;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.respond-form form input[type=email], .respond-form form input[type=text], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px
}

.gform_wrapper {
  margin: 30px 0
}

@media screen and (min-width:40em) {
  .gform_wrapper .ginput_left, .gform_wrapper .ginput_right, .gform_wrapper .left-half, .gform_wrapper .right-half {
    float: left;
    width: 48%
  }

  .gform_wrapper .ginput_left+.one-quarter, .gform_wrapper .ginput_right+.one-quarter, .gform_wrapper .left-half+.one-quarter, .gform_wrapper .right-half+.one-quarter {
    margin-left: 4%
  }

  .gform_wrapper .ginput_right, .gform_wrapper .right-half {
    float: right
  }
}

@media screen and (min-width:40em) {
  .gform_wrapper .one-quarter {
    float: left;
    width: 23%
  }
}

@media screen and (min-width:40em) {
  .gform_wrapper .one-quarter+.one-quarter {
    margin-left: 2%
  }
}

.gform_wrapper .gfield_description {
  margin-top: -5px;
  margin-top: -.3125rem;
  font-size: 14px;
  font-size: .875rem
}

.gform_wrapper .ginput_container {
  position: relative
}

.gform_wrapper ul {
  margin: 0;
  list-style: none outside none
}

.gform_wrapper .gfield_label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600
}

.gform_wrapper li.no-label .gfield_label {
  display: none
}

@media screen and (min-width:40em) {
  .gform_wrapper li.top-pad {
    padding-top: 1.625rem
  }
}

.gform_wrapper .gfield_required {
  display: none
}

.gform_wrapper input[type=checkbox] {
  vertical-align: top;
  margin: 10px 0
}

.gform_wrapper .gfield_checkbox label {
  display: inline-block;
  max-width: 80%
}

.gform_wrapper .gfield_required {
  padding-left: 5px;
  color: #ff0101
}

.gform_wrapper select {
  color: #939598
}

.gform_wrapper select:focus {
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  -o-transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
  outline: 0;
  border: 1px solid #404040;
  -webkit-box-shadow: 0 0 5px #939598;
  box-shadow: 0 0 5px #939598;
  background-color: #fff
}

.gform_wrapper select.active {
  color: #000
}

.gform_wrapper textarea {
  height: 215px;
  height: 13.4375rem;
  resize: none
}

.gform_wrapper .gfield_radio {
  margin: 0
}

.gform_wrapper .gfield_radio li {
  display: inline-block;
  margin-right: 40px;
  margin-right: 2.5rem
}

.gform_wrapper .gfield_radio input[type=radio] {
  display: none
}

.gform_wrapper .gfield_radio input[type=radio]+label {
  margin: 0
}

.gform_wrapper .gfield_radio input[type=radio]:checked+label:before {
  border-color: #9cb97a;
  background: #9cb97a
}

.gform_wrapper .gfield_radio label {
  position: relative;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400
}

.gform_wrapper .gfield_radio label:before {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-right: 8px;
  margin-right: .5rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  vertical-align: top;
  content: ""
}

.gform_wrapper .ginput_container_fileupload {
  position: relative;
  margin-top: 18px;
  margin-top: 1.125rem
}

.gform_wrapper .ginput_container_fileupload ::-webkit-file-upload-button {
  visibility: hidden;
  width: 125px;
  width: 7.8125rem
}

.gform_wrapper .ginput_container_fileupload input {
  line-height: 32px;
  line-height: 2rem
}

.gform_wrapper .ginput_container_fileupload input:hover:before {
  border-color: #9cb97a;
  background: #9cb97a;
  color: #fff
}

.gform_wrapper .ginput_container_fileupload input:focus {
  outline: 0
}

.gform_wrapper .ginput_container_fileupload input:before {
  position: absolute;
  top: -8px;
  top: -.5rem;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 2px solid #939598;
  border-radius: 1.125rem;
  width: 120px;
  width: 7.5rem;
  height: 36px;
  height: 2.25rem;
  text-align: center;
  line-height: 32px;
  line-height: 2rem;
  font-size: 14px;
  font-size: .875rem;
  content: "Choose file"
}

.gform_wrapper .gform_drop_area {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 35px;
  padding: 2.1875rem;
  text-align: center
}

.gform_wrapper .gform_drop_area input.button {
  margin-left: 10px;
  margin-left: .625rem;
  border-radius: 20px;
  background: #fff;
  line-height: 1 !important;
  font-size: 14px;
  font-size: .875rem
}

.gform_wrapper .gform_drop_area input.button:hover {
  border-color: #9cb97a;
  background: #9cb97a;
  color: #fff
}

.gform_wrapper .button {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 30px 0 0;
  border: 0;
  line-height: 30px
}

.gform_wrapper .gform_validation_container {
  display: none
}

.gform_wrapper .validation_error {
  margin-bottom: 20px;
  border-left: 5px solid #ff0101;
  background: #fff;
  padding: 10px;
  text-align: center
}

.gform_wrapper .validation_message {
  display: none
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea {
  border: 1px solid #ff0101
}

.gform_wrapper .ginput_container_password label {
  display: none
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal
}

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  background: 0 0;
  color: transparent;
  outline: 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}

.slick-dots li, .slick-dots li button {
  height: 10px;
  width: 10px;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background-color: #c6b8a8;
  display: block;
  border-radius: 50%;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li.slick-active button {
  background-color: #57b3cd;
  opacity: .75
}

.slick-gallery.slick-slider {
  margin: 0 0 70px
}

.post-detail__social {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center
}

.post-detail__social ul {
  margin: 0
}

.post-detail__social li {
  display: inline-block;
  margin: 0 13px;
  margin: 0 .8125rem;
  list-style-type: none
}

.post-detail__social a {
  color: #9cb97a
}

.post-detail__social a:hover {
  color: #57b3cd
}

.post-detail__related {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center
}

.post-detail__related:after, .post-detail__related:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.post-detail__related:after {
  clear: both
}

@media screen and (min-width:40em) {
  .post-detail__related {
    margin-top: 3.75rem
  }
}

.post-detail__related h3 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400
}

.post-detail__related-grid {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  padding: 0 .625rem
}

.post-detail__related-grid:after, .post-detail__related-grid:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.post-detail__related-grid:after {
  clear: both
}

@media screen and (min-width:40em) {
  .post-detail__related-grid {
    padding: 0 1.25rem
  }
}

@media screen and (min-width:64em) {
  .post-detail__related-grid {
    padding: 0 2.5rem
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  .post-detail__related .archive-page__preview {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
  }

  .post-detail__related .archive-page__preview:last-child:not(:first-child) {
    float: right
  }

  .post-detail__related .archive-page__preview:last-child:last-child {
    float: left
  }

  .post-detail__related .archive-page__preview:nth-child(3) {
    display: none
  }
}

.page__inner {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem
}

.page__inner:after, .page__inner:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.page__inner:after {
  clear: both
}

@media screen and (min-width:40em) {
  .page__inner {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

.page__inner:last-child:not(:first-child) {
  float: right
}

.page__inner, .page__inner:last-child {
  float: none
}

.page__content {
  border: 1px solid #deddd9;
  background-color: #fff;
  padding: 25px;
  padding: 1.5625rem
}

@media screen and (min-width:64em) {
  .page__content {
    padding: 1.875rem 3.75rem
  }
}

.page__content b, .page__content strong {
  color: #404040
}

.page__header {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem
}

.page__header h2 {
  margin-bottom: 15px;
  margin-bottom: .9375rem
}

.page__header p {
  max-width: 645px;
  max-width: 40.3125rem;
  width: 90%;
  margin: 0 auto;
  color: #404040
}

.page h5.gray {
  text-align: center;
  color: #404040;
  margin: 0 0 25px
}

.page .grid-list {
  margin: 0;
  list-style: none
}

.page .grid-list .row {
  border: 1px solid #deddd9;
  margin-bottom: 30px;
  margin-bottom: 1.875rem
}

.page .grid-list .row .details {
  background-color: #f8f7f5;
  text-align: center;
  padding: 10px 0;
  padding: .625rem 0
}

@media screen and (min-width:40em) {
  .page .grid-list .row .details {
    padding: 1.875rem 0 3.75rem
  }
}

.page .grid-list .row .details h6 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #404040;
  font-weight: 700;
  margin: 0 0 5px
}

@media screen and (min-width:40em) {
  .page .grid-list .row .details h6 {
    margin: 0 0 25px
  }
}

.page .grid-list .row .content {
  padding: 30px;
  padding: 1.875rem
}

.archive-page {
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  width: 100%;
  max-width: 1220px;
  max-width: 76.25rem
}

@media screen and (min-width:40em) {
  .archive-page {
    padding-bottom: 3.75rem
  }
}

.archive-page__inner {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1100px;
  max-width: 68.75rem
}

.archive-page__featured {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem
}

@media screen and (min-width:40em) {
  .archive-page__featured {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

.archive-page__featured:last-child:not(:first-child) {
  float: right
}

.archive-page__featured-inner {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #deddd9;
  background: #fff
}

.archive-page__featured-inner:after, .archive-page__featured-inner:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.archive-page__featured-inner:after {
  clear: both
}

.archive-page__featured-image {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  margin-bottom: .9375rem
}

.archive-page__featured-image:last-child:not(:first-child) {
  float: right
}

@media screen and (min-width:40em) {
  .archive-page__featured-image {
    width: 66%;
    float: left;
    margin-bottom: 0
  }

  .archive-page__featured-image:last-child:not(:first-child) {
    float: right
  }
}

.archive-page__featured-text {
  width: 100%;
  float: left;
  text-align: center;
  color: #939598
}

.archive-page__featured-text:last-child:not(:first-child) {
  float: right
}

@media screen and (min-width:40em) {
  .archive-page__featured-text {
    width: 32%;
    float: left;
    display: table;
    height: 100%
  }

  .archive-page__featured-text:last-child:not(:first-child) {
    float: right
  }
}

.archive-page__featured-text h2 {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 15px 0
}

@media screen and (min-width:64em) {
  .archive-page__featured-text h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 25px 0
  }
}

.archive-page__featured-text .post-detail__meta {
  margin-bottom: 20px;
  margin-bottom: 1.25rem
}

.archive-page__featured-cell {
  padding: 0 20px;
  padding: 0 1.25rem
}

@media screen and (min-width:40em) {
  .archive-page__featured-cell {
    display: table-cell;
    vertical-align: middle
  }
}

.archive-page__grid {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto
}

.archive-page__grid:after, .archive-page__grid:before {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.archive-page__grid:after {
  clear: both
}

.archive-page__preview {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem
}

@media screen and (min-width:40em) {
  .archive-page__preview {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

.archive-page__preview:last-child:not(:first-child) {
  float: right
}

@media screen and (min-width:40em) {
  .archive-page__preview {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: 2.5rem
  }
}

@media screen and (min-width:40em) and (min-width:40em) {
  .archive-page__preview {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

@media screen and (min-width:40em) {
  .archive-page__preview:last-child:not(:first-child) {
    float: right
  }

  .archive-page__preview:last-child:last-child {
    float: left
  }
}

.archive-page__preview:hover .view {
  max-height: 40px;
  max-height: 2.5rem
}

.archive-page__preview-inner {
  border: 1px solid #deddd9;
  background: #fff
}

.archive-page__preview-info {
  position: relative;
  padding: 35px 20px;
  padding: 2.1875rem 1.25rem;
  text-align: center
}

.archive-page__preview-info .post-detail__meta {
  color: #deddd9
}

.archive-page__preview-info h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem
}

@media screen and (min-width:64em) {
  .archive-page__preview-info h3 {
    font-size: 1.375rem;
    line-height: 1.75rem
  }
}

.archive-page__preview .view {
  display: block;
  position: absolute;
  bottom: calc(100% - 6px);
  left: 35px;
  left: 2.1875rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #9cb97a;
  width: calc(100% - 70px);
  max-height: 6px;
  max-height: .375rem;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 40px;
  line-height: 2.5rem;
  color: #fff;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 1px
}

@media screen and (min-width:64em) {
  .archive-page__preview .view {
    left: 4.375rem;
    width: calc(100% - 140px)
  }
}

.archive-page__preview .view i {
  margin-left: 3px;
  margin-left: .1875rem
}

.hero-slider {
  position: relative
}

.hero-slider:after {
  width: 100%;
  height: 10px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0
}

.hero-slider .hero-slide {
  background-size: cover;
  background-position: 50%;
  height: 360px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem
}

@media screen and (min-width:64em) {
  .hero-slider .hero-slide {
    font-size: 1.5rem;
    line-height: 1.875rem;
    height: 540px
  }
}

.hero-slider .hero-slide .row {
  position: relative;
  z-index: 3;
  padding: 30px 0
}

@media screen and (min-width:64em) {
  .hero-slider .hero-slide .row {
    padding: 60px 0
  }
}

.hero-slider .hero-slide:after {
  content: "";
  width: 70%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
  background-image: -o-linear-gradient(left, #000, transparent);
  background-image: linear-gradient(90deg, #000, transparent);
  position: absolute;
  bottom: 0;
  left: -10%;
  z-index: 2;
  opacity: .9
}

.hero-slider .hero-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(0deg, #000, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: .4
}

.hero-slider .hed {
  font-family: Playfair Display, serif;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 42px;
  line-height: 2.625rem;
  display: block
}

@media screen and (min-width:64em) {
  .hero-slider .hed {
    font-size: 3.125rem;
    line-height: 3.75rem
  }
}

.hero-slider .dek {
  display: block;
  margin: 20px 0
}

.hero-slider .button {
  margin-right: 8px
}

@media screen and (max-width:63.9375em) {
  .hero-slider .button {
    margin-bottom: 10px
  }
}

.hero-slide .hero-bg {
  height: 100%;    
  width: 100%;    
  position: absolute;    
 -o-object-fit: cover;       
  object-fit: cover;    
  z-index: 1;
}

.hero-nav {
  position: relative;
  margin-top: -90px;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  display: none
}

@media screen and (min-width:64em) {
  .hero-nav {
    display: block
  }
}

.hero-nav .nav-item {
  height: 90px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  padding: 25px 20px 0
}

.hed__more {
  text-transform: uppercase;
  color: #57b3cd;
  font-weight: 700;
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 20px;
  width: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 0
}

.hero-nav .nav-item:after {
  height: 0;
  width: 100%;
  content: "";
  background-color: #57b3cd;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.hero-nav .nav-item:focus {
  outline: 0
}

.hero-nav .nav-item.slick-current, .hero-nav .nav-item:hover {
  padding-top: 0
}

.hero-nav .nav-item.slick-current:after, .hero-nav .nav-item:hover:after {
  height: 10px
}

.hero-nav .nav-item.slick-current .hed__more, .hero-nav .nav-item:hover .hed__more {
  top: 35px;
  opacity: 1
}

.homepage {
  position: relative;
  overflow: hidden
}

@media screen and (min-width:40em) {
  .homepage:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(images/photo-testimonialbg.png) bottom no-repeat;
    background-size: 100% auto;
    z-index: -1
  }
}

.homepage .home-intro h3 {
  margin: 0 0 15px
}

.homepage .home-intro .learn-more {
  display: block;
  margin: 20px auto
}

.homepage__content {
  position: relative
}

.homepage__content:before {
  content: "";
  position: absolute;
  left: 5%;
  width: 90%;
  top: 90px;
  display: block;
  border: 10px solid #fff;
  height: 85%;
  max-height: 1640px;
  margin: 0 auto;
  z-index: -1;
  background: #f4f8ef url(images/photo-homebg.jpg) bottom no-repeat;
  background-size: 100% auto;
  display: none
}

@media screen and (min-width:64em) {
  .homepage__content:before {
    display: block
  }
}

.homepage__staff {
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  padding: 20px 25px;
  text-align: center
}

@media screen and (min-width:40em) {
  .homepage__staff {
    padding: 35px 60px 60px;
    margin: 40px auto
  }
}

.homepage__staff h4 {
  color: #404040;
  margin: 0 0 15px
}

@media screen and (min-width:40em) {
  .homepage__staff h4 {
    margin: 0 0 35px
  }
}

.homepage__staff p {
  width: 90%;
  max-width: 650px;
  margin: 35px auto
}

.homepage__green {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  background-color: hsla(88, 31%, 60%, .8);
  padding: 45px 10px;
  margin: 0 auto 30px;
  color: #fff
}

@media screen and (min-width:40em) {
  .homepage__green {
    margin: 115px auto 70px;
    padding: 45px 0
  }
}

.homepage__green .photo-column {
  text-align: center;
  position: relative
}

.homepage__green .photo-column .stack {
  margin-bottom: 20px
}

@media screen and (min-width:40em) {
  .homepage__green .photo-column .stack {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    margin-bottom: 0
  }
}

.homepage__green ul {
  margin: 0 0 20px;
  margin: 0 0 1.25rem
}

.homepage__green li {
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
  list-style-type: none
}

.homepage__green li:before {
  position: absolute;
  top: 6px;
  top: .375rem;
  left: 0;
  background-color: #fff;
  color: #9cb97a;
  display: block;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  font: 16px FontAwesome;
  font: 1rem FontAwesome;
  content: "\f105";
  font-weight: 700
}

.homepage__green .photo {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  width: 85%;
  max-width: 335px;
  margin: 0 auto 35px;
  position: relative
}

.homepage__green .photo:last-child {
  margin: 0 auto
}

@media screen and (min-width:40em) {
  .homepage__dentalcare {
    padding: 30px 0
  }
}

.homepage__dentalcare>.row {
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 50%
}

@media screen and (min-width:40em) {
  .homepage__dentalcare>.row {
    background-size: 50% auto;
    background-position: 100% 0;
    padding-top: 0
  }
}

.homepage__dentalcare .content-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  margin: 45px auto;
  padding: 40px
}

.homepage__dentalcare .content-box h4 {
  color: #404040;
  margin-bottom: 20px
}

.homepage__dentalcare .content-box .button {
  margin: 15px 15px 0 0
}

.homepage__testimonials {
  text-align: center
}

@media screen and (min-width:40em) {
  .homepage__testimonials {
    margin-top: 30px
  }
}

.homepage__testimonials h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem
}

@media screen and (min-width:40em) {
  .homepage__testimonials h3 {
    font-size: 2.125rem;
    line-height: 2.375rem
  }
}

.homepage__testimonials>p {
  font-size: 18px;
  line-height: 24px;
  color: #404040;
  width: 90%;
  max-width: 650px;
  margin: 0 auto
}

.homepage__testimonials .testimonial-slider {
  padding: 45px 0 0;
  overflow-x: hidden
}

.homepage__testimonials .testimonial-slider .slick-dots {
  bottom: auto;
  top: 0
}

@media screen and (min-width:40em) {
  .homepage__testimonials .testimonial-slider {
    padding: 45px 0 70px
  }
}

.homepage__testimonials .testimonial-item {
  text-align: center
}

.homepage__testimonials .testimonial-item:focus {
  outline: 0
}

.homepage__testimonials .testimonial-item .inside {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  background-color: hsla(0, 0%, 100%, .9);
  padding: 40px 40px 20px;
  max-width: 550px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem
}

@media screen and (min-width:40em) {
  .homepage__testimonials .testimonial-item .inside {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0 100px
  }
}

.homepage__testimonials .testimonial-item .inside .rating {
  margin-top: 60px
}

.homepage__testimonials .testimonial-item .inside h6 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #404040;
  font-weight: 700;
  margin: 0 0 5px
}

.provider-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  text-align: center
}

.provider-list img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25)
}

.provider-list h4 {
  color: #57b3cd;
  margin: 18px auto 0
}

.provider-list a {
  color: #939598
}

.provider-list .single {
  margin-bottom: 30px;
  min-height: 445px
}

.provider-list .single:last-child {
  float: left !important
}

.provider-list .single p {
  width: 90%;
  font-style: italic;
  margin: 0 auto
}

.provider__team {
  text-align: center;
  padding: 30px 0;
  margin: 60px 0 0;
  border-top: 1px solid #deddd9
}

.provider__team h4 {
  margin-bottom: 50px
}

.provider__team-list {
  margin-top: 50px;
  text-align: left
}

.provider__team-list .team-member {
  margin-bottom: 40px
}

.provider__team-list img {
  border-radius: 50%;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25)
}

@media screen and (min-width:40em) {
  .provider__team-list .inside {
    padding: 0 50px
  }
}

.provider__team-list h6 {
  color: #404040;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem
}

.provider__team-list .title {
  font-style: italic;
  display: block;
  margin-bottom: 20px
}

.testimonials-page__count {
  margin: 40px auto 0
}

@media screen and (min-width:40em) {
  .testimonials-page__count .company {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
  }
}

@media screen and (min-width:40em) and (min-width:40em) {
  .testimonials-page__count .company {
    padding-left: .9375rem;
    padding-right: .9375rem
  }
}

@media screen and (min-width:40em) {
  .testimonials-page__count .company:last-child:not(:first-child) {
    float: right
  }
}

.testimonials-page__count .company .inside {
  background-color: #fff;
  padding: 15px 0;
  padding: .9375rem 0;
  text-align: center;
  border-bottom: 1px solid #deddd9
}

@media screen and (min-width:40em) {
  .testimonials-page__count .company .inside {
    padding: 2.1875rem 0;
    min-height: 240px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
    box-shadow: 0 0 18px rgba(0, 0, 0, .25);
    border: none
  }
}

.testimonials-page__count .company span {
  text-transform: uppercase;
  color: #57b3cd;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  display: block
}

.testimonials-page__count .company .logo-wrapper {
  display: block;
  margin: 5px auto 0;
  height: 40px;
  line-height: 40px
}

@media screen and (min-width:40em) {
  .testimonials-page__count .company .logo-wrapper {
    height: 80px;
    line-height: 80px
  }
}

.testimonials-page__count .company .logo-wrapper img {
  max-width: 150px;
  max-height: 40px;
  width: auto;
  height: auto;
  vertical-align: middle
}

@media screen and (min-width:40em) {
  .testimonials-page__count .company .logo-wrapper img {
    max-width: 230px;
    max-height: 80px
  }
}

.testimonials-page .logo-row {
  text-align: center;
  margin: 30px 0 70px
}

.testimonials-page .logo-row img {
  max-width: 240px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin: 7px auto
}

@media screen and (min-width:40em) {
  .testimonials-page .logo-row img {
    margin: 0 16px
  }
}

.testimonials-page#testimonial-list h6 {
  margin-bottom: 5px
}

.before-after {
  margin: 0 auto;
  position: relative
}

.before-after .slick-gallery.slick-slider {
  margin: 0 0 45px
}

@media screen and (min-width:40em) {
  .before-after {
    margin: 30px auto
  }

  .before-after .slick-gallery.slick-slider {
    margin: 0 0 70px
  }
}

.before-after:nth-child(2n) .detail-column {
  float: right !important;
  left: auto;
  right: 0
}

.before-after:nth-child(2n) .column:last-child, .before-after:nth-child(2n) .columns:last-child {
  float: left !important
}

.before-after .detail-column {
  z-index: 3
}

@media screen and (min-width:40em) {
  .before-after .detail-column {
    width: 55%;
    max-width: 580px;
    position: absolute;
    top: 10%;
    left: 0
  }
}

.before-after .details {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  background-color: #fff;
  padding: 40px 55px
}

.before-after .details .title {
  border-top: 5px solid #9cb97a;
  display: block;
  color: #9cb97a;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0 35px
}

.before-after .details .button {
  margin-top: 15px
}

.before-after .before {
  position: relative
}

.before-after .before:before {
  content: "BEFORE";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  background-color: hsla(88, 31%, 60%, .8);
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center
}

.before-after .after {
  position: relative
}

.before-after .after:before {
  content: "AFTER";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  background-color: hsla(88, 31%, 60%, .8);
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center
}

footer.author_bio_section {
  padding: 20px;
  margin-top: 50px;
  outline: 1px solid #d3d3d3
}

.single-providers footer.author_bio_section {
    display: none !important;
}

p.author_name {
  font-size: 1.75rem;
  color: #9cb97a;
  font-family: Playfair Display, serif
}

p.author_details {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

img.avatar.avatar-90.photo {
  width: auto;
  height: 100%;
  margin-right: 20px
}

p.author_links {
  margin-left: 110px
}

@media (max-width:768px) {
  footer.author_bio_section {
    padding: 10px
  }

  p.author_details {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  img.avatar.avatar-90.photo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-bottom: 20px
  }

  p.author_links {
    margin-left: 0
  }
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%
}

.hidden {
  display: none !important;
  visibility: hidden
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.invisible {
  visibility: hidden
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

@media (min-width:767px) and (max-width:1224px) {
  .before-after:last-child {
    min-height: 715px !important
  }
}

.archive-page__grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  max-width: 100%;
  margin: 0
}

.archive-page__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap
}

.page__navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%
}

.page__navigation-next, .page__navigation-previous {
  padding: .5rem 1rem;
  background: #fff;
  margin: .5rem 1rem 0;
  border: 1px solid #e0e0e0
}

@media (max-width:376px) {
  .page__navigation {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
  }
}

input.header__cta--donate {
  background: #9bb87a;
  border: none;
  padding: .54rem .8rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.header__pay {
  display: inline-block;
  position: relative;
  background-color: #9bb87a;
  border: 1px solid #9bb87a;
  margin-left: 5px;
  color: #fff;
  line-height: 33px;
  height: 36px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  min-width: 100px;
  text-align: center;
}

.header__phone {
  display: none;
  position: relative;
  background-color: #ecc716;
  border: 1px solid #ecc716;
  color: #fff;
  line-height: 33px;
  height: 36px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  min-width: 100px;
  text-align: center;
}

.header__cta-box .button,
.header__pay {
  padding: 0 5px!important;
}

.header__inner {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-line-pack: center
}

.header__cta-box, .header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center
}

.header__cta-box {
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

.header__cta-box form {
  margin-left: .3rem;
}

.header .button {
  margin: 0;
}

.header__cta--donate:hover {
  background: #ecc716;
  border-color: #ecc716
}

.header__cta-box--mobile {
  width: 100%;
  display: -ms-flexbox;
  border-bottom: 1px solid #fff
}

.header__cta-box--mobile .button {
  width: 50%;
  float: left;
}

.header__cta-box--mobile form {
  width: 50%;
  height: 100%;
}

.header__cta-box--mobile input.header__cta--donate {
  width: 100%;
}

@media screen and (min-width:1025px) {
  .header__cta-box--mobile {
    display: none;
  }
}

@media screen and (max-width: 730px) {
  .header__phone {
    display: block !important;
    width: 100% !important;
  }

  .top-bar.has-alert {
    background-color: #ffffff;
  }

  .top-bar .top-bar__inner {
    padding-top: 70px !important;
  }

  .nav_phone{
    display: none !important;
  }

  .top-bar__inner ul li a {
    font-size: 14px !important;
    color: #57b3cd !important;
  }

  .top-bar__inner ul li {
    margin: 0 10px;
  }
  
  .top-bar {
    height: 110px !important;
  }

  .top-bar .top-bar__inner {
    padding-top: 78px !important;
  }
}

/* All Services Template - Image Button */

.services-page .page__inner {
	max-width: 1324px;
}

.services-page__image-buttons {
	max-width: 1324px;
}

.box {
  position: relative;
  width: calc(25% - 32px);
	float: left;
	margin: 16px;
}

.service-image {
  display: block;
  width: 100%;
	min-height: 300px;
	object-fit: cover;
	box-shadow: 0 0 20px rgb(0 0 0 /10%);
}

.overlay-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(48,48,48,0.85);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

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

.overlay-padding {
	width: 100%;
	padding: 0 25px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-title {
	padding: 15px 20px;
	background-color: rgba(87,179,205,0.9);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.box:hover .overlay-box {
  height: 100%;
	display: block;
}

.box:hover .service-title {
  display: none;
}

.service-icon {
	height: 36px;
	width: auto;
	margin-bottom: 10px;
}

.service-title-overlay {
	font-size: 18px;
	font-weight: 700;
	color: #57b3cd;
	margin-bottom: 10px;
}

.service-description {
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}

.service-cta a {
	color: #57b3cd;
	font-weight: 700;
}

.service-cta a:hover {
  color: #9cb97a;
}

@media (max-width: 1023px) {
	.service-title{
		display: none;
	}
	.box {
		width: calc(50% - 32px);
	}
	.service-image {
		min-height: 170px;
	}
	.overlay-box {
		height: 100%;
	}
	.service-title-overlay {
		color: #fff;
		margin-bottom: 5px;
	}
	.service-description {
		display: none;
	}
}

@media (max-width: 599px) {
	.box {
		width: calc(100% - 32px);
	}
	.service-image {
		min-height: 150px;
	}
}

/* All Services Template - Image Button */

.services-page .page__inner {
    max-width: 1324px;
}

.services-page__image-buttons {
    max-width: 1324px;
}

.box {
  position: relative;
  width: calc(25% - 32px);
    float: left;
    margin: 16px;
}

.service-image {
  display: block;
  width: 100%;
    min-height: 300px;
    object-fit: cover;
    box-shadow: 0 0 20px rgb(0 0 0 /10%);
}

.overlay-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(48,48,48,0.85);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

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

.overlay-padding {
    width: 100%;
    padding: 0 25px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-title {
    padding: 15px 20px;
    background-color: rgba(87,179,205,0.9);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box:hover .overlay-box {
  height: 100%;
    display: block;
}

.box:hover .service-title {
  display: none;
}

.service-icon {
    height: 36px;
    width: auto;
    margin-bottom: 10px;
}

.service-title-overlay {
    font-size: 18px;
    font-weight: 700;
    color: #57b3cd;
    margin-bottom: 10px;
}

.service-description {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}

.service-cta a {
    color: #57b3cd;
    font-weight: 700;
}

.service-cta a:hover {
  color: #9cb97a;
}

@media (max-width: 1249px) {
    .service-title{
        display: none;
    }
    .box {
        width: calc(50% - 32px);
    }
    .service-image {
        min-height: 170px;
    }
    .overlay-box {
        height: 100%;
    }
    .service-title-overlay {
        color: #fff;
        margin-bottom: 5px;
    }
    .service-description {
        display: none;
    }
}

@media (max-width: 599px) {
    .box {
        width: calc(100% - 32px);
    }
    .service-image {
        min-height: 150px;
    }
}

/* All Services Template - CTA Section */

.cta-section {
    margin-top: 80px;
    margin-bottom: 30px;
    padding: 40px 0;
    text-align: center;
}

.cta-section h1 {
    display: inline-block;
    padding-right: 40px;
    color: #404040;
}

@media (max-width: 1249px) {
    .cta-section {
        margin-top: 50px;
        padding: 30px 30px 40px;
    }
    .cta-section h1 {
        display: block;
        padding: 0;
    }
    .cta-section a {
        margin-top: 10px;
    }
}

@media (max-width: 599px) {
    .cta-section {
        padding: 30px;
    }
    .cta-section h1 {
        font-size: 24px;
        margin-bottom:  15px;
    }
    .cta-section a {
        margin-top: 0;
        margin-bottom: 10px;
    }
}
.sidebar-border{
	border: transparent !important;
}

/* Homepage testimonials section update */
.homepage__dentalcare {
	padding: 30px 0 100px 0;
}
.homepage__testimonials {
  padding-top: 80px;
	background: url(https://www.209nycdental.com/wp-content/uploads/2024/10/photo-testimonialbg.png) no-repeat center/cover;
}
.homepage__testimonials .testimonial-slider {
	max-width: 1200px;
	padding: 20px 50px 70px;
	margin: 0 auto;
	}
.homepage__testimonials .testimonial-item {
	padding: 20px 0;
}
.homepage__testimonials .testimonial-item .inside {
  margin: 0 15px !important;
	padding: 10px;
	height: 430px;
	box-shadow: 0 0 18px rgba(0,0,0,.25);
}
.homepage__testimonials .testimonial-item .testimonial-content {
	height: 400px;
	overflow: scroll;
	scrollbar-color: #9cb97a;
	padding: 10px 14px;
}
.homepage__testimonials .testimonial-item .testimonial-content .testimonial-source {
	margin-bottom: 0;
}
.homepage__testimonials .testimonial-slider .slick-dots {
	top: auto;
	bottom: 60px;
	transform: translateX(-50px);
}
.homepage__testimonials .testimonial-slider .slick-dots li button {
	background: #fff;
}
.homepage__testimonials .testimonial-slider .slick-dots li.slick-active button {
	background: #404040;
}
.homepage__testimonials .testimonial-slider .slick-prev {
	left: 0px;
}
.homepage__testimonials .testimonial-slider .slick-next {
	right: 20px;
}
.homepage__testimonials .testimonial-slider .slick-prev:before, .homepage__testimonials .testimonial-slider .slick-next:before {
	font-size: 40px;
	color: #404040;
	opacity: 0.9;
}
@media screen and (min-width:40em) {
  .homepage:before {
    background: none !important;
  }
  .homepage__testimonials {
    margin-top: 0 !important;
  }
}

/* Accordion Styles  */
.accordion-wrap > h3 {
	text-transform: uppercase;
}
.accordion-wrap .accordion-title {
	font-family: Playfair Display, serif;
	text-transform: unset;
	font-size: 18px;
	color: #9cb97a;
}
.accordion-wrap .accordion-title:after {
	display: none;
}
.accordion-wrap .accordion-title:before {
	height: 8px;
	width: 8px;
	border-width: 1px 1px 0 0;
}

/* CWV - Hide slick slides until slick is loaded */
.home .hero-slider:not(.slick-slider) .hero-slide:nth-child(n+2) {
	display: none !important;
}
.home .hero-slider:not(.slick-slider) + .row {
	display: none !important;
}

/* Menu Update */
.more-services {
  float: none !important;
  width: 100% !important;
}
.services-submenu {
  display: flex;
  flex-wrap: wrap;
}
.more-services > .divider {
	color: #564F4F;
	font-size: 24px;
	font-weight: 700;
}
.more-services ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
	column-gap: 10px;
}
.more-services ul li a {
  font-size: 13px !important;
}
.more-services ul .page-item-2196 {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
	justify-self: center;
}
.more-services ul .page-item-1549 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.more-services ul .page-item-114 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.more-services ul .page-item-100 {
  grid-column: 4 / 5;
  grid-row: 1 / 3;
}
.more-services ul .page-item-113 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.more-services ul .page-item-1322 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.more-services ul .page-item-100 a, .more-services ul .page-item-2196 a {
	border-radius: 2px;
	border: 1px solid #564F4F;
	padding: 5px 13px;
  display: inline-block;
	color: #564F4F;
  font-size: 15px !important;
  font-weight: 700 !important;
}
.more-services ul .page-item-100 a:hover, .more-services ul .page-item-2196 a:hover {
	background: #9bb87a;
  border-color: #9bb87a;
  color: #fff !important;
}

/* Homepage Update */
.home-intro h1 {
  text-align: center;
  margin-bottom: 50px;
}
.home-intro-content {
  padding-top: 30px;
}
.home-intro h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.home-intro p {
  color: #404040;
}
.home-intro .button-wrapper,
.home-intro .button-wrapper .learn-more {
  margin-top: 15px;
}
.home .services-section {
  padding: 70px 0;
  text-align: center;
	color: #404040;
}
.home .services-section .services-list-subheading {
  margin-top: 50px;
	margin-bottom: 25px;
  color: #9CB97A;
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 700;
}
.home .services-section .services-list ul {
  text-align: left;
  margin-bottom: 40px;
  margin-left: 0;
}
.home .services-section .services-list li,
.home .features-section li,
.home .advantages-section li {
  list-style: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.home .services-section .services-list li::before,
.home .features-section li:before,
.home .advantages-section li:before {
  content: '';
  position: absolute;
	top: 2px;
	left: 0;
  height: 24px;
  width: 24px;
  background: url('/wp-content/themes/209nycdental/images/list-marker.svg') no-repeat center/contain;
}
.home .services-section .services-list li::before {
	background: url('/wp-content/themes/209nycdental/images/list-marker-brown.svg') no-repeat center/contain;
}
.home .features-section,
.home .advantages-section {
  background-color: hsla(88, 31%, 60%, .8);
  color: #fff;
  padding: 70px 0;
}
.home .features-section li {
	margin-bottom: 13px;
}
.home .features-section li:before {
	background: url('/wp-content/themes/209nycdental/images/list-marker-white.svg') no-repeat center/contain;
}
.home .features-section .photo-column img {
	height: 430px;
    object-fit: cover;
    border: 10px solid #fff;
}
.home .features-section .features-text {
	margin-bottom: 50px;
}
.home .features-section h2 {
  color: #fff;
}
.home .features-section h2, 
.home .features-section .features-text {
  text-align: center;
}
.home .features-section a {
	color: #fff;
	text-decoration: underline;
}
.home .staff-section {
	padding: 70px;
  margin: 80px auto;
  box-shadow: 0 0 18px rgba(0, 0, 0, .25);
  background: #fff;
}
.home .staff-section img {
	
}
.home .advantages-section h3 {
	color: #fff;
}
.home .advantages-section ul {
	margin-left: 0;
}
.home .advantages-section li:before {
	background: url('/wp-content/themes/209nycdental/images/list-marker-white.svg') no-repeat center/contain;
}
@media(min-width: 500px){
  .home .services-section .services-list ul {
    column-count: 2;
  }
}
@media(min-width: 640px){
  .home-intro-image img,
	.home .staff-section img {
    height: 416px;
    object-fit: cover;
  }
}
@media (min-width: 640px) and (max-width: 1099px){
  .home-intro-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media(min-width: 850px){
  .home .services-section .services-list ul {
    column-count: 3;
  }
}
@media(min-width: 1024px){
  .home .services-section h2,
  .home .features-section h2,
  .home .staff-section h2,
	.advantages-section h3,
  .appointment-section h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .home .services-section .before-services-list,
  .home .services-section .after-services-list,
  .home .features-section .features-text {
    max-width: 920px;
    margin: 0 auto;
  }
  .home .services-section .services-list ul {
    column-count: 4;
  }
}
@media(min-width: 1300px){
	.home .staff-section {
		max-width: 1260px !important;
	}
}

/* Footer Sitemap Link  */
.footer-sitemap-link {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

/* Responsive Table */
.table-responsive {
	width: 100%;
	overflow-x: scroll;
}
.table-responsive thead th,
.table-responsive tbody td {
	padding: 10px;
}
@media(max-width: 767px){
	.table-responsive thead th,
	.table-responsive tbody td {
		font-size: 12px;
	}
}
/* Homepage Services Tiles Section */
.services-tiles {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.service-tile .image {
	display: block;
	height: 170px;
}
.service-tile .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-tile .title {
	display: block;
	width: 100%;
	background: #57B3CD;
	color: #fff;
	padding: 10px;
}
@media(min-width: 420px){
	.services-tiles {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px;
	}
	.service-tile {
		width: 48%;
	}
}
@media(min-width: 992px){
	.services-tiles {
		flex-wrap: nowrap;
	}
	.service-tile {
		width: 25%;
	}
}

/* Author box  */
footer.author_bio_section .author-box, .author-box-top {
  display: flex;
  gap: 24px;
}
.author-box-top-wrapper {
	display: flex;
  justify-content: center;
	padding-top: 8px;
}
#content .author-box-top .post-detail__meta, .post-detail__social {
	text-align: left;
}
.author-box-top .post-meta p {
	margin-bottom: 8px;
}
.author-box-top .author-img img {
	width: 90px;
}
.author-box-top .author-name {
	font-size: 18px;
	font-weight: 700;
	color: #404040;
}
.author-box-top .share-social {
	display: flex;
	gap: 10px;
}
footer.author_bio_section .author-box .img-and-socials img {
	width: 200px;
	flex: 0 1 200px;
	margin-bottom: 16px;
}
footer.author_bio_section .author-desc {
	flex: 1;
}
footer.author_bio_section .author-box {
	flex-direction: column;
}
footer.author_bio_section .post-detail__social li:first-child {
	margin-left: 0;
}
.about-text {
  font-weight: 700;
  color: #404040;
}
.job-title {
  font-size: 18px;
}
p.author_name {
  line-height: 1;
	margin-bottom: 10px;
}
@media(min-width:600px){
	footer.author_bio_section .author-box {
	  flex-direction: row;
  }
}


