@font-face {
  font-family: Camping;
  src: url('../fonts/Camping.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #1ec000;
  --gray-outdoors: #5b6168;
  --red\<deleted\|variable-933633bd-13f4-7338-92f1-824b8a39424b\>: #de132f;
  --real-light-gray: #f1f1f1;
  --light-gray: #e9e9e9;
  --blue: #4f78a2;
  --black-40a\<deleted\|variable-08a66568\>: #0006;
  --light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>: #eee2e4;
  --white: white;
  --dark-gray: #575757;
  --gray-for-rule-line: #b6b6b6;
  --color\<deleted\|variable-3e868160-e95a-dc7c-46e0-56762fc60593\>: #00cc74;
  --trans: #fff0;
  --black: black;
  --color: #ff67bd;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Inter;
  font-size: 17px;
  line-height: 1.5;
  display: flex;
}

h1 {
  font-variation-settings: normal;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-variation-settings: normal;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

h5 {
  color: var(--green);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 3px;
  font-family: Fira Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  font-variation-settings: normal;
  text-align: left;
  max-width: 100ch;
  margin-bottom: 10px;
  font-weight: 500;
}

a {
  text-decoration: underline;
}

li {
  font-weight: 500;
}

strong {
  font-family: Libre Franklin;
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

figure {
  max-width: 100px;
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 5px;
  font-style: italic;
  font-weight: 400;
}

.main {
  border-style: none;
  border-width: 0 0 0 7px;
  border-color: var(--gray-outdoors) var(--red\<deleted\|variable-933633bd-13f4-7338-92f1-824b8a39424b\>);
  background-color: var(--real-light-gray);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.header {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.section {
  border-style: none solid none none;
  border-width: 1px 1px 1px 20px;
  border-color: black black black var(--light-gray);
  background-color: var(--real-light-gray);
  font-variation-settings: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  display: flex;
}

.footer {
  background-color: var(--blue);
  box-shadow: 0 0 20px 0 var(--black-40a\<deleted\|variable-08a66568\>);
  flex-flow: column;
  margin-top: auto;
  padding: 10px;
  font-family: "Styrene 100";
  font-weight: 400;
  display: flex;
  position: sticky;
}

.article {
  border-style: none none none solid;
  border-width: 0 0 0 2px;
  border-color: var(--gray-outdoors) var(--gray-outdoors) var(--gray-outdoors) var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  background-color: var(--white);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 0;
  outline: 3px #333;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  height: 0;
  min-height: 50px;
  max-height: none;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Styrene 400";
  display: block;
}

.figcaption {
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.3;
}

.address {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.head_h2 {
  z-index: 10;
  color: var(--gray-outdoors);
  font-variation-settings: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  position: static;
  top: 63px;
}

.nav_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav {
  border-style: none;
  border-width: 0 0 1px;
  border-color: transparent transparent var(--light-gray);
  background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  outline-offset: 0px;
  outline: 0 #333;
  justify-content: flex-start;
  align-self: stretch;
  display: block;
  position: sticky;
  top: 0;
}

.nav_dropdown-icon {
  color: var(--blue);
  margin-top: 25px;
  font-family: "Styrene-a 700-ital";
}

.nav_brand-link {
  width: 125px;
  height: 50px;
  position: static;
}

.nav_link {
  padding-top: 20px;
  text-decoration: none;
}

.nav_link:hover {
  color: #3898ec;
}

.nav_link.w--current {
  padding-top: 40px;
}

.nav_dropdown-list {
  background-color: #0000;
  margin-top: 0;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  margin-top: -10px;
}

.nav_menu {
  background-color: var(--dark-gray);
  flex: none;
  order: 1;
  align-self: auto;
  margin-left: 129px;
  display: inline-flex;
}

.nav_dropdown-link {
  color: var(--blue);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding: 0 20px 10px 30px;
  font-family: "Styrene-a 400";
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav_dropdown-link:hover {
  color: #3898ec;
  background-color: #eef2ff;
}

.nav_link-label {
  color: var(--blue);
  font-family: "Styrene-a 400";
  font-size: 18px;
  font-weight: 700;
}

.nav_brand-image {
  outline-offset: 0px;
  background-color: #0000001a;
  border: 1px solid #000;
  outline: 3px #d9d9d9;
  width: auto;
  max-width: none;
  height: 100px;
  display: block;
}

.figure {
  display: block;
}

.h1 {
  z-index: 0;
  color: #9a94cc;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 15px;
  font-family: Bitter Thin;
  font-style: italic;
  font-weight: 300;
  position: static;
  inset: auto;
}

.rtb {
  border-left: 1px none var(--gray-for-rule-line);
  background-color: var(--white);
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Fira Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.rtb blockquote {
  border-top: 1px none var(--red\<deleted\|variable-933633bd-13f4-7338-92f1-824b8a39424b\>);
  border-bottom: 1px solid var(--green);
  border-left-width: 5px;
  border-left-color: var(--green);
  background-color: var(--white);
  color: var(--green);
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
}

.rtb li {
  color: var(--gray-outdoors);
  letter-spacing: .5px;
  max-width: 60ch;
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.rtb a {
  border-style: dotted;
  border-width: 0 0 2px;
  border-color: black black var(--blue);
  color: var(--blue);
  mix-blend-mode: normal;
  font-weight: 400;
  text-decoration: none;
}

.rtb a:hover {
  border-bottom: 2px solid var(--color\<deleted\|variable-3e868160-e95a-dc7c-46e0-56762fc60593\>);
  background-color: var(--gray-outdoors);
  color: var(--white);
}

.rtb h4 {
  color: var(--green);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.rtb h6 {
  color: var(--green);
  letter-spacing: .5px;
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.rtb strong {
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
}

.rtb.hero {
  text-align: center;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Bebas Neue, sans-serif;
}

.rtb.no-indent {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 20px;
}

.rtb h3 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.rtb h2 {
  color: var(--green);
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.rtb h1 {
  color: var(--green);
  margin-top: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.body {
  background-color: var(--light-gray);
  background-image: linear-gradient(#000, #fff);
  font-family: Montserrat variablefont wght;
}

.heading, .heading-2 {
  font-family: Montserrat variablefont wght;
  font-weight: 600;
}

.heading-3 {
  font-weight: 600;
}

.paragraph {
  font-weight: 500;
}

.block-quote {
  font-weight: 600;
}

.text-block {
  color: var(--light-gray);
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 100;
}

.heading-4 {
  line-height: 1.1;
}

.heading-5 {
  color: var(--red\<deleted\|variable-933633bd-13f4-7338-92f1-824b8a39424b\>);
  font-family: Syne;
  font-size: 14px;
  line-height: 1.1;
}

.heading-6 {
  color: var(--red\<deleted\|variable-933633bd-13f4-7338-92f1-824b8a39424b\>);
  font-size: 15px;
  line-height: 1.1;
}

.heading-7 {
  letter-spacing: .5px;
}

.bold-text {
  font-family: "Styrene-a 500";
}

.bold-text-2 {
  font-weight: 500;
}

.link {
  font-family: "Styrene-a 400";
}

.link.w--current {
  color: var(--red\<deleted\|variable-933633bd-13f4-7338-92f1-824b8a39424b\>);
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Syne;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.div-block-3 {
  background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: baseline;
  width: 90%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4 {
  background-color: var(--gray-outdoors);
  width: auto;
  height: auto;
}

.div-block-5 {
  background-color: var(--trans);
  width: auto;
  height: auto;
}

.div-block-6 {
  background-color: var(--blue);
  width: 100px;
  height: 100px;
}

.body-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.navbar1_menu-button {
  color: #52abd1;
  padding: 0;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  background-color: var(--white);
  margin-top: 10px;
}

.nav__dropdown-link {
  background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  color: var(--blue);
  border-bottom-style: none;
  padding: 7px 15px 7px 20px;
  font-family: Roboto Condensed;
  font-size: 15px;
  font-weight: 500;
}

.nav__dropdown-link:hover {
  background-color: #fff;
}

.nav__dropdown-link.w--current {
  background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  color: var(--blue);
}

.nav__dropdown-link.spacer {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.nav__dropdown-link.spacer.first {
  margin-top: 9px;
}

.nav_component {
  border-bottom: 10px solid var(--blue);
  background-color: var(--white);
  color: #52abd1;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  font-weight: 500;
  display: block;
  position: static;
}

.nav_logo-link {
  border-bottom-style: none;
  margin-top: 0;
  padding-left: 0;
}

.nav_container {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  border-bottom: 1px #000;
  width: 150px;
  margin-bottom: 10px;
}

.navbar_link {
  color: var(--blue);
  letter-spacing: 1px;
  background-color: #0000;
  border-bottom-style: none;
  padding: 8px 10px 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
}

.navbar_link:hover {
  background-color: #fff;
}

.navbar_link.w--current {
  background-color: var(--white);
  color: var(--blue);
  padding-bottom: 0;
}

.navbar_link.w--current:hover {
  background-color: var(--white);
}

.navbar_link.no-highlight {
  color: var(--blue);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto Condensed;
  font-size: 15px;
  font-weight: 500;
}

.navbar_link.no-highlight.w--current {
  color: #2aa3af;
  background-color: #f0eeee;
}

.navbar_link.no-highlight.w--current:hover {
  background-color: #fff;
}

.icon-2 {
  font-size: 24px;
}

.dropdown-chevron {
  color: #52abd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: -4px;
  display: flex;
}

.nav_menu-dropdown {
  color: #faf9f6;
  padding: 8px 10px;
}

.nav_menu-dropdown:hover {
  background-color: #f0eeee;
}

.nav_dropdown-toggle {
  grid-column-gap: .5rem;
  background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  align-items: center;
  padding: 0;
  display: flex;
}

.nav_dropdown-toggle:hover {
  background-color: #fff;
}

.navbar1_dropdown-list {
  font-size: 15px;
  line-height: 1.2;
}

.navbar1_dropdown-list.w--open {
  background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  border-style: solid;
  border-width: 1px;
  padding: 0;
}

.link_nav {
  color: var(--blue);
  border-bottom-style: none;
  padding: 8px 0;
  font-family: Roboto Condensed;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link_nav:hover {
  background-color: #fff;
}

.link_nav.w--current {
  background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  color: var(--blue);
}

.link_nav.w--current:hover {
  background-color: var(--white);
}

.logo {
  color: var(--black);
  letter-spacing: 1px;
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 5px 2px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.image {
  margin-top: 31px;
  padding-left: 33px;
}

.div-block-7 {
  border-bottom: 1px solid var(--red\<deleted\|variable-933633bd-13f4-7338-92f1-824b8a39424b\>);
}

.coda-image {
  border-bottom: 20px solid var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
}

.text-span {
  text-transform: uppercase;
  font-size: 20px;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0 auto auto 0;
}

.video-container {
  width: 100%;
  height: 0%;
  padding-bottom: 0%;
  overflow: hidden;
}

.iframe {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.responsive-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.responsive-iframe {
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.link-2 {
  color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  text-decoration: none;
}

.footer-link {
  color: var(--white);
  border: 1px #000;
  font-family: "Styrene 100";
  font-weight: 100;
  text-decoration: underline;
}

.link-footer {
  border-style: none none dashed;
  border-width: 1px;
  border-color: var(--light-gray);
  color: var(--light-gray);
  font-family: Libre Franklin;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.social {
  background-color: var(--gray-outdoors);
  width: 50px;
  height: 50px;
  margin: 14px;
}

.social-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.wrapper-flex-2-col {
  justify-content: flex-start;
  display: flex;
}

.col-right {
  flex: 1;
  order: 0;
  align-self: auto;
  padding-right: 0;
}

.image-2 {
  width: 100%;
}

.col-left {
  width: 25%;
  margin-top: 40px;
}

.col-left.no_top_margin {
  margin-top: 0;
}

.church-people {
  margin-bottom: 10px;
}

.img_logo {
  width: 400px;
  max-width: 400px;
}

.figure-caption {
  font-family: Libre Franklin;
  font-style: italic;
  font-weight: 400;
}

.bold-text-3 {
  font-family: Syne;
}

.bold-text-4 {
  font-family: Libre Franklin;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.wrapper_slideshow {
  width: 100%;
  margin-top: 0;
  display: block;
}

.code-embed-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.figure-2 {
  margin-bottom: 30px;
}

.image-3, .image-4, .img_staff {
  width: 250px;
  max-width: 250px;
}

.link-block {
  color: var(--black);
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.logo-delhi_outdoors {
  color: var(--green);
  margin-top: 17px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.logo-link_block {
  text-decoration: none;
}

.heading-8 {
  color: var(--green);
  letter-spacing: .5px;
  font-family: Fira Sans Condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.bold-text-5, .bold-text-6 {
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
}

.listing-wrapper {
  border: 0px none var(--blue);
  border-radius: 0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rtb-listing {
  border-left: 1px none var(--gray-for-rule-line);
  background-color: var(--white);
  flex: 0 auto;
  margin: 0;
  padding: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.rtb-listing h1 {
  color: var(--green);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
}

.rtb-listing h2 {
  color: var(--green);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.rtb-listing h3 {
  color: var(--blue);
  letter-spacing: 0;
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.rtb-listing p {
  color: var(--gray-outdoors);
  letter-spacing: .5px;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 100ch;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.rtb-listing blockquote {
  border-top: 1px none var(--red\<deleted\|variable-933633bd-13f4-7338-92f1-824b8a39424b\>);
  border-bottom: 1px solid var(--green);
  border-left-width: 5px;
  border-left-color: var(--green);
  background-color: var(--white);
  color: var(--green);
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
}

.rtb-listing li {
  color: var(--gray-outdoors);
  letter-spacing: .5px;
  max-width: 60ch;
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.rtb-listing a {
  border-style: dotted;
  border-width: 0 0 2px;
  border-color: black black var(--blue);
  color: var(--blue);
  mix-blend-mode: normal;
  font-weight: 400;
  text-decoration: none;
}

.rtb-listing a:hover {
  border-bottom: 2px solid var(--color\<deleted\|variable-3e868160-e95a-dc7c-46e0-56762fc60593\>);
  background-color: var(--gray-outdoors);
  color: var(--white);
}

.rtb-listing h4 {
  color: var(--green);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.rtb-listing h6 {
  color: var(--green);
  letter-spacing: .5px;
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.rtb-listing strong {
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
}

.rtb-listing.hero {
  text-align: center;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.figure-3 {
  max-width: 50px;
}

.listing-image {
  vertical-align: baseline;
  max-width: 100%;
  max-height: none;
  display: block;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.listing {
  border: 1px solid var(--blue);
  flex: 0 49%;
  order: 1;
  align-self: stretch;
  width: auto;
  min-height: 100px;
  margin: 7px auto;
  padding: 10px;
}

.listing.background_blue {
  background-color: var(--blue);
}

.div-block-10 {
  width: 50%;
}

.listing-dingbats {
  font-family: Camping, Arial, sans-serif;
  font-size: 30px;
  display: inline;
}

.image-6 {
  display: inline;
}

.listing-svg {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
}

.listing-name {
  color: var(--green);
  margin-top: 11px;
  margin-bottom: 3px;
  font-family: Fira Sans, sans-serif;
  font-size: 24px;
}

.listing-blurb {
  color: var(--gray-outdoors);
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.listing-google_maps {
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
}

.listing-link-google_maps {
  border-bottom: 1px dashed var(--blue);
  color: var(--blue);
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.map {
  background-color: var(--trans);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.wrapper-map {
  background-color: var(--trans);
  margin-top: 10px;
}

.back_to_top {
  border-bottom: 1px dashed var(--blue);
  color: var(--blue);
  margin-top: 5px;
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.top {
  height: 3px;
}

.heading-9 {
  color: var(--green);
  letter-spacing: 0;
  margin-bottom: 3px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.wrapper-rtb {
  border: 1px solid var(--green);
  max-width: 80%;
  margin: 29px auto 31px;
}

.heading-10, .heading-11, .heading-12 {
  text-align: center;
}

.rtb-sponsors {
  text-align: left;
  margin-left: 0;
}

.rtb-sponsors h1 {
  color: var(--green);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.rtb-sponsors h2 {
  color: var(--green);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.rtb-sponsors h3 {
  color: var(--green);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.rtb-sponsors p {
  text-align: center;
  max-width: 100%;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.rtb-sponsors a {
  border-bottom: 1px dashed var(--blue);
  outline-offset: 0px;
  color: var(--blue);
  outline: 3px #4f78a2;
  text-decoration: none;
}

.div-block-11 {
  margin: 23px;
}

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

.legend {
  background-color: var(--blue);
  border: 2px solid #000;
  margin: 20px 5px 20px 10px;
}

.fishing {
  background-color: var(--blue);
  border: 2px solid #000;
  margin: 20px 10px 20px 5px;
}

.dingbat-water {
  max-width: 22px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
}

.spacer-green {
  background-color: var(--green);
  height: 2px;
  margin-top: 32px;
  margin-left: 135px;
  margin-right: 135px;
}

.rtb-talky {
  text-align: left;
  margin: 29px;
}

.rtb-talky h1 {
  color: var(--green);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.rtb-talky h2 {
  color: var(--green);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.rtb-talky h3 {
  color: var(--green);
  text-align: center;
  margin-top: 28px;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.rtb-talky p {
  text-align: left;
  max-width: 100%;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.rtb-talky a {
  border-bottom: 1px dashed var(--blue);
  outline-offset: 0px;
  color: var(--blue);
  outline: 3px #4f78a2;
  text-decoration: none;
}

.footer-link {
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  background-color: var(--white);
  color: var(--blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.fishing-head {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.wrapper-fishing {
  justify-content: space-between;
  margin-top: 11px;
  margin-bottom: 4px;
  display: flex;
}

.fish_listing {
  width: 50%;
  height: auto;
  min-height: auto;
  display: flex;
}

.fish-listing {
  width: 50%;
  min-height: 100px;
}

.fish_text {
  margin-left: 6px;
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.wrapper-all_fish {
  margin-left: 0;
}

.link-fish {
  border-bottom: 1px dashed var(--blue);
  color: var(--blue);
  text-decoration: none;
}

.logo-sponsor {
  width: 100px;
  margin-top: 30px;
  margin-bottom: 0;
}

.logo-sponsor.wider {
  width: 200px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  .article {
    width: 90%;
    max-width: 1440px;
    margin-left: 0;
    margin-right: 0;
  }

  .figcaption {
    font-size: 15px;
  }

  .head_h2 {
    font-size: 30px;
    top: 148px;
  }

  .nav_menu-button, .nav_menu-button.w--open {
    background-color: #0000;
  }

  .nav_content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1440200px;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .nav_dropdown {
    background-color: #f3f3f5;
  }

  .nav {
    background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-color: #fff;
    flex: 0 auto;
  }

  .nav:hover {
    border-color: #fff;
  }

  .nav_dropdown-icon {
    margin-top: 5px;
    inset: 0%;
  }

  .icon {
    background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
    font-size: 30px;
  }

  .nav_link {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .nav_link.w--current {
    padding-top: 0;
  }

  .nav_link.w--open {
    margin-top: 0;
  }

  .nav_dropdown-list {
    background-color: #eef2ff;
    margin-top: -10px;
    font-family: "Styrene-a 400";
  }

  .nav_dropdown-list.w--open {
    margin-top: -10px;
    inset: 0%;
  }

  .nav_menu {
    background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
    flex: 0 auto;
    align-self: flex-end;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: static;
    inset: 0%;
  }

  .nav_dropdown-link {
    background-color: #eef2ff;
    margin-top: -10px;
    padding: 0 0 10px 20px;
    font-weight: 400;
    top: 30px;
  }

  .nav_link-label {
    display: inline-block;
  }

  .nav_brand-image {
    width: 100px;
    height: 100px;
  }

  .h1 {
    z-index: 0;
    color: #00000054;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .rtb {
    padding-left: 0;
  }

  .rtb h3 {
    text-align: center;
  }

  .link.w--current {
    margin-top: 0;
    margin-left: 0;
    line-height: 1;
    display: inline-block;
    overflow: visible;
  }

  .div-block {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    order: -1;
    align-self: flex-start;
  }

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

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    width: 500px;
    height: auto;
    margin-top: 66px;
    padding: 0;
    transition: height .5s;
  }

  .nav__dropdown-link {
    width: auto;
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 1.8;
  }

  .nav__dropdown-link:hover {
    background-color: #faf9f6;
  }

  .nav_logo-link {
    margin-top: 3px;
  }

  .navbar_link {
    color: var(--blue);
    text-align: right;
    width: auto;
    margin-bottom: 10px;
    padding: 8px 60px 0 38px;
    font-size: 20px;
    line-height: 2;
  }

  .navbar_link:hover {
    background-color: #faf9f6;
  }

  .icon-2 {
    color: #52abd1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    margin-top: 0;
    font-size: 24px;
  }

  .dropdown-chevron {
    width: 15px;
    inset: auto 0% auto auto;
  }

  .nav_menu-dropdown {
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 2;
  }

  .nav_dropdown-toggle {
    color: #f0eeee;
    align-items: center;
    padding: 0 15px 0 10px;
    display: flex;
  }

  .nav_dropdown-toggle:hover {
    color: #faf9f6;
    background-color: #faf9f6;
  }

  .nav_dropdown-toggle.w--open {
    color: #f5ffd6;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list:hover {
    color: #f0eeee;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
    overflow: visible;
  }

  .link_nav {
    color: var(--blue);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 15px;
  }

  .link_nav:hover {
    background-color: #faf9f6;
  }

  .col-left {
    width: 30%;
    margin-top: 40px;
  }

  .logo-delhi_outdoors {
    font-weight: 100;
  }

  .listing-wrapper {
    flex-flow: column;
  }

  .rtb-listing {
    padding-left: 30px;
  }

  .rtb-listing h1 {
    letter-spacing: 0;
    font-size: 42px;
  }

  .rtb-listing h2 {
    font-size: 30px;
  }

  .rtb-listing h3 {
    font-size: 25px;
  }

  .listing {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-rtb {
    border-top-width: 2px;
    max-width: 90%;
  }

  .rtb-sponsors {
    margin-left: 0;
  }

  .rtb-sponsors h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .rtb-sponsors h2 {
    margin-top: 40px;
    font-size: 30px;
  }

  .wrapper-legend_and_fishing {
    flex-flow: column;
  }

  .legend {
    margin-bottom: 0;
    margin-left: 5px;
  }

  .fishing {
    margin-right: 5px;
  }

  .spacer-green {
    margin-left: 43px;
    margin-right: 43px;
  }

  .rtb-talky {
    margin: 14px;
  }

  .rtb-talky h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .rtb-talky h2 {
    margin-top: 20px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  p {
    font-size: 16px;
  }

  .article {
    width: 95vw;
    margin-left: 0;
  }

  .head_h2 {
    font-size: 28px;
  }

  .nav_menu-button {
    padding-top: 22px;
  }

  .nav_content-wrapper {
    margin-left: 14px;
  }

  .nav {
    background-color: var(--light-red\<deleted\|variable-92a55a44-ba0e-9227-c404-86595d5c77f3\>);
  }

  .icon {
    color: var(--blue);
  }

  .nav_dropdown-list.w--open {
    background-color: #eef2ff;
  }

  .nav_brand-image {
    width: 100px;
    height: 100px;
  }

  .h1 {
    top: -54px;
    left: 14px;
  }

  .rtb {
    margin-top: 20px;
    padding-left: 0;
  }

  .rtb blockquote {
    background-color: var(--white);
    margin-left: 30px;
    margin-right: 10px;
    font-family: "Styrene-a 400-ital";
    font-weight: 700;
  }

  .rtb li {
    font-size: 16px;
  }

  .rtb h3 {
    font-size: 20px;
  }

  .rtb h1 {
    font-size: 54px;
  }

  .link.w--current {
    margin-top: 17px;
    margin-left: 0;
    font-size: 24px;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .nav_component {
    color: var(--blue);
    height: auto;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .navbar_link {
    padding-left: 0;
    padding-right: 43px;
    font-size: 18px;
  }

  .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .footer-text {
    font-size: 14px;
  }

  .col-left {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block.w--current {
    margin-top: 0;
  }

  .logo-delhi_outdoors {
    font-weight: 200;
  }

  .listing-wrapper {
    width: 100%;
  }

  .rtb-listing {
    margin-top: 20px;
    padding-left: 20px;
  }

  .rtb-listing h1 {
    margin-top: 0;
    font-size: 40px;
  }

  .rtb-listing h2 {
    font-size: 25px;
  }

  .rtb-listing h3 {
    font-size: 20px;
  }

  .rtb-listing p {
    font-size: 16px;
  }

  .rtb-listing blockquote {
    background-color: var(--white);
    margin-left: 30px;
    margin-right: 10px;
    font-family: "Styrene-a 400-ital";
    font-weight: 700;
  }

  .rtb-listing li {
    font-size: 16px;
  }

  .listing {
    width: 95%;
  }

  .wrapper-rtb {
    max-width: 95%;
  }

  .rtb-sponsors {
    margin-left: 5px;
    margin-right: 5px;
  }

  .rtb-sponsors h3 {
    font-size: 18px;
  }

  .rtb-sponsors p {
    line-height: 1.3;
  }

  .rtb-talky {
    margin: 18px;
  }

  .rtb-talky h3 {
    font-size: 18px;
  }

  .rtb-talky p {
    font-size: 17px;
    line-height: 1.5;
  }
}

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

  p {
    font-size: 15px;
  }

  .footer {
    font-family: Libre Franklin;
    font-weight: 300;
  }

  .article {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .figcaption {
    font-size: 14px;
  }

  .address {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .head_h2 {
    margin-bottom: 10px;
    font-size: 22px;
    position: static;
    top: 181px;
    left: 6px;
  }

  .nav_menu-button {
    padding: 14px 0 16px;
    font-size: 24px;
  }

  .icon {
    margin-top: 1px;
    font-size: 28px;
  }

  .nav_dropdown-list {
    margin-top: -16px;
  }

  .h1 {
    margin-bottom: 0;
    position: relative;
    top: -62px;
    left: 9px;
  }

  .rtb {
    margin-top: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .rtb blockquote {
    font-weight: 500;
  }

  .rtb a {
    font-weight: 100;
  }

  .rtb h4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .rtb h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .rtb h1 {
    font-size: 48px;
    line-height: 1;
  }

  .link.w--current {
    margin-top: 12px;
    font-size: 21px;
  }

  .navbar1_menu-button {
    padding-right: 0;
  }

  .nav_component {
    height: auto;
  }

  .nav_logo {
    width: 200px;
  }

  .navbar_link {
    color: var(--dark-gray);
    text-align: right;
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
    padding: 10px 28px 0 0;
  }

  .icon-2 {
    width: auto;
  }

  .logo {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 24px;
    line-height: 1;
  }

  .text-span {
    font-size: 18px;
  }

  .footer-text {
    font-size: 13px;
    font-weight: 300;
  }

  .wrapper-flex-2-col {
    flex-flow: column;
    display: flex;
  }

  .col-right {
    padding-right: 0;
  }

  .col-left {
    flex: 0 auto;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .church-people {
    box-sizing: border-box;
    text-align: left;
    object-fit: cover;
  }

  .logo-delhi_outdoors {
    font-size: 42px;
    font-weight: 400;
  }

  .list {
    padding-left: 20px;
  }

  .rtb-listing {
    margin-top: 0;
    padding-left: 10px;
  }

  .rtb-listing h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1;
  }

  .rtb-listing h2, .rtb-listing h3 {
    font-size: 20px;
  }

  .rtb-listing blockquote {
    font-weight: 500;
  }

  .rtb-listing a {
    font-weight: 100;
  }

  .rtb-listing h4 {
    font-size: 21px;
  }

  .listing-blurb {
    font-size: 15px;
  }

  .rtb-sponsors {
    margin-left: 5px;
    margin-right: 5px;
  }

  .rtb-sponsors h2 {
    font-size: 26px;
  }

  .rtb-talky {
    margin-left: 5px;
    margin-right: 5px;
  }

  .rtb-talky h1 {
    font-size: 36px;
  }

  .rtb-talky h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .wrapper-fishing {
    flex-flow: column;
  }

  .fish_listing {
    width: 100%;
    margin-bottom: 10px;
  }

  .wrapper-all_fish {
    margin-left: 0;
  }
}


@font-face {
  font-family: 'Camping';
  src: url('../fonts/Camping.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}