.editmode .home-about .container {
  position: relative;
}

.glider,
.glider-contain {
  margin: 0 auto;
  position: relative;
}
.glider,
.glider-track {
  transform: translateZ(0);
}
.glider-dot,
.glider-next,
.glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}
.glider-contain {
  width: 100%;
}
.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-next,
.glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #ccc;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:focus,
.glider-dot:hover {
  background: #ddd;
}
.glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.admin-logged-in .header {
  top: 48px;
  z-index: 20;
}
.editmode .header {
  top: 0;
  position: relative;
}
.editmode .header {
  position: relative;
  z-index: unset;
  background: #000;
}
.editmode .hero:before,
.editmode .hero:after {
  z-index: unset;
}
.hero .hero-content section:before,
.hero .hero-content section:after {
  display: block;
  margin: 0 auto;
  width: 251px;
  height: 46px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.hero .hero-content section:before {
  background-image: url(../i/icons/icon-leaves-top.png);
  margin-bottom: 40px;
}

.hero .hero-content section:after {
  background-image: url(../i/icons/icon-leaves-bottom.png);
  margin-top: 40px;
}

.header .brand a svg .cls-1,
.header .brand a svg .cls-2 {
  -webkit-fill: #392c27;
  -webkit-stroke: #392c27;
  fill: #392c27;
  stroke: #392c27;
}

.header .brand a svg .cls-4 {
  -webkit-fill: #211915;
  stroke: #211915;
}

.header .brand a svg .cls-5 {
  -webkit-fill: #ba8c2d;
  fill: #ba8c2d;
}

.header .brand a svg .cls-1,
.header .brand a svg .cls-3,
.header .brand a svg .cls-4,
.header .brand a svg .cls-5 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .brand.white a svg .cls-1,
.header .brand.white a svg .cls-2,
.header .brand.white a svg .cls-3,
.header .brand.white a svg .cls-4,
.header .brand.white a svg .cls-5 {
  -webkit-fill: #fff;
  fill: #fff;
}

.header,
.header .preheader,
.header .preheader ul.contact-info li,
.header .preheader:before,
.header .preheader:after,
.header .navigation:before,
.header .navigation:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header {
  background-color: transparent;
  z-index: 10000;
  border-bottom: 0px solid #ddd;
  box-shadow: 0 1px 27px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 27px rgba(0, 0, 0, 0);
}
.header.shrink {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 27px rgba(0, 0, 0, 0.1);
}
.header.shrink .preheader {
  padding: 10px 0;
}
.header.shrink .navigation:before,
.header.shrink .navigation:after {
  opacity: 0;
}
.header.shrink .preheader:before,
.header.shrink .preheader:after {
  background: #ebbf56;
}
.header.shrink .navigation ul.nav li a {
  color: #222;
}
.header.shrink .navigation ul.nav li a.nav-selected,
.header.shrink .navigation ul.nav li a:hover,
.header.shrink .navigation ul.nav li a:focus {
  color: #d6a838;
}
.header.shrink .preheader ul.social li a {
  color: #735446;
}
.header.shrink .preheader ul.social li a:hover,
.header.shrink .preheader ul.social li a:focus {
  color: #999;
}
.header.shrink .preheader ul.contact-info li {
  color: #333;
}
.header.shrink .navigation ul.nav li.brand a {
  width: 215px;
  height: 164px;
  margin: -95px 30px;
  top: 27px;
}

.header .navigation ul.nav li ul {
  background-color: #1a1a1b;
  text-align: center;
  position: absolute;
}

.header .navigation ul.nav li {
  position: relative;
}

.header .navigation ul.nav li ul li a {
  color: #fff !important;
  font-family: "Rubik", Rubik, sans-serif;
  text-transform: none;
  font-size: 15px;
  padding: 10px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}

.header .navigation ul.nav li ul {
  width: 220px;
  top: 70px;
  left: 0;
  z-index: 99;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .navigation ul.nav li ul li:last-child a {
  border-bottom: none;
}

.header .navigation ul.nav li:hover ul,
.header .navigation ul.nav li:focus ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header .navigation ul.nav li ul li a:hover,
.header .navigation ul.nav li ul li a:focus,
.header .navigation ul.nav li ul li a.nav-selected {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-title {
  background-color: #2d2b2d;
  padding: 270px 0 50px;
}

.page-title h1 {
  color: #fff;
  font-size: 50px;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.page-title h1:before,
.page-title h1:after {
  display: block;
  margin: 0 auto;
  width: 145px;
  height: 27px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.page-title h1:before {
  background-image: url(../i/icons/icon-leaves-top.png);
  margin-bottom: 20px;
}

.page-title h1:after {
  background-image: url(../i/icons/icon-leaves-bottom.png);
  margin-top: 20px;
}

.hero.service-hero:after {
  background: #39302b;
  background: -moz-linear-gradient(-45deg, #39302b 0%, #1f1a17 100%);
  background: -webkit-linear-gradient(-45deg, #39302b 0%, #1f1a17 100%);
  background: linear-gradient(135deg, #39302b 0%, #1f1a17 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39302b', endColorstr='#1f1a17',GradientType=1 );
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.7;
}

.hero.service-hero {
  background: none;
}

.hero.service-hero h1 {
  margin: 0;
}

.hero.service-hero p {
  color: #fff6e0;
  margin: 2px 0 44px;
  line-height: 1.5;
}

.pg-grey {
  background-color: #f9f9f9;
}

.pg-grey {
  background-color: #f9f9f9;
}

.forms-box {
  background-color: #fff;
  background-image: url(../i/horse-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 40px;
  -webkit-box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  margin: 0 0 0 50px;
}

.inner-content h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 46px;
  color: #000;
  line-height: 1;
  margin: 0 0 10px -5px;
  position: relative;
}

.inner-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #272527;
  margin: 0 0 40px;
}

.inner-content p:last-child {
  margin: 0;
}

.inner-content .forms-box h2 {
  font-family: "Rubik", Rubik, sans-serif;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
}

.inner-content .forms-box p {
  margin: 0;
  line-height: 1.25;
  color: #666;
  margin: 0 0 30px;
}

.inner-content .forms-box ul li a {
  font-size: 16px;
  position: relative;
  color: #222;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 27px;
}

.inner-content .forms-box ul li:last-child a {
  border: none;
  padding-bottom: 0;
  margin: 0;
}

.inner-content .forms-box ul li a i {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 18px;
  color: #dab252;
}

.inner-content .forms-box ul li a:hover,
.inner-content .forms-box ul li a:focus {
  color: #888;
  border-bottom: 1px solid #ddd;
}

.inner .home-about section p {
  padding: 0;
}

.inner .home-about section p + ul {
  margin-top: -15px;
}

.inner .home-about section ul {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.inner .home-about section ul li {
  font-size: 16px;
  position: relative;
  margin: 0 0 25px;
  padding-left: 28px;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.inner .home-about section ul li:before {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c89d36;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
}

.hero.service-hero h1 em {
  font-style: normal;
  font-size: 50%;
  display: block;
  margin: 0 0 25px;
}

.testimonials.bordered {
  border-top: 20px solid #eee;
}

.page-title h1 em {
  font-style: normal;
  display: block;
  font-size: 50%;
  color: #c9bbc9;
  margin: -12px 0 0;
}

.pg-content.section-padding.pg-vlog {
  background: #f9f9f9;
}

p.video-meta {
  text-align: center;
  margin: 10px 0;
}

p.video-meta span {
  color: #666;
}

p.video-meta i {
  color: #dbb251;
  margin-right: 5px;
}

.video-share {
  text-align: center;
  margin: 0 0 60px;
}

.video-share ul li {
  margin: 0 !important;
}

.video-share ul li a {
  color: #666;
  border: 1px solid #ccc;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 30px;
  line-height: 60px;
}

.video-share ul li a:hover,
.video-share ul li a:focus {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.vlog-list a .vl-img {
  display: block;
  overflow: hidden;
  height: 250px;
  margin: 0 0 15px;
  position: relative;
  background-color: #dbb251;
}

.vlog-list a:hover .vl-img,
.vlog-list a:focus .vl-img {
}

.vlog-list a .vl-img img {
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}

.bio-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #222;
}

.bio-content p {
  line-height: 1.5;
  margin: 0 0 25px;
}

.bio-content p:last-child {
  margin: 0;
}

.pg-coaches hr {
  margin: 40px 0;
  border: none;
  height: 4px;
  background: #eee;
}

.bio-content-sm {
  text-align: center;
  margin: 20px 0 45px;
  padding: 0 20px;
}

.bio-content-sm h2 {
  font-size: 27px;
  text-transform: uppercase;
  color: #222;
}

.bio-content-sm p {
  margin: 0;
  font-size: 15px;
}

.section-padding.pg-coaches {
  padding-bottom: 0;
  border-bottom: 20px solid #eee;
}

.section-padding.pg-gallery {
  border-bottom: 20px solid #eee;
}

.home-about.alt figure:after {
  right: auto;
  left: 0;
  background-image: url(../i/icons/icon-leaves-side-3.png);
  margin-left: -37px;
}

.home-about.alt .home-about-img {
  text-align: right;
  width: 100%;
}

.home-about.alt .home-about-img img {
  float: right;
}

.home-about.alt section {
  padding: 0 71px 0 0;
}

.services-lead {
  background-color: #2d2b2d;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../i/icons/icon-horse-lg.png);
  padding: 30px 0;
}

.services-lead h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0.5px;
  margin: 8px 0 0;
}

.news-list h3 {
  font-family: "Rubik", sans-serif;
  color: #111;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px;
  margin: 0 0 10px;
}

.news-list ul {
  margin: 0 0 30px;
}

.news-list ul:last-child,
.news-list ul li:last-child {
  margin: 0;
}

.news-list ul li {
  margin: 0 0 15px;
}

.news-list ul li a {
  font-size: 15px;
}

.news-list ul li small {
  display: block;
  font-size: 12px;
  color: #777;
}

.fwgallery {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fwgallery a {
  -webkit-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  margin: 0 11px 40px;
}

.fwgallery a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 293px;
  background: #222;
}

.fwgallery a img {
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fwgallery a:hover img,
.fwgallery a:focus img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.2;
}

.fwgallery a i {
  color: #d6a838;
  z-index: 4;
  position: absolute;
  font-size: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.fwgallery a:hover i,
.fwgallery a:focus i {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.fwfilter {
  text-align: center;
  margin: 0 0 30px;
}

.fwfilter a {
  border: 1px solid #ccc;
  color: #555;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 5px;
}

.fwfilter a:hover,
.fwfilter a:focus,
.fwfilter a.active {
  border-color: #555;
  background-color: #555;
  color: #fff;
}

.vlog-feed {
  overflow: hidden;
}

.vlog-feed .slick-list {
  padding: 0 !important;
}

.vlog-feed .slick-slide {
  text-align: center;
}

.vlog-feed .slick-slide img {
  min-width: 100%;
  height: auto;
}

.vlog-feed .slick-slide a {
  display: block;
  height: 400px;
  background: #eee;
  overflow: hidden;
  position: relative;
  transform-origin: center;
  transform: scale(0.8);
}

.vlog-feed .slick-slide a img {
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
  transition: all 0.3s;
  filter: grayscale(1) blur(3px);
  min-width: 120%;
  opacity: 0.3;
}

.vlog-feed .slick-slide.slick-current a img {
  filter: grayscale(0) blur(0px);
  opacity: 1;
}

.vlog-feed .slick-slide.slick-current a:hover img,
.vlog-feed .slick-slide.slick-current a:focus img {
  opacity: 0.3;
}

.vlog-feed .slick-slide.slick-current a {
  transform: scale(1);
  background-color: #dbb251;
}

.vlog-feed #slider {
  height: 400px;
  margin: 0 -98px 75px;
  width: calc(100% + 176px);
}

.vlog-feed .slick-slide a i {
  background: #212121;
  border-radius: 100%;
  position: absolute;
  z-index: 20;
  display: block;
  width: 105px;
  height: 105px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
  transform-origin: center;
  transform: scale(0);
}

.vlog-feed .slick-slide a:hover i,
.vlog-feed .slick-slide a:hover i {
  background-color: #000;
}

.vlog-feed .slick-slide.slick-current a i {
  transform: scale(1);
}

.vlog-feed .slick-slide a i:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 26px;
  left: 9px;
  right: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 47px solid #fff;
  margin: auto;
}

.vlog-feed .slick-arrow.slick-prev {
  left: 534px;
  z-index: 120;
}

.vlog-feed .slick-arrow.slick-next {
  right: 534px;
  z-index: 120;
}

.vlog-feed .slick-arrow {
  width: 90px;
  background-size: 23px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.vlog-list-link .vl-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 86px;
}

.vlog-list-link {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 15px 100px;
  transition: all 0.3s;
  cursor: pointer;
}

.vlog-list-link:hover,
.vlog-list-link:focus,
.vlog-list-link.active {
  opacity: 0.5;
}

.vlog-list-link .vl-img span {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 11px;
  color: #fff;
  padding: 3px 4px;
}

.vlog-list-link h4 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0 0 17px;
}

.vlog-list-link h4 em {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: #666;
  margin: 3px 0 0;
}

.vlog-list-link .vl-link {
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: underline;
  font-size: 15px;
  color: #9b7007;
}

.vlog-list-link:hover .vl-link,
.vlog-list-link:focus .vl-link {
  color: #999;
}

.vlog-display {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

.vlog-list {
  height: 500px;
  overflow-y: scroll;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.vlog-list-link:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.hero p:last-child {
  margin: 0;
}

.home-about figure:after {
  background-repeat: no-repeat;
}

.pg-contact iframe {
  width: 100%;
  height: 350px;
  margin: 0 0 50px;
}

.pg-contact .contact-info li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 15px;
}

.pg-contact .contact-info i {
  color: #dbb251;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  font-size: 21px;
  text-align: center;
}

.pg-contact .contact-info li:last-child {
  margin: 0;
}

.pg-contact .contact-info {
  margin: 0 0 40px;
}

.pg-contact .social li {
  display: inline-block;
}

.pg-contact .social li a {
  color: #666;
  font-size: 40px;
  margin-right: 5px;
}

.pg-contact .social li a:hover,
.pg-contact .social li a:focus {
  color: #dbb251;
}

.pg-contact {
  border-bottom: 15px solid #eee;
}
.pg-contact .ccm-form fieldset {
  border: none;
}

.pg-contact .ccm-form .mb-3 {
  width: 32%;
  float: left;
  margin-bottom: 29px;
}

.pg-contact .ccm-form .mb-3:nth-child(2) {
  margin-left: 19px;
  margin-right: 19px;
}

.pg-contact .ccm-form .mb-3:nth-child(4) {
  width: 100%;
}

.pg-contact .ccm-form .form-actions button {
  font-weight: 400;
  padding: 18px 26px;
  display: inline-block;
  font-family: "Rubik", Rubik, sans-serif;
  line-height: 1;
  background-color: #ccc;
  color: #fff;
  background-color: #dbb251;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  letter-spacing: 1px;
  outline: 0;
  position: relative;
  float: right;
  margin-top: -98px;
}

.pg-contact .ccm-form .form-actions button:hover,
.pg-contact .ccm-form .form-actions button:focus {
  background: #222;
}

.pg-contact .ccm-form .mb-3 label {
  font-size: 15px;
}

.pg-contact .ccm-form .mb-3 label + span {
  color: #888;
  font-size: 11px;
  float: right;
  position: relative;
  top: 6px;
}

.header .preheader ul {
  max-width: 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  flex: 0 0 50%;
}

#swipebox-bottom-bar {
  bottom: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.hero .hero-gallery {
  z-index: 1;
  opacity: 0.2;
}

.clinic-box h3 {
  text-transform: uppercase;
  color: #232323;
  font-size: 30px;
}

#robyn {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-facility p br,
.home-facility p br::after {
  content: " ";
}

.ccm-notification-help-launcher {
  display: none;
}

@media (min-width: 768px) {
  .mnav {
    display: none !important;
  }
}

.slist {
  background: #fff;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.slist i {
  display: none;
}

.slist a {
  color: #333;
  padding: 10px 70px;
  display: block;
  border-bottom: 1px solid #eee;
}

.slist li:last-child a {
  border: none;
}

.sintro {
  font-size: 22px;
  padding-right: 60px;
}

.sintro p {
  margin-bottom: 30px;
}

.sintro p:last-child {
  margin: 0;
}

.sintro h2 {
  margin: 0 0 8px;
}

.section-padding {
  padding: 60px 0;
}

.inner-content p {
  margin: 0 0 20px;
}

.who-we-are {
  padding: 140px 0;
}

.section-intro {
  margin: 0 0 45px;
}

.slist a:hover,
.slist a:focus {
  color: #dbb251;
}

#slide-5 {
  background-image: url(../i/banner/5.jpg);
}

#slide-6 {
  background-image: url(../i/banner/6.jpg);
}

#slide-7 {
  background-image: url(../i/banner/7.jpg);
}

.fwgallery.filtered a.featured {
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
}

.fwsaleslead p {
  color: #fff;
}

.fwsaleslead {
  text-align: center;
  background-color: #2d2b2d;
  margin: 0 18px 30px;
  padding: 30px;
  display: none;
}

.fwsaleslead a {
  background-color: #dbb251;
  color: #000;
  display: inline-block;
  padding: 14px 30px;
  margin-left: 10px;
}

.fwsaleslead a:hover,
.fwsaleslead a:focus {
  background-color: #fff;
}

.fwsaleslead.active {
  display: block;
}

.video-popup {
  display: none;
  width: 720px;
  height: 480px;
}

.video-popup a {
  z-index: 10;
  position: absolute;
  top: -25px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  right: -25px;
  text-align: center;
}

.video-popup a:hover,
.video-popup a:focus {
  color: #999;
  background-color: #666;
}

.open-video {
  background: #dbb251;
  display: inline-block;
  height: 66px;
  overflow: hidden;
}

.open-video img {
  transition: all 0.3s;
  margin: -12px 0 0;
}

.open-video:hover img,
.open-video:focus img {
  opacity: 0.2;
}

@media (max-width: 1820px) {
  .lightwidget-widget {
    height: 280px !important;
  }
}

@media (max-width: 1450px) {
  .lightwidget-widget {
    height: 220px !important;
  }
}

@media (max-width: 1300px) {
  .lightwidget-widget {
    height: 165px !important;
  }
}

@media (max-width: 991px) {
  .lightwidget-widget {
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .lightwidget-widget {
    height: 105px !important;
  }
}

#slide-8 {
  background-image: url(../i/banner/1.jpg);
}

#slide-1 {
  background-image: url(../i/banner/8.jpg);
}

.img-fluid {
    max-width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {

  #fix-cols .col-sm-6:last-child {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

#fix-cols .col-sm-6:first-child {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

}

.ccm-page-id-217 .home-about#learnmore{
  min-height: 1100px;
}

.ccm-page-id-225 .home-about#learnmore {
  min-height: 950px;
}

@media (max-width: 1370px) {
  .ccm-page-id-217 .home-about#learnmore {
    min-height: 950px;
  }
  .ccm-page-id-225 .home-about#learnmore {
    min-height: 800px;
  }
}

@media (max-width: 1199px) {
  .ccm-page-id-217 .home-about#learnmore {
    display: flex;
    flex-direction: column;
    grid-gap: 40px !important;
  }
}

.who-we-are {
  padding: 65px 0;
  background-repeat: unset;
  background-position: unset;
  background-image: unset;
}

.content-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.who-we-are h2:before {
  content: none;
}

.who-we-are .video section {
  display: block;
  width: max-content;
  margin: 0 auto;
  position: relative;
}

.who-we-are .video section:before,
.who-we-are .video section:after {
  width: clamp(22.666666666666668px, 1.7708333333333333vw, 34px);
  height: clamp(124.66666666666667px, 9.739583333333334vw, 187px);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(../i/icons/icon-leaves-side-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto 0;
}

.who-we-are .video section:before {
  left: clamp(-50px, -2.6041666666666665vw, -33.333333333333336px);
}

.who-we-are .video section:after {
  right: clamp(-50px, -2.6041666666666665vw, -33.333333333333336px);
  transform: rotate(180deg);
}

.pg-competitive-show-team h1 em {
  font-style: normal;
  display: block;
  color: #dbb251;
  font-size: 20px;
  font-weight: bold;
}

.gallery .row.gx-0 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  grid-gap: 10px !important;
  padding: 0 0 50px !important;
}

.gallery .row.gx-0 a {
  display: block;
  padding: 0;
  -webkit-flex: 0 0 calc(25% - 10px) !important;
  -ms-flex: 0 0 calc(25% - 10px) !important;
  flex: 0 0 calc(25% - 10px) !important;
  max-width: calc(25% - 10px) !important;
}

.pillars a {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.pillars a img {
  inset: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-camper-registration .ccm-dashboard-express-form > fieldset:not(:last-of-type) {
  margin: 0 0 clamp(26.666666666666668px, 2.0833333333333335vw, 40px);
}

.pg-camper-registration .ccm-dashboard-express-form > fieldset:last-of-type {
  margin: 0 0 20px;
}

.pg-camper-registration .ccm-dashboard-express-form > fieldset,
.ccm-attribute-address-composer-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.pg-camper-registration fieldset {
  padding: 20px;
}

.pg-camper-registration fieldset fieldset {
  width: 100%;
}

.pg-camper-registration fieldset legend {
  font-size: clamp(20.666666666666668px, 1.6145833333333333vw, 31px);
  font-family: "Cinzel",Cinzel,serif;
  color: #2c2c2c;
  line-height: 1;
  font-weight: 400;
  padding: 0 clamp(10.666666666666666px, 0.8333333333333334vw, 16px);
}

.pg-camper-registration fieldset .mb-3:not(fieldset) {
  width: calc(50% - 5px);
}

.pg-camper-registration fieldset .mb-3:not(fieldset):has(textarea),
.pg-camper-registration fieldset .mb-3:not(fieldset):has(input[name=akID\[69\]\[value\]]),
.pg-camper-registration fieldset .mb-3:not(fieldset):has(input[name=akID\[70\]\[value\]]),
.pg-camper-registration fieldset .mb-3:not(fieldset):has(input[name=akID\[71\]\[value\]]),
.pg-camper-registration fieldset .mb-3:not(fieldset).full-width {
  width: 100%;
}

.pg-camper-registration .mb-3 label {
  font-size: 15px;
}

.pg-camper-registration .mb-3 label + span {
  color: #888;
  font-size: 11px;
  float: right;
  position: relative;
  top: 6px;
}

.pg-camper-registration .form-actions button {
  font-weight: 400;
  padding: clamp(12px, 0.9375vw, 18px) clamp(17.333333333333332px, 1.3541666666666667vw, 26px);
  display: inline-block;
  font-family: "Rubik", Rubik, sans-serif;
  line-height: 1;
  background-color: #ccc;
  color: #fff;
  background-color: #dbb251;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  font-size: clamp(15px, 0.8854166666666666vw, 17px);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  letter-spacing: 1px;
  outline: 0;
  position: relative;
  float: right;
  margin-top: clamp(-80px, -4.166666666666667vw, -53.333333333333336px);
}

.form-select, .form-control {
  height: 50px !important;
}

.form-select,
input[type=file] {
  background-color: #efefef;
  resize: none;
  font-family: "Rubik",Rubik,sans-serif;
  font-size: 14px;
  color: #646464;
  border: none;
  border-left: 0px solid #efefef;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  display: block;
  width: 100%;
  padding: 15px;
}

.pg-camper-registration fieldset .form-group {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  margin-top: -40px;
}

.pg-camper-registration .field-title {
  font-size: clamp(18px, 1.0416666666666667vw, 20px);
  font-family: "Cinzel", Cinzel, serif;
  color: #2c2c2c;
  line-height: 1;
  font-weight: 600;
}

.pg-camper-registration .field-date-range,
.pg-camper-registration .field-age-range,
.pg-camper-registration .field-description,
.pg-camper-registration .field-price {
  display: block;
  margin: 8px 0 0;
}

.pg-camper-registration .field-date-range,
.pg-camper-registration .field-age-range {
  padding-left: 25px;
  position: relative;
}

.pg-camper-registration .field-date-range:before,
.pg-camper-registration .field-age-range:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto 0;
}

.pg-camper-registration .field-date-range:before {
  background-image: url(../i/2025/icon-formdate.svg);
}

.pg-camper-registration .field-age-range:before {
  background-image: url(../i/2025/icon-formage.svg);
}

.pg-camper-registration .field-price {
  color: #000;
  font-weight: 700;
  font-size: clamp(18px, 1.0416666666666667vw, 20px);
}

.pg-camper-registration .mb-3 input + .text-muted {
  display: none;
}

.pg-camper-registration .ccm-error {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  margin: 0 0 40px;
}

.pg-camper-registration .ccm-error li {
  background-color: #930000;
  color: #FFF;
  padding: 8px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .gallery .row.gx-0 a {
    -webkit-flex: 0 0 calc(33% - 10px) !important;
    -ms-flex: 0 0 calc(33% - 10px) !important;
    flex: 0 0 calc(33% - 10px) !important;
    max-width: calc(33% - 10px) !important;
  }
}

@media (max-width: 991px) {
  .gallery .row.gx-0 a {
    -webkit-flex: 0 0 calc(50% - 10px) !important;
    -ms-flex: 0 0 calc(50% - 10px) !important;
    flex: 0 0 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
  }
}

@media (max-width: 767px) {
  .who-we-are .video {
    order: -1 !important;
    margin: 0 0 20px !important;
  }
  .pg-content.pg-grey.inner-content.section-padding.pg-competitive-show-team * {
    text-align: center;
  }
  .pg-camper-registration fieldset .mb-3:not(fieldset) {
    width: 100%;
  }
  .pg-camper-registration .form-actions button {
    float: unset;
    margin: 20px auto 0;
    text-align: center;
    display: block;
  }
}