/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

body:not(.wp-admin) {
	font-family:"gill-sans-nova";
	font-weight: 400;
}

body:not(.wp-admin) h1, h2, h3, h4, h5, h6 {
	font-family:"mrs-eaves";
	font-weight: 400;
}
main {
	margin: 0 !important;
}
main > div {
    padding: 0 !important;
    margin: 0 !important;
}
footer {
	margin: 0;
}
.entry-content {
	margin: 0;
}
.entry-content p {
	display: none;
}
.entry-content .wp-block-group p {
	display: block;
}
.container {
	max-width: 1745px;
	padding: 0 15px;
	margin: 0 auto;
}
/* Header Section */
.header-section {
    background: #FFF8F2;
	padding: 20px 20px;
}
.header-section .wp-block-image img {
	position: absolute;
    background: #FFF8F2;
    border-radius: 1000px;
    z-index: 1;
    top: 0;
	width: 239px;
}
.header-section .header-inner {
    position: relative;
    padding: 32px 20px !important;
	display: flex;
    justify-content: space-between;
}
.header-section .nav-outer {
	display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
	margin: 0;
}

.header-section ul {
  display: flex;    
  flex-direction: row;    
  gap: 0px 38px;      
}


.header-section ul li a {
	font-size: clamp(.8rem, .9vw, 1.1rem) !important;
	font-weight: 500;
	color: #003400;
	text-transform: uppercase;
	text-decoration: none;
}
.header-section ul li a:hover {
	font-weight: 500 !important;
	background-color: none !important;
}

.header-section form {
	margin: 0;
	line-height: 0;
}
.header-section form img {
	filter: invert(30%) sepia(15%) saturate(7000%) hue-rotate(96deg) brightness(60%) contrast(60%);
	cursor: pointer;
}
.header-section .header-search .wp-block-search__inside-wrapper  {
	padding: 0;
    border: none;
}
.header-section .header-search .wp-block-search__input {
	display: none;
}
.header-section .header-search .wp-block-search__button {
	margin: 0;
    background: transparent;
    padding: 0;
}
.header-section .header-search .search-icon {
	filter: invert(30%) sepia(15%) saturate(7000%) hue-rotate(96deg) brightness(25%) contrast(60%);
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 28px;
    transform: rotate(270deg);
}
/* Popup overlay container */
.popup-form {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); 
    z-index: 9999 !important; 
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.popup-form form {
	width: 50%;
}
.popup-form .close {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #FEFCFD;
	cursor: pointer;
}
/* Banner Section */
.banner-section {
	margin: 0;
	z-index: 0;
}
.banner-section .content-outer {
	padding: 205px 0 260px;
}
.banner-section .content {
	max-width: 1170px;
}
.banner-section p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #F9B22B;
	text-transform: uppercase;
}
.banner-section h1 {
	font-size: 100px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
}
.banner-section .wp-block-search__custom {
	padding: 0;
	border: none;
	position: relative;
	display: flex;
}
.banner-section .wp-block-search__custom input {
	font-size: 18px;
	font-weight: 600;
	color: #003400;
	border-radius: 0;
	background: #FFF8F2;
	height: 42px;
	padding: 0 24px;
	width: 100%;
	max-width: 800px; 
	border: none;
	text-transform: uppercase;
	margin: 1.5rem 0rem;
}
.banner-section .wp-block-search__custom input::placeholder {
	color: #003400;
	opacity: 1;
	font-size: 17px;
}
.banner-section .wp-block-search__custom input:focus {
	outline: none;
	border: none;
}
.banner-section .wp-block-search__custom button {
	background: #4A0404;
	border: 3px solid #3A130E;
	width: 95px;
	height: 42px;
	box-shadow: 0px 3px 6px #00000029;
	cursor: pointer;
	margin: 0;
}
/* Icons Section */
.icons-section {
	background: #FFF8F2;
	margin-top: -0;
	padding-bottom: 70px;
}
.icons-section .wp-block-columns {
	background: #FFF8F2;
	padding: 0 150px;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	margin-top: -80px;
    z-index: 1;
    position: relative;
}
.icons-section .wp-block-column {
	margin-top: -72px;
}
.icons-section .icon-box figure {
	width: 140px;
	height: 140px;
	background: #FFF8F2;
	border: 4px solid #003400;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 40px;
}
.icons-section .icon-box p {
	font-size: 17px;
	font-weight: 600;
	color: #003400;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 24px;
	min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons-section .icon-box .line {
	width: 34px;
	height: 3px;
	background: #F9B22B;
	margin: 0 auto;
}

/* Alert Section */
.alert-section {
	background: #FFF8F2;
	margin-top: 0;
}
.alert-section .content {
	padding: 0 70px;
}
.alert-section .content-inner {
	background: #003400;
	padding: 30px 40px;
	display: flex;
	align-items: center;
	gap: 40px;
}
.alert-section .content-inner .heading-box {
	width: 13%;
}
.alert-section .content-inner .content-box {
	margin: 0;
	position: relative;
	width: 84%;
	border-left: 3px solid #F9B22B;
	padding: 20px 0 20px 50px;
}
.alert-section .content-inner p {
	font-size: 18px;
	color: #FFF8F2;
	font-weight: 400;
}
.alert-section .content-inner p strong {
	font-size: 25px;
	color: #FFF8F2;
	font-weight: 400;
	letter-spacing: 3px;
	font-family:"mrs-eaves";
}
/* Footer Section */
.footer-section {
	background: #4A0404;
	padding: 120px 0;
	margin-top: 0;
}
.footer-section .content {
	padding: 0 80px;
	display: grid;
    grid-template-columns: 26% 33.8% 33.8%;
}
.footer-section .footer-logo-outer {
	display: flex;
	align-items: center !important;
}
.footer-section .footer-contact-outer {
	border-left: 3px solid #F9B22B;
}
.footer-section .footer-contact-outer, .footer-section .footer-links-outer {
	padding: 50px 0;
}
.footer-section .footer-contact {
	padding-left: 100px;
    padding-right: 80px;
}
.footer-section .footer-heading {
	font-size: 22px;
	text-transform: uppercase;
	color: #FEFCFD;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.footer-section p, .footer-section a {
	font-size: 18px;
	text-transform: uppercase;
	color: #FEFCFD;
	margin: 0;
	text-decoration: none;
} 
.footer-section a:hover {
	color: #F9B22B;
}
.footer-section .footer-contact p.address {
	margin-bottom: 55px;
}
.footer-section .line {
	width: 34px;
	height: 3px;
	background: #F9B22B;
	margin: inherit;
	margin-bottom: 42px;
}
.footer-section .footer-links ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.footer-section .footer-links ul li {
	list-style: none;
}
/* Blog Section */
.blog-section {
	padding: 100px 0;
	background: #FFF8F2;
	margin-top: 0;
}
.blog-section .section-header {
	text-align: center;
	margin-bottom: 60px;
}
.blog-section .section-icon {
	margin-bottom: 15px;
}
.blog-section h2 {
	font-size: 60px;
    font-weight: 600;
    color: #003400;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.blog-section .section-subtitle {
	font-size: 18px;
	font-weight: 500;
	color: #003400;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}
.blog-section .section-header .line {
	width: 34px;
	height: 3px;
	background: #F9B22B;
	margin: 0 auto;
}

.blog-section .wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: end;
	padding: 0 170px;
}
.blog-section ul li {
	background: #003400;
	height: 100%;
    margin: 0;
}
.blog-section .blog-content {
	background: #003400;
	padding: 40px 30px;
	text-align: center;
	margin: 0;
}
.blog-section .blog-content .wp-block-post-title {
	font-size: 25px !important;
	color: #FFF8F2;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}
.blog-section .blog-content .wp-block-post-title a {
	text-decoration: none;
}
.blog-section .blog-content p {
	font-size: 18px;
	color: #FFF8F2;
}
.blog-section .blog-content .line {
	width: 34px;
	height: 3px;
	background: #F9B22B;
	margin: 0 auto 10px;
	border: none;
}
.blog-section .blog-content .wp-block-post-excerpt__more-text {
	justify-content: center;
	margin-top: 30px;
}
.blog-section .blog-content .wp-block-post-excerpt__more-link {
	font-size: 18px;
	border-radius: 0;
	border: 2px solid #F9B22B;
	background: transparent;
	color: #FFF8F2;
	text-transform: uppercase;
	padding: 13px 30px;
	font-family:"mrs-eaves";
	letter-spacing: 1px;
	text-decoration: none;
	display: inline-block;
}
.blog-section .blog-content .wp-block-post-excerpt__more-link:hover {
	background: #F9B22B;
	color: #4A0404;
}


.blog-section .view-all-news {
	justify-content: center;
	padding-top: 100px;
	margin: 0;
}
.blog-section .view-all-news a {
	font-size: 20px;
	border-radius: 0;
	border: 2px solid #F9B22B;
	background: #F9B22B;
	color: #4A0404;
	text-transform: uppercase;
	padding: 16px 40px;
	font-family:"mrs-eaves";
	letter-spacing: 1px;
}
.blog-section .view-all-news a:hover {
	background: transparent;
}
.blog-section .post-thumbnail {
  aspect-ratio: 4 / 3; /* or 4 / 3 */
  width: 100%;
  overflow: hidden;
}

.blog-section .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-section .howland-blog-carousel {
	padding: 0 170px;
}
.blog-section .owl-item p {
	display: none;
}
.blog-section .owl-item .post-excerpt {
	display: block;
}
.blog-section .owl-item , .blog-section .owl-item .carousel-item {
    background: #003400;
    height: 100%;
} 
.blog-section .owl-nav {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.blog-section .owl-nav button {
	width: 44px;
    height: 44px;
    background: #4A0404 !important;
    border-radius: 100px;
    color: #ffffff !important;
	position: relative;
}
.blog-section .owl-nav button.owl-prev {
	left: -100px;
}
.blog-section .owl-nav button.owl-next {
	right: -100px;
}
/* Meetings Section */
.meetings-section {
	background: #E6E6E6;
}
.meetings-section ul li {
	background: transparent;
}
.meetings-section .section-header .view-all-news {
	padding-top: 35px;
	gap: 30px;
}
.meetings-section .section-header .view-all-news a {
	border-color: #003400;
    width: 455px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.meetings-section .section-header .view-all-news a br {

}
.meetings-section .section-header .view-all-news .circle {
	width: 28px;
	height: 28px;
	background: #F9B22B;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}
.meetings-section .section-header .view-all-news .circle i {
	font-size: 16px;
	color: #003400;
}
.meetings-section .section-header .view-all-news .meetings-btn a {
	background: #003400;
	color: #FFF8F2;
}
.meetings-section .section-header .view-all-news .events-btn a {
	background: #E6E6E6;
	color: #003400;
}
.meetings-section .section-header .view-all-news .events-btn .circle {
	background: #4A0404;
}
.meetings-section .section-header .view-all-news .events-btn .circle i {
	color: #E6E6E6;
}
.meetings-section .section-header .view-all-news .meetings-btn a:hover {
	background: #E6E6E6;
	color: #003400;
}
.meetings-section .section-header .view-all-news .meetings-btn a:hover .circle {
	background: #4A0404;
}
.meetings-section .section-header .view-all-news .meetings-btn a:hover .circle i {
	color: #E6E6E6;
}
.meetings-section .section-header .view-all-news .events-btn a:hover {
	background: #003400;
	color: #FFF8F2;
}
.meetings-section .section-header .view-all-news .events-btn a:hover .circle {
	background: #F9B22B;
}
.meetings-section .section-header .view-all-news .events-btn a:hover .circle i {
	color: #003400;
}
.meetings-section .widget_tribe-widget-events-month {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.meetings-section .tribe-events .tribe-events-calendar-month__day-cell--selected, .meetings-section .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .meetings-section .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background: transparent;
}
.meetings-section .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
    background: #F9B22B;
	display: block;
}
.meetings-section .tribe-events .tribe-events-calendar-month__mobile-events-icon--event, .meetings-section .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #F9B22B;
	display: block;
	opacity: 1;
}
.meetings-section .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus, .meetings-section .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:hover {
	background: transparent;
}
.meetings-section .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day, .meetings-section .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month__day {
    height: 60px;
    padding-top: 0;
}
.meetings-section .tribe-events button.tribe-events-c-top-bar__nav-link--next:disabled, .meetings-section .tribe-events button.tribe-events-c-top-bar__nav-link--prev:disabled, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--next, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--prev {
    width: 28px;
    height: 28px;
    background: #F9B22B !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.meetings-section .tribe-events button.tribe-events-c-top-bar__nav-link--next:disabled:hover, .meetings-section .tribe-events button.tribe-events-c-top-bar__nav-link--prev:disabled:hover, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--next:hover, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--prev:hover {
	background: #F9B22B;
}
.meetings-section .tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path, .meetings-section .tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--next svg path, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--prev svg path{
	fill: #4A0404;
}
.meetings-section .tribe-events button.tribe-events-c-top-bar__nav-link--next:disabled:hover svg path, .meetings-section .tribe-events button.tribe-events-c-top-bar__nav-link--prev:disabled:hover svg path, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--next:hover svg path, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--prev:hover svg path {
	fill: #4A0404 !important;
}
.meetings-section .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .meetings-section .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg {
    width: 11px;
    height: 11px;
}
.meetings-section .tribe-events-c-top-bar__nav-list-date {
	font-size: 36px;
	font-family: "mrs-eaves";
	color: #FEFCFD;
}
.meetings-section .tribe-events .tribe-events-c-top-bar__nav-list {
    align-items: center;
    width: 70%;
    margin: 0 auto 40px;
}
.meetings-section .tribe-events .tribe-events-header {
    padding: 0;
    margin: 0;
}
.meetings-section .tribe-common .tribe-common-b3 {
	font-size: 20px;
	color: #FEFCFD;
	margin-bottom: 10px;
}
.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
    background: #FFF8F2;
    box-shadow: 0px 3px 6px #00000029;
	padding: 15px 30px;
}
.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-virtual-hybrid-event {
	display: none !important;
}
.meetings-section .tribe-events-calendar-month-mobile-events__mobile-event-details {
	border-left: 3px solid #F9B22B;
	padding-left: 20px;
}
.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	color: #003400 !important;
}
.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link:hover {
	border: none;
	color: #F9B22B !important;
}
.meetings-section .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
	display: none;
}
.meetings-section .tribe-events .tribe-events-c-day-marker {
	display: none;
}
.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event+.tribe-events-calendar-month-mobile-events__mobile-event {
	border: none;
	margin-top: 20px;
}
.meetings-section .tribe-events-widget-events-month__view-more {
	display: none;
}
.meetings-section .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-widget-events-month {
	background: #4A0404;
	border-radius: 0;
}
.meetings-section .tribe-events .tribe-events-calendar-month__day-date-daynum {
	color: #FEFCFD;
}
.meetings-section .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month.tribe-common--breakpoint-xsmall .tribe-events-calendar-month, .meetings-section .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month.tribe-common--breakpoint-xsmall .tribe-events-calendar-month {
	padding: 0;
	margin: 0;
}
.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-day {
	padding-top: 35px;
}
.meetings-section .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
	opacity: 1;
}
.meetings-section .tribe-events-widget-shortcode__header-title {
	margin: 0 !important;
}
.meetings-section .tribe-events .tribe-events-c-messages__message {
	background: #FFF8F2;
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px 30px;
	border-radius: 0;
}
.meetings-section .tribe-events-c-messages__message-list-item {
	font-size: 16px;
	color: #003400
}
.meetings-section .tribe-common .tribe-common-c-loader__dot circle {
    fill: #F9B22B;
}
/* Weather Section */
.weather-section {
	background: #F2EEE9;
	margin: 0;
}
.weather-section p {
	display: none;
}
.weather-section .weather-location {
	font-size: 20px;
	text-transform: uppercase;
	color: #837C70;
	margin: 0;
	display: block;
}
.weather-section .weather-location br {
	display: none;
}
.weather-section .weather-location strong {
	font-weight: 700;
	display: block;
}
.weather-section .weather-location span {
	font-size: 18px;
}
.weather-section .weather-icon {
	font-size: 50px;
    color: #7d7c7a;
    display: block;
}
.weather-section .content {
	display: flex;
	gap: 20px;
}
.weather-section .title-box {
	width: 30%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 30px 40px;
	text-align: center;
}
.weather-section .title-box .current-temp {
	font-size: 36px;
	font-weight: 600;
	color: #837C70;
}
.weather-section .title-box .current-condition {
	font-size: 16px;
	color: #837C70;
}
.weather-section .weather-forecast {
	width: 70%;
	display: flex;
}
.weather-section .weather-forecast .forecast-day {
	padding: 15px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.weather-section .weather-forecast .forecast-day:nth-child(odd) {
	background: #E9E8E2;
}
.weather-section .weather-forecast .forecast-day:nth-child(even) {
	background: #F2EEE9;
}	
.weather-section .weather-forecast .forecast-day .date {
	font-size: 16px;
	color: #837C70;
}
.weather-section .weather-forecast .forecast-day .temp {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.weather-section .weather-forecast .forecast-day .temp span {
	font-size: 16px;
	color: #837C70;
}
.weather-section .weather-forecast .forecast-day .weather-icon {
	font-size: 1em;
    color: #7d7c7a;
    display: block;
}
/* Blog Archive Section */
.blog-archive-section {
	padding-top: 0 !important;
}
.blog-archive-section .content {
	padding-top: 1px;
}
.blog-archive-section .content-inner {
	background: #FFF8F2;
    padding: 85px 85px 0 85px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -85px;
    z-index: 1;
    position: relative;
}
.blog-archive-section .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	padding: 0 !important;
}
.blog-archive-section ul li:nth-child(even) {
    background: #4A0404;
}
.blog-archive-section ul li:nth-child(even) .blog-content{
	background: #4A0404;
}
.blog-archive-section .blog-content-outer {
	display: flex;
}
.blog-archive-section .wp-block-post-featured-image {
	width: 30%;
}
.blog-archive-section .wp-block-post-featured-image img {
	object-fit: inherit !important;
}
.blog-archive-section .blog-content {
	padding: 60px 150px 70px 60px;
    text-align: left;
	width: 70%;
}
.blog-archive-section .blog-content .line {
    margin: 0;
    margin-bottom: 10px;
}
.blog-archive-section .blog-content .wp-block-buttons {
    justify-content: start;
}
.blog-archive-section .pagination-outer {
	padding-top: 60px !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}
.blog-archive-section .wp-block-query-pagination-numbers {
	text-align: center;
	display: flex;
	gap: 10px;
}
.blog-archive-section .wp-block-query-pagination-numbers span, .blog-archive-section .wp-block-query-pagination-numbers a {
	font-size: 18px;
	font-weight: 700;
	color: #003400;
}
.blog-archive-section .pagination-outer .text {
	font-size: 0;
}
.blog-archive-section .pagination-outer .text span{
	font-size: 18px;
	margin: 0;
}
/* Sub Banner Section */
.sub-banner-section {
	background: #003400;
	padding: 125px 0 155px;
	text-align: center;
	margin: 0;
}
.sub-banner-section .section-title {
	font-size: 60px;
    font-weight: 600;
    color: #FFF8F2;
    letter-spacing: 3px;
    margin-top: 0;
    text-transform: uppercase;
}
.sub-banner-section .howland-breadcrumb {
	margin: 0;
	color: #FFF8F2;
}
.sub-banner-section .howland-breadcrumb span, .sub-banner-section .howland-breadcrumb a {
	font-size: 16px;
	font-weight: 400;
	color: #FFF8F2;
	text-transform: uppercase;
}
.sub-banner-section .howland-breadcrumb a {
	text-decoration: none;
}
.sub-banner-section .howland-breadcrumb a:hover {
	color: #F9B22B;
}
/* Single Blog Page */
.blog-single-section .content-inner .post-date {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #003400;
}
.blog-single-section .content-inner .line {
    width: 34px;
    height: 3px;
    background: #F9B22B;
    margin-bottom: 10px;
    border: none;
}
.blog-single-section .content-inner .entry-content p {
	font-size: 18px;
	font-weight: 400;
	color: #003400;
    display: block;
}
.blog-single-section .content-inner .wp-block-image {
	text-align: center;
}
/* Search Result Page */
.search main, .error404 main {
	padding: 100px 15px !important;
}
.events-section {
	background: transparent;
}
.events-section.meetings-section .widget_tribe-widget-events-month {
    max-width: 1200px;
}
.events-section.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.events-section.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event .add-calendar {
	font-size: 18px;
    border-radius: 0;
	background: #003400;
    color: #FFF8F2;
    text-transform: uppercase;
    padding: 13px 20px;
    font-family: "mrs-eaves";
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
	text-align: center;
}
.events-section.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event .add-calendar:hover {
	background: #4A0404;
}
.events-section.meetings-section .tribe-events-calendar-month-mobile-events__mobile-event-details {
    width: 59%;
}
/* Single Event Page */
.tribe_events-template-default .tec-block__single-event {
	background: #FFF8F2;
	margin: 0;
	border-top: 1px solid #e4e4e4;
	padding: 50px 0;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-back {
	display: none;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-schedule {
    margin: 15px 0 5px;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-single-event-title {
	font-size: 60px;
	line-height: 1.125;
    font-weight: 600;
    color: #003400;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
	font-family: "mrs-eaves";
}
.tribe_events-template-default .tec-block__single-event .tribe-events-content ol, .tribe_events-template-default .tec-block__single-event .tribe-events-content p, .tribe_events-template-default .tec-block__single-event .tribe-events-content ul, .tribe_events-template-default .tec-block__single-event .tribe-events-schedule h2 {
	font-size: 18px;
    font-weight: 400;
    color: #003400;
    display: block;
}
.tribe_events-template-default .tec-block__single-event .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe_events-template-default .tec-block__single-event .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	font-size: 18px;
    border-radius: 0;
    background: #003400;
    color: #FFF8F2;
    text-transform: uppercase;
    padding: 13px 20px;
    font-family: "mrs-eaves";
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: none;
}
.tribe_events-template-default .tec-block__single-event .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe_events-template-default .tec-block__single-event .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background: #4A0404;
}
.tribe_events-template-default .tec-block__single-event .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:focus, .tribe_events-template-default .tec-block__single-event .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:focus {
	outline: none;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-c-subscribe-dropdown__list {
	position: relative;
	top: 5px;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 18px;
	color: #003400;
    margin-top: 0;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-event-meta dd, .tribe_events-template-default .tec-block__single-event .tribe-events-event-meta dt {
	font-size: 16px;
	color: #003400;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-single .tribe-events-sub-nav {
	padding-left: 0;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-single .tribe-events-sub-nav a {
	color: #003400;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-single .tribe-events-sub-nav a:hover {
	color: #4A0404;
}
.tribe_events-template-default .tec-block__single-event #tribe-events-footer {
	display: none;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-event-meta:before, .tribe_events-template-default .tec-block__single-event .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets) {
	border: none;
}
.tribe_events-template-default .tec-block__single-event .tec-events-virtual-single-api-details  {
	border-bottom: 1px solid var(--tec-color-border-secondary);
	border-top: 1px solid var(--tec-color-border-secondary);
}
.tribe_events-template-default .tec-block__single-event .tec-events-virtual-single-api-details__meta-group-content {
	margin: 0;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-meta-group a {
	color: #003400;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-meta-group a:hover {
	color: #4A0404;
}
.tribe_events-template-default .tec-block__single-event .tribe_events .tribe-events-event-meta {
	display: none;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-virtual-link-button {
    background: #003400;
	font-family: "mrs-eaves";
}
.tribe_events-template-default .tec-block__single-event .tribe-events-virtual-link-button:hover {
    background: #4A0404;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-virtual-link-button span {
	font-size: 16px;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-hybrid-single-marker--mobile, .tribe_events-template-default .tec-block__single-event .tribe-events-virtual-single-marker--mobile {
    display: none;
}
.tribe_events-template-default .tec-block__single-event .tribe-events-schedule .tribe-events-hybrid-single-marker, .tribe_events-template-default .tec-block__single-event .tribe-events-schedule .tribe-events-virtual-single-marker {
	display: flex;
	float: none;
	margin: 0;
}


@media only screen and (max-width: 1800px) {
	.weather-section .weather-forecast {
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 1600px) {
	.header-section .header-inner {
		height: 90px;
	}
	.header-section .wp-block-image img {
		width: 190px;
	}
	.icons-section .wp-block-columns {
		padding: 0 55px;
	}
	.icons-section .icon-box figure {
		width: 145px;
		height: 145px;
		margin: 0 auto 35px;
	}
	.alert-section .content {
		padding: 0 50px;
	}
	.alert-section .content-inner .heading-box {
		width: 18%;
	}
	.footer-section .content {
		padding: 0 50px;
		grid-template-columns: 26% 33.8% 32%;
	}
	.footer-section .footer-contact {
		padding-left: 60px;
		padding-right: 50px;
	}
	.footer-section .footer-contact-outer, .footer-section .footer-links-outer {
		padding: 30px 0;
	}
	.blog-section {
		padding: 120px 0;
	}
	.blog-section h2 {
		font-size: 50px;
	}
	.blog-section .wp-block-post-template, .blog-section .howland-blog-carousel {
		padding: 0 70px;
	}
	.blog-section .section-header {
		margin-bottom: 50px;
	}
	.blog-section .view-all-news {
		padding-top: 70px;
	}
	.blog-section .owl-nav button.owl-prev {
		left: -60px;
	}
	.blog-section .owl-nav button.owl-next {
		right: -60px;
	}
	.blog-archive-section .blog-content {
		padding: 60px;
	}
	.blog-archive-section .pagination-outer {
		padding-top: 50px !important;
	}
	.sub-banner-section {
		padding: 105px 0 135px;
	}
	.weather-section .title-box {
		padding: 25px 30px;
		width: 35%;
	}
	.tribe_events-template-default .tec-block__single-event .tribe-events-single-event-title {
		font-size: 50px;
	}
}



@media only screen and (max-width: 1366px) {
	.header-section .header-inner {
		height: 80px;
	}
	.header-section .wp-block-image img {
		width: 170px;
	}
	.header-section ul {
		gap: 25px;
	}
	.popup-form form {
		width: 70%;
	}	
	.banner-section .content-outer {
		padding: 120px 15px 220px;
	}
	.banner-section p {
		font-size: 18px;
	}
	.banner-section h1 {
		font-size: 70px;
	}
	.icons-section .wp-block-columns {
		padding: 0 40px;
		margin-top: -60px;
	}
	.icons-section .wp-block-column {
		margin-top: -35px;
	}
	.icons-section .icon-box figure {
		width: 100px;
		height: 100px;
		margin: 0 auto 20px;
	}
	.icons-section .icon-box figure img {
		width: 45px;
	}
	.icons-section .icon-box p {
		margin-bottom: 20px;
	}
	.alert-section .content {
		padding: 0;
	}
	.alert-section .content-inner .heading-box {
		width: 22%;
	}
	.alert-section .content-inner p strong {
		font-size: 22px;
	}
	.alert-section .content-inner .content-box {
		padding: 10px 0 10px 40px;
	}
	.footer-section {
		padding: 100px 0;
	}
	.footer-section .content {
        padding: 0;
        grid-template-columns: 26% 33.8% 34%;
		gap: 30px;
    }
	.footer-section .footer-contact {
        padding-left: 30px;
        padding-right: 30px;
    }
	.footer-section .footer-contact-outer, .footer-section .footer-links-outer {
        padding: 20px 0;
    }
	.footer-section .footer-links .wp-block-columns {
		gap: 30px;
	}
	.footer-section .footer-heading {
		margin-bottom: 20px;
	}
	.footer-section .line {
		margin-bottom: 30px;
	}
	.footer-section .footer-contact p.address {
		margin-bottom: 35px;
	}
	.footer-section .footer-links ul {
		gap: 20px;
	}
	.blog-section {
		padding: 100px 0;
	}
	.blog-section h2 {
		font-size: 44px;
	}
	.blog-section .wp-block-post-template, .blog-section .howland-blog-carousel {
		padding: 0 50px;
	}
	.blog-section .wp-block-post-template, .blog-section .howland-blog-carousel {
		gap: 30px;
		padding: 0;
	}
	.blog-section .section-header {
		margin-bottom: 40px;
	}
	.blog-section .blog-content {
		padding: 35px 20px;
	}
	.blog-section .blog-content .wp-block-post-title {
		font-size: 22px !important;
	}
	.blog-section .blog-content .wp-block-post-excerpt__more-link {
		font-size: 16px;
		padding: 10px 25px;
	}
	.blog-section .view-all-news a {
		font-size: 18px;
		padding: 14px 35px;
	}
	.blog-section .owl-nav {
		position: relative;
		top: auto;
		transform: none;
		justify-content: center;
		margin-top: 40px;
		gap: 20px;
	}
	.blog-section .owl-nav button.owl-prev {
		left: 0;
	}
	.blog-section .owl-nav button.owl-next {
		right: 0;
	}
	.blog-archive-section .content-inner {
		padding: 60px 70px 0 70px;
		margin-top: -60px;
	}
	.blog-archive-section .blog-content {
        padding: 40px;
    }
	.blog-archive-section .pagination-outer {
		padding-top: 40px !important;
	}
	.sub-banner-section {
		padding: 90px 0 120px;
	}
	.sub-banner-section .section-title {
		font-size: 50px;
	}
	.weather-section .weather-location {
		font-size: 18px;
	}
	.weather-section .weather-icon {
		font-size: 40px;
	}
	.weather-section .title-box .current-temp {
		font-size: 32px;
	}
	.weather-section .title-box {
		width: 45%;
	}
	.meetings-section .section-header .view-all-news a {
		width: 350px;
	}
	.meetings-section .section-header .view-all-news .circle {
		width: 25px;
		height: 25px;
	}
	.meetings-section .section-header .view-all-news .circle i {
		font-size: 14px;
	}
	.tribe_events-template-default .tec-block__single-event .tribe-events-single-event-title {
		font-size: 44px;
	}
}

@media only screen and (max-width: 1199px) {
	.header-section .wp-block-navigation__responsive-container-content {
		width: 90%;
		margin-left: auto;
	}
}

@media only screen and (max-width: 1100px) {
	.header-section .wp-block-navigation__responsive-container-content {
		width: 88%;
	}
}

@media only screen and (max-width: 1024px) {
	.header-section .header-inner {
		height: 60px;
		padding: 0px; 
		margin: 0px;
	}
	
	.header-section {
		padding: 20px 0px !important;
	}
	
	.header-section .wp-block-image img {
		width: 140px;
	}
	.header-section .nav-outer {
		gap: 30px;
	}
	.header-section ul {
		gap: 30px !important;
	}
	.header-section ul li a {
		font-size: 16px;
	}
	.header-section form img {
		width: 20px !important;
		height: 20px !important;	
	}
	.header-section .header-search .search-icon {
		filter: invert(30%) sepia(15%) saturate(7000%) hue-rotate(96deg) brightness(25%) contrast(60%);
		min-width: 30px;
		min-height: 30px;
		width: 30px;
		height: 30px;
		transform: rotate(270deg);
	}
	.banner-section .content-outer {
		padding: 70px 15px 145px;
		min-height: auto;
	}
	.banner-section p {
		font-size: 16px;
	}
	.banner-section h1 {
		font-size: 45px;
	}
	.banner-section .wp-block-search__custom input {
		font-size: 16px;
		height: 55px;
		padding: 0 25px;
	}
	.banner-section .wp-block-search__custom button {
		width: 60px;
		height: 55px;
	}
	.icons-section .wp-block-columns {
        padding: 0 20px;
        margin-top: -50px;
        display: flex;
        flex-wrap: nowrap !important;
    }
	.icons-section .wp-block-column {
		margin-top: -25px;
	}
	.icons-section .icon-box figure {
		width: 80px;
		height: 80px;
		margin: 0 auto 15px;
	}
	.icons-section .icon-box figure img {
		width: 35px;
	}
	.icons-section .icon-box p {
		font-size: 16px;
		margin-bottom: 20px;
		min-height: 45px;
	}
	.alert-section .content-inner {
		padding: 25px 30px;
		gap: 25px;
	}
	.alert-section .content-inner p strong {
		font-size: 20px;
	}
	.alert-section .content-inner .heading-box {
		width: 15%;
	}
	.alert-section .content-inner .content-box {
		padding: 5px 0 5px 30px;
	}
	.alert-section .content-inner p {
		font-size: 16px;
	}
	.footer-section {
		padding: 70px 0;
		float: left;
		width: 100%;
	}
	.footer-section .footer-logo-outer {
		justify-content: center;
		margin-bottom: 30px;
	}
	.footer-section .footer-logo img {
		width: 200px;
	}
	.footer-section .content {
        padding: 0;
		display: block;
    }
	.footer-section .footer-contact {
        padding-left: 0;
        padding-right: 30px;
    }
	.footer-section .footer-contact-outer, .footer-section .footer-links-outer {
        padding: 0;
		width: 49%;
        float: left;
		border: none;
    }
	.footer-section .footer-links .wp-block-columns {
		gap: 20px;
	}
	.footer-section .footer-heading {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.footer-section p, .footer-section a {
		font-size: 16px;
	}
	.footer-section .line {
		margin-bottom: 30px;
	}
	.footer-section .footer-contact p.address {
		margin-bottom: 25px;
	}
	.footer-section .footer-links ul {
		gap: 15px;
	}
	.footer-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0 !important;
    }
	.blog-section {
		padding: 70px 0;
	}
	.blog-section h2 {
		font-size: 36px;
	}
	.blog-section .section-subtitle {
		font-size: 16px;
	}
	.blog-section .wp-block-post-template, .blog-section .howland-blog-carousel {
		grid-template-columns: repeat(2, 1fr);
	}
	.blog-section .section-header {
		margin-bottom: 30px;
	}
	.blog-section .blog-content {
		padding: 35px 30px;
	}
	.blog-section .blog-content .wp-block-post-title {
		font-size: 20px !important;
	}
	.blog-section .blog-content p {
		font-size: 16px;
	}
	.blog-section .blog-content .wp-block-post-excerpt__more-link {
		padding: 10px 22px;
	}
	.blog-section .blog-content .wp-block-post-excerpt__more-text {
		margin-top: 25px;
	}
	.blog-section .view-all-news {
        padding-top: 40px;
    }
	.blog-section .view-all-news a {
		font-size: 16px;
		padding: 12px 30px;
	}
	.blog-section .owl-nav {
		margin-top: 35px;
		gap: 20px;
	}
	.blog-section .owl-nav button {
		width: 40px;
		height: 40px;
	}
	.blog-archive-section .content-inner {
        padding: 50px 30px 0 30px;
        margin-top: -50px;
    }
	.blog-archive-section .wp-block-post-template {
        grid-template-columns: repeat(1,1fr);
    }
	.blog-archive-section .wp-block-post-featured-image {
		width: 35%;
	}
	.blog-archive-section .blog-content {
		width: 65%;
	}
	.blog-archive-section .pagination-outer {
		padding-top: 30px !important;
	}
	.sub-banner-section {
		padding: 65px 0 110px;
	}
	.sub-banner-section .section-title {
		font-size: 40px;
	}
	.weather-section .content {
		flex-wrap: wrap;
		gap: 0;
	}
	.weather-section .title-box {
        width: 50%;
        justify-content: space-between;
        margin: 0 auto;
    }
	.weather-section .weather-location span {
		font-size: 16px;
	}
	.weather-section .weather-icon {
		font-size: 35px;
	}
	.weather-section .title-box .current-temp {
		font-size: 28px;
	}
	.weather-section .weather-forecast {
        width: 100%;
    }
	.weather-section .weather-forecast .forecast-day {
		padding: 15px 30px;
		gap: 10px;
	}
	.blog-single-section .content-inner .post-date {
		font-size: 16px;
	}
	.blog-single-section .content-inner .entry-content p {
		font-size: 16px;
	}
	.search main, .error404 main {
		padding: 70px 15px !important;
	}
	.meetings-section .section-header .view-all-news a {
		width: 250px;
		gap: 15px;
	}
	.meetings-section .section-header .view-all-news .circle {
		width: 20px;
		height: 20px;
	}
	.meetings-section .section-header .view-all-news .circle i {
		font-size: 12px;
	}
	.meetings-section .section-header .view-all-news {
		padding-top: 25px;
		gap: 20px;
	}
	.meetings-section .tribe-events-c-top-bar__nav-list-date {
		font-size: 30px;
	}
	.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
		font-size: 16px;
	}
	.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-day {
		padding-top: 20px;
	}
	.meetings-section .tribe-common .tribe-common-b3 {
		font-size: 18px;
	}
	.events-section.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event .add-calendar {
		font-size: 16px;
		padding: 10px 20px;
	}
	.tribe_events-template-default .tec-block__single-event {
		padding: 50px 0 25px;
	}
	.tribe_events-template-default .tec-block__single-event .tribe-events-single-event-title {
		font-size: 36px;
	}
	.tribe_events-template-default .tec-block__single-event .tribe-events-content ol, .tribe_events-template-default .tec-block__single-event .tribe-events-content p, .tribe_events-template-default .tec-block__single-event .tribe-events-content ul, .tribe_events-template-default .tec-block__single-event .tribe-events-schedule h2 {
		font-size: 16px;
	}
	.tribe_events-template-default .tec-block__single-event .tribe-events-c-subscribe-dropdown {
		margin: 15px 0;
	}
	.tribe_events-template-default .tec-block__single-event .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe_events-template-default .tec-block__single-event .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
		font-size: 16px;
	}
}



@media only screen and (max-width: 767px) {
	
	.header-section {
		padding: 20px 0px !important;
	}
	
	.header-section .header-inner {
		height: 40px;
	}
	.header-section .wp-block-image img {
		width: 90px;
        top: -10px;
	}
	.header-section .nav-outer {
		gap: 20px;
	}
	.header-section ul {
		gap: 20px !important;
	}
	.header-section ul li a {
        font-size: 14px;
    }
	.header-section .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
		outline-offset: 0 !important;
		border: none;
		outline: none;
	}
	.header-section .wp-block-navigation__responsive-container-open {
		outline: none;
	}
	.popup-form form {
		width: 100%;
	}	
	.banner-section .content-outer {
		padding: 60px 15px 140px;
	}
	.banner-section p {
		font-size: 16px;
		margin-bottom: 2px;
	}
	.banner-section h1 {
		font-size: 30px;
	}
	.banner-section .wp-block-search__custom input {
		height: 45px;
		padding: 0 20px;
	}
	.banner-section .wp-block-search__custom button {
		width: 60px;
		height: 45px;
	}
	.icons-section {
		padding-bottom: 30px;
	}
	.icons-section .wp-block-columns {
        padding: 0 20px;
        margin-top: -50px;
        flex-wrap: wrap !important;
    }
	.icons-section .wp-block-column {
        margin-top: -25px;
		margin-bottom: 30px;
    }
	.icons-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 45% !important;
    }
	.icons-section .icon-box figure {
		width: 70px;
		height: 70px;
	}
	.icons-section .icon-box figure img {
		width: 30px;
	}
	.icons-section .icon-box p {
		margin-bottom: 15px;
		min-height: auto;
	}
	.icons-section .icon-box p br {
		display: none;
	}
	.alert-section .content-inner {
		display: grid;
        padding: 20px 30px;
        gap: 20px;
    }
	.alert-section .content-inner .heading-box {
        width: 100%;
    }
	.alert-section .content-inner .content-box {
        padding: 0px 0 0px 20px;
		width: 100%;
    }
	.footer-section {
		padding: 60px 0;
	}
	.footer-section .footer-logo img {
        width: 150px;
    }
	.footer-section .footer-contact-outer {
		margin-bottom: 30px;
		text-align: center;
	}
	.footer-section .footer-contact-outer, .footer-section .footer-links-outer {
        width: 100%;
    }
	.footer-section .footer-contact {
        padding: 0 50px;
    }
	.footer-section .line {
        margin-bottom: 20px;
    }
	.footer-section .footer-contact-outer  .line {
        margin: 0 auto 20px;
    }
	.footer-section .footer-contact p.address {
        margin-bottom: 15px;
    }
	.footer-section .footer-links ul {
        gap: 10px;
    }
	.blog-section {
		padding: 60px 0;
	}
	.blog-section h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.blog-section .section-subtitle {
		margin-bottom: 10px;
	}
	.blog-section .wp-block-post-template, .blog-section .howland-blog-carousel {
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-section .section-header {
		margin-bottom: 20px;
	}
	.blog-section .blog-content {
		padding: 30px;
	}
	.blog-section .blog-content .wp-block-post-excerpt__more-link {
		padding: 9px 20px;
	}
	.blog-section .view-all-news {
        padding-top: 30px;
    }
	.blog-section .view-all-news a {
		padding: 10px 25px;
	}
	.blog-section .owl-nav {
		margin-top: 25px;
		gap: 10px;
	}
	.blog-section .owl-nav button {
		width: 35px;
		height: 35px;
	}
	.blog-archive-section .blog-content-outer {
		display: block;
	}
	.blog-archive-section .wp-block-post-featured-image {
		width: 100%;
	}
	.blog-archive-section .blog-content {
		width: 100%;
		text-align: center;
	}
	.blog-archive-section .blog-content .line {
		margin: 0 auto 10px;
	}
	.blog-archive-section .blog-content .wp-block-buttons {
		justify-content: center;
	}
	.blog-archive-section .content-inner {
        padding: 35px 25px 0 25px;
        margin-top: -35px;
		border-top-left-radius: 50px;
    	border-top-right-radius: 50px;
    }
	.blog-archive-section .pagination-outer {
		padding-top: 20px !important;
	}
	.sub-banner-section {
		padding: 55px 0 85px;
	}
	.sub-banner-section .section-title {
		font-size: 30px;
	}
	.sub-banner-section .howland-breadcrumb span, .sub-banner-section .howland-breadcrumb a {
		font-size: 14px;
	}
	.weather-section .title-box {
        width: 70%;
		padding: 15px 30px;
    }
	.weather-section .weather-icon {
		font-size: 30px;
	}
	.weather-section .title-box .current-temp {
		font-size: 24px;
	}
	.blog-single-section .content-inner {
		gap: 10px;
	}
	.search main, .error404 main {
		padding: 60px 15px !important;
	}
	.meetings-section .section-header .view-all-news a {
		width: 100%;
		gap: 10px;
	}
	.meetings-section .section-header .view-all-news .circle i {
		font-size: 10px;
	}
	.meetings-section .section-header .view-all-news {
		padding-top: 20px;
		gap: 15px;
	}
	.meetings-section .tribe-events-c-top-bar__nav-list-date {
		font-size: 24px;
	}
	.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-day {
		padding-top: 0;
	}
	.meetings-section .tribe-events button.tribe-events-c-top-bar__nav-link--next:disabled, .meetings-section .tribe-events button.tribe-events-c-top-bar__nav-link--prev:disabled, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--next, .meetings-section .tribe-events .tribe-events-c-top-bar__nav-link--prev {
		width: 25px;
		height: 25px;
	}
	.events-section.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
		display: block;
	}
	.events-section.meetings-section .tribe-events-calendar-month-mobile-events__mobile-event-details {
		width: 100%;
		margin-bottom: 15px;
	}
	.events-section.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event .add-calendar {
		padding: 9px 20px;
	}
	.tribe_events-template-default .tec-block__single-event {
		padding: 10px 0 5px;
	}
	.tribe_events-template-default .tec-block__single-event .tribe-events-single-event-title {
		font-size: 30px;
	}
	.tribe_events-template-default .tec-block__single-event .tribe-events-schedule {
		margin: 0;
	}
	.tribe_events-template-default .tec-block__single-event #tribe-events-content .tribe-events-event-meta.tec-events-virtual-single-api-details .tribe-events-meta-group, .tribe_events-template-default .tec-block__single-event #tribe-events-content .tribe-events-event-meta.tribe-events-virtual-single-zoom-details .tribe-events-meta-group {
		margin-bottom: 25px;
	}
}


@media only screen and (max-width: 575px) {
	
	.header-section {
		padding: 20px 0px !important;
		width: 100% !important;
	}
	
	.icons-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
	.footer-section .footer-logo img {
        width: 120px;
    }
	.footer-section .footer-contact {
        padding-right: 0;
    }
	.footer-section .footer-contact {
        padding: 0;
    }
	.blog-archive-section .blog-content {
        padding: 30px 20px;
    }
	.weather-section .title-box {
        width: 90%;
		padding: 15px 20px;
    }
	.meetings-section .section-header .view-all-news .meetings-btn, .meetings-section .section-header .view-all-news .events-btn {
		width: 100%;
	}
	.meetings-section .tribe-events .tribe-events-c-top-bar__nav-list {
		margin: 0 auto 30px;
		width: 100%;
	}
	.meetings-section .tribe-common .tribe-common-l-container {
		padding: 0;
	}
	.meetings-section .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month, .meetings-section .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month {
		padding: 0;
		margin: 0;
	}
	.meetings-section .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
		padding: 10px 20px;
	}
	.meetings-section .tribe-events-calendar-month-mobile-events__mobile-event-details {
		padding-left: 10px;
	}
	.meetings-section .tribe-events .tribe-events-c-messages__message {
		padding: 10px 20px;
		border-radius: 0;
	}
	.events-section.meetings-section {
		width: 100%;
	}
}