.molongui-disabled-link {
	border-bottom: none !important;
	text-decoration: none !important;
	color: inherit !important;
	cursor: inherit !important;
}

.molongui-disabled-link:hover, .molongui-disabled-link:hover span {
	border-bottom: none !important;
	text-decoration: none !important;
	color: inherit !important;
	cursor: inherit !important;
}

.m-flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.m-flex-container, .m-flex-container *, .m-flex-container *:before, .m-flex-container *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-flex-container .m-flex-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.m-flex-container .m-flex-column {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.m-flex-container .m-flex-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	padding: 15px 20px;
}

.m-a-box-avatar .acronym-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	background-color: #1d2327;
}

.m-a-box-avatar .acronym-container>div {
	text-align: center;
	font-size: 78px;
	font-weight: 300;
	color: #d93;
	position: relative;
	top: -.065em;
}

.single .post .author-info, .author-bio {
	display: none !important;
}

.m-a-box-shadow-left {
	box-shadow: -10px 10px 10px #ababab;
}

.m-a-box-shadow-right {
	box-shadow: 10px 10px 10px #ababab;
}

.m-a-box-shadow-none {
	box-shadow: none;
}

.m-radius-rounded, .m-radius-rounded img, .m-radius-rounded picture {
	border-radius: 10px !important;
}

.m-radius-none, .m-radius-none img, .m-radius-none picture {
	border-radius: 0 !important;
}

.m-radius-circled, .m-radius-circled img, .m-radius-circled picture {
	border-radius: 50% !important;
}

.m-a-box-container .molongui-author {
	display: block;
	margin-bottom: 30px;
}

.m-a-box-container .molongui-author:last-child {
	margin-bottom: 0;
}

.m-a-box-container .molongui-author .m-a-box-avatar img {
	margin: 0 auto;
}

@container author-box-container (min-width: 600px) {
	.molongui-author {
		display: inherit;
	}
}

.m-a-box-container[min-width~="600px"] .molongui-author {
	display: inherit;
}

@media screen and (max-width:650px) {}

@media screen and (max-width:400px) {}

@container author-box-container (min-width: 600px) {}

.m-a-box-profile .m-a-box-profile-multiauthor {
	width: 100%;
	margin-bottom: 4rem;
}

.m-a-box-profile .m-a-box-profile-multiauthor:last-of-type {
	margin-bottom: 0;
}

.m-a-box-profile .m-a-box-content-top .m-a-box-profile-title {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #333;
	font-size: 18px;
	text-align: left;
}

@container author-box-container (max-width: 599px) {}

@container author-box-container (min-width: 600px) {}

.m-a-box-related[data-related-layout='layout-1'] .m-a-box-content-top .m-a-box-related-title {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #333;
	font-size: 18px;
	text-align: left;
}

.m-a-box-related[data-related-layout='layout-2'] .m-a-box-content-top .m-a-box-related-title {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #333;
	font-size: 18px;
	text-align: left;
}

.m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-thumb {
	flex: 0 0 70px;
	margin-right: 1rem;
}

.m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-data {
	width: 100%;
}

.m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-date {
	margin-bottom: .3rem;
	line-height: 1;
	font-size: 80%;
	text-transform: uppercase;
	color: grey;
}

@container author-box-container (min-width: 600px) {}

.m-a-icon-googleplus:before {
	content: "";
}

.m-a-icon-pinterest:before {
	content: "";
}

.m-a-icon-tumblr:before {
	content: "";
}

.m-a-icon-renren:before {
	content: "";
}

.m-a-icon-vk:before {
	content: "";
}

.m-a-icon-flickr:before {
	content: "";
}

.m-a-icon-vine:before {
	content: "";
}

.m-a-icon-meetup:before {
	content: "";
}

.m-a-icon-weibo:before {
	content: "";
}

.m-a-icon-deviantart:before {
	content: "";
}

.m-a-icon-stumbleupon:before {
	content: "";
}

.m-a-icon-myspace:before {
	content: "";
}

.m-a-icon-mixi:before {
	content: "";
}

.m-a-icon-soundcloud:before {
	content: "";
}

.m-a-icon-lastfm:before {
	content: "";
}

.m-a-icon-foursquare:before {
	content: "";
}

.m-a-icon-spotify:before {
	content: "";
}

.m-a-icon-vimeo:before {
	content: "";
}

.m-a-icon-dailymotion:before {
	content: "";
}

.m-a-icon-reddit:before {
	content: "";
}

.m-a-icon-skype:before {
	content: "";
}

.m-a-icon-periscope:before {
	content: "";
}

.m-a-icon-askfm:before {
	content: "";
}

.m-a-icon-livejournal:before {
	content: "";
}

.m-a-icon-blogger:before {
	content: "";
}

.m-a-icon-taringa:before {
	content: "";
}

.m-a-icon-odnoklassniki:before {
	content: "";
}

.m-a-icon-bebee:before {
	content: "";
}

.m-a-icon-livestream:before {
	content: "";
}

.m-a-icon-slides:before {
	content: "";
}

.m-a-icon-quora:before {
	content: "";
}

.m-a-icon-tinder:before {
	content: "";
}

.m-a-icon-plurk:before {
	content: "";
}

.m-a-icon-buzzfeed:before {
	content: "";
}

.m-a-icon-everplaces:before {
	content: "";
}

.m-a-icon-goodreads:before {
	content: "";
}

.m-a-icon-whatsapp:before {
	content: "";
}

.m-a-icon-telegram:before {
	content: "";
}

.m-a-icon-draugiemlv:before {
	content: "";
}

.m-a-icon-spreaker:before {
	content: "";
}

.m-a-icon-houzz:before {
	content: "";
}

.m-a-icon-tripadvisor:before {
	content: "";
}

.m-a-icon-upwork:before {
	content: "";
}

.m-a-icon-gumtree:before {
	content: "";
}

.m-a-icon-speakerdeck:before {
	content: "";
}

.m-a-icon-runkeeper:before {
	content: "";
}

.m-a-icon-deezer:before {
	content: "";
}

.m-a-icon-bandcamp:before {
	content: "";
}

.m-a-icon-kaggle:before {
	content: "";
}

.m-a-icon-superuser:before {
	content: "";
}

.m-a-icon-500px:before {
	content: "";
}

.m-a-icon-storify:before {
	content: "";
}

.m-a-icon-coderwall:before {
	content: "";
}

.m-a-icon-jsfiddle:before {
	content: "";
}

.m-a-icon-ifixit:before {
	content: "";
}

.m-a-icon-mixcloud:before {
	content: "";
}

.m-a-icon-designernews:before {
	content: "";
}

.m-a-icon-twitch:before {
	content: "";
}

.m-a-icon-readthedocs:before {
	content: "";
}

.m-a-icon-coursera:before {
	content: "";
}

.m-a-icon-googleplay:before {
	content: "";
}

.m-a-icon-styleshare:before {
	content: "";
}

.m-a-icon-github:before {
	content: "";
}

.m-a-icon-wikipedia:before {
	content: "";
}

.m-a-icon-ello:before {
	content: "";
}

.m-a-icon-stitcher:before {
	content: "";
}

.m-a-icon-codepen:before {
	content: "";
}

.m-a-icon-stackoverflow:before {
	content: "";
}

.m-a-icon-digg:before {
	content: "";
}

.m-a-icon-line:before {
	content: "";
}

.m-a-icon-researchgate:before {
	content: "";
}

.m-a-icon-academia:before {
	content: "";
}

.m-a-icon-bookbub:before {
	content: "";
}

.m-a-icon-rss:before {
	content: "";
}

.m-a-icon-applepodcasts:before {
	content: "";
}

.m-a-icon-castbox:before {
	content: "";
}

.m-a-icon-radiopublic:before {
	content: "";
}

.m-a-icon-tunein:before {
	content: "";
}

.m-a-icon-scoutfm:before {
	content: "";
}

.m-a-icon-overcast:before {
	content: "";
}

.m-a-icon-breaker:before {
	content: "";
}

.m-a-icon-philpapers:before {
	content: "";
}

.m-a-icon-lbry:before {
	content: "";
}

.m-a-icon-gab:before {
	content: "";
}

.m-a-icon-orcid:before {
	content: "";
}

.m-a-icon-stackexchange:before {
	content: "";
}

.m-a-icon-mastodon:before {
	content: "";
}

.m-a-icon-peepeth:before {
	content: "";
}

.m-a-icon-vero:before {
	content: "";
}

.m-a-icon-wechat:before {
	content: "";
}

.m-a-icon-bluesky:before {
	content: "";
}

.m-a-icon-strava:before {
	content: "";
}

.m-a-icon-imdb:before {
	content: "";
}

.m-a-icon-threads:before {
	content: "";
}

.m-a-icon-qq:before {
	content: "";
}

.m-a-icon-messenger:before {
	content: "";
}

.m-a-icon-flipboard:before {
	content: "";
}

.m-a-icon-twitterbird:before {
	content: "";
}

.m-a-icon-slideshare:before {
	content: "";
}

.m-a-icon-itunes:before {
	content: "";
}

.m-a-icon-dropbox:before {
	content: "";
}

.m-a-icon-star-bold:before {
	content: "";
}

.m-a-icon-star-empty:before {
	content: "";
}

.m-a-icon-star:before {
	content: "";
}

.m-a-icon-heart-empty:before {
	content: "";
}

.m-a-icon-heart:before {
	content: "";
}

.m-a-icon-ok:before {
	content: "";
}

.m-a-icon-cancel:before {
	content: "";
}

.m-a-icon-plus:before {
	content: "";
}

.m-a-icon-minus:before {
	content: "";
}

.m-a-icon-checkmark:before {
	content: "";
}

.m-a-icon-notice:before {
	content: "";
}

.m-a-icon-tip:before {
	content: "";
}

.m-a-icon-info:before {
	content: "";
}

.m-a-icon-show:before {
	content: "";
}

.m-a-icon-hide:before {
	content: "";
}

.m-a-icon-docs:before {
	content: "";
}

.m-a-icon-list:before {
	content: "";
}

.m-a-icon-feather:before {
	content: "";
}

.m-a-icon-user:before {
	content: "";
}

.m-a-icon-phone:before {
	content: "";
}

.m-a-icon-mail:before {
	content: "";
}

.m-a-icon-mail-alt:before {
	content: "";
}

.m-a-icon-paper-plane-empty:before {
	content: "";
}

.m-a-icon-paper-plane:before {
	content: "";
}

.m-a-icon-at:before {
	content: "";
}

.m-a-icon-web:before {
	content: "";
}

.m-ico-boxed, .m-ico-branded-boxed, .m-ico-branded-boxed-reverse {
	border: 1px solid !important;
	border-radius: 4px;
}

.m-ico-squared, .m-ico-circled {
	color: white !important;
}

.m-ico-circled, .m-ico-branded-circled, .m-ico-branded-circled-reverse {
	border-radius: 100%;
}

.m-ico-branded .m-a-icon-star:before, .m-ico-branded-circled .m-a-icon-star:before, .m-ico-branded-squared .m-a-icon-star:before, .m-ico-branded-boxed .m-a-icon-star:before {
	color: #edaa22;
}

.m-ico-branded .m-a-icon-facebook:before, .m-ico-branded-circled .m-a-icon-facebook:before, .m-ico-branded-squared .m-a-icon-facebook:before, .m-ico-branded-boxed .m-a-icon-facebook:before {
	color: #3b5998;
}

.m-ico-branded .m-a-icon-twitter:before, .m-ico-branded-circled .m-a-icon-twitter:before, .m-ico-branded-squared .m-a-icon-twitter:before, .m-ico-branded-boxed .m-a-icon-twitter:before {
	color: #000;
}

.m-ico-branded .m-a-icon-twitterbird:before, .m-ico-branded-circled .m-a-icon-twitterbird:before, .m-ico-branded-squared .m-a-icon-twitterbird:before, .m-ico-branded-boxed .m-a-icon-twitterbird:before {
	color: #00aced;
}

.m-ico-branded .m-a-icon-linkedin:before, .m-ico-branded-circled .m-a-icon-linkedin:before, .m-ico-branded-squared .m-a-icon-linkedin:before, .m-ico-branded-boxed .m-a-icon-linkedin:before {
	color: #007bb6;
}

.m-ico-branded .m-a-icon-googleplus:before, .m-ico-branded-circled .m-a-icon-googleplus:before, .m-ico-branded-squared .m-a-icon-googleplus:before, .m-ico-branded-boxed .m-a-icon-googleplus:before {
	color: #dd4b39;
}

.m-ico-branded .m-a-icon-youtube:before, .m-ico-branded-circled .m-a-icon-youtube:before, .m-ico-branded-squared .m-a-icon-youtube:before, .m-ico-branded-boxed .m-a-icon-youtube:before {
	color: #b00;
}

.m-ico-branded .m-a-icon-pinterest:before, .m-ico-branded-circled .m-a-icon-pinterest:before, .m-ico-branded-squared .m-a-icon-pinterest:before, .m-ico-branded-boxed .m-a-icon-pinterest:before {
	color: #cb2027;
}

.m-ico-branded .m-a-icon-tumblr:before, .m-ico-branded-circled .m-a-icon-tumblr:before, .m-ico-branded-squared .m-a-icon-tumblr:before, .m-ico-branded-boxed .m-a-icon-tumblr:before {
	color: #2c4762;
}

.m-ico-branded .m-a-icon-instagram:before, .m-ico-branded-circled .m-a-icon-instagram:before, .m-ico-branded-squared .m-a-icon-instagram:before, .m-ico-branded-boxed .m-a-icon-instagram:before {
	color: #405de6;
}

.m-ico-branded .m-a-icon-slideshare:before, .m-ico-branded-circled .m-a-icon-slideshare:before, .m-ico-branded-squared .m-a-icon-slideshare:before, .m-ico-branded-boxed .m-a-icon-slideshare:before {
	color: #007bb6;
}

.m-ico-branded .m-a-icon-renren:before, .m-ico-branded-circled .m-a-icon-renren:before, .m-ico-branded-squared .m-a-icon-renren:before, .m-ico-branded-boxed .m-a-icon-renren:before {
	color: #005eac;
}

.m-ico-branded .m-a-icon-vk:before, .m-ico-branded-circled .m-a-icon-vk:before, .m-ico-branded-squared .m-a-icon-vk:before, .m-ico-branded-boxed .m-a-icon-vk:before {
	color: #45668e;
}

.m-ico-branded .m-a-icon-flickr:before, .m-ico-branded-circled .m-a-icon-flickr:before, .m-ico-branded-squared .m-a-icon-flickr:before, .m-ico-branded-boxed .m-a-icon-flickr:before {
	color: #f40083;
}

.m-ico-branded .m-a-icon-vine:before, .m-ico-branded-circled .m-a-icon-vine:before, .m-ico-branded-squared .m-a-icon-vine:before, .m-ico-branded-boxed .m-a-icon-vine:before {
	color: #00b489;
}

.m-ico-branded .m-a-icon-meetup:before, .m-ico-branded-circled .m-a-icon-meetup:before, .m-ico-branded-squared .m-a-icon-meetup:before, .m-ico-branded-boxed .m-a-icon-meetup:before {
	color: #e0393e;
}

.m-ico-branded .m-a-icon-weibo:before, .m-ico-branded-circled .m-a-icon-weibo:before, .m-ico-branded-squared .m-a-icon-weibo:before, .m-ico-branded-boxed .m-a-icon-weibo:before {
	color: #e6162d;
}

.m-ico-branded .m-a-icon-deviantart:before, .m-ico-branded-circled .m-a-icon-deviantart:before, .m-ico-branded-squared .m-a-icon-deviantart:before, .m-ico-branded-boxed .m-a-icon-deviantart:before {
	color: #4a5d4e;
}

.m-ico-branded .m-a-icon-stumbleupon:before, .m-ico-branded-circled .m-a-icon-stumbleupon:before, .m-ico-branded-squared .m-a-icon-stumbleupon:before, .m-ico-branded-boxed .m-a-icon-stumbleupon:before {
	color: #eb4924;
}

.m-ico-branded .m-a-icon-myspace:before, .m-ico-branded-circled .m-a-icon-myspace:before, .m-ico-branded-squared .m-a-icon-myspace:before, .m-ico-branded-boxed .m-a-icon-myspace:before {
	color: #000;
}

.m-ico-branded .m-a-icon-mixi:before, .m-ico-branded-circled .m-a-icon-mixi:before, .m-ico-branded-squared .m-a-icon-mixi:before, .m-ico-branded-boxed .m-a-icon-mixi:before {
	color: #e0c074;
}

.m-ico-branded .m-a-icon-soundcloud:before, .m-ico-branded-circled .m-a-icon-soundcloud:before, .m-ico-branded-squared .m-a-icon-soundcloud:before, .m-ico-branded-boxed .m-a-icon-soundcloud:before {
	color: #f50;
}

.m-ico-branded .m-a-icon-lastfm:before, .m-ico-branded-circled .m-a-icon-lastfm:before, .m-ico-branded-squared .m-a-icon-lastfm:before, .m-ico-branded-boxed .m-a-icon-lastfm:before {
	color: #d51007;
}

.m-ico-branded .m-a-icon-foursquare:before, .m-ico-branded-circled .m-a-icon-foursquare:before, .m-ico-branded-squared .m-a-icon-foursquare:before, .m-ico-branded-boxed .m-a-icon-foursquare:before {
	color: #fc4575;
}

.m-ico-branded .m-a-icon-spotify:before, .m-ico-branded-circled .m-a-icon-spotify:before, .m-ico-branded-squared .m-a-icon-spotify:before, .m-ico-branded-boxed .m-a-icon-spotify:before {
	color: #2ebd59;
}

.m-ico-branded .m-a-icon-vimeo:before, .m-ico-branded-circled .m-a-icon-vimeo:before, .m-ico-branded-squared .m-a-icon-vimeo:before, .m-ico-branded-boxed .m-a-icon-vimeo:before {
	color: #45bbff;
}

.m-ico-branded .m-a-icon-dailymotion:before, .m-ico-branded-circled .m-a-icon-dailymotion:before, .m-ico-branded-squared .m-a-icon-dailymotion:before, .m-ico-branded-boxed .m-a-icon-dailymotion:before {
	color: #0066dc;
}

.m-ico-branded .m-a-icon-phone:before, .m-ico-branded-circled .m-a-icon-phone:before, .m-ico-branded-squared .m-a-icon-phone:before, .m-ico-branded-boxed .m-a-icon-phone:before {
	color: #333;
}

.m-ico-branded .m-a-icon-reddit:before, .m-ico-branded-circled .m-a-icon-reddit:before, .m-ico-branded-squared .m-a-icon-reddit:before, .m-ico-branded-boxed .m-a-icon-reddit:before {
	color: #ff4500;
}

.m-ico-branded .m-a-icon-skype:before, .m-ico-branded-circled .m-a-icon-skype:before, .m-ico-branded-squared .m-a-icon-skype:before, .m-ico-branded-boxed .m-a-icon-skype:before {
	color: #00aff0;
}

.m-ico-branded .m-a-icon-livejournal:before, .m-ico-branded-circled .m-a-icon-livejournal:before, .m-ico-branded-squared .m-a-icon-livejournal:before, .m-ico-branded-boxed .m-a-icon-livejournal:before {
	color: #00b0ea;
}

.m-ico-branded .m-a-icon-taringa:before, .m-ico-branded-circled .m-a-icon-taringa:before, .m-ico-branded-squared .m-a-icon-taringa:before, .m-ico-branded-boxed .m-a-icon-taringa:before {
	color: #005dab;
}

.m-ico-branded .m-a-icon-odnoklassniki:before, .m-ico-branded-circled .m-a-icon-odnoklassniki:before, .m-ico-branded-squared .m-a-icon-odnoklassniki:before, .m-ico-branded-boxed .m-a-icon-odnoklassniki:before {
	color: #f4731c;
}

.m-ico-branded .m-a-icon-askfm:before, .m-ico-branded-circled .m-a-icon-askfm:before, .m-ico-branded-squared .m-a-icon-askfm:before, .m-ico-branded-boxed .m-a-icon-askfm:before {
	color: #db3552;
}

.m-ico-branded .m-a-icon-goodreads:before, .m-ico-branded-circled .m-a-icon-goodreads:before, .m-ico-branded-squared .m-a-icon-goodreads:before, .m-ico-branded-boxed .m-a-icon-goodreads:before {
	color: #630;
}

.m-ico-branded .m-a-icon-periscope:before, .m-ico-branded-circled .m-a-icon-periscope:before, .m-ico-branded-squared .m-a-icon-periscope:before, .m-ico-branded-boxed .m-a-icon-periscope:before {
	color: #40a4c4;
}

.m-ico-branded .m-a-icon-telegram:before, .m-ico-branded-circled .m-a-icon-telegram:before, .m-ico-branded-squared .m-a-icon-telegram:before, .m-ico-branded-boxed .m-a-icon-telegram:before {
	color: #2ca5e0;
}

.m-ico-branded .m-a-icon-livestream:before, .m-ico-branded-circled .m-a-icon-livestream:before, .m-ico-branded-squared .m-a-icon-livestream:before, .m-ico-branded-boxed .m-a-icon-livestream:before {
	color: #cf202e;
}

.m-ico-branded .m-a-icon-styleshare:before, .m-ico-branded-circled .m-a-icon-styleshare:before, .m-ico-branded-squared .m-a-icon-styleshare:before, .m-ico-branded-boxed .m-a-icon-styleshare:before {
	color: #231f20;
}

.m-ico-branded .m-a-icon-everplaces:before, .m-ico-branded-circled .m-a-icon-everplaces:before, .m-ico-branded-squared .m-a-icon-everplaces:before, .m-ico-branded-boxed .m-a-icon-everplaces:before {
	color: #fa4b32;
}

.m-ico-branded .m-a-icon-draugiemlv:before, .m-ico-branded-circled .m-a-icon-draugiemlv:before, .m-ico-branded-squared .m-a-icon-draugiemlv:before, .m-ico-branded-boxed .m-a-icon-draugiemlv:before {
	color: #f60;
}

.m-ico-branded .m-a-icon-blogger:before, .m-ico-branded-circled .m-a-icon-blogger:before, .m-ico-branded-squared .m-a-icon-blogger:before, .m-ico-branded-boxed .m-a-icon-blogger:before {
	color: #f38936;
}

.m-ico-branded .m-a-icon-plurk:before, .m-ico-branded-circled .m-a-icon-plurk:before, .m-ico-branded-squared .m-a-icon-plurk:before, .m-ico-branded-boxed .m-a-icon-plurk:before {
	color: #ff6b6b;
}

.m-ico-branded .m-a-icon-buzzfeed:before, .m-ico-branded-circled .m-a-icon-buzzfeed:before, .m-ico-branded-squared .m-a-icon-buzzfeed:before, .m-ico-branded-boxed .m-a-icon-buzzfeed:before {
	color: #e32;
}

.m-ico-branded .m-a-icon-slides:before, .m-ico-branded-circled .m-a-icon-slides:before, .m-ico-branded-squared .m-a-icon-slides:before, .m-ico-branded-boxed .m-a-icon-slides:before {
	color: #e4637c;
}

.m-ico-branded .m-a-icon-deezer:before, .m-ico-branded-circled .m-a-icon-deezer:before, .m-ico-branded-squared .m-a-icon-deezer:before, .m-ico-branded-boxed .m-a-icon-deezer:before {
	color: #2dc9d7;
}

.m-ico-branded .m-a-icon-spreaker:before, .m-ico-branded-circled .m-a-icon-spreaker:before, .m-ico-branded-squared .m-a-icon-spreaker:before, .m-ico-branded-boxed .m-a-icon-spreaker:before {
	color: #f5c300;
}

.m-ico-branded .m-a-icon-runkeeper:before, .m-ico-branded-circled .m-a-icon-runkeeper:before, .m-ico-branded-squared .m-a-icon-runkeeper:before, .m-ico-branded-boxed .m-a-icon-runkeeper:before {
	color: #31a4d9;
}

.m-ico-branded .m-a-icon-medium:before, .m-ico-branded-circled .m-a-icon-medium:before, .m-ico-branded-squared .m-a-icon-medium:before, .m-ico-branded-boxed .m-a-icon-medium:before {
	color: #00ab6b;
}

.m-ico-branded .m-a-icon-speakerdeck:before, .m-ico-branded-circled .m-a-icon-speakerdeck:before, .m-ico-branded-squared .m-a-icon-speakerdeck:before, .m-ico-branded-boxed .m-a-icon-speakerdeck:before {
	color: #396;
}

.m-ico-branded .m-a-icon-kaggle:before, .m-ico-branded-circled .m-a-icon-kaggle:before, .m-ico-branded-squared .m-a-icon-kaggle:before, .m-ico-branded-boxed .m-a-icon-kaggle:before {
	color: #20beff;
}

.m-ico-branded .m-a-icon-houzz:before, .m-ico-branded-circled .m-a-icon-houzz:before, .m-ico-branded-squared .m-a-icon-houzz:before, .m-ico-branded-boxed .m-a-icon-houzz:before {
	color: #7ac142;
}

.m-ico-branded .m-a-icon-gumtree:before, .m-ico-branded-circled .m-a-icon-gumtree:before, .m-ico-branded-squared .m-a-icon-gumtree:before, .m-ico-branded-boxed .m-a-icon-gumtree:before {
	color: #72ef36;
}

.m-ico-branded .m-a-icon-upwork:before, .m-ico-branded-circled .m-a-icon-upwork:before, .m-ico-branded-squared .m-a-icon-upwork:before, .m-ico-branded-boxed .m-a-icon-upwork:before {
	color: #6fda44;
}

.m-ico-branded .m-a-icon-superuser:before, .m-ico-branded-circled .m-a-icon-superuser:before, .m-ico-branded-squared .m-a-icon-superuser:before, .m-ico-branded-boxed .m-a-icon-superuser:before {
	color: #2eace3;
}

.m-ico-branded .m-a-icon-bandcamp:before, .m-ico-branded-circled .m-a-icon-bandcamp:before, .m-ico-branded-squared .m-a-icon-bandcamp:before, .m-ico-branded-boxed .m-a-icon-bandcamp:before {
	color: #408294;
}

.m-ico-branded .m-a-icon-itunes:before, .m-ico-branded-circled .m-a-icon-itunes:before, .m-ico-branded-squared .m-a-icon-itunes:before, .m-ico-branded-boxed .m-a-icon-itunes:before {
	color: #333;
}

.m-ico-branded .m-a-icon-mail:before, .m-ico-branded-circled .m-a-icon-mail:before, .m-ico-branded-squared .m-a-icon-mail:before, .m-ico-branded-boxed .m-a-icon-mail:before {
	color: #333;
}

.m-ico-branded .m-a-icon-ifixit:before, .m-ico-branded-circled .m-a-icon-ifixit:before, .m-ico-branded-squared .m-a-icon-ifixit:before, .m-ico-branded-boxed .m-a-icon-ifixit:before {
	color: #0071ce;
}

.m-ico-branded .m-a-icon-stitcher:before, .m-ico-branded-circled .m-a-icon-stitcher:before, .m-ico-branded-squared .m-a-icon-stitcher:before, .m-ico-branded-boxed .m-a-icon-stitcher:before {
	color: #000;
}

.m-ico-branded .m-a-icon-storify:before, .m-ico-branded-circled .m-a-icon-storify:before, .m-ico-branded-squared .m-a-icon-storify:before, .m-ico-branded-boxed .m-a-icon-storify:before {
	color: #3a98d9;
}

.m-ico-branded .m-a-icon-readthedocs:before, .m-ico-branded-circled .m-a-icon-readthedocs:before, .m-ico-branded-squared .m-a-icon-readthedocs:before, .m-ico-branded-boxed .m-a-icon-readthedocs:before {
	color: #8ca1af;
}

.m-ico-branded .m-a-icon-ello:before, .m-ico-branded-circled .m-a-icon-ello:before, .m-ico-branded-squared .m-a-icon-ello:before, .m-ico-branded-boxed .m-a-icon-ello:before {
	color: #000;
}

.m-ico-branded .m-a-icon-tinder:before, .m-ico-branded-circled .m-a-icon-tinder:before, .m-ico-branded-squared .m-a-icon-tinder:before, .m-ico-branded-boxed .m-a-icon-tinder:before {
	color: #fe5268;
}

.m-ico-branded .m-a-icon-line:before, .m-ico-branded-circled .m-a-icon-line:before, .m-ico-branded-squared .m-a-icon-line:before, .m-ico-branded-boxed .m-a-icon-line:before {
	color: #00c300;
}

.m-ico-branded .m-a-icon-researchgate:before, .m-ico-branded-circled .m-a-icon-researchgate:before, .m-ico-branded-squared .m-a-icon-researchgate:before, .m-ico-branded-boxed .m-a-icon-researchgate:before {
	color: #0cb;
}

.m-ico-branded .m-a-icon-web:before, .m-ico-branded-circled .m-a-icon-web:before, .m-ico-branded-squared .m-a-icon-web:before, .m-ico-branded-boxed .m-a-icon-web:before {
	color: #333;
}

.m-ico-branded .m-a-icon-academia:before, .m-ico-branded-circled .m-a-icon-academia:before, .m-ico-branded-squared .m-a-icon-academia:before, .m-ico-branded-boxed .m-a-icon-academia:before {
	color: #000;
}

.m-ico-branded .m-a-icon-bookbub:before, .m-ico-branded-circled .m-a-icon-bookbub:before, .m-ico-branded-squared .m-a-icon-bookbub:before, .m-ico-branded-boxed .m-a-icon-bookbub:before {
	color: #e93f33;
}

.m-ico-branded .m-a-icon-github:before, .m-ico-branded-circled .m-a-icon-github:before, .m-ico-branded-squared .m-a-icon-github:before, .m-ico-branded-boxed .m-a-icon-github:before {
	color: #181717;
}

.m-ico-branded .m-a-icon-stackoverflow:before, .m-ico-branded-circled .m-a-icon-stackoverflow:before, .m-ico-branded-squared .m-a-icon-stackoverflow:before, .m-ico-branded-boxed .m-a-icon-stackoverflow:before {
	color: #fe7a16;
}

.m-ico-branded .m-a-icon-jsfiddle:before, .m-ico-branded-circled .m-a-icon-jsfiddle:before, .m-ico-branded-squared .m-a-icon-jsfiddle:before, .m-ico-branded-boxed .m-a-icon-jsfiddle:before {
	color: #4679a4;
}

.m-ico-branded .m-a-icon-twitch:before, .m-ico-branded-circled .m-a-icon-twitch:before, .m-ico-branded-squared .m-a-icon-twitch:before, .m-ico-branded-boxed .m-a-icon-twitch:before {
	color: #6441a5;
}

.m-ico-branded .m-a-icon-whatsapp:before, .m-ico-branded-circled .m-a-icon-whatsapp:before, .m-ico-branded-squared .m-a-icon-whatsapp:before, .m-ico-branded-boxed .m-a-icon-whatsapp:before {
	color: #25d366;
}

.m-ico-branded .m-a-icon-tripadvisor:before, .m-ico-branded-circled .m-a-icon-tripadvisor:before, .m-ico-branded-squared .m-a-icon-tripadvisor:before, .m-ico-branded-boxed .m-a-icon-tripadvisor:before {
	color: #589442;
}

.m-ico-branded .m-a-icon-wikipedia:before, .m-ico-branded-circled .m-a-icon-wikipedia:before, .m-ico-branded-squared .m-a-icon-wikipedia:before, .m-ico-branded-boxed .m-a-icon-wikipedia:before {
	color: #000;
}

.m-ico-branded .m-a-icon-500px:before, .m-ico-branded-circled .m-a-icon-500px:before, .m-ico-branded-squared .m-a-icon-500px:before, .m-ico-branded-boxed .m-a-icon-500px:before {
	color: #0099e5;
}

.m-ico-branded .m-a-icon-mixcloud:before, .m-ico-branded-circled .m-a-icon-mixcloud:before, .m-ico-branded-squared .m-a-icon-mixcloud:before, .m-ico-branded-boxed .m-a-icon-mixcloud:before {
	color: #314359;
}

.m-ico-branded .m-a-icon-quora:before, .m-ico-branded-circled .m-a-icon-quora:before, .m-ico-branded-squared .m-a-icon-quora:before, .m-ico-branded-boxed .m-a-icon-quora:before {
	color: #b92b27;
}

.m-ico-branded .m-a-icon-codepen:before, .m-ico-branded-circled .m-a-icon-codepen:before, .m-ico-branded-squared .m-a-icon-codepen:before, .m-ico-branded-boxed .m-a-icon-codepen:before {
	color: #000;
}

.m-ico-branded .m-a-icon-coderwall:before, .m-ico-branded-circled .m-a-icon-coderwall:before, .m-ico-branded-squared .m-a-icon-coderwall:before, .m-ico-branded-boxed .m-a-icon-coderwall:before {
	color: #3e8dcc;
}

.m-ico-branded .m-a-icon-coursera:before, .m-ico-branded-circled .m-a-icon-coursera:before, .m-ico-branded-squared .m-a-icon-coursera:before, .m-ico-branded-boxed .m-a-icon-coursera:before {
	color: #757575;
}

.m-ico-branded .m-a-icon-googleplay:before, .m-ico-branded-circled .m-a-icon-googleplay:before, .m-ico-branded-squared .m-a-icon-googleplay:before, .m-ico-branded-boxed .m-a-icon-googleplay:before {
	color: #607d8b;
}

.m-ico-branded .m-a-icon-digg:before, .m-ico-branded-circled .m-a-icon-digg:before, .m-ico-branded-squared .m-a-icon-digg:before, .m-ico-branded-boxed .m-a-icon-digg:before {
	color: #005be2;
}

.m-ico-branded .m-a-icon-dropbox:before, .m-ico-branded-circled .m-a-icon-dropbox:before, .m-ico-branded-squared .m-a-icon-dropbox:before, .m-ico-branded-boxed .m-a-icon-dropbox:before {
	color: #007ee5;
}

.m-ico-branded .m-a-icon-designernews:before, .m-ico-branded-circled .m-a-icon-designernews:before, .m-ico-branded-squared .m-a-icon-designernews:before, .m-ico-branded-boxed .m-a-icon-designernews:before {
	color: #2d72d9;
}

.m-ico-branded .m-a-icon-rss:before, .m-ico-branded-circled .m-a-icon-rss:before, .m-ico-branded-squared .m-a-icon-rss:before, .m-ico-branded-boxed .m-a-icon-rss:before {
	color: #f26522;
}

.m-ico-branded .m-a-icon-applepodcasts:before, .m-ico-branded-circled .m-a-icon-applepodcasts:before, .m-ico-branded-squared .m-a-icon-applepodcasts:before, .m-ico-branded-boxed .m-a-icon-applepodcasts:before {
	color: #d56dfb;
}

.m-ico-branded .m-a-icon-castbox:before, .m-ico-branded-circled .m-a-icon-castbox:before, .m-ico-branded-squared .m-a-icon-castbox:before, .m-ico-branded-boxed .m-a-icon-castbox:before {
	color: #f55b23;
}

.m-ico-branded .m-a-icon-radiopublic:before, .m-ico-branded-circled .m-a-icon-radiopublic:before, .m-ico-branded-squared .m-a-icon-radiopublic:before, .m-ico-branded-boxed .m-a-icon-radiopublic:before {
	color: #ce262f;
}

.m-ico-branded .m-a-icon-tunein:before, .m-ico-branded-circled .m-a-icon-tunein:before, .m-ico-branded-squared .m-a-icon-tunein:before, .m-ico-branded-boxed .m-a-icon-tunein:before {
	color: #14d8cc;
}

.m-ico-branded .m-a-icon-scoutfm:before, .m-ico-branded-circled .m-a-icon-scoutfm:before, .m-ico-branded-squared .m-a-icon-scoutfm:before, .m-ico-branded-boxed .m-a-icon-scoutfm:before {
	color: #6446c4;
}

.m-ico-branded .m-a-icon-overcast:before, .m-ico-branded-circled .m-a-icon-overcast:before, .m-ico-branded-squared .m-a-icon-overcast:before, .m-ico-branded-boxed .m-a-icon-overcast:before {
	color: #fc7e0f;
}

.m-ico-branded .m-a-icon-breaker:before, .m-ico-branded-circled .m-a-icon-breaker:before, .m-ico-branded-squared .m-a-icon-breaker:before, .m-ico-branded-boxed .m-a-icon-breaker:before {
	color: #003dad;
}

.m-ico-branded .m-a-icon-philpapers:before, .m-ico-branded-circled .m-a-icon-philpapers:before, .m-ico-branded-squared .m-a-icon-philpapers:before, .m-ico-branded-boxed .m-a-icon-philpapers:before {
	color: #074ba9;
}

.m-ico-branded .m-a-icon-tiktok:before, .m-ico-branded-circled .m-a-icon-tiktok:before, .m-ico-branded-squared .m-a-icon-tiktok:before, .m-ico-branded-boxed .m-a-icon-tiktok:before {
	color: #010101;
}

.m-ico-branded .m-a-icon-lbry:before, .m-ico-branded-circled .m-a-icon-lbry:before, .m-ico-branded-squared .m-a-icon-lbry:before, .m-ico-branded-boxed .m-a-icon-lbry:before {
	color: #2f9176;
}

.m-ico-branded .m-a-icon-gab:before, .m-ico-branded-circled .m-a-icon-gab:before, .m-ico-branded-squared .m-a-icon-gab:before, .m-ico-branded-boxed .m-a-icon-gab:before {
	color: #21cf7a;
}

.m-ico-branded .m-a-icon-orcid:before, .m-ico-branded-circled .m-a-icon-orcid:before, .m-ico-branded-squared .m-a-icon-orcid:before, .m-ico-branded-boxed .m-a-icon-orcid:before {
	color: #a6ce39;
}

.m-ico-branded .m-a-icon-stackexchange:before, .m-ico-branded-circled .m-a-icon-stackexchange:before, .m-ico-branded-squared .m-a-icon-stackexchange:before, .m-ico-branded-boxed .m-a-icon-stackexchange:before {
	color: #1e5397;
}

.m-ico-branded .m-a-icon-mastodon:before, .m-ico-branded-circled .m-a-icon-mastodon:before, .m-ico-branded-squared .m-a-icon-mastodon:before, .m-ico-branded-boxed .m-a-icon-mastodon:before {
	color: #6364ff;
}

.m-ico-branded .m-a-icon-peepeth:before, .m-ico-branded-circled .m-a-icon-peepeth:before, .m-ico-branded-squared .m-a-icon-peepeth:before, .m-ico-branded-boxed .m-a-icon-peepeth:before {
	color: #ee9a35;
}

.m-ico-branded .m-a-icon-vero:before, .m-ico-branded-circled .m-a-icon-vero:before, .m-ico-branded-squared .m-a-icon-vero:before, .m-ico-branded-boxed .m-a-icon-vero:before {
	color: #0cc;
}

.m-ico-branded .m-a-icon-wechat:before, .m-ico-branded-circled .m-a-icon-wechat:before, .m-ico-branded-squared .m-a-icon-wechat:before, .m-ico-branded-boxed .m-a-icon-wechat:before {
	color: #09b83e;
}

.m-ico-branded .m-a-icon-bluesky:before, .m-ico-branded-circled .m-a-icon-bluesky:before, .m-ico-branded-squared .m-a-icon-bluesky:before, .m-ico-branded-boxed .m-a-icon-bluesky:before {
	color: #1185fe;
}

.m-ico-branded .m-a-icon-strava:before, .m-ico-branded-circled .m-a-icon-strava:before, .m-ico-branded-squared .m-a-icon-strava:before, .m-ico-branded-boxed .m-a-icon-strava:before {
	color: #fc5200;
}

.m-ico-branded .m-a-icon-imdb:before, .m-ico-branded-circled .m-a-icon-imdb:before, .m-ico-branded-squared .m-a-icon-imdb:before, .m-ico-branded-boxed .m-a-icon-imdb:before {
	color: #f5c518;
}

.m-ico-branded .m-a-icon-threads:before, .m-ico-branded-circled .m-a-icon-threads:before, .m-ico-branded-squared .m-a-icon-threads:before, .m-ico-branded-boxed .m-a-icon-threads:before {
	color: #000;
}

.m-ico-branded .m-a-icon-qq:before, .m-ico-branded-circled .m-a-icon-qq:before, .m-ico-branded-squared .m-a-icon-qq:before, .m-ico-branded-boxed .m-a-icon-qq:before {
	color: #000;
}

.m-ico-branded .m-a-icon-messenger:before, .m-ico-branded-circled .m-a-icon-messenger:before, .m-ico-branded-squared .m-a-icon-messenger:before, .m-ico-branded-boxed .m-a-icon-messenger:before {
	color: #168aff;
}

.m-ico-branded .m-a-icon-muck-rack:before, .m-ico-branded-circled .m-a-icon-muck-rack:before, .m-ico-branded-squared .m-a-icon-muck-rack:before, .m-ico-branded-boxed .m-a-icon-muck-rack:before {
	color: #1c456d;
}

.m-ico-branded .m-a-icon-flipboard:before, .m-ico-branded-circled .m-a-icon-flipboard:before, .m-ico-branded-squared .m-a-icon-flipboard:before, .m-ico-branded-boxed .m-a-icon-flipboard:before {
	color: #e12828;
}

.m-ico-branded-circled-reverse.m-ico-star, .m-ico-branded-squared-reverse.m-ico-star {
	background-color: #edaa22 !important;
}

.m-ico-branded-circled-reverse.m-ico-twitterbird, .m-ico-branded-squared-reverse.m-ico-twitterbird {
	background-color: #00aced !important;
}

.m-ico-branded-circled-reverse.m-ico-googleplus, .m-ico-branded-squared-reverse.m-ico-googleplus {
	background-color: #dd4b39 !important;
}

.m-ico-branded-circled-reverse.m-ico-pinterest, .m-ico-branded-squared-reverse.m-ico-pinterest {
	background-color: #cb2027 !important;
}

.m-ico-branded-circled-reverse.m-ico-tumblr, .m-ico-branded-squared-reverse.m-ico-tumblr {
	background-color: #2c4762 !important;
}

.m-ico-branded-circled-reverse.m-ico-slideshare, .m-ico-branded-squared-reverse.m-ico-slideshare {
	background-color: #007bb6 !important;
}

.m-ico-branded-circled-reverse.m-ico-renren, .m-ico-branded-squared-reverse.m-ico-renren {
	background-color: #005eac !important;
}

.m-ico-branded-circled-reverse.m-ico-vk, .m-ico-branded-squared-reverse.m-ico-vk {
	background-color: #45668e !important;
}

.m-ico-branded-circled-reverse.m-ico-flickr, .m-ico-branded-squared-reverse.m-ico-flickr {
	background-color: #f40083 !important;
}

.m-ico-branded-circled-reverse.m-ico-vine, .m-ico-branded-squared-reverse.m-ico-vine {
	background-color: #00b489 !important;
}

.m-ico-branded-circled-reverse.m-ico-meetup, .m-ico-branded-squared-reverse.m-ico-meetup {
	background-color: #e0393e !important;
}

.m-ico-branded-circled-reverse.m-ico-weibo, .m-ico-branded-squared-reverse.m-ico-weibo {
	background-color: #e6162d !important;
}

.m-ico-branded-circled-reverse.m-ico-deviantart, .m-ico-branded-squared-reverse.m-ico-deviantart {
	background-color: #4a5d4e !important;
}

.m-ico-branded-circled-reverse.m-ico-stumbleupon, .m-ico-branded-squared-reverse.m-ico-stumbleupon {
	background-color: #eb4924 !important;
}

.m-ico-branded-circled-reverse.m-ico-myspace, .m-ico-branded-squared-reverse.m-ico-myspace {
	background-color: #000 !important;
}

.m-ico-branded-circled-reverse.m-ico-mixi, .m-ico-branded-squared-reverse.m-ico-mixi {
	background-color: #e0c074 !important;
}

.m-ico-branded-circled-reverse.m-ico-soundcloud, .m-ico-branded-squared-reverse.m-ico-soundcloud {
	background-color: #f50 !important;
}

.m-ico-branded-circled-reverse.m-ico-lastfm, .m-ico-branded-squared-reverse.m-ico-lastfm {
	background-color: #d51007 !important;
}

.m-ico-branded-circled-reverse.m-ico-foursquare, .m-ico-branded-squared-reverse.m-ico-foursquare {
	background-color: #fc4575 !important;
}

.m-ico-branded-circled-reverse.m-ico-spotify, .m-ico-branded-squared-reverse.m-ico-spotify {
	background-color: #2ebd59 !important;
}

.m-ico-branded-circled-reverse.m-ico-vimeo, .m-ico-branded-squared-reverse.m-ico-vimeo {
	background-color: #45bbff !important;
}

.m-ico-branded-circled-reverse.m-ico-dailymotion, .m-ico-branded-squared-reverse.m-ico-dailymotion {
	background-color: #0066dc !important;
}

.m-ico-branded-circled-reverse.m-ico-phone, .m-ico-branded-squared-reverse.m-ico-phone {
	background-color: #333 !important;
}

.m-ico-branded-circled-reverse.m-ico-reddit, .m-ico-branded-squared-reverse.m-ico-reddit {
	background-color: #ff4500 !important;
}

.m-ico-branded-circled-reverse.m-ico-skype, .m-ico-branded-squared-reverse.m-ico-skype {
	background-color: #00aff0 !important;
}

.m-ico-branded-circled-reverse.m-ico-livejournal, .m-ico-branded-squared-reverse.m-ico-livejournal {
	background-color: #00b0ea !important;
}

.m-ico-branded-circled-reverse.m-ico-taringa, .m-ico-branded-squared-reverse.m-ico-taringa {
	background-color: #005dab !important;
}

.m-ico-branded-circled-reverse.m-ico-odnoklassniki, .m-ico-branded-squared-reverse.m-ico-odnoklassniki {
	background-color: #f4731c !important;
}

.m-ico-branded-circled-reverse.m-ico-askfm, .m-ico-branded-squared-reverse.m-ico-askfm {
	background-color: #db3552 !important;
}

.m-ico-branded-circled-reverse.m-ico-goodreads, .m-ico-branded-squared-reverse.m-ico-goodreads {
	background-color: #630 !important;
}

.m-ico-branded-circled-reverse.m-ico-periscope, .m-ico-branded-squared-reverse.m-ico-periscope {
	background-color: #40a4c4 !important;
}

.m-ico-branded-circled-reverse.m-ico-telegram, .m-ico-branded-squared-reverse.m-ico-telegram {
	background-color: #2ca5e0 !important;
}

.m-ico-branded-circled-reverse.m-ico-livestream, .m-ico-branded-squared-reverse.m-ico-livestream {
	background-color: #cf202e !important;
}

.m-ico-branded-circled-reverse.m-ico-styleshare, .m-ico-branded-squared-reverse.m-ico-styleshare {
	background-color: #231f20 !important;
}

.m-ico-branded-circled-reverse.m-ico-everplaces, .m-ico-branded-squared-reverse.m-ico-everplaces {
	background-color: #fa4b32 !important;
}

.m-ico-branded-circled-reverse.m-ico-draugiemlv, .m-ico-branded-squared-reverse.m-ico-draugiemlv {
	background-color: #f60 !important;
}

.m-ico-branded-circled-reverse.m-ico-blogger, .m-ico-branded-squared-reverse.m-ico-blogger {
	background-color: #f38936 !important;
}

.m-ico-branded-circled-reverse.m-ico-plurk, .m-ico-branded-squared-reverse.m-ico-plurk {
	background-color: #ff6b6b !important;
}

.m-ico-branded-circled-reverse.m-ico-buzzfeed, .m-ico-branded-squared-reverse.m-ico-buzzfeed {
	background-color: #e32 !important;
}

.m-ico-branded-circled-reverse.m-ico-slides, .m-ico-branded-squared-reverse.m-ico-slides {
	background-color: #e4637c !important;
}

.m-ico-branded-circled-reverse.m-ico-deezer, .m-ico-branded-squared-reverse.m-ico-deezer {
	background-color: #2dc9d7 !important;
}

.m-ico-branded-circled-reverse.m-ico-spreaker, .m-ico-branded-squared-reverse.m-ico-spreaker {
	background-color: #f5c300 !important;
}

.m-ico-branded-circled-reverse.m-ico-runkeeper, .m-ico-branded-squared-reverse.m-ico-runkeeper {
	background-color: #31a4d9 !important;
}

.m-ico-branded-circled-reverse.m-ico-speakerdeck, .m-ico-branded-squared-reverse.m-ico-speakerdeck {
	background-color: #396 !important;
}

.m-ico-branded-circled-reverse.m-ico-kaggle, .m-ico-branded-squared-reverse.m-ico-kaggle {
	background-color: #20beff !important;
}

.m-ico-branded-circled-reverse.m-ico-houzz, .m-ico-branded-squared-reverse.m-ico-houzz {
	background-color: #7ac142 !important;
}

.m-ico-branded-circled-reverse.m-ico-gumtree, .m-ico-branded-squared-reverse.m-ico-gumtree {
	background-color: #72ef36 !important;
}

.m-ico-branded-circled-reverse.m-ico-upwork, .m-ico-branded-squared-reverse.m-ico-upwork {
	background-color: #6fda44 !important;
}

.m-ico-branded-circled-reverse.m-ico-superuser, .m-ico-branded-squared-reverse.m-ico-superuser {
	background-color: #2eace3 !important;
}

.m-ico-branded-circled-reverse.m-ico-bandcamp, .m-ico-branded-squared-reverse.m-ico-bandcamp {
	background-color: #408294 !important;
}

.m-ico-branded-circled-reverse.m-ico-itunes, .m-ico-branded-squared-reverse.m-ico-itunes {
	background-color: #333 !important;
}

.m-ico-branded-circled-reverse.m-ico-mail, .m-ico-branded-squared-reverse.m-ico-mail {
	background-color: #333 !important;
}

.m-ico-branded-circled-reverse.m-ico-ifixit, .m-ico-branded-squared-reverse.m-ico-ifixit {
	background-color: #0071ce !important;
}

.m-ico-branded-circled-reverse.m-ico-stitcher, .m-ico-branded-squared-reverse.m-ico-stitcher {
	background-color: #000 !important;
}

.m-ico-branded-circled-reverse.m-ico-storify, .m-ico-branded-squared-reverse.m-ico-storify {
	background-color: #3a98d9 !important;
}

.m-ico-branded-circled-reverse.m-ico-readthedocs, .m-ico-branded-squared-reverse.m-ico-readthedocs {
	background-color: #8ca1af !important;
}

.m-ico-branded-circled-reverse.m-ico-ello, .m-ico-branded-squared-reverse.m-ico-ello {
	background-color: #000 !important;
}

.m-ico-branded-circled-reverse.m-ico-tinder, .m-ico-branded-squared-reverse.m-ico-tinder {
	background-color: #fe5268 !important;
}

.m-ico-branded-circled-reverse.m-ico-line, .m-ico-branded-squared-reverse.m-ico-line {
	background-color: #00c300 !important;
}

.m-ico-branded-circled-reverse.m-ico-researchgate, .m-ico-branded-squared-reverse.m-ico-researchgate {
	background-color: #0cb !important;
}

.m-ico-branded-circled-reverse.m-ico-web, .m-ico-branded-squared-reverse.m-ico-web {
	background-color: #333 !important;
}

.m-ico-branded-circled-reverse.m-ico-academia, .m-ico-branded-squared-reverse.m-ico-academia {
	background-color: #000 !important;
}

.m-ico-branded-circled-reverse.m-ico-bookbub, .m-ico-branded-squared-reverse.m-ico-bookbub {
	background-color: #e93f33 !important;
}

.m-ico-branded-circled-reverse.m-ico-github, .m-ico-branded-squared-reverse.m-ico-github {
	background-color: #181717 !important;
}

.m-ico-branded-circled-reverse.m-ico-stackoverflow, .m-ico-branded-squared-reverse.m-ico-stackoverflow {
	background-color: #fe7a16 !important;
}

.m-ico-branded-circled-reverse.m-ico-jsfiddle, .m-ico-branded-squared-reverse.m-ico-jsfiddle {
	background-color: #4679a4 !important;
}

.m-ico-branded-circled-reverse.m-ico-twitch, .m-ico-branded-squared-reverse.m-ico-twitch {
	background-color: #6441a5 !important;
}

.m-ico-branded-circled-reverse.m-ico-whatsapp, .m-ico-branded-squared-reverse.m-ico-whatsapp {
	background-color: #25d366 !important;
}

.m-ico-branded-circled-reverse.m-ico-tripadvisor, .m-ico-branded-squared-reverse.m-ico-tripadvisor {
	background-color: #589442 !important;
}

.m-ico-branded-circled-reverse.m-ico-wikipedia, .m-ico-branded-squared-reverse.m-ico-wikipedia {
	background-color: #000 !important;
}

.m-ico-branded-circled-reverse.m-ico-500px, .m-ico-branded-squared-reverse.m-ico-500px {
	background-color: #0099e5 !important;
}

.m-ico-branded-circled-reverse.m-ico-mixcloud, .m-ico-branded-squared-reverse.m-ico-mixcloud {
	background-color: #314359 !important;
}

.m-ico-branded-circled-reverse.m-ico-quora, .m-ico-branded-squared-reverse.m-ico-quora {
	background-color: #b92b27 !important;
}

.m-ico-branded-circled-reverse.m-ico-codepen, .m-ico-branded-squared-reverse.m-ico-codepen {
	background-color: #000 !important;
}

.m-ico-branded-circled-reverse.m-ico-coderwall, .m-ico-branded-squared-reverse.m-ico-coderwall {
	background-color: #3e8dcc !important;
}

.m-ico-branded-circled-reverse.m-ico-coursera, .m-ico-branded-squared-reverse.m-ico-coursera {
	background-color: #757575 !important;
}

.m-ico-branded-circled-reverse.m-ico-googleplay, .m-ico-branded-squared-reverse.m-ico-googleplay {
	background-color: #607d8b !important;
}

.m-ico-branded-circled-reverse.m-ico-digg, .m-ico-branded-squared-reverse.m-ico-digg {
	background-color: #005be2 !important;
}

.m-ico-branded-circled-reverse.m-ico-dropbox, .m-ico-branded-squared-reverse.m-ico-dropbox {
	background-color: #007ee5 !important;
}

.m-ico-branded-circled-reverse.m-ico-designernews, .m-ico-branded-squared-reverse.m-ico-designernews {
	background-color: #2d72d9 !important;
}

.m-ico-branded-circled-reverse.m-ico-rss, .m-ico-branded-squared-reverse.m-ico-rss {
	background-color: #f26522 !important;
}

.m-ico-branded-circled-reverse.m-ico-applepodcasts, .m-ico-branded-squared-reverse.m-ico-applepodcasts {
	background-color: #d56dfb !important;
}

.m-ico-branded-circled-reverse.m-ico-castbox, .m-ico-branded-squared-reverse.m-ico-castbox {
	background-color: #f55b23 !important;
}

.m-ico-branded-circled-reverse.m-ico-radiopublic, .m-ico-branded-squared-reverse.m-ico-radiopublic {
	background-color: #ce262f !important;
}

.m-ico-branded-circled-reverse.m-ico-tunein, .m-ico-branded-squared-reverse.m-ico-tunein {
	background-color: #14d8cc !important;
}

.m-ico-branded-circled-reverse.m-ico-scoutfm, .m-ico-branded-squared-reverse.m-ico-scoutfm {
	background-color: #6446c4 !important;
}

.m-ico-branded-circled-reverse.m-ico-overcast, .m-ico-branded-squared-reverse.m-ico-overcast {
	background-color: #fc7e0f !important;
}

.m-ico-branded-circled-reverse.m-ico-breaker, .m-ico-branded-squared-reverse.m-ico-breaker {
	background-color: #003dad !important;
}

.m-ico-branded-circled-reverse.m-ico-philpapers, .m-ico-branded-squared-reverse.m-ico-philpapers {
	background-color: #074ba9 !important;
}

.m-ico-branded-circled-reverse.m-ico-lbry, .m-ico-branded-squared-reverse.m-ico-lbry {
	background-color: #2f9176 !important;
}

.m-ico-branded-circled-reverse.m-ico-gab, .m-ico-branded-squared-reverse.m-ico-gab {
	background-color: #21cf7a !important;
}

.m-ico-branded-circled-reverse.m-ico-orcid, .m-ico-branded-squared-reverse.m-ico-orcid {
	background-color: #a6ce39 !important;
}

.m-ico-branded-circled-reverse.m-ico-stackexchange, .m-ico-branded-squared-reverse.m-ico-stackexchange {
	background-color: #1e5397 !important;
}

.m-ico-branded-circled-reverse.m-ico-mastodon, .m-ico-branded-squared-reverse.m-ico-mastodon {
	background-color: #6364ff !important;
}

.m-ico-branded-circled-reverse.m-ico-peepeth, .m-ico-branded-squared-reverse.m-ico-peepeth {
	background-color: #ee9a35 !important;
}

.m-ico-branded-circled-reverse.m-ico-vero, .m-ico-branded-squared-reverse.m-ico-vero {
	background-color: #0cc !important;
}

.m-ico-branded-circled-reverse.m-ico-wechat, .m-ico-branded-squared-reverse.m-ico-wechat {
	background-color: #09b83e !important;
}

.m-ico-branded-circled-reverse.m-ico-bluesky, .m-ico-branded-squared-reverse.m-ico-bluesky {
	background-color: #1185fe !important;
}

.m-ico-branded-circled-reverse.m-ico-strava, .m-ico-branded-squared-reverse.m-ico-strava {
	background-color: #fc5200 !important;
}

.m-ico-branded-circled-reverse.m-ico-imdb, .m-ico-branded-squared-reverse.m-ico-imdb {
	background-color: #f5c518 !important;
}

.m-ico-branded-circled-reverse.m-ico-threads, .m-ico-branded-squared-reverse.m-ico-threads {
	background-color: #000 !important;
}

.m-ico-branded-circled-reverse.m-ico-qq, .m-ico-branded-squared-reverse.m-ico-qq {
	background-color: #000 !important;
}

.m-ico-branded-circled-reverse.m-ico-messenger, .m-ico-branded-squared-reverse.m-ico-messenger {
	background-color: #168aff !important;
}

.m-ico-branded-circled-reverse.m-ico-muck-rack, .m-ico-branded-squared-reverse.m-ico-muck-rack {
	background-color: #1c456d !important;
}

.m-ico-branded-circled-reverse.m-ico-flipboard, .m-ico-branded-squared-reverse.m-ico-flipboard {
	background-color: #e12828 !important;
}

.m-ico-branded-boxed.m-ico-star {
	border-color: #edaa22 !important;
}

.m-ico-branded-boxed.m-ico-twitter {
	border-color: #00aced !important;
}

.m-ico-branded-boxed.m-ico-twitterbird {
	border-color: #00aced !important;
}

.m-ico-branded-boxed.m-ico-facebook {
	border-color: #3b5998 !important;
}

.m-ico-branded-boxed.m-ico-linkedin {
	border-color: #007bb6 !important;
}

.m-ico-branded-boxed.m-ico-googleplus {
	border-color: #dd4b39 !important;
}

.m-ico-branded-boxed.m-ico-youtube {
	border-color: #b00 !important;
}

.m-ico-branded-boxed.m-ico-pinterest {
	border-color: #cb2027 !important;
}

.m-ico-branded-boxed.m-ico-tumblr {
	border-color: #2c4762 !important;
}

.m-ico-branded-boxed.m-ico-instagram {
	border-color: #405de6 !important;
}

.m-ico-branded-boxed.m-ico-slideshare {
	border-color: #007bb6 !important;
}

.m-ico-branded-boxed.m-ico-renren {
	border-color: #005eac !important;
}

.m-ico-branded-boxed.m-ico-vk {
	border-color: #45668e !important;
}

.m-ico-branded-boxed.m-ico-flickr {
	border-color: #f40083 !important;
}

.m-ico-branded-boxed.m-ico-vine {
	border-color: #00b489 !important;
}

.m-ico-branded-boxed.m-ico-meetup {
	border-color: #e0393e !important;
}

.m-ico-branded-boxed.m-ico-weibo {
	border-color: #e6162d !important;
}

.m-ico-branded-boxed.m-ico-deviantart {
	border-color: #4a5d4e !important;
}

.m-ico-branded-boxed.m-ico-stumbleupon {
	border-color: #eb4924 !important;
}

.m-ico-branded-boxed.m-ico-myspace {
	border-color: #000 !important;
}

.m-ico-branded-boxed.m-ico-mixi {
	border-color: #e0c074 !important;
}

.m-ico-branded-boxed.m-ico-soundcloud {
	border-color: #f50 !important;
}

.m-ico-branded-boxed.m-ico-lastfm {
	border-color: #d51007 !important;
}

.m-ico-branded-boxed.m-ico-foursquare {
	border-color: #fc4575 !important;
}

.m-ico-branded-boxed.m-ico-spotify {
	border-color: #2ebd59 !important;
}

.m-ico-branded-boxed.m-ico-vimeo {
	border-color: #45bbff !important;
}

.m-ico-branded-boxed.m-ico-dailymotion {
	border-color: #0066dc !important;
}

.m-ico-branded-boxed.m-ico-phone {
	border-color: #333 !important;
}

.m-ico-branded-boxed.m-ico-reddit {
	border-color: #ff4500 !important;
}

.m-ico-branded-boxed.m-ico-skype {
	border-color: #00aff0 !important;
}

.m-ico-branded-boxed.m-ico-livejournal {
	border-color: #00b0ea !important;
}

.m-ico-branded-boxed.m-ico-taringa {
	border-color: #005dab !important;
}

.m-ico-branded-boxed.m-ico-odnoklassniki {
	border-color: #f4731c !important;
}

.m-ico-branded-boxed.m-ico-askfm {
	border-color: #db3552 !important;
}

.m-ico-branded-boxed.m-ico-goodreads {
	border-color: #630 !important;
}

.m-ico-branded-boxed.m-ico-periscope {
	border-color: #40a4c4 !important;
}

.m-ico-branded-boxed.m-ico-telegram {
	border-color: #2ca5e0 !important;
}

.m-ico-branded-boxed.m-ico-livestream {
	border-color: #cf202e !important;
}

.m-ico-branded-boxed.m-ico-styleshare {
	border-color: #231f20 !important;
}

.m-ico-branded-boxed.m-ico-everplaces {
	border-color: #fa4b32 !important;
}

.m-ico-branded-boxed.m-ico-draugiemlv {
	border-color: #f60 !important;
}

.m-ico-branded-boxed.m-ico-blogger {
	border-color: #f38936 !important;
}

.m-ico-branded-boxed.m-ico-plurk {
	border-color: #ff6b6b !important;
}

.m-ico-branded-boxed.m-ico-buzzfeed {
	border-color: #e32 !important;
}

.m-ico-branded-boxed.m-ico-slides {
	border-color: #e4637c !important;
}

.m-ico-branded-boxed.m-ico-deezer {
	border-color: #2dc9d7 !important;
}

.m-ico-branded-boxed.m-ico-spreaker {
	border-color: #f5c300 !important;
}

.m-ico-branded-boxed.m-ico-runkeeper {
	border-color: #31a4d9 !important;
}

.m-ico-branded-boxed.m-ico-medium {
	border-color: #00ab6b !important;
}

.m-ico-branded-boxed.m-ico-speakerdeck {
	border-color: #396 !important;
}

.m-ico-branded-boxed.m-ico-kaggle {
	border-color: #20beff !important;
}

.m-ico-branded-boxed.m-ico-houzz {
	border-color: #7ac142 !important;
}

.m-ico-branded-boxed.m-ico-gumtree {
	border-color: #72ef36 !important;
}

.m-ico-branded-boxed.m-ico-upwork {
	border-color: #6fda44 !important;
}

.m-ico-branded-boxed.m-ico-superuser {
	border-color: #2eace3 !important;
}

.m-ico-branded-boxed.m-ico-bandcamp {
	border-color: #408294 !important;
}

.m-ico-branded-boxed.m-ico-itunes {
	border-color: #333 !important;
}

.m-ico-branded-boxed.m-ico-mail {
	border-color: #333 !important;
}

.m-ico-branded-boxed.m-ico-ifixit {
	border-color: #0071ce !important;
}

.m-ico-branded-boxed.m-ico-stitcher {
	border-color: #000 !important;
}

.m-ico-branded-boxed.m-ico-storify {
	border-color: #3a98d9 !important;
}

.m-ico-branded-boxed.m-ico-readthedocs {
	border-color: #8ca1af !important;
}

.m-ico-branded-boxed.m-ico-ello {
	border-color: #000 !important;
}

.m-ico-branded-boxed.m-ico-tinder {
	border-color: #fe5268 !important;
}

.m-ico-branded-boxed.m-ico-line {
	border-color: #00c300 !important;
}

.m-ico-branded-boxed.m-ico-researchgate {
	border-color: #0cb !important;
}

.m-ico-branded-boxed.m-ico-web {
	border-color: #333 !important;
}

.m-ico-branded-boxed.m-ico-academia {
	border-color: #000 !important;
}

.m-ico-branded-boxed.m-ico-bookbub {
	border-color: #e93f33 !important;
}

.m-ico-branded-boxed.m-ico-github {
	border-color: #181717 !important;
}

.m-ico-branded-boxed.m-ico-stackoverflow {
	border-color: #fe7a16 !important;
}

.m-ico-branded-boxed.m-ico-jsfiddle {
	border-color: #4679a4 !important;
}

.m-ico-branded-boxed.m-ico-twitch {
	border-color: #6441a5 !important;
}

.m-ico-branded-boxed.m-ico-whatsapp {
	border-color: #25d366 !important;
}

.m-ico-branded-boxed.m-ico-tripadvisor {
	border-color: #589442 !important;
}

.m-ico-branded-boxed.m-ico-wikipedia {
	border-color: #000 !important;
}

.m-ico-branded-boxed.m-ico-500px {
	border-color: #0099e5 !important;
}

.m-ico-branded-boxed.m-ico-mixcloud {
	border-color: #314359 !important;
}

.m-ico-branded-boxed.m-ico-quora {
	border-color: #b92b27 !important;
}

.m-ico-branded-boxed.m-ico-codepen {
	border-color: #000 !important;
}

.m-ico-branded-boxed.m-ico-coderwall {
	border-color: #3e8dcc !important;
}

.m-ico-branded-boxed.m-ico-coursera {
	border-color: #757575 !important;
}

.m-ico-branded-boxed.m-ico-googleplay {
	border-color: #607d8b !important;
}

.m-ico-branded-boxed.m-ico-digg {
	border-color: #005be2 !important;
}

.m-ico-branded-boxed.m-ico-dropbox {
	border-color: #007ee5 !important;
}

.m-ico-branded-boxed.m-ico-designernews {
	border-color: #2d72d9 !important;
}

.m-ico-branded-boxed.m-ico-rss {
	border-color: #f26522 !important;
}

.m-ico-branded-boxed.m-ico-applepodcasts {
	border-color: #d56dfb !important;
}

.m-ico-branded-boxed.m-ico-castbox {
	border-color: #f55b23 !important;
}

.m-ico-branded-boxed.m-ico-radiopublic {
	border-color: #ce262f !important;
}

.m-ico-branded-boxed.m-ico-tunein {
	border-color: #14d8cc !important;
}

.m-ico-branded-boxed.m-ico-scoutfm {
	border-color: #6446c4 !important;
}

.m-ico-branded-boxed.m-ico-overcast {
	border-color: #fc7e0f !important;
}

.m-ico-branded-boxed.m-ico-breaker {
	border-color: #003dad !important;
}

.m-ico-branded-boxed.m-ico-philpapers {
	border-color: #074ba9 !important;
}

.m-ico-branded-boxed.m-ico-tiktok {
	border-color: #010101 !important;
}

.m-ico-branded-boxed.m-ico-lbry {
	border-color: #2f9176 !important;
}

.m-ico-branded-boxed.m-ico-gab {
	border-color: #21cf7a !important;
}

.m-ico-branded-boxed.m-ico-orcid {
	border-color: #a6ce39 !important;
}

.m-ico-branded-boxed.m-ico-stackexchange {
	border-color: #1e5397 !important;
}

.m-ico-branded-boxed.m-ico-mastodon {
	border-color: #6364ff !important;
}

.m-ico-branded-boxed.m-ico-peepeth {
	border-color: #ee9a35 !important;
}

.m-ico-branded-boxed.m-ico-vero {
	border-color: #0cc !important;
}

.m-ico-branded-boxed.m-ico-wechat {
	border-color: #09b83e !important;
}

.m-ico-branded-boxed.m-ico-bluesky {
	border-color: #1185fe !important;
}

.m-ico-branded-boxed.m-ico-strava {
	border-color: #fc5200 !important;
}

.m-ico-branded-boxed.m-ico-imdb {
	border-color: #f5c518 !important;
}

.m-ico-branded-boxed.m-ico-threads {
	border-color: #000 !important;
}

.m-ico-branded-boxed.m-ico-qq {
	border-color: #000 !important;
}

.m-ico-branded-boxed.m-ico-messenger {
	border-color: #168aff !important;
}

.m-ico-branded-boxed.m-ico-muck-rack {
	border-color: #1c456d !important;
}

.m-ico-branded-boxed.m-ico-flipboard {
	border-color: #e12828 !important;
}

@container author-box-container (min-width: 600px) {}

@container author-box-container (min-width: 600px) {}

@container author-box-container (min-width: 600px) {}

@container author-box-container (min-width: 600px) {}

@container author-box-container (min-width: 600px) {}

@container author-box-container (min-width: 600px) {}

@container author-box-container (min-width: 600px) {}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-content-top .m-a-box-related-title {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #333;
	font-size: 18px;
}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-thumb img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-date {
	width: 100%;
	margin: 1rem 0 .3rem;
	line-height: 1;
	font-size: 80%;
	text-transform: uppercase;
	color: grey;
}

.m-a-icon-xing:before {
	content: "";
}

.m-a-icon-yelp:before {
	content: "";
}

.m-a-icon-reverbnation:before {
	content: "";
}

.m-a-icon-eventbrite:before {
	content: "";
}

.m-a-icon-patreon:before {
	content: "";
}

.m-a-icon-teespring:before {
	content: "";
}

.m-a-icon-glassdoor:before {
	content: "";
}

.m-a-icon-toptal:before {
	content: "";
}

.m-a-icon-ebay:before {
	content: "";
}

.m-a-icon-dribbble:before {
	content: "";
}

.m-a-icon-behance:before {
	content: "";
}

.m-a-icon-paypal:before {
	content: "";
}

.m-a-icon-angellist:before {
	content: "";
}

.m-a-icon-amazon:before {
	content: "";
}

.m-a-icon-scribd:before {
	content: "";
}

.m-a-icon-etsy:before {
	content: "";
}

.m-a-icon-viadeo:before {
	content: "";
}

.m-a-icon-lineat:before {
	content: "";
}

.m-a-icon-untappd:before {
	content: "";
}

.m-a-icon-kofi:before {
	content: "";
}

.m-a-icon-substack:before {
	content: "";
}

.m-a-icon-mbachic:before {
	content: "";
}

.m-a-icon-uhive:before {
	content: "";
}

.m-a-icon-muck-rack:before {
	content: "";
}

.m-ico-branded .m-a-icon-xing:before, .m-ico-branded-circled .m-a-icon-xing:before, .m-ico-branded-squared .m-a-icon-xing:before, .m-ico-branded-boxed .m-a-icon-xing:before {
	color: #026466;
}

.m-ico-branded .m-a-icon-yelp:before, .m-ico-branded-circled .m-a-icon-yelp:before, .m-ico-branded-squared .m-a-icon-yelp:before, .m-ico-branded-boxed .m-a-icon-yelp:before {
	color: #af0606;
}

.m-ico-branded .m-a-icon-bebee:before, .m-ico-branded-circled .m-a-icon-bebee:before, .m-ico-branded-squared .m-a-icon-bebee:before, .m-ico-branded-boxed .m-a-icon-bebee:before {
	color: #f28f16;
}

.m-ico-branded .m-a-icon-reverbnation:before, .m-ico-branded-circled .m-a-icon-reverbnation:before, .m-ico-branded-squared .m-a-icon-reverbnation:before, .m-ico-branded-boxed .m-a-icon-reverbnation:before {
	color: #e43526;
}

.m-ico-branded .m-a-icon-patreon:before, .m-ico-branded-circled .m-a-icon-patreon:before, .m-ico-branded-squared .m-a-icon-patreon:before, .m-ico-branded-boxed .m-a-icon-patreon:before {
	color: #e6461a;
}

.m-ico-branded .m-a-icon-eventbrite:before, .m-ico-branded-circled .m-a-icon-eventbrite:before, .m-ico-branded-squared .m-a-icon-eventbrite:before, .m-ico-branded-boxed .m-a-icon-eventbrite:before {
	color: #f6682f;
}

.m-ico-branded .m-a-icon-etsy:before, .m-ico-branded-circled .m-a-icon-etsy:before, .m-ico-branded-squared .m-a-icon-etsy:before, .m-ico-branded-boxed .m-a-icon-etsy:before {
	color: #f45800;
}

.m-ico-branded .m-a-icon-viadeo:before, .m-ico-branded-circled .m-a-icon-viadeo:before, .m-ico-branded-squared .m-a-icon-viadeo:before, .m-ico-branded-boxed .m-a-icon-viadeo:before {
	color: #f88d2d;
}

.m-ico-branded .m-a-icon-glassdoor:before, .m-ico-branded-circled .m-a-icon-glassdoor:before, .m-ico-branded-squared .m-a-icon-glassdoor:before, .m-ico-branded-boxed .m-a-icon-glassdoor:before {
	color: #7cb228;
}

.m-ico-branded .m-a-icon-teespring:before, .m-ico-branded-circled .m-a-icon-teespring:before, .m-ico-branded-squared .m-a-icon-teespring:before, .m-ico-branded-boxed .m-a-icon-teespring:before {
	color: #39ace6;
}

.m-ico-branded .m-a-icon-toptal:before, .m-ico-branded-circled .m-a-icon-toptal:before, .m-ico-branded-squared .m-a-icon-toptal:before, .m-ico-branded-boxed .m-a-icon-toptal:before {
	color: #3863a0;
}

.m-ico-branded .m-a-icon-behance:before, .m-ico-branded-circled .m-a-icon-behance:before, .m-ico-branded-squared .m-a-icon-behance:before, .m-ico-branded-boxed .m-a-icon-behance:before {
	color: #1769ff;
}

.m-ico-branded .m-a-icon-angellist:before, .m-ico-branded-circled .m-a-icon-angellist:before, .m-ico-branded-squared .m-a-icon-angellist:before, .m-ico-branded-boxed .m-a-icon-angellist:before {
	color: #000;
}

.m-ico-branded .m-a-icon-amazon:before, .m-ico-branded-circled .m-a-icon-amazon:before, .m-ico-branded-squared .m-a-icon-amazon:before, .m-ico-branded-boxed .m-a-icon-amazon:before {
	color: #f90;
}

.m-ico-branded .m-a-icon-ebay:before, .m-ico-branded-circled .m-a-icon-ebay:before, .m-ico-branded-squared .m-a-icon-ebay:before, .m-ico-branded-boxed .m-a-icon-ebay:before {
	color: #e53238;
}

.m-ico-branded .m-a-icon-paypal:before, .m-ico-branded-circled .m-a-icon-paypal:before, .m-ico-branded-squared .m-a-icon-paypal:before, .m-ico-branded-boxed .m-a-icon-paypal:before {
	color: #003087;
}

.m-ico-branded .m-a-icon-dribbble:before, .m-ico-branded-circled .m-a-icon-dribbble:before, .m-ico-branded-squared .m-a-icon-dribbble:before, .m-ico-branded-boxed .m-a-icon-dribbble:before {
	color: #444;
}

.m-ico-branded .m-a-icon-scribd:before, .m-ico-branded-circled .m-a-icon-scribd:before, .m-ico-branded-squared .m-a-icon-scribd:before, .m-ico-branded-boxed .m-a-icon-scribd:before {
	color: #1a7bba;
}

.m-ico-branded .m-a-icon-lineat:before, .m-ico-branded-circled .m-a-icon-lineat:before, .m-ico-branded-squared .m-a-icon-lineat:before, .m-ico-branded-boxed .m-a-icon-lineat:before {
	color: #00c300;
}

.m-ico-branded .m-a-icon-untappd:before, .m-ico-branded-circled .m-a-icon-untappd:before, .m-ico-branded-squared .m-a-icon-untappd:before, .m-ico-branded-boxed .m-a-icon-untappd:before {
	color: #ffc000;
}

.m-ico-branded .m-a-icon-kofi:before, .m-ico-branded-circled .m-a-icon-kofi:before, .m-ico-branded-squared .m-a-icon-kofi:before, .m-ico-branded-boxed .m-a-icon-kofi:before {
	color: #29abe0;
}

.m-ico-branded .m-a-icon-substack:before, .m-ico-branded-circled .m-a-icon-substack:before, .m-ico-branded-squared .m-a-icon-substack:before, .m-ico-branded-boxed .m-a-icon-substack:before {
	color: #ff6719;
}

.m-ico-branded .m-a-icon-mbachic:before, .m-ico-branded-circled .m-a-icon-mbachic:before, .m-ico-branded-squared .m-a-icon-mbachic:before, .m-ico-branded-boxed .m-a-icon-mbachic:before {
	color: #ff0084;
}

.m-ico-branded .m-a-icon-uhive:before, .m-ico-branded-circled .m-a-icon-uhive:before, .m-ico-branded-squared .m-a-icon-uhive:before, .m-ico-branded-boxed .m-a-icon-uhive:before {
	color: #2081e2;
}

.m-ico-branded .m-a-icon-muck-rack:before, .m-ico-branded-circled .m-a-icon-muck-rack:before, .m-ico-branded-squared .m-a-icon-muck-rack:before, .m-ico-branded-boxed .m-a-icon-muck-rack:before {
	color: #1c456d;
}

.m-ico-branded-circled-reverse.m-ico-xing, .m-ico-branded-squared-reverse.m-ico-xing {
	background-color: #026466;
}

.m-ico-branded-circled-reverse.m-ico-yelp, .m-ico-branded-squared-reverse.m-ico-yelp {
	background-color: #af0606;
}

.m-ico-branded-circled-reverse.m-ico-bebee, .m-ico-branded-squared-reverse.m-ico-bebee {
	background-color: #f28f16;
}

.m-ico-branded-circled-reverse.m-ico-reverbnation, .m-ico-branded-squared-reverse.m-ico-reverbnation {
	background-color: #e43526;
}

.m-ico-branded-circled-reverse.m-ico-patreon, .m-ico-branded-squared-reverse.m-ico-patreon {
	background-color: #e6461a;
}

.m-ico-branded-circled-reverse.m-ico-eventbrite, .m-ico-branded-squared-reverse.m-ico-eventbrite {
	background-color: #f6682f;
}

.m-ico-branded-circled-reverse.m-ico-etsy, .m-ico-branded-squared-reverse.m-ico-etsy {
	background-color: #f45800;
}

.m-ico-branded-circled-reverse.m-ico-viadeo, .m-ico-branded-squared-reverse.m-ico-viadeo {
	background-color: #f88d2d;
}

.m-ico-branded-circled-reverse.m-ico-glassdoor, .m-ico-branded-squared-reverse.m-ico-glassdoor {
	background-color: #7cb228;
}

.m-ico-branded-circled-reverse.m-ico-teespring, .m-ico-branded-squared-reverse.m-ico-teespring {
	background-color: #39ace6;
}

.m-ico-branded-circled-reverse.m-ico-toptal, .m-ico-branded-squared-reverse.m-ico-toptal {
	background-color: #3863a0;
}

.m-ico-branded-circled-reverse.m-ico-behance, .m-ico-branded-squared-reverse.m-ico-behance {
	background-color: #1769ff;
}

.m-ico-branded-circled-reverse.m-ico-angellist, .m-ico-branded-squared-reverse.m-ico-angellist {
	background-color: #000;
}

.m-ico-branded-circled-reverse.m-ico-amazon, .m-ico-branded-squared-reverse.m-ico-amazon {
	background-color: #f90;
}

.m-ico-branded-circled-reverse.m-ico-ebay, .m-ico-branded-squared-reverse.m-ico-ebay {
	background-color: #e53238;
}

.m-ico-branded-circled-reverse.m-ico-paypal, .m-ico-branded-squared-reverse.m-ico-paypal {
	background-color: #003087;
}

.m-ico-branded-circled-reverse.m-ico-dribbble, .m-ico-branded-squared-reverse.m-ico-dribbble {
	background-color: #444;
}

.m-ico-branded-circled-reverse.m-ico-scribd, .m-ico-branded-squared-reverse.m-ico-scribd {
	background-color: #1a7bba;
}

.m-ico-branded-circled-reverse.m-ico-lineat, .m-ico-branded-squared-reverse.m-ico-lineat {
	background-color: #00c300;
}

.m-ico-branded-circled-reverse.m-ico-untappd, .m-ico-branded-squared-reverse.m-ico-untappd {
	background-color: #ffc000;
}

.m-ico-branded-circled-reverse.m-ico-kofi, .m-ico-branded-squared-reverse.m-ico-kofi {
	background-color: #29abe0;
}

.m-ico-branded-circled-reverse.m-ico-substack, .m-ico-branded-squared-reverse.m-ico-substack {
	background-color: #ff6719;
}

.m-ico-branded-circled-reverse.m-ico-mbachic, .m-ico-branded-squared-reverse.m-ico-mbachic {
	background-color: #ff0084;
}

.m-ico-branded-circled-reverse.m-ico-uhive, .m-ico-branded-squared-reverse.m-ico-uhive {
	background-color: #2081e2;
}

.m-ico-branded-circled-reverse.m-ico-muck-rack, .m-ico-branded-squared-reverse.m-ico-muck-rack {
	background-color: #1c456d;
}

.m-ico-branded-boxed.m-ico-xing {
	border-color: #026466 !important;
}

.m-ico-branded-boxed.m-ico-yelp {
	border-color: #af0606 !important;
}

.m-ico-branded-boxed.m-ico-bebee {
	border-color: #f28f16 !important;
}

.m-ico-branded-boxed.m-ico-reverbnation {
	border-color: #e43526 !important;
}

.m-ico-branded-boxed.m-ico-patreon {
	border-color: #e6461a !important;
}

.m-ico-branded-boxed.m-ico-eventbrite {
	border-color: #f6682f !important;
}

.m-ico-branded-boxed.m-ico-etsy {
	border-color: #f45800 !important;
}

.m-ico-branded-boxed.m-ico-viadeo {
	border-color: #f88d2d !important;
}

.m-ico-branded-boxed.m-ico-glassdoor {
	border-color: #7cb228 !important;
}

.m-ico-branded-boxed.m-ico-teespring {
	border-color: #39ace6 !important;
}

.m-ico-branded-boxed.m-ico-toptal {
	border-color: #3863a0 !important;
}

.m-ico-branded-boxed.m-ico-behance {
	border-color: #1769ff !important;
}

.m-ico-branded-boxed.m-ico-angellist {
	border-color: #000 !important;
}

.m-ico-branded-boxed.m-ico-amazon {
	border-color: #f90 !important;
}

.m-ico-branded-boxed.m-ico-ebay {
	border-color: #e53238 !important;
}

.m-ico-branded-boxed.m-ico-paypal {
	border-color: #003087 !important;
}

.m-ico-branded-boxed.m-ico-dribbble {
	border-color: #444 !important;
}

.m-ico-branded-boxed.m-ico-scribd {
	border-color: #1a7bba !important;
}

.m-ico-branded-boxed.m-ico-lineat {
	border-color: #00c300 !important;
}

.m-ico-branded-boxed.m-ico-untappd {
	border-color: #ffc000 !important;
}

.m-ico-branded-boxed.m-ico-kofi {
	border-color: #29abe0 !important;
}

.m-ico-branded-boxed.m-ico-substack {
	border-color: #ff6719 !important;
}

.m-ico-branded-boxed.m-ico-mbachic {
	border-color: #ff0084 !important;
}

.m-ico-branded-boxed.m-ico-uhive {
	border-color: #2081e2 !important;
}

.m-ico-branded-boxed.m-ico-muck-rack {
	border-color: #1c456d !important;
}