dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0
}
em {
  font-family: "PT Serif", serif
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  width: 100%
}
::selection {
  background: #3f137d;
  color: #fff;
  text-shadow: none
}
::-moz-selection {
  background: #3f137d;
  color: #fff;
  text-shadow: none
}
::-webkit-selection {
  background: #3f137d;
  color: #fff;
  text-shadow: none
}
:active, :focus {
  outline: none !important
}
body {
  color: #222;
  font-family: Manrope;
  line-height: 1.5
}
a {
  color: #3f137d;
  text-decoration: none !important
}
a:hover {
  color: #222
}
a img {
  border: none
}
img {
  max-width: 100%
}
iframe {
  border: 0 !important;
  overflow: hidden !important;
  width: 100%
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-family: Manrope;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px
}
h1 {
  font-size: 2.25rem
}
h2 {
  font-size: 1.875rem
}
h3 {
  font-size: 1.5rem
}
h4 {
  font-size: 1.125rem;
  font-weight: 600
}
h5 {
  font-size: .875rem
}
h6 {
  font-size: .75rem
}
h5, h6 {
  font-weight: 700;
  margin-bottom: 20px
}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
  color: #3f137d
}
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
  margin-bottom: 30px
}
small {
  font-family: Lato, sans-serif
}