/* MQ 1/27/21 Home page metaslider fix. The responsive slider type ("R. Slides") is not compatible with newer 
   versions of jQuery (3.5.1 as of today). Fix is to change to FlexSlider type, and also set effect to fade. Then
   add the CSS below, because the FlexSlider is positioned lower on screen for some reason.
*/
/* -------------------------------*/
/* Home page metaslider fix BEGIN */
/* -------------------------------*/
body.home #bckgrnd > div.container {
  position: relative;
  top: -90px;
}

body.home #bckgrnd > div.container > #header {
  position: relative;
  top: 90px;
}
/* -------------------------------*/
/* Home page metaslider fix END   */
/* -------------------------------*/

#contentMid div.col-md-4 #side-panel li.widget_slideshow > h2 {
	display: none;
}

#contentMid div.col-md-4 #side-panel li.widget_slideshow div.ngg-slideshow {
	margin: 5px 0 0 0 !important;
	
}