:root {
  --goldenrod: #ffbf18;
  --black: #191919;
  --dark-grey: #a2a2a2;
  --black-3: black;
  --red: #c42404;
  --saddle-brown: #795700;
  --light-grey: #d4d4d4;
  --white: white;
  --text-color: rgba(56, 56, 56, .7);
  --dark-slate-grey: #383838;
  --iwu-red: #ee293a;
  --iwu-yellow: #fdc936;
  --crimson: #860511;
  --black-2: #282828;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  color: var(--goldenrod);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Alegreya, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.body {
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  display: block;
  overflow: visible;
}

.black-top-div {
  background-color: #000;
  height: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.container {
  text-align: left;
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1170px;
  min-height: 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.topbar-flexbox {
  justify-content: space-between;
  min-height: 0;
  display: flex;
}

.container.main-header-flexbox {
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: 0;
  display: flex;
}

.container.navbar-flexbox {
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  margin-top: 0;
  display: flex;
}

.container.hero-bottom-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 9%;
  padding-right: 9%;
  line-height: 27px;
  display: flex;
}

.container.section-clients {
  justify-content: space-between;
  display: flex;
}

.container.page-header {
  color: var(--goldenrod);
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.container.page-header._1 {
  border: 1px #000;
  align-items: center;
}

.container.subheader-flexbox {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.interested-flexbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.interested-flexbox._4 {
  border-bottom-style: none;
  margin-top: 24px;
}

.container.blog-flexbox {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.contact-flex {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.container.subheader-flexbox-mobile {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container._2 {
  border-bottom-style: none;
  margin-bottom: 50px;
}

.container._8 {
  border-bottom-style: none;
  margin-top: 0;
  padding-left: 20px;
  display: block;
}

.container._1 {
  border-top-style: none;
  align-items: flex-start;
}

.container.main-body {
  align-items: flex-start;
}

.container.bull {
  align-items: center;
  margin-top: 65px;
  margin-bottom: 25px;
}

.adress-text-block {
  color: #a2a2a2;
  margin-left: 7px;
  font-size: 12px;
  line-height: 16px;
}

.adress-div {
  flex: 1;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.social-media-link-block {
  margin-left: 23px;
}

.social-media-div {
  margin-left: 12px;
}

.main-header {
  background-image: url('../images/bg-headerp.png');
  background-position: 0;
  background-size: cover;
  align-items: center;
  min-height: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 22px;
  display: flex;
}

.main-header-left {
  flex: 1;
  display: flex;
}

.main-header-right {
  color: var(--dark-grey);
  flex: 0 auto;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.logo-divider {
  background-color: #555;
  align-self: center;
  width: 1px;
  height: 50px;
  margin-top: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.logo-text {
  color: var(--dark-grey);
  text-transform: uppercase;
  align-self: center;
  font-size: 12px;
}

.text-span {
  color: var(--goldenrod);
}

.icon-phone {
  margin-right: 15px;
}

.navbar-2 {
  border: 1px none var(--black-3);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--black-3), var(--black-3)), url('../images/menu-bg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  min-height: 40px;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px;
  font-weight: 300;
  display: flex;
}

.navlink:hover {
  color: var(--red);
  font-weight: 700;
}

.navlink.w--current {
  border-bottom: 3px solid var(--goldenrod);
  color: #fff;
}

.navlink.w--current:hover {
  color: var(--red);
}

.nav-menu {
  flex: 1;
  height: auto;
  display: flex;
}

.navmenu-right {
  color: var(--dark-grey);
  flex: 0 0 25%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_9407.jpg');
  background-position: 0 0, 50% 39%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 73.7vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-cta {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.hero-cta-block {
  background-image: url('../images/hero-cta-bg.png');
  background-position: 50%;
  background-size: cover;
  width: 80%;
  max-width: 825px;
  margin-top: -64px;
  padding: 10px 30px 10px 40px;
  font-size: 36px;
  line-height: 43px;
}

.text-span-2 {
  color: #fff;
  font-weight: 700;
}

.button {
  background-color: var(--goldenrod);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 17px;
  padding: 14px 33px 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.button:hover {
  background-color: var(--red);
  color: #fff;
}

.button._40px-button {
  height: 40px;
  padding-top: 9px;
  padding-bottom: 8px;
}

.button.magin-l-20 {
  margin-right: 20px;
}

.button.home {
  background-color: var(--red);
  color: #fff;
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 16px;
}

.button.home:hover {
  border-color: var(--red);
  color: var(--red);
  background-color: #fff;
}

.button._2 {
  margin-top: 50px;
}

.hero-bottom-border {
  opacity: .5;
  background-color: #191919;
  height: 10px;
}

.hero-bottom-block {
  color: var(--saddle-brown);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 190px;
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 739px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.section-featured-services {
  margin-top: 14px;
  padding-top: 100px;
  padding-bottom: 79px;
}

.section-featured-services.home {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.text-white {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-white.sub-text {
  color: var(--red);
  text-transform: none;
  font-family: Signpainter housescript, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.text-white._1 {
  margin-bottom: 0;
}

.text-white._1._2 {
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

.text-white.reviews {
  color: #fff;
  margin-top: 0;
}

.text-white.review {
  color: #fff;
}

.divider-line {
  font-size: 10px;
  line-height: auto;
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  max-width: none;
  margin-top: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.space-50px {
  width: 100%;
  height: 50px;
}

.featured-services-wrapper {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.featured-service {
  color: var(--light-grey);
  text-align: center;
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: 32%;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.center {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-featured-projects {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 60px;
}

.featured-projects-wrapperr {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.featured-project-block {
  color: var(--light-grey);
  text-align: left;
  background-color: #282828;
  flex: 1;
  width: 100%;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.featured-project {
  color: var(--light-grey);
  text-align: center;
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: 32%;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.section-clients {
  background-color: #282828;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-clients-block {
  flex-shrink: 0;
  flex-basis: 48%;
}

.flexbox-spacer {
  flex: 1 0 2%;
}

.space-40px {
  height: 40px;
}

.text-block-2 {
  color: var(--light-grey);
  font-size: 18px;
}

.clients-logo-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 35px;
  display: flex;
}

.client-logo {
  flex-basis: 33.3%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.testimonials-slider {
  color: var(--light-grey);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/quote_1quote.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100px;
  height: auto;
  font-size: 18px;
  line-height: 23px;
}

.right-arrow, .left-arrow {
  display: none;
}

.testimonial-slide {
  padding-top: 15px;
}

.testimonial-author {
  color: var(--goldenrod);
}

.slide-nav {
  text-align: right;
  font-size: 10px;
  bottom: 0;
  left: 60%;
  right: 0;
}

.mask {
  height: auto;
  padding-bottom: 0;
}

.section-contact-us {
  background-image: url('../images/bg-contact.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 80px;
  padding-bottom: 90px;
}

.form-block {
  background-color: #282828;
  border-radius: 4px;
  justify-content: space-between;
  margin-top: 30px;
  padding: 25px 22px 30px;
  display: block;
}

.contact-form {
  justify-content: space-between;
  display: flex;
}

.form-column {
  flex-shrink: 0;
  flex-basis: 48%;
}

.form-row {
  display: flex;
}

.form-spacer {
  flex-basis: 30px;
}

.form-field {
  color: #555;
  border: 1px solid #ddd;
  height: 50px;
  margin-bottom: 20px;
}

.select-field {
  color: #555;
  height: 50px;
  margin-bottom: 20px;
}

.textarea {
  width: 100%;
  height: 500px;
  min-height: 270px;
  margin-bottom: 20px;
  display: block;
}

.footer-text {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
}

.footer-text-link-block {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.footer-link-list {
  color: #fff;
  font-size: 12px;
}

.footer-link-list-item {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
}

.footer-extended-wrapper {
  background-color: #191919;
  padding-top: 50px;
}

.footer-row-extended {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer {
  background-color: #191919;
}

.footer-column-1 {
  flex-direction: column;
  align-items: center;
  margin-top: 29px;
  padding-right: 10px;
  display: flex;
}

.footer-text-2 {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.footer-icon {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  display: block;
}

.contact {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.header {
  background-color: var(--goldenrod);
  text-align: center;
  background-image: linear-gradient(rgba(255, 191, 24, 0) 33%, #fff);
  min-height: auto;
  padding-top: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.commercial-services-header {
  background-image: url('../images/IWU-RIver-Trips-Header.png');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-start;
  height: 60vh;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 55px;
  display: flex;
}

.commercial-services-header.resources {
  background-image: url('../images/Idaho-Whitewater-Rafts-in-the-Canyon_1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
  padding-bottom: 0;
}

.commercial-services-header.resources._2 {
  background-image: url('../images/IWU-U-Lesson.JPG');
  background-size: cover;
}

.commercial-services-header.info-maps {
  background-image: url('../images/Idaho-Whitewater-Young-Family.png');
  background-position: 50% 98%;
  background-size: cover;
  height: 50vh;
  padding-bottom: 0;
}

.commercial-services-header.info-maps.reservations {
  background-image: url('../images/Idaho-Whitewater-Reservations-page-Header.png');
  background-position: 50% 95%;
  margin-top: 0;
  padding-top: 0;
}

.commercial-services-header.info-maps._2 {
  background-image: url('../images/Idaho-Whitewater-2-rafts-playing.png');
  background-position: 50% 95%;
  height: 60vh;
  padding-bottom: 0;
}

.commercial-services-header.info-maps.river-trips {
  background-image: url('../images/Idaho-Whitewater-Calm-Spot.png');
  background-position: 50% 98%;
}

.commercial-services-header.info-maps.staircase {
  background-image: url('../images/Idaho-Whitewater-raft-in-Big-rapids.png');
}

.commercial-services-header.info-maps.swirley {
  background-image: url('../images/Idaho-Whitewater-Paddles-Up.png');
}

.commercial-services-header.info-maps.the-canyon {
  background-image: url('../images/Idaho-Whitewater--Upended-Curve.png');
}

.heading {
  color: #fff;
  text-transform: none;
  text-shadow: 2px 2px 8px #000;
  margin-top: 31px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Signpainter housescript, sans-serif;
  font-size: 125px;
  font-weight: 400;
  position: static;
}

.section-subheader {
  background-color: #990600;
  min-height: 138px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.subheader-p {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 150px;
  font-size: 18px;
  line-height: 28px;
}

.service {
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 90px;
}

.service.site-work {
  background-image: url('../images/bg-sitework.jpg');
  background-position: 50%;
  background-size: cover;
}

.service.residential-1 {
  background-image: url('../images/residential-1.jpg');
  background-position: 0 0;
  background-size: 700px;
}

.service.residential-2 {
  background-image: url('../images/residential-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.service.residential-3 {
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.service.residential-3.galleries-page {
  background-image: url('../images/IMG_9209.jpg');
  background-position: 50%;
  background-size: auto;
}

.service-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Alegreya, sans-serif;
}

.service-header-right {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.service-content {
  border: 1px #000;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.service-block-left {
  flex-shrink: 0;
  flex-basis: 35%;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 50px;
  display: block;
}

.service-block-right {
  color: var(--light-grey);
  flex: 0 auto;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 28px;
}

.list-item {
  color: var(--goldenrod);
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 39px;
  display: flex;
}

.bullet-icon {
  width: 15px;
  height: 15px;
  margin-right: 18px;
}

.text-block-3 {
  color: var(--red);
  text-transform: uppercase;
  font-size: 17px;
}

.button-group {
  justify-content: space-between;
  margin-top: 45px;
  display: flex;
}

.button-2 {
  background-color: var(--goldenrod);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  flex: none;
  height: 40px;
  margin-top: 36px;
  padding: 9px 33px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.button-2.river-map {
  background-color: var(--red);
  text-align: left;
  width: 300px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 33px;
  font-weight: 400;
}

.button-2.river-map:hover {
  background-color: var(--goldenrod);
  color: var(--black);
}

.button-2.driving-instructions {
  background-color: var(--red);
  text-align: left;
  width: 300px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.button-2.driving-instructions:hover {
  background-color: var(--goldenrod);
  color: var(--black);
}

.button-2.google-map {
  background-color: var(--red);
  text-align: left;
  width: 300px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 33px;
  font-weight: 400;
}

.button-2.google-map:hover {
  background-color: var(--goldenrod);
  color: var(--black);
}

.button-2.google-map.water-levels {
  border: 1px solid var(--red);
  color: var(--red);
  text-align: left;
  background-color: #fff;
}

.button-2.google-map.water-levels:hover {
  border-color: var(--black);
  color: var(--black);
}

.button-2.book-trip {
  color: var(--black);
  text-align: left;
  width: 300px;
  height: auto;
  margin-top: 6px;
  margin-bottom: 10px;
  padding-right: 33px;
  font-weight: 400;
  display: inline-block;
}

.button-2.book-trip:hover {
  background-color: var(--red);
  color: #fff;
}

.button-2.book-trip.view-map {
  border: 1px solid var(--red);
  color: var(--red);
  text-align: left;
  background-color: #fff;
  margin-top: 17px;
}

.button-2.book-trip.view-map:hover {
  background-color: var(--red);
  color: var(--white);
}

.service-page-content-wrapper {
  display: flex;
}

.service-page-content-left {
  color: var(--light-grey);
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: 50%;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  font-size: 18px;
  line-height: 23px;
  display: flex;
}

.service-page-h3 {
  color: var(--goldenrod);
  text-transform: uppercase;
  font-size: 22px;
}

.service-li {
  line-height: 35px;
}

.service-page-content-right {
  color: var(--light-grey);
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: 50%;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0;
  font-size: 18px;
  line-height: 23px;
  display: flex;
}

.image {
  width: 100%;
}

.slide {
  height: 480px;
}

.slide.slide-1 {
  background-image: url('../images/slider-photo.png');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  min-height: auto;
}

.slide.project-slide-bg1 {
  background-image: url('../images/photo.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.mask-2 {
  height: auto;
}

.service-slider-caption {
  color: #fff;
  background-color: #000;
  flex: 1;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  font-size: 16px;
  display: flex;
}

.right-arrow-2 {
  color: var(--dark-grey);
  width: 100px;
  height: 100px;
  font-size: 25px;
  top: 260%;
  bottom: 0;
  right: 30px;
}

.left-arrow-2 {
  color: var(--dark-grey);
  width: 100px;
  height: 100px;
  font-size: 25px;
  font-weight: 900;
  top: 260%;
  left: 30px;
}

.slide-nav-2 {
  color: var(--goldenrod);
  margin-top: -764px;
  font-size: 12px;
  top: 260%;
}

.slider-content {
  align-items: flex-end;
  width: 100%;
  height: 500px;
  display: flex;
}

.service-page-section-1 {
  background-color: var(--black);
  min-height: 500px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.service-page-section-1.site-work {
  background-image: url('../images/bg-sitework.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph {
  color: #d4d4d4;
  font-size: 16px;
  line-height: 25px;
}

.service-page-section-2 {
  min-height: none;
  background-image: url('../images/service-page-bg2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 90px;
}

.service-page-section-2.site-work {
  background-image: url('../images/bg-sitework.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-related-projects {
  background-color: #191919;
  padding-top: 80px;
  padding-bottom: 90px;
}

.title-double {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-view-all-projects {
  color: var(--goldenrod);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-view-all-projects:hover {
  text-decoration: underline;
}

.related-projects-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.related-project-block {
  text-align: center;
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: 32%;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.related-project-block:hover {
  color: var(--goldenrod);
}

.related-project-block.margin-t-52 {
  margin-top: 52px;
}

.project-thumb {
  margin-bottom: 10px;
}

.section-related-blog-posts {
  background-color: #282828;
  padding-top: 60px;
  padding-bottom: 100px;
}

.related-post-block {
  color: var(--goldenrod);
  text-align: left;
  flex-direction: row;
  flex-shrink: 0;
  flex-basis: 32%;
  align-items: flex-start;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.related-post-block:hover {
  color: var(--goldenrod);
}

.post-thumb {
  width: 97px;
  height: 97px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.post-title {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.related-blog-content {
  flex-direction: column;
  display: flex;
}

.section-related-projects-2 {
  background-color: #191919;
  padding-top: 62px;
  padding-bottom: 60px;
}

.projects-page-section-1 {
  background-color: #282828;
  min-height: 740px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.projects-page-section-1.site-work {
  background-image: url('../images/bg-sitework.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-slider-div {
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.left-arrow-3 {
  color: var(--dark-grey);
  width: 100px;
  height: 100px;
  margin-top: -797px;
  font-size: 25px;
  font-weight: 900;
  top: 260%;
  left: 30px;
}

.right-arrow-3 {
  color: var(--dark-grey);
  width: 100px;
  height: 100px;
  margin-top: -797px;
  font-size: 25px;
  top: 260%;
  bottom: 0;
  right: 30px;
}

.tab-pane {
  height: auto;
  min-height: auto;
}

.tabs-menu {
  justify-content: center;
  height: auto;
  margin-bottom: 40px;
  display: flex;
}

.tabs {
  height: 620px;
  overflow: visible;
}

.tabs-content {
  overflow: visible;
}

.tab-link {
  color: #a2a2a2;
  text-transform: uppercase;
  background-color: #000;
  padding: 20px 23px 17px;
  font-size: 18px;
  font-weight: 700;
}

.tab-link.w--current {
  color: #282828;
  background-color: #ffbf18;
}

.slider {
  height: 480px;
}

.project-slider-black-div {
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 20px 28px 32px;
}

.space-15px {
  height: 15px;
}

.space-20px {
  height: 20px;
}

.company-page-section-1 {
  color: var(--text-color);
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.company-page-section-1.site-work {
  background-image: url('../images/bg-sitework.jpg');
  background-position: 50%;
  background-size: cover;
}

.company-s1-text-div {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.company-s1-paragraph {
  color: #282828;
  text-align: left;
  width: 48.5%;
  font-size: 18px;
  line-height: 28px;
}

.interested-section {
  background-color: var(--red);
  background-image: linear-gradient(rgba(196, 36, 4, .8), rgba(196, 36, 4, .8)), url('../images/Cover-Gaggle-of-Rafts-and-a-kayak.jpg');
  background-position: 0 0, 50% 43%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 138px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.interested-text {
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
}

.section-clients-testimonials {
  flex-shrink: 0;
  flex-basis: 100%;
}

.mask-3 {
  color: #d4d4d4;
  height: auto;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 27px;
}

.testimonial-author-2 {
  color: var(--red);
  text-transform: none;
  font-size: 20px;
  line-height: 17px;
}

.slide-nav-3 {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -78px;
  padding-top: 0;
  font-size: 10px;
  display: flex;
  bottom: 39px;
  left: 0%;
  right: 0;
}

.client-testimonials-div {
  justify-content: space-between;
  display: flex;
}

.view-all-testimonials-link {
  color: #ffbf18;
  text-transform: none;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
  display: flex;
}

.clients-testimonials-section {
  background-color: var(--dark-slate-grey);
  padding-top: 45px;
  padding-bottom: 85px;
}

.blog-section {
  background-color: #282828;
  padding-top: 35px;
  padding-bottom: 60px;
}

.blog-left-div {
  flex: 1;
  width: 70%;
  padding-right: 5%;
}

.blog-right-div {
  flex: none;
  width: 30%;
}

.search-field {
  color: #555;
  letter-spacing: .26px;
  margin-bottom: 27px;
}

.text-white-2 {
  color: #fff;
  text-transform: uppercase;
}

.heading-white {
  color: #fff;
  text-transform: uppercase;
  font-family: Alegreya, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.top-stories-div {
  color: #fff;
  align-items: flex-start;
  margin-top: 23px;
  text-decoration: none;
  display: flex;
}

.top-stories-info-div {
  padding-left: 13px;
  padding-right: 0;
}

.top-stories-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.top-stories-date {
  color: #ffbf18;
  text-transform: uppercase;
  margin-top: 6px;
  font-weight: 700;
}

.top-stories-div-1 {
  color: #fff;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 53px;
  text-decoration: none;
  display: block;
}

.blog-categories-list {
  margin-top: 18px;
}

.blog-post-image-div {
  margin-bottom: 15px;
  position: relative;
}

.blog-post-date {
  color: #795700;
  text-transform: uppercase;
  background-color: #ffbf18;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-post-heading {
  color: #ffbf18;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Alegreya, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.blog-post-paragraph {
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 23px;
}

.red-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #990600;
  flex: none;
  height: 50px;
  padding: 14px 33px 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.red-button._40px-button {
  height: 40px;
  padding-top: 9px;
  padding-bottom: 8px;
}

.divisor-img {
  margin-top: 30px;
  margin-bottom: 33px;
}

.page-numbers-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-number-link {
  color: #fff;
  background-color: #990600;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.page-number-link:hover {
  color: #795700;
  background-color: #ffbf18;
}

.get-social-section {
  background-image: url('../images/bg-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  height: auto;
  min-height: 220px;
  padding-top: 78px;
  padding-bottom: 116px;
  display: flex;
}

.get-social-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 11px;
  font-family: Alegreya, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.get-social-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.social-media-div-2 {
  text-align: left;
}

.social-media-link-block-2 {
  margin-left: 62px;
}

.blog-article-heading {
  color: #fff;
  text-transform: none;
  margin-bottom: 2px;
  font-family: Alegreya, sans-serif;
  font-weight: 700;
  line-height: 42px;
}

.top-stories-date-2 {
  color: #ffbf18;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}

.blog-article-header {
  background-image: url('../images/bg-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  height: auto;
  min-height: 220px;
  padding-top: 58px;
  padding-bottom: 46px;
  display: flex;
}

.text-span-3 {
  font-weight: 700;
}

.blog-article-image-div {
  margin-bottom: 28px;
  position: relative;
}

.blog-post-paragraph-2 {
  color: #ffbf18;
  margin-bottom: 23px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 23px;
}

.blog-section-article {
  background-color: #282828;
  padding-top: 35px;
  padding-bottom: 25px;
}

.section-contact {
  background-color: #282828;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-4 {
  color: #a2a2a2;
  font-size: 16px;
}

.space-25px {
  height: 25px;
}

.space-30px {
  height: 30px;
}

.contact-2 {
  color: #a2a2a2;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.contact-text {
  color: #a2a2a2;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.text-field {
  color: #555;
  letter-spacing: .26px;
  height: 50px;
  margin-bottom: 24px;
}

.text-field.inline {
  flex: none;
  width: 47%;
}

.text-field.message {
  height: 180px;
}

.fields-div {
  justify-content: space-between;
  display: flex;
}

.form-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #990600;
  flex: none;
  height: 50px;
  padding: 14px 70px 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.form-button._40px-button {
  height: 40px;
  padding-top: 9px;
  padding-bottom: 8px;
}

.subheader-p2 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 49px;
  font-size: 18px;
  line-height: 28px;
}

.section-text-block {
  color: #d4d4d4;
  margin-bottom: 68px;
  font-size: 16px;
  line-height: 25px;
}

.take-care-section {
  background-image: url('../images/bg_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 130px;
}

.take-care-wrapper {
  justify-content: space-between;
  display: flex;
}

.take-care {
  color: #d4d4d4;
  text-align: center;
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: 32%;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.about-work-section {
  background-image: url('../images/bg-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  height: auto;
  min-height: 220px;
  padding-top: 80px;
  padding-bottom: 47px;
  display: flex;
}

.testimonial-author-3 {
  color: #ff0a00;
  text-transform: uppercase;
  font-size: 16px;
}

.section-team-loves {
  background-color: #282828;
  padding-top: 60px;
  padding-bottom: 110px;
}

.slide-nav-4 {
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 10px;
  display: flex;
  top: 26px;
  bottom: -34px;
  left: 0%;
  right: 0;
}

.section-clients-block-copy {
  flex-shrink: 0;
  flex-basis: 48%;
}

.image-2 {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 23px;
  display: block;
}

.container-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  max-width: 100%;
  margin-top: 7px;
  display: block;
}

.image-4 {
  max-width: none;
}

.link {
  color: #fff;
  line-height: 18px;
  text-decoration: none;
}

.address {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.address:hover {
  color: #929598;
}

.image-57 {
  margin-top: 71px;
  margin-bottom: 12px;
  margin-left: 0;
}

.image-57.iwooh {
  margin-top: 0;
  display: block;
}

.link-15 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.link-15:hover {
  color: #929598;
}

.link-20 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-20:hover {
  color: #929598;
}

.link-20.w--current {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-20.w--current:hover {
  color: #929598;
}

.div-block-149 {
  clear: none;
  border-bottom: 1px solid var(--dark-slate-grey);
  align-items: center;
  margin-right: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.image-37 {
  width: 20px;
  margin-right: 15px;
}

.heading-20 {
  color: #929598;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 3px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.footblock {
  text-align: left;
  padding-right: 0;
  line-height: 18px;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  transition: all .2s;
}

.text-block-6:hover {
  color: var(--dark-grey);
}

.link-2 {
  text-decoration: none;
}

.link-19 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-19:hover {
  color: #929598;
}

.link-24 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.link-24:hover {
  color: #929598;
}

.link-24.w--current {
  color: #fff;
}

.link-24.w--current:hover {
  color: #929598;
}

.heading-21 {
  color: #929598;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.section-9 {
  background-image: linear-gradient(to bottom, var(--black-3), var(--black-3));
  color: var(--iwu-red);
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
}

.div-block-148 {
  border-bottom: 1px solid #354e84;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.div-block-148.div-block-149 {
  border-bottom-color: var(--dark-slate-grey);
  margin-bottom: 0;
}

.div-block-147 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--red);
  color: var(--red);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 80%;
  margin-top: 11px;
  padding-bottom: 83px;
  padding-left: 36px;
  padding-right: 0;
  display: grid;
}

.text-span-5 {
  color: #929598;
  text-decoration: none;
}

.text-span-6 {
  color: #fff;
  font-weight: 300;
}

.text-span-6:hover {
  color: #929598;
}

.link-block-14 {
  margin-top: 36px;
  margin-left: 10px;
}

.text-span-7 {
  font-size: 13px;
}

.text-block-7 {
  background-color: var(--black-3);
  color: var(--iwu-yellow);
  text-align: center;
  margin-left: 0;
  line-height: 26px;
  text-decoration: none;
}

.text-block-7.mobile {
  display: none;
}

.text-span-8 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-span-8:hover {
  color: var(--red);
}

.text-span-9 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-span-9:hover {
  color: var(--red);
}

.text-span-10, .text-span-11 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.text-span-12 {
  color: var(--red);
  text-transform: none;
  font-family: Signpainter housescript, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.text-span-12.iwu {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-span-12.iwu._2 {
  color: #fff;
  font-weight: 300;
}

.text-span-12.iwu.black {
  color: var(--black);
}

.text-span-13 {
  color: var(--red);
  margin-top: 16px;
  font-size: 22px;
  display: inline-block;
}

.italic-text {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
}

.italic-text-2 {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.text-span-14 {
  color: var(--dark-grey);
}

.text-span-15 {
  color: var(--black);
  font-size: 20px;
  font-weight: 900;
}

.text-block-8 {
  color: var(--text-color);
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
}

.text-block-8.top {
  border-bottom-style: solid;
  margin-top: 35px;
  font-size: 16px;
}

.text-block-8.top.rental {
  text-transform: none;
  border-top-style: none;
  border-bottom-style: none;
}

.text-block-8._12 {
  background-color: var(--black-3);
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: 0;
  padding-top: 0;
}

.text-block-8._12._1 {
  color: var(--black);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.text-block-8._12._13 {
  color: var(--text-color);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-top: 10px;
  margin-bottom: 4px;
}

.text-block-8.resourses {
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 30px;
}

.text-block-8.iwu {
  border-top-style: none;
  display: inline-block;
}

.image-58 {
  margin-top: 50px;
  margin-bottom: 21px;
}

.container-3 {
  display: flex;
}

.text-span-16 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
}

.italic-text-3 {
  color: var(--black);
}

.link-25, .link-26 {
  text-decoration: none;
}

.text-span-17 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

.text-span-17.maps {
  margin-bottom: 0;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30 {
  color: var(--goldenrod);
}

.bold-text {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text:hover {
  color: var(--red);
}

.bold-text-2 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-2:hover {
  color: var(--red);
}

.bold-text-3 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-3:hover {
  color: var(--red);
}

.bold-text-4 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-4:hover {
  color: var(--red);
}

.bold-text-5 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-5:hover {
  color: var(--red);
}

.bold-text-6 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-6:hover {
  color: var(--red);
}

.bold-text-7 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-7:hover {
  color: var(--red);
}

.bold-text-8 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-8:hover {
  color: var(--red);
}

.bold-text-9 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-9:hover {
  color: var(--red);
}

.bold-text-10 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-10:hover {
  color: var(--red);
}

.bold-text-11 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-11:hover {
  color: var(--red);
}

.bold-text-12 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-12:hover {
  color: var(--red);
}

.bold-text-13 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.bold-text-13:hover {
  color: var(--red);
}

.bold-text-14 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-14:hover {
  color: var(--red);
}

.bold-text-15 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-15:hover {
  color: var(--red);
}

.bold-text-16 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-16:hover {
  color: var(--red);
}

.bold-text-17 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-17:hover {
  color: var(--red);
}

.bold-text-18 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-18:hover {
  color: var(--red);
}

.bold-text-19 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-19:hover {
  color: var(--red);
}

.bold-text-20 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-20:hover {
  color: var(--red);
}

.bold-text-21 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-21:hover {
  color: var(--red);
}

.bold-text-22 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-22:hover {
  color: var(--red);
}

.bold-text-23 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-23:hover {
  color: var(--red);
}

.bold-text-24 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-24:hover {
  color: var(--red);
}

.bold-text-25 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
  display: inline-block;
}

.bold-text-25:hover, .text-span-31 {
  color: var(--red);
}

.text-span-32 {
  color: var(--red);
  font-size: 20px;
}

.text-block-9 {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.text-block-10 {
  font-size: 16px;
}

.columns {
  width: 800px;
}

.italic-text-4 {
  color: var(--text-color);
  font-size: 16px;
}

.italic-text-4._2 {
  color: var(--black);
}

.italic-text-4.dot {
  color: var(--goldenrod);
}

.bold-text-26 {
  color: var(--black);
  font-size: 18px;
}

.italic-text-5 {
  font-size: 14px;
}

.text-span-33 {
  color: var(--red);
  font-size: 20px;
  line-height: 24px;
}

.bold-text-27 {
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
}

.italic-text-6 {
  line-height: 20px;
}

.italic-text-6.dot {
  color: var(--goldenrod);
}

.text-span-34 {
  line-height: 20px;
}

.bold-text-28 {
  color: var(--black);
}

.text-span-35 {
  display: inline-block;
}

.dot {
  color: var(--goldenrod);
}

.bold-text-29 {
  color: var(--red);
}

.columns-2 {
  width: 600px;
}

.bold-text-30, .bold-text-31, .bold-text-32 {
  color: var(--black);
}

.text-span-36, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  font-size: 16px;
}

.text-block-15 {
  color: var(--text-color);
  margin-bottom: 26px;
  line-height: 33px;
  display: inline-block;
}

.text-span-37 {
  color: var(--red);
}

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

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

.image-62 {
  margin-top: 0;
  margin-bottom: 14px;
  display: block;
}

.section-10 {
  text-align: center;
  display: inline-block;
}

.heading-22 {
  text-shadow: 1px 1px 6px #000;
  margin-left: -41px;
  font-size: 75px;
  line-height: 65px;
}

.heading-23 {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 67px;
  font-weight: 900;
  line-height: 72px;
}

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

.bold-text-33 {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.sub {
  color: var(--red);
  font-family: Signpainter housescript, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.sub._1 {
  padding-left: 0;
  padding-right: 0;
}

.text-span-38 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Signpainter housescript, sans-serif;
  font-size: 40px;
}

.text-span-39 {
  color: var(--red);
  margin-top: -24px;
  padding-top: 0;
  font-family: Signpainter housescript, sans-serif;
  font-size: 40px;
  display: inline-block;
}

.text-span-40, .text-span-41 {
  color: var(--red);
  font-family: Signpainter housescript, sans-serif;
  font-size: 40px;
}

.div-block-154 {
  background-image: url('../images/Ride-The-Bull-13.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-154.river-trips {
  background-image: url('../images/DSC_0022.JPG');
  background-position: 50%;
  background-size: cover;
  margin-left: 4px;
}

.div-block-154.iwu-u {
  background-image: url('../images/IWU-U-Lesson.JPG');
  background-size: 1136px;
}

.div-block-154._1 {
  background-image: url('../images/Ride-The-Bull-3.jpg');
}

.div-block-154._2 {
  background-image: url('../images/Ride-The-Bull-15.jpg');
}

.div-block-133 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(53, 78, 132, .73), rgba(53, 78, 132, .73));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 63px 10px;
  display: flex;
}

.heading-6 {
  color: var(--goldenrod);
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 16px;
  text-decoration: underline;
  display: block;
}

.text-span-42 {
  font-size: 14px;
  line-height: 16px;
}

.text-block-16 {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: auto;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.text-block-17 {
  color: var(--text-color);
  margin-top: 16px;
  padding-right: 52px;
  font-size: 16px;
}

.card-1 {
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  align-items: center;
  margin-top: 8px;
  margin-left: 24px;
  padding-bottom: 14px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.team-member-shot {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.team-member-shot.watson {
  background-image: url('../images/10456273_10100368653672284_1945305473964799887_n-150x150.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-member-shot.watson._2 {
  background-image: none;
}

.no-margin-bottom {
  color: #a2a2a2;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 18px;
  line-height: 20px;
}

.no-margin-top {
  color: #a2a2a2;
  text-align: left;
  margin-top: 0;
}

.image-64 {
  margin-right: 21px;
}

.image-65, .image-66 {
  margin-right: 0;
}

.image-67 {
  margin-right: 0;
  padding-right: 0;
}

.bold-text-34 {
  font-size: 20px;
}

.bold-text-34._1 {
  font-size: 16px;
}

.bold-text-35 {
  font-size: 20px;
}

.bold-text-35._1 {
  font-size: 18px;
}

.bold-text-36 {
  font-size: 20px;
}

.bold-text-36._1 {
  font-size: 16px;
  line-height: 20px;
}

.bold-text-37 {
  font-size: 20px;
}

.bold-text-37._1 {
  margin-left: 0;
  font-size: 16px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column._3 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-2 {
  align-self: stretch;
  padding-right: 0;
}

.column-2._21 {
  padding-left: 0;
  padding-right: 0;
}

.image-68 {
  margin-bottom: 45px;
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  text-align: center;
  align-self: center;
}

.columns-3 {
  justify-content: space-around;
  align-items: baseline;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-18 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.text-block-18:hover {
  color: var(--red);
  font-weight: 700;
}

.icon {
  background-color: var(--red);
}

.dropdown-link {
  background-color: var(--red);
  color: #fff;
  font-size: 12px;
}

.dropdown-link:hover {
  color: var(--red);
  background-color: #fff;
}

.dropdown-link:visited {
  background-color: var(--goldenrod);
  color: var(--black);
}

.dropdown-link.dd {
  border-top: 1px solid var(--crimson);
  border-bottom: 1px solid var(--crimson);
}

.dropdown-link-2 {
  background-color: var(--red);
  color: #fff;
  font-size: 12px;
}

.dropdown-link-2.dd {
  border-top: 1px none var(--crimson);
  border-bottom: 1px solid var(--crimson);
}

.dropdown-link-2.dd:hover {
  color: var(--red);
  background-color: #fff;
}

.dropdown-link-2.dd:visited {
  background-color: var(--goldenrod);
  color: var(--black);
}

.dropdown-link-3 {
  font-size: 12px;
}

.dropdown-link-3.dd {
  border-top: 1px none var(--crimson);
  border-bottom: 1px solid var(--crimson);
  background-color: var(--red);
  color: #fff;
}

.dropdown-link-3.dd:hover {
  color: var(--red);
  background-color: #fff;
}

.dropdown-link-3.dd:visited {
  background-color: var(--goldenrod);
  color: var(--black);
}

.dropdown-link-4 {
  font-size: 12px;
}

.dropdown-link-4.dd {
  border-bottom: 1px solid var(--crimson);
  background-color: var(--red);
  color: #fff;
}

.dropdown-link-4.dd:hover {
  color: var(--red);
  background-color: #fff;
}

.dropdown-link-4.dd:visited {
  background-color: var(--goldenrod);
  color: var(--black);
}

.dropdown-link-5 {
  font-size: 12px;
}

.dropdown-link-5.dd {
  border-bottom: 1px solid var(--crimson);
  background-color: var(--red);
  color: #fff;
}

.dropdown-link-5.dd:hover {
  color: var(--red);
  background-color: #fff;
}

.dropdown-link-5.dd:visited {
  background-color: var(--goldenrod);
  color: var(--black);
}

.dropdown-link-6 {
  font-size: 12px;
}

.dropdown-link-6.dd {
  border-bottom: 1px solid var(--crimson);
  background-color: var(--red);
  color: #fff;
}

.dropdown-link-6.dd:hover {
  color: var(--red);
  background-color: #fff;
}

.dropdown-link-6.dd:visited {
  background-color: var(--goldenrod);
  color: var(--black);
}

.dropdown-link-7 {
  font-size: 12px;
}

.dropdown-link-7.dd {
  border-bottom: 1px solid var(--crimson);
  background-color: var(--red);
  color: #fff;
}

.dropdown-link-7.dd:hover {
  color: var(--red);
  background-color: #fff;
}

.dropdown-link-7.dd:visited {
  background-color: var(--goldenrod);
  color: var(--black);
}

.heading-24 {
  color: var(--black);
  align-items: flex-start;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.italic-text-7 {
  padding-top: 0;
  font-size: 14px;
  display: inline-block;
}

.bold-text-38 {
  color: var(--red);
  font-weight: 400;
}

.image-69, .image-70 {
  margin-bottom: 10px;
}

.div-block-156 {
  border: 1px solid var(--black);
  text-align: left;
  border-radius: 5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: inline;
}

.div-block-156._12 {
  border-style: solid;
  margin-top: 7px;
  padding-bottom: 20px;
  display: inline-block;
}

.div-block-157 {
  margin-left: 0;
}

.column-4, .link-block-15, .column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.link-27 {
  color: #fff;
  text-decoration: none;
}

.link-27:hover {
  color: var(--dark-grey);
}

.div-block-160 {
  border-top: 1px solid #000;
}

.columns-4 {
  margin-top: 64px;
}

.container-5 {
  text-align: center;
  margin-top: 58px;
  margin-bottom: 50px;
}

.image-71, .image-72 {
  margin-left: 50px;
}

.field-label-6 {
  color: var(--black);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.text-field-50 {
  border: 1px solid var(--dark-grey);
  font-size: 12px;
}

.text-field-6 {
  border: 1px solid var(--dark-grey);
  margin-bottom: 10px;
}

.field-label-4 {
  color: #000;
  margin-top: 10px;
}

.select-field-10 {
  border: 1px solid var(--red);
}

.submit-button {
  background-color: var(--red);
  color: var(--white);
  border-radius: 5px;
  margin-top: 24px;
}

.submit-button:hover {
  border: 1px solid var(--red);
  color: var(--red);
  background-color: #fff;
}

.heading-4 {
  margin-top: 40px;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.columns-5 {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.columns-6 {
  align-self: auto;
}

.text-field-2 {
  border: 1px solid #a1bb3b;
  align-self: auto;
  margin-bottom: 10px;
}

.checkbox-field {
  margin-top: 10px;
}

.paragraph-6 {
  color: var(--red);
  font-size: 16px;
  line-height: 20px;
}

.heading-25 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
}

.columns-7 {
  align-self: auto;
  align-items: flex-end;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-4 {
  margin-top: 10px;
}

.field-label-2 {
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.div-block-2 {
  border: 1px solid #dcdee0;
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-2.top {
  border-color: var(--goldenrod);
  color: var(--goldenrod);
  margin-bottom: 10px;
}

.div-block-2._1 {
  margin-top: 40px;
}

.form-block-2 {
  flex-direction: column;
  display: flex;
}

.column-8 {
  flex-direction: row;
  align-items: stretch;
  display: block;
}

.form-2 {
  background-color: #fff;
  flex-direction: column;
  padding: 50px 20px;
  display: flex;
}

.field-label-7, .field-label-8, .field-label-9, .field-label-10 {
  color: var(--black);
  font-weight: 400;
}

.radio-button-label {
  color: var(--black);
  margin-bottom: 0;
}

.radio-button {
  border-width: 1px;
  border-color: var(--black);
  color: var(--black);
  border-radius: 0%;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-161 {
  background-color: var(--black-3);
  text-align: center;
  padding-bottom: 7px;
}

.columns-8 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--crimson);
  background-color: var(--black-3);
  padding-top: 28px;
  padding-bottom: 28px;
}

.text-span-43 {
  color: var(--goldenrod);
}

.divider-line-2 {
  font-size: 10px;
  line-height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  background-color: #373a46;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: auto;
  margin-top: 29px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.heading-9 {
  color: #191919;
  align-self: flex-start;
  font-size: 28px;
  font-weight: 700;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1170px;
  min-height: 50px;
  margin: 0 auto 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-6.engineers-are-people-too {
  align-items: center;
  margin-bottom: 0;
}

.lightbox-link-7 {
  background-image: url('../images/caribou3.jpg');
  background-position: 0 0;
  background-size: cover;
  align-self: center;
  width: 300px;
  height: 300px;
}

.lightbox-link-7.img-3 {
  background-image: url('../images/Ride-The-Bull-14.jpg');
  background-size: cover;
  flex-direction: column;
  align-self: center;
  width: 100%;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.lightbox-link-7.img-3.c3 {
  background-image: url('../images/IMG_4215.jpg');
}

.lightbox-link-7.img-3.sc3 {
  background-image: url('../images/IMG_2443.jpg');
  background-position: 50% 0;
}

.lightbox-link-7.img-3.stair3 {
  background-image: url('../images/IMG_3259.jpg');
  background-position: 100%;
}

.lightbox-link-7.img-3.mp3 {
  background-image: url('../images/IWURafting---1-3.jpg');
}

.lightbox-link-7.img-3.cab3 {
  background-image: url('../images/IMG_4075sm.jpg');
}

.lightbox-link-7.img-9 {
  background-image: url('../images/Ride-The-Bull-6.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 100%;
  text-decoration: none;
}

.lightbox-link-7.img-9.stair9 {
  background-image: url('../images/IMG_2540.jpg');
}

.lightbox-link-7.img-9.mp9 {
  background-image: url('../images/IMG_9168.jpg');
}

.lightbox-link-7.img-11 {
  background-image: url('../images/Ride-The-Bull-3.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 100%;
  text-decoration: none;
}

.lightbox-link-7.img-11.stair12 {
  background-image: url('../images/IMG_2687.jpg');
  background-position: 50%;
}

.lightbox-link-7.img-11.mp12 {
  background-image: url('../images/IMG_1824.jpg');
}

.lightbox-link-7.img-12 {
  background-image: url('../images/IMG_2468.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 350px;
  text-decoration: none;
}

.lightbox-link-7.img-12._19 {
  background-image: url('../images/Jeremy-and-John-with-Stack-Rock-Group.jpg');
  background-size: cover;
}

.lightbox-link-7.img-12._119._120 {
  background-image: url('../images/Andy-and-John---Cornholl-KINGS.jpg');
  background-position: 50% 1%;
}

.lightbox-link-7.img-12._1 {
  background-image: url('../images/Ride-The-Bull-4.jpg');
  background-position: 50% 93%;
  background-size: cover;
}

.lightbox-link-7.img-12._124 {
  background-image: url('../images/Dave-with-Niece.jpg');
  background-position: 50% 0;
}

.lightbox-link-7.img-12._118 {
  background-image: url('../images/Andy-with-His-Friends-Pet-Coyote.jpg');
}

.lightbox-link-7.img-12._116 {
  background-image: url('../images/Tom-and-Brooke-in-Santa-Monica.jpg');
  background-position: 50% 100%;
}

.lightbox-link-7.img-12._123 {
  background-image: url('../images/Dave-Slalom-Skiing.jpg');
}

.lightbox-link-7.img-12._2 {
  background-image: url('../images/Ride-The-Bull-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-7.img-12._115 {
  background-image: url("https://assets-global.website-files.com/6610b94757dfeb91cd8b24ee/6610b94757dfeb91cd8b261a_Dave's%20Lake%20Yoga.jpg");
}

.lightbox-link-7.img-12._117 {
  background-image: url('../images/Rich-in-Alaska.jpg');
  background-position: 50% -2%;
}

.lightbox-link-7.img-12._7 {
  background-image: url('../images/John-and-niece.JPG');
  background-position: 50% 15%;
  background-size: cover;
}

.lightbox-link-7.img-12._9 {
  background-image: url('../images/Jeremy-and-Son-snowboarding.jpg');
  background-size: cover;
}

.lightbox-link-7.img-12._121 {
  background-image: url('../images/Jeremy-with-Kids-at-Fair.jpg');
  background-position: 50% 32%;
}

.lightbox-link-7.img-12._6 {
  background-image: url('../images/Adam-in-Military.JPG');
  background-position: 50% -46%;
  background-size: cover;
}

.lightbox-link-7.img-12._111 {
  background-image: url('../images/Andy-and-His-Wife-With-a-Cheetah-in-South-Africa.jpg');
}

.lightbox-link-7.img-12._15 {
  background-image: url('../images/John-quaffing.JPEG');
  background-position: 50% 29%;
  background-size: cover;
}

.lightbox-link-7.img-12._16 {
  background-image: url('../images/David-and-Andy-shooting.jpg');
  background-position: 50% -36%;
  background-size: cover;
}

.lightbox-link-7.img-12._12 {
  background-image: url('../images/Forrest-framing-days.JPG');
  background-size: cover;
}

.lightbox-link-7.img-12._8 {
  background-image: url('../images/Forrest-and-daughter-camping.JPG');
  background-size: cover;
}

.lightbox-link-7.img-12._108 {
  background-image: url('../images/Tom-and-Shelley-Universal.jpg');
}

.lightbox-link-7.img-12._10 {
  background-image: url('../images/Adam-with-sister.JPG');
  background-size: cover;
}

.lightbox-link-7.img-12._114 {
  background-image: url('../images/Tom-and-Angie-with-Family-rafting-Staircase-South-Fork.jpg');
}

.lightbox-link-7.img-12._122 {
  background-image: url('../images/Toms-Happy-Place.jpg');
  background-position: 50% 40%;
}

.lightbox-link-7.img-12._4 {
  background-image: url('../images/Forrest-fishing.JPG');
  background-size: cover;
}

.lightbox-link-7.img-12._110 {
  background-image: url('../images/Forrest-and-His-Familiy-at-The-Boise-Hawks.jpg');
}

.lightbox-link-7.img-12._13 {
  background-image: url('../images/Andy-bungee-jumping.JPG');
  background-size: cover;
}

.lightbox-link-7.img-12._109 {
  background-image: url('../images/Andy-and-His-Wife-Cross-Country-Skiing.jpg');
  background-position: 50% 42%;
}

.lightbox-link-7.img-12._17 {
  background-image: url('../images/Adam-with-friends.JPG');
  background-size: cover;
}

.lightbox-link-7.img-12._3 {
  background-image: url('../images/Jeremy-and-family.jpg');
  background-size: cover;
}

.lightbox-link-7.img-12._18 {
  background-image: url('../images/x-Andy-with-dogs.JPG');
  background-position: 50% 23%;
  background-size: cover;
}

.lightbox-link-7.img-12._18._101 {
  background-image: url('../images/Dave--Nicolle-Golfing.jpg');
}

.lightbox-link-7.img-12._18._101._104 {
  background-image: url('../images/John-and-Friends-at-Pikes-Market.jpg');
}

.lightbox-link-7.img-12._18._101._102 {
  background-image: url('../images/Jeremy-with-Wife-Hiking-in-Hawaii.jpg');
  background-position: 50% 94%;
}

.lightbox-link-7.img-12._18._101._106 {
  background-image: url('../images/Rich--Wife-in-McCall.jpg');
}

.lightbox-link-7.img-12._18._101._103 {
  background-image: url('../images/Tom-and-Family-in-front-of-the-Millenium-Falcon.jpeg');
}

.lightbox-link-7.img-12._18._101._105 {
  background-image: url('../images/Jeremy-with-kids-and-dog-at-cabin.jpg');
}

.lightbox-link-7.img-12._18._100 {
  background-image: url('../images/Boise-Hawks-baseball-game.jpg');
}

.lightbox-link-7.img-12._14 {
  background-image: url('../images/Jeremy-and-son-at-Oregon-football-game.JPG');
  background-position: 50% 7%;
  background-size: cover;
}

.lightbox-link-7.img-12._112._1012 {
  background-image: url('../images/Rich--Natasha-at-Bronco-Game.jpg');
}

.lightbox-link-7.img-12._113 {
  background-image: url('../images/David-and-Jeremy-at-BOMA-Golf-Scramble.jpg');
}

.lightbox-link-7.img-12._11 {
  background-image: url('../images/John-throwing-steelhead-onto-ice.JPG');
  background-position: 50% 42%;
  background-size: 320px;
}

.lightbox-link-7.img-12._125 {
  background-image: url('../images/Rich-fishing-with-nephew.jpg');
  background-position: 50% 34%;
}

.lightbox-link-7.img-12._5 {
  background-image: url('../images/Jeremy-and-daughter-at-Portland-State-lacross-game.jpg');
  background-position: 50% -30%;
  background-size: cover;
}

.lightbox-link-7.img-5 {
  background-image: url('../images/Ride-The-Bull-13.jpg');
  background-size: cover;
  align-self: center;
  width: 100%;
  text-decoration: none;
}

.lightbox-link-7.img-5.sc6 {
  background-image: url('../images/IMG_2435.jpg');
  background-position: 50%;
}

.lightbox-link-7.img-5.stair6 {
  background-image: url('../images/IMG_0966.jpg');
}

.lightbox-link-7.img-5.mp6 {
  background-image: url('../images/IMG_9363.jpg');
}

.lightbox-link-7.img-5.mp6.cab6 {
  background-image: url('../images/IMG_4123sm.jpg');
  background-position: 50%;
}

.lightbox-link-7.img-1 {
  background-image: url('../images/Ride-The-Bull-8.jpg');
  background-position: 50% 79%;
  background-size: cover;
  align-self: center;
  width: 100%;
  height: 300px;
  text-decoration: none;
}

.lightbox-link-7.img-1.swirley-canyon.sc1 {
  background-image: url('../images/IWURafting---3-1.jpg');
}

.lightbox-link-7.img-1.c1 {
  background-image: url('../images/IMG_0009.jpg');
}

.lightbox-link-7.img-1.stair1 {
  background-image: url('../images/IMG_5631.jpg');
}

.lightbox-link-7.img-1.mp1 {
  background-image: url('../images/IMG_0123.jpg');
}

.lightbox-link-7.img-1.mp1.cabarton {
  background-image: url('../images/IMG_1073sm.jpg');
}

.lightbox-link-7.img-8 {
  background-image: url('../images/IWURafting---1-3.jpg');
  background-size: cover;
  align-self: center;
  width: 100%;
  text-decoration: none;
}

.lightbox-link-7.img-8.stair8 {
  background-image: url('../images/IMG_2390.jpg');
}

.lightbox-link-7.img-8.mp8 {
  background-image: url('../images/IMG_7646.jpg');
}

.lightbox-link-7.img-7 {
  background-image: url('../images/Ride-The-Bull-11.jpg');
  background-position: 0 20px;
  background-size: cover;
  align-self: center;
  width: 100%;
  text-decoration: none;
}

.lightbox-link-7.img-7.sc7 {
  background-image: url('../images/IMG_2444.jpg');
  background-position: 50% 59%;
}

.lightbox-link-7.img-7.stair7 {
  background-image: url('../images/IMG_1383.jpg');
  background-position: 50% 0;
}

.lightbox-link-7.img-7.mp7 {
  background-image: url('../images/IMG_9407.jpg');
}

.lightbox-link-7.img-10 {
  background-image: url('../images/Ride-The-Bull-5.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 100%;
  text-decoration: none;
}

.lightbox-link-7.img-10.stair10 {
  background-image: url('../images/IMG_2634.jpg');
}

.lightbox-link-7.img-10.mp10 {
  background-image: url('../images/IMG_1429.jpg');
}

.lightbox-link-7.img-13 {
  background-image: url('../images/Ride-The-Bull-2.jpg');
  background-position: 50% 33%;
  background-size: cover;
  align-self: center;
  width: 100%;
  text-decoration: none;
}

.lightbox-link-7.img-13.stair11 {
  background-image: url('../images/IMG_2682.jpg');
}

.lightbox-link-7.img-13.mp11 {
  background-image: url('../images/IMG_1795.jpg');
}

.lightbox-link-7.img-4 {
  background-image: url('../images/Ride-The-Bull-10.jpg');
  background-size: cover;
  align-self: center;
  width: 100%;
  text-decoration: none;
}

.lightbox-link-7.img-4.c4 {
  background-image: url('../images/IMG_8821.jpg');
}

.lightbox-link-7.img-4.sc4 {
  background-image: url('../images/IMG_2419.jpg');
  background-position: 50%;
}

.lightbox-link-7.img-4.stair4 {
  background-image: url('../images/IMG_7431.jpg');
}

.lightbox-link-7.img-4.mp4 {
  background-image: url('../images/IMG_6399.jpg');
  background-position: 50%;
}

.lightbox-link-7.img-4.mp4.cab4 {
  background-image: url('../images/IMG_4078sm.jpg');
}

.lightbox-link-7.img-6 {
  background-image: url('../images/Ride-The-Bull-12.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 100%;
  text-decoration: none;
}

.lightbox-link-7.img-6.c5 {
  background-image: url('../images/IMG_1672.jpg');
}

.lightbox-link-7.img-6.sc5 {
  background-image: url('../images/IMG_2427.jpg');
}

.lightbox-link-7.img-6.stair5 {
  background-image: url('../images/IMG_7459.jpg');
}

.lightbox-link-7.img-6.mp5 {
  background-image: url('../images/IMG_9209.jpg');
}

.lightbox-link-7.img-6.mp5.cab5 {
  background-image: url('../images/IMG_4079sm.jpg');
}

.lightbox-link-7.img-2 {
  background-image: url('../images/IMG_8303.jpg');
  background-position: 50% 10%;
  background-size: cover;
  flex-direction: column;
  align-self: center;
  width: 100%;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.lightbox-link-7.img-2.sc2 {
  background-image: url('../images/IMG_2438.jpg');
  background-position: 50%;
}

.lightbox-link-7.img-2.stair2 {
  background-image: url('../images/IMG_4178.jpg');
}

.lightbox-link-7.img-2.mp2 {
  background-image: url('../images/IMG_5821.jpg');
}

.lightbox-link-7.img-2.cab2 {
  background-image: url('../images/IMG_4071sm.jpg');
}

.lightbox-link-7.img-2.bull2 {
  background-image: url('../images/Ride-The-Bull-15.jpg');
}

.image-73 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-7 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.image-74 {
  margin-top: 0;
  margin-bottom: 0;
}

.link-29 {
  text-decoration: none;
}

.recaptcha {
  margin-top: 25px;
  margin-bottom: 0;
}

.columns-9 {
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-10 {
  margin-top: 50px;
}

.footer-2 {
  background-color: var(--black-3);
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  padding: 60px 20px 50px;
  display: block;
  overflow: hidden;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.link-block-17 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.dropdown-toggle {
  font-weight: 300;
}

.column-16 {
  object-fit: fill;
  background-image: url('../images/Ride-The-Bull-15.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 63px 0;
}

.columns-11 {
  margin-left: 0;
  margin-right: 0;
}

.image-76 {
  margin-left: 45px;
  padding-left: 0;
}

.section-11 {
  background-image: url('../images/New-IWU-Map.jpg');
  background-position: 50%;
  background-size: contain;
}

.container-9 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-10 {
  object-fit: fill;
  display: block;
}

.footer-3 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.text-span-44 {
  color: var(--red);
  font-size: 30px;
}

.text-block-21, .text-block-22 {
  color: var(--dark-slate-grey);
}

.container-11 {
  display: flex;
}

.image-77 {
  display: block;
}

.grid-5 {
  background-image: url('../images/MAP_1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.image-78 {
  margin-left: 306px;
  padding-left: 0;
}

.image-79 {
  display: inline-block;
}

.image-80 {
  margin-top: 3px;
  margin-bottom: 182px;
  margin-left: 109px;
}

.image-81 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-82 {
  transform-style: preserve-3d;
  margin-left: 64px;
  transition: opacity .2s;
}

.html-embed {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.text-block-23 {
  color: #929598;
  margin-top: 0;
}

.container-12 {
  margin-top: 75px;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-83 {
  transform: translate(186px, 14px);
}

.image-84 {
  transform: translate(0, -86px);
}

.image-85 {
  flex: 1;
  width: auto;
  max-width: none;
  height: 100vh;
  margin-top: 219px;
  margin-left: 32px;
  margin-right: -18px;
  padding-left: 0;
  padding-right: 0;
  transition: flex-grow .2s;
  display: none;
  transform: rotate(-89deg);
}

.image-85._1 {
  display: block;
  transform: rotate(0);
}

.section-12 {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.image-86 {
  opacity: 1;
  padding-left: 43px;
  transition: all .5s;
  display: inline;
  transform: translate(0);
}

.image-86:hover {
  opacity: 1;
  transform: scale(1.3);
}

.paragraph-7 {
  opacity: 0;
  color: var(--dark-slate-grey);
}

.paragraph-7:hover {
  opacity: 1;
}

.grid-7 {
  background-image: url('../images/MAP_1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding: 344px 0;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.image-87 {
  margin-top: -122px;
  margin-left: -376px;
  padding-left: 0;
  position: static;
}

.image-88 {
  margin-top: -114px;
  margin-bottom: 12px;
  margin-left: -120px;
  position: static;
}

.image-89 {
  z-index: 10;
  position: static;
}

.image-90 {
  margin: -452px 0 0 -1213px;
  padding-top: 0;
  position: static;
}

.image-91 {
  margin-top: -218px;
  margin-left: -631px;
}

.section-13 {
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.image-92 {
  margin-top: 411px;
  margin-left: -779px;
}

.image-93 {
  margin-top: -133px;
  margin-left: 0;
}

.image-94 {
  margin-top: 546px;
  margin-left: 37px;
}

.image-95 {
  flex: none;
  margin-top: 904px;
  margin-left: 178px;
  margin-right: 0;
}

.image-96 {
  margin-top: 381px;
  margin-left: -116px;
}

.image-97 {
  margin-top: 516px;
  margin-left: -229px;
}

.container-13 {
  flex: 0 auto;
  align-items: center;
  display: block;
}

.container-14 {
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 0 0 205px;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.image-98 {
  opacity: 1;
  flex: 1;
  align-self: stretch;
  margin-top: -24px;
  margin-left: 3px;
  padding-left: 0;
}

.section-14 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  padding-left: 342px;
  padding-right: 342px;
  display: flex;
}

.image-99 {
  cursor: zoom-in;
  flex: 1;
  align-self: stretch;
  margin-top: -22px;
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.image-100 {
  clear: none;
  cursor: zoom-in;
  border-radius: 0;
  flex: 1;
  order: 0;
  align-self: stretch;
  margin-top: -245px;
  margin-bottom: 188px;
  margin-left: 61px;
  padding-top: 0;
  transition: all .3s;
}

.image-101 {
  cursor: zoom-in;
  flex: 1;
  align-self: stretch;
  margin-top: -482px;
  margin-bottom: 343px;
  margin-left: 189px;
  transition: all .3s;
}

.image-102 {
  cursor: zoom-in;
  flex: 1;
  align-self: stretch;
  margin: -552px 0 260px 308px;
  transition: all .3s;
}

.image-103 {
  cursor: zoom-in;
  flex: 1;
  align-self: stretch;
  margin-top: 0;
  margin-left: 84px;
  transition: all .3s;
}

.image-104 {
  margin-top: -401px;
  margin-left: 456px;
}

.section-15 {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: static;
}

.heading-26 {
  color: var(--dark-slate-grey);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 21px;
}

.button-12 {
  color: #fff;
  background-color: #f65a68;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #bdbdbd;
}

.text-button-b12 {
  font-size: 20px;
  font-weight: 500;
}

.image-105 {
  opacity: 1;
  margin-left: 0;
}

.image-105:hover {
  opacity: 1;
  filter: saturate(200%);
}

.image-106 {
  opacity: 1;
  margin-top: -24px;
  margin-left: 1px;
}

.image-106:hover {
  opacity: 1;
  filter: saturate(200%);
}

.image-107 {
  float: none;
  clear: none;
  opacity: 1;
  margin-top: 0;
  position: static;
}

.image-107:hover {
  opacity: 1;
  filter: saturate(200%);
}

.image-108 {
  opacity: 1;
  margin-top: -7px;
  margin-bottom: 0;
  margin-left: -4px;
}

.image-108:hover {
  opacity: 1;
  filter: saturate(200%);
}

.lightbox-link-8 {
  flex: 0 auto;
  align-self: baseline;
  margin-top: 1px;
  margin-bottom: -192px;
  margin-left: 119px;
}

.lightbox-link-9 {
  flex-direction: column;
  flex: 0 auto;
  align-self: baseline;
  margin-top: -279px;
  margin-left: 42px;
  display: block;
}

.lightbox-link-10 {
  order: 0;
  align-self: baseline;
  margin-top: -38px;
  margin-left: 0;
}

.lightbox-link-11 {
  align-self: baseline;
  margin-top: -379px;
  margin-left: 125px;
}

.lightbox-link-12 {
  align-self: baseline;
  margin-top: -29px;
  margin-left: 404px;
}

.lightbox-link-13 {
  align-self: baseline;
  margin-top: -301px;
  margin-left: 607px;
}

.lightbox-link-14 {
  margin-top: -139px;
  margin-left: 792px;
}

.image-109 {
  opacity: 1;
}

.image-109:hover {
  opacity: 1;
  filter: saturate(200%);
}

.image-110 {
  opacity: 1;
}

.image-110:hover {
  opacity: 1;
  filter: saturate(200%);
}

.image-111 {
  opacity: .75;
}

.image-111:hover {
  opacity: 1;
}

.heading-27 {
  color: #2cb3ef;
  margin-left: 142px;
  text-decoration: underline;
}

.heading-27:hover {
  filter: saturate(200%);
}

.heading-28 {
  color: var(--iwu-red);
  margin-bottom: 0;
  text-decoration: underline;
}

.heading-28:hover {
  filter: saturate(200%);
}

.heading-29 {
  color: #7aac8e;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  text-decoration: underline;
}

.heading-29:hover {
  filter: saturate(200%);
}

.heading-30 {
  color: #3a9ca2;
  margin-left: 58px;
  text-decoration: underline;
}

.heading-30:hover {
  filter: saturate(200%);
}

.heading-31 {
  color: #f7941c;
  text-align: center;
  margin-bottom: 1px;
  text-decoration: underline;
}

.heading-31:hover {
  filter: saturate(200%);
}

.heading-32 {
  color: #4d53a3;
  text-align: center;
  margin-bottom: 0;
  text-decoration: underline;
}

.heading-32:hover, .heading-32:focus {
  filter: saturate(200%);
}

.text-block-24 {
  color: var(--black-2);
  text-align: center;
  font-size: 14px;
  line-height: 37px;
}

.div-block-162 {
  background-color: rgba(111, 208, 246, .35);
  border: 1px solid #6fd0f6;
  border-radius: 14px;
  margin-top: -187px;
  margin-bottom: 30px;
  margin-left: 353px;
  padding: 20px 30px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-162.top {
  margin-top: -190px;
}

.image-112 {
  padding-bottom: 25px;
}

.heading-33 {
  color: var(--black);
  text-align: center;
  font-size: 21px;
}

.columns-12 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-34 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  font-size: 21px;
}

.heading-35 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 218px;
  margin-left: 355px;
  font-size: 32px;
  font-weight: 700;
}

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

.text-block-26, .text-block-27, .text-block-28 {
  color: var(--black-2);
}

.image-113, .button-13, .lightbox-link-15, .image-114, .lightbox-link-16 {
  display: none;
}

.heading-36 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.section-16 {
  background-color: var(--goldenrod);
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-115 {
  margin-bottom: 0;
  padding-top: 0;
}

.image-116 {
  background-image: url('../images/MAP-Full-Revised-Layout-no-info-boxes-1.png');
  background-position: 0 0;
  background-size: cover;
}

.image-117 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.section-17 {
  object-fit: scale-down;
  height: auto;
  min-height: 88.5vh;
}

.image-118 {
  margin-top: 136px;
  margin-left: -54px;
  padding-bottom: 0;
}

.lightbox-link-17 {
  margin-top: 134px;
  margin-left: 162px;
}

.image-119 {
  opacity: 0;
  max-width: none;
  margin-left: -2px;
}

.image-119:hover {
  opacity: 1;
  filter: saturate(200%);
}

.container-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.lightbox-link-18 {
  align-self: center;
  margin-top: -569px;
  margin-left: -947px;
  transition: all .2s;
  position: static;
}

.lightbox-link-18:hover {
  filter: saturate(200%) blur(5px);
}

.lightbox-link-19 {
  align-self: center;
  margin-top: -5px;
  margin-left: -1204px;
  transition: all .2s;
}

.lightbox-link-19:hover {
  filter: saturate(200%) blur(5px);
}

.image-121 {
  position: static;
}

.lightbox-link-20 {
  align-self: center;
  margin-top: -130px;
  margin-left: -864px;
  transition: all .2s;
}

.lightbox-link-20:hover {
  filter: saturate(200%) blur(5px);
}

.lightbox-link-21 {
  align-self: center;
  margin-top: -31px;
  margin-left: -204px;
  transition: all .2s;
}

.lightbox-link-21:hover {
  filter: saturate(200%) blur(5px);
}

.lightbox-link-22 {
  align-self: center;
  margin-top: -191px;
  margin-left: 314px;
  transition: all .2s;
  position: absolute;
}

.lightbox-link-22:hover {
  filter: saturate(200%) blur(5px);
}

.image-122 {
  margin-top: -13px;
}

.image-123 {
  display: none;
}

.lightbox-link-23 {
  display: flex;
}

.image-124 {
  max-width: none;
}

.image-127 {
  object-fit: scale-down;
  margin-top: 0;
}

.lightbox-link-24 {
  object-fit: fill;
  align-self: center;
  margin-top: -616px;
  margin-bottom: 0;
  margin-left: -946px;
  transition: all .2s;
  position: static;
}

.lightbox-link-24:hover {
  filter: saturate(200%) blur(5px);
}

.container-17 {
  flex-direction: column;
  display: flex;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-128, .image-129 {
  margin-top: -407px;
}

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

.image-130 {
  margin-top: -306px;
}

.image-131 {
  margin-top: -310px;
  margin-left: 132px;
}

.image-132 {
  margin-top: -165px;
  margin-left: -209px;
}

.grid-11 {
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 175px;
}

.lightbox-link-25 {
  margin-top: -165px;
  margin-left: 0;
}

.lightbox-link-26 {
  margin-top: 0;
  margin-left: 0;
}

.lightbox-link-27 {
  margin-top: 0;
}

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

.lightbox-link-28 {
  margin-top: 197px;
  margin-left: -451px;
}

.lightbox-link-29 {
  margin-top: 187px;
}

.lightbox-link-30 {
  margin-top: -83px;
}

.lightbox-link-31 {
  margin-top: -73px;
  margin-left: -285px;
}

.lightbox-link-32 {
  margin-top: -322px;
  margin-left: -108px;
}

.image-133 {
  margin-top: 0;
  margin-left: 0;
}

.lightbox-link-33 {
  margin-top: 0;
}

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

.lightbox-link-34 {
  margin-top: 0;
  margin-left: -185px;
}

.image-134 {
  max-width: none;
  margin-left: 49px;
}

.image-135 {
  max-width: none;
  display: inline-block;
}

.image-136 {
  max-width: none;
}

.image-137, .image-138, .image-139 {
  max-width: 277.5px;
}

.image-140 {
  max-width: none;
}

.image-141 {
  max-width: 278px;
}

.image-142 {
  max-width: none;
}

.lightbox-link-35 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.lightbox-link-35:hover {
  box-shadow: 1px 1px 3px #000;
}

.lightbox-link-36 {
  margin-top: 0;
  margin-left: -259px;
}

.lightbox-link-37 {
  margin-top: -342px;
  margin-left: 1px;
}

.lightbox-link-38 {
  margin-top: -195px;
  margin-left: -109px;
}

.lightbox-link-39 {
  margin-top: -230px;
  margin-left: -628px;
}

.lightbox-link-40 {
  margin-top: -635px;
  margin-left: -222px;
}

.lightbox-link-41 {
  margin-top: -251px;
  margin-left: 231px;
}

.lightbox-link-42 {
  margin-top: -637px;
  margin-left: -681px;
}

.grid-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.lightbox-link-43 {
  margin-left: -145px;
  position: relative;
}

.lightbox-link-44 {
  margin-left: 0;
  margin-right: -16px;
  position: absolute;
  top: 0;
  left: 0;
}

.lightbox-link-45 {
  margin-top: -197px;
  margin-left: 309px;
  position: relative;
}

.image-143 {
  max-width: none;
}

.lightbox-link-46 {
  margin-top: -212px;
  margin-left: 309px;
  position: relative;
}

.lightbox-link-47 {
  margin-top: -139px;
  margin-left: -85px;
}

.lightbox-link-48 {
  margin-top: -192px;
  margin-left: -61px;
  position: relative;
}

.lightbox-link-49 {
  margin-top: -298px;
  margin-left: 60px;
  position: relative;
}

.lightbox-link-50 {
  margin-top: -208px;
  margin-left: -281px;
  position: relative;
}

.section-18 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-18 {
  flex-direction: column;
  display: flex;
}

.lightbox-link-51 {
  position: relative;
}

.grid-15 {
  grid-column-gap: 91px;
  grid-row-gap: 129px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-144 {
  margin-top: 0;
  margin-left: 0;
}

.image-145 {
  margin-top: -439px;
  margin-left: 832px;
}

.image-146 {
  margin-top: -119px;
}

.div-block-163 {
  display: flex;
}

.div-block-164 {
  flex: 1;
}

.section-19 {
  justify-content: center;
  align-items: center;
  padding-top: 234px;
  padding-bottom: 234px;
  display: flex;
}

.image-147 {
  max-width: none;
}

.image-148 {
  margin-left: 242px;
}

.columns-13 {
  margin-left: -20px;
}

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

.image-149 {
  margin-top: 0;
  margin-left: -14px;
}

.section-20 {
  object-fit: fill;
  background-image: url('../images/map-rapids.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-150 {
  display: block;
}

.image-151 {
  flex: 0 auto;
  align-self: center;
}

.section-21 {
  object-fit: fill;
  background-image: url('../images/map-rapids.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 607px;
  padding-bottom: 607px;
  position: static;
}

.image-152 {
  filter: contrast(200%);
  margin-bottom: -769px;
}

.image-153 {
  filter: grayscale();
  margin-top: 0;
}

.image-154 {
  filter: grayscale();
  margin-top: -278px;
}

.image-155 {
  margin-top: 0;
  margin-bottom: -9px;
  display: block;
}

.image-156 {
  opacity: 1;
  background-image: url('../images/OVERLAY-Cabarton-Section.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.image-157 {
  opacity: 1;
  margin-top: 0;
  display: block;
}

.image-157:hover {
  opacity: 1;
}

.section-22 {
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/map-rapids.png');
  background-position: 50%;
  background-size: 100%;
}

.image-158 {
  background-image: url('../images/map-rapids.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.image-159 {
  opacity: 1;
  background-image: url('../images/map-rapids.png');
  background-position: 0 0;
  background-size: cover;
}

.image-160 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Untitled-design-1.png');
  background-position: 0 0;
  background-size: cover;
}

.section-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-image: url('../images/IWU-MAP-2023_1.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline;
}

.modal-section {
  z-index: 100000;
  color: #9aaebc;
  background-color: rgba(40, 40, 40, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 150px 3%;
  font-size: 18px;
  line-height: 27px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.modal-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0060fd;
  border: 2px solid #0060fd;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-right: 24px;
  padding: 12px 38px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.modal-button:hover {
  color: #0060fd;
  background-color: rgba(0, 0, 0, 0);
}

.modal-link {
  color: #9aaebc;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

.modal-link:hover {
  color: #0060fd;
}

.modal-paragraph {
  color: var(--dark-slate-grey);
  margin-bottom: 30px;
}

.modal-container {
  background-color: #fff;
  border-radius: 40px;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.modal-heading {
  color: var(--dark-slate-grey);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 44px;
  font-weight: 600;
  line-height: 55px;
}

.modal-image-large {
  object-fit: cover;
  border-radius: 13px;
  max-width: 100%;
  height: 100%;
  margin-right: 40px;
}

.modal-buttons-wrap {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.galleries {
  color: var(--white);
  text-decoration: none;
}

.galleries:hover {
  color: var(--iwu-red);
  font-weight: 700;
}

.text-span-45 {
  color: var(--red);
  font-family: Signpainter housescript, sans-serif;
  font-size: 75px;
}

.text-block-30 {
  text-align: center;
  line-height: 19px;
}

.dropdown-link-8 {
  background-color: var(--red);
  color: var(--white);
}

.dropdown-link-8:hover {
  background-color: var(--white);
  color: var(--red);
}

.text-block-31 {
  margin-top: 7px;
  margin-left: -29px;
}

.image-161.fb {
  margin-left: 18px;
}

.bold-text-40 {
  color: var(--black);
}

.html-embed-2 {
  background-image: url('../images/IWU-MAP-2023_1.png');
  background-position: 0 0;
  background-size: auto;
}

.image-162 {
  background-image: url('../images/IWU-MAP-2023_1.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 43px;
}

.g1 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #00e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.g1:hover {
  border: 2px none var(--iwu-red);
  box-shadow: 0 0 10px 3px var(--iwu-red), 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.columns-14 {
  margin-top: 50px;
  margin-bottom: 34px;
  margin-left: -10px;
}

.column-17 {
  text-align: right;
  padding-right: 0;
}

.button-14 {
  background-color: var(--iwu-red);
  border-radius: 5px;
  padding-left: 38px;
  padding-right: 38px;
}

.button-14:hover {
  background-color: var(--goldenrod);
  color: var(--black);
}

.button-15 {
  background-color: var(--iwu-red);
  border-radius: 5px;
  margin-left: -2px;
  padding-left: 37px;
  padding-right: 37px;
}

.button-15:hover {
  background-color: var(--goldenrod);
  color: var(--black);
}

.button-16 {
  background-color: var(--iwu-red);
  border-radius: 5px;
  margin-left: -2px;
  padding-left: 38px;
  padding-right: 38px;
}

.button-16:hover {
  background-color: var(--goldenrod);
  color: var(--black);
}

.button-17 {
  background-color: var(--iwu-red);
  border-radius: 5px;
}

.button-17:hover {
  background-color: var(--goldenrod);
  color: var(--black);
}

.button-18 {
  background-color: var(--iwu-red);
  text-align: right;
  border-radius: 5px;
  margin-left: 3px;
  padding-left: 38px;
  padding-right: 38px;
}

.button-18:hover {
  background-color: var(--goldenrod);
  color: var(--black);
}

.column-18, .column-19 {
  text-align: center;
}

.column-20 {
  text-align: right;
}

.checkbox-field-2 {
  margin-bottom: 14px;
}

.link-block-18, .link-block-19 {
  text-decoration: none;
}

.bold-text-41 {
  color: var(--red);
}

html.w-mod-js [data-ix="hiderega"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-up-on-load"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1920px) {
  .container.bull {
    margin-top: 80px;
  }

  .hero {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(rgba(40, 40, 40, .2), rgba(40, 40, 40, .2)), url('../images/IMG_9407.jpg');
    background-position: 0 0, 50% 39%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    background-clip: border-box;
    position: static;
  }

  .button._2._3 {
    margin-top: 63px;
    margin-bottom: 0;
  }

  .section-featured-services.home {
    padding-bottom: 50px;
  }

  .commercial-services-header.resources {
    background-image: url('../images/Idaho-Whitewater-Paddles-Up.png');
    background-position: 50% 100%;
  }

  .commercial-services-header.info-maps.river-trips {
    background-image: url('../images/Idaho-Whitewater-Young-Family.png');
  }

  .commercial-services-header.info-maps.staircase {
    background-image: url('../images/Idaho-Whitewater-raft-in-Big-rapids.png');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }

  .commercial-services-header.info-maps.swirley {
    background-image: url('../images/Idaho-Whitewater-Rafts-in-the-Canyon.png');
  }

  .commercial-services-header.info-maps.the-canyon {
    background-image: url('../images/Idaho-Whitewater--Upended-Curve.png');
  }

  .heading {
    text-shadow: 6px 6px 8px #000;
  }

  .service.residential-3 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .service-header-right {
    margin-top: 26px;
  }

  .service-block-left {
    border: 1px #000;
    flex: 1;
    padding-right: 97px;
  }

  .button-2.book-trip {
    margin-bottom: 19px;
    padding-left: 33px;
    padding-right: 0;
  }

  .text-span-12 {
    text-transform: none;
    font-weight: 400;
  }

  .text-span-17.maps {
    margin-top: 20px;
  }

  .text-block-15 {
    text-transform: none;
    font-style: normal;
    text-decoration: none;
  }

  .heading-23 {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .card-1 {
    border: 1px #000;
  }

  .no-margin-bottom {
    padding-bottom: 15px;
    padding-left: 12px;
  }

  .image-65 {
    text-align: left;
  }

  .image-67 {
    margin-left: 0;
    margin-right: 17px;
    padding-bottom: 0;
  }

  .bold-text-37._1 {
    font-size: 18px;
  }

  .div-block-156 {
    border-style: solid;
    border-color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-156._1 {
    margin-bottom: 1px;
  }

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

  .grid-4 {
    grid-template: "."
                   "Area"
                   / 1fr 1fr 1fr;
  }

  .lightbox-link-7.img-3 {
    background-image: url('../images/IMG_4078sm.jpg');
  }

  .lightbox-link-7.img-3.c3 {
    background-image: url('../images/IMG_4215.jpg');
  }

  .lightbox-link-7.img-3.stair3 {
    background-image: url('../images/IMG_3259.jpg');
  }

  .lightbox-link-7.img-3.cab3 {
    background-image: url('../images/IMG_4075sm.jpg');
  }

  .lightbox-link-7.img-9.stair9 {
    background-image: url('../images/IMG_2540.jpg');
  }

  .lightbox-link-7.img-11.stair12 {
    background-image: url('../images/IMG_2687.jpg');
  }

  .lightbox-link-7.img-12._2 {
    background-image: none;
  }

  .lightbox-link-7.img-5 {
    background-image: url('../images/IMG_2435.jpg');
  }

  .lightbox-link-7.img-5.stair6 {
    background-image: url('../images/IMG_0966.jpg');
  }

  .lightbox-link-7.img-5.mp6 {
    background-image: url('../images/IMG_9363.jpg');
    background-position: 50%;
  }

  .lightbox-link-7.img-5.mp6.cab6 {
    background-image: url('../images/IMG_4123sm.jpg');
  }

  .lightbox-link-7.img-1 {
    background-image: url('../images/IMG_1672.jpg');
  }

  .lightbox-link-7.img-1.swirley-canyon {
    background-image: url('../images/IWURafting---3-1.jpg');
  }

  .lightbox-link-7.img-1.stair1 {
    background-image: url('../images/IMG_5631.jpg');
  }

  .lightbox-link-7.img-1.mp1 {
    background-image: url('../images/IMG_0123.jpg');
  }

  .lightbox-link-7.img-1.mp1.cabarton {
    background-image: url('../images/IMG_1073sm.jpg');
  }

  .lightbox-link-7.img-8.stair8 {
    background-image: url('../images/IMG_2390.jpg');
  }

  .lightbox-link-7.img-7 {
    background-image: url('../images/IMG_2444.jpg');
    background-position: 50%;
  }

  .lightbox-link-7.img-7.stair7 {
    background-image: url('../images/IMG_1383.jpg');
  }

  .lightbox-link-7.img-7.mp7 {
    background-image: url('../images/IMG_9407.jpg');
  }

  .lightbox-link-7.img-10.stair10 {
    background-image: url('../images/IMG_2634.jpg');
  }

  .lightbox-link-7.img-13.stair11 {
    background-image: url('../images/IMG_2682.jpg');
  }

  .lightbox-link-7.img-4 {
    background-image: url('../images/IMG_2419.jpg');
  }

  .lightbox-link-7.img-4.c4 {
    background-image: url('../images/IMG_8303.jpg');
  }

  .lightbox-link-7.img-4.stair4 {
    background-image: url('../images/IMG_7431.jpg');
  }

  .lightbox-link-7.img-4.mp4 {
    background-image: url('../images/IMG_6399.jpg');
  }

  .lightbox-link-7.img-4.mp4.cab4 {
    background-image: url('../images/IMG_4078sm.jpg');
    background-position: 50%;
  }

  .lightbox-link-7.img-6 {
    background-image: url('../images/IMG_2427.jpg');
  }

  .lightbox-link-7.img-6.c5 {
    background-image: url('../images/IMG_0009.jpg');
  }

  .lightbox-link-7.img-6.stair5 {
    background-image: url('../images/IMG_7459.jpg');
  }

  .lightbox-link-7.img-6.mp5 {
    background-image: url('../images/IMG_9209.jpg');
  }

  .lightbox-link-7.img-6.mp5.cab5 {
    background-image: url('../images/IMG_4079sm.jpg');
  }

  .lightbox-link-7.img-2 {
    background-image: url('../images/IMG_4079sm.jpg');
    background-position: 50%;
  }

  .lightbox-link-7.img-2.sc2 {
    background-image: url('../images/IMG_2438.jpg');
  }

  .lightbox-link-7.img-2.stair2 {
    background-image: url('../images/IMG_4178.jpg');
  }

  .lightbox-link-7.img-2.cab2 {
    background-image: url('../images/IMG_4071sm.jpg');
  }

  .section-15 {
    padding-top: 250px;
    padding-bottom: 60px;
  }

  .button-13, .lightbox-link-15 {
    display: none;
  }

  .section-17 {
    object-fit: fill;
    background-image: none;
    min-height: auto;
    position: static;
  }

  .lightbox-link-17 {
    margin-top: -1px;
    margin-left: 4px;
  }

  .container-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: scale-down;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .lightbox-link-18 {
    opacity: 1;
    object-fit: fill;
    align-self: center;
    margin-top: -829px;
    margin-left: -1371px;
    transition: all .2s;
    position: static;
  }

  .lightbox-link-18:hover {
    opacity: 1;
    filter: saturate(200%) blur(5px);
  }

  .lightbox-link-19 {
    opacity: 1;
    object-fit: fill;
    align-self: center;
    margin-top: -9px;
    margin-left: -1695px;
    margin-right: 52px;
    transition: all .2s;
  }

  .lightbox-link-19:hover {
    opacity: 1;
    filter: blur(5px) saturate(200%);
  }

  .image-120 {
    opacity: 1;
    position: static;
  }

  .image-121 {
    opacity: 1;
    display: block;
    position: relative;
  }

  .lightbox-link-20 {
    opacity: 1;
    object-fit: fill;
    align-self: center;
    margin-top: -189px;
    margin-left: -1245px;
    transition: all .2s;
  }

  .lightbox-link-20:hover {
    opacity: 1;
    filter: saturate(200%) blur(5px);
  }

  .lightbox-link-21 {
    object-fit: fill;
    align-self: center;
    margin-top: -44px;
    margin-left: -293px;
    transition: all .2s;
    display: inline-block;
  }

  .lightbox-link-21:hover {
    filter: saturate(200%) blur(5px);
  }

  .lightbox-link-22 {
    clear: none;
    object-fit: fill;
    align-self: center;
    margin-top: -277px;
    margin-left: 457px;
    transition: all .2s;
    position: static;
  }

  .lightbox-link-22:hover {
    filter: saturate(200%) blur(5px);
  }

  .image-122 {
    position: static;
  }

  .image-123, .lightbox-link-23 {
    display: none;
  }

  .image-124 {
    object-fit: fill;
    max-width: none;
    position: static;
    overflow: visible;
  }

  .image-125, .image-126 {
    position: static;
  }

  .container-17 {
    display: none;
  }

  .grid-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lightbox-link-34 {
    margin-left: -161px;
    position: relative;
  }

  .image-136 {
    position: static;
  }

  .lightbox-link-35 {
    margin-left: 402px;
    position: relative;
  }

  .lightbox-link-36 {
    margin-left: -640px;
    position: relative;
  }

  .lightbox-link-37 {
    margin-top: -288px;
    margin-left: 402px;
    position: relative;
  }

  .lightbox-link-38 {
    margin-top: -140px;
    margin-left: 296px;
    position: relative;
  }

  .lightbox-link-39 {
    margin-top: -177px;
    margin-left: -607px;
    position: relative;
  }

  .lightbox-link-40 {
    position: relative;
  }

  .lightbox-link-41 {
    margin-top: -193px;
    margin-left: 534px;
    position: relative;
  }

  .lightbox-link-42 {
    margin-left: -1071px;
    position: relative;
  }

  .galleries {
    color: var(--white);
  }

  .galleries:hover {
    color: var(--red);
  }

  .text-span-45 {
    color: var(--red);
    text-shadow: 0 4px 4px var(--dark-grey);
    font-family: Signpainter housescript, sans-serif;
    font-size: 100px;
  }

  .text-block-30 {
    text-align: center;
    line-height: 20px;
  }

  .bold-text-39 {
    color: var(--black);
  }

  .link-30 {
    color: var(--red);
  }

  .image-161 {
    margin-left: 11px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 31px;
  }

  ul {
    flex-flow: wrap;
    display: flex;
  }

  .container {
    flex-direction: column;
    display: flex;
  }

  .container.section-clients {
    flex-direction: column;
  }

  .container.subheader-flexbox-mobile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .navlink {
    color: var(--black);
    padding-left: 40px;
    font-size: 17px;
    line-height: 60px;
  }

  .navlink.w--current {
    color: var(--saddle-brown);
    font-weight: 300;
  }

  .nav-menu {
    background-color: var(--goldenrod);
  }

  .hero {
    min-height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-cta {
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-cta-block {
    width: 100%;
  }

  .section-featured-services.home {
    margin-top: 0;
  }

  .divider-line {
    margin-bottom: 10px;
    display: flex;
  }

  .section-clients {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .section-clients-block {
    flex: 1;
    margin-bottom: 50px;
  }

  .footer-link-list {
    flex-direction: column;
  }

  .header {
    min-height: auto;
    display: block;
  }

  .subheader-p {
    margin-right: 20px;
  }

  .service.residential-3 {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
  }

  .service-header-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-content {
    text-align: center;
    flex-direction: column;
  }

  .service-block-left {
    flex-direction: column;
    flex: 1;
    display: block;
  }

  .list-item {
    margin-right: 25px;
  }

  .bullet-icon {
    margin-right: 8px;
  }

  .button-2.river-map {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 8px;
  }

  .button-2.driving-instructions, .button-2.google-map {
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-2.book-trip {
    margin: 10px 5px;
  }

  .company-page-section-1 {
    margin-top: 0;
  }

  .social-media-div-2 {
    flex-wrap: nowrap;
    margin-right: 25px;
    display: flex;
  }

  .menu-button {
    background-color: var(--black-3);
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-grey);
  }

  .unordered-list {
    flex-flow: wrap;
    display: flex;
  }

  .section-clients-block-copy {
    flex: 1;
    margin-bottom: 50px;
    padding-right: 30px;
  }

  .container-2 {
    flex-direction: column;
    transform: translate(0);
  }

  .image-57.iwooh {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 50px;
    display: flex;
  }

  .heading-20 {
    background-color: var(--black-3);
    margin-top: 50px;
    margin-bottom: 0;
  }

  .footblock {
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-6 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .heading-21 {
    margin-bottom: 15px;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .div-block-147 {
    width: 90%;
  }

  .text-block-7.mobile {
    display: none;
  }

  .text-block-15 {
    margin-top: 25px;
  }

  .div-block-154 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-154.river-trips {
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .div-block-154.iwu-u {
    display: flex;
  }

  .div-block-133 {
    flex: 0 auto;
    width: auto;
    height: auto;
    padding: 30px 0;
  }

  .heading-6 {
    line-height: 28px;
  }

  .image-63 {
    flex: 0 auto;
  }

  .text-block-18 {
    color: var(--black-3);
    font-weight: 400;
  }

  .icon {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-24 {
    justify-content: center;
    align-items: center;
  }

  .column-4 {
    flex: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-5 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .column-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-161 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .columns-8 {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .divider-line-2 {
    margin-bottom: 10px;
    display: flex;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .lightbox-link-7.img-3, .lightbox-link-7.img-9, .lightbox-link-7.img-11, .lightbox-link-7.img-12, .lightbox-link-7.img-5, .lightbox-link-7.img-1, .lightbox-link-7.img-8, .lightbox-link-7.img-7, .lightbox-link-7.img-10, .lightbox-link-7.img-13, .lightbox-link-7.img-4, .lightbox-link-7.img-6, .lightbox-link-7.img-2 {
    width: 100%;
  }

  .columns-9 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .column-11 {
    flex: 0 auto;
  }

  .columns-10 {
    background-color: var(--black-3);
  }

  .footer-2 {
    background-color: var(--black-3);
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .link-block-17 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle {
    color: var(--white);
    margin-left: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 17px;
    display: block;
  }

  .dropdown {
    color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    display: block;
  }

  .footer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-82 {
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 0;
    transition: all .3s;
    transform: rotate(0);
  }

  .image-82:hover {
    transform: skew(23deg);
  }

  .image-82:active {
    transform: rotateX(180deg)rotateY(180deg)rotateZ(180deg);
  }

  .container-14 {
    flex: 1;
    align-self: center;
    padding-right: 0;
    display: none;
    right: 0;
  }

  .image-100:hover {
    transform: translate(119px, -67px)scale(2);
  }

  .image-101:hover {
    transform: translate(119px, -95px)scale(2);
  }

  .section-15 {
    object-fit: fill;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: static;
    overflow: scroll;
  }

  .lightbox-link-8 {
    margin-bottom: -228px;
  }

  .lightbox-link-9 {
    margin-top: -279px;
  }

  .lightbox-link-13 {
    margin-top: -308px;
    margin-left: 561px;
    margin-right: -198px;
  }

  .image-110 {
    margin-right: 50px;
  }

  .div-block-162 {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    margin-top: -428px;
    display: flex;
    position: relative;
  }

  .text-block-25 {
    flex-direction: column;
    display: block;
    position: static;
  }

  .image-113 {
    display: block;
  }

  .lightbox-link-15 {
    display: flex;
  }

  .text-block-29, .image-114 {
    display: block;
  }

  .lightbox-link-16 {
    flex-direction: column;
    display: flex;
  }

  .icon-2 {
    color: var(--white);
  }

  .container-16 {
    display: none;
  }

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

  .galleries:hover {
    color: var(--red);
  }
}

@media screen and (max-width: 767px) {
  .body {
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .container.navbar-flexbox {
    display: flex;
  }

  .container.section-clients {
    flex-direction: column;
  }

  .container.subheader-flexbox {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .container.blog-flexbox, .container.contact-flex {
    flex-direction: column;
  }

  .container.subheader-flexbox-mobile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .social-media-div {
    margin-bottom: 25px;
  }

  .main-header-left {
    flex-direction: row;
    align-items: center;
  }

  .hero {
    background-image: url('../images/Ride-The-Bull-15.jpg');
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-cta {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-featured-services.home {
    margin-top: 0;
  }

  .featured-services-wrapper {
    flex-direction: column;
  }

  .featured-service {
    flex: 1;
    margin-bottom: 50px;
  }

  .featured-projects-wrapperr {
    flex-direction: column;
  }

  .featured-project {
    flex: 1;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .section-clients-block {
    flex: 1;
    margin-bottom: 50px;
  }

  .testimonial-slide {
    clear: none;
    object-fit: fill;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .contact-form {
    flex-direction: column;
  }

  .footer-text-link-block {
    margin-bottom: 5px;
  }

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

  .footer-extended-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact {
    justify-content: center;
  }

  .header {
    flex-direction: column;
    min-height: auto;
    display: block;
  }

  .heading {
    line-height: 100px;
  }

  .subheader-p {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .service.residential-3 {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-group {
    flex-direction: column;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2.river-map, .button-2.driving-instructions, .button-2.google-map, .button-2.book-trip {
    margin-left: 0;
  }

  .service-page-content-wrapper {
    flex-direction: column;
  }

  .slide-nav-2 {
    top: auto;
    bottom: 260%;
    left: 0;
    right: 0;
  }

  .related-projects-wrapper {
    flex-direction: column;
  }

  .related-project-block {
    flex: 1;
    margin-bottom: 20px;
  }

  .company-page-section-1 {
    margin-top: 0;
  }

  .blog-left-div {
    width: 100%;
    padding-right: 0%;
  }

  .blog-right-div {
    width: 100%;
  }

  .page-numbers-div {
    margin-bottom: 51px;
  }

  .social-media-div-2 {
    flex-wrap: wrap;
  }

  .take-care-wrapper {
    flex-direction: column;
  }

  .take-care {
    flex: 1;
    margin-bottom: 29px;
  }

  .menu-button {
    background-color: var(--black-3);
    display: block;
  }

  .section-clients-block-copy {
    flex: 1;
    margin-bottom: 50px;
  }

  .slider-2 {
    height: auto;
    margin-top: 40px;
  }

  .sm-icon {
    max-width: 80%;
    max-height: 80px;
  }

  .image-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    display: block;
  }

  .image-57.iwooh {
    margin-bottom: 0;
  }

  .link-15 {
    line-height: 3vw;
  }

  .footblock {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .link-19 {
    line-height: 3vw;
  }

  .link-24.w--current {
    line-height: 3vh;
  }

  .div-block-148.div-block-149 {
    line-height: 18px;
  }

  .text-span-7 {
    line-height: 3vw;
  }

  .text-block-7.mobile {
    display: none;
  }

  .text-span-12 {
    line-height: 40px;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    margin-right: 152px;
  }

  .div-block-154.river-trips {
    margin-left: 0;
  }

  .text-block-17 {
    padding-right: 0;
  }

  .column._3 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .column-2 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
    display: flex;
  }

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

  .div-block-156 {
    text-align: left;
  }

  .column-4, .column-5 {
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .column-6 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link-27 {
    font-size: 12px;
    line-height: 3vw;
  }

  .container-6 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-28 {
    text-decoration: none;
  }

  .columns-9 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .link-block-16 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-2 {
    padding: 40px 20px;
    display: block;
  }

  .footer-image {
    object-fit: contain;
  }

  .text-block-20 {
    overflow: visible;
  }

  .footer-3 {
    padding: 40px 20px;
  }

  .image-82 {
    flex: 0 auto;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .image-85 {
    display: block;
  }

  .image-85._1 {
    display: none;
  }

  .container-14 {
    object-fit: scale-down;
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
    overflow: visible;
  }

  .section-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-15 {
    object-fit: fill;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 300px;
    padding-bottom: 300px;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .lightbox-link-9 {
    margin-top: -258px;
  }

  .lightbox-link-13 {
    margin-top: -307px;
    margin-right: -311px;
  }

  .div-block-162 {
    margin-top: -378px;
  }

  .image-113, .button-13 {
    display: none;
  }

  .text-block-29 {
    color: var(--red);
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 21px;
  }

  .modal-section {
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .modal-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-image-large {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  .body {
    object-fit: fill;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container {
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.navbar-flexbox {
    background-color: var(--black-3);
    flex-direction: column;
    justify-content: space-between;
    min-height: 40px;
    margin-bottom: 0;
  }

  .container.hero-bottom-container {
    font-size: 16px;
  }

  .container.page-header {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .container.page-header._1 {
    align-items: center;
  }

  .container.interested-flexbox._4 {
    margin-bottom: 0;
  }

  .container._8 {
    text-align: center;
    flex-direction: column;
    min-height: auto;
    margin-bottom: 0;
  }

  .social-media-div {
    text-align: center;
    padding-right: 22px;
  }

  .main-header-left {
    justify-content: center;
  }

  .nav-menu {
    object-fit: fill;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    display: block;
    top: 100%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero {
    object-fit: fill;
    background-image: url('../images/Ride-The-Bull-9.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    flex: 0 auto;
    align-items: center;
    min-height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .hero-cta {
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-cta-block {
    text-align: left;
    background-image: none;
    background-size: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .button.home {
    background-color: var(--red);
    color: #fff;
  }

  .button.home:hover {
    border-color: var(--red);
    color: var(--red);
    background-color: #fff;
  }

  .button._2 {
    text-align: left;
    flex-direction: row;
    display: inline-block;
  }

  .section-featured-services.home {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .text-white._1 {
    margin-top: -83px;
  }

  .text-white._1._2 {
    margin-top: 0;
  }

  .divider-line {
    margin-top: 10px;
  }

  .featured-services-wrapper {
    margin-bottom: 20px;
  }

  .footer-text {
    text-align: left;
    margin-bottom: 0;
    line-height: 20px;
  }

  .footer-column {
    padding-top: 25px;
  }

  .footer-column-1 {
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: block;
  }

  .commercial-services-header.info-maps.reservations {
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
    height: 50vh;
    padding-left: 3px;
    padding-right: 5px;
    display: inline-block;
  }

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

  .subheader-p {
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .service.residential-3 {
    flex-direction: row;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .service-icon {
    width: 80px;
    height: 80px;
  }

  .service-header-right {
    align-items: center;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .service-block-left {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 26px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .service-block-right {
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button-2 {
    margin-bottom: 20px;
    line-height: 19px;
  }

  .button-2.river-map {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-right: 0;
    padding-left: 33px;
    padding-right: 33px;
    display: flex;
  }

  .button-2.driving-instructions {
    justify-content: center;
    width: auto;
    margin-right: 0;
    padding-left: 21px;
    padding-right: 21px;
    display: flex;
  }

  .button-2.google-map {
    justify-content: center;
    width: auto;
    margin-right: 0;
    padding-left: 33px;
    padding-right: 33px;
    display: flex;
  }

  .button-2.google-map.water-levels {
    padding-left: 33px;
    padding-right: 33px;
  }

  .button-2.book-trip {
    justify-content: center;
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .button-2.book-trip.view-map {
    display: flex;
  }

  .section-related-projects {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .title-double {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-page-section-1 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

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

  .mask-3._1 {
    overflow: hidden;
  }

  .client-testimonials-div {
    flex-direction: column;
  }

  .clients-testimonials-section {
    flex-direction: column;
    display: flex;
  }

  .red-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .subheader-p2 {
    margin-right: 0;
  }

  .menu-button {
    background-color: var(--black-3);
    margin-bottom: 0;
  }

  .image-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .heading-3 {
    margin-top: 31px;
  }

  .image-57 {
    margin-top: 0;
    margin-bottom: -50px;
  }

  .image-57.iwooh {
    margin-bottom: 0;
  }

  .heading-20 {
    font-size: 2vw;
  }

  .footblock {
    margin-top: 68px;
    padding-right: 0;
  }

  .text-block-6 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .heading-21 {
    font-size: 5vw;
  }

  .section-9 {
    padding-bottom: 2px;
  }

  .div-block-147 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-bottom: 55px;
  }

  .text-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7.desktop {
    display: none;
  }

  .text-block-7.mobile {
    display: block;
  }

  .text-span-12 {
    text-transform: none;
  }

  .text-block-8._12 {
    margin-bottom: 0;
  }

  .image-59 {
    margin-top: 13px;
  }

  .text-span-17 {
    line-height: 30px;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .text-block-12 {
    margin-bottom: 71px;
    display: inline-block;
  }

  .text-block-15 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .heading-23 {
    margin-top: 0;
    margin-left: 0;
    font-size: 60px;
    line-height: 70px;
  }

  .text-span-39 {
    font-size: 40px;
  }

  .div-block-154.river-trips {
    margin-left: 0;
  }

  .div-block-133 {
    flex: 0 auto;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 20px;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 5vw;
  }

  .text-block-16 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .image-63 {
    margin-top: 24px;
  }

  .card-1 {
    align-items: center;
  }

  .team-member-shot {
    align-self: stretch;
    height: auto;
  }

  .image-66 {
    margin-right: 0;
  }

  .div-block-155 {
    margin-right: 18px;
  }

  .column {
    margin-top: 39px;
  }

  .column._3 {
    justify-content: center;
    align-self: center;
    margin-top: 50px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-2 {
    padding-top: 15px;
    padding-left: 0;
  }

  .columns-3 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-24 {
    margin-top: 0;
  }

  .div-block-156 {
    margin-top: 25px;
  }

  .div-block-157 {
    text-align: left;
    margin-left: 0;
  }

  .div-block-158, .div-block-159 {
    text-align: left;
  }

  .column-4, .column-5 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .image-71 {
    margin-top: 24px;
    margin-right: 43px;
  }

  .image-72 {
    margin-left: 0;
  }

  .form-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-9 {
    display: block;
  }

  .column-10 {
    display: inline-block;
  }

  .div-block-161 {
    padding-bottom: 7px;
  }

  .divider-line-2 {
    flex: 0 auto;
    align-self: auto;
    margin-top: 10px;
  }

  .text-block-19 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .image-13 {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .heading-9 {
    color: #191919;
    align-self: flex-start;
    font-size: 26px;
  }

  .container-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-6.engineers-are-people-too {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    height: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 10px;
    display: flex;
    overflow: visible;
  }

  .lightbox-link-7.img-3, .lightbox-link-7.img-9, .lightbox-link-7.img-11 {
    width: 100%;
    height: 50vh;
    margin-bottom: 10px;
  }

  .lightbox-link-7.img-12 {
    width: 100%;
    height: 50vh;
  }

  .lightbox-link-7.img-5 {
    width: 100%;
    height: 50vh;
    margin-bottom: 10px;
  }

  .lightbox-link-7.img-1 {
    flex-direction: column;
    align-self: center;
    width: 100%;
    height: 50vh;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .lightbox-link-7.img-8, .lightbox-link-7.img-7, .lightbox-link-7.img-10, .lightbox-link-7.img-13, .lightbox-link-7.img-4, .lightbox-link-7.img-6, .lightbox-link-7.img-2 {
    width: 100%;
    height: 50vh;
    margin-bottom: 10px;
  }

  .link-block-16 {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-2 {
    text-align: left;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .dropdown {
    flex: 0 auto;
  }

  .image-75 {
    text-align: center;
    flex: 0 auto;
  }

  .text-block-20 {
    flex-direction: column;
    display: block;
  }

  .column-12, .column-13, .column-14, .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .image-76 {
    margin-left: 0;
  }

  .footer-3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-82 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .section-13 {
    flex-direction: row;
    display: none;
  }

  .container-14 {
    padding-left: 0;
    display: flex;
  }

  .section-14 {
    object-fit: fill;
    flex-wrap: nowrap;
    flex: 1;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .image-99 {
    margin-top: -21px;
    margin-left: 20px;
  }

  .image-100 {
    margin-top: -215px;
    margin-left: 69px;
  }

  .image-101 {
    margin-top: -443px;
    margin-left: 189px;
  }

  .image-102 {
    margin-top: -491px;
    margin-left: 294px;
  }

  .section-15 {
    object-fit: scale-down;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: relative;
    left: 10px;
    right: 0;
    overflow: visible;
  }

  .lightbox-link-9 {
    margin-top: -245px;
  }

  .lightbox-link-11 {
    margin-top: -370px;
    margin-left: 111px;
  }

  .lightbox-link-12 {
    margin-top: -37px;
  }

  .lightbox-link-13 {
    margin-top: -295px;
    margin-left: 562px;
  }

  .div-block-162 {
    flex-direction: column;
    margin-top: -414px;
    margin-right: 0;
    padding-right: 30px;
    display: flex;
  }

  .image-113 {
    display: none;
  }

  .container-15 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .text-block-29 {
    color: var(--red);
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
  }

  .lightbox-link-16 {
    margin-top: 60px;
  }

  .modal-button {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .modal-paragraph {
    margin-bottom: 40px;
  }

  .modal-container {
    padding-top: 10px;
  }

  .modal-buttons-wrap {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .text-span-45 {
    line-height: 50px;
  }

  .text-block-31 {
    margin-left: 76px;
  }
}

#w-node-_6160eb21-8ff0-82c8-f3e2-008f55e5ce08-55e5cdc2:hover {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e6613646-c192-d2c6-60e7-f4e26fe5d4f9-cd8b24fa, #w-node-_0a00ce1f-724a-2d5b-8d64-cc1ddcca427a-cd8b24fa, #w-node-_6a34cb75-31da-cbae-f08b-345ba834e6fd-cd8b24fa, #w-node-_20bfa3ac-cb6a-10d7-e65c-1beedf0f0ea4-cd8b24fa, #w-node-_6497a5d6-df58-8451-82b5-f2655f7264e4-cd8b24fa, #w-node-e7b8e339-1caa-3cf9-7ecd-ee26546f88b6-cd8b24fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-bfbc8ba5-c9aa-1808-dd75-6a9ac43aecf9-cd8b24f6 {
    grid-area: Area;
  }
}


@font-face {
  font-family: 'Sign painter';
  src: url('../fonts/Sign-Painter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Signpainter housescript';
  src: url('../fonts/SignPainter-HouseScript.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}