.custom-border-buttom {
  border-bottom: 7px solid #f27709;
}

.goog-te-gadget-simple {
  border: transparent;
}

.skip-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__logo img {
  max-width: 80px;
}
.header__logo--link {
  display: flex;
  align-items: center;
  color: #057ea9;
}
.header__logo--link:hover, .header__logo--link:focus, .header__logo--link:active {
  color: #000000;
  text-decoration: none;
}
.header__brand {
  margin-left: 5px;
  font-size: 1.125em;
  font-weight: 400;
  color: #243742;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .header__brand {
    font-size: 1.5em;
  }
}
.header__brand--1 {
  font-weight: 300;
}
.header__brand--2 {
  font-weight: bold;
}
.header__image {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 26%;
  margin: 13px auto;
}
@media (max-width: 991.98px) {
  .header__image {
    border-bottom: unset;
    background-image: unset !important;
    min-height: 0;
    padding-bottom: 0;
  }
}
.header__image--name {
  background-color: rgba(255, 255, 255, 0.86);
  color: #000;
  padding: 10px;
  display: inline-block;
}
.header__icons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  background-color: #f6f6f6;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .header__icons {
    padding: 0;
    background-color: transparent;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.header__icons > li {
  margin-left: 0;
}
@media (min-width: 992px) {
  .header__icons > li {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.header__icons > li:last-of-type {
  margin-left: 0;
}
.header__icons .element {
  line-height: 1;
  min-height: 38px;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  align-content: center;
}
@media (min-width: 992px) {
  .header__icons .element {
    min-height: 50px;
  }
}
.header__icons .element--weather {
  font-size: 18px;
  font-size: 1.125em;
}
.header__icons .element--weather a {
  color: #000;
}
.header__icons .element--weather .pogoda-widget-default {
  display: flex;
  flex-direction: row-reverse;
}
.header__icons .element--weather .pogoda-widget-default i {
  font-style: normal;
  margin-left: 12px;
}
@media (min-width: 1200px) {
  .header__icons .element--nameday {
    max-width: 13rem;
    text-align: center;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .header__icons .element--bip {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .header__icons .element--epuap {
    justify-content: center;
  }
}
@media (max-width: 530px) {
  .header__icons .element--sticky {
    width: 100%;
  }
}
.header__icons .element--facebook a {
  background-color: #057ea9;
  color: #fff;
}
.header__icons .element--facebook a .fab {
  font-size: 0.9rem;
}
.header__icons .element--featured a {
  background-color: #31835f;
  color: #fff;
}
.header__icons--sticky {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin-left: 0;
  flex-wrap: wrap;
}
@media (min-width: 1450px) {
  .header__icons--sticky {
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
  }
}
.header__icons--sticky .element {
  flex-grow: 1;
  min-height: unset;
  padding-left: 0;
  padding-right: 0;
}
.header__icons--sticky .element a {
  flex-grow: 1;
  padding: 9px 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .header__icons--sticky .element a {
    flex-grow: 0;
    width: 7.875em;
    padding: 17px 10px;
  }
}

.subpage .header__image {
  height: 0;
  padding-bottom: 20%;
  background-position: center;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .subpage .header__image {
    min-height: 0;
    padding-bottom: 0;
  }
}
.subpage .header__image--name {
  display: none;
}

a.slabowidzacy {
  display: flex;
  justify-content: center;
  align-items: center;
  color: yellow;
  background-color: #000;
  font-weight: 500;
}
a.slabowidzacy .fa {
  margin-left: 4px;
}
a.slabowidzacy:hover, a.slabowidzacy:focus, a.slabowidzacy:active {
  background-color: yellow;
  color: #000;
  outline: none;
}

@media (min-width: 992px) {
  .br-1 {
    border-right: 1px solid #bfbfbf4a;
  }
}

.btn-search {
  outline: none;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: transparent;
  padding: 0.3rem 0.3rem !important;
}
@media (max-width: 991.98px) {
  .btn-search {
    padding: 0.3rem 0.3rem !important;
  }
}
.btn-search img {
  width: 32px;
}

.navbar {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  padding: 0;
  transition: 0.2s ease-in all;
  display: flex;
  align-items: center;
}
.navbar-nav {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  width: 100%;
  justify-content: space-between;
}
.navbar-collapse {
  align-items: flex-end;
  flex-grow: 0;
}
.navbar-toggler {
  background-color: #057ea9;
  font-size: 20px;
  color: #fff !important;
  padding: 15px;
  margin-top: 20px;
}
.navbar-toggler .fa {
  font-size: 20px;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  border-radius: 0 !important;
}
.navbar-nav > .nav-item {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .navbar-nav > .nav-item {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
  }
  .navbar-nav > .nav-item li {
    border-bottom: 1px solid #ccc;
  }
}
.navbar-nav .nav-link {
  color: #292a2b;
  font-size: 16px;
  font-size: 1em;
  padding: 1.3rem 0.7rem;
  transition: 0.1s ease-in-out background-color;
  background-color: transparent;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:active {
  color: #fff;
  background-color: #31835f;
  position: relative;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding: 0.7rem 0.7rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
  }
}
.navbar-nav .nav-link--active {
  position: relative;
  color: #fff;
  background-color: #31835f;
  box-shadow: unset;
}
.navbar-nav .nav-link.active {
  position: relative;
  color: #fff;
  background-color: #1c4b37;
  box-shadow: unset;
}
.navbar .dropdown-menu {
  left: 0;
  top: 99%;
  padding: 0;
  margin: 0;
  min-width: 300px;
  background-color: rgba(242, 242, 242, 0.95);
  text-transform: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .navbar .dropdown-menu {
    min-width: 18rem;
    left: 5px;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    border-top: 5px solid #31835f;
  }
}
.navbar .dropdown-menu .nav-item:not(:last-of-type) .nav-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar .dropdown-menu .nav-link {
  font-size: 1rem;
  padding: 0.8rem 1rem;
  white-space: unset;
}
@media (max-width: 991.98px) {
  .navbar .dropdown-menu .nav-link {
    padding: 0.7rem 0.7rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar .dropdown-menu {
    padding-left: 0;
  }
}
.navbar .dropdown-menu .nav-item:not(:last-of-type) .nav-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.59);
}
@media (min-width: 992px) {
  .navbar .dropdown-menu .dropdown-menu {
    left: 100% !important;
    top: 0;
  }
}

.dropdown .nav-item .nav-link {
  padding-left: 1rem;
}

.dropdown-toggle::after {
  display: none;
}

.nav-home a:hover img, .nav-home a:focus img, .nav-home a:active img {
  filter: invert(1) brightness(15);
}
@media (min-width: 992px) {
  .nav-home .nav-link {
    line-height: 1.3;
    padding-bottom: 1.5rem;
  }
}

:focus {
  outline: auto 2px red !important;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  display: inline-block;
}

.sr-only.sr-only-focusable {
  color: #000;
}

.container {
  max-width: 1200px;
}

h2 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5em;
}

h1 {
  font-weight: 700;
}

html {
  line-height: 1.5;
}

body {
  font-size: 1rem;
}

a {
  color: #8e2200;
}

.urlPreambulePicture {
  display: flex;
  flex-wrap: wrap;
}
.urlPreambulePicture a {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.urlPreambulePicture div {
  max-width: 100% !important;
}

h1 {
  margin-top: 1rem;
  padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.8em;
}

@media (max-width: 767.98px) {
  a {
    word-break: break-word;
  }
}
.pagination {
  flex-wrap: wrap;
}

li p {
  margin-bottom: 0.3rem;
}

iframe.googleDocAttachment {
  width: 100%;
  min-height: 90vh;
}

table {
  max-width: 100% !important;
}

html .fc, .fc table {
  font-size: 0.8em;
}

.infoScrollBar {
  height: 3rem;
  font-size: 1rem !important;
  text-align: left !important;
  padding: 16px 0;
}
.infoScrollBar a {
  color: #057ea9;
}

.border-bottom-blue {
  border-bottom: 5px solid #057ea9;
}

.bg-primary {
  color: #fff;
}
.bg-gray {
  background-color: #f2f2f2;
}
.bg-gray a {
  color: #000;
}
.bg-white {
  background-color: white;
}
.bg-white-95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.bt-blue {
  border-top: 7px solid #057ea9;
}

.img-responsive {
  max-width: 100%;
}

#blueimp-gallery a.close {
  color: #fff !important;
}

.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}

b, strong {
  font-weight: 600;
}

.btn-primary {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1em;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
}
.btn-link, .btn-more {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1em;
  background: #318261;
  background: linear-gradient(322deg, #318261 11%, #0887b2 100%);
  padding: 0.7rem 1rem;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-more:hover, .btn-more:focus, .btn-more:active {
  color: #fff;
  background: #318261;
  background: linear-gradient(322deg, #2e6a4c 11%, #086891 100%);
}

.select2-container--bootstrap .select2-selection--single {
  height: 2.1rem !important;
}

.sms-plugin .form-check {
  padding-left: 0;
}

.alert {
  font-size: 1rem;
  margin: 1rem 0;
  padding: 0.5rem;
}

.error-info {
  display: inline-block;
  background-color: #fae6e6;
  border: 1px solid #f7b0b0;
  color: #ab3d3d;
  margin: 10px 0 10px 0;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.success-info {
  display: inline-block;
  background-color: #057ea9;
  border: 1px solid #057ea9;
  color: #fff;
  margin: 10px 0 10px 0;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.page-info {
  font-size: 0.9rem;
}

.pageBreadcumb li {
  font-size: 0.777rem;
  font-weight: 500;
}
.pageBreadcumb li a {
  color: #4c4643;
}
.pageBreadcumb li:last-of-type a {
  color: #676767;
}

fieldset.categories {
  padding: 0;
  border: 0;
}

.sms-plugin label[for=agreement] {
  font-weight: normal;
}

.galleryList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 100%;
  justify-content: space-around;
}
.galleryList li {
  flex-basis: 16%;
}
.galleryList li a.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.galleryList li a.gallery:focus img {
  box-shadow: 10px 10px red;
}
.galleryList li .imageThumbnailA, .galleryList li .imageThumbnail {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 5px solid white;
  padding: 0;
}
.galleryList li img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.h1 {
  font-size: 18px;
  font-size: 1.125em;
  color: #3b3a3a;
  font-weight: 500;
}

.page__header {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.8rem;
  padding: 20px 0 0 0;
}
.page__header h1.pageHeader {
  color: #000;
  margin-top: 0;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875em;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.page__header .page__date {
  font-size: 18px;
  font-size: 1.125em;
  color: #676767;
  display: inline-block;
  margin-bottom: 1rem;
}

.page-26 .page__header {
  display: none;
}

#totop {
  position: fixed;
  bottom: 19px;
  right: 15px;
  text-align: center;
  display: none;
  font-size: 30px;
  background-color: #057ea9;
  border-radius: 50%;
  height: 39px;
  width: 39px;
  line-height: 1;
  color: #aeaaac;
  border: 1px solid #fff;
  z-index: 999;
}
#totop .sr-only {
  color: #000;
}

.clearFix {
  clear: both;
}

.publisherinfo {
  font-size: 0.95rem;
}

.page-create {
  font-size: 1rem;
}

h2.pageOnPageHeader a {
  color: #696969;
}

.clearfix {
  clear: both;
}

.blueimp-gallery .next, .blueimp-gallery .prev {
  color: #fff !important;
}

.close:not(:disabled):not(.disabled) {
  font-size: 60px !important;
}

.modal-header {
  align-items: center;
}

#infoPageLayerModal img {
  width: 100%;
}

#infoPageLayerModal.fade {
  opacity: 1;
}

#infoPageLayerModal .close {
  margin: 0 !important;
  padding: 0 !important;
}

#infoPageLayerModal .btn-primary {
  color: white !important;
}

.modal.fade .modal-dialog {
  transform: translate(0, 5%) !important;
}

.pluginMovieChannel {
  width: 100% !important;
}
.pluginMovieChannel img.pl-thumbnail {
  width: 100%;
}
.pluginMovieChannel span.imageMovieThumbnail {
  width: 100%;
}
.pluginMovieChannel .thumbnailContener {
  line-height: 1.1;
  max-width: 29% !important;
  background-color: #000;
  color: #fff;
  padding: 1%;
  cursor: pointer;
}
.pluginMovieChannel .thumbnailContener p {
  margin-top: 1rem;
  padding: 10px;
}

.pluginMovieChannel #ytplayer {
  max-width: 100% !important;
  margin-bottom: 2rem;
}
@media (max-width: 650px) {
  .pluginMovieChannel .thumbnailContener {
    max-width: 98% !important;
    margin: 20px auto !important;
  }
  .pluginMovieChannel .thumbnailContener p {
    max-width: 100% !important;
  }
}

#ytplayer {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rem-col-xl-3 {
    width: 18.75rem;
    flex: 0 0 18.75rem;
    max-width: 18.75rem;
  }
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .main-page #main {
    max-width: 500px;
    margin: 0 auto;
  }
}

.infoScrollBar .infoScrollBarEntry {
  line-height: 1;
}

.infoScrollBar {
  font-size: 1rem !important;
  text-align: left !important;
}

.pageOnPage .pageOnPage {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 991.98px) {
  .pageOnPage .pageOnPage {
    max-width: 500px;
    margin: 0 auto;
  }
}

li:not(:last-of-type) .pageOnPageLink {
  border-bottom: 1px solid rgba(228, 227, 227, 0.81);
}

.pageOnPageLink {
  padding: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .pageOnPageLink {
    flex-wrap: nowrap;
  }
}

.pageOnPageHeader {
  display: block;
  font-size: 18px;
  font-size: 1.125em;
  margin-top: 0.9rem;
  margin-bottom: 1rem;
  color: #292a2b;
  font-weight: 600;
  line-height: 1.3;
}

.pageOnPagePreambule {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-size: 0.9375em;
}

.pageOnPageDate {
  font-size: 16px;
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
  color: #676767;
}

.pageOnPageImage {
  width: 100%;
}
@media (min-width: 992px) {
  .pageOnPageImage {
    width: 30%;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .pageOnPageWrap {
    width: 70%;
  }
}

.pageOnPageImagePicture {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.pageOnPageImagePicture[style*="background-image: url()"], .pageOnPageImagePicture[style*="background-image: none"] {
  background-image: url("/clients/cms_developer/image/default/noimg1.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageOnPageElement {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.pageOnPageElement a {
  transition: 0.2s ease-in-out all;
  color: #323232;
}
.pageOnPageElement a:hover, .pageOnPageElement a:focus, .pageOnPageElement a:active {
  text-decoration: none;
  color: #000 !important;
}
.pageOnPageElement a:hover h3, .pageOnPageElement a:hover p, .pageOnPageElement a:focus h3, .pageOnPageElement a:focus p, .pageOnPageElement a:active h3, .pageOnPageElement a:active p {
  color: #000;
}
.pageOnPageElement a:hover .pageOnPageHeader, .pageOnPageElement a:focus .pageOnPageHeader, .pageOnPageElement a:active .pageOnPageHeader {
  color: #000000;
}
.pageOnPageElement a:hover .pageOnPageHeader, .pageOnPageElement a:focus .pageOnPageHeader, .pageOnPageElement a:active .pageOnPageHeader {
  text-decoration: underline;
}

.pageOnPageFilter {
  background-color: #F7F7F7;
  margin-bottom: 2rem;
  padding: 15px;
}
.pageOnPageFilter .btn, .pageOnPageFilter select {
  margin: 0 15px;
  white-space: normal;
}

@media (min-width: 992px) {
  .page-8 .pageOnPageElement:first-of-type .pageOnPageLink {
    padding: 0 0 20px 0;
    display: flex;
    border-bottom: 1px solid rgba(228, 227, 227, 0.81);
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .page-8 .pageOnPageElement:first-of-type .pageOnPageLink {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .page-8 .pageOnPageElement:first-of-type .pageOnPageHeader {
    display: block;
    font-size: 19px;
    font-size: 1.1875em;
    margin-top: 0.9rem;
    margin-bottom: 1rem;
    color: #292a2b;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .page-8 .pageOnPageElement:first-of-type .pageOnPagePreambule {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-8 .pageOnPageElement:first-of-type .pageOnPageDate {
    font-size: 22px;
    font-size: 1.375em;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .page-8 .pageOnPageElement:first-of-type .pageOnPageWrap {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-8 .pageOnPageElement:first-of-type .pageOnPageImage {
    width: 100%;
    padding-right: 0;
  }
  .page-8 .pageOnPageElement:first-of-type .pageOnPageImage .pageOnPageWrap {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block !important;
    background-color: rgba(255, 255, 255, 0.91);
    padding: 15px;
    max-width: 400px;
  }
}
.menu-secondary ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.menu-secondary ul li {
  margin: 3px 0;
}
.menu-secondary ul li a {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 500;
  padding: 20px;
  min-height: 6.25em;
  display: flex;
  align-items: center;
  background-color: #057ea9;
  color: #fff;
  text-transform: uppercase;
}
.menu-secondary ul li a img {
  width: 37px;
  height: 37px;
  margin-right: 15px;
}
.menu-secondary ul li ul {
  display: none;
}

.calendar {
  background-color: #fff;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  color: #505050;
  padding: 1rem 0 1rem 0;
}
.calendar table.ui-datepicker-calendar {
  margin: 0 auto;
}
.calendar .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .calendar .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    max-width: 80vw;
    margin: 0.8rem auto;
  }
}
.calendar .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next {
  order: 3;
}
.calendar .ui-datepicker-prev {
  display: flex;
  align-items: center;
}
.calendar .ui-datepicker-prev:before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background: url("/clients/cms_developer/image/default/prev.svg");
}
.calendar .ui-datepicker-next {
  display: flex;
  align-items: center;
}
.calendar .ui-datepicker-next:before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background: url("/clients/cms_developer/image/default/next.svg");
}
.calendar .ui-datepicker-title {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25em;
  color: #31835f;
  text-align: center;
  font-weight: bold;
}
.calendar th {
  padding: 0.4rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.calendar td {
  padding: 0.4rem;
  text-align: center;
}
.calendar .ui-datepicker-current-day span {
  border-radius: 50%;
  color: #353636;
  border: 1px solid #bbbbbb;
  display: inline-block;
  padding: 0.3rem;
  width: 2.1rem;
  height: 2.1rem;
}
.calendar .ui-datepicker-date-event {
  border-radius: 50%;
  background-color: #31835f;
  color: #fff;
  display: inline-block;
  padding: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
}
.calendar .ui-icon-circle-triangle-w, .calendar .ui-icon-circle-triangle-e {
  font-size: 0;
}

.events__wrapper {
  flex: 1;
  background: #318261;
  background: linear-gradient(271deg, #318261 11%, #0887b2 100%);
  padding: 20px;
}
.events__empty {
  padding: 0.8rem;
  background-color: #f7f7f7;
}
.events__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.events__list--item a.item__link:hover, .events__list--item a.item__link:focus, .events__list--item a.item__link:active {
  box-shadow: -8px 12px 20px #e6e6e6;
  transform: translateY(-5px);
}
.events__list--item .item__link {
  display: block;
  transition: 0.3s ease-in-out all;
}
.events__list--item .item__date {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125em;
  margin-bottom: 0.9375em;
}
.events__list--item .item__header {
  display: flex;
  align-items: center;
}
.events__list--item .item__header .h3 {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 500;
  margin-top: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  padding-bottom: 0.9375em;
  margin-bottom: 0.9375em;
}

.carousel-image {
  height: 0;
  padding-bottom: 45%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-description {
  color: #151515;
  font-size: 1rem;
  padding: 8px 15px;
  line-height: 1.1;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  display: inline-block;
  position: absolute;
}
@media (min-width: 992px) {
  .carousel-description {
    font-size: 1.4rem;
    padding: 10px 15px;
    top: 0;
    right: 0;
  }
}
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  background-color: #fff;
  padding: 0.3125em;
  width: 1.875em;
  height: 1.875em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .carousel-control {
    padding: 0.625em;
    width: 2.8125em;
    height: 2.8125em;
  }
}
.carousel-control img {
  height: 0.9375em;
}
@media (min-width: 1200px) {
  .carousel-control img {
    height: 1.6875em;
  }
}
.carousel-control.left {
  left: 0;
}
.carousel-control.right {
  right: 0;
  transform: translateY(-50%) rotate(180deg) !important;
}

.nk-link {
  color: #fff;
}

.bg-footer {
  background-color: #000;
  background-image: url("/clients/cms_developer/image/default/bg-footer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  color: #fff;
  line-height: 1.7;
}
footer p {
  margin-bottom: 0;
}

.footer--2 {
  background: #318261;
  background: linear-gradient(322deg, #318261 11%, #0887b2 100%);
  font-size: 15px;
  font-size: 0.9375em;
  color: #fff;
}
.footer--2 a {
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer__col {
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .footer__col {
    padding: 40px 15px;
  }
}
@media (max-width: 1199.98px) {
  .footer__col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }
}
.footer__col--1 {
  width: 100%;
}
.footer__col--2 {
  width: 100%;
}
.footer__col--3 {
  width: 100%;
}
.footer__col--4 {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__col--1 {
    width: 33%;
  }
  .footer__col--2 {
    width: 33%;
  }
  .footer__col--3 {
    width: 33%;
  }
  .footer__col--4 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .footer__col--1 {
    width: 13.75em;
  }
  .footer__col--2 {
    width: 18.75em;
  }
  .footer__col--3 {
    width: 18.75em;
  }
  .footer__col--4 {
    width: 23.75em;
  }
}
.footer__hours ul {
  list-style-type: none;
  padding-left: 0;
}
.footer__brand {
  color: #fff;
  line-height: 1.2;
}
.footer__brand--image {
  width: 5.0625em;
}
@media (min-width: 768px) {
  .footer__brand--image {
    margin-right: 30px;
  }
}
.footer__brand--1 {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5em;
}
.footer__brand--2 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5em;
}
.footer__links {
  color: #fff;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer__links {
    flex-direction: column;
  }
}
.footer__links li {
  margin-right: 3px;
}
.footer__links a {
  color: #fff;
}
.footer__copyright {
  background-color: #f6f5f5;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375em;
}
.footer__copyright a {
  color: #1e2e38;
}
.footer h3, .footer h2 {
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.0625em;
  position: relative;
  margin-bottom: 0.7rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .footer h3, .footer h2 {
    margin-bottom: 1.8rem;
  }
}
.footer .btn-green {
  background-color: #31835f;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  margin-top: 25px;
  font-size: 1rem;
  display: inline-block;
}
@media (min-width: 1200px) {
  .footer .btn-green {
    display: block;
  }
}
.footer__stats {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .center-down-lg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .border-down-lg {
    border-bottom: 2px solid #ccc;
    padding-bottom: 2rem;
  }
}
.search-screen {
  background: rgba(255, 255, 255, 0.99);
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 10000;
  display: block;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s ease;
}

.search-screen.show-search {
  height: 100%;
  opacity: 1;
  transition: 0.5s ease;
  padding-top: 30vh;
}

.search-screen h2 {
  font-size: 1.5555rem;
  font-weight: 100;
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .search-screen h2 {
    font-size: 1.1rem;
  }
}

h2 label {
  margin-bottom: 0;
}

.search-screen input[type=text] {
  display: inline-block;
  background: none;
  color: #828282;
  border: 0;
  border-bottom: 1px solid #057ea9;
  width: 70%;
  font-size: 18px;
  padding: 0;
  line-height: 44px;
  height: 54px;
  box-shadow: none;
  border-radius: 0;
}

.search-screen .submit {
  cursor: pointer;
  float: right;
  font-size: 32px;
  margin-top: 10px;
  padding: 0 30px 0;
  border-radius: 0;
  background-color: #1e3139;
}
@media only screen and (max-width: 768px) {
  .search-screen .submit {
    font-size: 16px;
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 340px) {
  .search-screen .submit {
    margin-top: 10px;
    padding: 6px 3px;
  }
}

.search-screen .close-search {
  float: right;
  font-size: 56px;
  font-weight: 100;
  right: 0;
  color: #333;
  line-height: 100%;
  transition: all 0.5s ease;
  background-color: transparent;
  border: unset;
  outline: none;
  cursor: pointer;
}

.search-screen .close-search:hover,
.search-screen .close-search:focus {
  text-decoration: none;
  color: #aaa;
}

.search-form {
  position: relative;
}

.search-screen .searchbar__input {
  float: none;
}

.searchHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-items: center;
  margin-bottom: 10vh;
}

@media screen and (min-width: 768px) {
  .search-screen h2 {
    font-size: 54px;
  }

  .search-screen input[type=text] {
    padding-left: 3px;
    padding-right: 30px;
    width: 70%;
    margin-right: 20px;
    font-size: 32px;
    padding-top: 0;
    line-height: 44px;
  }

  .search-screen .submit {
    margin-top: 0;
  }

  .search-screen .close-search {
    line-height: inherit;
  }

  .search-screen .fa-search {
    bottom: auto;
    left: auto;
    font-size: 42px;
  }
}
.tags__header {
  margin-top: 20px;
}

@media print {
  @page {
    size: auto;
    margin: 5mm 0 5mm 0;
  }
  html, body {
    width: 210mm;
    /* height: 297mm; */
    height: 282mm;
    background: #FFF;
    overflow: visible;
  }

  body {
    padding: 0;
  }

  table {
    page-break-inside: auto;
  }

  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  thead {
    display: table-header-group;
  }

  tfoot {
    display: table-footer-group;
  }

  .noprint, .pageBack, #menu-secondary {
    display: none !important;
  }

  #printArea {
    width: 98% !important;
    max-width: 98% !important;
    padding: 0;
    margin: 2%;
    min-width: 100% !important;
  }
}
.sms-plugin .form-check-label {
  margin-left: 20px;
}

.sms-plugin .invalid-feedback {
  display: block;
}

/*# sourceMappingURL=02.base.css.map */
