/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset "UTF-8";

iframe {
  max-width: 100%;
}

textarea {
  resize: vertical;
}

@media (min-width: 768px) {
  #secondary {
    padding-left: 30px;
  }
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.navigation.pagination .nav-links .page-numbers {
  margin: 0 8px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.navigation.pagination .nav-links .page-numbers.prev {
  margin-left: 0;
}

.navigation.pagination .nav-links .page-numbers.prev::before {
  line-height: 1;
  margin: 0 5px 0 0;
  content: "\2039";
}

@media (max-width: 500px) {
  .navigation.pagination .nav-links .page-numbers.prev span {
    display: none;
  }
}

.navigation.pagination .nav-links .page-numbers.next {
  margin-right: 0;
}

.navigation.pagination .nav-links .page-numbers.next::after {
  line-height: 1;
  margin: 0 0 0 5px;
  content: "\203A";
}

@media (max-width: 500px) {
  .navigation.pagination .nav-links .page-numbers.next span {
    display: none;
  }
}

.navigation.pagination .nav-links .page-numbers.current {
  background: #00528c;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  min-width: 2em;
  padding: 0 8px;
  height: 2em;
}

.sticky-header-placeholder {
  display: none;
}

.sticky-header.sticky-stick {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transform: translate3d(0, -102%, 100px);
          transform: translate3d(0, -102%, 100px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sticky-header.sticky-stick.sticky-show {
  -webkit-transform: translate3d(0, 0, 100px);
          transform: translate3d(0, 0, 100px);
}

.sticky-header.sticky-stick ~ .sticky-header-placeholder {
  display: block;
}

.site-header {
  padding-bottom: 0;
}

.site-header .tg-site-header-top {
  padding: 1em 0;
  display: block !important;
  border-bottom: 3px solid #cd0913;
}

.site-header .tg-site-header-bottom {
  padding-top: 2em;
  padding-bottom: 2em;
}

.site-header .tg-site-header-bottom:only-child {
  padding-top: 0;
}

.site-header .tg-mobile-toggle {
  color: inherit;
}

.site-header .site-branding {
  max-width: 300px;
  height: auto;
  align-self: center;
  align-items: center;
}

.site-header .site-branding svg {
  width: 100%;
  height: auto;
}


@media (max-width: 767px) {
  .site-header .site-branding {
    flex-direction: row;
  }
  .site-header .site-branding svg {
    width: 120px;
  }
  .site-header .site-branding span {
    width: 80px;
  }
}


.site-header .site-branding .custom-logo-link {
  -webkit-box-align: center;
          align-items: center;
}

.site-header .current-menu-item,
.site-header .current-menu-item a,
.site-header .current-menu-ancestor,
.site-header .current-menu-ancestor a {
  color: #cd0913 !important;
}

.site-header a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 90%;
  color: inherit !important;
}

.site-header a:hover,
.site-header a:focus {
  opacity: 0.6;
}

.site-header .sub-menu a {
  color: #00528c !important;
}

.site-header .emaus-header-fill-width-widgets > * {
  width: 100% !important;
}

@media screen and (min-width: 992px) {
  .site-header .emaus-topbar {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}

.site-header .emaus-topbar .emaus-frequencies {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

@media (max-width: 374px) {
  .site-header .emaus-topbar .emaus-frequencies {
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .emaus-topbar .emaus-frequencies {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.site-header .emaus-topbar .emaus-frequencies span {
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  padding: 0 9px;
  margin: 3px 0;
  border-right: 1px solid #fff;
}

.site-header .emaus-topbar .emaus-frequencies strong {
  padding: 0;
}

@media (max-width: 575px) {
  .site-header .emaus-topbar .emaus-frequencies span {
    width: 50%;
    text-align: center;
  }

  .site-header .emaus-topbar .emaus-frequencies span:nth-child(even) {
    border: 0;
  }
}

@media (min-width: 576px) {
  .site-header .emaus-topbar .emaus-frequencies span {
    padding: 0 5px;
    border-right: 1px solid #fff;
  }

  .site-header .emaus-topbar .emaus-frequencies span:last-child {
    padding-right: 0;
    border: 0;
  }
}

@media (min-width: 768px) {
  .site-header .emaus-topbar .emaus-frequencies span {
    padding: 0 24px;
    border-right: 1px solid #fff;
  }

  .site-header .emaus-topbar .emaus-frequencies strong {
    padding: 0 5px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .emaus-topbar .emaus-frequencies span:first-child {
    padding-left: 0;
  }
}

.site-header .emaus-topbar .emaus-social-media {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

.site-header .emaus-topbar .emaus-social-media span {
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  margin: 15px 0 0;
}

@media screen and (min-width: 992px) {
  .site-header .emaus-topbar .emaus-social-media span {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .site-header .emaus-topbar .emaus-social-media span {
    width: 25%;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .site-header .emaus-topbar .emaus-social-media span:not(:last-child) {
    padding-right: 50px;
  }
}


.site-header .emaus-topbar .emaus-app {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

.site-header .emaus-topbar .emaus-app span {
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  margin: 15px 0 0;
}

@media screen and (min-width: 992px) {
  .site-header .emaus-topbar .emaus-app span {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .site-header .emaus-topbar .emaus-app span {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .site-header .emaus-topbar .emaus-app span:not(:last-child) {
    padding-right: 50px;
  }
}


.site-header .sticky-header {
  background: #fff;
}

.site-header .sticky-header.sticky-stick {
  background: #00528c;
  color: #fff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 3px solid #cd0913;
}

.site-header .sticky-header.sticky-stick .site-branding {
  max-width: 300px;
}

.site-header .sticky-header.sticky-stick svg * {
  fill: #fff !important;
}

.search-form input,
.search-form label {
  width: 100%;
  margin: 0;
  border: 0 none;
}

.search-form label {
  border-bottom: 1px solid #00528c;
}

.archive-osoba {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.archive-osoba .osoba-list-item {
  width: 50%;
  margin: 0 0 20px;
  padding: 0 15px;
}

.entry-meta {
  text-transform: uppercase;
}

.entry-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #99bad1;
}

.entry-content a {
  text-transform: uppercase;
}

.post-thumbnail img {
  width: 100%;
}

.article-single {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-single__thumbnail {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
}

.article-single__thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.article-single__badges {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 0 0;
}

.article-single__badges span {
  display: inline-block;
  padding: 3px 7px;
  text-transform: uppercase;
  font-size: 14px;
}

.article-single__badge-important {
  background: #cd0913;
  color: #fff;
}

.article-single__badge-update {
  background: #00528c;
  color: #fff;
}

.article-single__badge-sponsored {
  background: #b1b129;
  color: #fff;
}

.article-single__tags {
  margin: 0 0 15px;
}

.article-single__tag {
  color: #00528c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.article-single__title {
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 21.5px;
}

.article-single__intro {
  color: #7a7a7a;
  font-size: 15.4px;
}

.article-single__footer {
  color: #7a7a7a;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin: 15px 0 15px;
  font-size: smaller;
}

.article-single__author {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #7a7a7a;
}

.article-single__author-photo {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #7a7a7a;
  margin: 0 5px 0 0;
}

.article-single__date {
  font-weight: bolder;
}

.article-list-item {
  position: relative;
  margin: 0 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.article-list-item:hover {
  opacity: 0.7;
}

.article-list-item__header {
  height: auto;
  padding: 8px 10px 20px;
  border: 1px solid lightgray;
  border-width: 1px 1px 0 1px;
}

@media (min-width: 768px) {
  .article-list-item__header {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .article-list-item__header {
    height: 100px;
  }
}

.article-list-item__title {
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
  font-size: 21.5px;
}

.article-list-item__thumbnail {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  position: relative;
}

.article-list-item__thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.article-list-item__content {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 20px 10px 8px;
  border: 1px solid lightgray;
  border-width: 0 1px 1px 1px;
}

.article-list-item__badges {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 0 0;
}

.article-list-item__badges span {
  display: inline-block;
  padding: 3px 7px;
  text-transform: uppercase;
  font-size: 14px;
}

.article-list-item__badge-important {
  background: #cd0913;
  color: #fff;
}

.article-list-item__badge-update {
  background: #00528c;
  color: #fff;
}

.article-list-item__badge-sponsored {
  background: #b1b129;
  color: #fff;
}

.article-list-item__intro {
  color: #7a7a7a;
  font-size: 14.4px;
}

.article-list-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

.article-list-item__tags {
  margin: 5px 0 0;
}

.article-list-item__tag {
  color: #00528c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.article-list-item__footer {
  color: #7a7a7a;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin: auto 0 0;
  padding: 5px 0 0;
  font-size: smaller;
}

.article-list-item__author {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #7a7a7a;
}

.article-list-item__author-photo {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #7a7a7a;
  margin: 0 5px 0 0;
}

.article-list-item__date {
  font-weight: bolder;
}

.popular-article-list-item {
  position: relative;
  margin: 0 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popular-article-list-item:hover {
  opacity: 0.7;
}

.popular-article-list-item__thumbnail {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  position: relative;
  margin: 8px 0 0;
}

.popular-article-list-item__thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.popular-article-list-item__title {
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}

.popular-article-list-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

.single-article-widget {
  position: relative;
  margin: 0 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-article-widget:hover {
  opacity: 0.7;
}

.single-article-widget__thumbnail {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  position: relative;
  margin: 0 0 8px;
}

.single-article-widget__thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.single-article-widget__title {
  line-height: 1.3;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 15px;
  color: inherit;
}

.single-article-widget__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

.articles-list-widget {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.articles-list-widget__item {
  padding: 10px;
  align-self: stretch;
}

@media (min-width: 768px) {
  .articles-list-widget__item {
    width: 33.3333333333%;
  }
}

.articles-list-widget__item .article-list-item {
  height: 100%;
}

.broadcasts-list-widget {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.broadcasts-list-widget__item {
  padding: 0 10px;
  width: 50%;
}

.broadcasts-simple-list-widget {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.broadcasts-simple-list-widget__item {
  padding: 0 5px;
  width: 50%;
}

.broadcast-list-item {
  position: relative;
  margin: 0 0 15px;
}

.broadcast-list-item::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.broadcast-list-item__thumbnail {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.broadcast-list-item__title {
  line-height: 1.3;
  text-align: center;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.broadcast-list-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  z-index: 2;
}

.broadcast-list-item:hover::before {
  opacity: 1;
}

.broadcast-list-item:hover .broadcast-list-item__title {
  color: #fff;
}

.broadcast-simple-list-item {
  position: relative;
  margin: 0 0 10px;
}

.broadcast-simple-list-item__thumbnail {
  width: 100%;
  height: 0;
  padding: 0 0 33%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .broadcast-simple-list-item__thumbnail {
    padding: 0 0 23%;
  }
}

@media (min-width: 768px) {
  .broadcast-simple-list-item__thumbnail {
    padding: 0 0 30%;
  }
}

@media (min-width: 992px) {
  .broadcast-simple-list-item__thumbnail {
    padding: 0 0 24%;
  }
}

@media (min-width: 1200px) {
  .broadcast-simple-list-item__thumbnail {
    padding: 0 0 23%;
  }
}

.broadcast-simple-list-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  z-index: 1;
  background-color: #00427b;
}

.broadcast-simple-list-item__link:hover {
  background-color: #0071b8;
}

.broadcast-simple-list-item__title {
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.2;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  z-index: 2;
  text-transform: none;
  color: #fff;
}

@media (min-width: 576px) {
  .broadcast-simple-list-item__title {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .broadcast-simple-list-item__title {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .broadcast-simple-list-item__title {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .broadcast-simple-list-item__title {
    font-size: 16px;
  }
}

.radio-stream-widget-title {
  text-align: center;
  font-weight: 500;
}

.radio-stream-widget {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  background: #f2f2f2;
}

.radio-stream-widget .hide {
  display: none;
}

.radio-stream-widget__player {
  background: #00528c;
  color: #fff;
  padding: 5px;
  border-radius: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.radio-stream-widget__player > *:not(:last-child) {
  margin-right: 10px;
}

.radio-stream-widget__player button {
  padding: 0;
  color: #fff;
  background: #00528c;
  border: 1px solid;
  font-size: 40px;
  line-height: 0;
  position: relative;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  outline: 0 none;
}

.radio-stream-widget__player button:hover,
.radio-stream-widget__player button:focus {
  opacity: 0.8;
}

.radio-stream-widget__player button i {
  font-size: 0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radio-stream-widget__player:hover input,
.radio-stream-widget__player:focus-within input {
  display: block;
}

.radio-stream-widget__volume-btn {
  justify-self: flex-end;
  margin-right: 0 !important;
}

.radio-stream-widget__volume-slider-input {
  position: absolute;
  display: none;
  bottom: calc(50% - 8px);
  right: calc(2.5em + 12px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 5em !important;
  height: 16px;
  border-radius: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #00528c !important;
  background-color: #fff !important;
  padding: 0 !important;
  outline: 0 none;
}

.radio-stream-widget__volume-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #00528c !important;
}

.radio-stream-widget__current-state {
  -webkit-box-flex: 1;
          flex: 1;
  align-self: stretch;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.radio-stream-widget__current-state span {
  display: inline-block;
  min-width: 100%;
  position: absolute;
  line-height: 1;
  top: calc(50% - 0.4em);
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: scrolling-text 7s linear infinite;
          animation: scrolling-text 7s linear infinite;
}

.radio-stream-widget__current-track {
  text-transform: uppercase;
}

.radio-stream-widget audio {
  display: none;
}

.radio-stream-widget__tracklist {
  list-style: none;
  padding: 10px 15px 15px;
  margin: 0;
  text-transform: uppercase;
}

.radio-stream-widget__tracklist:empty {
  display: none;
}

.radio-stream-widget__tracklist li {
  margin: 0 -8px 6px;
  padding: 5px 8px;
}

.radio-stream-widget__tracklist li:first-child {
  padding-top: 0;
  font-weight: bold;
}

.radio-stream-widget__tracklist li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.radio-stream-widget__tracklist li:not(:first-child) {
  font-size: 0.85em;
}

.radio-stream-widget__tracklist li:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #d8dee3;
}

.radio-stream-widget__player-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  color: #fff !important;
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.radio-stream-widget__player-link:hover {
  opacity: 1;
}

.radio-stream-widget__player-link span {
  padding: 5px 10px;
  border-radius: 20px;
  background: #00528c;
}

body.player-view-page .radio-stream-widget__player-link {
  display: none !important;
}

body.player-view-page h1 {
  width: 100%;
  margin: 0 auto 20px;
}

body.player-view-page .player-view {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
}

body.player-view-page .player-view-logo {
  margin: 0 0 10px;
  display: none;
}

@media (max-width: 767px) {
  body.player-view-page .player-view-logo {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  body.player-view-page .tg-site-header-bottom,
  body.player-view-page .emaus-frequencies,
  body.player-view-page .site-footer {
    display: none !important;
  }

  body.player-view-page .tg-site-header-top {
    padding: 0 0 1em;
  }

  body.player-view-page .player-view-logo {
    padding: 1em 0;
  }

  body.player-view-page .site-content {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@-webkit-keyframes scrolling-text {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrolling-text {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.gallery {
  margin: 0 -10px;
}

.gallery .gallery-item {
  width: 50%;
  max-width: 50%;
  padding: 0 10px;
}

@media (min-width: 767px) {
  .gallery .gallery-item {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

.book-list-item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.book-list-item:hover .book-list-item__thumbnail {
  opacity: 0.15;
}

.book-list-item:hover a {
  opacity: 1;
}

.book-list-item__thumbnail {
  width: 100%;
  padding: 0 0 100%;
  background: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.book-list-item a {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #00528c;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.record-list-item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.record-list-item:hover .record-list-item__thumbnail {
  opacity: 0.15;
}

.record-list-item:hover a {
  opacity: 1;
}

.record-list-item__thumbnail {
  width: 100%;
  padding: 0 0 100%;
  background: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.record-list-item a {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #00528c;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event-list-item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.event-list-item:hover .event-list-item__thumbnail {
  opacity: 0.15;
}

.event-list-item:hover a {
  opacity: 1;
}

.event-list-item__thumbnail {
  width: 100%;
  padding: 0 0 100%;
  background: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event-list-item a {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #00528c;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-list-item {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin: 0 0 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-list-item:hover {
  opacity: 0.7;
}

.team-list-item__details {
  -webkit-box-flex: 1;
          flex: 1;
}

.team-list-item__title {
  line-height: 1.3;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.team-list-item__function {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  margin: 0;
}

.team-list-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

.team-list-item__thumbnail {
  display: inline-block;
  width: 40%;
  padding-bottom: 40%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #7a7a7a;
  margin: 0 7px 0 0;
}

.caritas-app-card-detailed-ammount {
  letter-spacing: 2px;
}

.caritas-app-card-content {
  text-align: center;
}

.caritas-app-card-title {
  text-transform: initial;
}

.emaus-programme-week__dates {
  font-size: 14px;
  color: #7a7a7a;
}

.emaus-programme-week {
/*  max-width: 643px; */
}

.emaus-programme-week__days-tabs {
  margin: 0 0 15px;
}

.emaus-programme-week__days-tabs button {
  border: 1px solid;
  background: transparent;
  color: #00528c;
  font-size: 1.1rem;;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.emaus-programme-week__days-tabs button.active,
.emaus-programme-week__days-tabs button:hover {
  color: #fff;
  background: #00528c;
}

.emaus-programme-week__days-tab-content:not(.active) {
  display: none;
}

.emaus-programme-week__days-tab-content h4 {
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}

.emaus-programme-week__day-header {
  font-weight: bold;
}

.emaus-programme-week__day-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.emaus-programme-week__day-row:nth-child(2n) {
  background: #f2f2f2;
}

.emaus-programme-week__day-column {
  padding: 5px 7px;
}

.emaus-programme-week__day-column:first-child {
  min-width: 10%;
}

.emaus-programme-week__day-column:last-child {
  -webkit-box-flex: 1;
          flex: 1;
}

.emaus-programme-week__sequence-header {
  background: #00528c;
  color: #fff;
  margin-top: 15px;
  padding: 5px 15px 10px;
}

.emaus-programme-week__sequence-header * {
  color: inherit;
}

.emaus-programme-week__sequence-content {
  border: 1px solid #7a7a7a;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
}

.emaus-programme-week__anchor {
  text-align: center;
  line-height: 0;
}

.emaus-programme-week__anchor-thumbnail {
  display: inline-block;
  width: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 8px 0 -8px;
}

.emaus-programme-week__anchor-inner {
  line-height: 35px;
  padding: 0 8px;
  border: 1px solid #fff;
  border-radius: 200px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.emaus-programme-week__anchor-inner:hover {
  color: #00528c;
  background-color: #fff;
}

.content-single-emaus-broadcast .entry-header {
  margin: 0 0 20px;
}

.content-single-emaus-broadcast__anchors {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.content-single-emaus-broadcast__anchors h3 {
  width: 100%;
}

.content-single-emaus-broadcast__anchor {
  padding: 0 10px;
  margin: 0 0 15px;
  width: 50%;
}

.archive-gallery {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.archive-gallery__list-item {
  width: 49%;
}

.gallery-list-item {
  position: relative;
  margin: 0 0 15px;
}

.gallery-list-item::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-list-item__thumbnail {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  background-color: lightgray;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-list-item__title {
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-list-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  z-index: 2;
}

.gallery-list-item:hover::before {
  opacity: 1;
}

.gallery-list-item:hover .gallery-list-item__title {
  color: #fff;
}

.content-single-osoba {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin: 0 0 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-wrap: wrap;
}

.content-single-osoba > * {
  width: 100%;
}

.content-single-osoba__details {
  -webkit-box-flex: 1;
          flex: 1;
  width: 80%;
}

.content-single-osoba__title {
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}

.content-single-osoba__function {
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  margin: 0;
}

.content-single-osoba__thumbnail {
  display: inline-block;
  width: 20%;
  padding-bottom: 20%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #7a7a7a;
  margin: 0 7px 0 0;
}

.content-single-osoba__description {
  margin: 20px 0;
}

.info-program-inactive {
  display: none;
}

.wsparcie-baner-bg {
  min-height: 240px;
  background: #C33764; 
  background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("https://radioemaus.pl/app/uploads/2020/09/6Icr9fARMmTjTHqTzK8z_DSC_0123.jpg");
  background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("https://radioemaus.pl/app/uploads/2020/09/6Icr9fARMmTjTHqTzK8z_DSC_0123.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tg-site-layout--default .content-area {
  max-width: 900px;
  margin: 0 auto;
}

.centered {
  text-align: center;
  width: 100%;
}

.blue-title {
  color: #00528c;
  font-weight: 500;
  font-size: 2rem;
}

.player-widget {
  opacity: 1
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.player-widget:hover {
  cursor: pointer;
  opacity: 0.6;
}

.wsparcia-lista {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: hidden;
}

.wsparcia-lista a {
  display: block;
}

.wsparcia-lista li {
  width: 200px;
  margin: 10px;
  float: left;
}

.wsparcia-lista li img {
  width: 200px;
}

.polecane-ksiazka img {
  object-fit: contain;
  max-height: 200px;
  width: auto;
}

.polecane-ksiazka h2 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

#carousel-32017b {
  background-color: #00528c;
  padding-left: 5%;
  padding-right: 5%;
}

.item-inner img {
  margin-bottom: 7px;
}

#carousel-32023 img {
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px #00528c solid;
}

#carousel-32023 .item-inner {
  text-align: center;
}

.item-inner {
  line-height: 1.4em;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.item-inner:hover {
  opacity: 0.6;
}

.inner-item a:hover {
  color: black;
}

.item-inner i {
  color: gray;
}

h2 {
  font-size: 2rem;
}

.site-header .emaus-topbar img {
  margin-top: 0px;
}

#carousel-32259 .item-inner,
#carousel-32324 .item-inner {
  text-align: center;
  font-size: 15px;
}

#carousel-32259 h4,
#carousel-32324 h4 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.owl-item img {
   width: 170px;
}

.psac-post-slider.psac-design-2 .psac-post-left {
  padding-right: 1px;
}

@media (max-width: 991px) {
  .psac-post-slider.psac-design-2 .psac-post-image-bg {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .psac-post-slider.psac-design-2 .psac-post-image-bg {
    height: 350px;
  }
}

#carousel-32324 .owl-nav, 
#carousel-32224 .owl-nav, 
#carousel-32023 .owl-nav, 
#carousel-32124 .owl-nav, 
#carousel-32017 .owl-nav, 
#carousel-32259 .owl-nav {
  position:absolute;
  top:120px !important;
  transform: translateY(-50%);
  margin-top:-30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border: none !important;
  width:100%;
}

#carousel-32324 .owl-next, 
#carousel-32224 .owl-next, 
#carousel-32023 .owl-next, 
#carousel-32124 .owl-next, 
#carousel-32017 .owl-next, 
#carousel-32259 .owl-next {
  right:-5px !important;
  position:absolute;
}

#carousel-32324 .owl-prev, 
#carousel-32224 .owl-prev, 
#carousel-32023 .owl-prev, 
#carousel-32124 .owl-prev, 
#carousel-32017 .owl-prev, 
#carousel-32259 .owl-prev {
  left:-5px !important;
  position:absolute;
}

#carousel-32324 .owl-nav .owl-next, 
#carousel-32224 .owl-nav .owl-next, 
#carousel-32023 .owl-nav .owl-next, 
#carousel-32124 .owl-nav .owl-next, 
#carousel-32017 .owl-nav .owl-next, 
#carousel-32259 .owl-nav .owl-next, 
#carousel-32324 .owl-nav .owl-prev, 
#carousel-32224 .owl-nav .owl-prev, 
#carousel-32023 .owl-nav .owl-prev, 
#carousel-32124 .owl-nav .owl-prev, 
#carousel-32017 .owl-nav .owl-prev, 
#carousel-32259 .owl-nav .owl-prev,
#carousel-32324 .owl-nav .owl-next.disabled:hover, 
#carousel-32224 .owl-nav .owl-next.disabled:hover, 
#carousel-32023 .owl-nav .owl-next.disabled:hover, 
#carousel-32124 .owl-nav .owl-next.disabled:hover, 
#carousel-32017 .owl-nav .owl-next.disabled:hover, 
#carousel-32259 .owl-nav .owl-next.disabled:hover, 
#carousel-32324 .owl-nav .owl-prev.disabled:hover, 
#carousel-32224 .owl-nav .owl-prev.disabled:hover, 
#carousel-32023 .owl-nav .owl-prev.disabled:hover, 
#carousel-32124 .owl-nav .owl-prev.disabled:hover, 
#carousel-32017 .owl-nav .owl-prev.disabled:hover, 
#carousel-32259 .owl-nav .owl-prev.disabled:hover {
  display:inline-block;
  text-align: center !important;
  background:rgba(255,255,255,0.4);
  color:#000; border:2px solid rgba(0,0,0,0.8);
  line-height:normal !important;
  font-size:20px;
  padding:2px 12px 4px 12px !important;
  border-radius:0px;
  box-shadow:none;
  -moz-transition:all 0.5s ease-out 0s;
  -ms-transition:all 0.5s ease-out 0s;
  -o-transition:all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

#carousel-32324 .owl-nav .owl-next.disabled, 
#carousel-32224 .owl-nav .owl-next.disabled, 
#carousel-32023 .owl-nav .owl-next.disabled, 
#carousel-32124 .owl-nav .owl-next.disabled, 
#carousel-32017 .owl-nav .owl-next.disabled, 
#carousel-32259 .owl-nav .owl-next.disabled, 
#carousel-32324 .owl-nav .owl-prev.disabled, 
#carousel-32224 .owl-nav .owl-prev.disabled, 
#carousel-32023 .owl-nav .owl-prev.disabled, 
#carousel-32124 .owl-nav .owl-prev.disabled, 
#carousel-32017 .owl-nav .owl-prev.disabled, 
#carousel-32259 .owl-nav .owl-prev.disabled, 
#carousel-32324 .owl-nav .owl-next.disabled:hover, 
#carousel-32224 .owl-nav .owl-next.disabled:hover, 
#carousel-32023 .owl-nav .owl-next.disabled:hover, 
#carousel-32124 .owl-nav .owl-next.disabled:hover, 
#carousel-32017 .owl-nav .owl-next.disabled:hover, 
#carousel-32259 .owl-nav .owl-next.disabled:hover, 
#carousel-32324 .owl-nav .owl-prev.disabled:hover, 
#carousel-32224 .owl-nav .owl-prev.disabled:hover, 
#carousel-32023 .owl-nav .owl-prev.disabled:hover, 
#carousel-32124 .owl-nav .owl-prev.disabled:hover, 
#carousel-32017 .owl-nav .owl-prev.disabled:hover, 
#carousel-32259 .owl-nav .owl-prev.disabled:hover {
  background:rgba(255,255,255,0.001);
/*  display: none;*/
}

.psac-slider-and-carousel .owl-nav .owl-next:hover,
.psac-slider-and-carousel .owl-nav .owl-prev:hover,
.psac-slider-and-carousel .owl-nav .owl-next:focus,
.psac-slider-and-carousel .owl-nav .owl-prev:focus,
#carousel-32324 .owl-nav .owl-next:hover, 
#carousel-32224 .owl-nav .owl-next:hover, 
#carousel-32023 .owl-nav .owl-next:hover, 
#carousel-32124 .owl-nav .owl-next:hover, 
#carousel-32017 .owl-nav .owl-next:hover, 
#carousel-32259 .owl-nav .owl-next:hover, 
#carousel-32324 .owl-nav .owl-prev:hover, 
#carousel-32224 .owl-nav .owl-prev:hover, 
#carousel-32023 .owl-nav .owl-prev:hover, 
#carousel-32124 .owl-nav .owl-prev:hover, 
#carousel-32017 .owl-nav .owl-prev:hover, 
#carousel-32259 .owl-nav .owl-prev:hover {
  background: #00528c;
  color: #fff;
  border-color: #00528c
}

.article-list-item__title, .article-single__title {
  font-size: 1.7rem; /* 2rem */
  line-height: 1.4;
}

.article-list-item__header {
  border-width: 0px;
}

.article-list-item__content {
  border-width: 0px;
  border-bottom: 1px solid #99bad1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.article-list-item__intro {
  font-size: 15.4px;
}
