

/* =====================================
   6a. Blog Structure                                      
   ===================================== */

.blog-listing.page-center {
  max-width: 100% !important;
  padding: 0 !important;
}

.listing-layout, 
.infinite-layout {
  margin: 0 auto;
}

/* =====================================
   6b. Blog Listing                                        
   ===================================== */

/*** Listing Base ***/
.listing-layout,
.infinite-layout {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
	-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center
  list-style-type: none;
  padding-left: 0;
}
.listing-layout ul,
.infinite-layout ul {
  list-style-type: none;
  padding-left: 0;
}
.listing-layout ul > li,
.infinite-layout ul > li {
  position: relative;
  width: 100%;
  display: block;
}
.listing-layout li[class^="post"],
.infinite-layout li[class^="post"] {
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;
}
.listing-layout li[class^="post"]:hover,
.infinite-layout li[class^="post"]:hover {
	-webkit-transform: scale(.975);
    -moz-transform: scale(.975);
    -o-transform: scale(.975);
    -ms-transform: scale(.975);
    transform: scale(.975);;
}
.listing-layout ul > li.blog-offer {
	color: #fff;
  padding: 15px;
  box-shadow: none;
}
.listing-layout ul > li.blog-offer > .inner-flex {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  height: 100%;
}
.listing-layout ul > li.blog-offer .btnSolid {
  margin-top: 15px; 
}
li.post-item {
	border: 4px solid #fff;
	margin: 0 !important;
	overflow: hidden;
}
li.post-item *:not(.read-more) {
	color: inherit !important;
}
li.post-item .post-title {
	color: #1C1C1C;
	margin-bottom: 10px;
	line-height: normal;
  -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;;
}
.listing-layout li[class^="post"]:hover .post-title,
.infinite-layout li[class^="post"]:hover .post-title {
  color: #0eb1d2;
}
li.post-item > a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  /*padding: 15px;*/
}
li.post-item > a * {
  text-decoration: none;
}
li.post-item .featured-img {
	overflow: hidden;
	position: relative;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: 50%;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
li.post-item .featured-img img {
  object-fit: cover;
  object-position: 50%;
	height: 100%;
}
li.post-item .post-title {
	margin-top: 0;
	margin-bottom: 15px;
}
li.post-item .post-info-wrapper .post-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
li.post-item .post-info-wrapper {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	padding: 5%;
}
li.post-item .post-info-wrapper .inner-wrapper {
	width: 100%;
}
li.post-item .post-date {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 6px;
}
li.post-item .post-meta {
  margin-bottom: 10px
}
li.post-item .read-more:not(.btn) {
	margin-top: 20px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
li.post-item .read-more:not(.btn) svg {
	vertical-align: middle;
	position: relative;
	margin-top: -3px;
	margin-left: 7px;
}

/** Post Tags **/
.post-category {
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
}
.post-label {
	margin-bottom: 15px;
	font-size: 16px;
}
.post-label span {
	background-color: #0EB1D2;
	padding: 4px 7px;
	color: #fff;
}

/*** Listing Layout ***/
.blog-block-1,
.blog-block-2 {
	width: 50%;
}
.blog-block-3 {
	width: 100%;
}

.blog-block-3 {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	  -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}
.blog-block-3 ul {
	width: 100%;
}

.blog-block-1 ul,
.blog-block-2 ul {
	display: block;
	height: 100%;
	margin: 0 !important;
}

.blog-block-3 ul {
	display: block;
	margin: 0 !important;
}

.post1,
.post4,
.post5 {
	min-height: 750px;
	height: 100vh;
}
.post1 a > .featured-img,
.post4 a > .featured-img,
.post5 a > .featured-img {
	height: 50vh;
}

.post2,
.post3,
.post6,
.post7 {
	min-height: 375px;
	height: 50vh;
	max-height: 700px;
}
.post2 a > div,
.post3 a > div,
.post6 a > div,
.post7 a > div {
	height: 100%;
}


.post1,
.post5 {
	background: #030406;
	color: #fff;
}
.post2,
.post6 {
	background: #252525;
	color: #fff;
}
.post3 {
	background: #DB03DB;
	color: #fff;
}
.post4 {
	background: #fff;
	color: #1C1C1C;
}
.post7 {
	background: #02626A;
	color: #fff;
}

.post1 a,
.post4 a,
.post5 a {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	  -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}
.post1 a .featured-img,
.post4 a .featured-img,
.post5 a .featured-img {
	flex: 1 1;
}
.post1 a .post-info-wrapper,
.post4 a .post-info-wrapper,
.post5 a .post-info-wrapper {
	flex: 0 0 auto;
}
.post1 .read-more:not(.btn),
.post4 .read-more:not(.btn),
.post5 .read-more:not(.btn) {
	display: none !important;
}

.post2 a,
.post3 a,
.post6 a,
.post7 a {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	  -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}
.post2 a > div,
.post3 a > div,
.post6 a > div,
.post7 a > div {
	width: 100%;
}
.post2 .featured-img,
.post3 .featured-img,
.post6 .featured-img,
.post7 .featured-img {
	height: 100%;
}
.post2 .post-meta,
.post3 .post-meta,
.post6 .post-meta, 
.post7 .post-meta,
.post2 .btn,
.post3 .btn,
.post6 .btn, 
.post7 .btn {
	display: none !important;
}
.post6 .post-info-wrapper {
	order: 1;
}
.post6 .featured-img {
	order: 2;
}

.post-item .btn {
	margin-top: 20px;
}

@media (max-width: 1200px) and (min-width: 993px) {
	li.post-item h3 {
		font-size: 24px;
	}
	li.post-item {
		font-size: 16px;
	}
}
@media (max-width: 992px) {
	.blog-block-1,
	.blog-block-2 {
		width: 100%;
	}
	.blog-block-3 {
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	}
	.blog-block-2 ul {
		display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	}
	.post3 {
		order: 2;
	}
	.post4 {
		order: 1;
	}
	.post1,
	.post4,
	.post5 {
		height: initial;
		min-height: 0;
	}
	.post1 a > .featured-img,
	.post4 a > .featured-img,
	.post5 a > .featured-img {
		height: 50vh;
	}
	.post2,
	.post3,
	.post6,
	.post7 {
		height: initial;
		min-height: 0;
		max-height: none;
	}
	.post2 a > div,
	.post3 a > div,
	.post6 a > div,
	.post7 a > div {
		height: initial;
	}
	.post2 .featured-img,
	.post3 .featured-img,
	.post6 .featured-img,
	.post7 .featured-img {
		height: initial;
		min-height: 250px;
	}
}
@media (max-height: 767px) and (max-width: 1380px) {
	li.post-item .post-title {
		font-size: 24px;
	}
	li.post-item {
		font-size: 16px;
	}
	li.post-item .read-more:not(.btn) {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	li.post-item .post-title {
		font-size: 24px;
	}
	li.post-item {
		font-size: 16px;
	}
	li.post-item .read-more:not(.btn) {
		margin-top: 10px;
	}
}

@media (max-width: 576px) {
	li.post-item .post-meta {
		display: none !important;
	}
}


/**** Categories ****/
.listing-cats ul {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	  -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.listing-cats ul li {
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;
	text-align: center;
	margin: 0 !important;
	width: 100%;
	background: #F9F9F9;
	border: 4px solid #fff;
}
.listing-cats ul li a {
	display: block;
	color: #1C1C1C;
	font-weight: 700;
	text-decoration: none;
	padding: 40px 5%;
}
.listing-cats ul li a:hover,
.listing-cats ul li a:focus,
.listing-cats ul li a:active {
	color: #1C1C1C;
	text-decoration: none !important;
}
.listing-cats ul li:hover {
	background: rgba(219, 3, 219,.20);
}
/** active **/
.listing-cats ul li.current-tag {
	background: #DB03DB;
}
.listing-cats ul li.current-tag a {
	color: #fff;
}
@media (max-width: 992px) {
	.listing-cats ul li a {
		padding: 30px 5%;
	}
	.listing-cats ul li a span {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.listing-cats ul {
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	}
	.listing-cats ul li {
		width: 33.33%;
	}
}
@media (max-width: 576px) {
	.listing-cats ul li a {
		padding: 20px 5%;
	}
	.listing-cats ul li a span {
		font-size: 16px;
	}
}

/* =====================================
   6c. Blog Pagination                                      
   ===================================== */
   
.listing-pagination {
  width: 100%;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.listing-pagination, ul.pagination {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
}
.pagination {
	background: none !important;
}
ul.pagination {
  line-height: 0;
  list-style: none;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  padding: 0;
}
ul.pagination li {
  font-weight: 500;
  margin: 0 7px;
}
ul.pagination li a {
  display: block;
  padding: 18px 15px;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  color: #1C1C1C;
  text-decoration: none;
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
ul.pagination li a:hover,
ul.pagination li a:focus {
  text-decoration: underline;
  color: #DB03DB;
}
ul.pagination li.disabled a {
  color: #B1C2D5;
  pointer-events: none !important;
  text-decoration: none !important;
}
ul.pagination li.active a {
  font-weight: bold;
  border: 1px solid #DB03DB;
  background: #DB03DB;
  color: #fff;
}
ul.pagination li.active a:hover, 
ul.pagination li.active a:focus {
  color: #fff;
}
ul.pagination li.prev-page a, ul.pagination li.next-page a {
  width: auto !important;
}
@media screen and (max-width: 414px) {
  ul.pagination li {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  ul.pagination li.prev-page a span {
    display: none !important;
  }
  ul.pagination li.next-page a span {
    display: none !important;
  }    
}



.load-more-wrapper {
	padding: 26px;
	text-align: center;
}
.page-load-status {
	padding-top: 26px;
}
.page-load-status,
.page-load-status .infinite-scroll-request {
	display: none;
}
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 0 auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #DB03DB;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}
@keyframes slide {
  to { transform: translateX(1.5em) }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}


/*
.blog-pagination {
	padding: 70px 0;
}
*/
.blog-pagination .inner-flex {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.blog-pagination .inner-flex > * {
	width: 100%;
	flex: 1 1 100%;
}
.blog-pagination a {
	display: inline-block;
	width: auto;
	font-size: 21px;
	color: #333333;
}
.blog-pagination .prev-posts-link {
	text-align: left;
}
.blog-pagination .next-posts-link {
	text-align: right;
}
.blog-pagination .prev-posts-link a:before,
.blog-pagination .next-posts-link a:after {
	content: "";
	background-image: url('https://4565385.fs1.hubspotusercontent-na1.net/hubfs/4565385/blog-pagination-arrow.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 44px;
	width: 44px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 16px;
	margin-right: 16px;
}
.blog-pagination .prev-posts-link a:before {
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);;
	margin-left: 0 !important;
}
.blog-pagination .next-posts-link a:after {
	margin-right: 0 !important;
}
@media (max-width: 767px) {
	.blog-pagination a {
		font-size: 18px;
	}
	.blog-pagination .prev-posts-link a:before,
	.blog-pagination .next-posts-link a:after {
		margin-left: 10px;
		margin-right: 10px;
		height: 35px;
		width: 35px;
	}
}
@media (max-width: 479px) {
	.blog-pagination {
		padding: 50px 0 60px;
	}
	.blog-pagination a {
		font-size: 17px;
	}
}
@media (max-width: 374px) {
	.blog-pagination a span {
		display: none !important;
	}
}
   
   
/* =====================================
   6e. Blog Post                                 
   ===================================== */

.header-container-wrapper .header-module-wrapper,
.post-header-wrapper {
	background: #252525;
}

/*** Post Header ***/
.blog-post-wrapper .post-header {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.blog-post-wrapper .post-header .back-link {
	margin-bottom: 10px;
}
.blog-post-wrapper .post-header .back-link a {
  font-size: 16px;
	color: #fff;
  text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
}
.blog-post-wrapper .post-header .back-link a svg {
	margin-top: -1px;
	transform: rotate(180deg);
	width: .8em;
	height: .8em;
	margin-right: 7px;
}
.blog-post-wrapper .post-header .back-link a:hover {
  text-decoration: none; 
	border-bottom: 1px solid #fff;
}
.blog-post-wrapper .post-header h1 {
  font-weight: 400;
  margin: 0; 
}
.blog-post-wrapper .post-header > div:first-of-type {
  width: 48%;
  margin-right: 2%
}
.blog-post-wrapper .post-header > div:last-of-type {
  width: 48%;
  margin-left: 2%;
}
.blog-post-wrapper .post-header .post-details .post-date {
	color: #6B6B6B;
	font-size: 18px;
  margin-top: 5px;
}
.blog-post-wrapper .post-header .topic-tags {
  padding-bottom: 0;
  position: relative;
}
.post-header .post-tag {
	font-size: 16px;
}

/*** Featured image ***/
.blog-post-wrapper .post-header .featured-img {
  text-align: right;
}
.blog-post-wrapper .post-header .featured-img img {
	border-radius: 2px;
  max-width: 100%;
	height: 100%;
	width: 100%;
	min-height: 250px;
  max-height: 500px;
  object-fit: cover;
  object-position: 50% 50%;  
}
@media (max-width: 768px) {
  .blog-post-wrapper .post-header > div:first-of-type {
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .blog-post-wrapper .post-header > div:last-of-type {
    width: 100%;
    margin-left: 0;
  }
  .blog-post-wrapper .post-header .featured-img {
    text-align: center;
  }  
}

/*** Post Layout ***/
.blog-post-wrapper .post-layout-wrapper {
  position: relative; 
}
.blog-post-wrapper .post-layout {
  position: relative; 
  overflow: visible;
}
.blog-post-wrapper .post-layout .post-body {
  position: relative;
  max-width: 930px;
/* Michael Addition */
  max-width: 810px;
/* Michael Addition */
  margin: 0 auto;
}
.blog-post-wrapper .post-layout .sticky-share {
	max-width: 182px;
/* Michael Addition */
  	max-width: 260px;
/* Michael Addition */
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
  margin-left: 0;
  z-index: 5;
  float: left;
	padding: 0;
  background: #fff;
  text-align: center;
}
.blog-post-wrapper .post-layout .social-share {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog-post-wrapper .post-layout .social-share a {
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
	width: auto !important;
  display: inline-block;
  margin: 0 3%;
}
.blog-post-wrapper .post-layout .social-share a:hover,
.blog-post-wrapper .post-layout .social-share a:focus {
	opacity: .75;
}
.blog-post-wrapper .post-layout .social-share a img {
	max-height: 50px !important;
	max-width: 50px !important;
	width: 100% !important;
}
@media (max-width: 1450px) {
  .blog-post-wrapper .post-layout .sticky-share {
    display: none;
  }
}

/*** Post Body ***/
.post-body figure {
	margin-left: 0;
	margin-right: 0;
}
.post-body iframe {
	width: 100%;
}
.post-body h2 {
	font-weight: 400;
	color: #0EB1D2;
}

/*** Related Posts ***/
.related-title {
	font-weight: 400;
	color: #0EB1D2;
}

/*** Sticky Share ***/
.sticky-share span {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}
.sticky-share a {
	width: auto !important;
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  display: block;
  opacity: 1;
  position: relative;
  margin: 2px 10px 2px 0;
}
.sticky-share a:last-child {
	margin-right: 0;
}
.sticky-share a:hover,
.sticky-share a:focus {
	opacity: .75;
}
.sticky-share a img {
	max-height: 50px !important;
	max-width: 50px !important;
	width: 100% !important;
}

/* Michaels Table of Content Addition */


.toc-container {
  padding: 1.5rem;
  background-color: #e0e0e0;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.toc-container h4 {
  text-align: center; 
}

.toc-list-item {
  margin-right: 1rem; 
}

.toc-container .js-toc .toc-list .toc-list-item:marker {
  margin: 1rem !important; 
}
/* End Michaels Table of Content Addition */