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

:root {
  --tan: #f5f2ec;
  --gray: #252b32;
  --fff: white;
  --dim: #973430;
  --gold: #f8c15c;
  --blk: #161519;
  --ddd: #ddd;
  --grey: #787e83;
  --highlight: #33251b;
  --color3\<deleted\|variable-f0826262\>: #f60268;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--tan);
  color: var(--gray);
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

h1 {
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  letter-spacing: -1.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

a {
  text-decoration: underline;
}

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

li {
  margin-bottom: 0;
}

label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.sect {
  width: 100%;
  padding: 60px 40px;
  position: relative;
}

.sect.sect1 {
  color: var(--fff);
  background-color: #194c27;
  padding-top: 20px;
  padding-bottom: 0;
}

.sect.sect-red {
  background-color: var(--dim);
  color: var(--fff);
}

.sect.sect-gold {
  background-color: var(--gold);
}

.sect.sect-gold.sect-contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sect.sect-f {
  background-color: #fff;
}

.sect.sect-f.give-min {
  min-height: 600px;
}

.sect.sect-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sect.sect-blu {
  background-color: var(--blk);
  color: var(--fff);
  text-align: center;
  background-image: linear-gradient(#0006, #0006), url('../images/image.jpeg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.sect.sect-row {
  padding-top: 0;
  padding-bottom: 0;
}

.sect.sect-green {
  color: var(--fff);
  background-color: #215c32;
}

.sect.sect-visit {
  background-color: #fff;
}

.btn {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--blk);
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 15px 33px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.btn:hover {
  filter: brightness(110%);
}

.btn.btn-f {
  border-color: var(--fff);
  background-color: var(--fff);
}

.navlink {
  color: var(--blk);
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 14px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 120px;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.navlink:hover {
  opacity: .6;
}

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

.msg {
  border: 2px solid var(--ddd);
  height: 50px;
  color: var(--blk);
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 0 14px;
  font-weight: 500;
}

.msg:hover {
  border-color: var(--gold);
}

.msg:focus {
  border-color: var(--grey);
}

.msg.msg-area {
  height: auto;
  min-height: 110px;
  margin-bottom: 40px;
  padding-top: 14px;
}

.nav-logo {
  height: 100%;
}

.logo {
  float: none;
  height: 120px;
  color: var(--blk);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: opacity .2s;
  display: inline-flex;
}

.logo:hover {
  opacity: .8;
}

.logo.fff {
  height: 90px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav {
  z-index: 10;
  background-color: #fff;
  background-image: url('../images/otis-redding.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  background-color: var(--highlight);
  width: 100%;
  color: var(--tan);
  padding: 0 40px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

.ctr {
  text-align: center;
}

.bot25 {
  margin-bottom: 25px;
}

.bot50 {
  margin-bottom: 50px;
}

.hero {
  width: 100%;
  height: auto;
  color: var(--fff);
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 360px 40px 120px;
  display: block;
  position: relative;
  overflow: hidden;
}

.success {
  background-color: #0000;
}

.row {
  width: 100%;
  display: block;
}

.img {
  width: 100%;
  position: relative;
}

.flex-ctr {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error {
  color: #111;
}

.wide {
  max-width: 1250px;
}

.wide.rel {
  text-overflow: ellipsis;
}

.rel {
  z-index: 2;
  position: relative;
}

.ico-foot {
  opacity: .96;
  height: 90px;
  display: block;
}

.glow {
  display: inline-block;
}

.req {
  color: var(--color3\<deleted\|variable-f0826262\>);
}

.head {
  width: 100%;
  padding: 175px 35px 100px;
  position: relative;
}

.head.head-nf {
  padding-top: 250px;
}

.li-team {
  background-color: #fff;
  width: 100%;
  padding: 4px;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.bot40 {
  margin-bottom: 40px;
}

.divi {
  background-color: #252b3233;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.box-form {
  z-index: 1;
  border-right: 8px solid var(--gold);
  background-color: var(--fff);
  text-align: left;
  width: 540px;
  max-width: 100%;
  margin-bottom: 0;
  padding: 80px 50px;
  font-size: 16px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.text-block {
  color: var(--grey);
  text-align: right;
  font-size: 12px;
}

.li-card {
  width: 100%;
}

.fff {
  color: var(--fff);
}

.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;
}

.heading-2 {
  margin-left: 10px;
  display: inline-block;
}

.col-left {
  padding-right: 75px;
}

.navtop {
  padding-left: 20px;
  padding-right: 30px;
}

.bar-top {
  background-color: var(--gold);
  text-align: center;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}

.list-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.quotes {
  border-right: 8px solid var(--gold);
  color: var(--gray);
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 40px 50px 40px 10%;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.4em;
}

.quotes.quote-g {
  color: var(--fff);
  background-color: #ffffff08;
  margin-bottom: 40px;
}

.quotes.quote-f {
  text-indent: -10px;
  background-color: #fff;
}

.ul-team {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  color: var(--blk);
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ul-soc {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ul-soc.inv {
  filter: invert();
}

.ico-soc {
  max-width: 24px;
  max-height: 20px;
}

.go-soc {
  height: 100%;
  padding: 5px;
}

.ul-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.heading-3 {
  opacity: .9;
  width: 800px;
  max-width: 100%;
  margin-bottom: 50px;
  font-size: 2em;
  line-height: 1.3em;
}

.card {
  min-height: 470px;
  color: var(--ddd);
  background-color: #16151926;
  padding: 40px;
  font-size: 16px;
  line-height: 28px;
}

.bigcard {
  background-color: #194525;
  padding: 40px;
  position: relative;
}

.bigcard.card-f {
  background-color: var(--fff);
}

.col-right {
  padding-left: 50px;
}

.card-bg {
  border-top: 150px solid #194c27;
  border-right: 150px solid #0000;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-bg.bg-tan {
  border-top-color: var(--tan);
}

.card-bot {
  background-color: #fff;
  padding: 10px 20px 20px;
}

.bot-f {
  background-color: #f5f2ec;
  height: 180px;
  position: absolute;
  inset: auto 0% 0%;
}

.bot-f.bot-red {
  background-color: var(--dim);
}

.h2-welcome {
  color: #194c27;
  letter-spacing: -4px;
  font-size: 4.6em;
}

.ctr-frame {
  border: 2px solid var(--gold);
  text-align: center;
  padding: 30px 40px;
}

.h3-sm {
  font-size: 2em;
}

.sq-left {
  aspect-ratio: 1;
  background-image: url('../images/PXL_20210819_134300879.MP_-1152x1536.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  position: relative;
}

.flex-1 {
  color: #194c27;
  background-color: #fff;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 60px;
}

.row-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-give {
  padding-right: 60px;
}

.bg-f {
  background-color: #fff;
}

.col-ft-2 {
  border-left: 2px solid #553722;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.gold {
  color: var(--gold);
}

.header {
  text-align: center;
  margin-top: 154px;
  padding: 50px 20px 60px;
}

.div-block-36 {
  aspect-ratio: 16 / 9;
  background-color: var(--ddd);
  background-image: url('../images/174335630_282025276931743_1741560415493909720_n.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.tabs {
  color: var(--fff);
  background-color: #ffffff26;
  border-radius: 50px;
  padding: 7px 22px;
}

.tabs.w--current {
  color: var(--blk);
  background-color: #fff;
}

.row-tab {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-bottom: 20px;
  display: flex;
}

.area-tab {
  color: var(--blk);
  background-color: #fff;
  padding: 40px;
}

.bot20 {
  margin-bottom: 20px;
}

.code-embed {
  height: 420px;
}

.p-max {
  width: 800px;
  max-width: 100%;
}

.pic-big {
  aspect-ratio: 1;
  background-image: url('../images/174335630_282025276931743_1741560415493909720_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.pic-big.bg-2 {
  background-image: url('../images/PXL_20210620_142058317-scaled.jpg');
}

.go-blog {
  color: var(--blk);
  text-decoration: none;
  display: block;
}

.blk {
  color: var(--blk);
}

.col-welcome {
  text-align: center;
  padding-left: 50px;
}

.p-xl {
  font-size: 1.2em;
  line-height: 1.8em;
}

.li-video {
  margin-bottom: 40px;
}

.ul-video {
  padding-left: 0;
  list-style-type: none;
}

html.w-mod-js [data-ix="loadfade"], html.w-mod-js [data-ix="scrollfade"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  .sect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sect.sect-gold.sect-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sect.sect-blu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navlink {
    text-align: center;
    line-height: 60px;
    display: block;
  }

  .menu {
    padding: 47px 12px;
    display: block;
  }

  .menu-line {
    background-color: var(--blk);
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }

  .navlist {
    background-color: var(--fff);
    display: none;
  }

  .flex-ctr.stack-md {
    flex-flow: column;
  }

  .wide {
    max-width: 100%;
  }

  .box-form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .col-left {
    padding-right: 50px;
  }

  .col-left.bot25-md {
    margin-bottom: 25px;
    padding-right: 10px;
  }

  .list-4 {
    flex-flow: column;
  }

  .quotes {
    padding-left: 50px;
  }

  .card {
    min-height: auto;
  }

  .h2-welcome {
    letter-spacing: -3px;
  }

  .h1-hero {
    font-size: 4.2em;
  }

  .flex-1 {
    padding-right: 0;
  }

  .col-give {
    padding-right: 20px;
  }

  .row-tab {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: scroll;
  }

  .col-welcome {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo.fff {
    margin-top: 0;
  }

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

  .footer {
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    padding-top: 300px;
    font-size: 15px;
  }

  .flex-ctr {
    flex-direction: column;
  }

  .flex-ctr.flip-sm {
    flex-flow: column-reverse wrap;
  }

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

  .col.bot25-sm {
    margin-bottom: 25px;
  }

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

  .head.head-nf {
    text-align: center;
  }

  .box-form {
    border-right-style: none;
  }

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

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

  .col-left.bot25-md {
    padding-right: 0;
  }

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

  .ul-team {
    flex-flow: column;
  }

  .ul-soc {
    justify-content: center;
    align-items: center;
  }

  .ul-blog {
    flex-flow: column;
    display: flex;
  }

  .bigcard {
    text-align: center;
  }

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

  .col-right.pad-sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-right.pad-sm.ctr-sm {
    text-align: center;
  }

  .h2-welcome {
    letter-spacing: -2px;
    font-size: 3.8em;
  }

  .h1-hero {
    letter-spacing: -1px;
  }

  .flex-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .row-btn {
    flex-flow: column;
  }

  .col-give {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .col-ft-2 {
    border-top: 2px solid #553722;
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    margin-top: 148px;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .area-tab {
    padding: 20px;
  }

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

  .col-welcome {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
    line-height: 23px;
  }

  h2 {
    letter-spacing: -.5px;
  }

  .sect {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sect.sect-red.sect-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sect.sect-visit {
    padding-top: 20px;
  }

  .btn.btn-row-xs {
    white-space: nowrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .logo {
    height: 70px;
    margin-right: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .menu {
    padding: 22px 0;
  }

  .footer {
    font-size: 14px;
    line-height: 22px;
  }

  .ctr {
    text-align: center;
  }

  .hero {
    padding: 200px 20px 50px;
    font-size: 11px;
  }

  .ico-foot {
    height: 70px;
  }

  .head {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .head.head-nf {
    padding-top: 200px;
  }

  .box-form {
    width: 360px;
    padding: 40px 30px 50px;
  }

  .navtop {
    padding-left: 10px;
    padding-right: 20px;
  }

  .bar-top {
    font-size: 8px;
    line-height: 11px;
  }

  .list-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quotes {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.2em;
  }

  .quotes.quote-g {
    padding: 30px 40px;
  }

  .heading-3 {
    width: 100%;
    margin-bottom: 25px;
  }

  .card {
    padding: 20px 30px;
  }

  .bigcard {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-right.ctr.bot25-xs {
    margin-bottom: 25px;
  }

  .card-bg {
    border-top-width: 100px;
    border-right-width: 100px;
  }

  .h2-welcome {
    font-size: 4em;
  }

  .ctr-frame {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-hero {
    margin-right: -20px;
  }

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

  .header {
    margin-top: 93px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .tabs {
    width: 100%;
    display: block;
  }

  .code-embed {
    height: 320px;
  }

  .block-xs {
    display: block;
  }

  .col-welcome {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
  }
}


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