* {
  border-width: 0;
  border-style: none;
}
h1,
h1 span,
h1 a,
h2,
h2 span,
h2 a,
h3,
h3 span,
h3 a,
h4,
h4 span,
h4 a,
h5,
h5 span,
h5 a,
h6,
h6 span,
h6 a {
  color: #2D2E2E;
  font-weight: 300;
}
.no-child-padding .type-column {
  padding-left: 0;
  padding-right: 0;
}
.no-padding {
  padding: 0px !important;
}
.block_accordion_section_title,
.block_toggle_section_title {
  cursor: pointer;
}
.block_accordion_section_body,
.block_toggle_section_body {
  display: block;
  height: 0;
  overflow: hidden;
}
.block_tabs_section_body {
  display: none;
}
.flex,
.flex .container {
  display: flex;
  flex-flow: wrap;
  padding-left: 0;
  padding-right: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.default {
  border-top: 1px solid #000;
}
hr.type1 {
  border-top: 1px dashed #000;
}
hr.type2 {
  border-top: 1px solid #f00;
}
hr.type3 {
  border-top: 1px dashed #f00;
}
hr.type4 {
  border-top: 1px dotted #000;
}
.map {
  clear: both;
}
.icon-element.right .background {
  margin-left: auto;
}
.icon-element.center .background {
  margin: 0 auto;
}
.icon-element .background {
  width: 60px;
  height: 60px;
  font-size: 1.4em;
  position: relative;
}
.icon-element .background.circle {
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.icon-element .background.square {
  background-color: #000;
  color: #fff;
}
.icon-element .background.rounded {
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}
.icon-element .background.outlined_circle {
  border-radius: 50%;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}
.icon-element .background.outlined_square {
  border-radius: 50%;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}
.icon-element .background.outlined_rounded {
  border-radius: 50%;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}
.icon-element .background i {
  display: block;
  position: relative;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.4em;
}
.icon-element .background.mini {
  width: 40px;
  height: 40px;
}
.icon-element .background.mini i {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
}
.icon-element .background.small {
  width: 50px;
  height: 50px;
}
.icon-element .background.small i {
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.2em;
}
.icon-element .background.large {
  width: 70px;
  height: 70px;
}
.icon-element .background.large i {
  display: block;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.6em;
}
.icon-element .background.extra_large {
  width: 80px;
  height: 80px;
}
.icon-element .background.extra_large i {
  display: block;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 1.8em;
}
.block_toggle_section_title i,
.block_accordion_section_title i {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1.2em;
}
.button-element,
a.button-element {
  display: inline-block;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  margin: 0 0px 20px 0;
  border: none;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 400;
  transition: color 300ms, background 300ms, border-color 300ms;
  -webkit-transition: color 300ms, background 300ms, border-color 300ms;
  background: #2d2e2e;
}
.button-element i,
a.button-element i {
  padding-right: 8px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: top;
}
.button-element.btn_small,
a.button-element.btn_small {
  padding: 10px 20px 11px;
}
.button-element.btn_normal,
a.button-element.btn_normal {
  padding: 13px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.button-element.btn_large,
a.button-element.btn_large {
  padding: 15px 20px 16px;
  border-radius: 22px;
}
.button-element:hover,
a.button-element:hover {
  background: #505153;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
a:hover {
  text-decoration: none;
  outline: none;
}
/* icon combi */
.icon-combi-element {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  float: none;
}
.icon-combi-element a:hover .icon-combi-wrapper .icon-title-wrap .background.circle:before {
  opacity: 1;
  box-shadow: 0px 0px 0px 2px #000;
}
.icon-combi-element .icon-combi-wrapper {
  padding: 0px;
  position: relative;
  text-align: center;
  transition: all 300ms ease 0s;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap {
  position: relative;
  margin-bottom: 19px;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .icon-combi-title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0px;
  position: relative;
  font-weight: 400;
  color: #000;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background {
  display: inline-block;
  text-align: center;
  margin: 0 auto 23px;
  width: 80px;
  height: 80px;
  vertical-align: top;
  position: relative;
  color: #000;
  font-size: 40px;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.no_background {
  font-size: 80px;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.circle {
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.circle:before {
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.circle:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  z-index: 5;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.square {
  background-color: #000;
  color: #fff;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.rounded {
  border-radius: 20%;
  background-color: #000;
  color: #fff;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.outlined_circle {
  border-radius: 50%;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.outlined_circle i {
  width: 80px;
  height: 76px;
  line-height: 76px;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.outlined_square {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.outlined_square i {
  width: 80px;
  height: 76px;
  line-height: 76px;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.outlined_rounded {
  border-radius: 20%;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background.outlined_rounded i {
  width: 80px;
  height: 76px;
  line-height: 76px;
}
.icon-combi-element .icon-combi-wrapper .icon-title-wrap .background i {
  display: block;
  position: relative;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.icon-combi-element .icon-combi-wrapper .icon-combi-text,
.icon-combi-element .icon-combi-wrapper .icon-combi-text p {
  word-wrap: break-word;
  color: #666;
}
.icon-combi-element.type2 .icon-combi-wrapper {
  padding: 0px;
  position: relative;
  text-align: left;
  transition: all 300ms ease 0s;
}
.icon-combi-element.type2 .icon-combi-wrapper .icon-title-wrap {
  margin-bottom: 17px;
  padding-left: 50px;
  transition: all 300ms ease 0s;
}
.icon-combi-element.type2 .icon-combi-wrapper .icon-title-wrap .background {
  display: inline-block;
  text-align: center;
  margin: 0px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  position: absolute;
  left: 0px;
  top: 50%;
  box-shadow: none !important;
  transform: translateY(-50%);
  font-size: 14px;
}
.icon-combi-element.type2 .icon-combi-wrapper .icon-title-wrap .background.no_background {
  font-size: 30px;
}
.icon-combi-element.type2 .icon-combi-wrapper .icon-title-wrap .background.outlined_circle i {
  width: 28px;
  height: 26px;
  line-height: 26px;
}
.icon-combi-element.type2 .icon-combi-wrapper .icon-title-wrap .background.outlined_square i {
  width: 28px;
  height: 26px;
  line-height: 26px;
}
.icon-combi-element.type2 .icon-combi-wrapper .icon-title-wrap .background.outlined_rounded i {
  width: 28px;
  height: 26px;
  line-height: 26px;
}
.icon-combi-element.type2 .icon-combi-wrapper .icon-title-wrap .background i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.icon-combi-element.type2 .icon-combi-wrapper .icon-combi-text p {
  margin-bottom: 0;
}
.icon-combi-element.type3 .icon-combi-wrapper {
  text-align: left;
}
.icon-combi-element.type3 .icon-combi-wrapper .icon-title-wrap {
  margin-bottom: 9px;
  padding-left: 80px;
}
.icon-combi-element.type3 .icon-combi-wrapper .icon-title-wrap .background {
  margin: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  left: 0px;
  top: 0px;
  box-shadow: none !important;
  font-size: 30px;
}
.icon-combi-element.type3 .icon-combi-wrapper .icon-title-wrap .background.no_background {
  font-size: 56px;
}
.icon-combi-element.type3 .icon-combi-wrapper .icon-title-wrap .background.outlined_circle i {
  width: 56px;
  height: 52px;
  line-height: 52px;
}
.icon-combi-element.type3 .icon-combi-wrapper .icon-title-wrap .background.outlined_square i {
  width: 56px;
  height: 52px;
  line-height: 52px;
}
.icon-combi-element.type3 .icon-combi-wrapper .icon-title-wrap .background.outlined_rounded i {
  width: 56px;
  height: 52px;
  line-height: 52px;
}
.icon-combi-element.type3 .icon-combi-wrapper .icon-title-wrap .background i {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.icon-combi-element.type3 .icon-combi-wrapper .icon-combi-text {
  padding-left: 80px;
  padding-bottom: 7px;
}
.list .element {
  margin: 0;
  float: left;
}
.list .element.gap-0 {
  padding: 0;
}
.list .element.gap-1 {
  padding: 0.5px;
}
.list .element.gap-2 {
  padding: 1px;
}
.list .element.gap-3 {
  padding: 1.5px;
}
.list .element.gap-4 {
  padding: 2px;
}
.list .element.gap-5 {
  padding: 2.5px;
}
.list .element.gap-10 {
  padding: 5px;
}
.list .element.gap-15 {
  padding: 7.5px;
}
.list .element.gap-20 {
  padding: 10px;
}
.list .element.gap-25 {
  padding: 12.5px;
}
.list .element.gap-30 {
  padding: 15px;
}
.list .element.gap-35 {
  padding: 17.5px;
}
@media screen and (min-width: 768px) {
  .list .element.size-6 {
    width: 16.667%;
  }
  .list .element.size-5 {
    width: 20%;
  }
  .list .element.size-4 {
    width: 25%;
  }
  .list .element.size-3 {
    width: 33.333%;
  }
  .list .element.size-2 {
    width: 50%;
  }
  .list .element.size-1 {
    width: 100%;
  }
}
.list .element.type_1 .item_wrapper {
  position: relative;
  overflow: hidden;
}
.list .element.type_1 .item_wrapper:hover .featured_items_body {
  bottom: 0;
}
.list .element.type_1 .item_wrapper:hover .block_fade {
  opacity: 0.8;
}
.list .element.type_1 .item_wrapper:hover .view_link {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.list .element.type_1 .img_block {
  display: block;
  position: relative;
  overflow: hidden;
}
.list .element.type_1 .block_fade {
  display: block;
  position: absolute;
  background-color: #222230;
  z-index: 5;
  opacity: 0;
  width: 101%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 300ms;
}
.list .element.type_1 .view_link {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0px 0px -30px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: transparent;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFF;
  color: #FFF;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease 0s;
  font-size: 20px;
  transform: scale(1.2, 1.2);
}
.list .element.type_1 .view_link > i {
  color: #FFF;
  font-size: 20px;
  line-height: 57px;
  display: inline-block;
  vertical-align: top;
  padding-top: 0px;
}
.list .element.type_1 .view_link:hover {
  background-color: #fff;
}
.list .element.type_1 .view_link:hover > i {
  color: #F25253;
}
.list .element.type_1 .featured_items_body {
  position: absolute;
  left: 0px;
  bottom: -100%;
  right: -1px;
  background: #F6F7F9 none repeat scroll 0% 0%;
  padding: 16px 20px 14px;
  transition: all 300ms ease 0s;
  z-index: 50;
  text-align: center;
}
.list .element.type_1 .featured_items_body .featured_items_title {
  line-height: 24px;
  padding-bottom: 6px;
  margin-bottom: 0px;
}
.list .element.type_1 .featured_items_body .featured_items_title h5,
.list .element.type_1 .featured_items_body .featured_items_title h5 a {
  line-height: 24px !important;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  font-weight: 400;
  color: #282A2A;
  display: inline-block;
  vertical-align: top;
}
.list .element.type_1 .featured_items_body .featured_meta,
.list .element.type_1 .featured_items_body .featured_meta a {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.parallax {
  background-position: 50% 0px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
.image_container {
  position: relative;
  display: block;
}
.image_container .image_container_content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 33, 40, 0.25);
  transition: background-color 600ms;
}
.image_container .image_container_content_wrapper:hover {
  background-color: rgba(218, 33, 40, 0);
}
.image_container .image_container_wrapper h2 {
  color: rgba(255, 255, 255, 0);
  transition: color 150ms;
}
.image_container .image_container_wrapper:hover {
  background-color: rgba(218, 33, 40, 0.5);
}
.image_container .image_container_wrapper:hover h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .image_container .image_container_content_wrapper {
    background-color: rgba(218, 33, 40, 0.25);
  }
  .image_container .image_container_content_wrapper h2 {
    color: #fff;
  }
  .image_container .image_container_content_wrapper:hover {
    background-color: rgba(218, 33, 40, 0.25);
  }
  .image_container .image_container_content_wrapper:hover h2 {
    color: #fff;
  }
}
.responsive-carousel .slide {
  width: 100%;
}
.row.has_carousel,
.empty.has_carousel {
  position: relative;
}
.row.has_carousel > .type-column,
.empty.has_carousel > .type-column {
  position: absolute;
  top: 0;
  left: 0;
}
.row.has_carousel .background-carousel,
.empty.has_carousel .background-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
}
.row.has_carousel .background-carousel .flickity-viewport,
.empty.has_carousel .background-carousel .flickity-viewport {
  height: 100%;
}
.row.has_carousel .background-carousel .cell,
.empty.has_carousel .background-carousel .cell {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.row.has_carousel .background-carousel .flickity-page-dots,
.empty.has_carousel .background-carousel .flickity-page-dots {
  bottom: 25px;
}
.row.has_carousel .background-carousel .flickity-page-dots .dot,
.empty.has_carousel .background-carousel .flickity-page-dots .dot {
  background: #fff;
}
.empty.has_carousel {
  position: static;
}
.empty.has_carousel .background-carousel {
  height: 100%;
}
.maps-element {
  line-height: 0;
}
.maps-element iframe {
  width: 100%;
}
/* Image ratio content */
.sixteen-nine .ratio-content {
  position: relative;
  overflow: hidden;
}
.sixteen-nine .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
.three-four .ratio-content {
  position: relative;
  overflow: hidden;
}
.three-four .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.33333333%;
}
.three-four .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
.four-three .ratio-content {
  position: relative;
  overflow: hidden;
}
.four-three .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.four-three .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
.four-one .ratio-content {
  position: relative;
  overflow: hidden;
}
.four-one .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
}
.four-one .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
.two-three .ratio-content {
  position: relative;
  overflow: hidden;
}
.two-three .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.two-three .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
.three-two .ratio-content {
  position: relative;
  overflow: hidden;
}
.three-two .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.three-two .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
.three-one .ratio-content {
  position: relative;
  overflow: hidden;
}
.three-one .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.33333333%;
}
.three-one .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
.two-one .ratio-content {
  position: relative;
  overflow: hidden;
}
.two-one .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.two-one .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
.one-two .ratio-content {
  position: relative;
  overflow: hidden;
}
.one-two .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 200%;
}
.one-two .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
.one-one .ratio-content {
  position: relative;
  overflow: hidden;
}
.one-one .ratio-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.one-one .ratio-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sm-sixteen-nine .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-sixteen-nine .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .sm-sixteen-nine .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sm-three-four .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-three-four .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.33333333%;
  }
  .sm-three-four .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sm-four-three .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-four-three .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .sm-four-three .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sm-four-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-four-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .sm-four-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sm-two-three .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-two-three .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
  }
  .sm-two-three .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sm-three-two .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-three-two .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66666667%;
  }
  .sm-three-two .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sm-three-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-three-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333333%;
  }
  .sm-three-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sm-two-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-two-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .sm-two-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sm-one-two .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-one-two .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 200%;
  }
  .sm-one-two .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sm-one-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .sm-one-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .sm-one-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .md-sixteen-nine .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-sixteen-nine .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .md-sixteen-nine .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .md-three-four .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-three-four .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.33333333%;
  }
  .md-three-four .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .md-four-three .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-four-three .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .md-four-three .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .md-four-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-four-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .md-four-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .md-two-three .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-two-three .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
  }
  .md-two-three .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .md-three-two .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-three-two .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66666667%;
  }
  .md-three-two .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .md-three-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-three-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333333%;
  }
  .md-three-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .md-two-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-two-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .md-two-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .md-one-two .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-one-two .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 200%;
  }
  .md-one-two .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .md-one-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .md-one-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .md-one-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .lg-sixteen-nine .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-sixteen-nine .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .lg-sixteen-nine .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .lg-three-four .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-three-four .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.33333333%;
  }
  .lg-three-four .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .lg-four-three .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-four-three .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .lg-four-three .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .lg-four-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-four-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .lg-four-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .lg-two-three .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-two-three .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
  }
  .lg-two-three .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .lg-three-two .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-three-two .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66666667%;
  }
  .lg-three-two .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .lg-three-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-three-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333333%;
  }
  .lg-three-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .lg-two-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-two-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .lg-two-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .lg-one-two .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-one-two .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 200%;
  }
  .lg-one-two .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .lg-one-one .ratio-content {
    position: relative;
    overflow: hidden;
  }
  .lg-one-one .ratio-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .lg-one-one .ratio-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
  }
}
/* CSS Document */
.xs_column_1 {
  column-count: 1;
}
.xs_column_2 {
  column-count: 2;
}
.xs_column_3 {
  column-count: 3;
}
.xs_column_4 {
  column-count: 4;
}
.xs_column_gap_1 {
  column-gap: 1px;
}
.xs_column_gap_2 {
  column-gap: 2px;
}
.xs_column_gap_3 {
  column-gap: 3px;
}
.xs_column_gap_4 {
  column-gap: 4px;
}
.xs_column_gap_5 {
  column-gap: 5px;
}
.xs_column_gap_6 {
  column-gap: 6px;
}
.xs_column_gap_7 {
  column-gap: 7px;
}
.xs_column_gap_8 {
  column-gap: 8px;
}
.xs_column_gap_9 {
  column-gap: 9px;
}
.xs_column_gap_10 {
  column-gap: 10px;
}
.xs_column_gap_11 {
  column-gap: 11px;
}
.xs_column_gap_12 {
  column-gap: 12px;
}
.xs_column_gap_13 {
  column-gap: 13px;
}
.xs_column_gap_14 {
  column-gap: 14px;
}
.xs_column_gap_15 {
  column-gap: 15px;
}
.xs_column_gap_16 {
  column-gap: 16px;
}
.xs_column_gap_17 {
  column-gap: 17px;
}
.xs_column_gap_18 {
  column-gap: 18px;
}
.xs_column_gap_19 {
  column-gap: 19px;
}
.xs_column_gap_20 {
  column-gap: 20px;
}
.xs_column_gap_21 {
  column-gap: 21px;
}
.xs_column_gap_22 {
  column-gap: 22px;
}
.xs_column_gap_23 {
  column-gap: 23px;
}
.xs_column_gap_24 {
  column-gap: 24px;
}
.xs_column_gap_25 {
  column-gap: 25px;
}
.xs_column_gap_26 {
  column-gap: 26px;
}
.xs_column_gap_27 {
  column-gap: 27px;
}
.xs_column_gap_28 {
  column-gap: 28px;
}
.xs_column_gap_29 {
  column-gap: 29px;
}
.xs_column_gap_30 {
  column-gap: 30px;
}
.xs_column_gap_31 {
  column-gap: 31px;
}
.xs_column_gap_32 {
  column-gap: 32px;
}
.xs_column_gap_33 {
  column-gap: 33px;
}
.xs_column_gap_34 {
  column-gap: 34px;
}
.xs_column_gap_35 {
  column-gap: 35px;
}
@media screen and (min-width: 768px) {
  .sm_column_1 {
    column-count: 1;
  }
  .sm_column_2 {
    column-count: 2;
  }
  .sm_column_3 {
    column-count: 3;
  }
  .sm_column_4 {
    column-count: 4;
  }
  .sm_column_gap_1 {
    column-gap: 1px;
  }
  .sm_column_gap_2 {
    column-gap: 2px;
  }
  .sm_column_gap_3 {
    column-gap: 3px;
  }
  .sm_column_gap_4 {
    column-gap: 4px;
  }
  .sm_column_gap_5 {
    column-gap: 5px;
  }
  .sm_column_gap_6 {
    column-gap: 6px;
  }
  .sm_column_gap_7 {
    column-gap: 7px;
  }
  .sm_column_gap_8 {
    column-gap: 8px;
  }
  .sm_column_gap_9 {
    column-gap: 9px;
  }
  .sm_column_gap_10 {
    column-gap: 10px;
  }
  .sm_column_gap_11 {
    column-gap: 11px;
  }
  .sm_column_gap_12 {
    column-gap: 12px;
  }
  .sm_column_gap_13 {
    column-gap: 13px;
  }
  .sm_column_gap_14 {
    column-gap: 14px;
  }
  .sm_column_gap_15 {
    column-gap: 15px;
  }
  .sm_column_gap_16 {
    column-gap: 16px;
  }
  .sm_column_gap_17 {
    column-gap: 17px;
  }
  .sm_column_gap_18 {
    column-gap: 18px;
  }
  .sm_column_gap_19 {
    column-gap: 19px;
  }
  .sm_column_gap_20 {
    column-gap: 20px;
  }
  .sm_column_gap_21 {
    column-gap: 21px;
  }
  .sm_column_gap_22 {
    column-gap: 22px;
  }
  .sm_column_gap_23 {
    column-gap: 23px;
  }
  .sm_column_gap_24 {
    column-gap: 24px;
  }
  .sm_column_gap_25 {
    column-gap: 25px;
  }
  .sm_column_gap_26 {
    column-gap: 26px;
  }
  .sm_column_gap_27 {
    column-gap: 27px;
  }
  .sm_column_gap_28 {
    column-gap: 28px;
  }
  .sm_column_gap_29 {
    column-gap: 29px;
  }
  .sm_column_gap_30 {
    column-gap: 30px;
  }
  .sm_column_gap_31 {
    column-gap: 31px;
  }
  .sm_column_gap_32 {
    column-gap: 32px;
  }
  .sm_column_gap_33 {
    column-gap: 33px;
  }
  .sm_column_gap_34 {
    column-gap: 34px;
  }
  .sm_column_gap_35 {
    column-gap: 35px;
  }
}
@media screen and (min-width: 992px) {
  .md_column_1 {
    column-count: 1;
  }
  .md_column_2 {
    column-count: 2;
  }
  .md_column_3 {
    column-count: 3;
  }
  .md_column_4 {
    column-count: 4;
  }
  .md_column_gap_1 {
    column-gap: 1px;
  }
  .md_column_gap_2 {
    column-gap: 2px;
  }
  .md_column_gap_3 {
    column-gap: 3px;
  }
  .md_column_gap_4 {
    column-gap: 4px;
  }
  .md_column_gap_5 {
    column-gap: 5px;
  }
  .md_column_gap_6 {
    column-gap: 6px;
  }
  .md_column_gap_7 {
    column-gap: 7px;
  }
  .md_column_gap_8 {
    column-gap: 8px;
  }
  .md_column_gap_9 {
    column-gap: 9px;
  }
  .md_column_gap_10 {
    column-gap: 10px;
  }
  .md_column_gap_11 {
    column-gap: 11px;
  }
  .md_column_gap_12 {
    column-gap: 12px;
  }
  .md_column_gap_13 {
    column-gap: 13px;
  }
  .md_column_gap_14 {
    column-gap: 14px;
  }
  .md_column_gap_15 {
    column-gap: 15px;
  }
  .md_column_gap_16 {
    column-gap: 16px;
  }
  .md_column_gap_17 {
    column-gap: 17px;
  }
  .md_column_gap_18 {
    column-gap: 18px;
  }
  .md_column_gap_19 {
    column-gap: 19px;
  }
  .md_column_gap_20 {
    column-gap: 20px;
  }
  .md_column_gap_21 {
    column-gap: 21px;
  }
  .md_column_gap_22 {
    column-gap: 22px;
  }
  .md_column_gap_23 {
    column-gap: 23px;
  }
  .md_column_gap_24 {
    column-gap: 24px;
  }
  .md_column_gap_25 {
    column-gap: 25px;
  }
  .md_column_gap_26 {
    column-gap: 26px;
  }
  .md_column_gap_27 {
    column-gap: 27px;
  }
  .md_column_gap_28 {
    column-gap: 28px;
  }
  .md_column_gap_29 {
    column-gap: 29px;
  }
  .md_column_gap_30 {
    column-gap: 30px;
  }
  .md_column_gap_31 {
    column-gap: 31px;
  }
  .md_column_gap_32 {
    column-gap: 32px;
  }
  .md_column_gap_33 {
    column-gap: 33px;
  }
  .md_column_gap_34 {
    column-gap: 34px;
  }
  .md_column_gap_35 {
    column-gap: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .lg_column_1 {
    column-count: 1;
  }
  .lg_column_2 {
    column-count: 2;
  }
  .lg_column_3 {
    column-count: 3;
  }
  .lg_column_4 {
    column-count: 4;
  }
  .lg_column_gap_1 {
    column-gap: 1px;
  }
  .lg_column_gap_2 {
    column-gap: 2px;
  }
  .lg_column_gap_3 {
    column-gap: 3px;
  }
  .lg_column_gap_4 {
    column-gap: 4px;
  }
  .lg_column_gap_5 {
    column-gap: 5px;
  }
  .lg_column_gap_6 {
    column-gap: 6px;
  }
  .lg_column_gap_7 {
    column-gap: 7px;
  }
  .lg_column_gap_8 {
    column-gap: 8px;
  }
  .lg_column_gap_9 {
    column-gap: 9px;
  }
  .lg_column_gap_10 {
    column-gap: 10px;
  }
  .lg_column_gap_11 {
    column-gap: 11px;
  }
  .lg_column_gap_12 {
    column-gap: 12px;
  }
  .lg_column_gap_13 {
    column-gap: 13px;
  }
  .lg_column_gap_14 {
    column-gap: 14px;
  }
  .lg_column_gap_15 {
    column-gap: 15px;
  }
  .lg_column_gap_16 {
    column-gap: 16px;
  }
  .lg_column_gap_17 {
    column-gap: 17px;
  }
  .lg_column_gap_18 {
    column-gap: 18px;
  }
  .lg_column_gap_19 {
    column-gap: 19px;
  }
  .lg_column_gap_20 {
    column-gap: 20px;
  }
  .lg_column_gap_21 {
    column-gap: 21px;
  }
  .lg_column_gap_22 {
    column-gap: 22px;
  }
  .lg_column_gap_23 {
    column-gap: 23px;
  }
  .lg_column_gap_24 {
    column-gap: 24px;
  }
  .lg_column_gap_25 {
    column-gap: 25px;
  }
  .lg_column_gap_26 {
    column-gap: 26px;
  }
  .lg_column_gap_27 {
    column-gap: 27px;
  }
  .lg_column_gap_28 {
    column-gap: 28px;
  }
  .lg_column_gap_29 {
    column-gap: 29px;
  }
  .lg_column_gap_30 {
    column-gap: 30px;
  }
  .lg_column_gap_31 {
    column-gap: 31px;
  }
  .lg_column_gap_32 {
    column-gap: 32px;
  }
  .lg_column_gap_33 {
    column-gap: 33px;
  }
  .lg_column_gap_34 {
    column-gap: 34px;
  }
  .lg_column_gap_35 {
    column-gap: 35px;
  }
}
/* CSS Document */
.carousel .image {
  width: 100%;
}
/* CSS Document */
.post-carousel .cell {
  width: 33.33333333%;
  min-height: 100%;
  padding: 15px;
  position: relative;
  padding-bottom: 80px;
}
.post-carousel .cell a {
  border: 1px solid #444;
  padding: 10px;
  color: #444;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.post-carousel[data-items_xs='1'] .cell,
.post-carousel[data-items_sm='1'] .cell,
.post-carousel[data-items_md='1'] .cell,
.post-carousel[data-items_lg='1'] .cell {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-carousel[data-items_xs='2'] .cell,
  .post-carousel[data-items_sm='2'] .cell,
  .post-carousel[data-items_md='2'] .cell,
  .post-carousel[data-items_lg='2'] .cell {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .post-carousel[data-items_xs='3'] .cell,
  .post-carousel[data-items_sm='3'] .cell,
  .post-carousel[data-items_md='3'] .cell,
  .post-carousel[data-items_lg='3'] .cell {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1200px) {
  .post-carousel[data-items_xs='4'] .cell,
  .post-carousel[data-items_sm='4'] .cell,
  .post-carousel[data-items_md='4'] .cell,
  .post-carousel[data-items_lg='4'] .cell {
    width: 25%;
  }
}
/*# sourceMappingURL=theme-blocks-parser.css.map */