.sidebar_filter_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 43px;
}
.sidebar_filter_input {
	width: calc(100% - 42px);
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	height: 100%;
	background-color: #ebe7db !important;
	border-radius: 3px 0 0 3px;
	color: #102b30;
	-webkit-box-flex: 1;
	height: 100%;
}
.sidebar_filter_button-orange {
}
.sidebar_filter_submit {
	height: 43px;
	width: 42px;
	font-size: 0;
	border-radius: 0 3px 3px 0;
	background-color: #ff9a51;
	border: 1px solid rgba(38, 30, 31, 0.25);
	border-left: none;
	background-image: url(https://www.cmzoo.org/wp-content/themes/cmzoo/assets/images/site/icon-magnifying-glass.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 55%;
	cursor: pointer;
	height: 100%;
}
.hide-on-desktop {
	display: none !important;
}
@media only screen and (max-width: 1120px) {
	.hide-on-desktop {
		display: block !important;
	}
}

/* Post Caption Styles */
.rich-text figure {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.rich-text figure img {
	margin: 0;
}
.rich-text figure.alignright {
	float: right;
	margin-left: 1.5rem;
}
.rich-text figure.alignleft {
	float: left;
	margin-right: 1.5rem;
}
.rich-text figure.alignnone {
	float: left;
	margin-right: 1.5rem;
}
.rich-text figure.alignnone {
	margin: 1.5rem auto;
}

.rich-text figure figcaption {
	margin: 0;
	font-size: 14px;
	padding: 0.5rem 0;
	line-height: 20px;
	display: inline-block;
	width: 100%;
}

.rich-text.has-caption-background figure figcaption {
	background: #d3d3d352;
	padding: 0.5rem;
	padding-top: 0.5rem;
	border: 1px solid #d3d3d3d1;
}

.rich-text.has-no-captions figcaption {
	display: none;
}

/* Accordion Image Styles */
.component-accordion-block-text .rich-text img.alignright {
	float: right;
	margin-left: 1.5rem;
}
.component-accordion-block-text .rich-text img.alignleft {
	float: left;
	margin-right: 1.5rem;
}
.component-accordion-block-text .rich-text img.alignnone {
	float: left;
	margin-right: 1.5rem;
}
.component-accordion-block-text .rich-text img.alignnone {
	margin: 1.5rem auto;
}

/* ConstantContact Fixes */
.footer .ctct-form-field-submit input[type=submit] {
	background-color: #ff9a51 !important;
    color: #543b35 !important;
}
.footer .ctct-form {
	background-color: transparent !important;
}

.footer .ctct-form-wrapper .ctct-disclosure a[href*="constantcontact.com"] {
	display: none;
}

.footer .ctct-form-field-submit input[type=submit]:hover {
    background-color: #fec29a !important;
}

/* Internal Newsletter */
.page-content .rich-text .ctct-form {
	background-color: transparent !important;
}
.page-content .rich-text .ctct-form-field-submit input[type=submit]:hover {
    background-color: #fec29a !important;
}

.page-content .rich-text  .ctct-form-wrapper .ctct-disclosure a[href*="constantcontact.com"] {
	display: none;
}
.page-content .rich-text .ctct-form-field-submit input[type=submit] {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	min-width: 180px;
	position: relative;
	border: 6px solid;
	cursor: pointer;
	display: inline-block;
	line-height: 1.2;
	padding: 14px 71px 14px 24px;
	text-align: center;
	border-color: #FF9A51;
	background-color: #FF9A51 !important;
	color: #543B35 !important;
}
.page-content .rich-text .ctct-form-field-submit:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	z-index: 1;
	border: 1px solid #A96A47;
	content: '';
	pointer-events: none;
}
.page-content .rich-text .ctct-form-field-submit:after {
	background-image: url(https://www.cmzoo.org/wp-content/themes/cmzoo/assets/images/site/icon-arrow-brown.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	background-position: right center;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 6px;
	right: 6px;
	background-position: center;
	border-left: 1px solid #A96A47;
	content: '';
	line-height: 46px;
	pointer-events: none;
}

.page-content .rich-text .ctct-form-field-submit {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    width: auto;
    display: inline-block;
}

.page-content .rich-text .ctct-form-field-email input {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    width: 100%;
    height: 100%;
    background-color: #ebe7db;
    border-radius: 3px;
    color: #102b30;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	margin-top: 0px;
}

.page-content .rich-text .ctct-form-field-email span {
    display: none;
}

.page-content .rich-text .ctct-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ctct-form-wrapper {
	max-width: 600px;
}

@media only screen and (min-width: 500px) {
    .page-content .rich-text .ctct-form-field-email {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 14px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 499px) {
    .page-content .rich-text .ctct-form-field-submit, .page-content .rich-text .ctct-form-field-submit input {
        width: 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 739px) {
    .page-content .rich-text .ctct-form-field-email input {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 499px) {
	.page-content .rich-text .ctct-form-field-email {
        width: 100%;
    }
}

/* New 2025 Table Styles */

.component-data-table.align-right .component-data-table-container td,
.component-data-table.align-right .component-data-table-container th {
	padding-left: 32px !important;
	padding-right: 8px !important;
	text-align: right !important;
}
.component-data-table.align-left .component-data-table-container td,
.component-data-table.align-left .component-data-table-container th {
	padding-left: 8px !important;
	padding-right: 32px !important;
	text-align: left !important;
}
.component-data-table a {
	padding-right: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 739px) {
.component-data-table.scrollable .component-data-table-container:before {
	height: calc(100% - 23px);
	top: 7px;
	width: 50px;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.component-data-table.scrollable .component-data-table-content:after {
	content: 'Scroll To Explore Data →';
	position: absolute;
	right: 12px;
	font-size: 12px;
	bottom: -12px;
}
.component-data-table.listed td {
	justify-content: flex-start;
	padding: 16px 16px;
	border-bottom: 1px solid #e5e3dd;
}
.component-data-table.listed tbody tr {
	padding: 0;
	margin-bottom: 24px;
}
.component-data-table.listed td span {
	min-width: 275px;
	font-size: 14px;
}
.component-data-table.listed td:first-child {
	background-color: #a5be95;
	font-weight: bold;
}
.component-data-table.listed td:nth-child(even) {
	background-color: #f5f3ed;
}
.component-data-table.listed table tr:first-child td,
.component-data-table.listed table tr td {
	padding-top: 12px;
	padding-bottom: 12px;
}
.component-data-table.listed tbody tr:nth-child(2n) {
	background-color: transparent;
}
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
.component-data-table.listed td span {
	min-width: 175px;
}
}
@media only screen and (min-width: 0px) and (max-width: 375px) {
.component-data-table.listed td span {
	min-width: 150px;
}
}

/* New Icons */
.component-membership-tiers-block-icon.sky {
	background-image: url(https://www.cmzoo.org/wp-content/themes/cmzoo/assets/images/site/membership/sky-ride-icon.png);
	background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 32px;
}
.component-membership-tiers-block-icon.art {
	background-image: url(https://www.cmzoo.org/wp-content/themes/cmzoo/assets/images/site/membership/art-icon.png);
	background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
	position: relative;
	top: 2px;
}
.component-membership-tiers-block-icon.four_guests {
	background-image: url(https://www.cmzoo.org/wp-content/themes/cmzoo/assets/images/site/membership/four-guests-icon.png);
	background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
	position: relative;
	top: 4px;
}