.jssocials-shares{display:inline-grid !important;}
#share{position:fixed !important;}
.suggestedBlogLink{font-weight: heavy !important;color: var(--myOrange) !important;}
.suggestedBlogLink:hover{color: var(--myOrange) !important;}
.blogPostHover:hover{box-shadow: 4px 8px 20px 0 rgb(48 49 51 / 40%);}
.miniBlogImage{max-height:30vh !important;}
@media print {
   #share, #hero-blog, .social-media, .tr-menu, .ftco-navbar , .blogPostHover, .ftco-footer , .newEntry{ display: none !important; }
   .ftco-section{padding-bottom:0px !important;}
}
#blogContainer li{
   list-style-type:decimal;
   font-size: 1.4em;
   margin-top: 1.9em;
   color: black;
}
.li-dash li{
	list-style-type:disc !important;
	font-size: 1em !important;
}
.li-dash li:first{
	margin-top: 1.5em !important;
	
}

/* adaptable width for devices*/
/*@media (min-width: 576px) {*/
@media (max-width: 768px) {
/* sm */
.w-25-sm{width: 25% !important; }
.w-50-sm{width: 50% !important; }
.w-75-sm{width: 75% !important; }
.w-100-sm{width: 100% !important; }
}

@media (min-width: 768px) {
/* md */
.w-25-md{width: 25% !important; }
.w-50-md{width: 50% !important; }
.w-75-md{width: 75% !important; }
.w-100-md{width: 100% !important; }
}

@media (min-width: 992px) {
/* lg */
.w-25-lg{width: 25% !important; }
.w-50-lg{width: 50% !important; }
.w-75-lg{width: 75% !important; }
.w-100-lg{width: 100% !important; }
}

@media (min-width: 1200px) {
/* xl */
.w-25-xl{width: 25% !important; }
.w-50-xl{width: 50% !important; }
.w-75-xl{width: 75% !important; }
.w-100-xl{width: 100% !important; }
}

#blogContainer .li-dash li{
   color: gray;
   margin-top:0.25em;
}