<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* SHARE BAR (ADDTHIS) */
/* (main.scss) */
/* ================================================================================ */
@media (max-width: 900px) {
  #social-floater.scroll-to-fixed-fixed {
    position: relative !important;
    left: initial !important;
    top: initial !important; }
    #social-floater.scroll-to-fixed-fixed ~ div {
      display: none !important; }
  #social-floater .share-bar {
    padding: 10px;
    margin-bottom: 40px;
    height: 46px; }
    #social-floater .share-bar .share-btn {
      display: inline-block;
      margin-bottom: 0; }
      #social-floater .share-bar .share-btn a {
        margin-left: 10px; }
      #social-floater .share-bar .share-btn .label {
        display: none; } }

.share-bar {
  text-transform: uppercase;
  width: 100%;
  min-width: 140px;
  background: #2397db;
  padding: 16px 0 5px 0; }
  .share-bar .title {
    text-align: center;
    display: block;
    color: white;
    margin-bottom: 2px;
    height: 36px;
    line-height: 36px; }
  .share-bar .share-btn {
    display: block;
    clear: both;
    margin-bottom: 5px; }
    .share-bar .share-btn:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .share-bar .share-btn a {
      float: left;
      width: 26px;
      height: 26px;
      margin-left: 20px; }
    .share-bar .share-btn .label {
      float: left;
      width: auto;
      height: 26px;
      margin: -21px 22px 0 28px;
      font-size: 0.8125em;
      color: white;
      padding: 0 10px; }
  .share-bar .share_icon {
    display: block;
    text-indent: -9999em;
    width: 26px;
    height: 26px; }
    .share-bar .share_icon.share_fb {
      background: url(../../images/icn-soc-fb-x2.png) center center no-repeat;
      background-size: 26px 26px; }
    .share-bar .share_icon.share_twtr {
      background: url(../../images/icn-soc-tw-x2.png) center center no-repeat;
      background-size: 26px 26px; }
    .share-bar .share_icon.share_li {
      background: url(../../images/icn-soc-li-x2.png) center center no-repeat;
      background-size: 26px 26px; }
    .share-bar .share_icon.share_gp {
      background: url(../../images/icn-soc-gp-x2.png) center center no-repeat;
      background-size: 26px 26px; }
    .share-bar .share_icon.share_email {
      background: url(../../images/icn-soc-em-x2.png) center center no-repeat;
      background-size: 26px 26px; }
    .share-bar .share_icon.share_count {
      background: url(../../images/icn-soc-blank-x2.png) center center no-repeat;
      background-size: 26px 26px;
      overflow: hidden;
      text-indent: 0;
      text-align: center;
      line-height: 26px;
      color: #2397db;
      font-size: 0.875em;
      font-weight: 900; }
    .share-bar .share-btn .comment_label.label {
      margin-left: 47px; }

    #webinar-link {
      display: inline-block;
      text-decoration:none;
      color:white;
      font-weight:700;
      padding: 6px 0;
    }</pre></body></html>