.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;
}

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

.latest-eisbook-container {
  display: flex;
  flex-direction: column;
}
.latest-eisbook-container .latest-eisbook-buttons {
  margin-top: 0.5rem;
}
.latest-eisbook-container:not(.latest-eisbook-container-sidebar) .latest-eisbook-image, .latest-eisbook-container:not(.latest-eisbook-container-sidebar) .latest-eisbook-content, .latest-eisbook-container:not(.latest-eisbook-container-sidebar) .latest-eisbook-buttons {
  margin-left: auto;
  margin-right: auto;
}
.latest-eisbook-container-sidebar .latest-eisbook-buttons {
  margin-bottom: 3rem;
  margin-top: auto;
  margin-left: -16%;
  z-index: 10;
}
@media (min-width: 768px) {
  .latest-eisbook-container-sidebar .latest-eisbook-buttons {
    margin-left: -33%;
  }
}

.latest-eisbook-container-sidebar .latest-eisbook-image, .latest-eisbook-content {
  width: 80%;
}
@media (min-width: 768px) {
  .latest-eisbook-container-sidebar .latest-eisbook-image, .latest-eisbook-content {
    width: 66.666667%;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .latest-eisbook-container, .latest-eisbook-container-sidebar {
    width: 66%;
  }
}
.latest-eisbook-container .latest-eisbook-content, .latest-eisbook-container-sidebar .latest-eisbook-content {
  margin-top: 0.5rem;
}
.latest-eisbook-container .latest-eisbook-image, .latest-eisbook-container-sidebar .latest-eisbook-image {
  width: 80%;
}
@media (min-width: 768px) {
  .latest-eisbook-container .latest-eisbook-image, .latest-eisbook-container-sidebar .latest-eisbook-image {
    width: 66.666667%;
  }
}
.latest-eisbook-container .latest-eisbook-image img, .latest-eisbook-container-sidebar .latest-eisbook-image img {
  width: 100%;
}

.latest-eisbook-buttons a {
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.latest-eisbook-buttons a .fa {
  padding-right: 0.25rem;
}
.latest-eisbook-buttons .latest-eisbook-view-button {
  background-color: white;
  border: 1px solid #666;
  color: #666;
  margin-bottom: 0.5rem;
}
.latest-eisbook-buttons .latest-eisbook-view-button:hover {
  text-decoration: underline;
}
.latest-eisbook-buttons .latest-eisbook-subscribe-button {
  background-color: #228736;
  color: white;
}

.latest-eisbook-container-sidebar {
  display: block;
}
.latest-eisbook-container-sidebar .latest-eisbook-image-container {
  display: flex;
}

.latest-eisbook-image > a > p:not([class]), .latest-eisbook-image-content > p:not([class]) {
  margin-bottom: 0 !important;
}

/**
 * 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;
  }
}
.emg-framework-copy-link {
  vertical-align: top;
  min-height: 1.75rem;
}

.latest-eisbook-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
