@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=latin-ext");
#__bs_notify__ {
  display: none !important; }

* {
  box-sizing: border-box; }

html, body {
  font: 400 16px/24px "Ubuntu", "Roboto", "Segoe UI", sans-serif !important; }

body {
  padding-top: 6rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%; }

.fit {
  max-width: 100%;
  max-height: 100%; }

.top-header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 9999; }
  .top-header aside {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .top-header aside .logo img {
      max-width: 100%;
      max-height: 58px; }
    .top-header aside .nav-toggler {
      padding: 1rem; }
    .top-header aside nav {
      display: none !important;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      z-index: 999;
      display: flex; }
      .top-header aside nav .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); }
      .top-header aside nav ul {
        position: fixed;
        top: 1rem;
        right: 1rem;
        padding: 0;
        max-width: 90%;
        background: #fff;
        display: flex;
        flex-direction: column;
        list-style: none;
        text-align: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .top-header aside nav ul li {
          width: 100%;
          flex-basis: 100%;
          min-width: 200px; }
          .top-header aside nav ul li a {
            display: block;
            padding: 1rem 2rem;
            color: #000; }
            .top-header aside nav ul li a:hover {
              background: #eaeaea;
              text-decoration: none;
              color: #000; }
            .top-header aside nav ul li a.nav-special {
              background: #267ae9;
              margin: 1rem;
              font-weight: bold;
              color: #ffffff;
              text-transform: uppercase;
              line-height: 1;
              border-radius: 0.5rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .top-header aside nav ul li a.nav-special:hover {
                background: #176ddf; }
              .top-header aside nav ul li a.nav-special:focus {
                background: #1462c8; }
              .top-header aside nav ul li a.nav-special.nav-special-grey {
                background: #aaa;
                margin-top: 0; }
                .top-header aside nav ul li a.nav-special.nav-special-grey:hover {
                  background: #9d9d9d; }
                .top-header aside nav ul li a.nav-special.nav-special-grey:focus {
                  background: #919191; }
      .top-header aside nav.open {
        display: block !important; }

@media (min-width: 992px) {
  .top-header aside {
    padding: 0 1rem;
    width: 960px;
    margin: 0 auto; }
    .top-header aside .nav-toggler {
      display: none; }
    .top-header aside .nav {
      display: flex !important;
      position: relative;
      justify-content: flex-end;
      box-shadow: 0; }
      .top-header aside .nav .overlay {
        display: none; }
      .top-header aside .nav ul {
        display: flex;
        width: 100%;
        position: static;
        flex-direction: row;
        box-shadow: 0;
        margin: 0;
        padding: 0;
        top: 0;
        right: 0;
        box-shadow: 0 0 0 #000;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1rem; }
        .top-header aside .nav ul li {
          display: inline-block;
          width: auto;
          flex-basis: auto;
          padding: 0;
          font-size: 1rem;
          min-width: 0; }
          .top-header aside .nav ul li a {
            margin: 0;
            padding: 1rem; }
            .top-header aside .nav ul li a:hover, .top-header aside .nav ul li a:focus {
              background: transparent;
              color: #267ae9; }
            .top-header aside .nav ul li a.nav-special {
              margin: 0;
              font-size: 0.8rem;
              padding: 1rem;
              line-height: 1rem;
              margin-left: 1rem;
              color: #fff; }
      .top-header aside .nav.open {
        display: flex !important; } }
@media (min-width: 1200px) {
  .top-header aside {
    width: 1140px; } }
.nav-foot {
  margin-bottom: 2rem; }
  .nav-foot ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-foot ul li a {
      display: block;
      padding: 1rem;
      line-height: 1rem;
      font-size: 1rem;
      font-weight: 900;
      color: #fff; }
      .nav-foot ul li a:hover, .nav-foot ul li a:focus {
        color: #267ae9;
        text-decoration: none; }

.text-primary {
  color: #267ae9;
  /*  */ }

.cta {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .cta .cta-message {
    font-size: 3rem;
    font-weight: 300; }
    .cta .cta-message b {
      font-weight: 500; }

.labelled {
  display: block;
  width: 100%;
  margin-bottom: 1rem; }
  .labelled.labelled-nm {
    margin-bottom: 0; }
  .labelled span {
    font-size: 0.9rem;
    color: #aaa; }

.btn {
  line-height: 1;
  font-weight: bold;
  padding: 0.8rem;
  border-radius: 0.5rem; }
  .btn.btn-primary {
    background: #267ae9; }
    .btn.btn-primary:hover {
      background: #176ddf; }
    .btn.btn-primary:focus {
      background: #1566d1; }
  .btn.btn-grey {
    background: #aaa;
    color: #fff; }
    .btn.btn-grey:hover {
      background: #9d9d9d; }
    .btn.btn-grey:focus {
      background: #969696; }

.file {
  /*display: flex;*/
  text-align: right;
  align-items: center;
  color: #666; }
  .file input {
    /*width: 1px;
    height: 1px;*/
    opacity: 0; }
  .file .filename {
    display: inline-block;
    padding: 0rem 1rem;
    font-size: 0.9rem;
    line-height: 1;
    flex: 1;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.text-666 {
  color: #666;
  /*  */ }

.form-control {
  font: inherit;
  line-height: 1;
  padding: 1rem;
  border: 0;
  border-radius: 0.5rem;
  width: 100%; }

.section {
  background: #fff;
  color: #1a1a1a;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .section.section-light {
    background: #eaeaea; }
  .section.section-primary {
    background: #267ae9;
    color: #fff; }
  .section .section-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 700;
    font-size: 1.8rem; }
    .section .section-title.section-title-special {
      text-align: left;
      font-size: 2rem;
      text-transform: none;
      font-weight: 400;
      margin-bottom: 2rem; }
      .section .section-title.section-title-special a {
        font-weight: 700;
        cursor: pointer;
        text-decoration: none !important; }
  .section.section-lite {
    margin-bottom: 0;
    padding-bottom: 0; }

.service {
  text-align: center; }
  .service .service-icon {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 5rem; }
    .service .service-icon .service-number {
      color: #fff;
      font-weight: 100;
      font-size: 3rem;
      line-height: 1;
      margin-right: 1rem;
      margin-bottom: 1rem;
      text-align: center; }

.offer-single .offer-title {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  line-height: 2.8rem; }
.offer-single .offer-info h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem; }
.offer-single .offer-info p {
  font-size: 0.9rem; }

.offer {
  padding: 0;
  margin-bottom: 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden; }
  .offer .offer-title {
    background: #fff;
    color: #267ae9;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    padding: 2rem 1rem;
    padding-bottom: 0;
    flex: 1;
    margin: 0; }
    .offer .offer-title small {
      display: block;
      text-transform: none;
      margin-top: 1rem;
      color: #1a1a1a; }
  .offer .offer-timer {
    padding: 2rem; }
    .offer .offer-timer .offer-timer-time-left {
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: 1rem;
      font-weight: 700; }
    .offer .offer-timer .offer-progress {
      height: 5px;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 0.5rem;
      overflow: hidden; }
      .offer .offer-timer .offer-progress .progress-bar {
        background: #267ae9; }
    .offer .offer-timer .offer-timer-dates {
      width: 100%;
      display: flex;
      justify-content: space-between;
      font-size: 0.8rem; }
    .offer .offer-timer.offer-quick {
      background: #267ae9;
      color: #fff; }
      .offer .offer-timer.offer-quick .offer-progress {
        background: rgba(255, 255, 255, 0.3); }
        .offer .offer-timer.offer-quick .offer-progress .progress-bar {
          background: #fff; }
  .offer.offer-blue .offer-title {
    background: #267ae9;
    color: #fff;
    margin: 0; }
    .offer.offer-blue .offer-title small {
      color: #fff; }
  .offer.offer-grey {
    background: #eaeaea;
    color: #1a1a1a; }
    .offer.offer-grey .offer-title {
      background: transparent;
      color: #000;
      margin: 0; }
      .offer.offer-grey .offer-title small {
        color: inherit; }
  .offer .offer-button .btn {
    border-radius: 0;
    text-transform: uppercase;
    padding: 1.4rem 0; }

footer {
  align-self: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #1a1a1a;
  color: #fff; }
  footer .nav {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem; }
    footer .nav ul li a {
      color: #fff; }
  footer .copy {
    font-size: 0.9rem; }

.categories-links {
  list-style: none;
  margin: 0;
  padding: 2rem 0;
  padding-top: 0; }
  .categories-links li {
    display: block;
    padding: 0.5rem; }
    .categories-links li a {
      color: #267ae9;
      font-weight: 700; }

.category-link {
  color: #267ae9;
  font-weight: 700;
  text-decoration: underline;
  margin: 1rem;
  display: block; }

.input {
  display: inline-block;
  padding: 1rem;
  border: 0;
  font-weight: 700;
  background: #eaeaea;
  border-radius: 0.5rem; }
  .input.input-block {
    display: block;
    width: 100%; }
  .input:focus {
    background: #fff; }

.form-input {
  display: block;
  padding: 1rem;
  border: 0;
  font-weight: 700;
  border: 1px #267ae9 solid;
  background: #fff;
  border-radius: 0.5rem;
  width: 100%; }
  .form-input.input-block {
    display: block;
    width: 100%; }
  .form-input:focus {
    background: #fff; }

.input-groups {
  display: flex;
  align-items: stretch;
  width: 100%; }
  .input-groups .input {
    flex: 1; }

.datetime {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem 0; }

.article-content {
  line-height: 1.618;
  font-size: 1.02rem;
  font-weight: 400; }

.login-box {
  padding: 2rem;
  background: #eaeaea;
  border-radius: 0.5rem; }
  .login-box h3 {
    color: #1a1a1a;
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700; }

.some-content {
  padding: 1rem 2rem;
  /*  */ }

.columns {
  margin-top: 2rem;
  columns: auto 3; }
  .columns h5 {
    margin-bottom: 1rem; }
  .columns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1rem; }
    .columns ul li {
      padding: 0.5rem 0;
      line-height: 1; }

.checkbox {
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
  line-height: 1; }
  .checkbox input {
    margin-right: 1rem;
    order: -1;
    line-height: 1;
    font-weight: bold;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    height: 0.9rem;
    width: 0.9rem; }
  .checkbox span {
    font-size: 0.9rem;
    display: inline-block;
    font-size: 0.9rem;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.form-box {
  background: #eaeaea;
  border-radius: 0.5rem;
  padding: 2rem 2rem; }
  .form-box .form-box-text-special {
    color: #267ae9;
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    .form-box .form-box-text-special b {
      font-weight: 700; }
    .form-box .form-box-text-special span {
      display: block;
      margin-top: 1rem;
      color: #aaa; }

.articles-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .articles-list li {
    display: block;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px #eaeaea solid; }
    .articles-list li:first-child {
      padding-top: 0; }
    .articles-list li:last-child {
      padding-bottom: 0; }
    .articles-list li .date {
      font-size: 0.9rem; }
    .articles-list li h3 {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
      text-decoration: none; }
    .articles-list li a {
      text-decoration: none; }

.article-thumbnail {
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 1rem; }
  .article-thumbnail .article-thumbnail-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.easyPaginateNav {
  border-radius: 0.5rem;
  background: #fff;
  margin: 1rem auto;
  display: inline-flex;
  border: 1px #aaa solid;
  justify-content: center;
  width: auto !important; }
  .easyPaginateNav a {
    display: block;
    padding: 0.5rem;
    line-height: 1rem;
    color: #000;
    border-right: 1px #aaa solid; }
    .easyPaginateNav a:last-child {
      border-right: 0; }
    .easyPaginateNav a:hover, .easyPaginateNav a:focus {
      background: #eaeaea;
      text-decoration: none;
      color: #1a1a1a; }
    .easyPaginateNav a.current {
      background: #267ae9;
      color: #fff;
      border-color: #267ae9; }

.map-fit {
  width: 100%;
  height: 300px; }

.blue-message-container {
  background: #267ae9;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .blue-message-container .blue-message {
    display: flex;
    align-items: center; }
    .blue-message-container .blue-message .blue-message-icon {
      font-size: 6rem; }

@media (max-width: 500px) {
  .blue-message {
    padding: 2rem;
    flex-direction: column;
    text-align: center; }
    .blue-message .blue-message-icon {
      margin-bottom: 2rem; } }
.full-screen {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch; }

.flex-1 {
  flex: 1; }

.text-normal {
  font-weight: normal; }

/*# sourceMappingURL=styles.css.map */
