.building_community tr.WaLayoutRow td {
    vertical-align: middle;
}

.upcoming_event_home {
    padding: 10px;
}

.boxInfoContainer h5 {
    display: none;
}

.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
    display: none;
}

.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton {
    font: normal 20px/normal PT Sans;
    color: black;
}

.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton:before {
    font: normal 17px/normal WA-theme-icons;
    color: black;
}

.WaGadgetLoginButton .loginBoxLapsedMembership,
.WaGadgetLoginButton .loginBoxProfileLink,
.WaGadgetLoginButton a.loginBoxChangePassword,
.WaGadgetLoginButton .loginBoxProfileLink a,
.WaGadgetLoginButton a.loginBoxLogout {
    color: black;
}

#id_u2hqny8 {
    color: black;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    color: black;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a>span {
    padding: 15px 45px 10px;
}

#id_hLmwlDq {
    background-color: white;
}

.WaGadgetMenuHorizontal.menuStyle001 .stickness,
.WaGadgetMenuHorizontal.menuStyle002 .stickness {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.WaGadgetCustomMenu.gadgetStyleNone ul li a {
    color: black;
    text-decoration: none;
}

#id_Footer1 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#id_Header {
    opacity: 0.6;
}

.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
    color: #275148;
    font: normal 24px/normal Roboto Condensed;
    text-decoration: underline;
    font-weight: bold;
}

.WaGadgetBlog .boxFooterOuterContainer .postBottom {
    margin-top: -40px;
}

#id_KG3Mw4P {
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 50px !important;
    margin-right: 120px !important;
    font-size: 12px;
}

.supporting-member p {
    padding: 0 !important;
    margin: 0px !important;
}

.supporting-member .paragraph {
    padding: 10px 0 0 0px !important;
    margin: 0px !important;
}

.supporting-member a {
    background: #ff7f00;
    display: block;
    /* padding: 20px 10px; */
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.supporting-member a:hover {
    background: #01491a;
    transition: background-color 0.5s ease;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}


.listing_img tr.WaLayoutRow td {
    vertical-align: middle;
}

ul.member_menif {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home_bt_l {
    border-radius: 10px;
}

.trading_p a {
    font-size: 20px;
    background-color: #ff7f00;
    padding: 15px 20px;
    display: flex;
    color: #fff;
    border-radius: 10px;
    width: 200px;
    height: auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.home_bt_l tr td {
    vertical-align: middle;
}

.trading_p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trading_p a:hover {
    background-color: #a25100;
    transition: 0.2s ease-in-out;
}

.trading_p.trading_link_text a {
    background: transparent;
    font-size: 18px;
    text-decoration: underline;
}

.trading_p.trading_link_text a:hover {
    color: #ff7f00;
}

.member_ben_para a {
    background: transparent;
    text-decoration: underline;
    color: #fff;
}

.member_ben_para a:hover {
    background-color: transparent;
    color: #ff7f00;
}

p.paragraph.member_ben_para {
    line-height: 0;
}

p.paragraph.member_ben_para a {
    line-height: normal;
    padding-bottom: 10px;
}

.member_be p:nth-child(1) {
    padding-top: 5px !important;
}

p.btn_arch {
    margin-bottom: 0;
}

.smoke_ban {
    text-align: center;
}

a.smoke_archieve_btn {
    font-size: 18px;
    color: #36aff0;
}

a.smoke_archieve_btn:hover {
    color: #1790d1;
}

.member_be {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


/* upcoming events  */
.upcoming_event_home ul li {
    font-size: 12px;
    font-family: 'Open Sans';
    text-align: center;
}

.upcoming_event_home {
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
}

.upcoming_content {
    border-right: 1px solid grey;
    border-left: 1px solid grey;
    border-top: 1px solid grey;
}

/* upcoming events  */


@media (max-width: 767px) {
    .trading_p a {
        font-size: 18px;
        padding: 10px 30px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 616px) {
    .follow_us_heading {
        margin-top: 20px;
    }

    .home_iframe {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a#support-your-community {
        max-width: 200px;
        margin: 0 auto;
    }
}


/* =====NEW CSS===== */
#PAGEID_18250 .WaGadgetOnly, .WaGadgetLast  {
    overflow: visible;
}

body#PAGEID_18250 {
    background: #fff none;
}

#PAGEID_18250 .zoneHeader.container_12 {
    margin: 0;
    width: 100%;
}

#PAGEID_18250 .container_12>div {
    width: 100%;
    margin: 0;
}

#PAGEID_18250 .zoneFooter1.container_12 {
    width: 100%;
    margin: 0;
}

#PAGEID_18250 .zoneFooter.container_12 {
    width: 100%;
    margin: 0;
}

#PAGEID_18250 .zoneBranding.container_12 {
    width: 100%;
    margin: 0;

}

#PAGEID_18250 .zoneContent.container_12 {
    width: 100%;
    margin: 0;
}
}

#PAGEID_18250 .zoneHeader2 .container_12 {
    width: 100%;
    margin: 0;
}

#PAGEID_18250 .zoneHeader1.container_12 {
    width: 100%;
    margin: 0;
}

.member_spotlight_sec tr.WaLayoutRow {
    display: flex;
    align-items: center;
}


.spot-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    justify-content: center;
    gap: 18px;
    padding: 44px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 12px 36px -10px #C9A96B33, 0 2px 6px 2px #2A1F0F14;
    box-sizing: border-box;
}

.spot-title {
    margin: 0;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 41px;
    color: #241F1B;
}

.spot-date {
    font-size: 14px;
    font-weight: 600;
    color: #6B6151;
}

.spot-body {
    margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
    color: #5A5148;
}

.link-orange {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #F36C21;
    text-decoration: none;
}

.link-orange-sm {
    font-size: 14px;
    font-weight: 500;
}

.read-more-arrow {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain !important;
    display: inline-block !important;
}

.link-orange:hover {
    color: #D95710;
    text-decoration: none;
}

.view-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-top: 6px;
    font-size: 17px;
    font-weight: 600;
    color: #f58020;
}

.view-all .icon {
    width: 18px;
    height: 18px;
}

.directory-tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 12px 36px -10px #C9A96B33, 0 2px 6px 2px #2A1F0F14;
}
a.directory-tile {
    text-decoration: none;
}

.directory-label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    font-weight: 700;
    color: #241F1B;
}

.directory-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #005E2014;
}

.directory-icon .icon {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.directory-tile>.icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.month {
    flex: 1;
    height: 237px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 12px 36px -10px #C9A96B33, 0 2px 6px 2px #2A1F0F14;
    overflow: hidden;
}

.month-band {
    padding: 13px 20px;
    background: #005e20;
    font-size: 16px;
    font-weight: 600;
    color: #FFFDF7;
}

.month-items {
    margin: 0 !important;
    padding: 16px 20px 20px 35px !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-sizing: border-box;
}

.month-items li {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 13.5px;
    line-height: 20px;
    color: #241F1B;
}

.annual-row {
    display: flex;
    gap: 24px;
    height: 360px;
}

.annual-card {
    flex: 1;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 12px 36px -10px #C9A96B33, 0 2px 6px 2px #2A1F0F14;
    overflow: hidden;
}

.annual-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.annual-text {
    padding: 22px 26px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.annual-name {
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #241F1B;
}

.annual-when {
    font-size: 15.5px;
    line-height: 23px;
    color: #5A5148;
}

.senior-photo {
    width: 100%;
    height: 682px !important;
    border-radius: 24px;
    object-fit: cover;
}

.name-col {
    flex: 1;
    border: 1px solid #CFC0A3;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 12px 36px -10px #C9A96B33, 0 2px 6px 2px #2A1F0F14;
    overflow: hidden;
    box-sizing: border-box;
}

.name-head {
    padding: 15px 26px;
    background: #005e20;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 22px;
    color: #FFFDF7;
}

.names {
    margin: 0 !important;
    padding: 22px 26px 26px !important;
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.names li {
    font-size: 16.5px;
    line-height: 23px;
    color: #241F1B;
}

.senior-banner {
    width: 100%;
    height: 682px !important;
    border-radius: 24px;
    object-fit: cover;
}

.senior_member_row tr {
    display: flex;
    width: 100%;
}

.senior_member_row tr #id_DmcK4au {
    flex: 1;
}

.senior_member_row tr #id_U4HEbuN {
    flex: 1;
}

.senior_member_row tr #id_J7BOIQ7 {
    flex: 1;
}

.senior_member_row tr .placeHolderContainer {
    height: 100%;
}

.senior_member_row tr .WaGadgetContent {
    height: 100%;
}

.senior_member_row tr .placeHolderContainer>div {
    height: 100%;
}

.senior_member_row tr .name-col {
    height: 100%;
}

.senior_member_row tr .gadgetStyleBody {
    height: 100%;
}

.yom-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.yom-caption {
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: #241F1B;
    margin-top: -14px;
}

.link-orange {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    font-weight: 600;
    color: #f79442;
    text-decoration: none;
}

.link-orange .icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.year-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #cfc0a3;
}

.year-row-current {
    background: #005e20;
}

.year-label {
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    color: #FFFDF7;
}

.year-label-dark {
    color: #241F1B;
}

.months {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chip {
    padding: 9px 18px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 700;
}

.chip-on {
    background: #F57F20;
    color: #FFFDF7;
}

.chip-ghost {
    background: #FFFFFF1F;
    color: #FFFDF7;
}

.chip-light {
    background: #FDFBF7;
    color: #241F1B;
}

.festival-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.festival-titles {
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.festival-year {
    font-size: 16px;
    line-height: 22px;
    color: #FFFDF7;
}

.festival-desc {
    margin: 0;
    font-size: 17px;
    line-height: 27px;
    color: #FFFDF7;
}

.winner_archieve {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.winner_archieve img.icon {
    width: 18px;
    height: 18px;
}

a.winner_archieve {
    text-decoration: none;
    cursor: pointer;
}

.spot-photo-art {
    max-width: 620px !important;
    width: 100% !important;
    border-radius: 16px;
    height: 400px !important;
    object-fit: cover;
}

.spot-photo-sel {
    max-width: 470px;
    width: 100%;
    border-radius: 16px;
    height: 400px;
	object-fit: cover; 
}

.spot-photo-book {
    max-width: 258px;
    width: 100%;
    border-radius: 16px;
    height: 400px;
	object-fit: cover; 
}

.spot-photo-jack {
    max-width: 427px;
    width: 100%;
    border-radius: 16px;
    height: 400px;
	object-fit: cover; 
}

.spot-photo-bandit {
    max-width: 288px;
    width: 100%;
    border-radius: 16px;
    height: 400px;
	object-fit: cover; 
}

.spot-photo-forest {
    max-width: 427px;
    width: 100%;
    border-radius: 16px;
    height: 400px;
	object-fit: cover; 
}

.club-image { 
   max-width: 540px; 
   width: 100%;
   height: 360px; 
   border-radius: 16px; 
   object-fit: cover; 
   }
   
.news-title {
  margin: 0;
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  color: #241F1B;
}
.news-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 40px;
    border: 1px solid #cfc0a3;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 12px 36px -10px #C9A96B33, 0 2px 6px 2px #2A1F0F14;
    box-sizing: border-box;
}

.news-byline {
  font-size: 14px;
  font-weight: 600;
  color: #6B6151;
}

.news-body {
    margin: 0 !important;
    font-size: 15px;
    line-height: 24px;
    color: #5A5148;
}

.news-card {
  flex: 1;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow:
    0 12px 36px -10px #C9A96B33,
    0 2px 6px 2px #2A1F0F14;
  overflow: hidden;
}

.news-card img {
  width: 100%;
  height: 476px;
  object-fit: cover;
}

.news-card-body {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 26px;
}

.area-grid {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}

.area-row {
  display: flex;
  flex: 1;
  gap: 20px;
}

.area-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 46px 28px !important;
    border-radius: 16px;
    box-shadow: 0 12px 36px -10px #C9A96B33,
    0 2px 6px 2px #2A1F0F14;
}

.area-card .area-label {
  font-size: 14px;
  font-weight: 700;
  color: #005e20;
}

.area-card .area-name {
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  color: #241F1B;
}

.area-card .area-line {
  font-size: 15.5px;
  line-height: 23px;
  color: #5A5148;
}

.area-1 {
  background: #CFD4E8;
}

.area-2 {
  background: #FFFDCD;
}

.area-3 {
  background: #D1E9C9;
}

.area-4 {
  background: #FCCEB7;
}

.membership_directors_sec .gadgetStyleBody.gadgetContentEditableArea img.area-map {
    height: 420px;
    width: 100%;
    border-radius: 16px;
}

.membership_directors_sec .WaLayoutItem div#id_HSU1bcU {
    border-radius: 16px;
    box-shadow: 0 12px 36px -10px #C9A96B33,
    0 2px 6px 2px #2A1F0F14;
}

.dues-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 36px 34px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow:
    0 12px 36px -10px #C9A96B33,
    0 2px 6px 2px #2A1F0F14;
}

.dues-card .icon-bubble {
  width: 52px;
  height: 52px;
}

.dues-card .icon {
  width: 26px;
  height: 26px;
}

.dues-card h3 {
  margin: 0;
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #241F1B;
}

.dues-card p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #5A5148;
}

.annual_member_sec .price-card {
  position: relative;
  padding: 56px 60px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow:
    0 12px 36px -10px #C9A96B33,
    0 2px 6px 2px #2A1F0F14;
  overflow: hidden;
}

.price-card .leaf-big {
    position: absolute;
    top: 305px;
    right: -56px;
    width: 340px;
    height: 340px;
    bottom: 0;
    color: #005e20;
    opacity: 0.06;
}

.price-col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-top {
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.price-amount {
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 82px;
  color: #005e20;
}

.price-per {
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #5A5148;
}

.price-fiscal {
  font-size: 15px;
  color: #5A5148;
}

.price-rule {
  width: 92px;
  height: 2px;
  border-radius: 1px;
  background: #CFC1A4;
}

.price-title {
  max-width: 620px;
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #241F1B;
}

.price-body {
  max-width: 620px;
  font-size: 16px;
  line-height: 26px;
  color: #5A5148;
}

.who-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.who-title-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.who-title-row img {
  width: 176px;
  height: 59px;
  object-fit: contain;
}

.lockup-bar {
  width: 3px;
  height: 44px;
  border-radius: 2px;
  background: #005e20;
}

.who-title-row .h2 {
    margin: 0;
}

.pillar {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 30px 28px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 12px 36px -10px #C9A96B33,
    0 2px 6px 2px #2A1F0F14;
    border: 1px solid #cfc0a3;
}

.pillar .icon {
  width: 30px;
  height: 30px;
  color: #005e20;
}

.pillar h3 {
  margin: 0;
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #241F1B;
}

.pillar p {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
  color: #5A5148;
}

.leaf-mark-1 {
  position: absolute;
  top: 10px;
  left: -120px;
  width: 520px;
  height: 475px;
}

.leaf-mark-2 {
  position: absolute;
  top: 211px;
  left: 838px;
  width: 272px;
  height: 248px;
  opacity: 0.032;
  transform: scaleX(-1);
}

.mission-text {
  display: flex;
  flex-direction: column;
  gap: 17.5px;
  width: 759px;
}

.mission-stack {
  display: flex;
  flex-direction: column;
  gap: 4.5px;
}

.mission-lockup {
  display: flex;
  flex-direction: column;
  gap: 7.5px;
}

.mission-lockup h2 {
  margin: 0;
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  color: #FFFDF7;
}

.mission-lockup .assoc {
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #FFFDF7;
}

.mission-copy {
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #FFFDF7;
    max-width: 680px;
}

.band-ask {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.band-ask .ask-title {
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFDF7;
}

.band-ctas {
  display: flex;
  align-items: center;
  gap: 20px;
}

.band-photos {
  display: flex;
  gap: 36px;
  padding-top: 14px;
}

.band-cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.band-cell-yom {
  max-width: 376px;
  width: 100%;
}

.band-cell-block {
    width: 100%;
    max-width: 347px;
}

.band-cell img {
  width: 100%;
  height: 196px;
  border-radius: 8px;
  object-fit: cover;
}

.your_voices_sec {
    padding: 58px 72px;
}

.band-cell span,
.photo-side span {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #FFFDF7;
}

.photo-side {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 500px;
}

.photo-side img {
  width: 100%;
  height: 487px;
  border-radius: 8px;
  object-fit: cover;
}

.hero_banner_sec {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.hero_banner_sec{
  position: relative;
  overflow: hidden;
}

.hero_banner_sec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #06200FD9 0%,
    #06200FA6 25%,
    #06200F60 50%,
    #06200F25 75%,
    #06200F0D 100%
  );
  pointer-events: none;
  z-index: 1;
}

.hero_banner_sec::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 208px;
  background: linear-gradient(
    to top,
    #06200F00 0%,
    #06200F26 100%
  );
  pointer-events: none;
  z-index: 2;
}


.hero_banner_sec > * {
  position: relative;
  z-index: 3;
}


.hero_banner_sec h1 {
  margin: 0;
  font-family: "Lexend", system-ui, sans-serif;
  font-size: 57px;
  font-weight: 500;
  line-height: 59px;
  color: #FFFDF7;
}


.hero_banner_sec p {
  margin: 0;
  font-size: 18.5px;
  line-height: 28px;
  color: #F1EBDD;
}


.hero_banner_sec a {
  color: #FFFDF7;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}


.hero_banner_sec .WaGadgetOnly {
    max-width: 670px;
	width: 100%;
}
.hero_banner_sec .WaLayoutItem .WaLayoutPlaceHolder {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 58px 72px;
}

.upcoming_events  .gadgetStyleBody {
    background-color: white;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #cfc0a3;
}
.upcoming_events h4.gadgetTitleH4 {
    font-size: 46px;
    color: #000;
    font-weight: bold;
}

  .newsletter-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 334px;
	width: 100%;
  }

  .newsletter-image-link {
    display: block;
    width: 334px;
  }

  .newsletter-image-link img {
    display: block;
    max-width: 334px;
    width: 100%;
    box-shadow: 0 12px 36px -10px #C9A96B33, 0 2px 6px 2px #2A1F0F14;
    height: 436px;
    border-radius: 8px;
    object-fit: cover;
}

  .news-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-top: 18px;
    font-size: 22px;
    font-weight: 600;
    color: #241F1B;
    text-decoration: none;
  }

  .news-link .icon {
    width: 23px;
    height: 23px;
    object-fit: contain;
  }

  .news-link:hover {
    color: #005e20;
  }
  
.yard_of_the_month_sec .camera_wrap {
    height: 647px !important;
}

.yard_of_the_month_sec .camera_target {
    border-radius: 16px;
}


.history_sec {
    background: white;
    box-shadow: 0 12px 36px -10px #C9A96B33, 0 2px 6px 2px #2A1F0F14;
    border-radius: 16px;
    padding: 24px;
}

.indian_hills_club_sec tr.WaLayoutRow {
    display: flex;
    align-items: center;
}