<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================================================================
  Social Icon Buttons v1.0
  Author:
    Carson Shold | @cshold
    http://www.carsonshold.com
  MIT License
==============================================================================*/


/*================ Social share buttons ================*/
.mk-social-sharing {
  text-align: center;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*================ Large Buttons ================*/

}

.mk-social-sharing * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mk-social-sharing a {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin: 5px;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: normal;
}

.mk-social-sharing a:hover {
  color: #fff;
}

.mk-social-sharing span {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.mk-social-sharing span.fa {margin: 0 2px 0 10px; min-width: 10px}

.mk-social-sharing .icon {
  padding: 0 5px 0 10px;
}

.mk-social-sharing .icon:before {
  line-height: 22px;
}

.mk-social-sharing.is-large a {
  height: 44px;
  line-height: 44px;
}

.mk-social-sharing.is-large a span {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}

.mk-social-sharing.is-large a .icon {
  padding: 0 10px 0 18px;
}

.mk-social-sharing.is-large a .icon:before {
  line-height: 44px;
}

.mk-social-sharing .share-title {
  font-size: 12px;
  padding-right: 10px;
}

.mk-social-sharing.is-large .share-title {
  padding-right: 16px;
}

.mk-social-sharing .share-facebook {
  background-color: #3b5998;
}

.mk-social-sharing .share-facebook:hover {
  background-color: #2d4373;
}

.mk-social-sharing .share-twitter {
  background-color: #00aced;
}

.mk-social-sharing .share-twitter:hover {
  background-color: #0087ba;
}

.mk-social-sharing .share-pinterest {
  background-color: #cb2027;
}

.mk-social-sharing .share-pinterest:hover {
  background-color: #9f191f;
}

.mk-social-sharing .share-fancy {
  background-color: #4999dc;
}

.mk-social-sharing .share-fancy:hover {
  background-color: #2780cb;
}

.mk-social-sharing .share-google {
  background-color: #dd4b39;
}

.mk-social-sharing .share-google:hover {
  background-color: #c23321;
}

.mk-social-sharing .share-reddit {
  background-color: #5f99cf;
}

.mk-social-sharing .share-reddit:hover {
  background-color: #3a80c1;
}

.mk-social-sharing .share-linkedin {
  background-color: #0077b5;
}

.mk-social-sharing .share-linkedin:hover {
  background-color: #005582;
}

.mk-social-sharing .share-skype {
  background-color: #00aff0;
}

.mk-social-sharing .share-skype:hover {
  background-color: #008abd;
}

.mk-social-sharing .share-count {
  position: relative;
  background-color: #fff;
  padding: 0 8px;
  margin-right: -2px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ececec;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.mk-social-sharing .share-count.is-loaded {
  opacity: 1;
}

.mk-social-sharing .share-count:before,
.mk-social-sharing .share-count:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
}

.mk-social-sharing .share-count:before {
  left: -6px;
  border-right-color: #ececec;
}

.mk-social-sharing .share-count:after {
  left: -5px;
  border-right-color: #fff;
}

.mk-social-sharing a:hover .share-count {
  background-color: whitesmoke;
}

.mk-social-sharing a:hover .share-count:after {
  border-right-color: whitesmoke;
}

.mk-social-sharing.is-large .share-count {
  font-size: 18px;
  padding: 0 14px;
}

/*================ Clean Buttons ================*/
.mk-social-sharing.is-clean a {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #333;
  height: 30px;
  line-height: 30px;
}

.mk-social-sharing.is-clean a span {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}

.mk-social-sharing.is-clean a:hover {
  background-color: #ececec;
}

.mk-social-sharing.is-clean a:hover .share-count {
  background-color: #fff;
}

.mk-social-sharing.is-clean a:hover .share-count:after {
  border-right-color: #fff;
}

.mk-social-sharing.is-clean a .share-title {
  font-weight: normal;
}

.mk-social-sharing.is-clean .share-count {
  top: -1px;
}

.mk-social-sharing.is-clean .icon-facebook {
  color: #3b5998;
}

.mk-social-sharing.is-clean .icon-twitter {
  color: #00aced;
}

.mk-social-sharing.is-clean .icon-pinterest {
  color: #cb2027;
}

.mk-social-sharing.is-clean .icon-fancy {
  color: #4999dc;
}

.mk-social-sharing.is-clean .icon-google {
  color: #dd4b39;
}

.mk-social-sharing.is-clean .icon-reddit {
  color: #5f99cf;
}

.mk-social-sharing.is-clean .icon-linkedin {
  color: #0077b5;
}

.mk-social-sharing.is-clean .icon-skype {
  color: #00aff0;
}
</pre></body></html>