<!doctype html>
<html lang="en-US" >
	<head>
		<link rel="profile" href="https://gmpg.org/xfn/11">
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">

				<script type="text/javascript">
			window.flatStyles = window.flatStyles || ''

			window.lightspeedOptimizeStylesheet = function () {
				const currentStylesheet = document.querySelector( '.tcb-lightspeed-style:not([data-ls-optimized])' )

				if ( currentStylesheet ) {
					try {
						if ( currentStylesheet.sheet && currentStylesheet.sheet.cssRules ) {
							if ( window.flatStyles ) {
								if ( this.optimizing ) {
									setTimeout( window.lightspeedOptimizeStylesheet.bind( this ), 24 )
								} else {
									this.optimizing = true;

									let rulesIndex = 0;

									while ( rulesIndex < currentStylesheet.sheet.cssRules.length ) {
										const rule = currentStylesheet.sheet.cssRules[ rulesIndex ]
										/* remove rules that already exist in the page */
										if ( rule.type === CSSRule.STYLE_RULE && window.flatStyles.includes( `${rule.selectorText}{` ) ) {
											currentStylesheet.sheet.deleteRule( rulesIndex )
										} else {
											rulesIndex ++
										}
									}
									/* optimize, mark it such, move to the next file, append the styles we have until now */
									currentStylesheet.setAttribute( 'data-ls-optimized', '1' )

									window.flatStyles += currentStylesheet.innerHTML

									this.optimizing = false
								}
							} else {
								window.flatStyles = currentStylesheet.innerHTML
								currentStylesheet.setAttribute( 'data-ls-optimized', '1' )
							}
						}
					} catch ( error ) {
						console.warn( error )
					}

					if ( currentStylesheet.parentElement.tagName !== 'HEAD' ) {
						/* always make sure that those styles end up in the head */
						const stylesheetID = currentStylesheet.id;
						/**
						 * make sure that there is only one copy of the css
						 * e.g display CSS
						 */
						if ( ( ! stylesheetID || ( stylesheetID && ! document.querySelector( `head #${stylesheetID}` ) ) ) ) {
							document.head.prepend( currentStylesheet )
						} else {
							currentStylesheet.remove();
						}
					}
				}
			}

			window.lightspeedOptimizeFlat = function ( styleSheetElement ) {
				if ( document.querySelectorAll( 'link[href*="thrive_flat.css"]' ).length > 1 ) {
					/* disable this flat if we already have one */
					styleSheetElement.setAttribute( 'disabled', true )
				} else {
					/* if this is the first one, make sure he's in head */
					if ( styleSheetElement.parentElement.tagName !== 'HEAD' ) {
						document.head.append( styleSheetElement )
					}
				}
			}
		</script>
		<style type="text/css" id="tcb-style-base-page-196734"  onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">body:not(.tve_editor_page) .thrv_social_follow .tve_s_item a[href=""],body:not(.tve_editor_page) .thrive_author_links .tve_s_item a[href=""]{display:none;}.thrv_wrapper .tve-content-box-background{position:absolute;width:100%;left:0px;top:0px;overflow:hidden;background-clip:padding-box;height:100% !important;}.thrv_wrapper.thrv-content-box{box-sizing:border-box;position:relative;min-height:10px;}.thrv_wrapper.thrv-content-box div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element){box-sizing:border-box;}.tve-cb{display:inline-block;vertical-align:middle;clear:both;overflow:visible;width:100%;z-index:1;position:relative;min-height:10px;}.thrv-button{max-width:100%;margin-left:auto;margin-right:auto;display:table !important;}.thrv-button.thrv_wrapper{padding:0px;}.thrv-button .tcb-plain-text{cursor:pointer;}a.tcb-button-link{background-color:rgb(26,188,156);padding:12px 15px;font-size:18px;box-sizing:border-box;display:inline-flex;align-items:center;overflow:hidden;width:100%;text-align:center;line-height:1.2em;}a.tcb-button-link:hover{background-color:rgb(21,162,136);}.thrv-button a.tcb-button-link{color:rgb(255,255,255);text-decoration:none !important;}a.tcb-button-link > span::before{position:absolute;content:"";display:none;top:-100px;bottom:-100px;width:1px;left:10px;background-color:rgb(0,121,0);}span.tcb-button-texts{color:inherit;display:block;flex:1 1 0%;position:relative;}span.tcb-button-texts > span{display:block;padding:0px;}.thrv_text_element a:not(.tcb-button-link){font-size:inherit;}.tcb-plain-text{cursor:text;}.thrv_text_element{overflow-wrap:break-word;}body:not(.tve_editor_page) .thrv_wrapper.thrv_footer,body:not(.tve_editor_page) .thrv_wrapper.thrv_header{padding:0px;}.tcb-post-thumbnail{display:block;max-width:100%;}.tcb-post-thumbnail.thrv_wrapper{margin-top:0px;margin-bottom:0px;padding:0px;}.tcb-post-thumbnail:empty{display:none;}.tcb-post-thumbnail img{box-sizing:border-box;height:auto;vertical-align:middle;max-width:100%;width:100%;}.tcb-post-content{overflow-wrap:break-word;}.tcb-post-content.thrv_wrapper{margin-top:15px;margin-bottom:15px;padding:0px;}#tve_editor .tcb-post-content p{font-size:16px;line-height:1.6em;}.tcb-post-list{box-sizing:content-box;display:flex;flex-flow:row wrap;justify-content:flex-start;padding:0px !important;}.tcb-post-list-cb-clear p{letter-spacing:1px;padding:0px !important;}.tcb-post-list-cb-clear p a{color:inherit !important;}.tcb-post-list-cb-clear::after{clear:both;}.tcb-post-list-cb{float:left;position:relative;z-index:3;}.tcb-post-list-cb.thrv_wrapper{margin-top:10px;margin-bottom:5px;padding:4px 10px;}.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb p{color:rgb(255,255,255);font-size:13px;line-height:1em;}.tcb-post-list-cb .thrv_wrapper{margin-top:0px;margin-bottom:0px;padding:0px;}.tcb-post-list-cb .tve-content-box-background{background-color:rgba(0,0,0,0.45);border-radius:5px;}.tcb-post-read-more{display:table;float:left;position:relative;}.tcb-post-read-more.thrv_wrapper{margin-bottom:0px;margin-top:0px;padding:0px;}.tcb-post-read-more .tcb-button-link{color:rgb(255,255,255);--tcb-applied-color:#fff;text-decoration:none !important;}.tcb-post-read-more:not([data-button-style]) .tcb-button-link{border-radius:5px;border:1px solid rgb(215,215,215);color:rgb(10,10,10);--tcb-applied-color:#0a0a0a;font-size:14px;padding:10px;background-color:rgb(255,255,255) !important;}.tcb-post-read-more:not([data-button-style]) .tcb-button-link:hover{background-color:rgb(255,255,255);color:rgb(0,143,255);}.tcb-post-read-more-clear::after{clear:both;}.tcb-post-read-more-link:hover{border:1px solid rgb(0,143,255);}article{box-sizing:border-box;transition:opacity 1s ease-in-out 0s;width:100%;}article.thrv_wrapper{margin-bottom:0px;margin-top:0px;padding:0px;}body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] > article > .tve-article-cover,body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] > article .tve-article-cover a{position:absolute;width:100%;height:100%;top:0px;left:0px;cursor:pointer;z-index:12;}.tcb-article-cover-link,.tcb-post-list .tve-article-cover a{line-height:0 !important;font-size:0px !important;color:transparent !important;}.tve-loading{position:relative;opacity:0.7;}.tve-loading.load-bot{opacity:1;}.tve-loading.load-bot::after{bottom:0px;top:inherit;}.tve-loading::after{background-image:url("data:image/png;base64,R0lGODlhQABAAPQOAOrq6n9/f9zc3EVFRSgoKLe3t2lpaaampsvLy1ZWVpCQkDMzM4+Pj46Ojuvr64CAgOzs7IGBge3t7e7u7oKCggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwRjU1RDY3OEFBMTFFM0IwNzNFMjk5QjMzNzdERTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwRjU1RDc3OEFBMTFFM0IwNzNFMjk5QjMzNzdERTAiPiA8ZGM6cmlnaHRzPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij7CqSBpZGVvbG9neSAtIGh0dHA6Ly93d3cucmVkYnViYmxlLmNvbS9wZW9wbGUvaWRlb2xvZ3k8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnJpZ2h0cz4g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");background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:50px;content:"";display:block;height:50px;position:absolute;width:50px;left:calc(50% - 25px) !important;top:calc(50% - 25px) !important;}.tve-loading article{opacity:0.4;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading{position:relative;opacity:0.7;height:100px;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading.load-bot{opacity:1;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading.load-bot::after{bottom:0px;top:inherit;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading .tve_image_caption{opacity:0;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading::after{background-image:url("data:image/gif;base64,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");background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:50px;content:"";display:block;height:50px;left:calc(50% - 25px);position:absolute;top:calc(50% - 25px);width:50px;}.notifications-content-wrapper.tcb-permanently-hidden{display:none !important;}.tcb-permanently-hidden{display:none !important;}.tar-disabled{cursor:default;opacity:0.4;pointer-events:none;}.tcb-clear::after{display:block;height:0px;content:"";}.tcb-flex-row{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;margin-top:0px;margin-left:-15px;padding-bottom:15px;padding-top:15px;}.tcb-flex-col{flex:1 1 auto;padding-top:0px;padding-left:15px;}.tcb-flex-row .tcb-flex-col{box-sizing:border-box;}.tcb-col{height:100%;display:flex;flex-direction:column;position:relative;}.tcb-flex-row .tcb-col{box-sizing:border-box;}html{text-rendering:auto !important;}html body{text-rendering:auto !important;}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px;}.thrv_wrapper div{box-sizing:content-box;}.thrv_wrapper.thrv_text_element{margin:0px;}.thrv_wrapper.thrv-columns{margin-top:10px;margin-bottom:10px;padding:0px;}p{font-size:1em;}.thrive-shortcode-content a{color:inherit;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position:relative;min-height:var(--tcb-container-height-d,100px) !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing:border-box;margin:0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing:border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing:border-box;position:absolute;width:100%;height:100%;left:0px;top:0px;overflow:hidden;}.tve_shortcode_rendered p:empty{display:none !important;}.thrv_wrapper.thrv_contentbox_shortcode{position:relative;}.tcb-post-content::after{clear:both;}.tcb-post-content{margin:1.5em 0px 0px;}article{position:relative;}.tcb-post-list[data-type="list"] article{margin-top:20px;}body:not(.ttb-editor-page) .tcb-post-content::before,body:not(.ttb-editor-page) .tcb-post-content::after{display:none;}.thrv_wrapper.thrv_text_element{padding:1px;}a.tcb-plain-text{cursor:pointer;}.thrv_wrapper.tcb-post-thumbnail{margin:0px;}.thrv_wrapper.tcb-post-thumbnail{padding:0px;}.tcb-post-thumbnail img{box-sizing:border-box;}@media (max-width:1023px){:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-t) !important;}}@media (max-width:767px){html{overflow-x:hidden !important;}html,body{max-width:100vw !important;}.tcb-flex-row{flex-direction:column;}.tcb-flex-row.v-2{flex-direction:row;}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap){flex-wrap:wrap;}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap) > .tcb-flex-col{width:100%;flex:1 0 390px;max-width:100% !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-m) !important;}}@media (max-width:1023px) and (min-width:768px){.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap){flex-wrap:wrap;}.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap) > .tcb-flex-col{flex:1 0 250px;max-width:100% !important;}}@media not all,not all{.tcb-flex-col{width:100%;}.tcb-col{display:block;}}@media screen and (max-device-width:480px){body{text-size-adjust:none;}}</style><link rel='stylesheet' id='tcb-style-base-thrive_template-199655'  href='//gowaynecounty.com/wp-content/uploads/thrive/tcb-base-css-199655-1651761965.css' type='text/css' media='all' /><style type="text/css" id="tcb-style-template-thrive_template-199655"  onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">@media (min-width: 300px){.tve-theme-199655 #wrapper{--header-background-width:100%;--footer-background-width:100%;--top-background-width:100%;--bottom-background-width:100%;background-image: none !important;--background-image:none !important;--tve-applied-background-image:none !important;}.tve-theme-199655 .content-section .section-content{padding: 0px 10px 20px !important;}.tve-theme-199655 .main-container{padding: 0px 10px 20px !important;}.tve-theme-199655 .sidebar-section .section-content{padding: 24px !important;}:not(#tve) .tve-theme-199655 .sidebar-section [data-css="tve-u-1772567d5ce"]{letter-spacing: 2px;padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 13px !important;text-transform: uppercase !important;color: rgb(170,170,170) !important;--tcb-applied-color:rgb(170,170,170) !important;--tve-applied-color:rgb(170,170,170) !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250f5"]{--tcb-local-color-d65f6:rgb(71,222,157);--tcb-local-color-2c42e:rgba(71,222,157,0.25);--tcb-local-color-651eb:rgba(71,222,157,0.5);padding: 22px !important;margin-bottom: 20px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250f6"]{border-radius: 0px;overflow: hidden;background-image: none !important;background-color: rgb(239,249,249) !important;border: none !important;--tve-applied-border:none !important;--background-color:rgb(239,249,249) !important;--tve-applied-background-color:rgb(239,249,249) !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250f7"]{--g-regular-weight:400;--g-bold-weight:600;text-align: center;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250f8"]{background-image: none !important;padding: 0px !important;margin-top: 0px !important;margin-bottom: 15px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250fb"]{float: none;background-image: none !important;margin: 0px auto 15px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250fd"]{padding: 0px !important;margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17725725100"]{width: 32px;position: absolute;right: 0px;bottom: 36px;margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17725725101"]{margin-top: 0px;margin-left: 0px;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17725725102"]{width: 32px;position: absolute;bottom: 36px;left: 0px;margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17725725103"]{margin-top: 0px;margin-left: 0px;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257378fc"] .tcb-button-link{border-radius: 100px;overflow: hidden;letter-spacing: var(--tve-letter-spacing,2px);background-color: transparent !important;background-image: linear-gradient(45deg,var(--tcb-local-color-4ff41) 38%,var(--tcb-local-color-ff2da) 100%) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;padding: 14px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257378fc"]{--tve-letter-spacing:2px;--tcb-local-color-6b889:rgb(19,114,211);--tcb-local-color-15aab:rgb(62,183,252);--tcb-local-color-4ff41:var(--tcb-skin-color-0);--tcb-local-color-ff2da:rgb(255,255,255);--tve-alignment:center;float: none;--tve-font-size:11px;--tve-font-weight:var(--g-bold-weight,bold);--tve-text-transform:uppercase;margin-left: auto !important;margin-right: auto !important;}:not(#tve) .tve-theme-199655 .sidebar-section [data-css="tve-u-177257378fc"]:hover .tcb-button-link{background-image: linear-gradient(145deg,var(--tcb-local-color-4ff41) 0%,var(--tcb-local-color-ff2da) 100%) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;}:not(#tve) .tve-theme-199655 .sidebar-section [data-css="tve-u-177257378fc"] .tcb-button-link{font-size: var(--tve-font-size,11px) !important;}:not(#tve) .tve-theme-199655 .sidebar-section [data-css="tve-u-177257378fc"] .tcb-button-link span{font-weight: var(--tve-font-weight,var(--g-bold-weight,bold));text-transform: var(--tve-text-transform,uppercase);}:not(#tve) .tve-theme-199655 .sidebar-section [data-css="tve-u-177257408fc"]{padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 14px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250fd"] > .tve-cb{justify-content: center;display: flex;flex-direction: column;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177258ac928"]{margin-top: 40px !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper{width: calc((100% - 7px) / 2);}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(n+3){margin-top: 10px !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)){margin-right: 7px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list .post-wrapper{border: 1px solid rgba(0,0,0,0.1);padding: 5px !important;}:not(#tve) .tve-theme-199655 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list .post-wrapper:hover{border: 1px solid rgba(0,0,0,0.18) !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)){margin-top: 0px !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(2n){margin-right: 0px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729e928e3"]{float: none;margin-left: auto !important;margin-right: auto !important;margin-bottom: 40px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list [data-css="tve-u-17729e928e6"]{padding: 0px !important;margin: 0px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list .thrv-content-box [data-css="tve-u-17729e928e8"]{height: 117px !important;--tve-applied-height:117px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list [data-css="tve-u-17729e928e7"]{background-image: url("https://gowaynecounty.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-1.jpg?dynamic_featured=1&size=thumbnail") !important;background-size: cover !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list [data-css="tve-u-17729e928e6"]:hover [data-css="tve-u-17729e928e7"]{background-image: linear-gradient(rgba(0,0,0,0.04),rgba(0,0,0,0.04)),url("https://gowaynecounty.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-1.jpg?dynamic_featured=1&size=thumbnail") !important;background-size: auto,cover !important;background-position: 50% 50%,50% 50% !important;background-attachment: scroll,scroll !important;background-repeat: no-repeat,no-repeat !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729ea6723"]{--tcb-local-color-f3080:var(--tcb-skin-color-1);--tcb-local-color-f2bba:rgba(112,6,0,0.5);--tcb-local-color-trewq:rgba(112,6,0,0.7);--tcb-local-color-poiuy:rgba(112,6,0,0.35);--tcb-local-color-f83d7:rgba(112,6,0,0.4);--tcb-local-color-frty6:rgba(112,6,0,0.2);--tcb-local-color-flktr:rgba(112,6,0,0.8);margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729ea6723"] .tve_social_items{font-size: 8px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729ea9214"]{font-size: 8px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729ea9218"]{font-size: 8px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729ea921a"]{font-size: 8px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729eaa753"]{padding: 0px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729eaaa5a"]{margin: 0px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729eaa753"] > .tcb-flex-col > .tcb-col{justify-content: center;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729eac103"]{margin-top: 0px !important;}:not(#tve) .tve-theme-199655 .sidebar-section [data-css="tve-u-17729eacb1c"]{letter-spacing: 2px;padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 13px !important;text-transform: uppercase !important;color: rgb(170,170,170) !important;--tcb-applied-color:rgb(170,170,170) !important;--tve-applied-color:rgb(170,170,170) !important;padding-top: 0px !important;margin-top: 0px !important;}.tve-theme-199655 .sidebar-section{min-width: 370px;}:not(#tve) .tve-theme-199655 .sidebar-section [data-css="tve-u-1788d567080"]{padding-top: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 23px !important;}.tve-theme-199655 .content-section [data-css="tve-u-178b6e4f13f"]{margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-199655 .bottom-section .section-background{background-color: var(--tcb-skin-color-5) !important;--background-color:var(--tcb-skin-color-5) !important;--tve-applied-background-color:var$(--tcb-skin-color-5) !important;background-image: linear-gradient(60deg,rgba(111,190,91,0.04) 28%,rgba(91,168,72,0.18) 87%),url("https://gowaynecounty.com/wp-content/uploads/2021/08/glen-miller-golf-course-crp.jpg") !important;background-size: auto,cover !important;background-position: 50% 50%,50% 50% !important;background-attachment: scroll,scroll !important;background-repeat: no-repeat,no-repeat !important;--background-image:linear-gradient(60deg,rgba(111,190,91,0.04) 28%,rgba(91,168,72,0.18) 87%),url("https://gowaynecounty.com/wp-content/uploads/2021/08/glen-miller-golf-course-crp.jpg") !important;--background-size:auto,cover !important;--background-position:50% 50%,50% 50% !important;--background-attachment:scroll,scroll !important;--background-repeat:no-repeat,no-repeat !important;--tve-applied-background-image:linear-gradient(60deg,rgba(111,190,91,0.04) 28%,rgba(91,168,72,0.18) 87%),url("https://gowaynecounty.com/wp-content/uploads/2021/08/glen-miller-golf-course-crp.jpg") !important;}.tve-theme-199655 .bottom-section .section-content{padding: 60px 20px 40px !important;min-height: 329px !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b728"]{z-index: 5;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b71b"]{--tcb-local-color-4be87:var(--tcb-skin-color-2);--tcb-local-color-47b6f:rgba(241,93,91,0.4);--tve-alignment:center;float: none;max-width: 650px;padding: 18px 18px 35px !important;margin-bottom: 20px !important;margin-left: auto !important;margin-right: auto !important;--tve-applied-max-width:650px !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b71e"]{background-image: none !important;padding: 0px !important;margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"]{display: block;position: relative;--tve-font-weight:var(--g-regular-weight,normal);--tve-font-family: inherit;--tve-color:var(--tcb-skin-color-0);--tve-applied---tve-color:var$(--tcb-skin-color-0);--tve-text-transform:none;--tve-border-width:2px;--tve-border-radius:80px;--tve-alignment:center;float: none;max-width: 165px;--tve-font-size:16px;margin: 0px auto !important;--tve-applied-min-width:158px !important;}:not(#tve) .tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"] .tcb-button-link{font-family: var(--tve-font-family,inherit);font-size: var(--tve-font-size,16px) !important;}:not(#tve) .tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"]:hover .tcb-button-link{background-image: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)) !important;background-color: rgb(241,97,90) !important;border: 2px solid var(--tcb-skin-color-28) !important;--background-image:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)) !important;--tve-applied-background-image:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)) !important;--background-color:rgb(241,97,90) !important;--tve-applied-background-color:rgb(241,97,90) !important;--tve-applied-border:2px solid var$(--tcb-skin-color-28) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"] .tcb-button-link{border-radius: 80px;overflow: hidden;border: 2px solid var(--tcb-skin-color-0);--tve-applied-border:2px solid var$(--tcb-skin-color-0);background-image: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)),linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0)) !important;background-color: rgb(234,94,87) !important;padding: 12px 20px !important;background-size: auto,auto !important;background-position: 50% 50%,50% 50% !important;background-attachment: scroll,scroll !important;background-repeat: no-repeat,no-repeat !important;--background-image:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)),linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0)) !important;--background-size:auto,auto !important;--background-position:50% 50%,50% 50% !important;--background-attachment:scroll,scroll !important;--background-repeat:no-repeat,no-repeat !important;--tve-applied-background-image:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)),linear-gradient(var$(--tcb-skin-color-0),var$(--tcb-skin-color-0)) !important;--background-color:rgb(234,94,87) !important;--tve-applied-background-color:rgb(234,94,87) !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b71c"]{border-radius: 15px;overflow: hidden;--tve-border-radius:15px;background-image: none !important;background-color: rgb(255,255,255) !important;border: none !important;--background-image:none !important;--tve-applied-background-image:none !important;--background-color:rgb(255,255,255) !important;--tve-applied-background-color:rgb(255,255,255) !important;--tve-applied-border:none !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b722"]{float: none;background-image: none !important;margin: 0px auto !important;}:not(#tve) .tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"] .tcb-button-link span{font-weight: var(--tve-font-weight,var(--g-regular-weight,normal));color: var(--tve-color,var(--tcb-skin-color-0));--tve-applied-color:var$(--tve-color,var$(--tcb-skin-color-0));--tcb-applied-color:var$(--tcb-skin-color-0);text-transform: var(--tve-text-transform,none);}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b71d"]{--g-regular-weight:400;--g-bold-weight:600;text-align: center;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"] .tcb-button-link span{text-transform: uppercase;}:not(#tve) .tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"]:hover .tcb-button-link span{color: var(--tve-color,var(--tcb-local-color-4be87)) !important;--tcb-applied-color:var$(--tcb-local-color-4be87) !important;}:not(#tve) .tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"]:hover{--tve-color:var(--tcb-skin-color-0) !important;--tve-applied---tve-color:var$(--tcb-skin-color-0) !important;}:not(#tve) .tve-theme-199655 .bottom-section [data-css="tve-u-17729c239df"]{padding-top: 0px !important;margin-top: 0px !important;padding-bottom: 18px !important;margin-bottom: 0px !important;font-size: 15px !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-1778759eaa8"]{height: 92px;top: 0px;transform: rotate(180deg);}:not(#tve) .tve-theme-199655 .bottom-section [data-css="tve-u-177875c0b1e"]{color: var(--tcb-skin-color-0) !important;--tcb-applied-color:var$(--tcb-skin-color-0) !important;--tve-applied-color:var$(--tcb-skin-color-0) !important;}:not(#tve) .tve-theme-199655 .bottom-section [data-css="tve-u-177875c71f9"]{text-transform: capitalize !important;}:not(#tve) .tve-theme-199655 .bottom-section :not(#tve) [data-css="tve-u-17729c0b727"]:hover .tcb-button-link span{color: var(--tve-color,var(--tcb-skin-color-0)) !important;--tve-applied-color:var$(--tve-color,var$(--tcb-skin-color-0)) !important;--tcb-applied-color:var$(--tcb-skin-color-0) !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17b2c751008"]{--tve-alignment:center;float: none;margin: 0px auto !important;}.tve-theme-199655 .top-section [data-css="tve-u-17724e12936"]{--tve-alignment:center;float: none;z-index: 3;position: relative;margin-bottom: 11px !important;margin-left: auto !important;margin-right: auto !important;}.tve-theme-199655 .top-section .section-content{justify-content: center;display: flex;flex-direction: column;--tve-color:var(--tcb-skin-color-3);--tve-applied---tve-color:var$(--tcb-skin-color-3);min-height: 439px !important;padding: 0px 20px !important;}.tve-theme-199655 .top-section .section-background{--background-image:linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.15)),url("https://gowaynecounty.com/wp-content/uploads/2021/08/go-wayne-county-banner-fall-2021-1.jpg") !important;--tve-applied-background-image:linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.15)),url("https://gowaynecounty.com/wp-content/uploads/2021/08/go-wayne-county-banner-fall-2021-1.jpg") !important;background-color: rgb(255,255,255) !important;--background-color:rgb(255,255,255) !important;--tve-applied-background-color:rgb(255,255,255) !important;background-image: linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.15)),url("https://gowaynecounty.com/wp-content/uploads/2021/08/go-wayne-county-banner-fall-2021-1.jpg") !important;background-size: auto,cover !important;background-position: 50% 50%,50% 100% !important;background-attachment: scroll,scroll !important;background-repeat: no-repeat,no-repeat !important;--background-size:auto,cover !important;--background-position:50% 50%,50% 100% !important;--background-attachment:scroll,scroll !important;--background-repeat:no-repeat,no-repeat !important;}.tve-theme-199655 .top-section [data-css="tve-u-17739bbbc62"]{--tcb-applied-color:var$(--tcb-skin-color-3) !important;}:not(#tve) .tve-theme-199655 .top-section [data-css="tve-u-17739c6ef1a"]{text-shadow: rgba(0,0,0,0.38) 2px 2px 2px;--tve-applied-text-shadow:2px 2px 2px rgba(0,0,0,0.38);padding-top: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;margin-bottom: 0px !important;}:not(#tve) .tve-theme-199655 .top-section [data-css="tve-u-17739bbbc62"]{color: var(--tcb-skin-color-22) !important;--tcb-applied-color:var$(--tcb-skin-color-22) !important;--tve-applied-color:var$(--tcb-skin-color-22) !important;}:not(#layout) .tve-theme-199655 #wrapper{--layout-content-width:90%;--layout-background-width:100%;}}@media (max-width: 1023px){.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250fd"]{max-width: 330px;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper{width: calc((100% - 7px) / 2);}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(n+3){margin-top: 10px !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)){margin-right: 7px !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)){margin-top: 0px !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(2n){margin-right: 0px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17729e928e3"]{max-width: 100%;}.tve-theme-199655 .main-container{padding: 20px !important;}.tve-theme-199655 .content-section .section-content{padding: 20px !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b71b"]{padding: 40px 30px !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b722"]{max-width: 100%;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"]{margin-top: 30px !important;}.tve-theme-199655 .top-section .section-content{padding-left: 40px !important;padding-right: 40px !important;min-height: 324px !important;}}@media (max-width: 767px){.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250f5"]{padding: 40px 20px 20px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250f8"]{background-image: none !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-177257250fd"]{max-width: 95%;margin-top: 30px !important;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17725725100"]{width: 50px;}.tve-theme-199655 .sidebar-section [data-css="tve-u-17725725102"]{width: 50px;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper{width: calc((100% - 7px) / 2);}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(n+3){margin-top: 10px !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)){margin-right: 7px !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)){margin-top: 0px !important;}.tve-theme-199655 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(2n){margin-right: 0px !important;}.tve-theme-199655 .content-section .section-content{padding: 20px 10px !important;}.tve-theme-199655 .main-container{padding: 10px !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b71e"]{background-image: none !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b71b"]{padding: 20px !important;}.tve-theme-199655 .bottom-section [data-css="tve-u-17729c0b727"]{max-width: 100%;margin-top: 0px !important;}.tve-theme-199655 .bottom-section .section-content{padding: 20px !important;}.tve-theme-199655 .top-section .section-content{padding-left: 20px !important;padding-right: 20px !important;min-height: 280px !important;}}</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v27.3 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Your Source For Wayne County Indiana News and Events</title>
	<meta name="description" content="Learn about events and news in and around Wayne County, Indiana. Richmond, Cambridge City, Hagerstown, Centerville, Fountain City and more!" />
	<link rel="canonical" href="https://gowaynecounty.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Your Source For Wayne County Indiana News and Events" />
	<meta property="og:description" content="Learn about events and news in and around Wayne County, Indiana. Richmond, Cambridge City, Hagerstown, Centerville, Fountain City and more!" />
	<meta property="og:url" content="https://gowaynecounty.com/" />
	<meta property="og:site_name" content="Go Wayne County Indiana" />
	<meta property="article:modified_time" content="2022-05-05T15:04:25+00:00" />
	<meta property="og:image" content="https://gowaynecounty.com/wp-content/uploads/2016/09/10869307_1057031537664212_1645229881941003381_o.jpg" />
	<meta property="og:image:width" content="2046" />
	<meta property="og:image:height" content="1180" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gowaynecounty.com\/","url":"https:\/\/gowaynecounty.com\/","name":"Your Source For Wayne County Indiana News and Events","isPartOf":{"@id":"https:\/\/gowaynecounty.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gowaynecounty.com\/#primaryimage"},"image":{"@id":"https:\/\/gowaynecounty.com\/#primaryimage"},"thumbnailUrl":"https:\/\/gowaynecounty.com\/wp-content\/uploads\/2016\/09\/10869307_1057031537664212_1645229881941003381_o.jpg","datePublished":"2016-09-22T15:39:12+00:00","dateModified":"2022-05-05T15:04:25+00:00","description":"Learn about events and news in and around Wayne County, Indiana. Richmond, Cambridge City, Hagerstown, Centerville, Fountain City and more!","breadcrumb":{"@id":"https:\/\/gowaynecounty.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gowaynecounty.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gowaynecounty.com\/#primaryimage","url":"https:\/\/gowaynecounty.com\/wp-content\/uploads\/2016\/09\/10869307_1057031537664212_1645229881941003381_o.jpg","contentUrl":"https:\/\/gowaynecounty.com\/wp-content\/uploads\/2016\/09\/10869307_1057031537664212_1645229881941003381_o.jpg","width":2046,"height":1180,"caption":"wayne county indiana"},{"@type":"BreadcrumbList","@id":"https:\/\/gowaynecounty.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/gowaynecounty.com\/#website","url":"https:\/\/gowaynecounty.com\/","name":"Go Wayne County Indiana","description":"Know Your Place Richmond Wayne County Indiana","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gowaynecounty.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//public.tockify.com' />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.1.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-DKKWCHJB24"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '10.1.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/gowaynecounty.com\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-DKKWCHJB24',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-DKKWCHJB24', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='embedpress-css-css' href='https://gowaynecounty.com/wp-content/plugins/embedpress/assets/css/embedpress.css?ver=1775483672' type='text/css' media='all' />
<link rel='stylesheet' id='embedpress-blocks-style-css' href='https://gowaynecounty.com/wp-content/plugins/embedpress/assets/css/blocks.build.css?ver=1775483672' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://gowaynecounty.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4' type='text/css' media='all' />

<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='cff-css' href='https://gowaynecounty.com/wp-content/plugins/custom-facebook-feed-pro/assets/css/cff-style.min.css?ver=4.2.4' type='text/css' media='all' />
<link rel='stylesheet' id='thrive-theme-css' href='https://gowaynecounty.com/wp-content/themes/thrive-theme/style.css?ver=10.8.9.1' type='text/css' media='all' />
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.1.2" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/gowaynecounty.com","hash_tracking":"false","v4_id":"G-DKKWCHJB24"};/* ]]> */
</script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.3" id="jquery-ui-menu-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
/* ]]> */
</script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed" id="wp-a11y-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.3" id="jquery-ui-autocomplete-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script>
<script type="text/javascript" id="tve_frontend-js-extra">
/* <![CDATA[ */
var tve_frontend_options = {"ajaxurl":"https://gowaynecounty.com/wp-admin/admin-ajax.php","is_editor_page":"","page_events":[],"is_single":"1","social_fb_app_id":"","dash_url":"https://gowaynecounty.com/wp-content/themes/thrive-theme/thrive-dashboard","queried_object":{"ID":196734,"post_author":"1565"},"query_vars":[],"$_POST":[],"site_locale":"en-us","date_format":"F j, Y","translations":{"Copy":"Copy","empty_username":"ERROR: The username field is empty.","empty_password":"ERROR: The password field is empty.","empty_login":"ERROR: Enter a username or email address.","min_chars":"At least %s characters are needed","no_headings":"No headings found","registration_err":{"required_field":"\u003Cstrong\u003EError\u003C/strong\u003E: This field is required","required_email":"\u003Cstrong\u003EError\u003C/strong\u003E: Please type your email address","invalid_email":"\u003Cstrong\u003EError\u003C/strong\u003E: The email address isn&#8217;t correct","passwordmismatch":"\u003Cstrong\u003EError\u003C/strong\u003E: Password mismatch"}},"routes":{"posts":"https://gowaynecounty.com/wp-json/tcb/v1/posts","video_reporting":"https://gowaynecounty.com/wp-json/tcb/v1/video-reporting"},"nonce":"664a2f1a7f","allow_video_src":"","google_client_id":null,"facebook_app_id":null,"lead_generation_custom_tag_apis":["activecampaign","aweber","convertkit","drip","klicktipp","mailchimp","sendlane","zapier"],"post_request_data":[],"user_profile_nonce":"5cef3cb462","ip":"142.250.33.35","current_user":[],"post_id":"196734","post_title":"Happening In Wayne County, Indiana","post_type":"page","post_url":"https://gowaynecounty.com/","is_lp":"","conditional_display":{"is_tooltip_dismissed":false}};
//# sourceURL=tve_frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/general.min.js?ver=10.8.9.1" id="tve_frontend-js"></script>
<script type="text/javascript" id="theme-frontend-js-extra">
/* <![CDATA[ */
var thrive_front_localize = {"comments_form":{"error_defaults":{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}},"routes":{"posts":"https://gowaynecounty.com/wp-json/tcb/v1/posts","frontend":"https://gowaynecounty.com/wp-json/ttb/v1/frontend"},"tar_post_url":"?tve=true&action=architect&from_theme=1","is_editor":"","ID":"199655","template_url":"?tve=true&action=architect&from_tar=196734","pagination_url":{"template":"https://gowaynecounty.com/page/[thrive_page_number]/","base":"https://gowaynecounty.com/"},"sidebar_visibility":[],"is_singular":"1","is_user_logged_in":""};
//# sourceURL=theme-frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/themes/thrive-theme/inc/assets/dist/frontend.min.js?ver=10.8.9.1" id="theme-frontend-js"></script>
<link rel="https://api.w.org/" href="https://gowaynecounty.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://gowaynecounty.com/wp-json/wp/v2/pages/196734" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://gowaynecounty.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.9.4" />
<link rel='shortlink' href='https://gowaynecounty.com/' />
<!-- Custom Facebook Feed JS vars -->
<script type="text/javascript">
var cffsiteurl = "https://gowaynecounty.com/wp-content/plugins";
var cffajaxurl = "https://gowaynecounty.com/wp-admin/admin-ajax.php";


var cfflinkhashtags = "false";
</script>
            <script type="text/javascript"><!--
                                function powerpress_pinw(pinw_url){window.open(pinw_url, 'PowerPressPlayer','toolbar=0,status=0,resizable=1,width=460,height=320');	return false;}
                //-->

                // tabnab protection
                window.addEventListener('load', function () {
                    // make all links have rel="noopener noreferrer"
                    document.querySelectorAll('a[target="_blank"]').forEach(link => {
                        link.setAttribute('rel', 'noopener noreferrer');
                    });
                });
            </script>
            <style type="text/css" id="tve_global_variables">:root{--tcb-background-author-image:url(https://secure.gravatar.com/avatar/52cff711423ae488bdea2f570fb2cc7f2b6fc75cdf90532a09769ab7e3d807c0?s=256&d=identicon&r=g);--tcb-background-user-image:url();--tcb-background-featured-image-thumbnail:url(https://gowaynecounty.com/wp-content/uploads/2016/09/10869307_1057031537664212_1645229881941003381_o.jpg);--tcb-skin-color-0:hsla(var(--tcb-theme-main-master-h,210), var(--tcb-theme-main-master-s,77%), var(--tcb-theme-main-master-l,54%), var(--tcb-theme-main-master-a,1));--tcb-skin-color-0-h:var(--tcb-theme-main-master-h,210);--tcb-skin-color-0-s:var(--tcb-theme-main-master-s,77%);--tcb-skin-color-0-l:var(--tcb-theme-main-master-l,54%);--tcb-skin-color-0-a:var(--tcb-theme-main-master-a,1);--tcb-skin-color-1:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 2% ), calc(var(--tcb-theme-main-master-l,54%) - 0% ), 0.5);--tcb-skin-color-1-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-1-s:calc(var(--tcb-theme-main-master-s,77%) + 2% );--tcb-skin-color-1-l:calc(var(--tcb-theme-main-master-l,54%) - 0% );--tcb-skin-color-1-a:0.5;--tcb-skin-color-2:rgb(248, 248, 248);--tcb-skin-color-2-h:0;--tcb-skin-color-2-s:0%;--tcb-skin-color-2-l:97%;--tcb-skin-color-2-a:1;--tcb-skin-color-3:hsla(calc(var(--tcb-theme-main-master-h,210) + 30 ), 85%, 13%, 1);--tcb-skin-color-3-h:calc(var(--tcb-theme-main-master-h,210) + 30 );--tcb-skin-color-3-s:85%;--tcb-skin-color-3-l:13%;--tcb-skin-color-3-a:1;--tcb-skin-color-4:rgb(12, 17, 21);--tcb-skin-color-4-h:206;--tcb-skin-color-4-s:27%;--tcb-skin-color-4-l:6%;--tcb-skin-color-4-a:1;--tcb-skin-color-5:rgb(106, 107, 108);--tcb-skin-color-5-h:210;--tcb-skin-color-5-s:0%;--tcb-skin-color-5-l:41%;--tcb-skin-color-5-a:1;--tcb-skin-color-8:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 2% ), calc(var(--tcb-theme-main-master-l,54%) - 0% ), 0.18);--tcb-skin-color-8-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-8-s:calc(var(--tcb-theme-main-master-s,77%) + 2% );--tcb-skin-color-8-l:calc(var(--tcb-theme-main-master-l,54%) - 0% );--tcb-skin-color-8-a:0.18;--tcb-skin-color-9:hsla(calc(var(--tcb-theme-main-master-h,210) - 3 ), 56%, 96%, 1);--tcb-skin-color-9-h:calc(var(--tcb-theme-main-master-h,210) - 3 );--tcb-skin-color-9-s:56%;--tcb-skin-color-9-l:96%;--tcb-skin-color-9-a:1;--tcb-skin-color-10:hsla(calc(var(--tcb-theme-main-master-h,210) - 21 ), calc(var(--tcb-theme-main-master-s,77%) + 23% ), calc(var(--tcb-theme-main-master-l,54%) + 27% ), 1);--tcb-skin-color-10-h:calc(var(--tcb-theme-main-master-h,210) - 21 );--tcb-skin-color-10-s:calc(var(--tcb-theme-main-master-s,77%) + 23% );--tcb-skin-color-10-l:calc(var(--tcb-theme-main-master-l,54%) + 27% );--tcb-skin-color-10-a:1;--tcb-skin-color-13:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 2% ), calc(var(--tcb-theme-main-master-l,54%) - 18% ), 0.5);--tcb-skin-color-13-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-13-s:calc(var(--tcb-theme-main-master-s,77%) + 2% );--tcb-skin-color-13-l:calc(var(--tcb-theme-main-master-l,54%) - 18% );--tcb-skin-color-13-a:0.5;--tcb-skin-color-14:rgb(230, 230, 230);--tcb-skin-color-14-h:0;--tcb-skin-color-14-s:0%;--tcb-skin-color-14-l:90%;--tcb-skin-color-14-a:1;--tcb-skin-color-16:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), 3%, 36%, 1);--tcb-skin-color-16-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-16-s:3%;--tcb-skin-color-16-l:36%;--tcb-skin-color-16-a:1;--tcb-skin-color-18:hsla(calc(var(--tcb-theme-main-master-h,210) - 1 ), calc(var(--tcb-theme-main-master-s,77%) + 1% ), calc(var(--tcb-theme-main-master-l,54%) - 1% ), 0.8);--tcb-skin-color-18-h:calc(var(--tcb-theme-main-master-h,210) - 1 );--tcb-skin-color-18-s:calc(var(--tcb-theme-main-master-s,77%) + 1% );--tcb-skin-color-18-l:calc(var(--tcb-theme-main-master-l,54%) - 1% );--tcb-skin-color-18-a:0.8;--tcb-skin-color-19:hsla(calc(var(--tcb-theme-main-master-h,210) - 3 ), 56%, 96%, 0.85);--tcb-skin-color-19-h:calc(var(--tcb-theme-main-master-h,210) - 3 );--tcb-skin-color-19-s:56%;--tcb-skin-color-19-l:96%;--tcb-skin-color-19-a:0.85;--tcb-skin-color-20:hsla(calc(var(--tcb-theme-main-master-h,210) - 3 ), 56%, 96%, 0.9);--tcb-skin-color-20-h:calc(var(--tcb-theme-main-master-h,210) - 3 );--tcb-skin-color-20-s:56%;--tcb-skin-color-20-l:96%;--tcb-skin-color-20-a:0.9;--tcb-skin-color-21:hsla(calc(var(--tcb-theme-main-master-h,210) - 210 ), calc(var(--tcb-theme-main-master-s,77%) - 77% ), calc(var(--tcb-theme-main-master-l,54%) + 46% ), 1);--tcb-skin-color-21-h:calc(var(--tcb-theme-main-master-h,210) - 210 );--tcb-skin-color-21-s:calc(var(--tcb-theme-main-master-s,77%) - 77% );--tcb-skin-color-21-l:calc(var(--tcb-theme-main-master-l,54%) + 46% );--tcb-skin-color-21-a:1;--tcb-skin-color-22:rgb(255, 255, 255);--tcb-skin-color-22-h:0;--tcb-skin-color-22-s:0%;--tcb-skin-color-22-l:100%;--tcb-skin-color-22-a:1;--tcb-skin-color-23:rgb(32, 65, 71);--tcb-skin-color-23-h:189;--tcb-skin-color-23-s:37%;--tcb-skin-color-23-l:20%;--tcb-skin-color-23-a:1;--tcb-skin-color-24:rgb(59, 59, 59);--tcb-skin-color-24-h:0;--tcb-skin-color-24-s:0%;--tcb-skin-color-24-l:23%;--tcb-skin-color-24-a:1;--tcb-skin-color-25:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 5% ), calc(var(--tcb-theme-main-master-l,54%) + 8% ), 0.04);--tcb-skin-color-25-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-25-s:calc(var(--tcb-theme-main-master-s,77%) + 5% );--tcb-skin-color-25-l:calc(var(--tcb-theme-main-master-l,54%) + 8% );--tcb-skin-color-25-a:0.04;--tcb-skin-color-26:hsla(calc(var(--tcb-theme-main-master-h,210) + 1 ), calc(var(--tcb-theme-main-master-s,77%) + 6% ), calc(var(--tcb-theme-main-master-l,54%) + 9% ), 0.12);--tcb-skin-color-26-h:calc(var(--tcb-theme-main-master-h,210) + 1 );--tcb-skin-color-26-s:calc(var(--tcb-theme-main-master-s,77%) + 6% );--tcb-skin-color-26-l:calc(var(--tcb-theme-main-master-l,54%) + 9% );--tcb-skin-color-26-a:0.12;--tcb-skin-color-27:hsla(calc(var(--tcb-theme-main-master-h,210) + 10 ), calc(var(--tcb-theme-main-master-s,77%) + 6% ), calc(var(--tcb-theme-main-master-l,54%) + 17% ), 1);--tcb-skin-color-27-h:calc(var(--tcb-theme-main-master-h,210) + 10 );--tcb-skin-color-27-s:calc(var(--tcb-theme-main-master-s,77%) + 6% );--tcb-skin-color-27-l:calc(var(--tcb-theme-main-master-l,54%) + 17% );--tcb-skin-color-27-a:1;--tcb-skin-color-28:hsla(calc(var(--tcb-theme-main-master-h,210) + 2 ), calc(var(--tcb-theme-main-master-s,77%) - 34% ), calc(var(--tcb-theme-main-master-l,54%) + 27% ), 1);--tcb-skin-color-28-h:calc(var(--tcb-theme-main-master-h,210) + 2 );--tcb-skin-color-28-s:calc(var(--tcb-theme-main-master-s,77%) - 34% );--tcb-skin-color-28-l:calc(var(--tcb-theme-main-master-l,54%) + 27% );--tcb-skin-color-28-a:1;--tcb-skin-color-29:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 6% ), calc(var(--tcb-theme-main-master-l,54%) + 10% ), 0.4);--tcb-skin-color-29-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-29-s:calc(var(--tcb-theme-main-master-s,77%) + 6% );--tcb-skin-color-29-l:calc(var(--tcb-theme-main-master-l,54%) + 10% );--tcb-skin-color-29-a:0.4;--tcb-skin-color-30:hsla(calc(var(--tcb-theme-main-master-h,210) - 1 ), calc(var(--tcb-theme-main-master-s,77%) + 5% ), calc(var(--tcb-theme-main-master-l,54%) + 8% ), 0.85);--tcb-skin-color-30-h:calc(var(--tcb-theme-main-master-h,210) - 1 );--tcb-skin-color-30-s:calc(var(--tcb-theme-main-master-s,77%) + 5% );--tcb-skin-color-30-l:calc(var(--tcb-theme-main-master-l,54%) + 8% );--tcb-skin-color-30-a:0.85;--tcb-main-master-h:108;--tcb-main-master-s:38%;--tcb-main-master-l:47%;--tcb-main-master-a:1;--tcb-theme-main-master-h:108;--tcb-theme-main-master-s:38%;--tcb-theme-main-master-l:47%;--tcb-theme-main-master-a:1;}</style><script data-ad-client="ca-pub-7014002758660370" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><link type="text/css" rel="stylesheet" class="thrive-external-font" href="https://fonts.googleapis.com/css?family=Sen:400,700,800&#038;subset=latin&#038;display=swap"><link type="text/css" rel="stylesheet" class="thrive-external-font" href="https://fonts.googleapis.com/css?family=DM+Sans:400,400i,700,700i&#038;subset=latin&#038;display=swap"><link type="text/css" rel="stylesheet" class="thrive-external-font" href="https://fonts.googleapis.com/css?family=Muli:300,600,400,900&#038;subset=latin&#038;display=swap"><style type="text/css" id="thrive-default-styles">@media (min-width: 300px) { .tcb-style-wrap ul:not([class*="menu"]), .tcb-style-wrap ol{ padding-top:10px;padding-bottom:10px;margin-top:0px;margin-bottom:0px;font-family:"DM Sans";--tcb-typography-font-family:"DM Sans";--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-regular-weight, normal);color:var(--tcb-skin-color-24);--tcb-typography-color:var(--tcb-skin-color-24);--tve-applied-color:var$(--tcb-skin-color-24);--tcb-applied-color:var$(--tcb-skin-color-24);font-size:18px;--tcb-typography-font-size:18px;padding-left:30px;line-height:1.8em;--tcb-typography-line-height:1.8em; }.tcb-style-wrap h1{ font-family:Sen;--tcb-typography-font-family:Sen;--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-23);--tcb-typography-color:var(--tcb-skin-color-23);--tve-applied-color:var$(--tcb-skin-color-23);--tcb-applied-color:var$(--tcb-skin-color-23);padding-bottom:20px;margin-bottom:0px;font-size:46px;--tcb-typography-font-size:46px;padding-top:0px;margin-top:0px;line-height:1.3em;--tcb-typography-line-height:1.3em; }.tcb-style-wrap h2{ font-family:Sen;--tcb-typography-font-family:Sen;--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-23);--tcb-typography-color:var(--tcb-skin-color-23);--tve-applied-color:var$(--tcb-skin-color-23);--tcb-applied-color:var$(--tcb-skin-color-23);padding-bottom:20px;margin-bottom:0px;font-size:42px;--tcb-typography-font-size:42px;padding-top:0px;margin-top:0px;line-height:1.4em;--tcb-typography-line-height:1.4em; }.tcb-style-wrap h3{ font-family:"DM Sans";--tcb-typography-font-family:"DM Sans";--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-23);--tcb-typography-color:var(--tcb-skin-color-23);--tve-applied-color:var$(--tcb-skin-color-23);--tcb-applied-color:var$(--tcb-skin-color-23);font-size:34px;--tcb-typography-font-size:34px;padding-top:0px;padding-bottom:20px;line-height:1.4em;--tcb-typography-line-height:1.4em;background-color:rgba(0, 0, 0, 0);font-style:normal;margin:0px;text-decoration:none solid rgb(32, 65, 71);text-transform:none;border-left:0px none rgb(32, 65, 71);--tcb-typography-font-weight:var(--g-bold-weight, bold); }.tcb-style-wrap h4{ font-family:Sen;--tcb-typography-font-family:Sen;--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-23);--tcb-typography-color:var(--tcb-skin-color-23);--tve-applied-color:var$(--tcb-skin-color-23);--tcb-applied-color:var$(--tcb-skin-color-23);padding-bottom:20px;margin-bottom:0px;font-size:28px;--tcb-typography-font-size:28px;padding-top:0px;margin-top:0px;line-height:1.4em;--tcb-typography-line-height:1.4em; }.tcb-style-wrap h5{ font-family:Sen;--tcb-typography-font-family:Sen;--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-23);--tcb-typography-color:var(--tcb-skin-color-23);--tve-applied-color:var$(--tcb-skin-color-23);--tcb-applied-color:var$(--tcb-skin-color-23);padding-bottom:20px;margin-bottom:0px;font-size:24px;--tcb-typography-font-size:24px;padding-top:0px;margin-top:0px;line-height:1.4em;--tcb-typography-line-height:1.4em; }.tcb-style-wrap h6{ font-family:Sen;--tcb-typography-font-family:Sen;--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-23);--tcb-typography-color:var(--tcb-skin-color-23);--tve-applied-color:var$(--tcb-skin-color-23);--tcb-applied-color:var$(--tcb-skin-color-23);padding-bottom:20px;margin-bottom:0px;font-size:18px;--tcb-typography-font-size:18px;padding-top:0px;margin-top:0px;line-height:1.4em;--tcb-typography-line-height:1.4em; }.tcb-style-wrap p{ font-family:"DM Sans";--tcb-typography-font-family:"DM Sans";--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-regular-weight, normal);color:var(--tcb-skin-color-24);--tcb-typography-color:var(--tcb-skin-color-24);--tve-applied-color:var$(--tcb-skin-color-24);--tcb-applied-color:var$(--tcb-skin-color-24);font-size:18px;--tcb-typography-font-size:18px;padding-top:0px;margin-top:0px;padding-bottom:20px;margin-bottom:0px;line-height:1.8em;--tcb-typography-line-height:1.8em; }:not(.inc) .thrv_text_element a:not(.tcb-button-link), :not(.inc) .tcb-styled-list a, :not(.inc) .tcb-numbered-list a, :not(.inc) .theme-dynamic-list a, .tve-input-option-text a, .tcb-post-content p a, .tcb-post-content li a, .tcb-post-content blockquote a, .tcb-post-content pre a{ font-family:inherit;--tcb-typography-font-family:"DM Sans";--g-regular-weight:400;font-weight:var(--g-regular-weight, normal) ;--tcb-typography-color:var(--tcb-skin-color-24);--tcb-applied-color:var$(--tcb-skin-color-24);font-size:inherit;--tcb-typography-font-size:18px;line-height:1.8em;--tcb-typography-line-height:1.8em;--eff-color:rgb(203, 203, 203);--eff-faded:rgba(203, 203, 203, 0.6);--eff-ensure-contrast:rgba(203, 203, 203, 0.6);--eff-ensure-contrast-complement:rgba(203, 203, 203, 0.6);box-shadow:none;border-bottom:none;background-image:linear-gradient(var(--eff-color), var(--eff-color));background-position:center bottom;background-size:0px 0.1em;background-repeat:no-repeat;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;text-decoration:none;animation:0s ease 0s 1 normal none running none;transition:background 0.15s ease-out 0.05s;padding-left:0px;--eff:expand;--tve-applied-box-shadow:none;--tve-applied-background-image:linear-gradient(var$(--eff-color), var$(--eff-color));--tve-font-family:Sen;color:var(--tcb-skin-color-0);--tve-applied-color:var$(--tcb-skin-color-0); }:not(.inc) .thrv_text_element a:not(.tcb-button-link):hover, :not(.inc) .tcb-styled-list a:hover, :not(.inc) .tcb-numbered-list a:hover, :not(.inc) .theme-dynamic-list a:hover, .tve-input-option-text a:hover, .tcb-post-content p a:hover, .tcb-post-content li a:hover, .tcb-post-content blockquote a:hover, .tcb-post-content pre a:hover { text-decoration:none;background-image:linear-gradient(var(--eff-color), var(--eff-color));background-position:center bottom;background-size:100% 0.1em;background-repeat:no-repeat;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;box-shadow:none;--tve-applied-box-shadow:none;--tve-applied-background-image:linear-gradient(var$(--eff-color), var$(--eff-color));color:var(--tcb-skin-color-0);--tve-applied-color:var$(--tcb-skin-color-0); }.tcb-style-wrap li:not([class*="menu"]){ font-family:Sen;--tcb-typography-font-family:Sen;--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-regular-weight, normal);color:var(--tcb-skin-color-24);--tcb-typography-color:var(--tcb-skin-color-24);--tve-applied-color:var$(--tcb-skin-color-24);--tcb-applied-color:var$(--tcb-skin-color-24);font-size:18px;--tcb-typography-font-size:18px;padding-bottom:8px;margin-bottom:0px;line-height:1.8em;--tcb-typography-line-height:1.8em; }body, .tcb-plain-text{ font-family:Sen;--tcb-typography-font-family:Sen;--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-regular-weight, normal);color:var(--tcb-skin-color-24);--tcb-typography-color:var(--tcb-skin-color-24);--tve-applied-color:var$(--tcb-skin-color-24);--tcb-applied-color:var$(--tcb-skin-color-24);font-size:18px;--tcb-typography-font-size:18px;line-height:1.8em;--tcb-typography-line-height:1.8em; }.tcb-style-wrap blockquote{ margin-top:12px;margin-bottom:20px;background-color:var(--tcb-skin-color-20);--background-color:var(--tcb-skin-color-20);--tve-applied-background-color:var$(--tcb-skin-color-20);padding:14px 20px;border-left:none;--tve-border-width:1px;border-top:1px solid var(--tcb-skin-color-1);font-family:Sen;--tcb-typography-font-family:Sen;--g-regular-weight:400;--g-bold-weight:700;font-weight:var(--g-regular-weight, normal);color:var(--tcb-skin-color-24);--tcb-typography-color:var(--tcb-skin-color-24);--tve-applied-color:var$(--tcb-skin-color-24);--tcb-applied-color:var$(--tcb-skin-color-24);line-height:1.8em;--tcb-typography-line-height:1.8em; } }@media (max-width: 1023px) { .tcb-style-wrap h1{ font-size:40px;--tcb-typography-font-size:40px; }.tcb-style-wrap h2{ font-size:34px;--tcb-typography-font-size:34px; }.tcb-style-wrap h3{ font-size:30px;--tcb-typography-font-size:30px; }.tcb-style-wrap h4{ font-size:26px;--tcb-typography-font-size:26px; }.tcb-style-wrap h5{ font-size:22px;--tcb-typography-font-size:22px; } }@media (max-width: 767px) { .tcb-style-wrap ul:not([class*="menu"]), .tcb-style-wrap ol{ padding-top:8px;padding-bottom:8px;padding-left:4px; }.tcb-style-wrap h1{ font-size:30px;--tcb-typography-font-size:30px;padding-bottom:16px;margin-bottom:0px; }.tcb-style-wrap h2{ font-size:26px;--tcb-typography-font-size:26px;padding-bottom:16px;margin-bottom:0px; }.tcb-style-wrap h3{ font-size:24px;--tcb-typography-font-size:24px;padding-bottom:16px;margin-bottom:0px; }.tcb-style-wrap h4{ font-size:22px;--tcb-typography-font-size:22px;padding-bottom:16px;margin-bottom:0px; }.tcb-style-wrap h5{ font-size:19px;--tcb-typography-font-size:19px;padding-bottom:16px;margin-bottom:0px; }.tcb-style-wrap h6{ padding-bottom:16px;margin-bottom:0px; }.tcb-style-wrap p{ padding-bottom:16px;margin-bottom:0px; } }</style><link rel="icon" href="https://gowaynecounty.com/wp-content/uploads/2021/08/Favicon-1.png" sizes="32x32" />
<link rel="icon" href="https://gowaynecounty.com/wp-content/uploads/2021/08/Favicon-1.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://gowaynecounty.com/wp-content/uploads/2021/08/Favicon-1.png" />
<meta name="msapplication-TileImage" content="https://gowaynecounty.com/wp-content/uploads/2021/08/Favicon-1.png" />
			<style class="tve_custom_style">@media (min-width: 300px){.tcb-post-list[data-css="tve-u-17b27738ae6"] .post-wrapper.thrv_wrapper{width: calc((100% - 0px) / 1);}[data-css="tve-u-17b27738ae6"]{background-image: none !important;--background-image:none!important;--tve-applied-background-image:none!important;margin: 25px auto 0px !important;max-width: 850px;--tve-applied-max-width:850px !important;--tve-alignment:center;float: none;}[data-css="tve-u-17b27738ae6"].tcb-post-list .post-wrapper{padding: 5px !important;}[data-css="tve-u-17b27738ae6"].tcb-post-list [data-css="tve-u-180944b73c3"]{background-color: rgba(11,104,45,0.45) !important;--background-color:rgba(11,104,45,0.45)!important;--tve-applied-background-color:rgba(11,104,45,0.45)!important;}[data-css="tve-u-17b27738ae6"].tcb-post-list [data-css="tve-u-180944c4e2e"]{margin-top: 0px !important;}[data-css="tve-u-17b27738ae6"].tcb-post-list [data-css="tve-u-180944ca62d"]{margin-top: 0px !important;margin-bottom: 0px !important;}[data-css="tve-u-180945cf488"] .tcb-button-link{letter-spacing: 2px;background-image: linear-gradient(var(--tcb-local-color-62516,rgb(19,114,211)),var(--tcb-local-color-62516,rgb(19,114,211)));--tve-applied-background-image:linear-gradient(var$(--tcb-local-color-62516,rgb(19,114,211)),var$(--tcb-local-color-62516,rgb(19,114,211)));background-size: auto;background-attachment: scroll;border-radius: 5px;padding: 18px;background-position: 50% 50%;background-repeat: no-repeat;background-color: transparent !important;}[data-css="tve-u-180945cf488"] .tcb-button-link span{color: rgb(255,255,255);--tcb-applied-color:#fff;}[data-css="tve-u-180945cf488"]{--tcb-local-color-62516:var(--tcb-skin-color-0)!important;}[data-css="tve-u-17b27738ae6"].tcb-post-list [data-css="tve-u-18094746cf7"]{margin-top: 0px !important;}[data-css="tve-u-17b27738ae6"].tcb-post-list [data-css="tve-u-18094748748"]{margin-bottom: 0px !important;}[data-css="tve-u-17b27738ae6"].tcb-post-list [data-css="tve-u-180947521ac"] .tcb-button-link{background-image: linear-gradient(rgba(26,128,12,0.5),rgba(26,128,12,0.5)) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;--background-image:linear-gradient(rgba(26,128,12,0.5),rgba(26,128,12,0.5))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(rgba(26,128,12,0.5),rgba(26,128,12,0.5))!important;}.tcb-post-list[data-css="tve-u-17b27738ae6"] .post-wrapper.thrv_wrapper:nth-child(n+2){margin-top: 30px !important;}.tcb-post-list[data-css="tve-u-17b27738ae6"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)){margin-top: 0px !important;}.tcb-post-list[data-css="tve-u-17b27738ae6"] .post-wrapper.thrv_wrapper:not(:nth-child(n)){margin-right: 30px !important;}.tcb-post-list[data-css="tve-u-17b27738ae6"] .post-wrapper.thrv_wrapper:nth-child(n){margin-right: 0px !important;}}</style> 						<link rel='stylesheet' id='smash-balloon-editor-css-css' href='https://gowaynecounty.com/wp-content/plugins/thrive-visual-editor/inc/smash-balloon/css/main.css?ver=6.9.4' type='text/css' media='' />

</head>

	<body data-rsssl=1 class="home wp-singular page-template-default page page-id-196734 wp-theme-thrive-theme tve-theme-199655 thrive-layout-199640 thrive-no-prev-post-in-category thrive-no-next-post-in-category">
<div id="wrapper" class="tcb-style-wrap"><header id="thrive-header" class="thrv_wrapper thrv_symbol thrv_header thrv_symbol_199660 tve-default-state" role="banner"><div class="thrive-shortcode-html thrive-symbol-shortcode tve-default-state" data-symbol-id="199660"><style type="text/css" id="tcb-style-base-tcb_symbol-199660"  onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">.thrv_widget_menu{position:relative;z-index:10;}.thrv_widget_menu .fixed-menu-item{position:fixed !important;}.thrv_widget_menu.thrv_wrapper{overflow:visible !important;}.thrv_widget_menu li li .tve-item-dropdown-trigger{position:absolute;top:0px;right:0.5em;bottom:0px;}.thrv_widget_menu ul ul{box-sizing:border-box;min-width:100%;}.thrv_widget_menu .tve_w_menu .sub-menu{box-shadow:rgba(0,0,0,0.15) 0px 0px 9px 1px;background-color:rgb(255,255,255);}.thrv_widget_menu .tve_w_menu .sub-menu{visibility:hidden;display:none;}.thrv_widget_menu.tve-active-disabled .tve-state-active{cursor:default !important;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"].tve-active-disabled .menu-item-has-children{cursor:pointer;}.tve-m-trigger{display:none;-webkit-tap-highlight-color:transparent;}.tve-m-trigger:focus,.tve-m-trigger:active{outline:none;}.tve-m-trigger .thrv_icon{font-size:33px;width:33px;height:33px;margin:0px auto !important;padding:0.3em !important;}.tve-m-trigger:not(.tve-triggered-icon) .tcb-icon-close{display:none;}.thrv_widget_menu.thrv_wrapper{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"]{background:none !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] li{box-sizing:border-box;text-align:center;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .thrive-shortcode-html{position:relative;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-item-dropdown-trigger{position:absolute;top:0px;right:0.8rem;bottom:0px;transition:transform 0.2s ease 0s;height:100% !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .expand-children > a > .tve-item-dropdown-trigger{transform:rotate(180deg);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .m-icon{margin-left:-1em;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li{background-color:inherit;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu ul{display:none;position:relative;width:100%;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls){padding:0px;width:100%;margin-top:0px;margin-bottom:0px;-webkit-tap-highlight-color:transparent;margin-left:0px !important;margin-right:0px !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):focus,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):active{outline:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls) a{padding:10px 2em;}.tve_editor_page .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu{outline:rgb(46,204,113) solid 1px;margin:0px -1px !important;width:calc(100% + 2px) !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu{background-color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu .sub-menu{box-shadow:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu li li{background-color:rgb(250,250,250);box-shadow:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu{background-color:rgb(30,30,31);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li .sub-menu li{background-color:rgb(41,41,42);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li > a{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul.tve_w_menu{height:auto;max-height:0px;opacity:0;left:0px;overflow:hidden;width:100%;position:absolute;transition:max-height 0.1s ease 0s,opacity 0.1s ease 0s;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul.tve_w_menu.tve-m-expanded{opacity:1;max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;top:100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger{position:relative;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .thrv_icon{display:block;transition:opacity 0.3s ease 0s;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .tcb-icon-close{position:absolute;top:0px;left:50%;transform:translateX(-50%);opacity:0;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-close{opacity:1;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-open{opacity:0;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{top:0px;display:block;height:100vh;padding:60px;position:fixed;transition:left 0.2s ease 0s;width:80vw !important;overflow:hidden auto !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar{width:14px;height:8px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar-track{background:transparent;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar-thumb{height:23px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:7px;background-color:rgba(0,0,0,0.15);box-shadow:rgba(0,0,0,0.05) -1px -1px 0px inset,rgba(0,0,0,0.05) 1px 1px 0px inset;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu.tve-m-expanded{box-shadow:rgba(0,0,0,0.15) 0px 0px 9px 1px;}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{top:32px;height:calc(100vh - 32px);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close{display:block;position:fixed;z-index:99;top:0px;left:0px;transform:translateX(-100%);transition:left 0.2s ease 0s;}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close{top:32px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-triggered-icon .tcb-icon-open,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-triggered-icon .tcb-icon-open,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-triggered-icon .tcb-icon-open{display:block;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp-third"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp-third"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp-third"] .tcb-icon-close{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp"],.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp"],.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp"]{background-color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded{background:rgb(57,57,57);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu{left:-100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu.tve-m-expanded{left:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger.tve-triggered-icon .tcb-icon-close{left:80vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{left:-100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu.tve-m-expanded{left:0px;width:100vw !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger.tve-triggered-icon .tcb-icon-close{left:100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu{left:calc(100% + 4px);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu.tve-m-expanded{left:20vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close{left:100%;transform:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger.tve-triggered-icon .tcb-icon-close{left:20vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] ul.tve_w_menu{background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] ul.tve_w_menu li > a{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical{display:inline-block;box-sizing:border-box;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children{overflow:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children > .sub-menu{visibility:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul{position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul ul{top:0px;left:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul li{position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children{overflow:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover > .sub-menu,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover .tcb-mega-drop-inner > ul,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children > .sub-menu,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children .tcb-mega-drop-inner > ul{visibility:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu > li{flex:0 1 auto;cursor:pointer;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu > li a:focus{outline:none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li > a:not(.tcb-logo){font-size:16px;line-height:2em;box-shadow:none;letter-spacing:initial;color:inherit !important;text-decoration:inherit !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li{padding:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li a:hover{background-color:transparent;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .tve-dropdown-icon-down{display:none;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{background:none;font-size:1em;height:100%;top:0px;bottom:0px;justify-content:center;align-items:center;position:absolute;width:0.3em;display:inline-flex !important;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before{content:"[";left:-0.5em;transform:translateX(1.25em);}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{content:"]";right:-0.5em;left:auto;transform:translateX(-1.25em);}.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::after{transform:translateX(0px);}.thrv_widget_menu.thrv_wrapper li.c-underline > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-underline > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::after{transform:translate(-50%,-10px);height:2px;width:40%;top:105%;left:50%;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::after{transform:translate(-50%,-5px);height:1px;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::before{display:none;}.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double > a::after,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before{display:block !important;transform:translateY(-10px) !important;top:4px !important;}.thrv_widget_menu.thrv_wrapper li.c-double > a::after,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::after{transform:translateY(10px);top:calc(100% - 6px);}.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::after{transform:translateY(0px) !important;}.thrv_widget_menu.thrv_wrapper li.c-thick > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-thick > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::after{transform:translate(-50%,-10px);width:50%;top:105%;left:50%;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::after{transform:translate(-50%,-5px);height:4px;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::before{display:none;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .tve-disabled-text-inner{flex:1 1 auto;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon{display:flex;justify-content:center;align-items:center;flex:0 0 1em;width:1em;height:1em;margin-right:8px;margin-bottom:2px;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon svg{width:100%;height:100%;line-height:1em;stroke-width:0;stroke:currentcolor;fill:currentcolor;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical ul{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li{display:block;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical > li ul{padding:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li.expand-children > ul{display:block;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li.expand-children > ul{display:block;}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal > li:first-child{margin-left:0px !important;}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal > li:last-child{margin-right:0px !important;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li{overflow:hidden;display:flex;justify-content:center;flex-direction:column;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li > a .tve-item-dropdown-trigger svg{transform:rotate(-90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children > a{padding:2px 1.5em 2px 15px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children > a .tve-item-dropdown-trigger{right:0.25em;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li > ul{float:left;transition:max-height 0s ease 0s,opacity 0.2s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover > ul{visibility:hidden;max-height:0px;opacity:0;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover > ul > li{max-height:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li ul{max-height:0px;visibility:hidden;opacity:0;display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li.expand-children > ul{visibility:visible;max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;opacity:1;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li.expand-children > ul > li{max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li ul{transition:all 0.2s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li ul{float:left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li:not(.expand-children):hover > ul > li{opacity:0;height:0px;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul{display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li{height:0px;opacity:0;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li.expand-children > ul{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul{width:0px;transition:width 0.35s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul li{height:40px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li.expand-children > ul > li{opacity:1;height:40px;overflow:visible;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li{transition:all 0.2s ease 0s,opacity 0s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul{transition:width 0.25s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li ul{float:left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li:not(.expand-children):hover > ul > li{opacity:0;height:0px;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul{display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li{height:0px;opacity:0;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li.expand-children > ul{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul{width:0px;transition:width 0.35s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul li{height:40px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li.expand-children > ul > li{opacity:1;height:40px;overflow:visible;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li{transition:all 0.15s linear 0s,opacity 0s linear 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul{transition:width 0.25s linear 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li:not(.expand-children) > .sub-menu{padding:0px !important;margin:0px !important;border:none !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li::after{content:"";display:table;clear:both;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li > ul:hover{max-height:0px;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li.expand-children > ul{max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical ul .tve-item-dropdown-trigger{transform:rotate(90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical li{position:relative;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_),.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul:not(#_){position:absolute;left:unset;right:100%;top:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_){right:unset;left:100% !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger{transform:rotate(-90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger:not(:empty){margin:0px 0px 0px 8px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger{transform:rotate(0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty){margin:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger{transform:rotate(90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger:not(:empty){margin:0px 0px 0px 8px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger{transform:rotate(180deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty){margin:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li ul{float:left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li:not(.expand-children):hover > ul{visibility:hidden;max-height:0px;opacity:0;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li > ul{max-height:0px;visibility:hidden;opacity:0;display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li.expand-children > ul{visibility:visible;max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;opacity:1;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li ul{transform:perspective(400px) rotate3d(1,0,0,-90deg);transform-origin:50% 0px;transition:all 0.35s ease 0s,color 0.35s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li ul ul{transform:perspective(1600px) rotate3d(0,1,0,-90deg);transform-origin:0px 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul{transform:perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul > li.expand-children > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul > li.expand-children > ul{transform:perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical > li ul ul{transform:perspective(400px) rotate3d(1,0,0,-90deg);transform-origin:50% 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li.expand-children > ul{transform:perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li > ul{display:block;visibility:hidden;top:-100000px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li.expand-children > ul{top:100%;visibility:visible;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical li{margin:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li{margin:0px 15px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li ul{border:none;background-color:rgb(255,255,255);border-radius:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li > a{font-weight:600;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu .sub-menu li{font-weight:normal;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu > li:hover > a{color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li a{color:rgb(102,102,102);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(54,54,54);text-decoration:none !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li:hover{background-color:rgb(255,255,255);box-shadow:rgba(0,0,0,0.15) 0px 0px 9px 1px;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li a{background-color:inherit;padding:6px 10px;z-index:20;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu > li a{color:rgb(102,102,102);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu > li:hover > a{color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li{margin:0px;border-right:none;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li:not(:last-of-type){border-right:1px solid rgb(217,217,217);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li a{color:rgb(51,51,51);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover{background-color:rgb(57,163,209);color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover a{color:inherit !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu{box-shadow:none;background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li{background-color:rgb(57,163,209);color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li:hover{color:rgb(224,238,246) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu{background-color:rgb(60,61,64);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu > li a{color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu{box-shadow:none;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li{background-color:rgb(30,30,31) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li a{color:rgb(175,175,175);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close svg{color:inherit;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"].tve-mobile-dropdown .tcb-icon-close{color:rgb(17,17,17);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li a{color:rgb(175,175,175) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu > li:hover > a{color:rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(255,255,255) !important;text-decoration:underline !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li:hover{background-color:rgb(30,30,31);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li a{background-color:inherit;padding:2px 10px;z-index:9;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li a{color:rgb(175,175,175) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li{border-right:none;margin:0px !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li:not(:last-of-type){border-right:1px solid rgb(217,217,217);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li:hover{background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li{background-color:rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li:hover{background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li:hover > a{color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li > a{color:rgb(224,238,246) !important;}.thrv_widget_menu [data-item-display-desktop="icon"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon"] .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-mm-text .m-icon{display:flex !important;margin-right:0px !important;}.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="icon"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-desktop="text"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="text"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-desktop="text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-desktop="image"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="image"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-text,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-text{flex-grow:0 !important;}.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-desktop="image"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="image-text"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}body.logged-in .thrv_widget_menu .tcb-menu-display-desktop-logged-out{display:none !important;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-desktop-logged-in{display:none !important;}:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-desktop-always{display:block !important;}.thrv_widget_menu .tcb-mm-image,.thrv_widget_menu .tcb-menu-item-image{background-size:cover;background-position:center center;position:relative;height:45px;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row,.thrv_widget_menu .tcb--row{flex-direction:row;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row .tcb-menu-item-image,.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row .m-icon,.thrv_widget_menu .tcb--row .tcb-menu-item-image,.thrv_widget_menu .tcb--row .m-icon{margin-right:8px;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse,.thrv_widget_menu .tcb--row-reverse{flex-direction:row-reverse;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse .tcb-menu-item-image,.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse .tcb-mm-image .m-icon,.thrv_widget_menu .tcb--row-reverse .tcb-menu-item-image,.thrv_widget_menu .tcb--row-reverse .tcb-mm-image .m-icon{margin-left:8px;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text){flex-direction:row;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-menu-item-image,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .m-icon{order:3;margin-left:8px;margin-right:0px !important;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container{flex-direction:row-reverse;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container .tcb-mm-image,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container .tcb-mm-image{margin-left:8px;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container .m-icon,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container .m-icon{order:0 !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column,.thrv_widget_menu .tcb--column{flex-direction:column;justify-content:center;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-menu-item-image,.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-mm-image,.thrv_widget_menu .tcb--column .tcb-menu-item-image,.thrv_widget_menu .tcb--column .tcb-mm-image{margin-bottom:10px;flex-basis:auto !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-mm-text,.thrv_widget_menu .tcb--column .tcb-mm-text{flex-basis:auto !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .m-icon,.thrv_widget_menu .tcb--column .m-icon{margin-right:0px !important;margin-left:0px !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tve-item-dropdown-trigger,.thrv_widget_menu .tcb--column .tve-item-dropdown-trigger{position:absolute;bottom:0.5em;right:0px;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-item-image[data-d-f="user"],body:not(.logged-in) .thrv_widget_menu .tcb-mm-image[data-d-f="user"]{display:none !important;}body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-image.tcb-elem-placeholder{display:none !important;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"] .tcb-mega-drop .thrv_text_element{display:none;}.tcb-hamburger-logo{display:none;}.thrv_widget_menu:not(#_):not(#_) li button{display:none !important;}.thrv_widget_menu:not(#_):not(#_) li a{--background-image:none;background-image:var(--background-image,none) !important;}.thrv_widget_menu:not(#_):not(#_) path{transition:none 0s ease 0s !important;}.thrv_widget_menu:not(#_):not(#_) li li li:first-child{margin-top:0px !important;}.thrv_widget_menu:not(#_):not(#_) ul ul ul{padding-top:0px !important;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu > li ul{min-width:fit-content;min-width:-moz-fit-content;min-width:-moz-fit-content;min-width:fit-content;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu > li ul li{min-width:fit-content;min-width:-moz-fit-content;min-width:-moz-fit-content;min-width:fit-content;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std):not(.tve-regular) .tve-disabled-text-inner{white-space:normal;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li > a.tve-jump-scroll{pointer-events:none;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li > a.tve-jump-scroll .tve-item-dropdown-trigger{pointer-events:all;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) .tcb-mega-drop li li > a.tve-jump-scroll{pointer-events:all;}body:not(.tve_editor_page) .thrv_social_follow .tve_s_item a[href=""],body:not(.tve_editor_page) .thrive_author_links .tve_s_item a[href=""]{display:none;}.tcb-icon{display:inline-block;width:1em;height:1em;line-height:1em;vertical-align:middle;stroke-width:0;stroke:currentcolor;fill:currentcolor;box-sizing:content-box;transform:rotate(var(--tcb-icon-rotation-angle,0deg));}svg.tcb-icon path:not([fill="none"]){transition:none 0s ease 0s;fill:inherit !important;stroke:inherit !important;}.thrv_icon{text-align:center;}.thrive-symbol-shortcode{position:relative;}body:not(.tve_editor_page) .thrv_wrapper.thrv_footer,body:not(.tve_editor_page) .thrv_wrapper.thrv_header{padding:0px;}.thrv-search-form{max-width:600px;--tve-applied-max-width:600px;}.thrv-search-form form{width:100%;display:flex;flex-direction:row-reverse;}.thrv-search-form form .thrv-sf-input{flex:1 1 auto;}.thrv-search-form form .thrv-sf-input input{width:100%;background-color:rgb(255,255,255);padding:14px 15px;border:1px solid rgba(82,96,109,0.5);border-radius:4px 0px 0px 4px;line-height:1em;color:rgb(80,86,95);resize:vertical;outline:none;font-size:17px;min-height:100%;font-family:Arial,sans-serif;box-sizing:border-box;}.thrv-search-form form .thrv-sf-input input::placeholder{opacity:0.8;font:inherit !important;color:inherit !important;}.thrv-search-form form .thrv-sf-input input:hover,.thrv-search-form form .thrv-sf-input input:focus{border-color:rgba(82,96,109,0.3);}.thrv-search-form form .thrv-sf-submit{flex:0 0 auto;position:relative;}.thrv-search-form form .thrv-sf-submit[data-button-layout="icon"] .tve_btn_txt{display:none;}.thrv-search-form form .thrv-sf-submit[data-button-layout="text"] .tcb-sf-button-icon{display:none;}.thrv-search-form form .thrv-sf-submit[data-button-layout="icon_text"] .tcb-sf-button-icon{margin-right:5px;}.thrv-search-form form .thrv-sf-submit button{display:flex;border-width:0px;background-color:rgb(82,96,109);padding:14px 15px;font-size:17px;color:rgb(255,255,255);cursor:pointer;align-items:center;justify-content:space-around;height:100%;border-radius:0px 4px 4px 0px;font-weight:normal;box-sizing:border-box;}.thrv-search-form form .thrv-sf-submit button:hover,.thrv-search-form form .thrv-sf-submit button:focus{background-color:rgba(82,96,109,0.85);}.thrv-search-form form .thrv-sf-submit button .tcb-sf-button-icon .thrv_wrapper{margin:0px;}:not(#_s):not(#_s) .thrv-search-form.thrv-sticky-search{width:100%;position:relative;top:0px;right:0px;bottom:0px;left:0px;max-width:none !important;float:none !important;margin:auto !important;box-sizing:border-box !important;}:not(#_s):not(#_s) .thrv-search-form.thrv-sticky-search .thrv-sf-input{transform:none;transition:none 0s ease 0s;position:relative;top:unset;left:unset;right:unset;width:auto;}:not(#_s):not(#_s) .thrv-search-form.thrv-sticky-search .thrv-sf-input input{display:inline-block;}.thrv-search-form .tcb-sf-close-icon{background:transparent;border:0px;position:absolute;line-height:0;padding:0px;right:0px;top:0px;cursor:pointer;z-index:999;margin:0px;}.tve-sf-overlay-container{top:0px;left:0px;width:100%;position:fixed !important;z-index:9999 !important;margin-left:0px !important;margin-right:0px !important;box-sizing:border-box !important;max-width:none !important;}.tve-sf-overlay-container.thrv_wrapper{margin:0px;}.tve-sf-overlay-container > .tve-cb{box-sizing:border-box;}.tve-sf-overlay-container .tcb-sf-close-icon{background:transparent;border:0px;position:absolute;line-height:0;padding:0px;right:0px;top:0px;cursor:pointer;z-index:999;margin:0px;}.tcb-logo{display:block;max-width:100%;width:240px;box-sizing:border-box !important;}.thrv_widget_menu .tcb-logo{width:auto;margin:0px;}.tcb-logo.thrv_wrapper{padding:0px;}.tcb-logo img{display:block;max-width:100%;height:auto;}.notifications-content-wrapper.tcb-permanently-hidden{display:none !important;}.tcb-permanently-hidden{display:none !important;}.tar-disabled{cursor:default;opacity:0.4;pointer-events:none;}.tcb-flex-row{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;margin-top:0px;margin-left:-15px;padding-bottom:15px;padding-top:15px;}.tcb-flex-col{flex:1 1 auto;padding-top:0px;padding-left:15px;}.tcb-flex-row .tcb-flex-col{box-sizing:border-box;}.tcb-col{height:100%;display:flex;flex-direction:column;position:relative;}.tcb-flex-row .tcb-col{box-sizing:border-box;}html{text-rendering:auto !important;}html body{text-rendering:auto !important;}#tve_editor ul{margin-left:20px;}#tve_editor ul.tve_w_menu{margin-left:0px;}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px;}.thrv_wrapper div{box-sizing:content-box;}.thrv_symbol .thrv_wrapper:not(.thrv_icon){box-sizing:border-box !important;}.thrv_wrapper.thrv_symbol{margin:0px;}.thrv_wrapper.thrv-columns{margin-top:10px;margin-bottom:10px;padding:0px;}.tve_clearfix::after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0px;}a:not(.tcb-button-link) svg.tcb-icon{color:rgb(17,17,17);}.thrv_icon{line-height:0;}.thrv_icon.tcb-icon-display{display:table;}.thrv_icon.thrv_wrapper{margin-left:auto;margin-right:auto;padding:0px;}.thrv_widget_menu li{margin-top:0px;padding:0px 10px;}.thrv_widget_menu.thrv_wrapper.tcb-mega-std .tve_w_menu.tve_horizontal > li ul{border:none;}.thrv_widget_menu.thrv_wrapper.tve-vertical-menu{width:100%;}.thrv_widget_menu.thrv_wrapper.tve_center{display:table;margin-left:auto !important;margin-right:auto !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{position:relative;margin:0px;padding:0px 0px 0px 1em;list-style-type:none;list-style-image:none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu ul{margin:0px;padding:0px 0px 0px 1em;list-style-type:none;list-style-image:none;background-color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li{margin-bottom:0px;margin-left:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li::before{content:"";display:none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li > a{color:rgb(55,55,55);text-decoration:none;display:flex;align-items:center;line-height:1;position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical > li ul{border:1px solid rgb(180,180,180);border-radius:3px;padding:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical > li ul li > a{padding:2px 15px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal{z-index:9;padding:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li{display:inline-block;position:relative;padding:2px 10px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul{padding:0px;position:absolute;border:1px solid rgb(180,180,180);border-radius:3px;display:none;z-index:4;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li{padding:0px;display:block;position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li:first-child a{border-top-left-radius:3px;border-top-right-radius:3px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li:last-child a{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li > a{padding:2px 15px;overflow:hidden;text-overflow:ellipsis;}.thrv_widget_menu.thrv_wrapper:not(.tve-regular) ul.tve_w_menu.tve_horizontal > li ul{position:static;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical a,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal a{line-height:2;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical svg,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal svg{width:1.5em;height:1em;transition:all 0.15s ease 0s;fill:currentcolor;margin-left:5px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_vertical li > a{display:inline-flex;}#tve_editor.tve_empty_dropzone .thrv_symbol.thrv_header .symbol-section-in{padding:1px;}.thrv_symbol.thrv_header{width:100%;position:relative;box-sizing:border-box;}.thrv_symbol.thrv_header .thrive-symbol-shortcode{margin:0px auto;position:relative;}.symbol-section-in{margin:0px auto;position:relative;z-index:1;box-sizing:border-box;}.symbol-section-in:empty::before{font-family:sans-serif;line-height:40px;}.symbol-section-in::after,.symbol-section-in::before{content:"";display:block;overflow:auto;}.symbol-section-out{position:absolute;width:100%;height:100%;left:0px;top:0px;overflow:hidden;box-sizing:border-box !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position:relative;min-height:var(--tcb-container-height-d,100px) !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing:border-box;margin:0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing:border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing:border-box;position:absolute;width:100%;height:100%;left:0px;top:0px;overflow:hidden;}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_black{color:rgb(16,16,16);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black a:hover{color:rgb(16,16,16);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a.tve-active{background-color:rgb(16,16,16);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_blue{color:rgb(62,104,178);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue a:hover{color:rgb(62,104,178);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a.tve-active{background-color:rgb(62,104,178);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_green{color:rgb(26,188,156);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green a:hover{color:rgb(26,188,156);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a.tve-active{background-color:rgb(26,188,156);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_orange{color:rgb(230,126,34);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange a:hover{color:rgb(230,126,34);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a.tve-active{background-color:rgb(230,126,34);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_purple{color:rgb(134,86,193);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple a:hover{color:rgb(134,86,193);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a.tve-active{background-color:rgb(134,86,193);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_red{color:rgb(206,39,27);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red a:hover{color:rgb(206,39,27);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a.tve-active{background-color:rgb(206,39,27);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_teal{color:rgb(56,125,113);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal a:hover{color:rgb(56,125,113);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a.tve-active{background-color:rgb(56,125,113);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_white{color:rgb(216,216,216);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white a:hover{color:rgb(216,216,216);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a.tve-active{background-color:rgb(216,216,216);color:rgb(255,255,255);}.theme-has-off-screen-sidebar.visible-off-screen-sidebar .tve-sf-overlay-container{width:calc(100% - var(--off-screen-sidebar-size));}.theme-has-off-screen-sidebar.visible-off-screen-sidebar[data-off-screen-side="left"] .tve-sf-overlay-container{left:var(--off-screen-sidebar-size);}@media (min-width:300px){:not(#_s) .thrv-search-form[data-display-d="none"]{max-width:var(--tve-applied-max-width) !important;}:not(#_s) .thrv-search-form[data-display-d="none"] .thrv-sf-input{display:block;position:initial;perspective:unset;transform:unset;width:auto;transition:unset;top:unset;}:not(#_s) .thrv-search-form[data-display-d="none"] .thrv-sf-input input{display:inline-block;}:not(#_s) .thrv-search-form[data-display-d="none"] .thrv-sf-input::after{content:none;}.thrv-search-form[data-position-d="left"]{flex-direction:row-reverse;}.thrv-search-form[data-position-d="right"] form{flex-direction:row;}.thrv-search-form[data-display-d="overlay"]:not(.thrv-sticky-search){max-width:fit-content !important;max-width:-moz-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important;}.thrv-search-form[data-display-d="overlay"]:not(.thrv-sticky-search) .thrv-sf-input{display:none;}.thrv-search-form[data-display-d="expand"]{position:relative;max-width:fit-content !important;max-width:-moz-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important;overflow:unset !important;}.thrv-search-form[data-display-d="expand"] .thrv-sf-input{position:absolute;z-index:10;width:0px;top:0px;}.thrv-search-form[data-display-d="expand"] .thrv-sf-input.tcb-sf-expand{width:var(--tve-applied-max-width);}.thrv-search-form[data-display-d="expand"] .thrv-sf-input.tcb-sf-expand input{display:inline-block;}.thrv-search-form[data-display-d="expand"] .thrv-sf-input.tcb-sf-expand::after{content:none !important;}.thrv-search-form[data-display-d*="tooltip"]{position:relative;max-width:fit-content !important;max-width:-moz-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important;overflow:unset !important;}.thrv-search-form[data-display-d*="tooltip"] .thrv-sf-input{position:absolute;top:120%;width:var(--tve-applied-max-width);z-index:1;transform:perspective(400px) rotate3d(1,0,0,-90deg);transition:transform 0.35s ease 0s,opacity 0.35s ease 0s;transform-origin:center top;}.thrv-search-form[data-display-d*="tooltip"] .thrv-sf-input input{display:none;}.thrv-search-form[data-display-d*="tooltip"] .thrv-sf-input::after{content:"";position:absolute;left:var(--tve-sf-after-left,18px);right:var(--tve-sf-after-right,auto);top:auto;bottom:100%;width:20px;height:10px;clip-path:polygon(50% 0%,0% 100%,100% 100%);background-image:var(--tcb-sf-bg-img);background-color:var(--tcb-sf-bg-color,#000);clear:both;}.thrv-search-form[data-display-d*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input{transform:perspective(400px) rotate3d(0,0,0,0deg);display:block;}.thrv-search-form[data-display-d*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input input{display:block;}}@media (max-width:1023px){.thrv_widget_menu [data-item-display-tablet="icon"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-tablet="text"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="text"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-tablet="text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-tablet="image"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="image"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-text,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-text{flex-grow:0 !important;}.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-tablet="image"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="image-text"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}body.logged-in .thrv_widget_menu .tcb-menu-display-tablet-logged-out{display:none !important;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-tablet-logged-in{display:none !important;}:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-tablet-always{display:block !important;}:not(#_s):not(#_s) .thrv-search-form[data-display-t="none"]{max-width:var(--tve-applied-max-width) !important;}:not(#_s):not(#_s) .thrv-search-form[data-display-t="none"] .thrv-sf-input{display:block;position:initial;perspective:unset;transform:unset;width:auto;transition:unset;top:unset;}:not(#_s):not(#_s) .thrv-search-form[data-display-t="none"] .thrv-sf-input input{display:inline-block;}:not(#_s):not(#_s) .thrv-search-form[data-display-t="none"] .thrv-sf-input::after{content:none;}:not(#_s) .thrv-search-form[data-position-t="left"] form{flex-direction:row-reverse;}:not(#_s) .thrv-search-form[data-position-t="right"] form{flex-direction:row;}:not(#_s) .thrv-search-form[data-display-t="overlay"]:not(.thrv-sticky-search){max-width:fit-content !important;max-width:-moz-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important;}:not(#_s) .thrv-search-form[data-display-t="overlay"]:not(.thrv-sticky-search) .thrv-sf-input{display:none;}:not(#_s) .thrv-search-form[data-display-t="expand"]{position:relative;max-width:fit-content !important;max-width:-moz-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important;overflow:unset !important;}:not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input{position:absolute;z-index:10;width:0px;top:0px;}:not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input.tcb-sf-expand{width:var(--tve-applied-max-width);}:not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input.tcb-sf-expand input{display:inline-block;}:not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input.tcb-sf-expand::after{content:none !important;}:not(#_s) .thrv-search-form[data-display-t*="tooltip"]{position:relative;max-width:fit-content !important;max-width:-moz-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important;overflow:unset !important;}:not(#_s) .thrv-search-form[data-display-t*="tooltip"] .thrv-sf-input{position:absolute;top:120%;width:var(--tve-applied-max-width);z-index:1;transform:perspective(400px) rotate3d(1,0,0,-90deg);transition:transform 0.35s ease 0s,opacity 0.35s ease 0s;transform-origin:center top;}:not(#_s) .thrv-search-form[data-display-t*="tooltip"] .thrv-sf-input input{display:none;}:not(#_s) .thrv-search-form[data-display-t*="tooltip"] .thrv-sf-input::after{content:"";position:absolute;left:var(--tve-sf-after-left,18px);right:var(--tve-sf-after-right,auto);top:auto;bottom:100%;width:20px;height:10px;clip-path:polygon(50% 0%,0% 100%,100% 100%);background-image:var(--tcb-sf-bg-img);background-color:var(--tcb-sf-bg-color,#000);clear:both;}:not(#_s) .thrv-search-form[data-display-t*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input{transform:perspective(400px) rotate3d(0,0,0,0deg);display:block;}:not(#_s) .thrv-search-form[data-display-t*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input input{display:block;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-t) !important;}}@media (max-width:767px){.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve_w_menu{height:0px;overflow:hidden;box-sizing:border-box;width:100%;background-color:rgb(255,255,255);position:absolute;z-index:9 !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html{display:flex;justify-content:space-between;align-items:center;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display:block;order:var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width:auto;order:2;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap:wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html::after{display:none;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tve-mobile-dropdown .tve_w_menu{visibility:hidden;}.thrv_widget_menu[data-tve-switch-icon*="mobile"]:not(.tve-custom-menu-switch-icon-mobile) ul{padding:0px !important;}.thrv_widget_menu [data-item-display-mobile="icon"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-mobile="text"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="text"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-mobile="text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-mobile="image"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="image"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-text,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-text{flex-grow:0 !important;}.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-mobile="image"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="image-text"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}body.logged-in .thrv_widget_menu .tcb-menu-display-mobile-logged-out{display:none !important;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-mobile-logged-in{display:none !important;}:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-mobile-always{display:block !important;}.thrv-search-form form .thrv-sf-submit .tve_btn_txt{display:none;}.thrv-search-form form .thrv-sf-submit[data-button-layout="text"] .tcb-sf-button-icon{display:block;}.thrv-search-form form .thrv-sf-submit button{justify-content:space-around;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="none"]{max-width:var(--tve-applied-max-width) !important;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="none"] .thrv-sf-input{display:block;position:initial;perspective:unset;transform:unset;width:auto;transition:unset;top:unset;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="none"] .thrv-sf-input input{display:inline-block;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="none"] .thrv-sf-input::after{content:none;}:not(#_s):not(#_s) .thrv-search-form[data-position-m="left"] form{flex-direction:row-reverse;}:not(#_s):not(#_s) .thrv-search-form[data-position-m="right"] form{flex-direction:row;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="overlay"]:not(.thrv-sticky-search){max-width:fit-content !important;max-width:-moz-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="overlay"]:not(.thrv-sticky-search) .thrv-sf-input{display:none;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"]{position:relative;max-width:fit-content !important;max-width:-moz-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important;overflow:unset !important;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input{position:absolute;z-index:10;width:0px;top:0px;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input.tcb-sf-expand{width:var(--tve-applied-max-width);}:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input.tcb-sf-expand input{display:inline-block;}:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input.tcb-sf-expand::after{content:none !important;}:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"]{position:relative;max-width:fit-content !important;max-width:-moz-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important;overflow:unset !important;}:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"] .thrv-sf-input{position:absolute;top:120%;width:var(--tve-applied-max-width);z-index:1;transform:perspective(400px) rotate3d(1,0,0,-90deg);transition:transform 0.35s ease 0s,opacity 0.35s ease 0s;transform-origin:center top;}:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"] .thrv-sf-input input{display:none;}:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"] .thrv-sf-input::after{content:"";position:absolute;left:var(--tve-sf-after-left,18px);right:var(--tve-sf-after-right,auto);top:auto;bottom:100%;width:20px;height:10px;clip-path:polygon(50% 0%,0% 100%,100% 100%);background-image:var(--tcb-sf-bg-img);background-color:var(--tcb-sf-bg-color,#000);clear:both;}:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input{transform:perspective(400px) rotate3d(0,0,0,0deg);display:block;}:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input input{display:block;}html{overflow-x:hidden !important;}html,body{max-width:100vw !important;}.tcb-flex-row{flex-direction:column;}.tcb-flex-row.v-2{flex-direction:row;}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap){flex-wrap:wrap;}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap) > .tcb-flex-col{width:100%;flex:1 0 390px;max-width:100% !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-m) !important;}}@media screen and (max-width:782px){.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{top:46px;height:calc(100vh - 46px);}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close{top:46px;}}@media (min-width:2600px){.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before{top:3px !important;}}@media (min-width:1024px){.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu{height:0px;overflow:hidden;box-sizing:border-box;width:100%;background-color:rgb(255,255,255);position:absolute;z-index:9 !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html{display:flex;justify-content:space-between;align-items:center;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display:block;order:var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width:auto;order:2;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap:wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html::after{display:none;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tve-mobile-dropdown .tve_w_menu{visibility:hidden;}}@media (min-width:768px) and (max-width:1023px){.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve_w_menu{height:0px;overflow:hidden;box-sizing:border-box;width:100%;background-color:rgb(255,255,255);position:absolute;z-index:9 !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html{display:flex;justify-content:space-between;align-items:center;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display:block;order:var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width:auto;order:2;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap:wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html::after{display:none;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tve-mobile-dropdown .tve_w_menu{visibility:hidden;}.thrv_widget_menu[data-tve-switch-icon*="tablet"]:not(.tve-custom-menu-switch-icon-tablet) ul{padding:0px !important;}}@media only screen and (max-width:774px){.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve_menu_title{display:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .thrive-shortcode-html{padding-top:1px;position:relative;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_center,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_left,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_right{display:block;float:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.t_tve_horizontal{border-radius:4px;border-width:1px;border-style:solid;display:inline-block;float:right;font-size:33px;height:30px;line-height:30px;margin:0px;padding:8px;text-align:center;text-decoration:none;width:33px;box-sizing:content-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .thrv_icon{margin:0px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .tcb-icon-close{display:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-open{display:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-close{display:block;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul{min-width:250px;max-width:none !important;width:100% !important;box-sizing:border-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul li,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul a{display:block !important;box-sizing:border-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal{background-color:rgb(255,255,255);max-height:0px;overflow:hidden;position:absolute;transition:max-height 0.3s ease 0s;z-index:9999;top:50px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal.tve-m-expanded{transition:max-height 0.3s ease 0s;border:1px solid rgb(180,180,180);min-height:200px;overflow-y:scroll;top:49px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > a{padding:12px 15px;display:block;background-color:rgb(255,255,255);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul{display:block !important;position:static !important;border:0px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul a::after{display:none !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul a{border-radius:0px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > a{padding-left:30px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > ul > li > a{padding-left:45px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > ul > li > ul > li > a{padding-left:45px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-track{background-color:rgb(225,225,225);}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar{width:6px;background-color:rgb(225,225,225);}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgb(204,204,204);}}@media not all,not all{.tcb-flex-col{width:100%;}.tcb-col{display:block;}}@media screen and (max-device-width:480px){body{text-size-adjust:none;}}@media only screen and (min-width:774px){.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul .tve_w_menu.tve_horizontal > li ul{left:-100%;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul .tve_w_menu.tve_horizontal > li ul li{text-align:right;}}</style><style class='tve-symbol-custom-style'>@media (min-width: 300px){.thrv_symbol_199660.tve-default-state .symbol-section-out.tve-default-state{background-color: rgb(255,255,255) !important;--background-color:rgb(255,255,255)!important;--tve-applied-background-color:rgb(255,255,255)!important;background-image: linear-gradient(var(--tcb-skin-color-2),var(--tcb-skin-color-2))!important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;--background-image:linear-gradient(var(--tcb-skin-color-2),var(--tcb-skin-color-2))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-2),var$(--tcb-skin-color-2))!important;}.thrv_symbol_199660.tve-default-state .symbol-section-in.tve-default-state{padding: 12px 20px !important;}.thrv_symbol_199660 [data-css="tve-u-17b26da0484"]{--tcb-local-color-3118b:var(--tcb-skin-color-0)!important;--tcb-local-color-d5e22:rgb(20,15,0)!important;--tcb-local-color-25116:rgb(245,234,234)!important;margin-bottom: 0px !important;margin-top: 0px !important;--tve-border-width:0px;}.thrv_symbol_199660 [data-css="tve-u-17b26da0484"] .tve_w_menu{border: none;--tve-applied-border:none;padding: 0px !important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item) > a{font-family: Muli;text-transform: uppercase;--tcb-applied-color:var$(--tcb-local-color-d5e22);font-weight: 500 !important;font-size: 15px !important;color: var(--tve-color,var(--tcb-local-color-d5e22))!important;--tve-applied-color:var$(--tve-color,var$(--tcb-local-color-d5e22))!important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item) strong{font-weight: 500;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item){border-left: none;border-right: none;--tve-color:var(--tcb-local-color-d5e22);--tve-applied---tve-color:var$(--tcb-local-color-d5e22);padding: 10px 20px !important;margin: 0px !important;}:not(#tve) .thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item):hover > a{color: var(--tve-color,rgb(255,255,255))!important;--tve-applied-color:var$(--tve-color,rgb(255,255,255))!important;--tcb-applied-color:rgb(255,255,255)!important;}:not(#tve) .thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item):hover{background-color: var(--tcb-local-color-3118b)!important;--tve-applied-background-color:var$(--tcb-local-color-3118b)!important;--tve-color:rgb(255,255,255)!important;--tve-applied---tve-color:rgb(255,255,255)!important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item).tve-state-active{--tve-color:rgb(255,255,255);--tve-applied---tve-color:rgb(255,255,255);background-color: var(--tcb-local-color-3118b)!important;--tve-applied-background-color:var$(--tcb-local-color-3118b)!important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item).tve-state-active > a{--tcb-applied-color:rgb(255,255,255);color: var(--tve-color,rgb(255,255,255))!important;--tve-applied-color:var$(--tve-color,rgb(255,255,255))!important;}.thrv_symbol_199660 [data-css="tve-u-17b26db06cd"]{--tve-alignment:center;float: none;margin: 10px auto 0px !important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754 > a{font-family: Muli;text-transform: uppercase;--tcb-applied-color:var$(--tcb-local-color-d5e22);font-weight: 500 !important;font-size: 15px !important;color: var(--tve-color,var(--tcb-local-color-d5e22))!important;--tve-applied-color:var$(--tve-color,var$(--tcb-local-color-d5e22))!important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754 strong{font-weight: 500;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754{border-left: none;border-right: none;--tve-color:var(--tcb-local-color-d5e22);--tve-applied---tve-color:var$(--tcb-local-color-d5e22);padding: 10px 20px !important;margin: 0px !important;}:not(#tve) .thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754:hover > a{color: var(--tve-color,rgb(255,255,255))!important;--tve-applied-color:var$(--tve-color,rgb(255,255,255))!important;--tcb-applied-color:rgb(255,255,255)!important;}:not(#tve) .thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754:hover{background-color: var(--tcb-local-color-3118b)!important;--tve-applied-background-color:var$(--tcb-local-color-3118b)!important;--tve-color:rgb(255,255,255)!important;--tve-applied---tve-color:rgb(255,255,255)!important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754.tve-state-active{--tve-color:rgb(255,255,255);--tve-applied---tve-color:rgb(255,255,255);background-color: var(--tcb-local-color-3118b)!important;--tve-applied-background-color:var$(--tcb-local-color-3118b)!important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754.tve-state-active > a{--tcb-applied-color:rgb(255,255,255);color: var(--tve-color,rgb(255,255,255))!important;--tve-applied-color:var$(--tve-color,rgb(255,255,255))!important;}.thrv_symbol_199660.tve-default-state [data-css="tve-u-17b2b333a5a"]{max-width: 600px;--tve-applied-max-width:600px;}.thrv_symbol_199660 [data-css="tve-u-17b2b334c41"]{max-width: 67.6%;}.thrv_symbol_199660 [data-css="tve-u-17b2b334c5f"]{max-width: 32.4%;}.thrv_symbol_199660 [data-css="tve-u-17b2b333a5a"]{margin-bottom: 0px !important;margin-top: 0px !important;}}@media (max-width: 1023px){.thrv_symbol_199660.tve-default-state .symbol-section-in.tve-default-state{padding-left: 40px !important;padding-right: 40px !important;}.thrv_symbol_199660 [data-css="tve-u-17b26da0484"]{padding-left: 0px !important;padding-right: 0px !important;}.thrv_symbol_199660 [data-css="tve-u-17b26da0484"] .tve_w_menu{padding: 45px 0px 20px !important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item){margin-left: 0px !important;margin-right: 0px !important;padding-bottom: 10px !important;padding-top: 10px !important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754{margin-left: 0px !important;margin-right: 0px !important;padding-bottom: 10px !important;padding-top: 10px !important;}}@media (max-width: 767px){.thrv_symbol_199660.tve-default-state .symbol-section-in.tve-default-state{padding: 10px 20px 6px !important;}.thrv_symbol_199660 [data-css="tve-u-17b26da0484"] .tve-m-trigger .thrv_icon{font-size: 30px !important;width: 30px !important;height: 30px !important;}.thrv_symbol_199660 [data-css="tve-u-17b26da0484"] .tve_w_menu{padding: 40px 0px 0px !important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item){--tve-line-height:1.2em;padding-left: 15px !important;padding-right: 15px !important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li:not(.tcb-excluded-from-group-item) > a{line-height: var(--tve-line-height,1.2em)!important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754{--tve-line-height:1.2em;padding-left: 15px !important;padding-right: 15px !important;}.thrv_symbol_199660 .thrv_widget_menu #m-17b26da0483 > li.menu-item.menu-item-196754 > a{line-height: var(--tve-line-height,1.2em)!important;}}</style><div class="symbol-section-out tve-default-state" style=""></div> <div class="symbol-section-in tve-default-state" style=""> <a class="tcb-logo thrv_wrapper" href="https://gowaynecounty.com" data-css="tve-u-17b26db06cd" data-img-style="" class=""><picture><source srcset="https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo-300x86.png 300w, https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo.png 494w" media="(min-width:1024px)"></source><img src="https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo.png" height="142" width="494" alt="" style="" class="tve-not-lazy-loaded"></img></picture></a><div class="thrv_wrapper thrv-columns" style="--tcb-col-el-width:1040;"><div class="tcb-flex-row v-2 tcb--cols--2 tcb-resized"><div class="tcb-flex-col" data-css="tve-u-17b2b334c41" style=""><div class="tcb-col" style=""><div class="thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-template-light-tmp-first tve-mobile-side-fullscreen vm-toggle da-fold tcb-local-vars-root tve-regular" data-tve-switch-icon="tablet,mobile" data-css="tve-u-17b26da0484" style=""><div class="thrive-colors-palette-config" style="display: none !important"></div> <div class="thrive-shortcode-config" style="display: none !important"></div><div class="thrive-shortcode-html thrive-shortcode-html-editable tve_clearfix" > <a class="tve-m-trigger t_tve_horizontal" href="javascript:void(0)"><div class="thrv_wrapper thrv_icon tcb-icon-open"><svg class="tcb-icon" viewBox="0 0 24 24" data-name="align-justify"><g><g><path class="st0" d="M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z"/></g><g><path class="st0" d="M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z"/></g><g><path class="st0" d="M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z"/></g></g></svg></div><div class="thrv_wrapper thrv_icon tcb-icon-close"><svg class="tcb-icon" viewBox="0 0 24 24" data-name="close"><path class="st0" d="M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z"/></svg></div></a>  <ul id="m-17b26da0483" class="tve_w_menu tve_horizontal "><li id="menu-item-196754" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-196734 current_page_item menu-item-196754 lvl-0 tcb-excluded-from-group-item tve-state-active" data-id="196754" data-item-display-desktop="text" ><a href="https://gowaynecounty.com/" class="tve-state-active"><span class="tve-disabled-text-inner">Home</span></a></li>
<li id="menu-item-199727" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199727 lvl-0" data-id="199727" data-item-display-desktop="text" ><a href="https://gowaynecounty.com/event-calendar/"><span class="tve-disabled-text-inner">Event Calendar</span></a></li>
<li id="menu-item-199728" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199728 lvl-0" data-id="199728" data-item-display-desktop="text" ><a href="https://gowaynecounty.com/whatsup/"><span class="tve-disabled-text-inner">News</span></a></li>
<li id="menu-item-200096" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200096 lvl-0" data-id="200096" data-item-display-desktop="text" ><a href="https://gowaynecounty.com/wayne-county-news-2/local-gas-prices/"><span class="tve-disabled-text-inner">Local Gas Prices</span></a></li>
<li id="menu-item-199695" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199695 lvl-0" data-id="199695" data-item-display-desktop="text" ><a href="https://gowaynecounty.com/contact-us/"><span class="tve-disabled-text-inner">Contact</span></a></li>
</ul> <div class="tcb-menu-overlay"></div> </div> </div></div></div><div class="tcb-flex-col" data-css="tve-u-17b2b334c5f" style=""><div class="tcb-col"><div class="thrv_wrapper thrv-search-form " data-css="tve-u-17b2b333a5a" data-tcb-events="" data-ct-name="Default Template" data-ct="search_form-56234" data-list="" data-display-d="none" data-position-d="left"><form class="tve-prevent-content-edit" role="search" method="get" action="https://gowaynecounty.com">
	<div class="thrv-sf-submit" data-button-layout="icon_text" data-css="">
		<button type="submit">
				<span class="tcb-sf-button-icon">
					<span class="thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display" data-css=""><svg class="tcb-icon" viewBox="0 0 512 512" data-id="icon-search-regular"><path d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg></span>
				</span>
			<span class="tve_btn_txt">Search</span>
		</button>
	</div>
	<div class="thrv-sf-input thrv-sf-input-hide" data-css="">
		<input type="search" placeholder="Search" name="s" value=""/>
	</div>
			<input type="hidden" class="tcb_sf_post_type" name="tcb_sf_post_type[]" value="post" data-label="Post"/>
			<input type="hidden" class="tcb_sf_post_type" name="tcb_sf_post_type[]" value="page" data-label="Page"/>
	</form></div></div></div></div></div> </div></div></header><div id="theme-top-section" class="theme-section top-section"><div class="section-background"></div><div class="section-content"><div class="thrv_wrapper thrv_text_element" style="" data-css="tve-u-17724e12936"><h1 class="" style="text-align: center;" data-css="tve-u-17739c6ef1a"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key="" data-attr-link="0" data-attr-target="0" data-attr-rel="0" data-option-inline="1" style="" data-css="tve-u-17739bbbc62">Happening In Wayne County, Indiana</span></h1></div></div></div><div id="content">
<div class="main-container thrv_wrapper"><div id="theme-content-section" class="theme-section content-section content-full-width"><div class="section-background"></div><div class="section-content">
<section class="tcb-post-content tcb-shortcode thrv_wrapper" data-css="tve-u-178b6e4f13f"><div id="tve_flt" class="tve_flt tcb-style-wrap"><div id="tve_editor" class="tve_shortcode_editor tar-main-content" data-post-id="196734"><div class="tcb-post-list tve-content-list thrv_wrapper" data-type="list" data-pagination-type="none" data-pages_near_current="2" data-css="tve-u-17b27738ae6" data-no_posts_text="There are no posts to display." data-total_post_count="1211" data-total_sticky_count="0"><article id="post-200199" class="post-200199 post type-post status-publish format-standard has-post-thumbnail hentry category-downtown-richmond category-hagerstown category-live-music category-morrisson-reeves-library category-richmond tag-holiday-events tag-live-music tag-morrisson-reeves-library-2 tag-wayne-county-in post-wrapper thrv_wrapper thrive-animated-item " data-id="200199" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css"></style>
		<div class="thrv_wrapper thrv_text_element tve-default-heading" data-css="tve-u-18094748748" style=""><h5 class=""><span class="thrive-shortcode-content" data-attr-link="0" data-attr-rel="0" data-attr-target="0" data-extra_key="" data-option-inline="1" data-shortcode="tcb_post_title" data-shortcode-name="Post title" style="font-weight: normal;">Local Events For The Holidays- Wayne County IN</span></h5></div><div class="tcb-clear tcb-post-list-cb-clear">
			<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-post-list-cb" data-css="tve-u-18094746cf7" style="">
				<div class="tve-content-box-background" style="" data-css="tve-u-180944b73c3"></div>
				<div class="tve-cb">
					<div class="thrv_wrapper thrv_text_element">						<p>							<span class="thrive-shortcode-content" data-attr-link="1" data-attr-rel="0" data-attr-target="0" data-extra_key="" data-option-inline="1" data-shortcode="tcb_post_categories" data-shortcode-name="List of Categories" data-attr-static-link="{&quot;className&quot;:&quot;tve-froala&quot;,&quot;href&quot;:&quot;https://gowaynecounty.com/category/things-to-do-in-wayne-county-indiana/&quot;,&quot;title&quot;:&quot;Things to do in Wayne County Indiana&quot;,&quot;class&quot;:&quot;tve-froala&quot;}" data-attr-css=""><a href="https://gowaynecounty.com/category/downtown-richmond/" title="Downtown Richmond" data-css="" class="tve-froala">Downtown Richmond</a>, <a href="https://gowaynecounty.com/category/hagerstown/" title="Hagerstown" data-css="" class="tve-froala">Hagerstown</a>, <a href="https://gowaynecounty.com/category/live-music/" title="Live Music" data-css="" class="tve-froala">Live Music</a>, <a href="https://gowaynecounty.com/category/morrisson-reeves-library/" title="Morrisson Reeves Library" data-css="" class="tve-froala">Morrisson Reeves Library</a>, <a href="https://gowaynecounty.com/category/richmond/" title="Richmond" data-css="" class="tve-froala">Richmond</a></span> 						</p> 					</div>
				</div>
			</div>
		</div><a class="tcb-post-thumbnail tcb-shortcode thrv_wrapper" href="https://gowaynecounty.com/local-events-for-the-holidays-wayne-county-in/" title="Local Events For The Holidays- Wayne County IN" data-css=""><img loading="lazy" decoding="async" width="1280" height="853" src="https://gowaynecounty.com/wp-content/uploads/2023/12/christmas-snow-shopping.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://gowaynecounty.com/wp-content/uploads/2023/12/christmas-snow-shopping.jpg 1280w, https://gowaynecounty.com/wp-content/uploads/2023/12/christmas-snow-shopping-300x200.jpg 300w, https://gowaynecounty.com/wp-content/uploads/2023/12/christmas-snow-shopping-1024x682.jpg 1024w, https://gowaynecounty.com/wp-content/uploads/2023/12/christmas-snow-shopping-768x512.jpg 768w" sizes="auto, (max-width: 1280px) 100vw, 1280px" /></a>
		

		


		<div class="thrv_wrapper thrv-columns" style="--tcb-col-el-width:840;" data-css="tve-u-180944c4e2e"><div class="tcb-flex-row v-2 tcb--cols--1"><div class="tcb-flex-col" data-css="tve-u-180944bda7b" style=""><div class="tcb-col"><section class="tcb-post-content tcb-shortcode thrv_wrapper" data-css="tve-u-180944ca62d"><p>Looking for fun things to do with family and friends for the holidays?  Below are just a few of the events coming soon with something for everyone!&#8230; Victorian Holiday Christmas Choir &#8220;Children from Richmond Civic Theatre’s Stage One and the Boys and Girls Club of Wayne County assemble as the &#8220;Stage One Carolers&#8221; to sing <a class="more-link" href="https://gowaynecounty.com/local-events-for-the-holidays-wayne-county-in/#more-200199"></a></p>
</section><div class="tcb-clear tcb-post-read-more-clear">
			<div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-180947521ac">
				<a href="https://gowaynecounty.com/local-events-for-the-holidays-wayne-county-in/" class="tcb-button-link tcb-post-read-more-link" style="">
					<span class="tcb-button-texts">
						<span class="tcb-button-text thrv-inline-text">Read More</span>
					</span>
				</a>
			</div>
		</div></div></div></div></div>

		
	</article><article id="post-200185" class="post-200185 post type-post status-publish format-standard has-post-thumbnail hentry category-richmond post-wrapper thrv_wrapper thrive-animated-item " data-id="200185" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css"></style>
		<div class="thrv_wrapper thrv_text_element tve-default-heading" data-css="tve-u-18094748748" style=""><h5 class=""><span class="thrive-shortcode-content" data-attr-link="0" data-attr-rel="0" data-attr-target="0" data-extra_key="" data-option-inline="1" data-shortcode="tcb_post_title" data-shortcode-name="Post title" style="font-weight: normal;">Let The Holidays Begin: Shopping Local</span></h5></div><div class="tcb-clear tcb-post-list-cb-clear">
			<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-post-list-cb" data-css="tve-u-18094746cf7" style="">
				<div class="tve-content-box-background" style="" data-css="tve-u-180944b73c3"></div>
				<div class="tve-cb">
					<div class="thrv_wrapper thrv_text_element">						<p>							<span class="thrive-shortcode-content" data-attr-link="1" data-attr-rel="0" data-attr-target="0" data-extra_key="" data-option-inline="1" data-shortcode="tcb_post_categories" data-shortcode-name="List of Categories" data-attr-static-link="{&quot;className&quot;:&quot;tve-froala&quot;,&quot;href&quot;:&quot;https://gowaynecounty.com/category/things-to-do-in-wayne-county-indiana/&quot;,&quot;title&quot;:&quot;Things to do in Wayne County Indiana&quot;,&quot;class&quot;:&quot;tve-froala&quot;}" data-attr-css=""><a href="https://gowaynecounty.com/category/richmond/" title="Richmond" data-css="" class="tve-froala">Richmond</a></span> 						</p> 					</div>
				</div>
			</div>
		</div><a class="tcb-post-thumbnail tcb-shortcode thrv_wrapper" href="https://gowaynecounty.com/let-the-holidays-begin-shopping-local/" title="Let The Holidays Begin: Shopping Local" data-css=""><img loading="lazy" decoding="async" width="1920" height="1280" src="https://gowaynecounty.com/wp-content/uploads/2023/11/post.png" class="attachment-full size-full wp-post-image" alt="" srcset="https://gowaynecounty.com/wp-content/uploads/2023/11/post.png 1920w, https://gowaynecounty.com/wp-content/uploads/2023/11/post-300x200.png 300w, https://gowaynecounty.com/wp-content/uploads/2023/11/post-1024x683.png 1024w, https://gowaynecounty.com/wp-content/uploads/2023/11/post-768x512.png 768w, https://gowaynecounty.com/wp-content/uploads/2023/11/post-1536x1024.png 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a>
		

		


		<div class="thrv_wrapper thrv-columns" style="--tcb-col-el-width:840;" data-css="tve-u-180944c4e2e"><div class="tcb-flex-row v-2 tcb--cols--1"><div class="tcb-flex-col" data-css="tve-u-180944bda7b" style=""><div class="tcb-col"><section class="tcb-post-content tcb-shortcode thrv_wrapper" data-css="tve-u-180944ca62d"><p>This Thursday many of us will gather at our respective tables for Thanksgiving/Friendsgiving celebrations.  Whatever your traditions, be they a day of good food and games, a nature walk after your meal or just reconnecting with friends and family over shared stories- we hope part of that tradition includes plans to shop local. Black Friday, <a class="more-link" href="https://gowaynecounty.com/let-the-holidays-begin-shopping-local/#more-200185"></a></p>
</section><div class="tcb-clear tcb-post-read-more-clear">
			<div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-180947521ac">
				<a href="https://gowaynecounty.com/let-the-holidays-begin-shopping-local/" class="tcb-button-link tcb-post-read-more-link" style="">
					<span class="tcb-button-texts">
						<span class="tcb-button-text thrv-inline-text">Read More</span>
					</span>
				</a>
			</div>
		</div></div></div></div></div>

		
	</article></div><div class="thrv_wrapper tve_wp_shortcode"><div class="tve_shortcode_raw" style="display: none"></div><div class="tve_shortcode_rendered"><h2>Wayne County Events Calendar</h2><div data-tockify-component="calendar" data-tockify-calendar="waynecountyevents"> </div><p><script data-cfasync="false" data-tockify-script="embed" src="https://public.tockify.com/browser/embed.js"></script></p></div></div><div class="thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root" data-css="tve-u-180945cf488">
	<div class="thrive-colors-palette-config" style="display: none !important"></div>
	<a href="https://tockify.com/tkf2/submitEvent/ff40e9529af1419fa72b207a5fda69c3" class="tcb-button-link tcb-plain-text">
		<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Submit Your Event!</span></span>
	</a>
</div><div class="thrv_wrapper tve_wp_shortcode"><div class="tve_shortcode_raw" style="display: none"></div><div class="tve_shortcode_rendered"><div class="cff-wrapper">	<h3 class="cff-header  cff-outside" >
        <svg  style="font-size:28px;"  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-facebook-square fa-w-14 "><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg>		<span class="cff-header-text">Follow us on Facebook!</span>
	</h3>
<div class="cff-wrapper-ctn " ><div id="cff" data-char="400" class="cff cff-masonry cff-disable-liquid masonry-2-tablet cff-masonry-js cff-mob-cols-1  cff-timeline-feed cff-pag cff-all-reviews cff-nojs " style="width:100%; " data-fb-text="View on Facebook" data-offset="" data-own-token="true" data-grid-pag="cursor" data-lb-comments="false" data-pag-num="8" data-cff-shortcode="{&quot;feed&quot;: &quot;1&quot;}" data-postid="196734"><svg width="24px" height="24px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="cff-screenreader" role="img" aria-labelledby="metaSVGid metaSVGdesc"><title id="metaSVGid">Comments Box SVG icons</title><desc id="metaSVGdesc">Used for the like, share, comment, and reaction icons</desc><defs><linearGradient id="angryGrad" x1="0" x2="0" y1="0" y2="1"><stop offset="0%" stop-color="#f9ae9e" /><stop offset="70%" stop-color="#ffe7a4" /></linearGradient><linearGradient id="likeGrad"><stop offset="25%" stop-color="rgba(0,0,0,0.05)" /><stop offset="26%" stop-color="rgba(255,255,255,0.7)" /></linearGradient><linearGradient id="likeGradHover"><stop offset="25%" stop-color="#a3caff" /><stop offset="26%" stop-color="#fff" /></linearGradient><linearGradient id="likeGradDark"><stop offset="25%" stop-color="rgba(255,255,255,0.5)" /><stop offset="26%" stop-color="rgba(255,255,255,0.7)" /></linearGradient></defs></svg><div class="cff-posts-wrap"><div class="cff-item cff-link-item author-gowaynecounty cff-113547408679301 cff-new" id="cff_113547408679301_1121115653377647" data-page-id="113547408679301" data-cff-timestamp="1748971395" data-object-id="" data-cff-from="113547408679301" style="border-bottom: 1px solid #ddd; z-index: 17;"><div class="cff-author"><!--
	--><div class="cff-author-text"><!--
					--><div class="cff-page-name cff-author-date" ><!--
				--><a  href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
					-->GoWayneCounty<!--
				--></a><!--
				--><span class="cff-story"> </span><!--
			--></div>
			
<div class="cff-date " >
	 10 months ago </div>			</div>
	<div class="cff-author-img " data-avatar="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C"><!--
		--><a href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
			--><img decoding="async" src="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C" class="cff-feed-image" alt="GoWayneCounty" width=40 height=40 onerror="this.style.display='none'"><!--
		--></a><!--
	--></div>
</div>
<p  class="cff-post-text">
	<span class="cff-text" data-color="">Bloom and Glow this week!  Such a fun event. 	</span>
	<span class="cff-expand">... <a href="#" ><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span>
</p><div class="cff-shared-link cff-full-size" ><div class="cff-text-link cff-no-image"><p class="cff-link-title" ><a href="https://www.facebook.com/113547408679301/posts/1121115653377647" target="_blank" rel="nofollow noopener noreferrer" >This content isn&#039;t available right now</a></p><span class="cff-post-desc" >When this happens, it's usually because the owner only shared it with a small group of people, changed who can see it or it's been deleted. </span></div></div><div class="cff-meta-wrap"><div class="cff-post-links">
			<a class="cff-viewpost-facebook" href="https://www.facebook.com/113547408679301/posts/1121115653377647" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a>
				<div class="cff-share-container">
							<span class="cff-dot" >&middot;</span>
				 				<a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1121115653377647" title="Share" >Share</a>
				<div class="cff-share-tooltip">
											<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1121115653377647" target="_blank" class="cff-facebook-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-facebook-square fa-w-14 "><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg>							<span class="cff-screenreader">Share on Facebook</span>
						</a>
											<a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1121115653377647" target="_blank" class="cff-twitter-icon">
							<svg  class="svg-inline--fa fa-twitter fa-w-16 " aria-hidden="true" aria-label="twitter logo" data-fa-processed="" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							<span class="cff-screenreader">Share on Twitter</span>
						</a>
											<a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1121115653377647&#038;title=%09Bloom%20and%20Glow%20this%20week%21%20%20Such%20a%20fun%20event.%20%09%09" target="_blank" class="cff-linkedin-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14 "><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>							<span class="cff-screenreader">Share on Linked In</span>
						</a>
											<a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1121115653377647%20-%20%0A%09Bloom%20and%20Glow%20this%20week%21%20%20Such%20a%20fun%20event.%20%09%0A%09" target="_blank" class="cff-email-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-envelope fa-w-16 "><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>							<span class="cff-screenreader">Share by Email</span>
						</a>
					                <svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-play fa-w-14 "><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>				</div>
					</div>
	</div>
<div class="cff-view-comments-wrap">
	<a href="javaScript:void(0);" class="cff-view-comments " id="113547408679301_1121115653377647">
		<span class="cff-screenreader">View Comments</span>
		<ul class="cff-meta cff-light">
			<li class="cff-likes">
				<span class="cff-icon cff-like">
					<span class="cff-screenreader">Likes:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Like" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496.656 285.683C506.583 272.809 512 256 512 235.468c-.001-37.674-32.073-72.571-72.727-72.571h-70.15c8.72-17.368 20.695-38.911 20.695-69.817C389.819 34.672 366.518 0 306.91 0c-29.995 0-41.126 37.918-46.829 67.228-3.407 17.511-6.626 34.052-16.525 43.951C219.986 134.75 184 192 162.382 203.625c-2.189.922-4.986 1.648-8.032 2.223C148.577 197.484 138.931 192 128 192H32c-17.673 0-32 14.327-32 32v256c0 17.673 14.327 32 32 32h96c17.673 0 32-14.327 32-32v-8.74c32.495 0 100.687 40.747 177.455 40.726 5.505.003 37.65.03 41.013 0 59.282.014 92.255-35.887 90.335-89.793 15.127-17.727 22.539-43.337 18.225-67.105 12.456-19.526 15.126-47.07 9.628-69.405zM32 480V224h96v256H32zm424.017-203.648C472 288 472 336 450.41 347.017c13.522 22.76 1.352 53.216-15.015 61.996 8.293 52.54-18.961 70.606-57.212 70.974-3.312.03-37.247 0-40.727 0-72.929 0-134.742-40.727-177.455-40.727V235.625c37.708 0 72.305-67.939 106.183-101.818 30.545-30.545 20.363-81.454 40.727-101.817 50.909 0 50.909 35.517 50.909 61.091 0 42.189-30.545 61.09-30.545 101.817h111.999c22.73 0 40.627 20.364 40.727 40.727.099 20.363-8.001 36.375-23.984 40.727zM104 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>	
			<li class="cff-shares">
				<span class="cff-icon cff-share">
					<span class="cff-screenreader">Shares:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
			<li class="cff-comments">
				<span class="cff-icon cff-comment">
					<span class="cff-screenreader">Comments:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
		</ul>
	</a>
</div>
</div><div class="cff-comments-box cff-light cff-no-comments" data-cff-like-text="like this" data-cff-likes-text="likes this"  data-cff-reacted-text="reacted to this" data-cff-and-text="and" data-cff-other-text="other" data-cff-others-text="others" data-cff-reply-text="Reply" data-cff-replies-text="Replies" data-num="4" data-cff-meta-link-color="#" data-cff-hide-avatars="" data-cff-expand-comments="" data-cff-post-tags="1"><p class="cff-comments cff-comment-on-facebook" ><a href="https://www.facebook.com/113547408679301/posts/1121115653377647" target="_blank" rel="nofollow noopener" ><span class="cff-icon"><svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg></span>Comment on Facebook</a></p><div class="cff-comments-wrap" ></div></div></div><div class="cff-item cff-photo-post author-gowaynecounty cff-113547408679301 cff-new" id="cff_113547408679301_1110614117761134" data-page-id="113547408679301" data-cff-timestamp="1747753820" data-object-id="1110613741094505" data-cff-from="113547408679301" style="border-bottom: 1px solid #ddd; z-index: 16;"><div class="cff-author"><!--
	--><div class="cff-author-text"><!--
					--><div class="cff-page-name cff-author-date" ><!--
				--><a  href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
					-->GoWayneCounty<!--
				--></a><!--
				--><span class="cff-story"> </span><!--
			--></div>
			
<div class="cff-date " >
	 11 months ago </div>			</div>
	<div class="cff-author-img " data-avatar="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C"><!--
		--><a href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
			--><img decoding="async" src="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C" class="cff-feed-image" alt="GoWayneCounty" width=40 height=40 onerror="this.style.display='none'"><!--
		--></a><!--
	--></div>
</div>
<p  class="cff-post-text">
	<span class="cff-text" data-color="">HISTORIC CARS RETURN FOR ANNUAL HOMECOMING EVENT<br /><br />Model T Museum to host Vintage Campers<br /><br />RICHMOND, Ind. &ndash; Model T Homecoming returns to Richmond&rsquo;s Historic Depot District on<br />Saturday, June 7, beginning at 8 a.m. The event, hosted by the Model T Ford Club of America<br />(MTFCA) and the Model T Museum, will bring together historic car enthusiasts from across the<br />nation to benefit the Model T Museum. The event is free and open to the public.<br />Homecoming will be held at the Model T Museum and includes a historic car show, a swap<br />meet, educational seminars and several family-friendly activities. The museum will hold an open<br />house of both buildings with free admission.<br />This year, Homecoming will feature a special exhibition of vintage campers, a unique and varied<br />collection of the earliest form of take-along travel accommodations. The owners will share<br />stories and information about their campers in a special presentation at 11:30.<br />Educational seminars will be led by George Akin and Milt Roorda at 10:30 a.m. and 12:30 p.m.<br />in the museum Vintage Garage. Additional mechanical and auto demonstrations will take place<br />throughout the day.<br />The car show will showcase gasoline and electric vehicles manufactured before 1940.<br />Participation is free and open to historic car owners. No pre-registration required.<br />A variety of vendors will sell antique car parts and historic artifacts at the swap meet. Swap<br />meet vendor spaces are available. The deadline to register deadline is May 29.<br />The museum is located at 309 N. 8 th St.<br /><br />CONTACT<br />Rachel Hughes<br />Executive Director<br />rachel@mtfca.com 	</span>
	<span class="cff-expand">... <a href="#" ><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span>
</p><div class="cff-media-wrap"><a class="cff-photo nofancybox"  data-cff-page-name="GoWayneCounty" data-cff-post-time="11 months ago" data-img-src-set="[{&quot;130&quot;:&quot;https:\/\/scontent-ord5-3.xx.fbcdn.net\/v\/t39.30808-6\/498538553_1110613744427838_693562252722583641_n.jpg?stp=dst-jpg_p130x130_tt6&amp;_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=13d280&amp;_nc_ohc=8KD5hb_eYG8Q7kNvwFSiT3s&amp;_nc_oc=AdrIO4y4A_nwNIFoveEdi8-3CghHD-ZjCja55PLLUto2hxb07aAhzZ_Qza9RNdSRtcA&amp;_nc_zt=23&amp;_nc_ht=scontent-ord5-3.xx&amp;edm=AKIiGfEEAAAA&amp;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&amp;_nc_tpa=Q5bMBQGmlpKSN8LqVNLQMjSiHiLYQikkx3LfoA0a-4DRziImlMrVzKaY2C5KCr4DRkJUIqPNhvS28Ewb0Q&amp;oh=00_Af0USOmFlWUhIDZld7cqvOdbP9N4iGKw-tqEtMhYnhh2_g&amp;oe=69DD99ED&quot;,&quot;720&quot;:&quot;https:\/\/scontent-ord5-3.xx.fbcdn.net\/v\/t39.30808-6\/498538553_1110613744427838_693562252722583641_n.jpg?_nc_cat=106&amp;ccb=1-7&amp;_nc_sid=13d280&amp;_nc_ohc=8KD5hb_eYG8Q7kNvwFSiT3s&amp;_nc_oc=AdrIO4y4A_nwNIFoveEdi8-3CghHD-ZjCja55PLLUto2hxb07aAhzZ_Qza9RNdSRtcA&amp;_nc_zt=23&amp;_nc_ht=scontent-ord5-3.xx&amp;edm=AKIiGfEEAAAA&amp;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&amp;_nc_tpa=Q5bMBQG_O5RTpdrJ5PQ87e3Kg5JdLlcmKQvMB2VXk9ntmSsoSrFJfKzhA6OwBL4EX8PaiRlocEpdfBtTKQ&amp;oh=00_Af292tYT0MXEaNRgNPHjusHSZ1f2v5wMXECIW4B13sfGCg&amp;oe=69DD99ED&quot;}]" href="https://www.facebook.com/photo.php?fbid=1110613741094505&amp;set=a.553912770097941&amp;type=3" target="_blank" rel="nofollow noopener"><img decoding="async" src="https://gowaynecounty.com/wp-content/plugins/custom-facebook-feed-pro/assets/img/placeholder.png"  data-orig-source="https://scontent-ord5-3.xx.fbcdn.net/v/t39.30808-6/498538553_1110613744427838_693562252722583641_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=13d280&_nc_ohc=8KD5hb_eYG8Q7kNvwFSiT3s&_nc_oc=AdrIO4y4A_nwNIFoveEdi8-3CghHD-ZjCja55PLLUto2hxb07aAhzZ_Qza9RNdSRtcA&_nc_zt=23&_nc_ht=scontent-ord5-3.xx&edm=AKIiGfEEAAAA&_nc_gid=6oJlVjHCdU3rMwcArEQe5w&_nc_tpa=Q5bMBQG_O5RTpdrJ5PQ87e3Kg5JdLlcmKQvMB2VXk9ntmSsoSrFJfKzhA6OwBL4EX8PaiRlocEpdfBtTKQ&oh=00_Af292tYT0MXEaNRgNPHjusHSZ1f2v5wMXECIW4B13sfGCg&oe=69DD99ED" alt="HISTORIC CARS RETURN FOR ANNUAL HOMECOMING EVENT

Model T Museum to host Vintage Campers

RICHMOND, Ind. – Model T Homecoming returns to Richmond’s Historic Depot District on
Saturday, June 7, beginning at 8 a.m. The event, hosted by the Model T Ford Club of America
(MTFCA) and the Model T Museum, will bring together historic car enthusiasts from across the
nation to benefit the Model T Museum. The event is free and open to the public.
Homecoming will be held at the Model T Museum and includes a historic car show, a swap
meet, educational seminars and several family-friendly activities. The museum will hold an open
house of both buildings with free admission.
This year, Homecoming will feature a special exhibition of vintage campers, a unique and varied
collection of the earliest form of take-along travel accommodations. The owners will share
stories and information about their campers in a special presentation at 11:30.
Educational seminars will be led by George Akin and Milt Roorda at 10:30 a.m. and 12:30 p.m.
in the museum Vintage Garage. Additional mechanical and auto demonstrations will take place
throughout the day.
The car show will showcase gasoline and electric vehicles manufactured before 1940.
Participation is free and open to historic car owners. No pre-registration required.
A variety of vendors will sell antique car parts and historic artifacts at the swap meet. Swap
meet vendor spaces are available. The deadline to register deadline is May 29.
The museum is located at 309 N. 8 th St.

CONTACT
Rachel Hughes
Executive Director
rachel@mtfca.com" data-querystring="_nc_cat=106&ccb=1-7&_nc_sid=13d280&_nc_ohc=8KD5hb_eYG8Q7kNvwFSiT3s&_nc_oc=AdrIO4y4A_nwNIFoveEdi8-3CghHD-ZjCja55PLLUto2hxb07aAhzZ_Qza9RNdSRtcA&_nc_zt=23&_nc_ht=scontent-ord5-3.xx&edm=AKIiGfEEAAAA&_nc_gid=6oJlVjHCdU3rMwcArEQe5w&_nc_tpa=Q5bMBQG_O5RTpdrJ5PQ87e3Kg5JdLlcmKQvMB2VXk9ntmSsoSrFJfKzhA6OwBL4EX8PaiRlocEpdfBtTKQ&oh=00_Af292tYT0MXEaNRgNPHjusHSZ1f2v5wMXECIW4B13sfGCg&oe=69DD99ED" data-ratio="1200" class="cff-multi-image cff-feed-image" /></a></div><div class="cff-meta-wrap"><div class="cff-post-links">
			<a class="cff-viewpost-facebook" href="https://www.facebook.com/1110613741094505" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a>
				<div class="cff-share-container">
							<span class="cff-dot" >&middot;</span>
				 				<a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F1110613741094505" title="Share" >Share</a>
				<div class="cff-share-tooltip">
											<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F1110613741094505" target="_blank" class="cff-facebook-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-facebook-square fa-w-14 "><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg>							<span class="cff-screenreader">Share on Facebook</span>
						</a>
											<a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2F1110613741094505" target="_blank" class="cff-twitter-icon">
							<svg  class="svg-inline--fa fa-twitter fa-w-16 " aria-hidden="true" aria-label="twitter logo" data-fa-processed="" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							<span class="cff-screenreader">Share on Twitter</span>
						</a>
											<a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2F1110613741094505&#038;title=%09HISTORIC%20CARS%20RETURN%20FOR%20ANNUAL%20HOMECOMING%20EVENTModel%20T%20Museum%20to%20host%20Vintage%20CampersRICHMOND%2C%20Ind.%20%26ndash%3B%20Model%20T%20Homecoming%20returns%20to%20Richmond%26rsquo%3Bs%20Historic%20Depot%20District%20onSaturday%2C%20June%207%2C%20beginning%20at%208%20a.m.%20The%20event%2C%20hosted%20by%20the%20Model%20T%20Ford%20Club%20of%20America%28MTFCA%29%20and%20the%20Model%20T%20Museum%2C%20will%20bring%20together%20historic%20car%20enthusiasts%20from%20across%20thenation%20to%20benefit%20the%20Model%20T%20Museum.%20The%20event%20is%20free%20and%20open%20to%20the%20public.Homecoming%20will%20be%20held%20at%20the%20Model%20T%20Museum%20and%20includes%20a%20historic%20car%20show%2C%20a%20swapmeet%2C%20educational%20seminars%20and%20several%20family-friendly%20activities.%20The%20museum%20will%20hold%20an%20openhouse%20of%20both%20buildings%20with%20free%20admission.This%20year%2C%20Homecoming%20will%20feature%20a%20special%20exhibition%20of%20vintage%20campers%2C%20a%20unique%20and%20variedcollection%20of%20the%20earliest%20form%20of%20take-along%20travel%20accommodations.%20The%20owners%20will%20sharestories%20and%20information%20about%20their%20campers%20in%20a%20special%20presentation%20at%2011%3A30.Educational%20seminars%20will%20be%20led%20by%20George%20Akin%20and%20Milt%20Roorda%20at%2010%3A30%20a.m.%20and%2012%3A30%20p.m.in%20the%20museum%20Vintage%20Garage.%20Additional%20mechanical%20and%20auto%20demonstrations%20will%20take%20placethroughout%20the%20day.The%20car%20show%20will%20showcase%20gasoline%20and%20electric%20vehicles%20manufactured%20before%201940.Participation%20is%20free%20and%20open%20to%20historic%20car%20owners.%20No%20pre-registration%20required.A%20variety%20of%20vendors%20will%20sell%20antique%20car%20parts%20and%20historic%20artifacts%20at%20the%20swap%20meet.%20Swapmeet%20vendor%20spaces%20are%20available.%20The%20deadline%20to%20register%20deadline%20is%20May%2029.The%20museum%20is%20located%20at%20309%20N.%208%20th%20St.CONTACTRachel%20HughesExecutive%20Directorrachel%40mtfca.com%20%09%09" target="_blank" class="cff-linkedin-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14 "><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>							<span class="cff-screenreader">Share on Linked In</span>
						</a>
											<a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2F1110613741094505%20-%20%0A%09HISTORIC%20CARS%20RETURN%20FOR%20ANNUAL%20HOMECOMING%20EVENTModel%20T%20Museum%20to%20host%20Vintage%20CampersRICHMOND%2C%20Ind.%20%26ndash%3B%20Model%20T%20Homecoming%20returns%20to%20Richmond%26rsquo%3Bs%20Historic%20Depot%20District%20onSaturday%2C%20June%207%2C%20beginning%20at%208%20a.m.%20The%20event%2C%20hosted%20by%20the%20Model%20T%20Ford%20Club%20of%20America%28MTFCA%29%20and%20the%20Model%20T%20Museum%2C%20will%20bring%20together%20historic%20car%20enthusiasts%20from%20across%20thenation%20to%20benefit%20the%20Model%20T%20Museum.%20The%20event%20is%20free%20and%20open%20to%20the%20public.Homecoming%20will%20be%20held%20at%20the%20Model%20T%20Museum%20and%20includes%20a%20historic%20car%20show%2C%20a%20swapmeet%2C%20educational%20seminars%20and%20several%20family-friendly%20activities.%20The%20museum%20will%20hold%20an%20openhouse%20of%20both%20buildings%20with%20free%20admission.This%20year%2C%20Homecoming%20will%20feature%20a%20special%20exhibition%20of%20vintage%20campers%2C%20a%20unique%20and%20variedcollection%20of%20the%20earliest%20form%20of%20take-along%20travel%20accommodations.%20The%20owners%20will%20sharestories%20and%20information%20about%20their%20campers%20in%20a%20special%20presentation%20at%2011%3A30.Educational%20seminars%20will%20be%20led%20by%20George%20Akin%20and%20Milt%20Roorda%20at%2010%3A30%20a.m.%20and%2012%3A30%20p.m.in%20the%20museum%20Vintage%20Garage.%20Additional%20mechanical%20and%20auto%20demonstrations%20will%20take%20placethroughout%20the%20day.The%20car%20show%20will%20showcase%20gasoline%20and%20electric%20vehicles%20manufactured%20before%201940.Participation%20is%20free%20and%20open%20to%20historic%20car%20owners.%20No%20pre-registration%20required.A%20variety%20of%20vendors%20will%20sell%20antique%20car%20parts%20and%20historic%20artifacts%20at%20the%20swap%20meet.%20Swapmeet%20vendor%20spaces%20are%20available.%20The%20deadline%20to%20register%20deadline%20is%20May%2029.The%20museum%20is%20located%20at%20309%20N.%208%20th%20St.CONTACTRachel%20HughesExecutive%20Directorrachel%40mtfca.com%20%09%0A%09" target="_blank" class="cff-email-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-envelope fa-w-16 "><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>							<span class="cff-screenreader">Share by Email</span>
						</a>
					                <svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-play fa-w-14 "><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>				</div>
					</div>
	</div>
<div class="cff-view-comments-wrap">
	<a href="javaScript:void(0);" class="cff-view-comments " id="113547408679301_1110614117761134">
		<span class="cff-screenreader">View Comments</span>
		<ul class="cff-meta cff-light">
			<li class="cff-likes">
				<span class="cff-icon cff-like">
					<span class="cff-screenreader">Likes:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Like" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496.656 285.683C506.583 272.809 512 256 512 235.468c-.001-37.674-32.073-72.571-72.727-72.571h-70.15c8.72-17.368 20.695-38.911 20.695-69.817C389.819 34.672 366.518 0 306.91 0c-29.995 0-41.126 37.918-46.829 67.228-3.407 17.511-6.626 34.052-16.525 43.951C219.986 134.75 184 192 162.382 203.625c-2.189.922-4.986 1.648-8.032 2.223C148.577 197.484 138.931 192 128 192H32c-17.673 0-32 14.327-32 32v256c0 17.673 14.327 32 32 32h96c17.673 0 32-14.327 32-32v-8.74c32.495 0 100.687 40.747 177.455 40.726 5.505.003 37.65.03 41.013 0 59.282.014 92.255-35.887 90.335-89.793 15.127-17.727 22.539-43.337 18.225-67.105 12.456-19.526 15.126-47.07 9.628-69.405zM32 480V224h96v256H32zm424.017-203.648C472 288 472 336 450.41 347.017c13.522 22.76 1.352 53.216-15.015 61.996 8.293 52.54-18.961 70.606-57.212 70.974-3.312.03-37.247 0-40.727 0-72.929 0-134.742-40.727-177.455-40.727V235.625c37.708 0 72.305-67.939 106.183-101.818 30.545-30.545 20.363-81.454 40.727-101.817 50.909 0 50.909 35.517 50.909 61.091 0 42.189-30.545 61.09-30.545 101.817h111.999c22.73 0 40.627 20.364 40.727 40.727.099 20.363-8.001 36.375-23.984 40.727zM104 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"></path></svg>				</span>
				<span class="cff-count">1</span>
			</li>	
			<li class="cff-shares">
				<span class="cff-icon cff-share">
					<span class="cff-screenreader">Shares:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path></svg>				</span>
				<span class="cff-count">2</span>
			</li>
			<li class="cff-comments">
				<span class="cff-icon cff-comment">
					<span class="cff-screenreader">Comments:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
		</ul>
	</a>
</div>
</div><div class="cff-comments-box cff-light cff-no-comments" data-cff-like-text="like this" data-cff-likes-text="likes this"  data-cff-reacted-text="reacted to this" data-cff-and-text="and" data-cff-other-text="other" data-cff-others-text="others" data-cff-reply-text="Reply" data-cff-replies-text="Replies" data-num="4" data-cff-meta-link-color="#" data-cff-hide-avatars="" data-cff-expand-comments="" data-cff-post-tags="1"><p class="cff-comment-likes cff-likes" ></p><p class="cff-comments cff-comment-on-facebook" ><a href="https://www.facebook.com/1110613741094505" target="_blank" rel="nofollow noopener" ><span class="cff-icon"><svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg></span>Comment on Facebook</a></p><div class="cff-comments-wrap" ></div></div></div><div class="cff-item cff-link-item author-gowaynecounty cff-113547408679301 cff-new" id="cff_113547408679301_1010431344446079" data-page-id="113547408679301" data-cff-timestamp="1736286064" data-object-id="" data-cff-from="113547408679301" style="border-bottom: 1px solid #ddd; z-index: 15;"><div class="cff-author"><!--
	--><div class="cff-author-text"><!--
					--><div class="cff-page-name cff-author-date" ><!--
				--><a  href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
					-->GoWayneCounty<!--
				--></a><!--
				--><span class="cff-story"> </span><!--
			--></div>
			
<div class="cff-date " >
	 1 years ago </div>			</div>
	<div class="cff-author-img " data-avatar="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C"><!--
		--><a href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
			--><img decoding="async" src="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C" class="cff-feed-image" alt="GoWayneCounty" width=40 height=40 onerror="this.style.display='none'"><!--
		--></a><!--
	--></div>
</div>
<p  class="cff-post-text">
	<span class="cff-text" data-color="">New bridge opening soon&hellip; 	</span>
	<span class="cff-expand">... <a href="#" ><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span>
</p><div class="cff-shared-link cff-full-size" ><div class="cff-text-link cff-no-image"><p class="cff-link-title" ><a href="https://www.facebook.com/113547408679301/posts/1010431344446079" target="_blank" rel="nofollow noopener noreferrer" >This content isn&#039;t available right now</a></p><span class="cff-post-desc" >When this happens, it's usually because the owner only shared it with a small group of people, changed who can see it or it's been deleted. </span></div></div><div class="cff-meta-wrap"><div class="cff-post-links">
			<a class="cff-viewpost-facebook" href="https://www.facebook.com/113547408679301/posts/1010431344446079" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a>
				<div class="cff-share-container">
							<span class="cff-dot" >&middot;</span>
				 				<a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1010431344446079" title="Share" >Share</a>
				<div class="cff-share-tooltip">
											<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1010431344446079" target="_blank" class="cff-facebook-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-facebook-square fa-w-14 "><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg>							<span class="cff-screenreader">Share on Facebook</span>
						</a>
											<a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1010431344446079" target="_blank" class="cff-twitter-icon">
							<svg  class="svg-inline--fa fa-twitter fa-w-16 " aria-hidden="true" aria-label="twitter logo" data-fa-processed="" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							<span class="cff-screenreader">Share on Twitter</span>
						</a>
											<a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1010431344446079&#038;title=%09New%20bridge%20opening%20soon%26hellip%3B%20%09%09" target="_blank" class="cff-linkedin-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14 "><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>							<span class="cff-screenreader">Share on Linked In</span>
						</a>
											<a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1010431344446079%20-%20%0A%09New%20bridge%20opening%20soon%26hellip%3B%20%09%0A%09" target="_blank" class="cff-email-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-envelope fa-w-16 "><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>							<span class="cff-screenreader">Share by Email</span>
						</a>
					                <svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-play fa-w-14 "><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>				</div>
					</div>
	</div>
<div class="cff-view-comments-wrap">
	<a href="javaScript:void(0);" class="cff-view-comments " id="113547408679301_1010431344446079">
		<span class="cff-screenreader">View Comments</span>
		<ul class="cff-meta cff-light">
			<li class="cff-likes">
				<span class="cff-icon cff-like">
					<span class="cff-screenreader">Likes:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Like" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496.656 285.683C506.583 272.809 512 256 512 235.468c-.001-37.674-32.073-72.571-72.727-72.571h-70.15c8.72-17.368 20.695-38.911 20.695-69.817C389.819 34.672 366.518 0 306.91 0c-29.995 0-41.126 37.918-46.829 67.228-3.407 17.511-6.626 34.052-16.525 43.951C219.986 134.75 184 192 162.382 203.625c-2.189.922-4.986 1.648-8.032 2.223C148.577 197.484 138.931 192 128 192H32c-17.673 0-32 14.327-32 32v256c0 17.673 14.327 32 32 32h96c17.673 0 32-14.327 32-32v-8.74c32.495 0 100.687 40.747 177.455 40.726 5.505.003 37.65.03 41.013 0 59.282.014 92.255-35.887 90.335-89.793 15.127-17.727 22.539-43.337 18.225-67.105 12.456-19.526 15.126-47.07 9.628-69.405zM32 480V224h96v256H32zm424.017-203.648C472 288 472 336 450.41 347.017c13.522 22.76 1.352 53.216-15.015 61.996 8.293 52.54-18.961 70.606-57.212 70.974-3.312.03-37.247 0-40.727 0-72.929 0-134.742-40.727-177.455-40.727V235.625c37.708 0 72.305-67.939 106.183-101.818 30.545-30.545 20.363-81.454 40.727-101.817 50.909 0 50.909 35.517 50.909 61.091 0 42.189-30.545 61.09-30.545 101.817h111.999c22.73 0 40.627 20.364 40.727 40.727.099 20.363-8.001 36.375-23.984 40.727zM104 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"></path></svg>				</span>
				<span class="cff-count">3</span>
			</li>	
			<li class="cff-shares">
				<span class="cff-icon cff-share">
					<span class="cff-screenreader">Shares:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
			<li class="cff-comments">
				<span class="cff-icon cff-comment">
					<span class="cff-screenreader">Comments:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
		</ul>
	</a>
</div>
</div><div class="cff-comments-box cff-light cff-no-comments" data-cff-like-text="like this" data-cff-likes-text="likes this"  data-cff-reacted-text="reacted to this" data-cff-and-text="and" data-cff-other-text="other" data-cff-others-text="others" data-cff-reply-text="Reply" data-cff-replies-text="Replies" data-num="4" data-cff-meta-link-color="#" data-cff-hide-avatars="" data-cff-expand-comments="" data-cff-post-tags="1"><p class="cff-comment-likes cff-likes" ></p><p class="cff-comments cff-comment-on-facebook" ><a href="https://www.facebook.com/113547408679301/posts/1010431344446079" target="_blank" rel="nofollow noopener" ><span class="cff-icon"><svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg></span>Comment on Facebook</a></p><div class="cff-comments-wrap" ></div></div></div><div class="cff-item cff-link-item author-gowaynecounty cff-113547408679301 cff-new" id="cff_113547408679301_1004703091685571" data-page-id="113547408679301" data-cff-timestamp="1735569826" data-object-id="" data-cff-from="113547408679301" style="border-bottom: 1px solid #ddd; z-index: 14;"><div class="cff-author"><!--
	--><div class="cff-author-text"><!--
					--><div class="cff-page-name cff-author-date" ><!--
				--><a  href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
					-->GoWayneCounty<!--
				--></a><!--
				--><span class="cff-story"> </span><!--
			--></div>
			
<div class="cff-date " >
	 1 years ago </div>			</div>
	<div class="cff-author-img " data-avatar="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C"><!--
		--><a href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
			--><img decoding="async" src="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C" class="cff-feed-image" alt="GoWayneCounty" width=40 height=40 onerror="this.style.display='none'"><!--
		--></a><!--
	--></div>
</div>
<p  class="cff-post-text">
	<span class="cff-text" data-color="">Another idea for New Years Eve.. 	</span>
	<span class="cff-expand">... <a href="#" ><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span>
</p><div class="cff-shared-link cff-full-size" ><div class="cff-text-link cff-no-image"><p class="cff-link-title" ><a href="https://www.facebook.com/113547408679301/posts/1004703091685571" target="_blank" rel="nofollow noopener noreferrer" >This content isn&#039;t available right now</a></p><span class="cff-post-desc" >When this happens, it's usually because the owner only shared it with a small group of people, changed who can see it or it's been deleted. </span></div></div><div class="cff-meta-wrap"><div class="cff-post-links">
			<a class="cff-viewpost-facebook" href="https://www.facebook.com/113547408679301/posts/1004703091685571" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a>
				<div class="cff-share-container">
							<span class="cff-dot" >&middot;</span>
				 				<a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004703091685571" title="Share" >Share</a>
				<div class="cff-share-tooltip">
											<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004703091685571" target="_blank" class="cff-facebook-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-facebook-square fa-w-14 "><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg>							<span class="cff-screenreader">Share on Facebook</span>
						</a>
											<a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004703091685571" target="_blank" class="cff-twitter-icon">
							<svg  class="svg-inline--fa fa-twitter fa-w-16 " aria-hidden="true" aria-label="twitter logo" data-fa-processed="" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							<span class="cff-screenreader">Share on Twitter</span>
						</a>
											<a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004703091685571&#038;title=%09Another%20idea%20for%20New%20Years%20Eve..%20%09%09" target="_blank" class="cff-linkedin-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14 "><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>							<span class="cff-screenreader">Share on Linked In</span>
						</a>
											<a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004703091685571%20-%20%0A%09Another%20idea%20for%20New%20Years%20Eve..%20%09%0A%09" target="_blank" class="cff-email-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-envelope fa-w-16 "><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>							<span class="cff-screenreader">Share by Email</span>
						</a>
					                <svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-play fa-w-14 "><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>				</div>
					</div>
	</div>
<div class="cff-view-comments-wrap">
	<a href="javaScript:void(0);" class="cff-view-comments " id="113547408679301_1004703091685571">
		<span class="cff-screenreader">View Comments</span>
		<ul class="cff-meta cff-light">
			<li class="cff-likes">
				<span class="cff-icon cff-like">
					<span class="cff-screenreader">Likes:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Like" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496.656 285.683C506.583 272.809 512 256 512 235.468c-.001-37.674-32.073-72.571-72.727-72.571h-70.15c8.72-17.368 20.695-38.911 20.695-69.817C389.819 34.672 366.518 0 306.91 0c-29.995 0-41.126 37.918-46.829 67.228-3.407 17.511-6.626 34.052-16.525 43.951C219.986 134.75 184 192 162.382 203.625c-2.189.922-4.986 1.648-8.032 2.223C148.577 197.484 138.931 192 128 192H32c-17.673 0-32 14.327-32 32v256c0 17.673 14.327 32 32 32h96c17.673 0 32-14.327 32-32v-8.74c32.495 0 100.687 40.747 177.455 40.726 5.505.003 37.65.03 41.013 0 59.282.014 92.255-35.887 90.335-89.793 15.127-17.727 22.539-43.337 18.225-67.105 12.456-19.526 15.126-47.07 9.628-69.405zM32 480V224h96v256H32zm424.017-203.648C472 288 472 336 450.41 347.017c13.522 22.76 1.352 53.216-15.015 61.996 8.293 52.54-18.961 70.606-57.212 70.974-3.312.03-37.247 0-40.727 0-72.929 0-134.742-40.727-177.455-40.727V235.625c37.708 0 72.305-67.939 106.183-101.818 30.545-30.545 20.363-81.454 40.727-101.817 50.909 0 50.909 35.517 50.909 61.091 0 42.189-30.545 61.09-30.545 101.817h111.999c22.73 0 40.627 20.364 40.727 40.727.099 20.363-8.001 36.375-23.984 40.727zM104 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>	
			<li class="cff-shares">
				<span class="cff-icon cff-share">
					<span class="cff-screenreader">Shares:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
			<li class="cff-comments">
				<span class="cff-icon cff-comment">
					<span class="cff-screenreader">Comments:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg>				</span>
				<span class="cff-count">1</span>
			</li>
		</ul>
	</a>
</div>
</div><div class="cff-comments-box cff-light" data-cff-like-text="like this" data-cff-likes-text="likes this"  data-cff-reacted-text="reacted to this" data-cff-and-text="and" data-cff-other-text="other" data-cff-others-text="others" data-cff-reply-text="Reply" data-cff-replies-text="Replies" data-num="4" data-cff-meta-link-color="#" data-cff-hide-avatars="" data-cff-expand-comments="" data-cff-post-tags="1"><p class="cff-comments cff-comment-on-facebook" ><a href="https://www.facebook.com/113547408679301/posts/1004703091685571" target="_blank" rel="nofollow noopener" ><span class="cff-icon"><svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg></span>Comment on Facebook</a></p><div class="cff-comments-wrap" ><div class="cff-comment" id="cff_1004703091685571_2115323648881859" data-cff-comment-date=" 1 years ago "><p >Hit us up for safe ride so you can whack fun and not worry how to get home 765-201-4089</p></div></div></div></div><div class="cff-item cff-link-item author-gowaynecounty cff-113547408679301 cff-new" id="cff_113547408679301_1004040795085134" data-page-id="113547408679301" data-cff-timestamp="1735485644" data-object-id="" data-cff-from="113547408679301" style="border-bottom: 1px solid #ddd; z-index: 13;"><div class="cff-author"><!--
	--><div class="cff-author-text"><!--
					--><div class="cff-page-name cff-author-date" ><!--
				--><a  href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
					-->GoWayneCounty<!--
				--></a><!--
				--><span class="cff-story"> </span><!--
			--></div>
			
<div class="cff-date " >
	 1 years ago </div>			</div>
	<div class="cff-author-img " data-avatar="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C"><!--
		--><a href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
			--><img decoding="async" src="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C" class="cff-feed-image" alt="GoWayneCounty" width=40 height=40 onerror="this.style.display='none'"><!--
		--></a><!--
	--></div>
</div>
<p  class="cff-post-text">
	<span class="cff-text" data-color="">Looking for some New Years Eve inspirations to party?  We will be sharing ideas as they come to us!  Here&rsquo;s one to add to your list: 	</span>
	<span class="cff-expand">... <a href="#" ><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span>
</p><div class="cff-shared-link cff-full-size" ><div class="cff-text-link cff-no-image"><p class="cff-link-title" ><a href="https://www.facebook.com/113547408679301/posts/1004040795085134" target="_blank" rel="nofollow noopener noreferrer" >This content isn&#039;t available right now</a></p><span class="cff-post-desc" >When this happens, it's usually because the owner only shared it with a small group of people, changed who can see it or it's been deleted. </span></div></div><div class="cff-meta-wrap"><div class="cff-post-links">
			<a class="cff-viewpost-facebook" href="https://www.facebook.com/113547408679301/posts/1004040795085134" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a>
				<div class="cff-share-container">
							<span class="cff-dot" >&middot;</span>
				 				<a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004040795085134" title="Share" >Share</a>
				<div class="cff-share-tooltip">
											<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004040795085134" target="_blank" class="cff-facebook-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-facebook-square fa-w-14 "><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg>							<span class="cff-screenreader">Share on Facebook</span>
						</a>
											<a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004040795085134" target="_blank" class="cff-twitter-icon">
							<svg  class="svg-inline--fa fa-twitter fa-w-16 " aria-hidden="true" aria-label="twitter logo" data-fa-processed="" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							<span class="cff-screenreader">Share on Twitter</span>
						</a>
											<a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004040795085134&#038;title=%09Looking%20for%20some%20New%20Years%20Eve%20inspirations%20to%20party%3F%20%20We%20will%20be%20sharing%20ideas%20as%20they%20come%20to%20us%21%20%20Here%26rsquo%3Bs%20one%20to%20add%20to%20your%20list%3A%20%09%09" target="_blank" class="cff-linkedin-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14 "><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>							<span class="cff-screenreader">Share on Linked In</span>
						</a>
											<a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004040795085134%20-%20%0A%09Looking%20for%20some%20New%20Years%20Eve%20inspirations%20to%20party%3F%20%20We%20will%20be%20sharing%20ideas%20as%20they%20come%20to%20us%21%20%20Here%26rsquo%3Bs%20one%20to%20add%20to%20your%20list%3A%20%09%0A%09" target="_blank" class="cff-email-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-envelope fa-w-16 "><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>							<span class="cff-screenreader">Share by Email</span>
						</a>
					                <svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-play fa-w-14 "><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>				</div>
					</div>
	</div>
<div class="cff-view-comments-wrap">
	<a href="javaScript:void(0);" class="cff-view-comments " id="113547408679301_1004040795085134">
		<span class="cff-screenreader">View Comments</span>
		<ul class="cff-meta cff-light">
			<li class="cff-likes">
				<span class="cff-icon cff-like">
					<span class="cff-screenreader">Likes:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Like" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496.656 285.683C506.583 272.809 512 256 512 235.468c-.001-37.674-32.073-72.571-72.727-72.571h-70.15c8.72-17.368 20.695-38.911 20.695-69.817C389.819 34.672 366.518 0 306.91 0c-29.995 0-41.126 37.918-46.829 67.228-3.407 17.511-6.626 34.052-16.525 43.951C219.986 134.75 184 192 162.382 203.625c-2.189.922-4.986 1.648-8.032 2.223C148.577 197.484 138.931 192 128 192H32c-17.673 0-32 14.327-32 32v256c0 17.673 14.327 32 32 32h96c17.673 0 32-14.327 32-32v-8.74c32.495 0 100.687 40.747 177.455 40.726 5.505.003 37.65.03 41.013 0 59.282.014 92.255-35.887 90.335-89.793 15.127-17.727 22.539-43.337 18.225-67.105 12.456-19.526 15.126-47.07 9.628-69.405zM32 480V224h96v256H32zm424.017-203.648C472 288 472 336 450.41 347.017c13.522 22.76 1.352 53.216-15.015 61.996 8.293 52.54-18.961 70.606-57.212 70.974-3.312.03-37.247 0-40.727 0-72.929 0-134.742-40.727-177.455-40.727V235.625c37.708 0 72.305-67.939 106.183-101.818 30.545-30.545 20.363-81.454 40.727-101.817 50.909 0 50.909 35.517 50.909 61.091 0 42.189-30.545 61.09-30.545 101.817h111.999c22.73 0 40.627 20.364 40.727 40.727.099 20.363-8.001 36.375-23.984 40.727zM104 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>	
			<li class="cff-shares">
				<span class="cff-icon cff-share">
					<span class="cff-screenreader">Shares:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
			<li class="cff-comments">
				<span class="cff-icon cff-comment">
					<span class="cff-screenreader">Comments:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
		</ul>
	</a>
</div>
</div><div class="cff-comments-box cff-light cff-no-comments" data-cff-like-text="like this" data-cff-likes-text="likes this"  data-cff-reacted-text="reacted to this" data-cff-and-text="and" data-cff-other-text="other" data-cff-others-text="others" data-cff-reply-text="Reply" data-cff-replies-text="Replies" data-num="4" data-cff-meta-link-color="#" data-cff-hide-avatars="" data-cff-expand-comments="" data-cff-post-tags="1"><p class="cff-comments cff-comment-on-facebook" ><a href="https://www.facebook.com/113547408679301/posts/1004040795085134" target="_blank" rel="nofollow noopener" ><span class="cff-icon"><svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg></span>Comment on Facebook</a></p><div class="cff-comments-wrap" ></div></div></div><div class="cff-item cff-link-item author-gowaynecounty cff-113547408679301 cff-new" id="cff_113547408679301_1004038435085370" data-page-id="113547408679301" data-cff-timestamp="1735485373" data-object-id="" data-cff-from="113547408679301" style="border-bottom: 1px solid #ddd; z-index: 12;"><div class="cff-author"><!--
	--><div class="cff-author-text"><!--
					--><div class="cff-page-name cff-author-date" ><!--
				--><a  href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
					-->GoWayneCounty<!--
				--></a><!--
				--><span class="cff-story"> </span><!--
			--></div>
			
<div class="cff-date " >
	 1 years ago </div>			</div>
	<div class="cff-author-img " data-avatar="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C"><!--
		--><a href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
			--><img decoding="async" src="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C" class="cff-feed-image" alt="GoWayneCounty" width=40 height=40 onerror="this.style.display='none'"><!--
		--></a><!--
	--></div>
</div>
<p  class="cff-post-text">
	<span class="cff-text" data-color="">Looking for winter outdoor adventures? 	</span>
	<span class="cff-expand">... <a href="#" ><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span>
</p><div class="cff-shared-link cff-full-size" ><div class="cff-text-link cff-no-image"><p class="cff-link-title" ><a href="https://www.facebook.com/113547408679301/posts/1004038435085370" target="_blank" rel="nofollow noopener noreferrer" >This content isn&#039;t available right now</a></p><span class="cff-post-desc" >When this happens, it's usually because the owner only shared it with a small group of people, changed who can see it or it's been deleted. </span></div></div><div class="cff-meta-wrap"><div class="cff-post-links">
			<a class="cff-viewpost-facebook" href="https://www.facebook.com/113547408679301/posts/1004038435085370" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a>
				<div class="cff-share-container">
							<span class="cff-dot" >&middot;</span>
				 				<a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004038435085370" title="Share" >Share</a>
				<div class="cff-share-tooltip">
											<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004038435085370" target="_blank" class="cff-facebook-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-facebook-square fa-w-14 "><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg>							<span class="cff-screenreader">Share on Facebook</span>
						</a>
											<a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004038435085370" target="_blank" class="cff-twitter-icon">
							<svg  class="svg-inline--fa fa-twitter fa-w-16 " aria-hidden="true" aria-label="twitter logo" data-fa-processed="" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							<span class="cff-screenreader">Share on Twitter</span>
						</a>
											<a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004038435085370&#038;title=%09Looking%20for%20winter%20outdoor%20adventures%3F%20%09%09" target="_blank" class="cff-linkedin-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14 "><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>							<span class="cff-screenreader">Share on Linked In</span>
						</a>
											<a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F1004038435085370%20-%20%0A%09Looking%20for%20winter%20outdoor%20adventures%3F%20%09%0A%09" target="_blank" class="cff-email-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-envelope fa-w-16 "><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>							<span class="cff-screenreader">Share by Email</span>
						</a>
					                <svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-play fa-w-14 "><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>				</div>
					</div>
	</div>
<div class="cff-view-comments-wrap">
	<a href="javaScript:void(0);" class="cff-view-comments " id="113547408679301_1004038435085370">
		<span class="cff-screenreader">View Comments</span>
		<ul class="cff-meta cff-light">
			<li class="cff-likes">
				<span class="cff-icon cff-like">
					<span class="cff-screenreader">Likes:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Like" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496.656 285.683C506.583 272.809 512 256 512 235.468c-.001-37.674-32.073-72.571-72.727-72.571h-70.15c8.72-17.368 20.695-38.911 20.695-69.817C389.819 34.672 366.518 0 306.91 0c-29.995 0-41.126 37.918-46.829 67.228-3.407 17.511-6.626 34.052-16.525 43.951C219.986 134.75 184 192 162.382 203.625c-2.189.922-4.986 1.648-8.032 2.223C148.577 197.484 138.931 192 128 192H32c-17.673 0-32 14.327-32 32v256c0 17.673 14.327 32 32 32h96c17.673 0 32-14.327 32-32v-8.74c32.495 0 100.687 40.747 177.455 40.726 5.505.003 37.65.03 41.013 0 59.282.014 92.255-35.887 90.335-89.793 15.127-17.727 22.539-43.337 18.225-67.105 12.456-19.526 15.126-47.07 9.628-69.405zM32 480V224h96v256H32zm424.017-203.648C472 288 472 336 450.41 347.017c13.522 22.76 1.352 53.216-15.015 61.996 8.293 52.54-18.961 70.606-57.212 70.974-3.312.03-37.247 0-40.727 0-72.929 0-134.742-40.727-177.455-40.727V235.625c37.708 0 72.305-67.939 106.183-101.818 30.545-30.545 20.363-81.454 40.727-101.817 50.909 0 50.909 35.517 50.909 61.091 0 42.189-30.545 61.09-30.545 101.817h111.999c22.73 0 40.627 20.364 40.727 40.727.099 20.363-8.001 36.375-23.984 40.727zM104 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>	
			<li class="cff-shares">
				<span class="cff-icon cff-share">
					<span class="cff-screenreader">Shares:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
			<li class="cff-comments">
				<span class="cff-icon cff-comment">
					<span class="cff-screenreader">Comments:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
		</ul>
	</a>
</div>
</div><div class="cff-comments-box cff-light cff-no-comments" data-cff-like-text="like this" data-cff-likes-text="likes this"  data-cff-reacted-text="reacted to this" data-cff-and-text="and" data-cff-other-text="other" data-cff-others-text="others" data-cff-reply-text="Reply" data-cff-replies-text="Replies" data-num="4" data-cff-meta-link-color="#" data-cff-hide-avatars="" data-cff-expand-comments="" data-cff-post-tags="1"><p class="cff-comments cff-comment-on-facebook" ><a href="https://www.facebook.com/113547408679301/posts/1004038435085370" target="_blank" rel="nofollow noopener" ><span class="cff-icon"><svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg></span>Comment on Facebook</a></p><div class="cff-comments-wrap" ></div></div></div><div class="cff-item cff-link-item author-gowaynecounty cff-113547408679301 cff-new" id="cff_113547408679301_932084955614052" data-page-id="113547408679301" data-cff-timestamp="1726923759" data-object-id="" data-cff-from="113547408679301" style="border-bottom: 1px solid #ddd; z-index: 11;"><div class="cff-author"><!--
	--><div class="cff-author-text"><!--
					--><div class="cff-page-name cff-author-date" ><!--
				--><a  href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
					-->GoWayneCounty<!--
				--></a><!--
				--><span class="cff-story"> </span><!--
			--></div>
			
<div class="cff-date " >
	 2 years ago </div>			</div>
	<div class="cff-author-img " data-avatar="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C"><!--
		--><a href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
			--><img decoding="async" src="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C" class="cff-feed-image" alt="GoWayneCounty" width=40 height=40 onerror="this.style.display='none'"><!--
		--></a><!--
	--></div>
</div>
<p  class="cff-post-text">
	<span class="cff-text" data-color="">This looks like fun!  21 and up&hellip;. Let the Fall adventures begin! 	</span>
	<span class="cff-expand">... <a href="#" ><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span>
</p><div class="cff-shared-link cff-full-size" ><a class="cff-link" href="https://www.instagram.com/p/DAKPPhopdVy/?igsh=MTd0Z3ZwNWFjZjZjMA%3D%3D" target="_blank" rel="nofollow noopener" data-img-src-set="[{&quot;476&quot;:&quot;https:\/\/scontent-ord5-2.cdninstagram.com\/v\/t39.30808-6\/486145908_1071882531637457_6072805890101790084_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Ipnk-9LxP6EQ7kNvwEOq_74&amp;_nc_oc=AdpIxCrv8qplnh0Waw1mGPUt4EtKeRjbI7ka7aqfq-D5NfepzkU735tTea16FwykQyg&amp;_nc_zt=23&amp;_nc_ht=scontent-ord5-2.cdninstagram.com&amp;edm=AKIiGfEEAAAA&amp;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&amp;_nc_tpa=Q5bMBQG1epbY7HNXBF3kvRfMwkS_xlgABXm4ywI79QO1wLl2OH88VBUL3G7Zz_QGAVMLYCwEF0wuolkx&amp;oh=00_Af0pvpDBKvY0ceAojJjOs0cx2lzwfC_XIPHDM2Py5XsviQ&amp;oe=69DD70EC&quot;}]" data-full="https://scontent-ord5-2.cdninstagram.com/v/t39.30808-6/486145908_1071882531637457_6072805890101790084_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=Ipnk-9LxP6EQ7kNvwEOq_74&_nc_oc=AdpIxCrv8qplnh0Waw1mGPUt4EtKeRjbI7ka7aqfq-D5NfepzkU735tTea16FwykQyg&_nc_zt=23&_nc_ht=scontent-ord5-2.cdninstagram.com&edm=AKIiGfEEAAAA&_nc_gid=6oJlVjHCdU3rMwcArEQe5w&_nc_tpa=Q5bMBQG1epbY7HNXBF3kvRfMwkS_xlgABXm4ywI79QO1wLl2OH88VBUL3G7Zz_QGAVMLYCwEF0wuolkx&oh=00_Af0pvpDBKvY0ceAojJjOs0cx2lzwfC_XIPHDM2Py5XsviQ&oe=69DD70EC"><img decoding="async" src="https://gowaynecounty.com/wp-content/plugins/custom-facebook-feed-pro/assets/img/placeholder.png" class="cff-feed-image" data-orig-source="https://scontent-ord5-2.cdninstagram.com/v/t39.30808-6/486145908_1071882531637457_6072805890101790084_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=Ipnk-9LxP6EQ7kNvwEOq_74&_nc_oc=AdpIxCrv8qplnh0Waw1mGPUt4EtKeRjbI7ka7aqfq-D5NfepzkU735tTea16FwykQyg&_nc_zt=23&_nc_ht=scontent-ord5-2.cdninstagram.com&edm=AKIiGfEEAAAA&_nc_gid=6oJlVjHCdU3rMwcArEQe5w&_nc_tpa=Q5bMBQG1epbY7HNXBF3kvRfMwkS_xlgABXm4ywI79QO1wLl2OH88VBUL3G7Zz_QGAVMLYCwEF0wuolkx&oh=00_Af0pvpDBKvY0ceAojJjOs0cx2lzwfC_XIPHDM2Py5XsviQ&oe=69DD70EC" alt="Link thumbnail" /></a><div class="cff-text-link "><p class="cff-link-title" ><a href="https://www.instagram.com/p/DAKPPhopdVy/?igsh=MTd0Z3ZwNWFjZjZjMA%3D%3D" target="_blank" rel="nofollow noopener noreferrer" >Join us for an unforgettable night at Cope Environmental Center&rsquo;s Spiders and Ciders October 18th starting at 6:30 pm! This 21+ event is packed with excitement, featuring a hard cider-tasting trail, live music, local food trucks, and storytelling by the fire. Enjoy s&rsquo;mores, explore the night on a guided hike, and test your spider knowledge with a fun game of spider jeopardy. Perfect for a date night or a laid-back evening with friends, this is the first event in our new series, The Great Outdoors. Don&rsquo;t miss out&mdash;grab your tickets now and make it a night to remember!

https://visitcope.org/events/the-great-outdoors

Thank you to our presenting sponsor Advanced Duct Cleaning for sponsoring Spiders &amp; Ciders!</a></p><p class="cff-link-caption" style="font-size:12px;">www.instagram.com</p><span class="cff-post-desc" > </span></div></div><div class="cff-meta-wrap"><div class="cff-post-links">
			<a class="cff-viewpost-facebook" href="https://www.facebook.com/113547408679301/posts/932084955614052" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a>
				<div class="cff-share-container">
							<span class="cff-dot" >&middot;</span>
				 				<a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F932084955614052" title="Share" >Share</a>
				<div class="cff-share-tooltip">
											<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F932084955614052" target="_blank" class="cff-facebook-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-facebook-square fa-w-14 "><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg>							<span class="cff-screenreader">Share on Facebook</span>
						</a>
											<a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F932084955614052" target="_blank" class="cff-twitter-icon">
							<svg  class="svg-inline--fa fa-twitter fa-w-16 " aria-hidden="true" aria-label="twitter logo" data-fa-processed="" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							<span class="cff-screenreader">Share on Twitter</span>
						</a>
											<a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F932084955614052&#038;title=%09This%20looks%20like%20fun%21%20%2021%20and%20up%26hellip%3B.%20Let%20the%20Fall%20adventures%20begin%21%20%09%09" target="_blank" class="cff-linkedin-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14 "><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>							<span class="cff-screenreader">Share on Linked In</span>
						</a>
											<a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F932084955614052%20-%20%0A%09This%20looks%20like%20fun%21%20%2021%20and%20up%26hellip%3B.%20Let%20the%20Fall%20adventures%20begin%21%20%09%0A%09" target="_blank" class="cff-email-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-envelope fa-w-16 "><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>							<span class="cff-screenreader">Share by Email</span>
						</a>
					                <svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-play fa-w-14 "><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>				</div>
					</div>
	</div>
<div class="cff-view-comments-wrap">
	<a href="javaScript:void(0);" class="cff-view-comments " id="113547408679301_932084955614052">
		<span class="cff-screenreader">View Comments</span>
		<ul class="cff-meta cff-light">
			<li class="cff-likes">
				<span class="cff-icon cff-like">
					<span class="cff-screenreader">Likes:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Like" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496.656 285.683C506.583 272.809 512 256 512 235.468c-.001-37.674-32.073-72.571-72.727-72.571h-70.15c8.72-17.368 20.695-38.911 20.695-69.817C389.819 34.672 366.518 0 306.91 0c-29.995 0-41.126 37.918-46.829 67.228-3.407 17.511-6.626 34.052-16.525 43.951C219.986 134.75 184 192 162.382 203.625c-2.189.922-4.986 1.648-8.032 2.223C148.577 197.484 138.931 192 128 192H32c-17.673 0-32 14.327-32 32v256c0 17.673 14.327 32 32 32h96c17.673 0 32-14.327 32-32v-8.74c32.495 0 100.687 40.747 177.455 40.726 5.505.003 37.65.03 41.013 0 59.282.014 92.255-35.887 90.335-89.793 15.127-17.727 22.539-43.337 18.225-67.105 12.456-19.526 15.126-47.07 9.628-69.405zM32 480V224h96v256H32zm424.017-203.648C472 288 472 336 450.41 347.017c13.522 22.76 1.352 53.216-15.015 61.996 8.293 52.54-18.961 70.606-57.212 70.974-3.312.03-37.247 0-40.727 0-72.929 0-134.742-40.727-177.455-40.727V235.625c37.708 0 72.305-67.939 106.183-101.818 30.545-30.545 20.363-81.454 40.727-101.817 50.909 0 50.909 35.517 50.909 61.091 0 42.189-30.545 61.09-30.545 101.817h111.999c22.73 0 40.627 20.364 40.727 40.727.099 20.363-8.001 36.375-23.984 40.727zM104 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"></path></svg>				</span>
				<span class="cff-count">1</span>
			</li>	
			<li class="cff-shares">
				<span class="cff-icon cff-share">
					<span class="cff-screenreader">Shares:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
			<li class="cff-comments">
				<span class="cff-icon cff-comment">
					<span class="cff-screenreader">Comments:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
		</ul>
	</a>
</div>
</div><div class="cff-comments-box cff-light cff-no-comments cff-shared-story" data-cff-like-text="like this" data-cff-likes-text="likes this"  data-cff-reacted-text="reacted to this" data-cff-and-text="and" data-cff-other-text="other" data-cff-others-text="others" data-cff-reply-text="Reply" data-cff-replies-text="Replies" data-num="4" data-cff-meta-link-color="#" data-cff-hide-avatars="" data-cff-expand-comments="" data-cff-post-tags="1"><p class="cff-comment-likes cff-likes" ></p><p class="cff-comments cff-comment-on-facebook" ><a href="https://www.facebook.com/113547408679301/posts/932084955614052" target="_blank" rel="nofollow noopener" ><span class="cff-icon"><svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg></span>Comment on Facebook</a></p><div class="cff-comments-wrap" ></div></div></div><div class="cff-item cff-link-item author-gowaynecounty cff-113547408679301 cff-new" id="cff_113547408679301_907909738031574" data-page-id="113547408679301" data-cff-timestamp="1723898030" data-object-id="" data-cff-from="113547408679301" style="border-bottom: 1px solid #ddd; z-index: 10;"><div class="cff-author"><!--
	--><div class="cff-author-text"><!--
					--><div class="cff-page-name cff-author-date" ><!--
				--><a  href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
					-->GoWayneCounty<!--
				--></a><!--
				--><span class="cff-story"> </span><!--
			--></div>
			
<div class="cff-date " >
	 2 years ago </div>			</div>
	<div class="cff-author-img " data-avatar="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C"><!--
		--><a href="https://facebook.com/113547408679301" target="_blank" rel="nofollow noopener" ><!--
			--><img decoding="async" src="https://scontent-ord5-1.xx.fbcdn.net/v/t39.30808-1/327041968_1122116095112041_183726332755790016_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=DjO_oQOUg58Q7kNvwEGMFeV&#038;_nc_oc=Adp0LLj0vxIBG6QYl4xIFJZ--7gYJaqhP1vdKUFKZFGxgtAUYwkBzdJNDPwO6N8yldg&#038;_nc_zt=24&#038;_nc_ht=scontent-ord5-1.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=6oJlVjHCdU3rMwcArEQe5w&#038;_nc_tpa=Q5bMBQFt7gBJxrHcao2fOEW9RZ6-OFhMF460XLVM0in0qTsPiYGiQJHJzNbviTj96jHLyRJG7GzaHlNtdA&#038;oh=00_Af3RRioTrJ3BLXP4UXhscHvk_r-bXipOfyOxREZ7JXmEDg&#038;oe=69DD8D3C" class="cff-feed-image" alt="GoWayneCounty" width=40 height=40 onerror="this.style.display='none'"><!--
		--></a><!--
	--></div>
</div>
<p  class="cff-post-text">
	<span class="cff-text" data-color="">Live in Richmond Indiana!  Local amazing talent! 	</span>
	<span class="cff-expand">... <a href="#" ><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span>
</p><div class="cff-shared-link cff-full-size" ><div class="cff-text-link cff-no-image"><p class="cff-link-title" ><a href="https://www.facebook.com/113547408679301/posts/907909738031574" target="_blank" rel="nofollow noopener noreferrer" >This content isn&#039;t available right now</a></p><span class="cff-post-desc" >When this happens, it's usually because the owner only shared it with a small group of people, changed who can see it or it's been deleted. </span></div></div><div class="cff-meta-wrap"><div class="cff-post-links">
			<a class="cff-viewpost-facebook" href="https://www.facebook.com/113547408679301/posts/907909738031574" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a>
				<div class="cff-share-container">
							<span class="cff-dot" >&middot;</span>
				 				<a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F907909738031574" title="Share" >Share</a>
				<div class="cff-share-tooltip">
											<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F907909738031574" target="_blank" class="cff-facebook-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-facebook-square fa-w-14 "><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg>							<span class="cff-screenreader">Share on Facebook</span>
						</a>
											<a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F907909738031574" target="_blank" class="cff-twitter-icon">
							<svg  class="svg-inline--fa fa-twitter fa-w-16 " aria-hidden="true" aria-label="twitter logo" data-fa-processed="" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>							<span class="cff-screenreader">Share on Twitter</span>
						</a>
											<a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F907909738031574&#038;title=%09Live%20in%20Richmond%20Indiana%21%20%20Local%20amazing%20talent%21%20%09%09" target="_blank" class="cff-linkedin-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14 "><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>							<span class="cff-screenreader">Share on Linked In</span>
						</a>
											<a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2F113547408679301%2Fposts%2F907909738031574%20-%20%0A%09Live%20in%20Richmond%20Indiana%21%20%20Local%20amazing%20talent%21%20%09%0A%09" target="_blank" class="cff-email-icon">
							<svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-envelope fa-w-16 "><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>							<span class="cff-screenreader">Share by Email</span>
						</a>
					                <svg  aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-play fa-w-14 "><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>				</div>
					</div>
	</div>
<div class="cff-view-comments-wrap">
	<a href="javaScript:void(0);" class="cff-view-comments " id="113547408679301_907909738031574">
		<span class="cff-screenreader">View Comments</span>
		<ul class="cff-meta cff-light">
			<li class="cff-likes">
				<span class="cff-icon cff-like">
					<span class="cff-screenreader">Likes:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Like" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M496.656 285.683C506.583 272.809 512 256 512 235.468c-.001-37.674-32.073-72.571-72.727-72.571h-70.15c8.72-17.368 20.695-38.911 20.695-69.817C389.819 34.672 366.518 0 306.91 0c-29.995 0-41.126 37.918-46.829 67.228-3.407 17.511-6.626 34.052-16.525 43.951C219.986 134.75 184 192 162.382 203.625c-2.189.922-4.986 1.648-8.032 2.223C148.577 197.484 138.931 192 128 192H32c-17.673 0-32 14.327-32 32v256c0 17.673 14.327 32 32 32h96c17.673 0 32-14.327 32-32v-8.74c32.495 0 100.687 40.747 177.455 40.726 5.505.003 37.65.03 41.013 0 59.282.014 92.255-35.887 90.335-89.793 15.127-17.727 22.539-43.337 18.225-67.105 12.456-19.526 15.126-47.07 9.628-69.405zM32 480V224h96v256H32zm424.017-203.648C472 288 472 336 450.41 347.017c13.522 22.76 1.352 53.216-15.015 61.996 8.293 52.54-18.961 70.606-57.212 70.974-3.312.03-37.247 0-40.727 0-72.929 0-134.742-40.727-177.455-40.727V235.625c37.708 0 72.305-67.939 106.183-101.818 30.545-30.545 20.363-81.454 40.727-101.817 50.909 0 50.909 35.517 50.909 61.091 0 42.189-30.545 61.09-30.545 101.817h111.999c22.73 0 40.627 20.364 40.727 40.727.099 20.363-8.001 36.375-23.984 40.727zM104 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z"></path></svg>				</span>
				<span class="cff-count">3</span>
			</li>	
			<li class="cff-shares">
				<span class="cff-icon cff-share">
					<span class="cff-screenreader">Shares:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M564.907 196.35L388.91 12.366C364.216-13.45 320 3.746 320 40.016v88.154C154.548 130.155 0 160.103 0 331.19c0 94.98 55.84 150.231 89.13 174.571 24.233 17.722 58.021-4.992 49.68-34.51C100.937 336.887 165.575 321.972 320 320.16V408c0 36.239 44.19 53.494 68.91 27.65l175.998-184c14.79-15.47 14.79-39.83-.001-55.3zm-23.127 33.18l-176 184c-4.933 5.16-13.78 1.73-13.78-5.53V288c-171.396 0-295.313 9.707-243.98 191.7C72 453.36 32 405.59 32 331.19 32 171.18 194.886 160 352 160V40c0-7.262 8.851-10.69 13.78-5.53l176 184a7.978 7.978 0 0 1 0 11.06z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
			<li class="cff-comments">
				<span class="cff-icon cff-comment">
					<span class="cff-screenreader">Comments:</span>
					<svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg>				</span>
				<span class="cff-count">0</span>
			</li>
		</ul>
	</a>
</div>
</div><div class="cff-comments-box cff-light cff-no-comments" data-cff-like-text="like this" data-cff-likes-text="likes this"  data-cff-reacted-text="reacted to this" data-cff-and-text="and" data-cff-other-text="other" data-cff-others-text="others" data-cff-reply-text="Reply" data-cff-replies-text="Replies" data-num="4" data-cff-meta-link-color="#" data-cff-hide-avatars="" data-cff-expand-comments="" data-cff-post-tags="1"><p class="cff-comment-likes cff-likes" ></p><p class="cff-comments cff-comment-on-facebook" ><a href="https://www.facebook.com/113547408679301/posts/907909738031574" target="_blank" rel="nofollow noopener" ><span class="cff-icon"><svg width="24px" height="24px" role="img" aria-hidden="true" aria-label="Comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z"></path></svg><svg width="24px" height="24px" class="cff-svg-bg" role="img" aria-hidden="true" aria-label="background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"></path></svg></span>Comment on Facebook</a></p><div class="cff-comments-wrap" ></div></div></div></div><span class="cff_resized_image_data" data-feedid="cff_113547408679301354740867930111meen0000" data-resized="[{&quot;media_id&quot;:&quot;113547408679301_1110614117761134&quot;,&quot;facebook_id&quot;:&quot;113547408679301_1110614117761134&quot;,&quot;aspect_ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:&quot;[400,250]&quot;},{&quot;media_id&quot;:&quot;113547408679301_907909738031574&quot;,&quot;facebook_id&quot;:&quot;113547408679301_907909738031574&quot;,&quot;aspect_ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:&quot;[400,250]&quot;},{&quot;media_id&quot;:&quot;113547408679301_903239795165235&quot;,&quot;facebook_id&quot;:&quot;113547408679301_903239795165235&quot;,&quot;aspect_ratio&quot;:&quot;2.00&quot;,&quot;sizes&quot;:&quot;[400,250]&quot;},{&quot;media_id&quot;:&quot;113547408679301_887906680031880&quot;,&quot;facebook_id&quot;:&quot;113547408679301_887906680031880&quot;,&quot;aspect_ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:&quot;[400,250]&quot;},{&quot;media_id&quot;:&quot;113547408679301_480205217957660&quot;,&quot;facebook_id&quot;:&quot;113547408679301_480205217957660&quot;,&quot;aspect_ratio&quot;:&quot;0.00&quot;,&quot;sizes&quot;:&quot;[400,250]&quot;},{&quot;media_id&quot;:&quot;113547408679301_1686091215555545&quot;,&quot;facebook_id&quot;:&quot;113547408679301_1686091215555545&quot;,&quot;aspect_ratio&quot;:&quot;0.00&quot;,&quot;sizes&quot;:&quot;[400,250]&quot;},{&quot;media_id&quot;:&quot;113547408679301_870406625115219&quot;,&quot;facebook_id&quot;:&quot;113547408679301_870406625115219&quot;,&quot;aspect_ratio&quot;:&quot;0.00&quot;,&quot;sizes&quot;:&quot;[400,250]&quot;},{&quot;media_id&quot;:&quot;113547408679301_860644746091407&quot;,&quot;facebook_id&quot;:&quot;113547408679301_860644746091407&quot;,&quot;aspect_ratio&quot;:&quot;1.00&quot;,&quot;sizes&quot;:&quot;[400,250]&quot;}]"></span><div class="cff-likebox cff-outside cff-bottom" >
		<iframe src="" class="fb_iframe_widget" data-likebox-id="113547408679301" data-likebox-width="" data-likebox-header="" data-hide-cover="" data-hide-cta="" data-likebox-faces="" height="135px" data-height="135" data-locale="en_US" scrolling="no" allowTransparency="true" allow="encrypted-media" ></iframe>
</div>
<input type="hidden" class="cff-pag-url" data-cff-pag-url="{&quot;113547408679301&quot;: &quot;https://graph.facebook.com/v19.0/113547408679301/posts?fields=id,updated_time,from%7Bpicture,id,name,link%7D,message,message_tags,story,story_tags,picture,full_picture,status_type,created_time,backdated_time,attachments%7Btitle,description,media_type,unshimmed_url,target%7Bid%7D,multi_share_end_card,media%7Bsource,image%7D,subattachments%7D,shares,comments.summary(true)%7Bmessage,created_time%7D,likes.summary(true).limit(0),call_to_action,privacy&access_token=x_cff_hide_token_x&limit=11&locale=en_US&after=QVFIUy1SRmItUVg4VFotWVhvYTFrT1FwSHNhYlNvZA3pTS0pmVlNVdks3NDFIQ19FeVBBS3pMOENpdVcxeFdtWHc0Y0QtNVVKV1RqcUl2eFlTN3ZAqQzMwb1dWWUNrRFAzU2dDc0RyTmduOW5WbGRFZA2JueHgtN3RJQWRMMy0xUEdMN3liazFQLWxDUkRnZAm5nNmxlWHlSb1ZAIZAnR2THhnemFMTHRmQ3VldGNZAaFlLY0UzRzl1enVPbE14M2o2NzczNkRqLU5MX2J6b2JVcTY1VWp1cWxvR2pLY0t6OXhES1hZAdGpHZAjJNdEhLZAm9zLTh5TWNmaWxqQ1FTWm5OTnhsQnlpTWYtTDBWNTJWLVBTdWIyRmpEbkpTWUZAKYTM5V3hOX3Q4MlRSVXFDTWRYbTVjQ0RVVnFaVGIwbVViQ1pTT25SejBweC1KMlREUVc5WXlJaXBRY3RjZAWR0TTdqM1BkdXRzS0xQbVZASU21FREg0MUxmYTVKRHNOQlVCc2JTME9HbmJaSkQxS0VRN2tEZAmNJVk9QaEg2bVZAtbXo4MGJKZAW1vcDRCeWF0UzQ4ZA0lsT0tKQnV3dmV6X285djhLdmszN2hKLXA0TjBXRGpVU2tBZAmhwTnBzdmRhMUd3&quot;}" data-cff-prev-url="{&quot;113547408679301&quot;: &quot;https://graph.facebook.com/v4.0/113547408679301/posts?fields=id,updated_time,from{picture,id,name,link},message,message_tags,story,story_tags,picture,full_picture,status_type,created_time,backdated_time,attachments{title,description,media_type,unshimmed_url,target{id},multi_share_end_card,media{source,image},subattachments},shares,comments.summary(true){message,created_time},likes.summary(true).limit(0),call_to_action,privacy&access_token=x_cff_hide_token_x&limit=11&locale=en_US&return_ssl_resources=true&quot;}" data-transient-name="cff_113547408679301354740867930111meen0000" data-post-id="196734" data-feed-id="113547408679301"  value="">
	<a href="javascript:void(0);" id="cff-load-more" class="cff-load-more"   data-cff-bg="" data-cff-hover="" data-no-more="No more posts"><span>Load more</span></a>
</div></div><div class="cff-clear"></div></div></div></div></div></div><div class="tcb_flag" style="display: none"></div>
</section>
</div></div></div>
<div class="main-content-background"></div></div><div id="theme-bottom-section" class="theme-section bottom-section"><div class="section-background"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 244" style="" xml:space="preserve" data-position="top" data-ct="38079" decoration-type="Rounded" class="svg-shape-top" width="100%" preserveAspectRatio="none" data-css="tve-u-1778759eaa8">
<style type="text/css">
</style>
<path class="p1778759ea8b" d="M1000,244V110c-110.7,59-248,98.3-398,98.3C349.4,208.3,121.4,116.6,0,0v244H1000z"></path>
</svg></div><div class="section-content"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-local-vars-root" style="" data-css="tve-u-17729c0b71b" data-ct-name="Call To Action 24" data-ct="callaction-57292" data-element-name="Call to Action"><div class="thrive-colors-palette-config" style="display: none !important"></div>
<div class="tve-content-box-background" data-css="tve-u-17729c0b71c" style=""></div>
<div class="tve-cb tve_empty_dropzone" data-css="tve-u-17729c0b71d" style=""><a class="tcb-logo thrv_wrapper" href="https://gowaynecounty.com" data-css="tve-u-17b2c751008" data-img-style="" class=""><picture><source srcset="https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo-300x86.png 300w, https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo.png 494w" media="(min-width:1024px)"></source><img decoding="async" src="https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo.png" height="142" width="494" alt="" style="" class="tve-not-lazy-loaded"></img></picture></a><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style="" data-css="tve-u-17729c0b71e" data-tag="h3"><h3 class="" style="" data-css="tve-u-177875c0b1e">Attract More Customers To Your Business!</h3></div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone tcb-local-vars-root" style="" data-css="tve-u-17729c0b722"><p class="tcb-global-text-" style="" data-css="tve-u-17729c239df">Put your business in front of thousands of Wayne County residents and tourists...</p></div><div class="thrv_wrapper thrv-button tcb-local-vars-root" data-button-style="full_rounded" data-tcb_hover_state_parent="" data-css="tve-u-17729c0b727" style="">
<a href="https://gowaynecounty.com/advertising-on-go-wayne-county/" class="tcb-button-link" data-css="tve-u-17729c0b728" style="">
<span class="tcb-button-texts" style=""><span class="tcb-button-text thrv-inline-text" data-tcb_hover_state_parent="" style="" data-css="tve-u-177875c71f9"><strong>Learn More</strong></span></span>
</a>
</div></div>
</div></div></div><footer id="thrive-footer" class="thrv_wrapper thrv_symbol thrv_footer thrv_symbol_199663" role="contentinfo"><div class="thrive-shortcode-html thrive-symbol-shortcode " data-symbol-id="199663"><style type="text/css" id="tcb-style-base-tcb_symbol-199663"  onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">.thrv_widget_menu{position:relative;z-index:10;}.thrv_widget_menu .fixed-menu-item{position:fixed !important;}.thrv_widget_menu.thrv_wrapper{overflow:visible !important;}.thrv_widget_menu li li .tve-item-dropdown-trigger{position:absolute;top:0px;right:0.5em;bottom:0px;}.thrv_widget_menu ul ul{box-sizing:border-box;min-width:100%;}.thrv_widget_menu .tve_w_menu .sub-menu{box-shadow:rgba(0,0,0,0.15) 0px 0px 9px 1px;background-color:rgb(255,255,255);}.thrv_widget_menu .tve_w_menu .sub-menu{visibility:hidden;display:none;}.thrv_widget_menu.tve-active-disabled .tve-state-active{cursor:default !important;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"].tve-active-disabled .menu-item-has-children{cursor:pointer;}.tve-m-trigger{display:none;-webkit-tap-highlight-color:transparent;}.tve-m-trigger:focus,.tve-m-trigger:active{outline:none;}.tve-m-trigger .thrv_icon{font-size:33px;width:33px;height:33px;margin:0px auto !important;padding:0.3em !important;}.tve-m-trigger:not(.tve-triggered-icon) .tcb-icon-close{display:none;}.thrv_widget_menu.thrv_wrapper{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"]{background:none !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] li{box-sizing:border-box;text-align:center;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .thrive-shortcode-html{position:relative;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-item-dropdown-trigger{position:absolute;top:0px;right:0.8rem;bottom:0px;transition:transform 0.2s ease 0s,-webkit-transform 0.2s ease 0s;height:100% !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .expand-children > a > .tve-item-dropdown-trigger{transform:rotate(180deg);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .m-icon{margin-left:-1em;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li{background-color:inherit;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu ul{display:none;position:relative;width:100%;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls){padding:0px;width:100%;margin-top:0px;margin-bottom:0px;-webkit-tap-highlight-color:transparent;margin-left:0px !important;margin-right:0px !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):focus,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):active{outline:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls) a{padding:10px 2em;}.tve_editor_page .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu{outline:rgb(46,204,113) solid 1px;margin:0px -1px !important;width:calc(100% + 2px) !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu{background-color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu .sub-menu{box-shadow:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu li li{background-color:rgb(250,250,250);box-shadow:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu{background-color:rgb(30,30,31);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li .sub-menu li{background-color:rgb(41,41,42);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li > a{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul.tve_w_menu{height:auto;max-height:0px;opacity:0;left:0px;overflow:hidden;width:100%;position:absolute;transition:max-height 0.1s ease 0s,opacity 0.1s ease 0s;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul.tve_w_menu.tve-m-expanded{opacity:1;max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;top:100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger{position:relative;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .thrv_icon{display:block;transition:opacity 0.3s ease 0s;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .tcb-icon-close{position:absolute;top:0px;left:50%;transform:translateX(-50%);opacity:0;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-close{opacity:1;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-open{opacity:0;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{top:0px;display:block;height:100vh;padding:60px;position:fixed;transition:left 0.2s ease 0s;width:80vw !important;overflow:hidden auto !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar{width:14px;height:8px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar-track{background:transparent;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar-thumb{height:23px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:7px;background-color:rgba(0,0,0,0.15);box-shadow:rgba(0,0,0,0.05) -1px -1px 0px inset,rgba(0,0,0,0.05) 1px 1px 0px inset;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu.tve-m-expanded{box-shadow:rgba(0,0,0,0.15) 0px 0px 9px 1px;}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{top:32px;height:calc(100vh - 32px);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close{display:block;position:fixed;z-index:99;top:0px;left:0px;transform:translateX(-100%);transition:left 0.2s ease 0s;}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close{top:32px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-triggered-icon .tcb-icon-open,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-triggered-icon .tcb-icon-open,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-triggered-icon .tcb-icon-open{display:block;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp-third"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp-third"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp-third"] .tcb-icon-close{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp"],.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp"],.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp"]{background-color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded{background:rgb(57,57,57);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu{left:-100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu.tve-m-expanded{left:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger.tve-triggered-icon .tcb-icon-close{left:80vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{left:-100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu.tve-m-expanded{left:0px;width:100vw !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger.tve-triggered-icon .tcb-icon-close{left:100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu{left:calc(100% + 4px);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu.tve-m-expanded{left:20vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close{left:100%;transform:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger.tve-triggered-icon .tcb-icon-close{left:20vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] ul.tve_w_menu{background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] ul.tve_w_menu li > a{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;flex-wrap:wrap;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical{display:inline-block;box-sizing:border-box;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children{overflow:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children > .sub-menu{visibility:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul{position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul ul{top:0px;left:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul li{position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children{overflow:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover > .sub-menu,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover .tcb-mega-drop-inner > ul,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children > .sub-menu,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children .tcb-mega-drop-inner > ul{visibility:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu > li{-webkit-box-flex:0;flex:0 1 auto;cursor:pointer;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu > li a:focus{outline:none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li > a:not(.tcb-logo){font-size:16px;line-height:2em;box-shadow:none;letter-spacing:initial;color:inherit !important;text-decoration:inherit !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li{padding:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li a:hover{background-color:transparent;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .tve-dropdown-icon-down{display:none;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{background:none;font-size:1em;height:100%;top:0px;bottom:0px;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:absolute;width:0.3em;display:inline-flex !important;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before{content:"[";left:-0.5em;transform:translateX(1.25em);}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{content:"]";right:-0.5em;left:auto;transform:translateX(-1.25em);}.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::after{transform:translateX(0px);}.thrv_widget_menu.thrv_wrapper li.c-underline > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-underline > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::after{transform:translate(-50%,-10px);height:2px;width:40%;top:105%;left:50%;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::after{transform:translate(-50%,-5px);height:1px;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::before{display:none;}.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double > a::after,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before{display:block !important;transform:translateY(-10px) !important;top:4px !important;}.thrv_widget_menu.thrv_wrapper li.c-double > a::after,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::after{transform:translateY(10px);top:calc(100% - 6px);}.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::after{transform:translateY(0px) !important;}.thrv_widget_menu.thrv_wrapper li.c-thick > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-thick > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::after{transform:translate(-50%,-10px);width:50%;top:105%;left:50%;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::after{transform:translate(-50%,-5px);height:4px;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::before{display:none;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .tve-disabled-text-inner{-webkit-box-flex:1;flex:1 1 auto;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon{display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;-webkit-box-flex:0;flex:0 0 1em;width:1em;height:1em;margin-right:8px;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon svg{width:100%;height:100%;line-height:1em;stroke-width:0;stroke:currentcolor;fill:currentcolor;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical ul{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li{display:block;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical > li ul{padding:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li.expand-children > ul{display:block;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li.expand-children > ul{display:block;}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal > li:first-child{margin-left:0px !important;}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal > li:last-child{margin-right:0px !important;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li{overflow:hidden;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li > a .tve-item-dropdown-trigger svg{transform:rotate(-90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children > a{padding:2px 1.5em 2px 15px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children > a .tve-item-dropdown-trigger{right:0.25em;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li > ul{float:left;transition:max-height 0s ease 0s,opacity 0.2s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover > ul{visibility:hidden;max-height:0px;opacity:0;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover > ul > li{max-height:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li ul{max-height:0px;visibility:hidden;opacity:0;display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li.expand-children > ul{visibility:visible;max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;opacity:1;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li.expand-children > ul > li{max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li ul{transition:all 0.2s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li ul{float:left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li:not(.expand-children):hover > ul > li{opacity:0;height:0px;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul{display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li{height:0px;opacity:0;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li.expand-children > ul{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul{width:0px;transition:width 0.35s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul li{height:40px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li.expand-children > ul > li{opacity:1;height:40px;overflow:visible;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li{transition:all 0.2s ease 0s,opacity 0s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul{transition:width 0.25s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li ul{float:left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li:not(.expand-children):hover > ul > li{opacity:0;height:0px;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul{display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li{height:0px;opacity:0;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li.expand-children > ul{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul{width:0px;transition:width 0.35s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul li{height:40px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li.expand-children > ul > li{opacity:1;height:40px;overflow:visible;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li{transition:all 0.15s linear 0s,opacity 0s linear 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul{transition:width 0.25s linear 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li:not(.expand-children) > .sub-menu{padding:0px !important;margin:0px !important;border:none !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li::after{content:"";display:table;clear:both;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li > ul:hover{max-height:0px;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li.expand-children > ul{max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical ul .tve-item-dropdown-trigger{transform:rotate(90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical li{position:relative;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_),.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul:not(#_){position:absolute;left:unset;right:100%;top:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_){right:unset;left:100% !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger{transform:rotate(-90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger:not(:empty){margin:0px 0px 0px 8px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger{transform:rotate(0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty){margin:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger{transform:rotate(90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger:not(:empty){margin:0px 0px 0px 8px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger{transform:rotate(180deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty){margin:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li ul{float:left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li:not(.expand-children):hover > ul{visibility:hidden;max-height:0px;opacity:0;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li > ul{max-height:0px;visibility:hidden;opacity:0;display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li.expand-children > ul{visibility:visible;max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;opacity:1;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li ul{transform:perspective(400px) rotate3d(1,0,0,-90deg);transform-origin:50% 0px;transition:all 0.35s ease 0s,color 0.35s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li ul ul{transform:perspective(1600px) rotate3d(0,1,0,-90deg);transform-origin:0px 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul{transform:perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul > li.expand-children > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul > li.expand-children > ul{transform:perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical > li ul ul{transform:perspective(400px) rotate3d(1,0,0,-90deg);transform-origin:50% 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li.expand-children > ul{transform:perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li > ul{display:block;visibility:hidden;top:-100000px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li.expand-children > ul{top:100%;visibility:visible;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical li{margin:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li{margin:0px 15px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li ul{border:none;background-color:rgb(255,255,255);border-radius:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li > a{font-weight:600;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu .sub-menu li{font-weight:normal;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu > li:hover > a{color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li a{color:rgb(102,102,102);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(54,54,54);text-decoration:none !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li:hover{background-color:rgb(255,255,255);box-shadow:rgba(0,0,0,0.15) 0px 0px 9px 1px;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li a{background-color:inherit;padding:6px 10px;z-index:20;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu > li a{color:rgb(102,102,102);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu > li:hover > a{color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li{margin:0px;border-right:none;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li:not(:last-of-type){border-right:1px solid rgb(217,217,217);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li a{color:rgb(51,51,51);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover{background-color:rgb(57,163,209);color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover a{color:inherit !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu{box-shadow:none;background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li{background-color:rgb(57,163,209);color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li:hover{color:rgb(224,238,246) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu{background-color:rgb(60,61,64);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu > li a{color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu{box-shadow:none;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li{background-color:rgb(30,30,31) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li a{color:rgb(175,175,175);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close svg{color:inherit;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"].tve-mobile-dropdown .tcb-icon-close{color:rgb(17,17,17);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li a{color:rgb(175,175,175) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu > li:hover > a{color:rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(255,255,255) !important;text-decoration:underline !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li:hover{background-color:rgb(30,30,31);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li a{background-color:inherit;padding:2px 10px;z-index:9;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li a{color:rgb(175,175,175) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li{border-right:none;margin:0px !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li:not(:last-of-type){border-right:1px solid rgb(217,217,217);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li:hover{background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li{background-color:rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li:hover{background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li:hover > a{color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li > a{color:rgb(224,238,246) !important;}.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner li{cursor:default;overflow:initial;}.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner li > a{padding:4px 5px;line-height:1.2em;font-size:15px;margin:0px;}.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner li > a:hover{background:rgb(242,242,242);}.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner > ul{display:flex;-webkit-box-align:stretch;align-items:stretch;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start;margin-top:-10px;margin-left:-30px;left:0px;}.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner > ul > li{margin-top:10px;margin-left:30px;box-sizing:border-box;-webkit-box-flex:0;flex:0 1 100%;max-width:calc(25% - 30px);width:calc(25% - 30px);-webkit-box-pack:start;justify-content:flex-start;}.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner > ul > li > a{padding:8px 5px;}.tve-regular.tcb-mega-std .tcb-mega-drop-inner{overflow:hidden;box-shadow:rgba(0,0,0,0.3) 0px 0px 3px -1px;background:rgb(255,255,255);padding:20px;margin:0px auto;}.tve-regular.tcb-mega-std .tcb-mega-drop-inner > ul > li{box-sizing:border-box;}.tve-regular.tcb-mega-std .tcb-mega-drop-inner > ul > li > a{font-weight:bold;border-top:1px solid rgb(222,222,222);}.tve-regular.tcb-mega-std .tcb-mega-drop-inner > ul > li > a .tve-disabled-text-inner{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;}.tve-regular.tcb-mega-std .tcb-mega-drop{position:absolute;left:-9999em;top:100%;right:auto;z-index:1;width:100%;}.tve-regular.tcb-mega-std li:hover .tcb-mega-drop,.tve-regular.tcb-mega-std li.expand-children .tcb-mega-drop{left:0px;right:0px;}.tve-regular.tcb-mega-std.da-fade .tcb-mega-drop{opacity:0;left:0px;right:0px;visibility:hidden;transition:opacity 0.2s ease 0s,visibility 0.2s ease 0s;}.tve-regular.tcb-mega-std.da-fade li:hover .tcb-mega-drop,.tve-regular.tcb-mega-std.da-fade li.expand-children .tcb-mega-drop{visibility:visible;opacity:1;}.tve-regular.tcb-mega-std.da-slide1 .tcb-mega-drop{left:-15px;right:-15px;top:calc(100% - 1px);width:calc(100% + 30px);visibility:hidden;overflow:hidden;}.tve-regular.tcb-mega-std.da-slide1 .tcb-mega-drop-inner{transform:translateY(-105%);transition:transform 0.2s ease 0s,opacity 0.2s ease 0s,-webkit-transform 0.2s ease 0s;visibility:visible;opacity:0;margin:1px 15px 15px;}.tve-regular.tcb-mega-std.da-slide1 li:hover .tcb-mega-drop,.tve-regular.tcb-mega-std.da-slide1 li.expand-children .tcb-mega-drop{left:-15px;right:-15px;visibility:visible;}.tve-regular.tcb-mega-std.da-slide1 li:hover .tcb-mega-drop-inner,.tve-regular.tcb-mega-std.da-slide1 li.expand-children .tcb-mega-drop-inner{transform:none;opacity:1;}.tve-regular.tcb-mega-std.da-slide2 .tcb-mega-drop{transition:transform 0.2s ease 0s,-webkit-transform 0.2s ease 0s;transform:scaleY(0);transform-origin:center top;left:0px;right:0px;}.tve-regular.tcb-mega-std.da-slide2 li:hover .tcb-mega-drop,.tve-regular.tcb-mega-std.da-slide2 li.expand-children .tcb-mega-drop{transform:scaleY(1);}.tve-regular.tcb-mega-std.da-fold .tcb-mega-drop{left:0px;right:0px;opacity:0;transform:perspective(400px) rotate3d(1,0,0,-90deg);transition:transform 0.35s ease 0s,opacity 0.35s ease 0s,-webkit-transform 0.35s ease 0s;transform-origin:center top;}.tve-regular.tcb-mega-std.da-fold li:hover .tcb-mega-drop,.tve-regular.tcb-mega-std.da-fold li.expand-children .tcb-mega-drop{opacity:1;transform:perspective(400px) rotate3d(0,0,0,0deg);}.tcb-mega-drop-inner.thrv_wrapper{cursor:default;margin:0px;padding:0px;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"] .tcb-mega-drop .thrv_text_element{display:none;}li.tcb-menu-logo-wrap a{min-width:80px;}.tcb-hamburger-logo{display:none;}.thrv_widget_menu:not(#_):not(#_) li button{display:none !important;}.thrv_widget_menu:not(#_):not(#_) li a{background-image:none !important;}.thrv_widget_menu:not(#_):not(#_) path{transition:none 0s ease 0s !important;}.thrv_widget_menu:not(#_):not(#_) li li li:first-child{margin-top:0px !important;}.thrv_widget_menu:not(#_):not(#_) ul ul ul{padding-top:0px !important;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu > li ul{min-width:fit-content;min-width:-moz-fit-content;min-width:-moz-fit-content;min-width:fit-content;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu > li ul li{min-width:fit-content;min-width:-moz-fit-content;min-width:-moz-fit-content;min-width:fit-content;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std):not(.tve-regular) .tve-disabled-text-inner{white-space:normal;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li > a.tve-jump-scroll{pointer-events:none;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li > a.tve-jump-scroll .tve-item-dropdown-trigger{pointer-events:all;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) .tcb-mega-drop li li > a.tve-jump-scroll{pointer-events:all;}.tcb-icon{display:inline-block;width:1em;height:1em;line-height:1em;vertical-align:middle;stroke-width:0;stroke:currentcolor;fill:currentcolor;box-sizing:content-box;transform:rotate(var(--tcb-icon-rotation-angle,0deg));}svg.tcb-icon path:not([fill="none"]){transition:none 0s ease 0s;fill:inherit !important;stroke:inherit !important;}.thrv_icon{text-align:center;}.thrv_text_element a:not(.tcb-button-link){font-size:inherit;}.thrv_text_element{overflow-wrap:break-word;}.thrive-symbol-shortcode{position:relative;}.thrv_footer .thrive-symbol-shortcode{box-sizing:border-box;margin-right:auto;margin-left:auto;min-height:40px;}.tcb-logo{display:block;max-width:100%;width:240px;box-sizing:border-box !important;}.thrv_widget_menu .tcb-logo{width:auto;margin:0px;}.tcb-logo.thrv_wrapper{padding:0px;}.tcb-logo picture{width:100%;}.tcb-logo img{display:block;max-width:100%;height:auto;}html{text-rendering:auto !important;}html body{text-rendering:auto !important;}body.tcb_symbol-template-default::before{content:none;}#tve_editor ul{margin-left:20px;}#tve_editor ul.tve_w_menu{margin-left:0px;}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px;}.thrv_wrapper div{box-sizing:content-box;}.thrv_symbol .thrv_wrapper:not(.thrv_icon){box-sizing:border-box !important;}.thrv_wrapper.thrv_text_element{margin:0px;}p{font-size:1em;}.tve_clearfix::after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0px;}a:not(.tcb-button-link) svg.tcb-icon{color:rgb(17,17,17);}.thrv_icon{line-height:0;}.thrv_icon.thrv_wrapper{margin-left:auto;margin-right:auto;padding:0px;}.thrv_widget_menu li{margin-top:0px;padding:0px 10px;}.thrv_widget_menu.thrv_wrapper.tcb-mega-std .tve_w_menu.tve_horizontal > li ul{border:none;}.thrv_widget_menu.thrv_wrapper.tve-vertical-menu{width:100%;}.thrv_widget_menu.thrv_wrapper.tve_center{display:table;margin-left:auto !important;margin-right:auto !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{position:relative;margin:0px;padding:0px 0px 0px 1em;list-style-type:none;list-style-image:none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu ul{margin:0px;padding:0px 0px 0px 1em;list-style-type:none;list-style-image:none;background-color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li{margin-bottom:0px;margin-left:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li::before{content:"";display:none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li > a{color:rgb(55,55,55);text-decoration:none;display:flex;-webkit-box-align:center;align-items:center;line-height:1;position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical > li ul{border:1px solid rgb(180,180,180);border-radius:3px;padding:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical > li ul li > a{padding:2px 15px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal{z-index:9;padding:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li{display:inline-block;position:relative;padding:2px 10px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul{padding:0px;position:absolute;border:1px solid rgb(180,180,180);border-radius:3px;display:none;z-index:4;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li{padding:0px;display:block;position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li:first-child a{border-top-left-radius:3px;border-top-right-radius:3px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li:last-child a{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li > a{padding:2px 15px;overflow:hidden;text-overflow:ellipsis;}.thrv_widget_menu.thrv_wrapper:not(.tve-regular) ul.tve_w_menu.tve_horizontal > li ul{position:static;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical a,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal a{line-height:2;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical svg,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal svg{width:1.5em;height:1em;transition:all 0.15s ease 0s;fill:currentcolor;margin-left:5px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_vertical li > a{display:inline-flex;}.thrv_symbol.thrv_footer{width:100%;position:relative;box-sizing:border-box;}.thrv_symbol.thrv_footer .thrive-symbol-shortcode{margin:0px auto;position:relative;}.symbol-section-in{margin:0px auto;position:relative;z-index:1;box-sizing:border-box;}.symbol-section-in:empty::before{font-family:sans-serif;line-height:40px;}.symbol-section-in::after,.symbol-section-in::before{content:"";display:block;overflow:auto;}.symbol-section-out{position:absolute;width:100%;height:100%;left:0px;top:0px;overflow:hidden;box-sizing:border-box !important;}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_black{color:rgb(16,16,16);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black a:hover{color:rgb(16,16,16);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a.tve-active{background-color:rgb(16,16,16);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_blue{color:rgb(62,104,178);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue a:hover{color:rgb(62,104,178);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a.tve-active{background-color:rgb(62,104,178);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_green{color:rgb(26,188,156);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green a:hover{color:rgb(26,188,156);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a.tve-active{background-color:rgb(26,188,156);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_orange{color:rgb(230,126,34);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange a:hover{color:rgb(230,126,34);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a.tve-active{background-color:rgb(230,126,34);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_purple{color:rgb(134,86,193);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple a:hover{color:rgb(134,86,193);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a.tve-active{background-color:rgb(134,86,193);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_red{color:rgb(206,39,27);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red a:hover{color:rgb(206,39,27);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a.tve-active{background-color:rgb(206,39,27);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_teal{color:rgb(56,125,113);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal a:hover{color:rgb(56,125,113);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a.tve-active{background-color:rgb(56,125,113);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_white{color:rgb(216,216,216);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white a:hover{color:rgb(216,216,216);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a.tve-active{background-color:rgb(216,216,216);color:rgb(255,255,255);}.thrv_wrapper.thrv_text_element{padding:1px;}@media (max-width:767px){.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve_w_menu{height:0px;overflow:hidden;box-sizing:border-box;width:100%;background-color:rgb(255,255,255);position:absolute;z-index:9 !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html{display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display:block;order:var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width:auto;-webkit-box-ordinal-group:3;order:2;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap:wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html::after{display:none;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tve-mobile-dropdown .tve_w_menu{visibility:hidden;}.thrv_widget_menu[data-tve-switch-icon*="mobile"]:not(.tve-custom-menu-switch-icon-mobile) ul{padding:0px !important;}html{overflow-x:hidden !important;}html,body{max-width:100vw !important;}}@media screen and (max-width:782px){.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{top:46px;height:calc(100vh - 46px);}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close{top:46px;}}@media (min-width:2600px){.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before{top:3px !important;}}@media (min-width:1024px){.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu{height:0px;overflow:hidden;box-sizing:border-box;width:100%;background-color:rgb(255,255,255);position:absolute;z-index:9 !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html{display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display:block;order:var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width:auto;-webkit-box-ordinal-group:3;order:2;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap:wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html::after{display:none;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tve-mobile-dropdown .tve_w_menu{visibility:hidden;}}@media (min-width:768px) and (max-width:1023px){.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve_w_menu{height:0px;overflow:hidden;box-sizing:border-box;width:100%;background-color:rgb(255,255,255);position:absolute;z-index:9 !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html{display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display:block;order:var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width:auto;-webkit-box-ordinal-group:3;order:2;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap:wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html::after{display:none;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tve-mobile-dropdown .tve_w_menu{visibility:hidden;}.thrv_widget_menu[data-tve-switch-icon*="tablet"]:not(.tve-custom-menu-switch-icon-tablet) ul{padding:0px !important;}}@media only screen and (max-width:774px){.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve_menu_title{display:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .thrive-shortcode-html{padding-top:1px;position:relative;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_center,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_left,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_right{display:block;float:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.t_tve_horizontal{border-radius:4px;border-width:1px;border-style:solid;display:inline-block;float:right;font-size:33px;height:30px;line-height:30px;margin:0px;padding:8px;text-align:center;text-decoration:none;width:33px;box-sizing:content-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .thrv_icon{margin:0px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .tcb-icon-close{display:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-open{display:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-close{display:block;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul{min-width:250px;max-width:none !important;width:100% !important;box-sizing:border-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul li,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul a{display:block !important;box-sizing:border-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal{background-color:rgb(255,255,255);max-height:0px;overflow:hidden;position:absolute;transition:max-height 0.3s ease 0s;z-index:9999;top:50px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal.tve-m-expanded{transition:max-height 0.3s ease 0s;border:1px solid rgb(180,180,180);min-height:200px;overflow-y:scroll;top:49px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > a{padding:12px 15px;display:block;background-color:rgb(255,255,255);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul{display:block !important;position:static !important;border:0px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul a::after{display:none !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul a{border-radius:0px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > a{padding-left:30px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > ul > li > a{padding-left:45px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > ul > li > ul > li > a{padding-left:45px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-track{background-color:rgb(225,225,225);}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar{width:6px;background-color:rgb(225,225,225);}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgb(204,204,204);}}@media screen and (max-device-width:480px){body{text-size-adjust:none;}}@media only screen and (min-width:774px){.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul .tve_w_menu.tve_horizontal > li ul{left:-100%;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul .tve_w_menu.tve_horizontal > li ul li{text-align:right;}}</style><style class='tve-symbol-custom-style'>@media (min-width:300px){.thrv_symbol_199663 .symbol-section-out{background-color:rgb(255,255,255) !important;--background-color:rgb(255,255,255)!important;--tve-applied-background-color:rgb(255,255,255)!important;}.thrv_symbol_199663 .symbol-section-in{padding:20px !important;}:not(#tve) .thrv_symbol_199663 [data-css="tve-u-1772558ec84"]{letter-spacing:2px;padding-bottom:0px !important;margin-bottom:0px !important;font-size:12px !important;padding-top:0px !important;margin-top:0px !important;color:rgba(0,0,0,0.32) !important;--tcb-applied-color:rgba(0,0,0,0.32)!important;--tve-applied-color:rgba(0,0,0,0.32)!important;}:not(#tve) .thrv_symbol_199663 [data-css="tve-u-177255925d4"]{font-size:inherit !important;font-family:inherit !important;color:inherit !important;--tve-applied-color:inherit !important;}.thrv_symbol_199663 [data-css="tve-u-17729b7a555"]{--tve-border-width:1px;border-top:1px solid rgba(255,255,255,0.04) !important;padding-top:10px !important;}.thrv_symbol_199663 [data-css="tve-u-17790300741"]{--tcb-local-color-6cd47:var(--tcb-skin-color-4);}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item){--tve-color:var(--tcb-skin-color-24);--tve-applied---tve-color:var$(--tcb-skin-color-24);--tve-font-size:14px;--tve-font-weight:var(--g-regular-weight,normal);--tve-line-height:1.5em;--tve-text-transform:uppercase;--tve-border-radius:55px;border-radius:55px;padding:8px 12px !important;margin:0px 8px !important;background-color:transparent !important;--tve-applied-background-color:transparent!important;--background-color:transparent!important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item) > a{--tcb-applied-color:var$(--tcb-skin-color-24);font-size:var(--tve-font-size,14px)!important;color:var(--tve-color,var(--tcb-skin-color-24))!important;--tve-applied-color:var$(--tve-color,var$(--tcb-skin-color-24))!important;font-weight:var(--tve-font-weight,var(--g-regular-weight,normal) )!important;line-height:var(--tve-line-height,1.5em)!important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item).tve-state-active > a{--tcb-applied-color:rgb(51,51,51);color:var(--tve-color,rgb(51,51,51))!important;--tve-applied-color:var$(--tve-color,rgb(51,51,51))!important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item).tve-state-active{--tve-color:rgb(51,51,51);--tve-applied---tve-color:rgb(51,51,51);background-color:rgb(245,245,245) !important;--tve-applied-background-color:rgb(245,245,245)!important;--background-color:rgb(245,245,245)!important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child{--tve-color:var(--tcb-skin-color-24);--tve-applied---tve-color:var$(--tcb-skin-color-24);--tve-font-size:14px;--tve-font-weight:var(--g-regular-weight,normal);border-radius:55px;--tve-text-transform:uppercase;--tve-border-radius:55px;padding:8px 12px !important;margin:0px 8px !important;background-color:transparent !important;--tve-applied-background-color:transparent!important;--background-color:transparent!important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child > a{--tcb-applied-color:var$(--tcb-skin-color-24);color:var(--tve-color,var(--tcb-skin-color-24))!important;--tve-applied-color:var$(--tve-color,var$(--tcb-skin-color-24))!important;font-size:var(--tve-font-size,14px)!important;}:not(#tve) .thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child > a{font-weight:var(--tve-font-weight,var(--g-regular-weight,normal) )!important;text-transform:var(--tve-text-transform,uppercase)!important;}:not(#tve) .thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child:hover{background-color:rgb(245,245,245) !important;--tve-applied-background-color:rgb(245,245,245)!important;--tve-color:rgb(85,85,85)!important;--tve-applied---tve-color:rgb(85,85,85)!important;border-bottom:none !important;--background-color:rgb(245,245,245)!important;}:not(#tve) .thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child:hover > a{color:var(--tve-color,rgb(85,85,85))!important;--tve-applied-color:var$(--tve-color,rgb(85,85,85))!important;--tcb-applied-color:rgb(85,85,85)!important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child.tve-state-active > a{--tcb-applied-color:rgb(51,51,51);color:var(--tve-color,rgb(51,51,51))!important;--tve-applied-color:var$(--tve-color,rgb(51,51,51))!important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child.tve-state-active{--tve-color:rgb(51,51,51);--tve-applied---tve-color:rgb(51,51,51);background-color:rgb(245,245,245) !important;--tve-applied-background-color:rgb(245,245,245)!important;--background-color:rgb(245,245,245)!important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item):hover{background-color:rgb(245,245,245) !important;--tve-applied-background-color:rgb(245,245,245)!important;--tve-color:rgb(51,51,51)!important;--tve-applied---tve-color:rgb(51,51,51)!important;border-bottom:none !important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item):hover > a{color:var(--tve-color,rgb(51,51,51))!important;--tve-applied-color:var$(--tve-color,rgb(51,51,51))!important;--tcb-applied-color:rgb(51,51,51)!important;}.thrv_symbol_199663 .tcb-logo.m-17790300740{width:120px !important;margin-left:34px !important;margin-right:34px !important;}:not(#tve) .thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item):hover{background-color:rgb(245,245,245) !important;--background-color:rgb(245,245,245)!important;--tve-applied-background-color:rgb(245,245,245)!important;--tve-color:rgb(85,85,85)!important;--tve-applied---tve-color:rgb(85,85,85)!important;}:not(#tve) .thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item):hover > a{color:var(--tve-color,rgb(85,85,85))!important;--tve-applied-color:var$(--tve-color,rgb(85,85,85))!important;--tcb-applied-color:rgb(85,85,85)!important;}:not(#tve) .thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item) > a{text-transform:var(--tve-text-transform,uppercase)!important;}}@media (max-width:1023px){.thrv_symbol_199663 [data-css="tve-u-17790300741"]{margin-right:0px !important;margin-bottom:10px !important;margin-top:0px !important;}.thrv_symbol_199663 [data-css="tve-u-17790300741"] .tve_w_menu{padding-left:0px !important;padding-right:0px !important;padding-bottom:0px !important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item){padding-bottom:8px !important;margin-top:0px !important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child{margin-top:0px !important;padding-right:25px !important;}.thrv_symbol_199663 .tcb-logo.m-17790300740{float:left;z-index:3;position:relative;--tve-alignment:left;margin-left:0px !important;}.thrv_symbol_199663 .symbol-section-in{padding:30px 40px 20px !important;}}@media (max-width:767px){.thrv_symbol_199663 [data-css="tve-u-17729b7a555"]{padding-top:10px !important;}.thrv_symbol_199663 .symbol-section-in{padding-left:20px !important;padding-right:20px !important;padding-top:20px !important;}.thrv_symbol_199663 [data-css="tve-u-17790300741"]{margin-right:0px !important;margin-bottom:0px !important;}.thrv_symbol_199663 [data-css="tve-u-17790300741"] .tve_w_menu{padding:50px 15px 15px !important;}.thrv_symbol_199663 .tcb-logo.m-17790300740{margin-left:0px !important;margin-right:0px !important;width:100px !important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item){--tve-line-height:1.2em;padding:2px 15px !important;margin-top:0px !important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child{--tve-line-height:1.2em;padding:2px 15px !important;margin-top:0px !important;}.thrv_symbol_199663 [data-css="tve-u-17790300741"] .tve-m-trigger .thrv_icon{font-size:30px !important;width:30px !important;height:30px !important;}:not(#tve) .thrv_symbol_199663 [data-css="tve-u-17790300741"] .tve-m-trigger .thrv_icon > svg{color:var(--tcb-skin-color-4);--tve-applied-color:var$(--tcb-skin-color-4);}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li:not(.tcb-excluded-from-group-item) > a{line-height:var(--tve-line-height,1.2em)!important;}.thrv_symbol_199663 .thrv_widget_menu #m-17790300740 > li.menu-item:last-child > a{line-height:var(--tve-line-height,1.2em)!important;}}</style> <div class="symbol-section-out" style=""></div> <div class="symbol-section-in" style=""> <div class="thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-template-light-tmp-first da-fade tcb-logo-split tcb-local-vars-root tve-mobile-dropdown tve-regular" data-tve-switch-icon="mobile" data-css="tve-u-17790300741" style=""><div class="thrive-colors-palette-config" style="display: none !important"></div><div class="thrive-shortcode-html thrive-shortcode-html-editable tve_clearfix" > <a class="tve-m-trigger t_tve_horizontal" href="javascript:void(0)"><div class="thrv_wrapper thrv_icon tcb-icon-open"><svg class="tcb-icon" viewBox="0 0 32 32" data-name="align-justify"><g><rect x="8" y="10.1" class="st0" width="16" height="2"/><rect x="8" y="15" class="st0" width="16" height="2"/><rect x="8" y="19.9" class="st0" width="16" height="2"/><path class="st0" d="M0,0v32h32V0H0z M30,30H2V2h28V30z"/></g></svg></div><div class="thrv_wrapper thrv_icon tcb-icon-close"><svg class="tcb-icon" viewBox="0 0 32 32" data-name="close"><g><path class="st0" d="M0,0v32h32V0H0z M30,30H2V2h28V30z"/><polygon class="st0" points="11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 "/></g></svg></div></a> <div class="tcb-hamburger-logo"><a class="tcb-logo thrv_wrapper m-17790300740" class="m-17790300740" data-img-style="width: 100%;" href="https://gowaynecounty.com"><picture><source srcset="https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo-300x86.png 300w, https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo.png 494w" media="(min-width:1024px)"></source><img src="https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo.png" height="142" width="494" alt="" style="width: 100%;" class="tve-not-lazy-loaded"></img></picture></a></div> <ul id="m-17790300740" class="tve_w_menu tve_horizontal "><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-196734 current_page_item menu-item-196754 lvl-0 tve-state-active" data-id="196754"  ><a href="https://gowaynecounty.com/" class="tve-state-active"><span class="tve-disabled-text-inner">Home</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199727 lvl-0" data-id="199727"  ><a href="https://gowaynecounty.com/event-calendar/"><span class="tve-disabled-text-inner">Event Calendar</span></a></li>
<li class="tcb-menu-logo-wrap tcb-excluded-from-group-item tcb-selector-no_highlight menu-item--1" data-id="-1"><a class="tcb-logo thrv_wrapper m-1779030066a" class="m-1779030066a" data-img-style="width: 100%;" href="https://gowaynecounty.com"><picture><source srcset="https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo-300x86.png 300w, https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo.png 494w" media="(min-width:1024px)"></source><img src="https://gowaynecounty.com/wp-content/uploads/2021/08/state-logo.png" height="142" width="494" alt="" style="width: 100%;" class="tve-not-lazy-loaded"></img></picture></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199728 lvl-0" data-id="199728"  ><a href="https://gowaynecounty.com/whatsup/"><span class="tve-disabled-text-inner">News</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200096 lvl-0" data-id="200096"  ><a href="https://gowaynecounty.com/wayne-county-news-2/local-gas-prices/"><span class="tve-disabled-text-inner">Local Gas Prices</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199695 lvl-0" data-id="199695"  ><a href="https://gowaynecounty.com/contact-us/"><span class="tve-disabled-text-inner">Contact</span></a></li>
</ul> <div class="tcb-menu-overlay"></div> </div> </div><div class="thrv_wrapper thrv_text_element" style="" data-css="tve-u-17729b7a555"><p style="text-align: center;" data-css="tve-u-1772558ec84">Copyright 2021 <span class="thrive-shortcode-content" data-attr-id="1" data-extra_key="1" data-option-inline="1" data-shortcode="thrive_global_fields" data-shortcode-name="[Company] Name">Go Wayne County</span> - <a href="#" class="tve-froala fr-basic" style="outline: none;" data-css="tve-u-177255925d4">Privacy Policy</a></p></div> </div> </div></footer></div>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/thrive-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type='text/javascript'>( $ => {
	/**
	 * Displays toast message from storage, it is used when the user is redirected after login
	 */
	if ( window.sessionStorage ) {
		$( window ).on( 'tcb_after_dom_ready', () => {
			const message = sessionStorage.getItem( 'tcb_toast_message' );

			if ( message ) {
				tcbToast( sessionStorage.getItem( 'tcb_toast_message' ), false );
				sessionStorage.removeItem( 'tcb_toast_message' );
			}
		} );
	}

	/**
	 * Displays toast message
	 *
	 * @param {string}   message  - message to display
	 * @param {Boolean}  error    - whether the message is an error or not
	 * @param {Function} callback - callback function to be called after the message is closed
	 */
	function tcbToast( message, error, callback ) {
		/* Also allow "message" objects */
		if ( typeof message !== 'string' ) {
			message = message.message || message.error || message.success;
		}
		if ( ! error ) {
			error = false;
		}
		TCB_Front.notificationElement.toggle( message, error ? 'error' : 'success', callback );
	}
} )( typeof ThriveGlobal === 'undefined' ? jQuery : ThriveGlobal.$j );
</script><style type="text/css" id="tve_notification_styles"></style>
<div class="tvd-toast tve-fe-message" style="display: none">
	<div class="tve-toast-message tve-success-message">
		<div class="tve-toast-icon-container">
			<span class="tve_tick thrv-svg-icon"></span>
		</div>
		<div class="tve-toast-message-container"></div>
	</div>
</div><script class="tcb-post-list-template" type="text/template" data-identifier="tve-u-17b27738ae6">{({tcb_post_list_dynamic_style})}{({/tcb_post_list_dynamic_style})}
		<div class="thrv_wrapper thrv_text_element tve-default-heading" data-css="tve-u-18094748748" style=""><h5 class=""><span class="thrive-shortcode-content" data-attr-link="0" data-attr-rel="0" data-attr-target="0" data-extra_key="" data-option-inline="1" data-shortcode="tcb_post_title" data-shortcode-name="Post title" style="font-weight: normal;">{({tcb_post_title link='0' rel='0' target='0' inline='1'})}</span></h5></div><div class="tcb-clear tcb-post-list-cb-clear">
			<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-post-list-cb" data-css="tve-u-18094746cf7" style="">
				<div class="tve-content-box-background" style="" data-css="tve-u-180944b73c3"></div>
				<div class="tve-cb">
					<div class="thrv_wrapper thrv_text_element">						<p>							<span class="thrive-shortcode-content" data-attr-link="1" data-attr-rel="0" data-attr-target="0" data-extra_key="" data-option-inline="1" data-shortcode="tcb_post_categories" data-shortcode-name="List of Categories" data-attr-static-link="{&quot;className&quot;:&quot;tve-froala&quot;,&quot;href&quot;:&quot;https://gowaynecounty.com/category/things-to-do-in-wayne-county-indiana/&quot;,&quot;title&quot;:&quot;Things to do in Wayne County Indiana&quot;,&quot;class&quot;:&quot;tve-froala&quot;}" data-attr-css="">{({tcb_post_categories link='1' rel='0' target='0' inline='1' static-link='{"className":"tve-froala","href":"https://gowaynecounty.com/category/things-to-do-in-wayne-county-indiana/","title":"Things to do in Wayne County Indiana","class":"tve-froala"}' css=''})}</span> 						</p> 					</div>
				</div>
			</div>
		</div>{({tcb_post_featured_image type-url='post_url' type-display='default_image' size='full' post_id='200108'})}
		

		


		<div class="thrv_wrapper thrv-columns" style="--tcb-col-el-width:840;" data-css="tve-u-180944c4e2e"><div class="tcb-flex-row v-2 tcb--cols--1"><div class="tcb-flex-col" data-css="tve-u-180944bda7b" style=""><div class="tcb-col">{({tcb_post_content size='excerpt' read_more='' words='40' css='tve-u-180944ca62d'})}<div class="tcb-clear tcb-post-read-more-clear">
			<div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-180947521ac">
				<a href="{({tcb_post_the_permalink})}" class="tcb-button-link tcb-post-read-more-link" style="">
					<span class="tcb-button-texts">
						<span class="tcb-button-text thrv-inline-text">Read More</span>
					</span>
				</a>
			</div>
		</div></div></div></div></div>

		
	</script><script type="text/javascript">var tcb_current_post_lists=JSON.parse('[{\"identifier\":\"[data-css=\\\"tve-u-17b27738ae6\\\"]\",\"template\":\"tve-u-17b27738ae6\",\"attr\":{\"query\":\"{&#039;paged&#039;:1,&#039;filter&#039;:&#039;custom&#039;,&#039;post_type&#039;:[&#039;post&#039;],&#039;related&#039;:[],&#039;orderby&#039;:&#039;date&#039;,&#039;order&#039;:&#039;DESC&#039;,&#039;posts_per_page&#039;:&#039;2&#039;,&#039;offset&#039;:&#039;1&#039;,&#039;no_posts_text&#039;:&#039;There are no posts to display.&#039;,&#039;exclude_current_post&#039;:[],&#039;queried_object&#039;:{&#039;ID&#039;:196734,&#039;post_author&#039;:&#039;1565&#039;},&#039;sticky&#039;:[],&#039;rules&#039;:[]}\",\"type\":\"list\",\"columns-d\":\"1\",\"columns-t\":\"2\",\"columns-m\":\"1\",\"vertical-space-d\":\"30\",\"horizontal-space-d\":\"30\",\"ct\":\"post_list--1\",\"ct-name\":\"Default Post List\",\"tcb-elem-type\":\"post_list\",\"pagination-type\":\"none\",\"pages_near_current\":\"2\",\"element-name\":\"Post List\",\"css\":\"tve-u-17b27738ae6\",\"posts_per_page\":2,\"featured-content\":\"0\",\"no_posts_text\":\"\",\"total_post_count\":1211,\"total_sticky_count\":0,\"class\":\"\"},\"query\":{\"paged\":1,\"filter\":\"custom\",\"post_type\":[\"post\"],\"related\":[],\"orderby\":\"date\",\"order\":\"DESC\",\"posts_per_page\":2,\"offset\":\"1\",\"no_posts_text\":\"There are no posts to display.\",\"exclude_current_post\":[],\"sticky\":[],\"rules\":[]},\"posts\":[200199,200185]}]'); var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists;</script><script type="text/javascript" src="https://gowaynecounty.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-list.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_post-list-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-grid-compat.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_post-grid-compat-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/dropdown.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_dropdown-js"></script>
<script type="text/javascript" src="https://public.tockify.com/browser/embed.js" id="tockify-js"></script>
<script type="text/javascript" id="cffscripts-js-extra">
/* <![CDATA[ */
var cffOptions = {"placeholder":"https://gowaynecounty.com/wp-content/plugins/custom-facebook-feed-pro/assets/img/placeholder.png","resized_url":"https://gowaynecounty.com/wp-content/uploads/sb-facebook-feed-images/"};
//# sourceURL=cffscripts-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/plugins/custom-facebook-feed-pro/assets/js/cff-scripts.min.js?ver=4.2.4" id="cffscripts-js"></script>
<script type="text/javascript" id="tve-dash-frontend-js-extra">
/* <![CDATA[ */
var tve_dash_front = {"ajaxurl":"https://gowaynecounty.com/wp-admin/admin-ajax.php","force_ajax_send":"1","is_crawler":"","recaptcha":[],"turnstile":[],"post_id":"196734"};
//# sourceURL=tve-dash-frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/themes/thrive-theme/thrive-dashboard/js/dist/frontend.min.js?ver=10.8.9.1" id="tve-dash-frontend-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/social-share.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_social-share-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/search-form.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_search-form-js"></script>
<script type="text/javascript" src="https://gowaynecounty.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/menu.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_menu-js"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://gowaynecounty.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://gowaynecounty.com/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</script>
    <script type="text/javascript">
        jQuery( function( $ ) {

            for (let i = 0; i < document.forms.length; ++i) {
                let form = document.forms[i];
				if ($(form).attr("method") != "get") { $(form).append('<input type="hidden" name="HveScTsICDoLPXG" value="TWs7r]MxatjlNIc" />'); }
if ($(form).attr("method") != "get") { $(form).append('<input type="hidden" name="VtZgciJaUqI-kLSW" value="SzckZyX8n4Gdeqo" />'); }
            }

            $(document).on('submit', 'form', function () {
				if ($(this).attr("method") != "get") { $(this).append('<input type="hidden" name="HveScTsICDoLPXG" value="TWs7r]MxatjlNIc" />'); }
if ($(this).attr("method") != "get") { $(this).append('<input type="hidden" name="VtZgciJaUqI-kLSW" value="SzckZyX8n4Gdeqo" />'); }
                return true;
            });

            jQuery.ajaxSetup({
                beforeSend: function (e, data) {

                    if (data.type !== 'POST') return;

                    if (typeof data.data === 'object' && data.data !== null) {
						data.data.append("HveScTsICDoLPXG", "TWs7r]MxatjlNIc");
data.data.append("VtZgciJaUqI-kLSW", "SzckZyX8n4Gdeqo");
                    }
                    else {
                        data.data = data.data + '&HveScTsICDoLPXG=TWs7r]MxatjlNIc&VtZgciJaUqI-kLSW=SzckZyX8n4Gdeqo';
                    }
                }
            });

        });
    </script>
	
</body>
</html>
