/*!
 * Theme Name: MHG
 * Description: HTML5 WordPress Theme
 * Version: 1.0.0
 * Author: Dharma Media
 * Author URI: https://www.dharmamedia.nl/
 * Tags: HTML5, CSS3, Responsive
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3336135, 2017-01-25T03:13:40-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FF Netto Web Light by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/netto/ot-light/
 * Copyright: 2012 Daniel Utz published by FSI FontShop International GmbH
 * Licensed pageviews: 50,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3336135
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/32e7c7");
@font-face {
  font-family: 'FFNettoWebLight';
  src: url("build/fonts/32E7C7_0_0.eot");
  src: url("build/fonts/32E7C7_0_0.eot?#iefix") format("embedded-opentype"), url("build/fonts/32E7C7_0_0.woff2") format("woff2"), url("build/fonts/32E7C7_0_0.woff") format("woff"), url("build/fonts/32E7C7_0_0.ttf") format("truetype"); }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: inherit; }

img,
svg {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

html {
  font-family: "PMN Caecilia W01";
  font-size: 18px;
  color: #006fa1;
  overflow-x: hidden; }

body {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "FFNettoWebLight";
  font-weight: normal;
  font-style: normal; }

h2, h3, h4, h5, h6 {
  color: #006fa1; }

h2 {
  font-size: 27px; }

h1 {
  font-size: 46px; }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 9vw; } }

p, ul, ol, blockquote {
  line-height: 1.9em; }

a {
  color: #005b90; }

input, textarea, select {
  outline: none;
  transition: border 0.3s ease;
  border: 1px solid #ccc;
  padding: 0.5em; }
  input:focus, textarea:focus, select:focus {
    border-color: #5ea499; }

input {
  border-radius: 2em; }

textarea {
  border-radius: 1em; }

select {
  border-radius: 2em;
  background: #fff; }

select[multiple] {
  border-radius: 1em; }

button {
  outline: none; }
  button:active {
    outline: none; }

::selection {
  background: #006fa1;
  color: #fff; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.delay-05s {
  animation-delay: 0.5s; }

.delay-1s {
  animation-delay: 1s; }

.delay-15s {
  animation-delay: 1.5s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

[type='button'].ninja-forms-field,
.bttn {
  display: inline-block;
  font-size: 18px;
  padding: 0.82em 1.82em;
  border-radius: 0.2em;
  margin-bottom: 10px;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #bd3f87;
  background-color: #bd3f87;
  color: #fff;
  text-decoration: none;
  font-weight: 700; }
  [type='button'].ninja-forms-field:after,
  .bttn:after {
    content: '  \203A'; }
  @media screen and (min-width: 768px) {
    [type='button'].ninja-forms-field,
    .bttn {
      min-width: 131px; } }
  @media screen and (max-width: 500px) {
    [type='button'].ninja-forms-field,
    .bttn {
      display: block;
      margin-right: 0;
      margin-left: 0; } }
  [type='button'].ninja-forms-field:hover,
  .bttn:hover {
    background-color: transparent;
    border-color: #bd3f87;
    color: #bd3f87; }
  [type='button'].ninja-forms-field--brand,
  .bttn--brand {
    border: 1px solid #005b90;
    background-color: #005b90;
    color: #fff; }
    [type='button'].ninja-forms-field--brand:hover,
    .bttn--brand:hover {
      background-color: transparent;
      border-color: #005b90;
      color: #005b90; }
  [type='button'].ninja-forms-field--lg,
  .bttn--lg {
    font-size: 22px;
    padding: 0.82em 2em; }
    @media screen and (min-width: 768px) {
      [type='button'].ninja-forms-field--lg:not(:only-of-type),
      .bttn--lg:not(:only-of-type) {
        margin-right: 1em;
        margin-left: 1em; }
        [type='button'].ninja-forms-field--lg:not(:only-of-type):first-child,
        .bttn--lg:not(:only-of-type):first-child {
          margin-left: 0; }
        [type='button'].ninja-forms-field--lg:not(:only-of-type):last-child,
        .bttn--lg:not(:only-of-type):last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      [type='button'].ninja-forms-field--lg,
      .bttn--lg {
        font-size: 5vw; } }

.ghost {
  display: inline-block;
  font-size: 18px;
  padding: 0.82em 1.82em;
  border-radius: 0.2em;
  margin-bottom: 10px;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #cecede;
  background-color: transparent;
  color: #5ea499;
  text-decoration: underline;
  font-weight: 600; }
  .ghost:after {
    content: '  \203A'; }
  @media screen and (min-width: 768px) {
    .ghost {
      min-width: 131px; } }
  @media screen and (max-width: 500px) {
    .ghost {
      display: block;
      margin-right: 0;
      margin-left: 0; } }
  .ghost:hover {
    background-color: #cecede;
    border-color: #cecede;
    color: #fff; }
  .ghost--brand {
    border: 1px solid #cecede;
    background-color: transparent;
    color: #005b90; }
    .ghost--brand:hover {
      background-color: #cecede;
      border-color: #cecede;
      color: #fff; }

.h1 {
  font-size: 46px; }
  @media screen and (max-width: 500px) {
    .h1 {
      font-size: 10vw;
      word-break: break-word; } }

.h2 {
  font-size: 50px;
  margin: 16px 0 55px 0; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-icon-verhuur {
  width: 0.7939453125em; }

.icon-icon-verkoop {
  width: 1.142578125em; }

.hidden {
  display: none; }

.center-text {
  text-align: center; }

.text-small {
  font-size: 16px; }

.text-large {
  font-size: 24px; }

.bg-lightblue {
  background-color: #eef4f8; }

.icon-no-image {
  font-size: 0.5em; }

.clr-black {
  color: #31312f; }

.clr-white {
  color: #fff; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 25px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #5ea499;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.flex-grid {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .flex-grid {
      display: block; } }

.rows {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.flex-center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: inherit; }

.space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.col {
  -ms-flex: 1;
      flex: 1;
  padding: 0 25px; }

.col-full {
  padding-right: 25px;
  padding-left: 25px;
  max-width: 100vw; }

.col-pad {
  padding: 0 25px; }

.col-halfs {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.col-thirds {
  -ms-flex: 33%;
      flex: 33%; }
  @media screen and (min-width: 911px) {
    .col-thirds--border {
      border-left: 1px solid #e2e2ed; }
      .col-thirds--border:nth-child(3n + 1) {
        border-left: none; } }
  @media screen and (max-width: 910px) {
    .col-thirds--border {
      border-left: 1px solid #e2e2ed; }
      .col-thirds--border:nth-child(2n + 1) {
        border-left: none; } }
  @media screen and (max-width: 767px) {
    .col-thirds--border:nth-child(n + 2) {
      border-top: 1px solid #e2e2ed; } }
  @media screen and (max-width: 910px) {
    .col-thirds {
      -ms-flex: 50%;
          flex: 50%; } }

.wrapper {
  width: 100%;
  max-width: 100%;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding: 25px 0; } }
  .wrapper--pad-s {
    width: 100%;
    padding: 60px 0; }
    @media screen and (max-width: 767px) {
      .wrapper--pad-s {
        padding: 25px 0; } }
  .wrapper--pad-xs {
    width: 100%;
    padding: 25px 0; }

.container {
  width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 1149px) {
    .container {
      width: 100%; } }

.cta {
  color: #31312f;
  font-size: 24px; }

.flickity-prev-next-button .arrow {
  fill: #006fa1 !important; }

.footer {
  border-top: 1px solid #cecede;
  color: #999999;
  font-size: 16px; }
  .footer__col {
    padding: 0 25px; }

.header {
  animation-duration: 2s;
  margin-top: -50px; }
  @media screen and (max-width: 767px) {
    .header {
      text-align: center; } }
  .header__slide {
    width: 100%;
    margin-top: 25px;
    padding-top: 0; }
    @media screen and (max-width: 767px) {
      .header__slide {
        background-position: 100vw bottom, center 25px; } }
    .header__slide--single {
      background: center top no-repeat;
      background-size: cover;
      background-origin: content-box; }
    .header__slide--stacked {
      padding-top: 25px;
      margin-top: 0;
      background-color: transparent !important;
      background-position: 50vw bottom, center 0;
      background-repeat: no-repeat;
      background-size: contain, cover;
      background-origin: padding-box, content-box; }
  .header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 200px;
    min-height: 600px; }
    @media screen and (max-width: 767px) {
      .header__content {
        min-height: 390px;
        padding: 0 35px;
        -ms-flex-align: end;
            align-items: flex-end; }
        .header__content .h1 {
          font-weight: 700 !important;
          color: #fff;
          text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); } }

.icons {
  background: #eef4f8; }
  .icons__ic {
    margin: 40px 0; }
    @media screen and (max-width: 767px) {
      .icons__ic {
        margin-bottom: 60px; } }
  .icons__svg {
    font-size: 137px;
    margin: 0 0 35px 0; }
  .icons__heading {
    margin: 0;
    font-size: 27px; }
  .icons__text {
    font-size: 24px; }

.latest__item:first-child {
  padding: 0 0 15px 0; }

.latest__item:nth-child(n + 2) {
  padding: 15px 0;
  border-top: 1px solid #ccc; }

.latest__date {
  font-size: 0.8em; }

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .menu-list {
      text-align: center; } }

.menu-item {
  padding: 0;
  margin: 0;
  display: inline-block; }

.menu-a {
  padding: 20px 25px;
  color: #999999;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease; }
  .menu-a:hover {
    color: #006fa1; }
  .menu-a:active, .menu-a:focus {
    color: #5ea499; }

@media screen and (max-width: 767px) {
  .menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: scale(0.8);
    transition: opacity, transform 0.3s ease;
    will-change: transform, opacity, margin, max-height; }
    .menu.is-active {
      display: block;
      opacity: 1;
      margin-top: 20px;
      margin-bottom: 20px;
      transform: scale(1);
      max-height: inherit; }
      .menu.is-active:before {
        content: '';
        width: 30px;
        height: 2px;
        background: #e2e2ed;
        display: block;
        margin: auto;
        margin-bottom: 20px; } }

.navbar {
  width: 100%; }
  .navbar__logo {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .navbar__logo {
        padding-right: 90px; } }
  .navbar__logo-a {
    z-index: 99999;
    position: relative;
    display: inline-block;
    padding: 15px 0; }
  .navbar__logo-img {
    height: 60px;
    max-width: 100%;
    max-height: 100%;
    width: auto; }

.hamburger {
  position: absolute;
  right: 10px;
  top: 10px;
  min-height: 50px;
  outline: none;
  z-index: 99999; }
  @media screen and (min-width: 768px) {
    .hamburger {
      display: none; } }

.note {
  background: #fff9f0;
  border: 1px solid #ff9900;
  color: #7d7665;
  margin-top: 20px;
  padding: 5px 25px; }
  @media screen and (max-width: 767px) {
    .note {
      margin-bottom: 16px; } }
  .note a {
    color: #7d7665; }

.product {
  padding: 0 0 80px 0; }
  @media screen and (max-width: 767px) {
    .product {
      padding: 30px 0; }
      .product:first-child {
        padding: 0 0 30px 0; }
      .product:last-child {
        padding: 30px 0 0 0; } }
  .product__title {
    font-weight: 200;
    font-size: 24px;
    color: #31312f;
    margin: 0 0 30px 0; }
  .product__img {
    font-size: 260px;
    width: 1em;
    height: 1em;
    min-height: 1em;
    margin: auto;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px; }
  .product__button {
    margin: 0.5em; }
    @media screen and (max-width: 500px) {
      .product__button {
        margin: 0.5em 25px; } }

.nf-form-wrap.ninja-forms-form-wrap {
  width: 600px;
  max-width: 100%;
  margin: auto; }

.nf-form-hp {
  left: 0; }

.nf-form-fields-required {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 2em; }


/*# sourceMappingURL=maps/style.css.map */
