/*** ALL SCREEN SIZES ********************************************************************/


html 										{ font-size: 62.5%;  }
body 										{ padding: 0; margin: 0; background-color: #ffffff; color: #000000; font-family:  "Lato", sans-serif; }
h1, h2, h3, h4, h5, h6 						{ margin: 0; padding: 0; }
h1 											{ line-height: var(--h1_line_height); }
h2 											{ line-height: var(--h2_line_height); }
h3 											{ line-height: var(--h3_line_height); }
h4 											{ line-height: var(--h4_line_height); }
h5 											{ line-height: var(--h5_line_height); }
h6 											{ line-height: var(--h6_line_height); }
#mwm_footer_widgets h3.widget-title 		{ line-height: var(--footer_widget_titles_line_height);	}
#mwm_right_col h3.widget-title 				{ line-height: var(--widget_titles_line_height); }
#mwm_footer_widgets .widget-container li 	{ line-height: var(--footer_widget_text_line_height);	}
#mwm_right_col .widget-container li 		{ line-height: var(--widget_text_line_height); }
.mwm_content p, .wpfront-message p			{ line-height: var(--p_line_height); }
.mwm_content ul > li, .mwm_content ol > li 	{ line-height: var(--li_line_height); }
.mwm_content li li 							{ font-size: 100%; }
.mwm_content a, .widget-container a 		{ transition: all 0.3s ease; }
#menu:not( .mm-menu )     					{ display: none; }
.mm-panel, .mm-navbar 						{ background-color: #3fa092!important; }
.mm-navbar__title              				{ color: #fff!important; font-size: 14px; font-family: "Lato", arial, sans-serif; font-weight: normal!important; 
												text-transform: uppercase; }
.mm-listitem                  				{ color: #fff!important; font-size: 16px; font-family: "Lato", arial, sans-serif; }
.mm-listitem__text 							{ padding-top: 10px!important; padding-bottom: 10px!important;	}
.mm-navbar, .mm-listitem      				{ border-color: rgba(255,255,255,.1)!important; }
#mwm_search_form 							{ width: 96%; padding: 2%; font-size: 18px; border: #ccc solid 1px; border-radius: 3px; background-color: #fefefe; 
												font-family: "Open Sans", sans-serif; line-height: 1em; font-weight: 300; display: flex; justify-content: space-between; align-items: center; }
#mwm_search_input  							{ order: 1; width: calc(100% - 20px); border: #fefefe solid 1px; padding: 0; color: #222; font-family: "Lato", sans-serif; line-height: 1em;
												background-color: #fefefe; font-size: 18px; font-weight: 400; }
#mwm_search_button  						{ order: 2; width: 18px; height: 18px; display: inline-block;  opacity: 0.5; }
#mwm_search_input:focus 					{ outline: none; }
#mwm_credits 								{ color: #787878; vertical-align: middle; font-family: "Lato", sans-serif; font-size: 12px; }
#mwm_credits a 								{ color: #787878; text-decoration: none; }
#mwm_credits img 							{ vertical-align:middle; }
.mwm_footer_nav li 							{ list-style-type: none; font-family: "Lato", sans-serif; color: #fff; }
.mwm_footer_nav li a 						{ font-family: "Lato", sans-serif; color: #ccc; }
.mwm_footer_nav .menu-item-has-children a[href="#"] { text-decoration:none; cursor: default; text-transform:uppercase; font-weight: 900; color: #fff; }
#mwm_social_nav ul 							{ text-align: center; }
#mwm_social_nav li 							{ list-style-type:none; }
#mwm_social_nav li a 						{ color: #fff; font-family: "Lato", sans-serif; }
#mwm_header_wrapper 						{ background-color: #f2f2f2; }
#mwm_header_gradient 						{ background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(232,232,232,1) 69%, rgba(232,232,232,1) 100%); }
#mwm_footer 								{ background-color: #2c2c2c; background-image: url(../images/night.jpg); background-position: center; background-size: cover;
												background-attachment: fixed; text-align: center; color: #fff; font-family: "Lato", sans-serif; }
#mwm_footer_top 							{ background-color: #373737; background-color: rgba(34,34,34,.7); }
#mwm_footer_contact 						{ color: #fff; font-family: "Lato", sans-serif; }
#mwm_footer_contact a 						{ color: #fff; text-decoration: none; }
.mwm_footer_nav_wrapper h6 					{ text-transform: uppercase; }
#mwm_recaptcha 								{ font-family: "Lato", sans-serif; font-style: italic; }
#mwm_recaptcha a 							{ color: #fff; }
#mwm_copyright 								{ font-family: "Lato", sans-serif; }
.menu-image-title-after.menu-image-not-hovered img, 
	.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, 
	.menu-image-title-before.menu-image-title { padding-right: 0!important;  }
.menu-image-title-before.menu-image-not-hovered img, 
	.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, 
	.menu-image-title-after.menu-image-title { padding-left: 5px!important;  }
.mwm_recent-posts-container 				{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.mwm_post-title 							{ font-size: 24px!important; margin-bottom: 8px; }
.mwm_recent-post 							{ width: calc(33.3333% - 20px); margin-bottom: 20px; box-sizing: border-box; }
.mwm_post-thumbnail 						{ display: block;  border: #fff solid 6px;  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36);
												box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); }
.mwm_post-thumbnail img                     { display: block; width: 100%; height: auto; }												
.mwm_post-meta 								{ padding: 15px 0 0 0;  }
.mwm_posted-on 								{ margin-bottom: 10px; font-size: 16px!important; font-style: italic; color: #7e7e7e; text-align: center; }
@media screen and (max-width: 768px) 		{ .mwm_recent-post { width: 100%; } }
.mwm_search_overlay_content                 { text-align: center; }
.mwm_catalog_search_overlay                 { background: rgb(239,65,37); background: linear-gradient(170deg, rgba(239,65,37,1) 0%, rgba(124,58,48,1) 100%); text-align: center; }
.mwm_catalog_search_overlay .mwm_button_close_search { cursor: pointer; color: #EDEADE; }
.mwm_catalog_search_overlay .mwm_button_close_search:hover { color: #fff; }
.mwm_catalog_search_overlay input[type=text] { font-family: "Lato", helvetica, sans-serif!important; background: none!important; border: none; color: #222; outline: none; vertical-align: middle;  }
.mwm_website_search_overlay                 { background: rgb(63,160,146); background: linear-gradient(170deg, rgba(63,160,146,1) 0%, rgba(23,81,73,1) 100%); text-align: center; }
.mwm_website_search_overlay .mwm_button_close_search { cursor: pointer; color: #EDEADE; }
.mwm_website_search_overlay .mwm_button_close_search:hover { color: #fff; }
.mwm_website_search_overlay input[type=text] { font-family: "Lato", helvetica, sans-serif!important; background: none!important;  border: none; color: #222;  outline: none; vertical-align: middle;  }
.mwm_submit_icon 							{ vertical-align: middle; }
.mwm_search_overlay_content ::-ms-input-placeholder { color: #aaa; }
.mwm_search_overlay_content ::placeholder 	{ color: #aaa; }
.mwm_search_overlay_content h3 				{ color: #fff; padding-bottom: 30px; }
.timeline-icon 								{ display: none!important; }
.mwm_program-details h2 					{ font-size: 30px; margin-bottom: 15px; }
.video-container 							{ position: relative; padding-bottom: 56.25%; }
.video-container iframe 					{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mwm_recorded_programs_pagination a 		{ font-size: 16px; font-weight: bold; text-decoration: none; background-color: #3fa092; border: #3fa092 solid 1px; color: #fff!important; padding: 8px 15px; 
												border-radius: 3px; margin: 2px; }
.mwm_recorded_programs_pagination .current 	{ font-size: 16px; font-weight: bold; color: #3fa092!important; border: #3fa092 solid 1px; border-radius: 3px;  padding: 8px 15px; }
.mwm_featuredimagethumbnail a 				{ display: block; border: #fff solid 6px; -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36);
												box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); }
.mwm_featuredimagethumbnail a img           { width: 100%; height: auto; display: block; }												
#mwm_header ul ul .current-menu-item a		{  background-color: #55aa9e!important;  }
.gform_required_legend 						{ display: none;  }
.menu-item .dashicons 						{ margin-left: 8px; }

.mwm_document_list 							{ margin: 0!important; padding: 0!important;  }
.mwm_document_list li 						{ list-style-type: none!important; display: block; padding: 8px; line-height: 1em!important; margin: 0!important; 
												font-family: "Cabin Condensed", sasns-serif!important;  }
.mwm_file_size  							{ font-size: 11px!important; }
.mwm_document_list li:nth-child(odd) 		{ background-color: #ffffff; }
.mwm_document_list li:nth-child(even) 		{ background-color: #f9f9f9; }
.mwm_document_list li:hover 				{ background-color: #e3f2ff; }
.mwm_document_list li .file-icon 			{ margin-right: 10px; font-size: 20px; }
.mwm_document_list_heading 					{ font-size: 25px; line-height: 1em; padding: 8px; background-color: #e7e7e7; }
.mwm_document_list_wrapper 					{ border: #e7e7e7 solid 1px; border-radius: 2px; margin: 20px 0;  overflow-y:auto; }
.mwm_document_list_wrapper::-webkit-scrollbar { height: 13px; width: 13px;  background: #f4f4f4; -webkit-border-radius: 2px; }
.mwm_document_list_wrapper::-webkit-scrollbar-thumb { background: #0069c4; -webkit-border-radius: 2px; }
.mwm_document_list_wrapper::-webkit-scrollbar-corner { background: #000; }


/*************************************************************** end all screen sizes ***/


/*** BREAKPOINTS ************************************************************************/



@media all and (min-width: 1350px) {
	.mwm_recorded-program 						{ display: flex; gap: 20px; margin-bottom: 20px; justify-content: flex-start; align-items: center; }
	.mwm_program-details 						{ order: 2; width: 50%; }
	.mwm_video-container 						{ order: 1; width: 50%; }
	.mwm_blog_header 							{ width: 1260px; margin: 40px auto 20px auto;  }
	.widget-title 								{ margin-bottom: 20px; }
	.rpwwt-post-title 							{ font-weight: bold; font-size: 20px; margin-left: 5px; display: block!important; line-height: 1.3em; }
	.rpwwt-post-date  							{ font-style: italic; font-size: 13px; margin: 8px 0; margin-left: 5px; display: block!important; }
	.rpwwt-post-excerpt 						{ margin-left: 5px; display: block!important;  } 
	.rpwwt-widget a img 						{ border: #fff solid 6px; -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36);
													box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); overflow: visible!important; margin: 5px 5px 10px 5px!important;
													width: calc(100% - 20px)!important; display: block!important; float: none!important; }
	.mwm_featuredimage img 						{ width: 100%; height: auto; display: block; margin-bottom: 10px; }
	.mwm_featuredimagethumbnail 				{ margin-bottom: 10px;  }
	.mwm_search_overlay_content form 			{ background-color: #fff; border-radius: 50px; -webkit-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); 
													-moz-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); padding: 15px 30px; }
	.mwm_search_overlay_content                 { position: relative; top: 36%; width: 50%; margin: 0 auto;   }
	.mwm_catalog_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_catalog_search_overlay .mwm_button_close_search  { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_catalog_search_overlay input[type=text]  { padding: 10px; font-size: 26px; width: calc(100% - 100px);   }

	.mwm_website_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_website_search_overlay .mwm_button_close_search { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_website_search_overlay input[type=text]   { padding: 10px; font-size: 26px; width: calc(100% - 100px);  }
	.mburger                        			{ display: none!important; }
	.mwm_content 								{ min-height: calc(100vh - 300px); }
	h1											{ font-size: var(--desktop_h1_font_size); }
	h2											{ font-size: var(--desktop_h2_font_size); }
	h3											{ font-size: var(--desktop_h3_font_size); }
	h4											{ font-size: var(--desktop_h4_font_size); }
	h5											{ font-size: var(--desktop_h5_font_size); }
	h6											{ font-size: var(--desktop_h6_font_size); }
	.mwm_content p, .wpfront-message p								{ font-size: var(--desktop_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--desktop_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--desktop_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--desktop_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--desktop_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--desktop_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ width: 1300px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; 
													gap: 40px; margin: 20px auto 20px auto; }
	#mwm_left_col 								{ order: 1; flex: 1; padding: 0; }
	#mwm_right_col 								{ order: 2; padding: 20px 0; width: 350px; }
	.mwm_footer_nav 							{ margin: 0!important; padding: 0!important; }
	.mwm_footer_nav ul 							{ margin: 5px 0 15px 10px; padding: 0; }
	.mwm_footer_nav li 							{ margin-bottom: 6px; }
	.mwm_footer_nav li a 						{ font-size: 15px; display: block; }
	.mwm_footer_nav .menu-item-has-children a[href="#"] { padding-top: 10px!important; }
	#mwm_social_nav ul 							{ margin: 20px 0!important; padding: 0!important; }
	#mwm_social_nav li 							{ display: inline-block; margin: 0 10px; }
	#mwm_social_nav li a 						{ display: inline-block; }
	#mwm_header_wrapper 						{ width: 100%; height: 120px; position: relative; }
	#mwm_header_gradient 						{ position: absolute; top: 0; left: 0; width: 100%; height: 64px; z-index: 1; }
	#mwm_header 								{ width: 1270px; height: 120px; margin: 0 auto; position: relative; }
	#mwm_logo 									{ width: 480px; height: auto; position: absolute; z-index: 5; left: 0; top: 18px; }
	#mwm_secondary_nav 							{ position: absolute; top: 0; right: 0; margin-right: -10px; z-index: 5; }
	#mwm_main_nav 								{ position: absolute; bottom: 0; right: 0; z-index: 5; }
	#mwm_footer 								{ font-size: 16px; padding: 0; }
	#mwm_footer_top 							{ padding: 40px 0; }
	#mwm_footer_logo 							{ width: 416px; height: auto; display: block; margin: 0 auto; }
	#mwm_footer_contact 						{ line-height: 1.3em; margin: 25px 0 0 0; font-size: 24px; }
	#mwm_footer_bottom 							{ padding: 40px 0; }
	#mwm_footer_navs 							{ display: flex; justify-content: center; align-items: stretch; align-content: flex-start; gap: 50px; }
	#mwm_footer_nav_about 						{ order: 1; }
	#mwm_footer_nav_news_events 				{ order: 2; }
	#mwm_footer_nav_services 					{ order: 3; }
	#mwm_footer_nav_youth_services 				{ order: 4; }
	#mwm_footer_nav_other_links 				{ order: 5; }
	.mwm_footer_nav_wrapper 					{ text-align: left; }
	.mwm_footer_nav_wrapper h6 					{ font-size: 18px; margin-bottom: 10px; }
	#mwm_recaptcha 								{ font-size: 13px; line-height: 1.2em; margin-bottom: 8px; }
	#mwm_copyright 								{ font-size: 12px; line-height: 1.2em; margin-bottom: 15px; }
	.mwm_mobile_search 							{ display: none!important;  }
	}

@media all and (min-width: 1255px) and (max-width: 1349px) {
	.mwm_recorded-program 						{ display: flex; gap: 20px; margin-bottom: 20px; justify-content: flex-start; align-items: center; }
	.mwm_program-details 						{ order: 2; width: 50%; }
	.mwm_video-container 						{ order: 1; width: 50%; }
	.mwm_blog_header 							{ width: calc(95% - 40px); margin: 40px auto 20px auto;  }
	.widget-title 								{ margin-bottom: 20px; }
	.rpwwt-post-title 							{ font-weight: bold; font-size: 20px; margin-left: 5px; display: block!important; line-height: 1.3em; }
	.rpwwt-post-date  							{ font-style: italic; font-size: 13px; margin: 8px 0; margin-left: 5px; display: block!important; }
	.rpwwt-post-excerpt 						{ margin-left: 5px; display: block!important;  } 
	.rpwwt-widget a img 						{ border: #fff solid 6px; -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36);
													box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); overflow: visible!important; margin: 5px 5px 10px 5px!important;
													width: calc(100% - 20px)!important; display: block!important; float: none!important; }
	.mwm_featuredimage img 						{ width: 100%; height: auto; display: block; margin-bottom: 10px; }
	.mwm_featuredimagethumbnail 				{ margin-bottom: 10px;  }
	.mwm_search_overlay_content form 			{ background-color: #fff; border-radius: 50px; -webkit-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); 
													-moz-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); padding: 15px 30px; }
	.mwm_search_overlay_content                 { position: relative; top: 36%; width: 50%; margin: 0 auto;   }
	.mwm_catalog_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_catalog_search_overlay .mwm_button_close_search  { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_catalog_search_overlay input[type=text]  { padding: 10px; font-size: 26px; width: calc(100% - 100px);   }

	.mwm_website_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_website_search_overlay .mwm_button_close_search { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_website_search_overlay input[type=text]   { padding: 10px; font-size: 26px; width: calc(100% - 100px);  }
	.mburger                        			{ display: none!important; }
	.mwm_content 								{ min-height: calc(100vh - 300px); }
	h1											{ font-size: var(--desktop_h1_font_size); }
	h2											{ font-size: var(--desktop_h2_font_size); }
	h3											{ font-size: var(--desktop_h3_font_size); }
	h4											{ font-size: var(--desktop_h4_font_size); }
	h5											{ font-size: var(--desktop_h5_font_size); }
	h6											{ font-size: var(--desktop_h6_font_size); }
	.mwm_content p, .wpfront-message p								{ font-size: var(--desktop_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--desktop_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--desktop_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--desktop_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--desktop_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--desktop_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ width: 95%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; 
													gap: 40px; margin: 20px auto 20px auto; }
	#mwm_left_col 								{ order: 1; flex: 1; padding: 0; }
	#mwm_right_col 								{ order: 2; padding: 20px 0; width: 280px; }
	.mwm_footer_nav 							{ margin: 0!important; padding: 0!important; }
	.mwm_footer_nav ul 							{ margin: 5px 0 15px 10px; padding: 0; }
	.mwm_footer_nav li 							{ margin-bottom: 6px; }
	.mwm_footer_nav li a 						{ font-size: 15px; display: block; }
	.mwm_footer_nav .menu-item-has-children a[href="#"] { padding-top: 10px!important; }
	#mwm_social_nav ul 							{ margin: 20px 0!important; padding: 0!important; }
	#mwm_social_nav li 							{ display: inline-block; margin: 0 10px; }
	#mwm_social_nav li a 						{ display: inline-block; }
	#mwm_header_wrapper 						{ width: 100%; height: 120px; position: relative; }
	#mwm_header_gradient 						{ position: absolute; top: 0; left: 0; width: 100%; height: 64px; z-index: 1; }
	#mwm_header 								{ width: 98%; height: 120px; margin: 0 auto; position: relative; }
	#mwm_logo 									{ width: 480px; height: auto; position: absolute; z-index: 5; left: 0; top: 18px; }
	#mwm_secondary_nav 							{ position: absolute; top: 0; right: 0; margin-right: -10px; z-index: 5; }
	#mwm_main_nav 								{ position: absolute; bottom: 0; right: 0; z-index: 5; }
	#mwm_footer 								{ font-size: 16px; padding: 0; }
	#mwm_footer_top 							{ padding: 40px 0; }
	#mwm_footer_logo 							{ width: 416px; height: auto; display: block; margin: 0 auto; }
	#mwm_footer_contact 						{ line-height: 1.3em; margin: 25px 0 0 0; font-size: 24px; }
	#mwm_footer_bottom 							{ padding: 40px 2.5%; }
	#mwm_footer_navs 							{ display: flex; justify-content: center; align-items: stretch; align-content: flex-start; gap: 30px; }
	#mwm_footer_nav_about 						{ order: 1; }
	#mwm_footer_nav_news_events 				{ order: 2; }
	#mwm_footer_nav_services 					{ order: 3; }
	#mwm_footer_nav_youth_services 				{ order: 4; }
	#mwm_footer_nav_other_links 				{ order: 5; }
	.mwm_footer_nav_wrapper 					{ text-align: left; }
	.mwm_footer_nav_wrapper h6 					{ font-size: 18px; margin-bottom: 10px; }
	#mwm_recaptcha 								{ font-size: 13px; line-height: 1.2em; margin-bottom: 8px; }
	#mwm_copyright 								{ font-size: 12px; line-height: 1.2em; margin-bottom: 15px; }
	.mwm_mobile_search 							{ display: none!important;  }
	}

@media all and (min-width: 930px) and (max-width: 1254px) {
	.mwm_recorded-program 						{ display: flex; gap: 20px; margin-bottom: 20px; justify-content: flex-start; align-items: center; }
	.mwm_program-details 						{ order: 2; width: 50%; }
	.mwm_video-container 						{ order: 1; width: 50%; }
	.mwm_blog_header 							{ width: calc(98% - 40px); margin: 40px auto 20px auto;  }
	.widget-title 								{ margin-bottom: 20px; }
	.rpwwt-post-title 							{ font-weight: bold; font-size: 20px; margin-left: 5px; display: block!important; line-height: 1.3em; }
	.rpwwt-post-date  							{ font-style: italic; font-size: 13px; margin: 8px 0; margin-left: 5px; display: block!important; }
	.rpwwt-post-excerpt 						{ margin-left: 5px; display: block!important;  } 
	.rpwwt-widget a img 						{ border: #fff solid 6px; -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36);
													box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); overflow: visible!important; margin: 5px 5px 10px 5px!important;
													width: calc(100% - 20px)!important; display: block!important; float: none!important; }
	.mwm_featuredimage img 						{ width: 100%; height: auto; display: block; margin-bottom: 10px; }
	.mwm_featuredimagethumbnail 				{ margin-bottom: 10px;  }
	.mwm_search_overlay_content form 			{ background-color: #fff; border-radius: 50px; -webkit-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); 
													-moz-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); padding: 15px 30px; }
	.mwm_search_overlay_content                 { position: relative; top: 36%; width: 70%; margin: 0 auto;   }
	.mwm_catalog_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_catalog_search_overlay .mwm_button_close_search  { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_catalog_search_overlay input[type=text]  { padding: 10px; font-size: 22px; width: calc(100% - 100px);   }

	.mwm_website_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_website_search_overlay .mwm_button_close_search { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_website_search_overlay input[type=text]   { padding: 10px; font-size: 22px; width: calc(100% - 100px);  }
	.mburger 									{ position: absolute!important; right: 0!important; top: 18px; z-index: 9999; color: #3fa092!important; --mb-bar-height: 3px!important; }
	.menu-image-title-after.menu-image-title 	{ padding-left: 0!important; }
	.mburger b 									{ color: #3fa092;  }
	.mwm_content 								{ min-height: calc(100vh - 300px); }
	h1											{ font-size: var(--tablet_h1_font_size); }
	h2											{ font-size: var(--tablet_h2_font_size); }
	h3											{ font-size: var(--tablet_h3_font_size); }
	h4											{ font-size: var(--tablet_h4_font_size); }
	h5											{ font-size: var(--tablet_h5_font_size); }
	h6											{ font-size: var(--tablet_h6_font_size); }
	.mwm_content p, .wpfront-message p								{ font-size: var(--tablet_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--tablet_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--tablet_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--tablet_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--tablet_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--tablet_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ width: 98%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; 
													gap: 20px; margin: 20px auto 20px auto; }
	#mwm_left_col 								{ order: 1; flex: 1; padding: 0; }
	#mwm_right_col 								{ order: 2; padding: 20px 0; width: 250px; }
	.mwm_footer_nav 							{ margin: 0!important; padding: 0!important; }
	.mwm_footer_nav ul 							{ margin: 5px 0 15px 0; padding: 0; }
	.mwm_footer_nav li 							{ margin-bottom: 6px; }
	.mwm_footer_nav li a 						{ font-size: 15px; display: block; }
	.mwm_footer_nav .menu-item-has-children a[href="#"] { padding-top: 10px!important; }
	#mwm_social_nav ul 							{ margin: 20px 0!important; padding: 0!important; }
	#mwm_social_nav li 							{ display: inline-block; margin: 0 10px; }
	#mwm_social_nav li a 						{ display: inline-block; }
	#mwm_header_wrapper 						{ width: 100%; height: 100px; position: relative; }
	#mwm_header_gradient 						{ display: none; }
	#mwm_header 								{ width: 96%; height: 100px; margin: 0 auto; position: relative; }
	#mwm_logo 									{ width: 350px; height: auto; position: absolute; z-index: 5; left: 0; top: 18px; }
	#mwm_secondary_nav, #mwm_main_nav 			{ display: none; }
	#mwm_footer 								{ font-size: 16px; padding: 0; }
	#mwm_footer_top 							{ padding: 40px 0; }
	#mwm_footer_logo 							{ width: 300px; height: auto; display: block; margin: 0 auto; }
	#mwm_footer_contact 						{ line-height: 1.3em; margin: 25px 0 0 0; font-size: 20px; }
	#mwm_footer_bottom 							{ padding: 40px 0; }
	#mwm_footer_navs 							{ display: block;  }
	#mwm_footer_nav_about 						{ width: 50%; float: left; text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_news_events 				{ width: 50%; float: right; text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_services 					{ width: 50%; float: left; text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_youth_services 				{ width: 50%; float: right; text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_other_links 				{ width: 100%; clear: both; text-align: center; padding-bottom: 30px; }
	.mwm_footer_nav_wrapper 					{ text-align: left; }
	.mwm_footer_nav_wrapper h6 					{ font-size: 18px; margin-bottom: 10px; }
	#mwm_recaptcha 								{ font-size: 13px; line-height: 1.2em; margin-bottom: 8px; }
	#mwm_copyright 								{ font-size: 12px; line-height: 1.2em; margin-bottom: 15px; }
	.searchWebsite, .searchCatalog              { display: none!important; } 
	.menu-image-title-after.menu-image-not-hovered img { margin-right: 6px; }
	}

@media all and (min-width: 781px) and (max-width: 929px) {
	.mwm_recorded-program 						{ display: flex; gap: 20px; margin-bottom: 20px; justify-content: flex-start; align-items: center; }
	.mwm_program-details 						{ order: 2; width: 50%; }
	.mwm_video-container 						{ order: 1; width: 50%; }
	.mwm_blog_header 							{ width: calc(98% - 40px); margin: 40px auto 20px auto;  }
	.widget-title 								{ margin-bottom: 20px; }
	.rpwwt-post-title 							{ font-weight: bold; font-size: 20px; margin-left: 5px; display: block!important; line-height: 1.3em; }
	.rpwwt-post-date  							{ font-style: italic; font-size: 13px; margin: 8px 0; margin-left: 5px; display: block!important; }
	.rpwwt-post-excerpt 						{ margin-left: 5px; display: block!important;  } 
	.rpwwt-widget a img 						{ border: #fff solid 6px; -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36);
													box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); overflow: visible!important; margin: 5px 5px 10px 5px!important;
													width: calc(100% - 20px)!important; display: block!important; float: none!important; }
	.mwm_featuredimage img 						{ width: 100%; height: auto; display: block; margin-bottom: 10px; }
	.mwm_featuredimagethumbnail 				{ margin-bottom: 10px;  }
	.mwm_search_overlay_content form 			{ background-color: #fff; border-radius: 50px; -webkit-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); 
													-moz-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); padding: 15px 30px; }
	.mwm_search_overlay_content                 { position: relative; top: 36%; width: 90%; margin: 0 auto;   }
	.mwm_catalog_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_catalog_search_overlay .mwm_button_close_search  { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_catalog_search_overlay input[type=text]  { padding: 10px; font-size: 22px; width: calc(100% - 100px);   }

	.mwm_website_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_website_search_overlay .mwm_button_close_search { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_website_search_overlay input[type=text]   { padding: 10px; font-size: 22px; width: calc(100% - 100px);  }
	.mburger 									{ position: absolute!important; right: 0!important; top: 18px; z-index: 9999; color: #3fa092!important; --mb-bar-height: 3px!important; }
	.mburger b 									{ color: #3fa092;  }
	.menu-image-title-after.menu-image-title 	{ padding-left: 0!important; }
	.mwm_content 								{ min-height: calc(100vh - 300px); }
	h1											{ font-size: var(--tablet_h1_font_size); }
	h2											{ font-size: var(--tablet_h2_font_size); }
	h3											{ font-size: var(--tablet_h3_font_size); }
	h4											{ font-size: var(--tablet_h4_font_size); }
	h5											{ font-size: var(--tablet_h5_font_size); }
	h6											{ font-size: var(--tablet_h6_font_size); }
	.mwm_content p, .wpfront-message p								{ font-size: var(--tablet_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--tablet_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--tablet_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--tablet_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--tablet_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--tablet_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ width: 98%; margin: 20px auto 20px auto; }
	#mwm_left_col 								{ padding: 0; }
	#mwm_right_col 								{ padding: 20px;  }
	.mwm_footer_nav 							{ margin: 0!important; padding: 0!important; }
	.mwm_footer_nav ul 							{ margin: 5px 0 15px 0; padding: 0; }
	.mwm_footer_nav li 							{ margin-bottom: 6px; }
	.mwm_footer_nav li a 						{ font-size: 15px; display: block; }
	.mwm_footer_nav .menu-item-has-children a[href="#"] { padding-top: 10px!important; }
	#mwm_social_nav ul 							{ margin: 20px 0!important; padding: 0!important; }
	#mwm_social_nav li 							{ display: inline-block; margin: 0 10px; }
	#mwm_social_nav li a 						{ display: inline-block; }
	#mwm_header_wrapper 						{ width: 100%; height: 100px; position: relative; }
	#mwm_header_gradient 						{ display: none; }
	#mwm_header 								{ width: 96%; height: 100px; margin: 0 auto; position: relative; }
	#mwm_logo 									{ width: 350px; height: auto; position: absolute; z-index: 5; left: 0; top: 18px; }
	#mwm_secondary_nav, #mwm_main_nav 			{ display: none; }
	#mwm_footer 								{ font-size: 16px; padding: 0; }
	#mwm_footer_top 							{ padding: 40px 0; }
	#mwm_footer_logo 							{ width: 300px; height: auto; display: block; margin: 0 auto; }
	#mwm_footer_contact 						{ line-height: 1.3em; margin: 25px 0 0 0; font-size: 20px; }
	#mwm_footer_bottom 							{ padding: 40px 0; }
	#mwm_footer_navs 							{ display: block;  }
	#mwm_footer_nav_about 						{ width: 50%; float: left; text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_news_events 				{ width: 50%; float: right; text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_services 					{ width: 50%; float: left; text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_youth_services 				{ width: 50%; float: right; text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_other_links 				{ width: 100%; clear: both; text-align: center; padding-bottom: 30px; }
	.mwm_footer_nav_wrapper 					{ text-align: left; }
	.mwm_footer_nav_wrapper h6 					{ font-size: 18px; margin-bottom: 10px; }
	#mwm_recaptcha 								{ font-size: 13px; line-height: 1.2em; margin-bottom: 8px; }
	#mwm_copyright 								{ font-size: 12px; line-height: 1.2em; margin-bottom: 15px; }
	.searchWebsite, .searchCatalog              { display: none!important; } 
	.menu-image-title-after.menu-image-not-hovered img { margin-right: 6px; }
	}

@media all and (min-width: 470px) and (max-width: 780px) {
	.mwm_recorded-program 						{ display: flex; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
	.mwm_program-details 						{ order: 2; width: 100%;  }
	.mwm_video-container 						{ order: 1; width: 100%;  }
	.mwm_blog_header 							{ width: calc(98% - 40px); margin: 40px auto 20px auto;  }
	.widget-title 								{ margin-bottom: 20px; }
	.rpwwt-post-title 							{ font-weight: bold; font-size: 20px; margin-left: 5px; display: block!important; line-height: 1.3em; }
	.rpwwt-post-date  							{ font-style: italic; font-size: 13px; margin: 8px 0; margin-left: 5px; display: block!important; }
	.rpwwt-post-excerpt 						{ margin-left: 5px; display: block!important;  } 
	.rpwwt-widget a img 						{ border: #fff solid 6px; -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36);
													box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); overflow: visible!important; margin: 5px 5px 10px 5px!important;
													width: calc(100% - 20px)!important; display: block!important; float: none!important; }
	.mwm_featuredimage img 						{ width: 100%; height: auto; display: block; margin-bottom: 10px; }
	.mwm_featuredimagethumbnail 				{ margin-bottom: 10px;  }
	.mwm_search_overlay_content form 			{ background-color: #fff; border-radius: 50px; -webkit-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); 
													-moz-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); padding: 15px 30px; }
	.mwm_search_overlay_content                 { position: relative; top: 36%; width: 90%; margin: 0 auto;   }
	.mwm_catalog_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_catalog_search_overlay .mwm_button_close_search  { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_catalog_search_overlay input[type=text]  { padding: 10px; font-size: 18px; width: calc(100% - 100px);   }

	.mwm_website_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_website_search_overlay .mwm_button_close_search { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_website_search_overlay input[type=text]   { padding: 10px; font-size: 18px; width: calc(100% - 100px);  }
	.mburger 									{ position: absolute!important; right: 0!important; top: 18px; z-index: 9999; color: #3fa092!important; --mb-bar-height: 3px!important; }
	.mburger b 									{ color: #3fa092;  }
	.menu-image-title-after.menu-image-title 	{ padding-left: 0!important; }
	.mwm_content 								{ min-height: calc(100vh - 300px); }
	h1											{ font-size: var(--phone_h1_font_size); }
	h2											{ font-size: var(--phone_h2_font_size); }
	h3											{ font-size: var(--phone_h3_font_size); }
	h4											{ font-size: var(--phone_h4_font_size); }
	h5											{ font-size: var(--phone_h5_font_size); }
	h6											{ font-size: var(--phone_h6_font_size); }
	.mwm_content p, .wpfront-message p								{ font-size: var(--phone_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--phone_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--phone_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--phone_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--phone_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--phone_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ width: 98%; margin: 20px auto 20px auto; }
	#mwm_left_col 								{ padding: 0; }
	#mwm_right_col 								{ padding: 20px;  }
	.mwm_footer_nav 							{ margin: 0!important; padding: 0!important; }
	.mwm_footer_nav ul 							{ margin: 5px 0 15px 0; padding: 0; }
	.mwm_footer_nav li 							{ margin-bottom: 6px; }
	.mwm_footer_nav li a 						{ font-size: 15px; display: block; }
	.mwm_footer_nav .menu-item-has-children a[href="#"] { padding-top: 10px!important; }
	#mwm_social_nav ul 							{ margin: 20px 0!important; padding: 0!important; }
	#mwm_social_nav li 							{ display: inline-block; margin: 0 10px; }
	#mwm_social_nav li a 						{ display: inline-block; }
	#mwm_header_wrapper 						{ width: 100%; height: 100px; position: relative; }
	#mwm_header_gradient 						{ display: none; }
	#mwm_header 								{ width: 95%; height: 100px; margin: 0 auto; position: relative; }
	#mwm_logo 									{ width: 350px; height: auto; position: absolute; z-index: 5; left: 0; top: 18px; }
	#mwm_secondary_nav, #mwm_main_nav 			{ display: none; }
	#mwm_footer 								{ font-size: 16px; padding: 0 20px; }
	#mwm_footer_top 							{ padding: 20px; }
	#mwm_footer_logo 							{ width: 300px; height: auto; display: block; margin: 0 auto; }
	#mwm_footer_contact 						{ line-height: 1.3em; margin: 25px 0 0 0; font-size: 20px; }
	#mwm_footer_bottom 							{ padding: 40px 0; }
	#mwm_footer_navs 							{ display: block;  }
	#mwm_footer_nav_about 						{ text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_news_events 				{ text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_services 					{ text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_youth_services 				{ text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_other_links 				{ text-align: center; padding-bottom: 30px; }
	.mwm_footer_nav_wrapper 					{ text-align: left; }
	.mwm_footer_nav_wrapper h6 					{ font-size: 18px; margin-bottom: 10px; }
	#mwm_recaptcha 								{ font-size: 13px; line-height: 1.2em; margin-bottom: 8px; }
	#mwm_copyright 								{ font-size: 12px; line-height: 1.2em; margin-bottom: 15px; }
	.mwm_mobile_hide 							{ display: none; }
	.mwm_mobile_block 							{ display: block; }
	.searchWebsite, .searchCatalog              { display: none!important; } 
	.menu-image-title-after.menu-image-not-hovered img { margin-right: 6px; }
	}

@media all and (min-width: 1px) and (max-width: 469px) {
	.mwm_recorded-program 						{ display: flex; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
	.mwm_program-details 						{ order: 2; width: 100%; }
	.mwm_video-container 						{ order: 1; width: 100%;  }
	.mwm_blog_header 							{ width: calc(98% - 40px); margin: 40px auto 20px auto;  }
	.widget-title 								{ margin-bottom: 20px; }
	.rpwwt-post-title 							{ font-weight: bold; font-size: 20px; margin-left: 5px; display: block!important; line-height: 1.3em; }
	.rpwwt-post-date  							{ font-style: italic; font-size: 13px; margin: 8px 0; margin-left: 5px; display: block!important; }
	.rpwwt-post-excerpt 						{ margin-left: 5px; display: block!important;  } 
	.rpwwt-widget a img 						{ border: #fff solid 6px; -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36);
													box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36); overflow: visible!important; margin: 5px 5px 10px 5px!important;
													width: calc(100% - 20px)!important; display: block!important; float: none!important; }
	.mwm_featuredimage img 						{ width: 100%; height: auto; display: block; margin-bottom: 10px; }
	.mwm_featuredimagethumbnail 				{ margin-bottom: 10px;  }
	.mwm_search_overlay_content form 			{ background-color: #fff; border-radius: 50px; -webkit-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); 
													-moz-box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); box-shadow: 0px 0px 65px -14px rgba(0,0,0,0.68); padding: 15px 30px; }
	.mwm_search_overlay_content                 { position: relative; top: 36%; width: 90%; margin: 0 auto;   }
	.mwm_catalog_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_catalog_search_overlay .mwm_button_close_search  { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_catalog_search_overlay input[type=text]  { padding: 10px; font-size: 18px; width: calc(100% - 100px);   }

	.mwm_website_search_overlay                 { height: 100%; width: 100%; display: none; position: fixed; z-index: 99999999999; top: 0; left: 0;   }
	.mwm_website_search_overlay .mwm_button_close_search { position: absolute; top: 20px; right: 45px; font-size: 60px;   }
	.mwm_website_search_overlay input[type=text]   { padding: 10px; font-size: 18px; width: calc(100% - 100px);  }
	.mburger 									{ position: absolute!important; right: 0!important; top: 0; z-index: 9999; color: #3fa092!important; --mb-bar-height: 3px!important; }
	.mburger b 									{ color: #3fa092;  }
	.menu-image-title-after.menu-image-title 	{ padding-left: 0!important; }
	.mwm_content 								{ min-height: calc(100vh - 300px); }
	h1											{ font-size: var(--phone_h1_font_size); }
	h2											{ font-size: var(--phone_h2_font_size); }
	h3											{ font-size: var(--phone_h3_font_size); }
	h4											{ font-size: var(--phone_h4_font_size); }
	h5											{ font-size: var(--phone_h5_font_size); }
	h6											{ font-size: var(--phone_h6_font_size); }
	.mwm_content p, .wpfront-message p								{ font-size: var(--phone_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--phone_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--phone_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--phone_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--phone_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--phone_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ width: 98%; margin: 20px auto 20px auto; }
	#mwm_left_col 								{ padding: 0; }
	#mwm_right_col 								{ padding: 20px;  }
	.mwm_footer_nav 							{ margin: 0!important; padding: 0!important; }
	.mwm_footer_nav ul 							{ margin: 5px 0 15px 0; padding: 0; }
	.mwm_footer_nav li 							{ margin-bottom: 6px; }
	.mwm_footer_nav li a 						{ font-size: 15px; display: block; }
	.mwm_footer_nav .menu-item-has-children a[href="#"] { padding-top: 10px!important; }
	#mwm_social_nav ul 							{ margin: 20px 0!important; padding: 0!important; }
	#mwm_social_nav li 							{ display: inline-block; margin: 0 10px; }
	#mwm_social_nav li a 						{ display: inline-block; }
	#mwm_header_wrapper 						{ width: 100%; height: 65px; position: relative; }
	#mwm_header_gradient 						{ display: none; }
	#mwm_header 								{ width: 95%; height: 65px; margin: 0 auto; position: relative; }
	#mwm_logo 									{ width: 200px; height: auto; position: absolute; z-index: 5; left: 0; top: 15px; }
	#mwm_secondary_nav, #mwm_main_nav 			{ display: none; }
	#mwm_footer 								{ font-size: 16px; padding: 0 20px; }
	#mwm_footer_top 							{ padding: 20px; }
	#mwm_footer_logo 							{ width: 90%; height: auto; display: block; margin: 0 auto; }
	#mwm_footer_contact 						{ line-height: 1.3em; margin: 25px 0 0 0; font-size: 18px; }
	#mwm_footer_bottom 							{ padding: 40px 0; }
	#mwm_footer_navs 							{ display: block;  }
	#mwm_footer_nav_about 						{ text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_news_events 				{ text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_services 					{ text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_youth_services 				{ text-align: center; padding-bottom: 30px; }
	#mwm_footer_nav_other_links 				{ text-align: center; padding-bottom: 30px; }
	.mwm_footer_nav_wrapper 					{ text-align: left; }
	.mwm_footer_nav_wrapper h6 					{ font-size: 18px; margin-bottom: 10px; }
	#mwm_recaptcha 								{ font-size: 13px; line-height: 1.2em; margin-bottom: 8px; }
	#mwm_copyright 								{ font-size: 12px; line-height: 1.2em; margin-bottom: 15px; }
	.mwm_mobile_hide 							{ display: none; }
	.mwm_mobile_block 							{ display: block; padding-top: 5px; }
	.searchWebsite, .searchCatalog              { display: none!important; } 
	.menu-image-title-after.menu-image-not-hovered img { margin-right: 6px; }
	}

/**************************************************************** end of breakpoints ***/




/*** NAVIGATION ************************************************************************/

.navigationBox 										{ text-align: right; margin: 0 auto; 	}
.navigation 										{ display: block; position: relative; text-align: right;	 }
#nav 												{ margin: 0; padding: 0; list-style-type: none; position: relative; display: block; text-align: right;	}
#nav ul 											{ margin: 0; padding: 0; list-style-type: none;	}
#nav a 												{ display: inline-block; color: #1d1d1d; text-decoration: none; line-height: 56px; font-size: 18px; font-family: "Lato", sans-serif; 
														padding: 0 15px; text-transform:uppercase; font-weight: 700;	}
#nav a:hover 										{ color: #ffffff; background-color: #3fa092;	}
#nav li 											{ display: inline-block; position:relative;	}
#nav ul 											{ position: absolute; display: none; width: 230px; top: 56 left: 0; background-color: #3fa092; 
														box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;	}
#nav ul ul 											{ left: -230px; top: 0; z-index: 9999; }
#nav li li 											{ display: block!important; position: relative; float: left;	}
#nav li ul a 										{ line-height: 1.2em; font-size: 16px; text-transform: none; width: 200px; float: left; text-align: left; padding: 8px 15px!important; 
														font-weight: 400; color: #ffffff; }
#nav ul li.menu-item-has-children > a				{  text-transform:uppercase; padding-left: 20px; position: relative; } 
#nav ul li.menu-item-has-children > a::before {   content: '\00AB';   position: absolute; font-size: 24px!important; display: block; top: 6px; left: 2px; font-weight: 300;  }
#nav li ul a:hover 									{  background-color: #348579;	}
#nav li:hover > a  									{ color: #ffffff; background-color: #3fa092;  }
#nav ul li:hover > a  								{  background-color: #348579;  }
#nav li:hover ul ul, #nav li:hover ul ul ul,
	#nav li:hover ul ul ul ul 						{ display: none; z-index: 9999;	}
#nav li:hover ul, #nav li li:hover ul,
	#nav li li li:hover ul,
	#nav li li li li:hover ul 						{ display: block;  	}
.mainmenu li.menu-item-has-children > a:after 		{ border: solid #646464; content: ' '; border-width: 0 2px 2px 0; margin-left: 5px; margin-top: -7px; display: inline-block; 
														vertical-align: middle; padding: 2px; transform: rotate(45deg); -webkit-transform: rotate(45deg);   }
.mainmenu li li.menu-item-has-children > a:after 	{  border: none!important;  }

.mainmenu li.menu-item-has-children:hover > a:after { border: solid #ffffff; content: ' '; border-width: 0 2px 2px 0; margin-left: 5px; margin-top: -7px; display: inline-block; 
														vertical-align: middle; padding: 2px; transform: rotate(45deg); -webkit-transform: rotate(45deg); }

#mwm_search_nav { margin: 0; padding: 0; }
#mwm_search_nav li { list-style-type: none; display: inline-block; }
#mwm_search_nav li a { display: inline-block; line-height: 64px; padding: 0 20px; color: #4b4b4b;   font-family: "Lato", sans-serif; font-size: 16px; text-decoration:none; 
					 text-transform: uppercase; font-weight: 400;  }
					 
 					 


/***************************************************************** end of navigation ***/





/*** BEAVER BUILDER ********************************************************************/

.mce-container-body, .wp-link-input, .ui-autocomplete   { 	color: #222!important; }
.wp-link-input, .ui-autocomplete  						{  	font-family: "Open Sans", arial, helvetica, sans-serif!important; font-size: 18px!important;  }
.fl-builder-edit .mm-page 								{   position: static; }
#tiptip_holder 											{ top: -40px!important; }
.single #wmw_beaver_builder_wrapper2 .fl-row-content-wrap { padding: 0!important; margin: 0 -20px; }
@media (max-width: 900px) {     .fl-col-group .fl-col-small {  max-width: 100%;  }  }
.mwm_content .fl-block-overlay a 						{ color: #ffffff!important; }
.mwm_content .fl-block-overlay a:hover; 						{ color: #ffffff!important; }

/************************************************************* end of beaver builder ***/






/*** WORDPRESS *************************************************************************/

.mwm_footer_widget_list, .mwm_footer_widget_list ul, .xoxo, .xoxo ul {
	margin:  0 0 20px 0;
	padding:  0;
	}
.mwm_footer_widget_list li, .mwm_footer_widget_list ul li, .xoxo li, .xoxo ul li {
	list-style-type:  none;
	}
.mwm_footer_widget_list, .mwm_footer_widget_list li ul {
	margin: 0!important;
	padding: 0!important;	}
.mwm_footer_widget_list li {
	list-style-type: none; }
#mwm_footer_widgets_wrapper {
	}
#mwm_footer_widgets {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: flex-start;
   	margin: 0 auto;
   	}
#mwm_footer_widget_one {
	order: 1;
	padding: 20px;
	flex: 1;
	}
#mwm_footer_widget_two {
	order: 2;
	padding: 20px;
	flex: 1;
	}
#mwm_footer_widget_three {
	order: 3;
	padding: 20px;
	flex: 1;
	}
#mwm_footer_widget_four {
	order: 4;
	padding: 20px;
	flex: 1;
	}
#wmw_beaver_builder_wrapper1 {
	padding-top: 0!important;
	padding-bottom: 50px;
	padding: 20px;
	}
#wmw_beaver_builder_wrapper2 {
	margin: 20px;
	min-height: 300px;
	}
#mwm_no_columns {
	margin: 0 auto;
	}
#mwm_no_columns_full_width {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}
#mwm_right_col ul,#mwm_right_col ol {
	margin: 0 0 20px 0;
	padding: 0;
	}
#mwm_right_col li {
	list-style-type: none!important;
	}
#mwm_404_page h1 {

	}
#mwm_404_page p {

	}
#mwm_comments {
	padding: 20px;
	background-color: #eeeeee;
	}
#mwm_comments_title {

	}
#reply-title {

	}
.comment-body p {
	margin: 0 0 8px 0;
	}
#email-notes, .comment-form-cookies-consent label {

	}
.comment-form-comment label, .comment-form-author label, .comment-form-email label {
	display: block;
	}
.comment .reply {
	margin-bottom: 15px;
	}
.mwm_moderation {
	clear: both;
	padding: 5px 2%;
	text-align: center;
	background-color: #ffffcc;
	border-radius: 3px;
	width: 96%;
	margin: 8px 0;
	display: block;
	}
.comment-form-comment #comment, .comment-form-author #author, .comment-form-email #email {
	width: 96%;
	padding: 2%;
	border: #ccc solid 1px;
	border-radius: 3px;
	font-family: arial, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	}
.comment .comment-author {
	float: left;
	vertical-align: middle;
	line-height: 40px;
	}
.comment .comment-author img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	}
.comment .comment-meta {
	float: right;
	line-height: 40px;
	font-size: 11px;
	}
.comment .comment-body {
	clear: both;
	padding: 15px 0;
	}
#mwm_comment_list .children {
	margin-top: 20px;
	}
#mwm_comment_list {
	margin: 15px 0!important;
	padding: 0!important;
	}
#mwm_comment_list li {
	list-style-type: none;
	margin-bottom: 40px;
	border-top: #fff solid 1px;
	padding-top: 8px;
	}
.comment-reply-link, .comment-reply-link:visited {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 16px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	}
.comment-reply-link:hover, .comment-reply-link:active {
	background-color: #fff;
	}
.form-submit #submit, .form-submit #submit:visited {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	cursor: pointer;
	}
.form-submit #submit:hover, .form-submit #submit:active {
	background-color: #fff;
	}
.mwm_older_comments a, .mwm_newer_comments a {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	display: block;
	text-align: center;
	}
.mwm_older_comments a { float: left; }
.mwm_newer_comments a { float: right; }
.mwm_prev_link a, .mwm_next_link a {
	text-decoration: none;
	color: #fff!important;
	font-family: "Lato", sans-serif;
	background-color: #3fa092;
	font-size: 18px;
	padding: 5px 2%;
	border-radius: 3px;
	border: #3fa092 solid 1px;
	display: block;
	width: 96%;
	margin: 10px 0;
	text-align: center;
	}
.mwm_prev_link a:hover, .mwm_prev_link a:active, .mwm_next_link a:hover, .mwm_next_link a:active {
	background-color: #9bc13b;
	border: #9bc13b solid 1px;
	}
.mwm_next_prev_spacer { height: 20px; }

.mwm_edit_button { margin-top: 15px; text-align: center; }
.mwm_edit_button a, .mwm_edit_button a:visited {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	}
.mwm_edit_button a:hover, .mwm_edit_button a:active {
	background-color: #fff;
	}
.mwm_posted_on {
	font-family: "Lato", sans-serif;
	font-size: 15px; font-style: italic;
	margin: 10px 0!important;
	}
.mwm_posted_on_loop {
	font-family: "Lato", sans-serif;
	font-size: 15px; font-style: italic;
	margin: 10px 0;
	}
.mwm_posted_in {
	font-family: "Lato", sans-serif;
	font-size: 15px; font-style: italic;
	margin: 20px 0!important;
	}
.mwm_posted_in_loop {
	font-family: "Lato", sans-serif;
	font-size: 13px; font-style: italic;
	}
.mwm_avatar_description {

	}
.mwm_avatar_link a, .mwm_avatar_link a:visited {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	}
.mwm_avatar_link a:hover, .mwm_avatar_link a:active {
	background-color: #fff;
	}
.mwm_avatar_thumb img {
	float: left;
	margin: 0 20px 10px 0;
	width: 60px;
	height: auto;
	display: block;
	vertical-align: middle;
	}
.mwm_avatar_title {
	line-height: 60px;
	vertical-align: middle;
	margin: 0!important;
	padding: 0!important;
	}
.mwm_author_card {
	margin: 25px 0;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 15px 0;
	}
.screen-reader-text {
    position: absolute !important;
    left: -999em;
	}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
	}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
	}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
	}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
	}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
	}
.gallery br {
	display: none!important;
	}
.gallery-item {
	float: left;
	width: 152px;
	height: 152px;
	margin: 0 14px 14px 0;
	}
.gallery-item img {
	border-radius: 3px;
	border: #efefef solid 1px;
	}
.commentlist .bypostauthor 							{ 	border-left: #000 solid 5px; padding-left: 10px; }
.commentlist li ul.children li.bypostauthor 		{ 	border-left: #000 solid 5px; padding-left: 10px; }
.mwm_pagination 									{	text-align: center; font-family: arial, sans-serif; padding: 35px 0;	}
.numnav li a, .numnav li a:hover,
	.numnav li.active a, .numnav li.disabled 		{   border: #3fa092 solid 1px; color: #fff!important;  text-decoration:none; background-color: #3fa092; border-radius: 3px; cursor: pointer; padding: 12px; padding: 0.75rem;   }
.numnav li 											{   display: inline;   }
.numnav li.active a { background-color: #fff!important; color: #3fa092!important;  }
.numnav ul { margin: 0!important; padding: 0!important; }
