.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===== */

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;
    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;
}

.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;
  padding-left: 20px !important;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  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; 
	border-radius: 24px; 
	object-fit: cover; 
}

.name-col {
  flex: 1;
  height: 400px;
  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;
  padding: 22px 26px 26px;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.names li {
  font-size: 16.5px;
  line-height: 23px;
  color: #241F1B;
}