@charset "UTF-8";
html, body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px; }

.preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: white;
  width: 100%;
  height: 100%;
  transition: all 500ms linear; }
  .preloader.show {
    display: block; }
  .preloader .preloader-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    color: #f2615c; }

/**
.preloader {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #070707;
    z-index: 100000;

    &:before {
        content: 'Ładowanie';
        position: absolute;
        font-size: 12em;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255,255,255,0.03);
    }

    .counter {
        position: relative;
        color: #fff;
        font-size: 16em;
        font-weight: 700;
        z-index: 1;

        &:after {
            content: '%';
            font-size: 0.5em;
        }
    }
}

.hide {
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}

.preloader.active {
    transform: translateY(-100vh);
    transition: ease-in-out 1500ms;
    transition-delay: 1s;
}
**/
/**
 *  Header
 */
header {
  width: 100%;
  padding: 1rem 0;
  background-color: #008e92;
  color: white; }
  header .header-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px; }
    header .header-flex i {
      margin-right: .5rem; }
    header .header-flex a {
      border: none;
      background: none;
      color: white;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 1rem;
      cursor: pointer; }
      header .header-flex a:last-of-type {
        margin-right: 0; }
  @media screen and (max-width: 768px) {
    header {
      display: none; } }

/**
 *  Dropdown
 */
.navbar-light {
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 120px;
  background-color: #fff; }
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4b4b4b;
    padding: .35rem .85rem;
    border: 1px solid transparent; }
  .navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: #10526a; }
  .navbar-light .navbar-nav .nav-item.active .nav-link {
    border: 1px solid #10526a;
    color: #10526a; }
  .navbar-light h1 {
    margin: 0;
    padding: 0; }
  .navbar-light .navbar-toggler {
    z-index: 101;
    border: none;
    background: transparent !important; }
    .navbar-light .navbar-toggler .icon-bar {
      width: 22px;
      height: 2px;
      background-color: #B6B6B6;
      display: block;
      transition: all 0.2s;
      margin-top: 4px; }
    .navbar-light .navbar-toggler .top-bar {
      transform: rotate(45deg);
      transform-origin: 10% 10%; }
    .navbar-light .navbar-toggler .middle-bar {
      opacity: 0; }
    .navbar-light .navbar-toggler .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }
    .navbar-light .navbar-toggler.collapsed .top-bar {
      transform: rotate(0); }
    .navbar-light .navbar-toggler.collapsed .middle-bar {
      opacity: 1; }
    .navbar-light .navbar-toggler.collapsed .bottom-bar {
      transform: rotate(0); }
  @media screen and (max-width: 1200px) {
    .navbar-light {
      height: 80px; }
      .navbar-light .navbar-brand {
        height: 80px; }
        .navbar-light .navbar-brand img {
          width: auto;
          height: 100%; } }

.dropdown-menu {
  transition: all 150ms linear;
  padding: 1.25rem .5rem; }
  .dropdown-menu .dropdown-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #545454;
    padding-bottom: .25rem;
    margin: 1rem 1.5rem .25rem 1.5rem;
    border-bottom: 1px solid #d4d4d4; }
    .dropdown-menu .dropdown-label:first-of-type {
      margin-top: 0; }
  .dropdown-menu .dropdown-item {
    font-size: 14px;
    text-transform: uppercase;
    padding: .25rem 3rem; }

.menu-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: all 250ms linear; }
  .menu-container .accesibility-mobile {
    display: none; }

@media screen and (max-width: 414px) {
  .nav-link {
    font-size: 16px !important; }
  .dropdown-item {
    font-size: 16px !important; }
  .accesibility-mobile a {
    font-size: 16px !important; }
    .accesibility-mobile a.wcag-contrast {
      font-size: 12px  !important; } }

@media screen and (max-width: 1200px) {
  .menu-container {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    padding: 4rem 1rem 3rem 1rem;
    overflow-y: auto;
    display: block; }
  #navbar-main .navbar-nav {
    width: 100%;
    text-align: center; }
    #navbar-main .navbar-nav .nav-item {
      position: relative;
      padding: .5rem 0; }
      #navbar-main .navbar-nav .nav-item:after {
        position: absolute;
        left: calc( 100% / 2 - 25px);
        bottom: 0;
        height: 2px;
        background: rgba(51, 51, 51, 0.15);
        width: 50px;
        content: ""; }
      #navbar-main .navbar-nav .nav-item .nav-link {
        font-size: 20px;
        border: 0px; }
      #navbar-main .navbar-nav .nav-item.active .nav-link {
        border: 0px;
        color: #10526a; }
  #navbar-main .dropdown-menu {
    margin: 0;
    padding: .5rem; }
    #navbar-main .dropdown-menu .dropdown-item {
      font-size: 20px;
      padding: .25rem;
      text-align: center; }
  #navbar-main .accesibility-mobile {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    width: 100%;
    text-align: center;
    line-height: 4rem; }
    #navbar-main .accesibility-mobile a {
      min-width: 50px;
      background: #f2615c;
      border: none;
      color: white;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 1rem;
      cursor: pointer; }
      #navbar-main .accesibility-mobile a:last-of-type {
        margin-right: 0; }
      #navbar-main .accesibility-mobile a.wcag-contrast {
        margin-top: 2rem;
        font-size: 16px;
        padding: 1rem; } }

.main-slider {
  position: relative;
  z-index: 20;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  /**
    .slider-caption {
        position: absolute;
        z-index: 21;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

        color: white;
        overflow: hidden;

        h1 {
            font-size: 60px;
            font-weight: 600;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

        h3 {
            font-size: 26px;
            font-weight: 300;
            line-height: 34px;
            letter-spacing: 1px;
        }

        .slide-buttons {
            margin-top: 2rem;
        }

        .btn-default-outline {
            color: #fff;
            border-color: #fff;
            &:hover {
                background-color: #fff;
                color: $blue;
                border: 1px solid darken( $blue, 15% );
            }
        }
    }
    **/ }
  .main-slider .slick-slide {
    width: 100% !important;
    height: 100% !important; }
  .main-slider .slide {
    width: 100%;
    height: 100%; }
    .main-slider .slide img {
      width: 100%;
      object-fit: cover; }
  @media screen and (max-width: 768px) {
    .main-slider {
      margin-bottom: 1rem; } }

.offer-list {
  position: relative;
  top: 0;
  z-index: 21;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .offer-list .offer-item {
    width: calc( 100% / 4 - .5rem);
    text-align: center;
    margin: 0 .5rem;
    padding: 50px 0;
    align-self: center;
    transition: all 150ms linear; }
    .offer-list .offer-item img {
      width: 72px;
      margin-bottom: 1rem; }
    .offer-list .offer-item h2 {
      color: white;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .offer-list .offer-item:nth-child(1) {
      background-color: #226173; }
    .offer-list .offer-item:nth-child(2) {
      background-color: #008e92; }
    .offer-list .offer-item:nth-child(3) {
      background-color: #f2615c; }
    .offer-list .offer-item:nth-child(4) {
      background-color: #f7817d; }
    .offer-list .offer-item:hover {
      text-decoration: none;
      transform: scale(1.01); }
  @media screen and (min-width: 993px) {
    .offer-list {
      top: -150px; } }
  @media screen and (max-width: 992px) {
    .offer-list {
      display: column;
      flex-wrap: wrap;
      margin-bottom: 2rem; }
      .offer-list .offer-item {
        width: calc( 100% / 2 - 1rem);
        margin-right: .5rem;
        margin-bottom: .5rem;
        padding: 25px 0; } }
  @media screen and (max-width: 414px) {
    .offer-list .offer-item {
      width: calc( 100% - 1rem);
      margin-right: 0;
      margin-bottom: 1rem;
      padding: 15px 0; } }

footer {
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around; }
  @media screen and (max-width: 1200px) {
    footer {
      flex-direction: column;
      flex-wrap: wrap;
      padding: 4rem 0 2rem 0; }
      footer .footer-logo {
        display: none; } }
  footer a {
    color: #333333;
    text-transform: uppercase; }
    footer a:hover {
      color: #226173; }
  footer .footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1200px) {
      footer .footer-menu {
        margin-bottom: 2rem;
        display: none; } }
    @media screen and (max-width: 768px) {
      footer .footer-menu {
        flex-direction: column;
        justify-content: space-between;
        text-align: center; } }
    footer .footer-menu a {
      display: block;
      font-weight: 600;
      padding: 0 1.5rem; }
  footer .footer-up-icon a {
    color: #3393ae; }

.footer-copyright {
  padding-top: 1rem;
  color: #595959;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  color: #226173; }
  .footer-copyright a {
    background: #226173;
    color: white; }
  @media screen and (max-width: 1200px) {
    .footer-copyright {
      padding-top: 0; } }

.cookie-message {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: white;
  max-width: 500px;
  margin-left: 20px;
  z-index: 100;
  color: #226173;
  padding: 1rem;
  display: none;
  box-shadow: 0 0 20px rgba(34, 97, 115, 0.2);
  font-size: .8rem; }
  .cookie-message p {
    margin-bottom: 0; }
  .cookie-message .btn-primary {
    margin-top: 2rem;
    background-color: #226173;
    border: 3px solid #226173;
    padding: .8rem 1.5rem; }
    .cookie-message .btn-primary:hover {
      background-color: transparent; }

.facility-container {
  position: relative;
  z-index: 25;
  width: 100%;
  height: 300px;
  padding: 25px 0;
  background: url("../images/facility-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 768px) {
    .facility-container {
      height: 380px; } }
  .facility-container:after {
    background-color: rgba(0, 142, 146, 0.86);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 26;
    width: 100%;
    height: 100%; }
  .facility-container .container {
    position: relative;
    z-index: 30;
    color: white;
    text-align: center; }
  .facility-container h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: white; }

.facility-search {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .facility-search .row {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .facility-search .row .col-12 {
        margin-bottom: .25rem; } }
  .facility-search label {
    display: none; }
  .facility-search .btn-danger {
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #f2615c;
    border: none;
    color: white;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 2rem; }
    .facility-search .btn-danger:hover {
      background-color: #f47874; }
  .facility-search .custom-select {
    height: 50px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #008e92;
    color: #008e92;
    font-size: 16px;
    font-weight: 300; }

.facility-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .facility-results .facility-item {
    width: calc( 100% / 3 - 1rem);
    background-color: #008e92;
    color: white;
    padding: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .facility-results .facility-item h5 {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
    .facility-results .facility-item h6 {
      font-size: 16px;
      line-height: 20px;
      font-weight: 300; }
      .facility-results .facility-item h6 i {
        margin-right: .5rem; }
    .facility-results .facility-item a {
      color: white; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .facility-results {
      flex-direction: row; }
      .facility-results .facility-item {
        width: calc( 100% / 2 - 1rem); } }
  @media screen and (max-width: 767px) {
    .facility-results {
      flex-direction: column; }
      .facility-results .facility-item {
        width: 100%;
        margin-right: 0; } }

.gm-style-iw-c {
  border-radius: 0 !important;
  font-size: 16px !important;
  padding: 1rem !important;
  line-height: 28px; }
  .gm-style-iw-c button {
    top: .25rem !important;
    right: .25rem !important; }
  .gm-style-iw-c b {
    color: #f2615c;
    font-size: 18px;
    text-transform: uppercase; }
  .gm-style-iw-c address {
    font-size: 16px;
    line-height: 24px; }

.table-files tr td {
  height: 50px; }

.table-files tr .col-name {
  min-width: 200px; }
  .table-files tr .col-name h4 {
    font-size: 16px; }

.table-files tr .col-description {
  min-width: 200px; }
  .table-files tr .col-description h5 {
    font-size: 16px !important; }
  .table-files tr .col-description h6 {
    font-size: 15px;
    color: #f7817d; }

.table-files tr .col-download {
  text-align: right; }
  .table-files tr .col-download .btn-default {
    margin: 0; }

.table-files h4, .table-files h5, .table-files h6 {
  margin: 0;
  padding: 0; }

.table-files .btn-primary {
  border-radius: 0;
  background-color: #226173;
  border: 0;
  text-transform: uppercase;
  padding: .5rem .75rem;
  font-size: 13px;
  font-weight: 300; }
  .table-files .btn-primary:hover {
    background-color: #3393ae; }

.blog-posts {
  display: flex;
  flex-direction: row;
  margin: 2rem 0;
  width: 100%; }
  .blog-posts .blog-post {
    width: calc( 100% / 3 - 1rem);
    margin-right: 1rem;
    transition: all 150ms linear;
    border: 1px solid #f0f0f0; }
    .blog-posts .blog-post:hover {
      border: 1px solid #e6e6e6;
      box-shadow: 0px 0px 15px 0px #e6e6e6;
      transform: scale(1.05); }
    .blog-posts .blog-post .post-img {
      position: relative; }
      .blog-posts .blog-post .post-img img {
        width: 100%;
        height: 300px;
        object-fit: cover; }
      .blog-posts .blog-post .post-img .post-date {
        position: absolute;
        top: 0;
        left: 0;
        background: #f2615c;
        color: white;
        padding: 1rem;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
        .blog-posts .blog-post .post-img .post-date span {
          font-size: 20px;
          font-weight: 600; }
    .blog-posts .blog-post .post-body {
      padding: 1rem;
      text-align: center; }
    .blog-posts .blog-post .post-title {
      color: #226173;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 1rem;
      margin-bottom: 1.5rem;
      text-align: center; }
    .blog-posts .blog-post .post-preface {
      font-size: 16px;
      font-weight: 300;
      line-height: 28px;
      text-align: justify;
      color: #333333; }
    .blog-posts .blog-post .post-text {
      font-size: 16px;
      font-weight: 300;
      padding-left: 2rem;
      line-height: 28px; }
    @media screen and (max-width: 768px) {
      .blog-posts .blog-post .post-title,
      .blog-posts .blog-post .post-preface,
      .blog-posts .blog-post .post-text {
        padding-left: .5rem; } }
  .blog-posts a:hover {
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    .blog-posts {
      flex-wrap: wrap;
      flex-direction: column; }
      .blog-posts .blog-post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem; } }

.blog-view .post-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .blog-view .post-header .post-date {
    background: #f2615c;
    color: white;
    padding: .5rem 1rem; }

.blog-view .post-title {
  color: #226173;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0rem;
  margin-bottom: 1rem;
  text-align: left; }

.blog-view .post-preface {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: justify;
  color: #333333; }

.blog-view .post-text {
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: justify;
  color: #333333; }

.blog-view .post-image img {
  margin: 1.5rem 0;
  width: 100% !important; }

.container-main {
  position: relative;
  top: 90%;
  z-index: 10; }

.google-map {
  width: 100%;
  height: 950px; }
  @media screen and (max-width: 768px) {
    .google-map {
      width: 100%;
      height: 100vh; } }

.btn-default {
  background-color: #226173;
  color: white;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  margin-top: 2rem;
  border: 1px solid #1c505f; }
  .btn-default:hover {
    background-color: #287287;
    color: white;
    border: 1px solid #112f38; }

.btn-default-outline {
  border: 1px solid #333333;
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  margin-top: 2rem; }
  .btn-default-outline:hover {
    background-color: #333333;
    color: white;
    border: 1px solid #0d0d0d; }

.content {
  background: white;
  padding: 4rem 0rem;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px; }
  .content strong, .content b {
    font-weight: 600; }

h1 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0; }

h2 {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
  padding-bottom: .5rem; }

h3 {
  position: relative;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 2rem 0;
  color: #226173; }

.about-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 400px; }
  .about-us div {
    width: calc( 100% / 2);
    text-align: left; }
  .about-us .about-us-image,
  .about-us .about-us-text {
    height: 100%; }
  .about-us .about-us-image {
    position: relative;
    width: 40%;
    z-index: 25;
    text-align: center; }
    .about-us .about-us-image img {
      position: relative;
      z-index: 25;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .about-us .about-us-image:after {
      position: absolute;
      z-index: 24;
      top: -1rem;
      left: 1rem;
      width: 100%;
      height: 100%;
      background-color: #00b6bb;
      content: ""; }
  .about-us .about-us-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 60%;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    background-color: transparent;
    color: #333333;
    padding: 3rem 5rem 3rem 3rem; }
    .about-us .about-us-text h2, .about-us .about-us-text h3 {
      margin: 0;
      text-align: left; }
      .about-us .about-us-text h2:after, .about-us .about-us-text h3:after {
        display: none; }
    .about-us .about-us-text h2 {
      font-size: 32px;
      font-weight: 600;
      text-transform: uppercase; }
    .about-us .about-us-text h3 {
      font-size: 24px;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .about-us {
      flex-direction: column-reverse;
      flex-wrap: wrap; }
      .about-us .about-us-image,
      .about-us .about-us-text {
        width: 100%; }
      .about-us .about-us-text {
        padding: 3rem 0; } }

#google-poll {
  width: 100% !important;
  height: 100vh !important;
  border: none; }

.content-container {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px; }
  .content-container .slider {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-bottom: 2rem; }
    @media screen and (max-width: 475px) {
      .content-container .slider {
        height: 150px; } }
    .content-container .slider img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .content-container .slider:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background: rgba(28, 80, 95, 0.85);
      content: ""; }
    .content-container .slider .slider-header {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .content-container .slider .slider-header h2 {
        padding-top: 1rem;
        color: white;
        text-align: center; }
        .content-container .slider .slider-header h2:after {
          background-color: #fff; }
        @media screen and (max-width: 475px) {
          .content-container .slider .slider-header h2 {
            font-size: 24px; } }

.page-module {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .page-module {
      font-size: 17px;
      line-height: 28px;
      flex-direction: column-reverse; } }
  .page-module .page-full {
    width: 100%;
    margin-top: 2rem; }
  .page-module .page-left {
    width: calc( 100% - 320px - 1rem);
    margin-right: 1rem;
    padding: 2rem; }
    @media screen and (max-width: 768px) {
      .page-module .page-left {
        width: 100%;
        margin-right: 0;
        padding: 1rem 1rem; } }
  .page-module .page-sidebar {
    padding: 2rem 0;
    width: 320px; }
    @media screen and (max-width: 768px) {
      .page-module .page-sidebar {
        width: 100%;
        padding: 0; } }
    .page-module .page-sidebar .btn-primary {
      font-size: 20px;
      background-color: #226173;
      border: none;
      margin-bottom: 1rem; }
      .page-module .page-sidebar .btn-primary:hover, .page-module .page-sidebar .btn-primary:active {
        background-color: #1c505f; }
    .page-module .page-sidebar .nav-item {
      border-bottom: 1px solid #f2f2f2;
      margin-top: -1px; }
      .page-module .page-sidebar .nav-item .nav-link {
        font-size: 16px;
        font-weight: 400;
        color: #226173;
        text-transform: uppercase; }
        .page-module .page-sidebar .nav-item .nav-link.active {
          color: #226173;
          border-right: 10px solid #226173; }
        .page-module .page-sidebar .nav-item .nav-link:hover {
          color: #226173; }
  .page-module h1, .page-module h2, .page-module h3 {
    text-transform: uppercase; }
  .page-module h1 {
    font-size: 40px;
    line-height: 60px;
    color: #226173;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .page-module h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 1rem; } }
  .page-module h2 {
    font-size: 38px;
    color: #226173; }
    @media screen and (max-width: 768px) {
      .page-module h2 {
        font-size: 30px; } }
  .page-module h3 {
    font-size: 34px;
    color: #226173; }
    @media screen and (max-width: 768px) {
      .page-module h3 {
        font-size: 28px; } }
  .page-module h4 {
    font-size: 28px; }
    @media screen and (max-width: 768px) {
      .page-module h4 {
        font-size: 20px; } }
  .page-module h5 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 2rem 0;
    color: #3393ae; }
  .page-module h6 {
    font-size: 16px; }

.form-control {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

body * {
  transition: all 120ms linear !important; }

.layout-wcag-contrast {
  background: black !important;
  color: yellow !important; }
  .layout-wcag-contrast * {
    color: yellow !important;
    font-weight: 400;
    transition: all 120ms linear !important;
    box-shadow: none; }
  .layout-wcag-contrast *:focus {
    background-color: green !important;
    color: white !important; }
  .layout-wcag-contrast header {
    background: black !important;
    color: yellow !important; }
    .layout-wcag-contrast header button {
      color: yellow !important; }
  .layout-wcag-contrast .navbar-light {
    background: black !important;
    color: yellow !important; }
    .layout-wcag-contrast .navbar-light a {
      color: yellow !important; }
    .layout-wcag-contrast .navbar-light .nav-item {
      border: 1px solid transparent !important; }
      .layout-wcag-contrast .navbar-light .nav-item.active {
        border: 1px solid yellow !important; }
    .layout-wcag-contrast .navbar-light .dropdown-menu {
      background: black;
      border: 1px solid yellow; }
      .layout-wcag-contrast .navbar-light .dropdown-menu .dropdown-item:hover {
        background: yellow;
        color: black !important; }
  .layout-wcag-contrast img {
    transition: all 150ms linear;
    filter: grayscale(1); }
  .layout-wcag-contrast .offer-list .offer-item {
    background: #262626 !important;
    color: yellow !important; }
    .layout-wcag-contrast .offer-list .offer-item h2 {
      color: yellow !important; }
  .layout-wcag-contrast .about-us {
    background: transparent;
    color: yellow !important; }
    .layout-wcag-contrast .about-us .about-us-text {
      color: yellow !important; }
      .layout-wcag-contrast .about-us .about-us-text h2, .layout-wcag-contrast .about-us .about-us-text h3 {
        color: yellow !important; }
    .layout-wcag-contrast .about-us .about-us-image:after {
      display: none; }
  .layout-wcag-contrast .content {
    background: transparent; }
  .layout-wcag-contrast .facility-container {
    background: transparent; }
    .layout-wcag-contrast .facility-container:after {
      display: none; }
  .layout-wcag-contrast .facility-search .btn-danger {
    background: yellow !important;
    color: black !important; }
  .layout-wcag-contrast .custom-select,
  .layout-wcag-contrast .form-control {
    background: black;
    color: yellow !important;
    border-color: yellow;
    border-radius: none; }
  .layout-wcag-contrast .facility-results .facility-item {
    background: yellow;
    color: black !important; }
    .layout-wcag-contrast .facility-results .facility-item h5, .layout-wcag-contrast .facility-results .facility-item h6, .layout-wcag-contrast .facility-results .facility-item a {
      color: black !important; }
  .layout-wcag-contrast .blog-post {
    border-color: yellow; }
    .layout-wcag-contrast .blog-post .post-date {
      background: yellow !important;
      color: black !important; }
      .layout-wcag-contrast .blog-post .post-date span {
        color: black !important; }
    .layout-wcag-contrast .blog-post:hover {
      box-shadow: none;
      border-color: yellow; }
  .layout-wcag-contrast .btn-default {
    background-color: yellow !important;
    color: black !important;
    border: none; }
  .layout-wcag-contrast .btn-default-outline {
    background-color: yellow !important;
    color: black !important;
    border: none; }
    .layout-wcag-contrast .btn-default-outline i {
      color: black !important; }
  .layout-wcag-contrast .footer-copyright a {
    background: yellow !important;
    color: black !important; }
  @media screen and (max-width: 768px) {
    .layout-wcag-contrast .menu-container {
      background: black; } }

.layout-wcag-smaller header .header-flex {
  font-size: 12px; }

.layout-wcag-smaller header a {
  font-size: 12px; }

.layout-wcag-smaller .navbar-nav .nav-item .nav-link {
  font-size: 14px !important; }

.layout-wcag-smaller .offer-list .offer-item h2 {
  font-size: 18px; }

.layout-wcag-smaller h1 {
  font-size: 58px; }

.layout-wcag-smaller h2 {
  font-size: 36px; }

.layout-wcag-smaller h3 {
  font-size: 30px; }

.layout-wcag-smaller .btn-default,
.layout-wcag-smaller .btn-default-outline {
  font-size: 11px; }

.layout-wcag-smaller .about-us-text {
  font-size: 14px; }

.layout-wcag-smaller .content {
  font-size: 18px; }
  .layout-wcag-smaller .content h2 {
    font-size: 30px; }
  .layout-wcag-smaller .content h3 {
    font-size: 22px; }

.layout-wcag-smaller .facility-container h3 {
  font-size: 30px; }

.layout-wcag-smaller .facility-search .btn-danger {
  font-size: 11px; }

.layout-wcag-smaller .custom-select {
  font-size: 14px; }

.layout-wcag-smaller .facility-results h5 {
  font-size: 16px; }

.layout-wcag-smaller .facility-results h6 {
  font-size: 14px; }

.layout-wcag-smaller .gm-style-iw-c {
  font-size: 14px; }
  .layout-wcag-smaller .gm-style-iw-c b {
    font-size: 26px; }
  .layout-wcag-smaller .gm-style-iw-c address {
    font-size: 14px; }

.layout-wcag-smaller .blog-posts .post-date {
  font-size: 12px; }
  .layout-wcag-smaller .blog-posts .post-date span {
    font-size: 18px; }

.layout-wcag-smaller .blog-posts .post-title {
  font-size: 20px; }

.layout-wcag-smaller .blog-posts .post-preface,
.layout-wcag-smaller .blog-posts .post-text {
  font-size: 14px; }

.layout-wcag-smaller .blog-view .post-title {
  font-size: 26px; }

.layout-wcag-smaller .blog-view .post-preface,
.layout-wcag-smaller .blog-view .post-text {
  font-size: 15px; }

.layout-wcag-smaller .page-module {
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    .layout-wcag-smaller .page-module {
      font-size: 15px; } }
  .layout-wcag-smaller .page-module .page-sidebar .btn-primary {
    font-size: 18px; }
  .layout-wcag-smaller .page-module .page-sidebar .nav-item .nav-link {
    font-size: 14px; }
  .layout-wcag-smaller .page-module .page-sidebar h1 {
    font-size: 38px; }
    @media screen and (max-width: 768px) {
      .layout-wcag-smaller .page-module .page-sidebar h1 {
        font-size: 30px; } }
  .layout-wcag-smaller .page-module .page-sidebar h3 {
    font-size: 32px; }
    @media screen and (max-width: 768px) {
      .layout-wcag-smaller .page-module .page-sidebar h3 {
        font-size: 26px; } }
  .layout-wcag-smaller .page-module .page-sidebar h4 {
    font-size: 26px; }
    @media screen and (max-width: 768px) {
      .layout-wcag-smaller .page-module .page-sidebar h4 {
        font-size: 18px; } }
  .layout-wcag-smaller .page-module .page-sidebar h5 {
    font-size: 16px; }
  .layout-wcag-smaller .page-module .page-sidebar h6 {
    font-size: 14px; }

.layout-wcag-smaller .content-container {
  font-size: 14px; }

.layout-wcag-bigger header .header-flex {
  font-size: 16px; }

.layout-wcag-bigger header a {
  font-size: 16px; }

.layout-wcag-bigger .navbar-nav .nav-item .nav-link {
  font-size: 18px !important; }

.layout-wcag-bigger .offer-list .offer-item h2 {
  font-size: 22px; }

.layout-wcag-bigger h1 {
  font-size: 62px; }

.layout-wcag-bigger h2 {
  font-size: 40px; }

.layout-wcag-bigger h3 {
  font-size: 34px; }

.layout-wcag-bigger .btn-default,
.layout-wcag-bigger .btn-default-outline {
  font-size: 15px; }

.layout-wcag-bigger .about-us-text {
  font-size: 18px; }
  .layout-wcag-bigger .about-us-text h2 {
    font-size: 34px; }
  .layout-wcag-bigger .about-us-text h3 {
    font-size: 26px; }

.layout-wcag-bigger .content {
  font-size: 22px; }

.layout-wcag-bigger .facility-container h3 {
  font-size: 34px; }

.layout-wcag-bigger .facility-search .btn-danger {
  font-size: 15px; }

.layout-wcag-bigger .custom-select {
  font-size: 18px; }

.layout-wcag-bigger .facility-results h5 {
  font-size: 20px; }

.layout-wcag-bigger .facility-results h6 {
  font-size: 18px; }

.layout-wcag-bigger .gm-style-iw-c {
  font-size: 18px; }
  .layout-wcag-bigger .gm-style-iw-c b {
    font-size: 20px; }
  .layout-wcag-bigger .gm-style-iw-c address {
    font-size: 18px; }

.layout-wcag-bigger .blog-posts .post-date {
  font-size: 16px; }
  .layout-wcag-bigger .blog-posts .post-date span {
    font-size: 22px; }

.layout-wcag-bigger .blog-posts .post-title {
  font-size: 24px; }

.layout-wcag-bigger .blog-posts .post-preface,
.layout-wcag-bigger .blog-posts .post-text {
  font-size: 18px; }

.layout-wcag-bigger .blog-view .post-title {
  font-size: 30px; }

.layout-wcag-bigger .blog-view .post-preface,
.layout-wcag-bigger .blog-view .post-text {
  font-size: 19px; }

.layout-wcag-bigger .page-module {
  font-size: 21px; }
  @media screen and (max-width: 768px) {
    .layout-wcag-bigger .page-module {
      font-size: 19px; } }
  .layout-wcag-bigger .page-module .page-sidebar .btn-primary {
    font-size: 22px; }
  .layout-wcag-bigger .page-module .page-sidebar .nav-item .nav-link {
    font-size: 18px; }
  .layout-wcag-bigger .page-module .page-sidebar h1 {
    font-size: 42px; }
    @media screen and (max-width: 768px) {
      .layout-wcag-bigger .page-module .page-sidebar h1 {
        font-size: 34px; } }
  .layout-wcag-bigger .page-module .page-sidebar h3 {
    font-size: 36px; }
    @media screen and (max-width: 768px) {
      .layout-wcag-bigger .page-module .page-sidebar h3 {
        font-size: 30px; } }
  .layout-wcag-bigger .page-module .page-sidebar h4 {
    font-size: 30px; }
    @media screen and (max-width: 768px) {
      .layout-wcag-bigger .page-module .page-sidebar h4 {
        font-size: 22px; } }
  .layout-wcag-bigger .page-module .page-sidebar h5 {
    font-size: 20px; }
  .layout-wcag-bigger .page-module .page-sidebar h6 {
    font-size: 18px; }

.layout-wcag-bigger .content-container {
  font-size: 18px; }
