/* global.css */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font: 16px/1.7em "signikaregular", Arial, Helvetica, sans-serif;
  color: #323a45;
  overflow-y: scroll;
}
html.noScroll #wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  display: block;
  z-index: 100;
}
body {
  background-color: #f2f4f5;
  font: 0.9375rem/1.7rem "signikaregular", Arial, Helvetica, sans-serif;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
figure,
img,
object {
  width: auto;
  height: auto;
  max-width: 100%;
}
figure {
  line-height: 0;
}
figcaption {
  padding: 0.25rem;
  line-height: 1.5em;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "signikalight", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  text-transform: uppercase;
}
h1 {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
h2 {
  font-size: 1.2rem;
}

p {
  margin-bottom: 1rem;
}
a {
  text-decoration: none;
  color: #446abc;
  -moz-transition: all 0.3s, ease-in-out 0.2s;
  -webkit-transition: all 0.3s, ease-in-out 0.2s;
  -o-transition: all 0.3s, ease-in-out 0.2s;
  transition: all 0.3s, ease-in-out 0.2s;
}
a:hover {
  color: #bdcae4;
}
.ce_text p a,
.ce_hyperlink a,
a.email,
.mod_sitemap a {
  border-bottom: 1px solid #bdcae4;
}
.media.media--left figure {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.media.media--right figure {
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.clearing {
  float: none;
  clear: both;
  display: block;
}
.txtCenter {
  text-align: center;
}
.txtBold {
  font-family: "signikabold";
}
.imgCenter {
  margin: 0 auto;
  text-align: center;
}
.important {
  font-size: 1.125rem;
}
.lineBottom {
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dfe2e6;
}
.highlightbox_1 {
  padding: 2rem;
  background-color: #fff;
}
.highlightbox_2 {
  padding: 1rem 2rem 3rem;
  background-color: #fff;
}
.pad_1_0_1_0 {
  padding: 1rem 0;
}
.pad_1_0_0_0 {
  padding: 1rem 0 0;
}
.pad_0_0_1_0 {
  padding: 0 0 1rem;
}
.pad_2_0_2_0 {
  padding: 2rem 0;
}
.pad_2_0_0_0 {
  padding: 2rem 0 0;
}
.pad_0_0_2_0 {
  padding: 0 0 2rem;
}
