@charset "UTF-8";

.emg-framework-btn-facebook {
  background-color: #3b5998;
}

.emg-framework-btn-twitter {
  background-color: #1da1f2;
}

.emg-framework-btn-x {
  background-color: #0F141A;
}

.emg-framework-btn-linkedin {
  background-color: #0077b5;
}

.emg-framework-btn-whatsapp {
  background-color: #25d366;
}

.emg-framework-social-share-link,
.emg-framework-social-share-link:hover,
.emg-framework-social-share-link:visited {
  color: #fff;
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px !important;
  min-width: 20px;
}

.emg-framework-social-share-link svg,
.emg-framework-social-share-link:hover svg,
.emg-framework-social-share-link:visited svg {
  width: 18px;
  height: 18px;
}

/* default */

.emg-framework-pdf-flipbook-embed {
  width: 100%;
  height: 420px;
}

/**
 * Alerts
 */

.emg-framework-alert {
  padding: 15px;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
}

.emg-framework-alert a {
  font-weight: bold;
  text-decoration: underline;
}

.emg-framework-alert.emg-framework-alert-success {
  background-color: #d4edda;
}

.emg-framework-alert.emg-framework-alert-warning {
  background-color: #fdd7da;
}

.emg-framework-alert.emg-framework-alert-info {
  background-color: #d1ecf1;
}

.emg-framework-cs-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/**
 * Webinars
 */

.emg-framework-webinar-list .emg-framework-webinar-list__item {
  display: block;
  border-bottom: 1px solid #EEE;
  padding: 15px 0;
  position: relative;
}

.emg-framework-webinar-list .emg-framework-webinar-list__item:last-of-type {
  border-bottom: 0px;
}

.emg-framework-webinar-list .emg-framework-webinar-list__item:first-of-type {
  padding: 10px 0 15px 0;
}

.emg-framework-webinar-list .emg-framework-webinar-list__item .emg-framework-webinar-list__item__details {
  color: #666;
}

.emg-framework-webinar-list .emg-framework-webinar-list__item .emg-framework-webinar-list__item__details div {
  display: inline-block;
  margin-right: 10px;
}

.emg-framework-webinar-list .emg-framework-webinar-list__item .emg-framework-webinar-list__item__anchor {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/**
 * Checklist
 */

.emg-framework-fa-checklist {
  font-size: 16px;
  list-style: none;
  padding-left: 10px;
}

.emg-framework-fa-checklist li {
  line-height: 32px;
}

.emg-framework-fa-checklist li::before {
  content: "\F00C";
  font-family: "FontAwesome";
  color: #00a091;
  margin-right: 20px;
  width: 16px;
  display: inline-block;
}

/**
 * Visibility classes
 */

@media (max-width: 720px) {
  .emg-framework-hide-sm {
    display: none !important;
  }
}

@media (min-width: 720px) and (max-width: 980px) {
  .emg-framework-hide-md {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .emg-framework-hide-lg {
    display: none !important;
  }
}

