/*************************************
* IMAGE SLIDER MODULE
*************************************/
.sek-column-inner [data-sek-module-type="czr_img_slider_module"] {
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

[data-sek-module-type="czr_img_slider_module"] {
  /* SWIPER BULLETS */
  /* SWIPER ARROWS */
}

[data-sek-module-type="czr_img_slider_module"] .sek-carousel-img [src*="data:image/gif;"] {
  display: none;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-loading .sek-carousel-img img {
  display: none;
}

.customizer-preview .swiper-wrapper .swiper-lazy-preloader {
  display: none;
}

[data-sek-module-type="czr_img_slider_module"] .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

[data-sek-module-type="czr_img_slider_module"] .swiper .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
}

@media (max-width: 575.98px) {
  [data-sek-module-type="czr_img_slider_module"] .swiper .swiper-wrapper {
    height: 200px;
  }
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="nimble-wizard"] .sek-carousel-img {
  height: 100%;
  overflow: hidden;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="nimble-wizard"] .sek-carousel-img img {
  max-width: none;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="height-100"] .sek-carousel-img {
  height: 100%;
  width: auto;
  overflow: hidden;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="height-100"] .sek-carousel-img img {
  width: auto;
  height: 100%;
  max-width: none;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="cover"] .sek-carousel-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="cover"] .sek-carousel-img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide image vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide[data-sek-slide-link] {
  cursor: pointer;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img {
  width: 100%;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img {
  width: 100%;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img.sek-h-centrd {
  width: auto !important;
  max-width: none !important;
  position: relative;
  opacity: 1;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img.sek-v-centrd {
  height: auto !important;
  max-height: none !important;
  vertical-align: top;
  position: relative;
  max-width: none !important;
  opacity: 1;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide[data-sek-has-overlay="true"] .sek-carousel-img::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.3;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-wrapper {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  position: absolute;
  /* Center slide text vertically
         => consistent with defaults in module registration */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-content {
  height: auto;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  text-align: center;
  z-index: 3;
  overflow: hidden;
  color: #e2e2e2;
  font-size: 16px;
  line-height: 1.5em;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-content * {
  font-size: 16px;
  line-height: 1.5em;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav {
  cursor: pointer;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-chevron {
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 11px;
  height: 11px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev {
  left: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev .sek-chevron {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next {
  right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 2px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next .sek-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev, [data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 30px);
  text-align: center;
  margin-top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 60px;
  width: 50px;
  opacity: 0.6;
  background-color: rgba(32, 32, 32, 0.4);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  line-height: 64px;
  cursor: pointer;
  font-size: 18px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev:hover, [data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next:hover {
  background-color: rgba(32, 32, 32, 0.7);
  opacity: 1;
  width: 100px;
}

@media (max-width: 575.98px) {
  [data-sek-module-type="czr_img_slider_module"] [data-sek-hide-nav-on-mobile="true"] .swiper-pagination {
    display: none;
  }
  [data-sek-module-type="czr_img_slider_module"] [data-sek-hide-nav-on-mobile="true"] .sek-swiper-nav {
    display: none;
  }
}
/*************************************
* POST GRID MODULE
*************************************/
.sek-post-grid-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.sek-post-grid-wrapper .sek-grid-items {
  grid-row-gap: 25px;
}

.sek-post-grid-wrapper .sek-grid-items.sek-list-layout article > *:not(:last-child):not(.sek-pg-thumbnail) {
  margin-bottom: 10px;
}

.sek-post-grid-wrapper .sek-grid-items.sek-grid-layout article > *:not(:last-child) {
  margin-bottom: 10px;
}

.sek-post-grid-wrapper .sek-grid-items article {
  overflow: hidden;
}

.sek-post-grid-wrapper .sek-grid-items article > :first-child {
  margin-top: 0 !important;
}

.sek-post-grid-wrapper .sek-grid-items article > :last-child {
  margin-top: 0 !important;
}

.sek-post-grid-wrapper .sek-grid-items article > *:not(:last-child) {
  margin-top: 0 !important;
}

.sek-post-grid-wrapper .sek-grid-items article .sek-pg-content > *:not(:last-child) {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.sek-post-grid-wrapper .sek-grid-items article .sek-pg-content > :first-child {
  margin-top: 0 !important;
}

.sek-post-grid-wrapper .sek-grid-items article .sek-pg-content > :last-child {
  margin-top: 0 !important;
}

.sek-post-grid-wrapper .sek-grid-items.sek-shadow-on-hover article {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sek-post-grid-wrapper .sek-grid-items.sek-shadow-on-hover article:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}

.sek-post-grid-wrapper .sek-pg-thumbnail {
  background: inherit;
  overflow: hidden;
}

.sek-post-grid-wrapper .sek-pg-thumbnail img {
  box-shadow: 0 5px 5px 0 rgba(18, 63, 82, 0.035), 0 0 0 1px rgba(176, 181, 193, 0.2);
  border-radius: 4px;
}

.sek-post-grid-wrapper .sek-pg-thumbnail a {
  display: block;
  position: relative;
}

.sek-post-grid-wrapper .sek-pg-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.sek-post-grid-wrapper.nb-thumb-box-shadow article .sek-pg-thumbnail img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.sek-post-grid-wrapper .sek-thumb-custom-height .sek-pg-thumbnail a {
  height: 0;
  padding-top: 65%;
}

@media all and (-ms-high-contrast: none) {
  .sek-post-grid-wrapper .sek-thumb-custom-height .sek-pg-thumbnail a {
    height: auto !important;
    padding-top: inherit !important;
  }
}

.sek-post-grid-wrapper .sek-thumb-custom-height .sek-pg-thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: none;
  max-width: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
  .sek-post-grid-wrapper .sek-thumb-custom-height .sek-pg-thumbnail img {
    height: auto !important;
    position: relative;
  }
}

.sek-post-grid-wrapper .sek-pg-metas > span:not(:last-child)::after {
  content: "\B7";
  vertical-align: middle;
  margin: 0 5px;
  line-height: 1;
}

.sek-post-grid-wrapper .sek-pg-content {
  text-align: left;
}

.sek-post-grid-wrapper .sek-excerpt > :last-child {
  margin-bottom: 0;
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-category {
  line-height: 1.2em;
  color: #767676;
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-category a {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  color: #767676;
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-category a:hover {
  color: inherit;
  text-decoration: underline;
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title {
  font-size: 28px;
  line-height: 1.1em;
}

@media (max-width: 991.98px) {
  .nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title {
    font-size: 20px;
  }
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a {
  text-decoration: none;
  color: #121212;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a:hover {
  color: #666;
}

@media (max-width: 991.98px) {
  .nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a {
    font-size: 20px;
  }
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-metas {
  line-height: 1.2em;
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-metas span, .nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-metas a {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #767676;
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-metas a:hover {
  text-decoration: underline;
  color: inherit;
}

.nb-loc .sek-module-inner .sek-post-grid-wrapper .sek-pg-content p {
  margin: 0 0 10px 0;
  line-height: 1.3em;
  font-size: 14px;
  color: #555;
}

.sek-post-grid-wrapper .sek-list-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

@media all and (-ms-high-contrast: none) {
  .sek-post-grid-wrapper .sek-list-layout {
    display: block !important;
  }
}

.sek-post-grid-wrapper .sek-list-layout article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}

@media all and (-ms-high-contrast: none) {
  .sek-post-grid-wrapper .sek-list-layout article {
    display: block !important;
    padding-top: 10px;
  }
}

.sek-post-grid-wrapper .sek-list-layout article > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.sek-post-grid-wrapper .sek-list-layout article.sek-has-thumb {
  -ms-grid-columns: 30% minmax(0, 1fr);
  grid-template-columns: 30% minmax(0, 1fr);
}

.sek-post-grid-wrapper .sek-list-layout article .sek-pg-thumbnail {
  margin-bottom: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sek-post-grid-wrapper .sek-grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

@media all and (-ms-high-contrast: none) {
  .sek-post-grid-wrapper .sek-grid-layout {
    display: block !important;
  }
}

.sek-post-grid-wrapper .sek-grid-layout > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.sek-post-grid-wrapper .sek-grid-layout > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sek-module-inner .nb-masonry-post-grid .sek-grid-items.nb-masonry-grid-images-loaded {
  grid-auto-rows: 5px;
}

.sek-module-inner .nb-masonry-post-grid .sek-grid-items article {
  overflow: hidden;
}

.sek-module-inner .nb-masonry-post-grid .sek-grid-items.sek-thumb-no-custom-height .sek-pg-thumbnail a {
  height: auto;
  padding-top: 0;
}

.sek-module-inner .nb-masonry-post-grid .sek-grid-items.sek-thumb-no-custom-height .sek-pg-thumbnail img {
  position: relative;
  height: auto;
  width: 100%;
}

.sek-module-inner .nb-item-box-shadow .sek-grid-items article {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.sek-post-navigation #sek-nav-below {
  background-color: #f7f8f9;
  margin-top: 20px;
  padding: 5px;
}

.sek-post-navigation #sek-nav-below .sek-pagination {
  text-align: center;
}

.sek-post-navigation #sek-nav-below .sek-pagination ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.sek-post-navigation #sek-nav-below .sek-pagination .page-numbers {
  font-family: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.sek-post-navigation #sek-nav-below .sek-pagination .current {
  font-weight: 600;
  opacity: 1;
}

.sek-post-navigation #sek-nav-below .sek-pagination .sek-pag-list > * {
  margin: 0 5px;
}

.sek-post-navigation #sek-nav-below .sek-pagination .sek-pag-list {
  margin: 0 -5px;
}

.sek-post-navigation #sek-nav-below nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sek-post-navigation #sek-nav-below ul.sek-czr-pager {
  margin: 0;
}

.sek-post-navigation #sek-nav-below li {
  display: inline-block;
  font-size: 16px;
}

.sek-post-navigation #sek-nav-below a, .sek-post-navigation #sek-nav-below .sek-meta-nav-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5A5A5A;
}

.sek-post-navigation #sek-nav-below a:hover, .sek-post-navigation #sek-nav-below .sek-meta-nav-title:hover {
  color: #3b3b3b;
  opacity: 1 !important;
}

.sek-post-navigation #sek-nav-below .sek-czr-pager > li {
  display: block;
}

.sek-post-navigation #sek-nav-below .sek-nav-dir {
  display: block;
}

.sek-post-navigation #sek-nav-below .sek-nav-dir > a {
  max-width: 100%;
}

.sek-post-navigation #sek-nav-below a i.arrow {
  font-size: 0.9em;
}

.sek-post-navigation #sek-nav-below .page-numbers, .sek-post-navigation #sek-nav-below a {
  font-family: inherit;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
  position: relative;
}

.sek-post-navigation #sek-nav-below .sek-meta-nav {
  display: -ms-flexbox;
  display: flex;
  transition: all .2s,.6s ease;
  opacity: .7;
}

.sek-post-navigation #sek-nav-below a:hover .sek-meta-nav {
  opacity: 1;
  text-decoration: underline;
}

.sek-post-navigation #sek-nav-below .sek-meta-nav-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 0.9em;
}
/*************************************
* HEADING MODULE
*************************************/
.sek-module-inner .sek-heading {
  text-align: center;
  margin: 0.6em 0;
  display: block;
}

.sek-module-inner .sek-heading > a {
  color: inherit;
  font-size: inherit;
}
[data-sek-id="__nimble__05330ab86184"]  [data-sek-item-id="568857092904"] .sek-slider-text-content,[data-sek-id="__nimble__05330ab86184"]  [data-sek-item-id="568857092904"] .sek-slider-text-content *{color:#ffffff;font-family:'Roboto';font-size:20px;}[data-sek-id="__nimble__05330ab86184"]  [data-sek-item-id="568857092904"] .sek-slider-text-content{padding-bottom:25%;padding-top:5%;padding-right:5%;padding-left:5%;}[data-sek-id="__nimble__e7e4ac507316"]{background-color:rgba(195,205,229,0.26);}.nb-loc .sek-row [data-sek-id="__nimble__ae13594553ce"] .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a,.nb-loc .sek-row [data-sek-id="__nimble__ae13594553ce"] .sek-module-inner .sek-post-grid-wrapper .sek-pg-title{font-size:14px;}.nb-loc .sek-row [data-sek-id="__nimble__ae13594553ce"] .sek-module-inner .sek-pg-metas,.nb-loc .sek-row [data-sek-id="__nimble__ae13594553ce"] .sek-module-inner .sek-pg-metas span,.nb-loc .sek-row [data-sek-id="__nimble__ae13594553ce"] .sek-module-inner .sek-pg-metas a{font-size:10px;}@media(min-width:575px) and (max-width:767px){.sek-post-grid-wrapper.sek-has-tablet-breakpoint .sek-list-layout article{-ms-grid-columns: minmax(0,1fr)!important;grid-template-columns: minmax(0,1fr)!important;grid-gap: 0;}.sek-post-grid-wrapper.sek-has-tablet-breakpoint .sek-list-layout article .sek-pg-thumbnail{margin-bottom:10px;}}@media(min-width:768px){[data-sek-id="__nimble__121ea10b0324"] .sek-sektion-inner > .sek-column[data-sek-id="__nimble__402f4059c6eb"]{-ms-flex: 0 0 67.747%;flex: 0 0 67.747%;max-width: 67.747%}[data-sek-id="__nimble__121ea10b0324"] .sek-sektion-inner > .sek-column[data-sek-id="__nimble__49f87fbb9ad1"]{-ms-flex: 0 0 32.253%;flex: 0 0 32.253%;max-width: 32.253%}}@media(max-width:767px){.nb-loc .sek-row [data-sek-id="__nimble__ae13594553ce"] .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a,.nb-loc .sek-row [data-sek-id="__nimble__ae13594553ce"] .sek-module-inner .sek-post-grid-wrapper .sek-pg-title{font-size:22px;}}@media(max-width:575px){.sek-post-grid-wrapper.sek-has-mobile-breakpoint .sek-list-layout article{-ms-grid-columns: minmax(0,1fr)!important;grid-template-columns: minmax(0,1fr)!important;grid-gap: 0;}.sek-post-grid-wrapper.sek-has-mobile-breakpoint .sek-list-layout article .sek-pg-thumbnail{margin-bottom:10px;}.nb-loc .sek-row [data-sek-id="__nimble__ae13594553ce"] .sek-module-inner .sek-post-grid-wrapper .sek-pg-title a,.nb-loc .sek-row [data-sek-id="__nimble__ae13594553ce"] .sek-module-inner .sek-post-grid-wrapper .sek-pg-title{font-size:20px;}}