/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header#home,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML 5 Reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header#home,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Basics */
html {
  background: none;
}
body {
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #303a46;
  letter-spacing: 0;
}
h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 58px;
}
h1.rokkitt {
  font-family: "Rokkitt", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 24px;
}
h3,
h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
}
h5,
h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
h2.condensed,
h3.condensed,
h4.condensed,
h5.condensed,
h6.condensed {
  font-family: "Open Sans Condensed", sans-serif;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #303a46;
}
p.md {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #303a46;
  font-size: 16px;
  line-height: 24px;
}
p.sm {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #303a46;
  font-size: 13px;
  line-height: 20px;
}
a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #303a46;
  font-weight: 700;
  color: #3572af;
  cursor: pointer;
  text-decoration: none;
}
a.md {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #303a46;
  font-size: 16px;
  line-height: 24px;
}
a.sm {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #303a46;
  font-size: 13px;
  line-height: 20px;
}
a:active,
a:link,
a:visited {
  color: #3572af;
}
a:hover {
  color: #4f6989;
  text-decoration: underline;
}
ol {
  margin-left: 24px;
}
ol li {
  list-style-type: decimal;
  margin: 12px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #303a46;
}
ul {
  margin-left: 24px;
}
ul li {
  list-style-type: disc;
  margin: 12px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #303a46;
}
.wf-loading {
  visibility: hidden;
}
.wf-active,
.wf-inactive {
  visibility: visible;
}
