div.simpleWidgetStyle {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
.widgetTitle {
  font-size: 1.2em;
  font-weight: 500;
  color: #003f98;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -4px;
}
.widgetTitle i {
  font-size: 14px;
  color: #003f98;
  margin-left: auto;
  flex-shrink: 0;
}
a.widgetMoreLink {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 12px;
  text-decoration: none;
  color: #adadad;
}
.xe-widget-wrapper {
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .xe-widget-1col {
    width: 100% !important;
    padding: 0 15px;
  }
}
@media screen and (min-width: 640px) {
  .xe-widget-1col {
    width: 100% !important;
  }
}
@media screen and (max-width: 639px) {
  .xe-widget-2col {
    width: 100% !important;
    padding: 0 15px;
  }
}
@media screen and (min-width: 640px) {
  .xe-widget-2col {
    width: 49% !important;
  }
}
@media screen and (max-width: 639px) {
  .xe-widget-3col {
    width: 100% !important;
    padding: 0 15px;
  }
}
@media screen and (min-width: 640px) {
  .xe-widget-3col {
    width: 33% !important;
  }
}
@media screen and (max-width: 639px) {
  .xe-widget-2-3col {
    width: 100% !important;
    padding: 0 15px;
  }
}
@media screen and (min-width: 640px) {
  .xe-widget-2-3col {
    width: 66% !important;
  }
}
@media screen and (max-width: 639px) {
  .xe-widget-1-3col {
    width: 100% !important;
    padding: 15px;
  }
}
@media screen and (min-width: 640px) {
  .xe-widget-1-3col {
    width: 34% !important;
    padding-left: 36px;
  }
}
/*# sourceMappingURL=2e6e81cf89ff811dcabf393a9fa60ee5842d4cda.style.scss.map */
