:root {
  --dim-grey: #58595b;
  --black: black;
  --faded-black: #282828;
  --alice-black: #e5eaef;
  --white: white;
  --ghost-white: #f6f9fe;
}

body {
  color: var(--dim-grey);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: #fff;
  text-decoration: none;
}

.banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #f6f9fe;
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/Home_Bg.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
}

.banner.vetspage {
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/veteransbg.jpg');
}

.banner.missionpage {
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/mission_bg.jpg');
}

.banner.coachingpage {
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/coachingbg.jpg');
  background-position: 0 0, 0 0, 50% 0;
}

.banner._403error {
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/403.jpg');
  background-position: 0 0, 0 0, 50% 100%;
}

.banner._404error {
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/404CG.jpg');
}

.imputs {
  background-color: #000;
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header {
  background-color: #58595bd1;
  border-bottom: 1px #ffffff80;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}

.nav-menu {
  z-index: 100;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  display: block;
  position: fixed;
}

.logo {
  width: 50px;
  margin-bottom: 8px;
  margin-right: auto;
}

.wrap-banner-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: auto 0;
  display: flex;
  position: static;
}

.wrap-banner-content._403header {
  padding-top: 175px;
}

.main-book-now-button {
  background-color: var(--faded-black);
  color: #f6f9fe;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .3s linear, background-color .3s linear;
  display: flex;
}

.main-book-now-button:hover {
  background-color: var(--alice-black);
  color: #000;
}

.booking-base {
  background-color: #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-top: 50px;
  margin-bottom: 40px;
  display: none;
}

.nav-link {
  transform-origin: 50% 0;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #0000001a;
  border-bottom: 1px solid #0000;
  margin-left: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  transition: border .3s linear;
}

.nav-link:hover {
  border-bottom: 1px solid #fff;
}

.nav-link.w--current {
  color: var(--white);
}

.scroll-down {
  background-image: radial-gradient(circle farthest-side at 50% 100%, var(--dim-grey), transparent);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.scroll-down.w--current {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #58595b 10%, #0000);
}

.imput {
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--alice-black) black black;
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  transition: background-color .3s linear;
  display: flex;
}

.imput:hover {
  background-color: var(--faded-black);
}

.imput:focus {
  border-right-color: var(--alice-black);
}

.banner-content-middle {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.room-gallery-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 150px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-bottom.bottomheader {
  margin-top: 60px;
  font-size: 30px;
  line-height: 45px;
}

.content-center-align {
  color: #282828;
  text-align: center;
}

.slide-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slide-image {
  z-index: 9;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.gray {
  color: #e5eaef;
  padding-left: 25%;
  padding-right: 25%;
}

.gray.righthand {
  text-align: right;
  padding-left: 0%;
  padding-right: 0%;
}

.gray.vetsgray {
  padding-left: 0%;
  padding-right: 0%;
  font-size: 22px;
}

.gray.vetsgray.vetsgrayline2.vgno4, .gray.vetsgray.vetsgrayline2.vgno5, .gray.vetsgray.vetsgrayline2.vgno6, .gray.vetsgray.vgno2, .gray.vetsgray.vgno3 {
  padding-left: 0%;
  padding-right: 0%;
}

.gray.about {
  padding-left: 5%;
  padding-right: 5%;
}

.slide-base {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  padding: 30px 25px 30px 20px;
  display: flex;
  overflow: visible;
}

.section {
  padding-left: 20px;
  padding-right: 20px;
}

.slider-arrow-left {
  background-image: url('../images/Slide-Arrow-Left.svg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 5%;
  transition: background-position .2s linear;
}

.slider-arrow-left:hover {
  background-position: 0%;
}

.slider-arrow-left.slider-arrow-right {
  background-image: url('../images/Slide-Arrow-Right.svg');
  background-position: 70%;
}

.slider-arrow-left.slider-arrow-right:hover {
  background-position: 100%;
}

.room-gallery-slider-mask {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.room-gallery-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.dark-gray {
  color: var(--dim-grey);
}

.dark-section {
  color: #fff;
  background-color: #000;
  padding-top: 150px;
}

.dark-section.coachingwhitebg {
  opacity: 1;
  background-image: url('../images/greybackground.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 75px;
  position: relative;
}

.benefits-list {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  padding-left: 3%;
  padding-right: 3%;
  list-style-type: none;
  display: flex;
}

.benefits-description {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.benefits-title {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.benefits {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1196px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.headline-wrap {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.big-gradient-image {
  background-image: linear-gradient(#000, #0000 40%), url('../images/home_forestpath.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.big-gradient-image.topgradientimage {
  background-image: linear-gradient(#000, #0000 40%), url('../images/Desert_Road_C-2.jpg');
  background-position: 0 0, 50% 100%;
}

.big-gradient-image.topgradientimage.veteranimage {
  background-image: linear-gradient(#000, #0000 40%), url('../images/veterans_middle.jpg');
  background-position: 0 0, 50% 20%;
}

.big-gradient-image.topgradientimage.missionimage {
  background-image: linear-gradient(#000, #0000 40%), url('../images/mission_middle.jpg');
  background-position: 0 0, 50% 100%;
}

.big-gradient-image.topgradientimage.coachinggradientimage {
  background-image: linear-gradient(to bottom, var(--alice-black), transparent 40%), url('../images/coachinglogmiddle.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.big-gradient-image.missionbottom {
  background-image: linear-gradient(#000, #0000 40%), url('../images/Mission_B.jpg');
  background-position: 0 0, 50% 90%;
}

.big-gradient-image.veteransbottom {
  background-image: linear-gradient(#000, #0000 40%), url('../images/Veterans_B.jpg');
  background-position: 0 0, 60% 32%;
}

.big-gradient-image.coachingbottom {
  background-image: linear-gradient(#000, #0000 40%), url('../images/coaching_bottom.jpg');
  background-position: 0 0, 50% 55%;
}

.big-shelter-image {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature {
  justify-content: center;
  align-items: center;
  width: 33.16%;
  height: 200px;
  margin-bottom: 100px;
  display: flex;
}

.lightbox-link {
  filter: brightness();
  justify-content: center;
  align-items: center;
  height: 450px;
  transition: filter .3s linear;
  display: flex;
  overflow: hidden;
}

.lightbox-link:hover {
  filter: brightness(80%);
}

.shelter-benefits {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slide-lightbox {
  border: 1px solid #fff;
  width: 33.4%;
}

.gallery-slider {
  background-color: #0000;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-span-big {
  color: #828282;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 500;
  display: flex;
}

.small-width-container {
  color: #000;
  text-align: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.gallery-slider-mask {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.card-holder-image {
  align-self: flex-start;
  margin-top: 0%;
}

.card-holder-image.uright {
  object-fit: fill;
  align-self: flex-start;
  max-width: 130%;
}

.card-holder-image.lright {
  max-width: 130%;
  margin-top: -30%;
}

.card-holder-image.lleft {
  max-width: 130%;
}

.card-holder {
  background-color: #000;
  flex-flow: row;
  place-content: flex-end center;
  align-items: stretch;
  height: 400px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000000d;
}

.card-holder.legalholder {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  height: 215px;
  display: flex;
}

.content-left-align-wrap {
  float: left;
  color: #282828;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 370px;
  max-width: 30%;
  margin-right: auto;
  padding-right: 5px;
  display: block;
}

.card-contents {
  background-color: var(--faded-black);
  color: var(--ghost-white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card-contents.legalcardcontent {
  background-color: #0000;
  box-shadow: 9px 11px 1px -20px #000;
}

.small-paragraph {
  color: #e5eaef;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}

.cards-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 65%;
  margin-left: auto;
  display: grid;
}

.card-aling-image {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.big-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 50px;
  position: relative;
}

.big-container.legalcontainer {
  padding-top: 75px;
  padding-bottom: 0;
}

.gray-section {
  background-color: #e5eaef;
  background-image: none;
  padding-left: 20px;
  padding-right: 20px;
}

.gray-section.madewhite {
  background-color: var(--ghost-white);
}

.video-section {
  height: 750px;
  position: relative;
}

.video-content {
  z-index: 20;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.book-now-button {
  color: #f6f9fe;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: .5px solid #fff;
  align-self: center;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s linear;
}

.book-now-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.background-video {
  z-index: 15;
  height: 750px;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: #000;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
}

.footer-container {
  color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
}

.footer-links-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template: "."
  / .25fr .5fr 1fr;
  grid-auto-columns: 3fr;
  grid-auto-flow: column;
  justify-items: stretch;
  display: grid;
}

.footer-logo {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link {
  color: #e5eaef;
  letter-spacing: 1px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .3s linear;
  display: flex;
}

.footer-link:hover {
  color: #828282;
}

.footer-link.w--current {
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.footer-text {
  clear: none;
  color: gray;
  letter-spacing: 1px;
  object-fit: none;
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: center;
  width: 100px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer-text.w--current {
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.header-section {
  background-color: var(--faded-black);
  color: #fff;
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/5ce3f7f172640665c0fa5a5e_asset-9.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}

.header-section.utility-pages {
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/camping-tent-surrounded-with-trees-during-nighttime-2376997-1.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-bottom: 20px;
}

.title-holder {
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.title-holder.top {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
}

.style-guide-inner {
  flex-direction: column;
  align-items: stretch;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.holder {
  text-align: center;
}

.license-image {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.content-holder {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.content-holder.buttons {
  background-color: #828282;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
  display: flex;
}

.content-holder.left-right {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-holder.links {
  background-color: #282828;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.content-holder.margin-bottom {
  margin-bottom: 100px;
}

.black-link {
  color: var(--faded-black);
}

.black-link:hover {
  text-decoration: underline;
}

.block-holder {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}

.block-holder.top {
  margin-top: 0;
}

.license-item {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.video-source, .image-width {
  width: 60vw;
}

.style-guide-licensing-holder {
  padding: 5% 5% 2%;
}

.license-item-info {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 10%;
  display: flex;
}

.main-color-3 {
  background-color: #828282;
  width: 33.33%;
  height: 50px;
}

.main-color-1 {
  background-color: #000;
  width: 33.33%;
  height: 50px;
}

.main-color-5 {
  background-color: #e5eaef;
  width: 33.33%;
  height: 50px;
}

.colors-holder {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.links-align {
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.main-color-6 {
  background-color: #f6f9fe;
  width: 33.33%;
  height: 50px;
}

.button-holder {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.main-color-2 {
  background-color: #282828;
  width: 33.33%;
  height: 50px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.main-button {
  color: #f6f9fe;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #000;
  border: .5px solid #fff;
  margin-top: 20px;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s linear;
}

.main-button:hover {
  color: #fff;
  background-color: #282828;
  border-color: #000;
}

.form {
  color: #000;
  text-align: center;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.icon-404 {
  filter: contrast(30%);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dark-gray-404 {
  color: #000;
  margin-bottom: 10px;
}

.wrap-not-found {
  margin-bottom: 50px;
}

.imput-wrap {
  margin-top: -26px;
}

.field-label {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.success-message {
  background-color: var(--alice-black);
  color: #000;
  border: 1px solid #000;
}

.error-message {
  background-color: var(--alice-black);
  color: #000;
  border: 1px solid #000;
  padding-left: 30px;
  padding-right: 30px;
}

.imputs-wrap {
  display: flex;
}

.slide-nav {
  display: none;
}

.image {
  max-width: none;
  min-height: 52px;
}

.small-header {
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 60px;
}

.heading {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
}

.heading._404 {
  line-height: 110px;
}

.heading-2 {
  font-family: Oswald, sans-serif;
}

.text-block {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.text-block-2 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.image-2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: inline-block;
}

.mainfooterlink {
  justify-content: space-around;
  margin-left: 0;
  display: flex;
}

.black {
  color: var(--black);
  text-align: center;
}

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

.shelterimages {
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lightgrey {
  color: #a4a5a8;
}

.image-3 {
  margin-top: 0;
}

.text-block-3 {
  min-height: 150px;
  max-height: 150px;
}

.text-block-3.vetspagetb3 {
  min-height: 150px;
  max-height: 150px;
  font-size: 29px;
  line-height: 35px;
}

.text-block-3.vetspagetb3.tblarge {
  min-height: 200px;
  max-height: 200px;
}

.paragraph, .points {
  font-size: 22px;
}

.navbar {
  background-color: #00000085;
  position: relative;
}

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

.columns {
  height: 65px;
}

.column {
  text-align: center;
  height: 50px;
}

.column-2 {
  height: 50px;
}

.blackquote {
  color: var(--dim-grey);
  padding-top: 15px;
  font-size: 20px;
  line-height: 30px;
}

.blackquote_header {
  margin-top: 100px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.form-block {
  margin-left: 15%;
  margin-right: 15%;
}

.field-label-2 {
  text-align: center;
}

.request-field {
  text-align: left;
  white-space: normal;
  object-fit: contain;
  min-width: auto;
  min-height: 100px;
}

.textarea {
  min-height: 100px;
}

.submit-button {
  background-color: #007030;
  background-image: linear-gradient(#048f22, #007030);
}

.mobilegallery {
  display: none;
}

.heading-5 {
  color: var(--ghost-white);
  flex: 0 auto;
  align-self: center;
}

.heading-5.legalh5 {
  color: var(--faded-black);
}

.whychoose {
  display: none;
}

.aboutlopg {
  font-size: 17px;
  line-height: 24px;
}

.aboutlopg_m, .aboutlopg_h_m {
  display: none;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 5px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.top-line {
  color: #f10909;
  background-color: #948c8c;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #948c8c;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #948c8c;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.nav-menu-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.full-screen-menu-overlay {
  object-fit: contain;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.nav-home {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-home:hover {
  color: #007003;
}

.nav-home.w--current {
  color: #007003;
  margin-bottom: 0;
}

.nav-home.w--current:hover {
  color: #007003;
}

.nav-work {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-work:hover {
  color: #007003;
}

.nav-work.w--current {
  color: #fff;
}

.nav-contact {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-contact:hover {
  color: #007003;
}

.nav-contact.w--current {
  color: #fff;
}

.nav-mission {
  color: var(--white);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-mission:hover, .nav-mission.w--current {
  color: #007003;
}

.nav-vets {
  color: var(--white);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-vets:hover, .nav-vets.w--current {
  color: #007003;
}

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

.heading-8.deafheading {
  font-size: 32px;
}

.aboutgray {
  padding-left: 0%;
}

.div-block-4, .div-block-5, .div-block-6 {
  align-self: center;
}

.legalwrap {
  margin-bottom: 50px;
}

.nla {
  margin-right: 20px;
  padding-right: 0;
  font-size: 25px;
}

.list-2 {
  padding-left: 25%;
  padding-right: 25%;
}

.list-item, .list-item-2, .missionlist {
  text-align: left;
}

.menutext {
  z-index: 900;
  position: fixed;
  top: 20px;
  right: 80px;
}

.contactgray_d {
  padding-left: 10%;
  padding-right: 10%;
}

.contactgray_m {
  display: none;
}

.div-block-7 {
  width: 100%;
  min-height: 405px;
  max-height: 405px;
  margin-left: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.vuca_text {
  color: var(--black);
}

.vuca_list {
  color: var(--black);
  line-height: 26px;
}

.vuca_columns {
  margin-bottom: 150px;
  margin-left: 15%;
  margin-right: 15%;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  min-height: 405px;
  max-height: 405px;
  margin-right: 25px;
  display: flex;
}

.column-3 {
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: baseline;
  padding-right: 0%;
  display: flex;
}

.section-2 {
  background-image: url('../images/coachingblue.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.coachheading_wh {
  color: var(--ghost-white);
  text-align: center;
  padding-top: 50px;
}

.coachingsrv_par_wh {
  color: var(--ghost-white);
  margin-bottom: 25px;
  margin-left: 15%;
  margin-right: 15%;
  font-style: normal;
}

.coachingsrv_par_wh.black {
  color: var(--black);
}

.coachingsrv_par_wh.black.h3sub {
  margin-left: 25%;
  margin-right: 25%;
}

.coachingsrv_par_wh.black.ylop {
  margin-bottom: 25px;
  line-height: 22px;
}

.div-block-9 {
  max-height: 400px;
  margin-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
}

.image-9 {
  min-height: 400px;
  max-height: 400px;
}

.coaching_l_seven {
  padding-left: 25%;
}

.listseven_wh {
  color: var(--ghost-white);
  line-height: 24px;
}

.columns-2 {
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  display: block;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 400px;
  max-height: 400px;
  display: flex;
}

.column-4 {
  padding-left: 0%;
}

.vuca_h {
  color: var(--black);
  text-align: center;
}

.vuca_h.white {
  color: var(--ghost-white);
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 50px;
}

.whylop {
  background-image: url('../images/greybackground.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding-top: 50px;
}

.coaching_h3_blk {
  color: var(--black);
  text-align: center;
  padding-top: 0;
}

.columns-3 {
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 40px;
  padding-bottom: 50px;
}

.image-10 {
  min-height: 400px;
  max-height: 400px;
}

.column-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  min-height: 400px;
  max-height: 400px;
  display: flex;
}

.heading-9 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 50px;
}

.italic-text {
  font-size: 17px;
}

.finalcoaching {
  background-image: linear-gradient(#58595bd6, #58595bd6);
  min-height: 400px;
}

.paragraph-2 {
  margin-left: 15%;
  margin-right: 15%;
}

.coaching_b_head {
  color: var(--ghost-white);
  text-align: center;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 40px;
  line-height: 55px;
}

.image-11 {
  min-height: 400px;
  max-height: 400px;
}

.section-3, .filler, .slider {
  display: none;
}

.success-message-2 {
  background-color: var(--black);
  min-height: 200px;
}

.text-block-79 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  display: flex;
}

.error-message-2 {
  background-color: red;
}

html.w-mod-js [data-ix="new-interaction-2"] {
  display: none;
}

html.w-mod-js [data-ix="new-interaction-3"], html.w-mod-js [data-ix="new-interaction-4"] {
  display: block;
}

html.w-mod-js [data-ix="new-interaction-5"] {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 30px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner {
    background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/train_bridge.jpg');
    height: 700px;
  }

  .imputs {
    flex: 1;
  }

  .header {
    align-items: center;
    padding-top: 20px;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: none;
    margin-top: 0;
    padding-top: 0%;
    display: none;
    position: fixed;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding-right: 0;
  }

  .wrap-banner-content {
    width: 100%;
  }

  .booking-base {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    text-align: center;
    max-height: 50px;
    margin-left: 0;
    margin-right: 0;
    line-height: 150px;
  }

  .nav-link:hover {
    color: var(--ghost-white);
    background-color: #58595b7d;
    border-bottom-color: #0000;
  }

  .icon-navbar {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    font-size: 40px;
    line-height: 80px;
    display: none;
  }

  .room-gallery-container {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .margin-bottom {
    color: var(--ghost-white);
  }

  .slide-image {
    height: 450px;
  }

  .gray {
    margin-bottom: 20px;
    padding-left: 25%;
    padding-right: 25%;
    font-size: 13px;
    line-height: 22px;
  }

  .gray.vetsgray {
    padding-left: 20%;
    padding-right: 20%;
    font-size: 14px;
  }

  .gray.vetsgray.vetsgrayline2 {
    padding-top: 5px;
  }

  .slide-base {
    padding: 40px;
  }

  .slider-arrow-left {
    background-image: url('../images/leftarrow.png');
    background-size: 35px;
    width: 8%;
  }

  .slider-arrow-left.slider-arrow-right {
    background-image: url('../images/rightarrow.png');
    padding-top: 0;
  }

  .room-gallery-slider-mask {
    width: 85%;
  }

  .room-gallery-slider {
    display: none;
  }

  .dark-section {
    padding-top: 70px;
  }

  .benefits-description {
    width: auto;
    font-size: 50px;
  }

  .benefits-title {
    font-size: 40px;
    line-height: 50px;
  }

  .big-gradient-image.topgradientimage {
    background-position: 0 0, 50% 100%;
  }

  .big-shelter-image {
    height: 300px;
  }

  .feature {
    height: 150px;
    margin-bottom: 20px;
  }

  .lightbox-link {
    height: 250px;
  }

  .small-width-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .card-holder-image {
    margin-top: 0%;
  }

  .card-holder-image.lright {
    align-self: center;
    max-width: 100%;
  }

  .card-holder {
    justify-content: center;
    height: 325px;
  }

  .content-left-align-wrap {
    float: none;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .card-contents {
    height: 150px;
    max-height: 150px;
  }

  .cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .big-container {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .video-section, .background-video {
    height: 500px;
  }

  .footer-links-wrap {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
    grid-auto-columns: .25fr;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .footer-logo.w--current {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    display: flex;
  }

  .header-section.utility-pages {
    padding-bottom: 0;
  }

  .content-holder.buttons {
    justify-content: space-around;
  }

  .block-holder.top {
    margin-bottom: 70px;
  }

  .license-item {
    flex-direction: column;
    align-items: center;
  }

  .video-source {
    width: 100vw;
  }

  .image-width {
    width: 100%;
  }

  .style-guide-licensing-holder {
    padding: 10% 20px;
  }

  .license-item-info {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .links-align {
    width: 50%;
  }

  .button-holder {
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-404 {
    width: 33%;
  }

  .heading {
    font-size: 90px;
  }

  .text-block-3.vetspagetb3 {
    font-size: 22px;
  }

  .text-block-3.vetspagetb3.tblarge {
    line-height: 30px;
  }

  .columns {
    height: 95px;
  }

  .textarea {
    font-size: 13px;
    line-height: 22px;
  }

  .mobilegallery {
    background-color: var(--white);
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .mpbilegalleryslidermask {
    height: auto;
    min-height: auto;
    margin-bottom: 75px;
  }

  .mobilegalleryslide {
    background-color: var(--black);
    height: 600px;
    min-height: 600px;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
  }

  .mobileslidewrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    display: grid;
  }

  .mobileslideimage {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .text-field, .text-field-2, .select-field {
    font-size: 13px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-5.legalh5 {
    font-size: 16px;
    line-height: 22px;
  }

  .aboutlopg_m {
    display: none;
  }

  .nav-menu-2 {
    flex: 1;
    display: block;
  }

  .full-screen-menu-overlay {
    object-fit: fill;
    position: absolute;
  }

  .nav-home, .nav-home.w--current {
    margin-top: -200px;
  }

  .nav-home.w--current:hover {
    color: #007003;
  }

  .heading-8.deafheading {
    padding-left: 5%;
    padding-right: 5%;
  }

  .aboutgray {
    color: var(--white);
    padding-right: 40px;
    font-size: 14px;
    line-height: 24px;
  }

  .divblockmobileabout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .div-block-7 {
    align-items: center;
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    margin-left: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-8 {
    min-height: 500px;
    max-height: 500px;
    margin-right: 15px;
  }

  .section-2 {
    min-height: 925px;
  }

  .coachingsrv_par_wh.black.ylop {
    margin-bottom: 50px;
  }

  .image-9 {
    min-height: 300px;
    max-height: 300px;
  }

  .listseven_wh.l7top {
    padding-top: 35px;
  }

  .coaching_h3_blk {
    padding-top: 40px;
  }

  .columns-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-10 {
    min-height: 300px;
    max-height: 300px;
  }

  .column-5 {
    min-height: 525px;
  }

  .image-11 {
    min-height: 300px;
    max-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .banner {
    height: 500px;
  }

  .imputs {
    flex-direction: column;
    align-items: stretch;
  }

  .menu-button {
    margin-left: auto;
    padding: 5% 0 5% 20px;
  }

  .logo {
    width: 35px;
    margin-right: auto;
    padding-left: 0;
  }

  .wrap-banner-content {
    margin-top: 50px;
  }

  .main-book-now-button {
    width: 100%;
    height: 70px;
  }

  .booking-base {
    height: 100%;
    margin-top: 0;
  }

  .scroll-down {
    background-position: 50% 60%, 50% 100%;
    background-size: 15px, auto;
    display: none;
  }

  .imput {
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  .icon-navbar {
    line-height: 20px;
  }

  .banner-content-middle {
    padding-top: 10%;
  }

  .room-gallery-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-bottom.bottomheader.missionbottomh2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .room-gallery-slide {
    margin-right: 0;
  }

  .slide-wrap {
    flex-direction: column;
  }

  .slide-image {
    align-items: flex-start;
    width: 100%;
  }

  .gray {
    padding-left: 15%;
    padding-right: 15%;
  }

  .gray.vetsgray {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 16px;
  }

  .gray.vetsgray.vetsgrayline2.vgno4 {
    margin-top: -60px;
    padding-top: 0;
  }

  .gray.vetsgray.vetsgrayline2.vgno5 {
    margin-top: -115px;
    padding-top: 0;
  }

  .gray.vetsgray.vetsgrayline2.vgno6 {
    margin-top: -90px;
    padding-top: 0;
  }

  .gray.vetsgray.vgno2 {
    margin-top: -30px;
    padding-top: 0;
  }

  .gray.vetsgray.vgno3 {
    margin-top: -30px;
  }

  .slide-base {
    width: 100%;
    padding: 20px 20px 10px;
  }

  .slider-arrow-left {
    align-self: center;
    width: 8%;
  }

  .room-gallery-slider {
    margin-top: 30px;
  }

  .dark-section {
    padding-top: 50px;
  }

  .benefits-list {
    width: 100%;
  }

  .benefits-description {
    margin-bottom: 0;
    font-size: 30px;
  }

  .benefits-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .benefits {
    flex-direction: column;
    margin-top: 50px;
  }

  .big-gradient-image.topgradientimage {
    background-position: 0 0, 50% 100%;
  }

  .feature {
    margin-bottom: 0;
  }

  .lightbox-link {
    height: 250px;
  }

  .text-span-big {
    font-size: 80px;
    line-height: 15px;
  }

  .card-holder {
    width: 420px;
    height: 325px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .card-holder.legalholder {
    height: 350px;
  }

  .card-holder.legalholder.legalholder2 {
    height: 200px;
  }

  .content-left-align-wrap {
    text-align: center;
    align-items: center;
    min-width: auto;
  }

  .card-contents {
    height: 150px;
    max-height: 150px;
  }

  .card-contents.legalcardcontent {
    height: 375px;
    max-height: 375px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-contents.legalcardcontent.legalcard2 {
    height: 200px;
    max-height: 200px;
  }

  .cards-wrap {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-aling-image {
    max-height: 325px;
  }

  .video-section {
    height: 400px;
  }

  .book-now-button {
    padding: 25px 15%;
  }

  .background-video {
    height: 400px;
  }

  .footer {
    height: 250px;
  }

  .footer-links-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
    height: 160px;
  }

  .footer-logo {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: auto;
  }

  .footer-logo.w--current {
    align-items: center;
  }

  .footer-text, .content-holder.left-right {
    flex-direction: column;
  }

  .links-align {
    width: 70%;
  }

  .main-button {
    padding-left: 5%;
    padding-right: 5%;
  }

  .imput-wrap {
    width: 100%;
  }

  .error-message {
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading {
    font-size: 60px;
  }

  .image-3 {
    max-width: 85%;
    margin-top: 40%;
    display: inline-block;
  }

  .image-4 {
    max-width: 85%;
    margin-top: 0%;
  }

  .text-block-3 {
    min-height: 40px;
  }

  .text-block-3.vetspagetb3 {
    font-size: 24px;
  }

  .points {
    font-size: 18px;
    line-height: 22px;
  }

  .column {
    margin-bottom: 15px;
  }

  .column-2 {
    display: none;
  }

  .textarea {
    font-size: 12px;
    line-height: 20px;
  }

  .mobilegalleryslide {
    height: 500px;
    min-height: 500px;
    padding-top: 0;
    position: relative;
  }

  .mobileslidewrap {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    flex-direction: column;
    grid-template-rows: repeat(auto-fit, minmax(500px, 500fr));
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: end stretch;
    min-height: 450px;
    display: grid;
  }

  .text-field, .text-field-2 {
    font-size: 12px;
  }

  .text-block-4 {
    height: auto;
    min-height: auto;
  }

  .image-5 {
    max-width: 85%;
    margin-top: 0%;
    display: inline-block;
  }

  .heading-5.legalh5 {
    font-size: 14px;
    line-height: 20px;
  }

  .aboutlopg_m {
    display: none;
  }

  .nav-home, .nav-home.w--current {
    margin-top: auto;
  }

  .aboutgray {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    position: static;
  }

  .divblockmobileabout {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .contactgray_d {
    padding-left: 10%;
    display: none;
  }

  .contactgray_m {
    display: block;
  }

  .div-block-7 {
    flex-direction: row;
    justify-content: center;
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 15px;
  }

  .div-block-8 {
    margin-left: 15px;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .coaching_l_seven {
    padding-left: 15%;
    padding-right: 5%;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
  }

  .column-6 {
    margin-bottom: 50px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-7 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .banner {
    background-image: linear-gradient(#000000b3, #0000 60%), linear-gradient(to top, #0006 70%, #0000), url('../images/train_bridge.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 550px;
  }

  .banner.missionpage {
    background-position: 0 0, 0 0, 15% 100%;
  }

  .banner._403error {
    background-image: linear-gradient(to bottom, #000000b3, transparent 50%), linear-gradient(to top, #0006 50%, transparent), url('../images/403.jpg'), linear-gradient(to bottom, var(--black), var(--black));
    background-position: 0 0, 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, 700px, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .header {
    padding-top: 0;
  }

  .nav-menu {
    align-content: space-around;
  }

  .menu-button {
    padding-top: 8%;
    padding-bottom: 7%;
  }

  .logo {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .wrap-banner-content {
    margin-top: auto;
  }

  .main-book-now-button {
    height: 60px;
  }

  .booking-base {
    margin-bottom: 0;
  }

  .nav-link {
    justify-content: center;
  }

  .imput {
    border-right-style: none;
    height: 45px;
  }

  .icon-navbar {
    height: auto;
  }

  .slide-image {
    align-items: flex-end;
    height: 300px;
    padding-bottom: 0%;
  }

  .gray {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .gray.vetsgray {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .gray.vetsgray.vetsgrayline2.vgno4 {
    margin-top: -40px;
    margin-bottom: 40px;
  }

  .gray.vetsgray.vetsgrayline2.vgno5 {
    margin-top: -100px;
    margin-bottom: 0;
  }

  .gray.vetsgray.vetsgrayline2.vgno6 {
    margin-top: -35px;
    margin-bottom: 40px;
  }

  .gray.vetsgray.vgno2, .gray.vetsgray.vgno3 {
    margin-top: 0;
  }

  .slide-base {
    max-width: 373px;
    padding: 20px;
  }

  .section {
    display: none;
  }

  .slider-arrow-left {
    background-position: 0%;
    width: 15%;
  }

  .slider-arrow-left.slider-arrow-right {
    background-position: 100%;
  }

  .big-shelter-image {
    height: 200px;
  }

  .feature {
    width: 100%;
    height: 100%;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .feature._3 {
    margin-bottom: 0;
  }

  .feature.pictures {
    margin-top: 0;
  }

  .lightbox-link {
    height: 350px;
  }

  .shelter-benefits {
    flex-direction: column;
  }

  .gallery-slide-lightbox {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-width-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-holder {
    width: 100%;
    min-width: 280px;
  }

  .content-left-align-wrap {
    min-width: auto;
    margin-bottom: 50px;
  }

  .card-contents {
    height: 200px;
  }

  .cards-wrap {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-aling-image {
    align-items: flex-start;
  }

  .big-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gray-section {
    margin-top: 0;
  }

  .footer {
    height: 300px;
  }

  .footer-links-wrap {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .content-holder.links {
    flex-direction: column;
  }

  .license-item {
    flex-direction: column;
    margin-bottom: 10%;
  }

  .style-guide-licensing-holder {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .license-item-info {
    padding-left: 0%;
  }

  .links-align {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .imput-wrap {
    margin-top: 0;
  }

  .field-label {
    background-color: var(--faded-black);
    color: var(--alice-black);
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
  }

  .image {
    max-width: none;
    min-height: 52px;
  }

  .heading {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .shelterimages {
    order: 0;
    align-self: auto;
    margin-top: 0;
  }

  .text-block-3 {
    min-height: 34px;
  }

  .form-block {
    margin-left: 5%;
    margin-right: 5%;
  }

  .field-label-2 {
    font-size: 14px;
  }

  .textarea {
    font-size: 11px;
    line-height: 16px;
  }

  .text-field-2 {
    font-size: 10px;
    line-height: 22px;
  }

  .heading-4, .heading-5, .heading-6, .heading-7 {
    font-size: 16px;
    line-height: 22px;
  }

  .field-label-3, .field-label-4, .field-label-5, .field-label-6 {
    font-size: 14px;
  }

  .image-6, .image-7 {
    align-self: auto;
    margin-top: 0;
  }

  .whychoose {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .aboutlopg {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .aboutlopg_m {
    padding: 50px 20px;
    display: none;
  }

  .tab-link-ceo {
    background-color: #fff;
    border: 1px solid #000;
    border-style: none solid solid none;
    border-radius: 0;
    width: 120px;
    height: 50px;
    padding: 10px 10px 0;
  }

  .tab-link-ceo:focus {
    color: var(--white);
  }

  .tab-link-ceo.w--current {
    color: var(--white);
    background-color: #106100;
    border: 1px solid #000;
    border-style: none solid solid none;
    border-radius: 0;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tab-link-ceo.w--current:active {
    background-color: #bbbec4;
  }

  .tab-link-lopg {
    color: var(--black);
    background-color: #fff;
    border: 1px #000;
    border-style: none none solid solid;
    border-radius: 0;
    width: 120px;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-lopg.w--current {
    background-color: #106100;
    border-style: none none solid solid;
    border-radius: 0;
    width: 120px;
    height: 50px;
    padding: 10px 10px 0;
  }

  .tab-link-tab-3 {
    background-color: #e5eaef;
    border: 1px solid #000;
    border-top-style: none;
  }

  .text-block-5 {
    opacity: 1;
    color: var(--black);
    text-align: center;
    font-size: 14px;
  }

  .text-block-5:active, .text-block-5:focus {
    color: var(--white);
  }

  .text-block-6 {
    color: var(--black);
    text-align: center;
    font-size: 14px;
  }

  .aboutlopg_h_m {
    text-align: center;
    font-size: 24px;
  }

  .aboutceo_m {
    padding-top: 30px;
  }

  .tabs-menu {
    text-align: left;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-77 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block-78 {
    color: var(--white);
    text-align: center;
    font-size: 14px;
  }

  .image-8 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    display: inline-block;
    position: relative;
  }

  .div-block-2, .div-block-3 {
    text-align: center;
  }

  .nav-home, .nav-home.w--current {
    margin-top: -200px;
  }

  .heading-8.deafheading {
    font-size: 26px;
    line-height: 32px;
  }

  .contactgray_d {
    display: none;
  }

  .contactgray_m {
    font-size: 14px;
    line-height: 22px;
    display: block;
  }

  .div-block-7 {
    width: auto;
    margin-left: 0;
  }

  .vuca_columns {
    margin-bottom: 150px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-8 {
    margin-top: 0;
    padding-top: 0;
  }

  .column-3 {
    min-height: 600px;
    padding-top: 0;
    padding-left: 0;
  }

  .coachingsrv_par_wh {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-9 {
    margin-top: 125px;
  }

  .coaching_l_seven {
    margin-top: 175px;
    padding-left: 10%;
  }

  .columns-3 {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
  }

  .div-block-11 {
    margin-top: 100px;
  }

  .heading-9 {
    margin-top: 150px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .coaching_b_head {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 34px;
    line-height: 49px;
  }

  .column-8 {
    margin-top: 100px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .section-3 {
    height: auto;
    padding: 0 15px 50px;
    display: none;
  }

  .filler {
    max-height: 500px;
    display: block;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider {
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding: 50px 10px;
    display: block;
  }

  .ceomslider {
    padding-top: 30px;
  }

  .mask {
    height: auto;
    max-height: none;
  }

  .moreright {
    direction: ltr;
    text-align: left;
    position: relative;
    left: 220px;
  }

  .icon-405 {
    inset: 25% 0% auto auto;
  }

  .icon-406 {
    inset: 25% auto auto 0%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d0397869-0a6a-f7cb-c1a1-0f063f4808cd-ef300590 {
    align-self: center;
  }

  #w-node-d0397869-0a6a-f7cb-c1a1-0f063f4808cf-ef300590 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2f6cd3b-fbc7-2230-6292-758e0027443c-ef300590 {
    align-self: center;
  }

  #w-node-c2f6cd3b-fbc7-2230-6292-758e0027443e-ef300590 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0397869-0a6a-f7cb-c1a1-0f063f4808cd-ef300590 {
    place-self: center end;
  }

  #w-node-d0397869-0a6a-f7cb-c1a1-0f063f4808cf-ef300590 {
    align-self: center;
  }

  #w-node-c2f6cd3b-fbc7-2230-6292-758e0027443c-ef300590 {
    place-self: center end;
  }

  #w-node-c2f6cd3b-fbc7-2230-6292-758e0027443e-ef300590 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d0397869-0a6a-f7cb-c1a1-0f063f4808ea-ef300590 {
    place-self: stretch end;
  }

  #w-node-d0397869-0a6a-f7cb-c1a1-0f063f4808ec-ef300590 {
    place-self: center;
  }
}


