html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
body {
  -webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
/* default checkbox */
header input[type=checkbox],
.mobilemenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
label {
  cursor: pointer;
  user-select: none;
  font-family: 'Open Sans', sans-serif;
  display: block;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -126px;
}
.home .wrapper {
  min-height: 100%;
  height: 100% !important;
  margin: 0 auto -100px;
}
.push,
footer {
  clear: both;
  min-height: 46px;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  color: #343434;
  text-transform: uppercase;
  text-align: center;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  color: #2a7ccf;
  font-size: 1.4em;
  margin-bottom: 1em;
}
a {
  color: #2a7ccf;
  font-weight: 400;
}
p {
  font-weight: 400;
  color: #343434;
  line-height: 1.4em;
  padding-bottom: 1.4em;
}
img {
  max-width: 100%;
}
blockquote {
  padding: 1em;
  margin-bottom: 1em;
  background: #fafafa;
  color: #666;
  border-left: 3px solid #ccc;
  font-size: 1.5em;
  line-height: 1.2;
}
blockquote p {
  margin: 0;
  padding: 0;
  color: #666;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
label {
  margin-bottom: 0.7em;
}
input {
  height: 3em;
  padding: 0 1em;
  outline: none;
}
textarea {
  font-family: 'Open Sans', sans-serif;
}
textarea:focus {
  box-shadow: none;
}
.information-left ul,
.information-left ol {
  margin: 0 0 2em 2em;
}
.information-left li {
  list-style-type: disc;
  color: #343434;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
}
button,
.button {
  background-color: #2a7ccf;
  text-transform: uppercase;
  padding: 1em 2em;
  border: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  transition-property: box-shadow, color;
}
button:hover,
.button:hover {
  background-color: rgba(42, 124, 207, 0.85);
  color: #fff;
  box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35), inset 0 0 0 2em rgba(0, 0, 0, 0.3);
}
.container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2em;
}
.main {
  padding-top: 2em;
}
code,
pre,
tt {
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  background: #FCFCFC;
  border: 1px solid #D8D8D8;
  font-family: Lucida Console, Menlo, Courier;
  font-size: 0.75rem;
}
