
/* By default do not show */
.lg-jsadv {
  display: none;
  width: 100%;
  /*background-color: #e2ddd7;*/
  /*padding: 20px;*/
  /*margin-top: 40px;*/
}


.lg-jsadv__content {
  font-family: 'Source Sans Pro', 'PT Sans', sans-serif;
  background-color: #F5F4F0;
  padding-top: 32px;
  padding-bottom: 44px;
  padding-left: 24px;
  padding-right: 24px;
}

.lg-jsadv__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.lg-jsadv__title a {
  text-decoration: none;
  color: black;
  cursor: pointer !important;
}

.lg-jsadv__title a:hover {
  color: #E1312F;
}

.lg-jsadv__sub-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 16px;
  line-height: 32px;
}

.lg-jsadv__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 16px;
  opacity: 0.7;
}

.lg-jsadv__btn {
  margin-top: 16px;
  display: inline-flex !important;
  min-height: 60px;
  padding: 8px 20px;
  outline: 0;
  border-radius: 4px;
  cursor: pointer !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  transition: all 0.1s ease-in-out;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 120%;
  color: white;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
}

.lg-jsadv__btn--green {
  background: #249F59;
}

.lg-jsadv__btn--green:hover {
  background: #0F753B;
  color: white !important
}

/* */
.lg-jsadv__columns {
  display: grid;
  grid-template-columns: 300px 1fr;
}

.lg-jsadv__columns--bg {
  display: grid;
  grid-template-columns: 200px 1fr;
}

@media (max-width: 1024px) {
  .lg-jsadv__columns, .lg-jsadv__columns--bg {
    grid-template-columns: 1fr;
  }
}

/* */

.lg-jsadv__ce-image {
  max-width: 280px;
}

.lg-jsadv__ce-image--midle {
  max-width: 220px;
}

.lg-jsadv__ce-image--bg {
  max-width: 180px;
}

@media (max-width: 1024px) {
  .lg-jsadv__ce-image, .lg-jsadv__ce-image--midle, .lg-jsadv__ce-image--bg {
    margin-bottom: 20px;
  }
}

@media print {
  .lg-jsadv {
    display: none !important;
  }
}
