.h-nomargin {
  margin: 0 !important;
}
html,
body {
  height: 100%;
  font-family: 'lato', '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;
}
input {
  font-family: 'lato', 'open-sans', sans-serif;
}
label {
  cursor: pointer;
  user-select: none;
  font-family: 'lato', '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;
}
.big-title {
  font-size: 32px;
  text-transform: none;
}
h1 {
  font-family: 'Montserrat', 'Raleway', sans-serif;
  font-size: 2em;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-family: 'lato', 'open-sans', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #343434;
  text-align: center;
}
h3 {
  font-family: 'lato', 'open-sans', sans-serif;
  color: #26457C;
  font-size: 1.4em;
  margin-bottom: 1em;
}
.marked {
  background-color: #f2c50073;
  color: #656565;
  padding: 0 6px;
}
a {
  color: #26457C;
  font-weight: 400;
}
p {
  font-weight: 400;
  color: #343434;
  line-height: 1.6em;
  padding-bottom: 1.4em;
}
ul,
ol {
  color: #343434;
  line-height: 1.4em;
}
ul li,
ol li {
  margin-left: 1.2em;
}
ul li:last-child,
ol li:last-child {
  padding-bottom: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
img {
  max-width: 100%;
}
blockquote {
  padding: 1em;
  margin-bottom: 1em;
  background: #f4f8ff;
  color: #666;
  border-left: 3px solid #F2C500;
  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;
}
input[type=submit] {
  line-height: inherit;
}
textarea {
  font-family: 'lato', 'open-sans', sans-serif;
}
textarea:focus {
  box-shadow: none;
}
input,
textarea {
  font-size: 0.9em;
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
}
button {
  font-family: 'lato', 'open-sans', sans-serif;
}
.button {
  background-color: #26457C;
  padding: 0.65em 1.3em;
  border: none;
  color: white;
  font-family: 'lato', 'open-sans', 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 {
  background-color: rgba(38, 69, 124, 0.9);
  color: #F2C500;
  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);
}
.button--nostyle {
  text-transform: none;
  padding: 0;
  border: none;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.container {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 2em;
}
.main {
  padding-top: 4em;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.fixed .customize__price-box--left {
  margin-left: auto;
}
.fixed .customize__price-box--right {
  margin-right: auto;
}
code,
pre,
tt {
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  background: #f4f8ff;
  font-family: Lucida Console, Menlo, Courier;
  font-size: 0.75rem;
}
.page-template-default .main ul,
.page-template-default .main ol {
  margin: 0 0 2em 2em;
}
.page-template-default .main li {
  list-style-type: disc;
  color: #343434;
  font-family: 'lato', 'open-sans', sans-serif;
  line-height: 1.5em;
}
.more-lineheight {
  line-height: 30px;
}
@media (max-width: 610px) {
  h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 1.2em;
  }
}
