body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #f7fafc;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #444444;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 16px;
}

#sp-footer, #sp-bottom {
  background: #ffffff;
  color: #a9a9a9;
}

.mm-bubble {
  position: relative;
  margin-bottom: 40px;
}
.mm-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
  left: 15px;
  padding-left: 40px;
}
.mm-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}

.mm-dropcap {
  overflow: hidden;
}
.mm-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}

.mm-blocknumber {
  position: relative;
  min-height: 45px;
  padding: 5px 0 5px 60px;
}
.mm-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-blocknumber span.circle {
  border-radius: 100%;
}

btn, .mm-btn {
  display: inline-block;
  background: rgba(3, 69, 191, 0.1);
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
  color: #0345bf;
  transition: background-color 1000ms;
}

.mm-btn:hover {
  color: #fff;
  background-color: #044CD0;
}

.mm-module {
  background-color: #ffffff !important;
  font-size: 14px;
}