/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/open-sans-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/open-sans-v35-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/open-sans-v35-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/open-sans-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/open-sans-v35-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/open-sans-v35-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.rspbld-page .row, .rspbld-pages .rspbld-page-container .row {
  margin: 0;
}

.basebox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#topbar {
  position: relative;
  width: 100%;
  height: 30px;
  font-size: 10px;
  background-color: #f5f5f5;
  padding: 0 12px;
}

#topbar a {
  color: #5ca336;
  padding: 4px 6px;
}

#header {
  position: relative;
  width: 100%;
  height: 96px;
  padding: 0 12px;
  margin-bottom: 12px;
}

#header img {
  height: 96px;
  padding: 10px;
}

#header .nav-item a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 96px;
  text-decoration: none;
  color: #2c8cdb;
  padding: 0 24px;
}

#header .nav-item a:hover, #header .nav-item a:active {
  color: #fff;
  background-color: #2c8cdb;
}

#footer {
  position: relative;
  width: 100%;
  height: 32px;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #2c8cdb;
  padding: 0 12px;
}

#smartbutton {
  position: fixed;
  bottom: 36px;
  right: 36px;
}

#smartbutton img {
  width: 36px;
}

#smartnavigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: #2c8cdb;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  padding: 10px 15px;
  z-index: 9999;
}

#smartnavigation .close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 28px;
}

#smartnavigation .nav {
  flex-direction: column;
}

#smartnavigation ul {
  width: 100%;
  max-width: 891px;
  text-align: center;
}

#smartnavigation li {
  margin: 2px 0;
}

#smartnavigation li a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 24px 12px;
}

#smartnavigation li a:hover {
  color: #2c8cdb;
  background-color: #fff;
}

@media (max-width:891px) {
  
  .nomid {
    display: none;
    visibility: hidden;
  }
  
  .basebox {
    flex-direction: column;
    justify-content: center;
  }
  
  #header {
    height: unset;
  }
  
  #header img {
    height: unset;
    width: 90%;
    max-width: 240px;
    padding: 36px 0 0;
  }
  
  #header .navigation {
    display: none;
    visibility: hidden;
  }
  
}