/*
	base grid: settings for all layouts
*/
.zfctf-teasers {
  width: 100%;
  display: inline-block;
  margin-top: 0px;
}

.zfctf-teaser .zfc-separator {
  display: none;
  margin: 0;
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teaser {
  display: block;
  margin-top: 40px;
}

.zfctf-teaser-image-wrapper,
.zfctf-teaser-content-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.zfctf-teaser-image-wrapper {
  width: 100%;
}

.zfctf-teaser-image-wrapper a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.zfctf-teaser-image-wrapper img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.zfctf-teaser-image-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.zfctf-teaser-title {
  color: #0070b4;
  margin-top: -0.3em;
  margin-bottom: 0px;
}

.zfctf-teaser-copy {
  color: #333333;
  margin-top: 10px;
}

.zfctf-teaser-copy div {
  margin: 0;
}

.zfctf-teaser-link {
  color: #00abe7;
  margin-top: 8px;
  display: inline-block;
}

.zfctf-teaser-link .zfcui-icon {
  font-size: 12px;
}

.zfctf-teaser-link:hover {
  color: #70cff3;
}

.zfctf-teasers-card .zfctf-teaser-link {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.zfctf-teasers-card .zfctf-teaser-link .zfcui-icon {
  position: absolute;
  top: 2px;
  right: 0;
}

@media (max-width: 720px) {
  .zfctf-teasers-row .zfctf-teaser-link {
    display: inline-block;
    position: relative;
    padding-right: 15px;
  }
  .zfctf-teasers-row .zfctf-teaser-link .zfcui-icon {
    position: absolute;
    top: 2px;
    right: 0;
  }
}

.zfctf-teaser-title,
.zfctf-teaser-copy {
  display: block;
}

/* end base grid */
/*
	ROW teaser style
*/
.zfctf-teasers-row .zfctf-teaser {
  margin-top: 40px;
}

.zfctf-teasers-row.zfctf-teasers-separator .zfctf-teaser + .zfctf-teaser .zfc-separator {
  margin-bottom: 40px;
  display: table;
}

@media (max-width: 720px) {
  .zfctf-teasers-row.zfctf-teasers-separator .zfctf-teaser + .zfctf-teaser .zfc-separator {
    display: none;
  }
}

.zfctf-teasers-row .zfctf-teaser-item {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.zfctf-teasers-row .zfctf-teaser-content-wrapper {
  text-align: left;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.zfctf-teasers-row.zfctf-teasers-alternate-odd .zfctf-teaser:nth-child(odd) .zfctf-teaser-image-wrapper {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}

.zfctf-teasers-row.zfctf-teasers-alternate-even .zfctf-teaser:nth-child(even) .zfctf-teaser-content-wrapper {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}

.zfctf-teasers-row-60 {
  /* (image 60% width / text 40% width) */
}

.zfctf-teasers-row-60 .zfctf-teaser-image-wrapper {
  width: 58.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-row-60 .zfctf-teaser-content-wrapper {
  width: 41.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-row-50 {
  /* (image 50% width / text 50% width) */
}

.zfctf-teasers-row-50 .zfctf-teaser-image-wrapper,
.zfctf-teasers-row-50 .zfctf-teaser-content-wrapper {
  width: 50%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-row-40 {
  /* (image 40% width / text 60% width) */
}

.zfctf-teasers-row-40 .zfctf-teaser-image-wrapper {
  width: 41.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-row-40 .zfctf-teaser-content-wrapper {
  width: 58.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-row-33 {
  /* (image 1/3 width / text 2/3 width) */
}

.zfctf-teasers-row-33 .zfctf-teaser-image-wrapper {
  width: 33.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-row-33 .zfctf-teaser-content-wrapper {
  width: 66.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-row-25 {
  /* (image 25% width / text 75% width) */
}

.zfctf-teasers-row-25 .zfctf-teaser-image-wrapper {
  width: 25%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-row-25 .zfctf-teaser-content-wrapper {
  width: 75%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-row-25 .zfctf-teaser-title {
  font-size: 18px;
}

.zfctf-teasers-row-25 .zfctf-teaser-link {
  font-size: 14px;
  font-family: "Verdana", sans-serif;
}

.zfctf-teasers-row-25 .zfctf-teaser-link .zfcui-icon {
  font-size: 10px;
}

@media (max-width: 720px) {
  .zfctf-teasers-row-25 .zfctf-teaser {
    width: 50%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .zfctf-teasers-row-25 .zfctf-teaser-image-wrapper,
  .zfctf-teasers-row-25 .zfctf-teaser-content-wrapper {
    width: 100%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 0;
  }
}

/* end ROW teaser style */
/*
	CARD teaser style
*/
.zfctf-teasers-card .zfctf-teaser-title {
  margin-top: 30px;
}

.zfctf-teasers-card.zfctf-teasers-card-50 .zfctf-teaser-title {
  margin-top: 20px;
}

.zfctf-teasers-card.zfctf-teasers-card-33 .zfctf-teaser-title {
  margin-top: 14px;
}

.zfctf-teasers-card.zfctf-teasers-card-25 {
  /* (1/4 width) */
}

.zfctf-teasers-card.zfctf-teasers-card-25 .zfctf-teaser-title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
}

.zfctf-teasers-card.zfctf-teasers-card-25 .zfctf-teaser-link {
  font-size: 14px;
  font-family: "Verdana", sans-serif;
}

.zfctf-teasers-card.zfctf-teasers-card-25 .zfctf-teaser-link .zfcui-icon {
  font-size: 10px;
}

.zfctf-teasers-card .zfctf-teaser {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-card-50 {
  /* (1/2 width) */
}

.zfctf-teasers-card-50 .zfctf-teaser {
  width: 50%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-card-33 {
  /* (1/3 width) */
}

.zfctf-teasers-card-33 .zfctf-teaser {
  width: 33.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctf-teasers-card-25 {
  /* (1/4 width) */
}

.zfctf-teasers-card-25 .zfctf-teaser {
  width: 25%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

/* end CARD teaser style */
/*
	start media querys
*/
@media (max-width: 720px) {
  .zfctf-teasers-row .zfctf-teaser-content-wrapper {
    -ms-item-align: start;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .zfctf-teasers {
    margin-top: 0px;
  }
  .zfctf-teasers.zfctf-teasers-row,
  .zfctf-teasers.zfctf-teasers-card {
    display: inline-block;
  }
  .zfctf-teasers.zfctf-teasers-row .zfctf-teaser,
  .zfctf-teasers.zfctf-teasers-card .zfctf-teaser {
    margin-top: 40px;
    width: 100%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .zfctf-teasers.zfctf-teasers-row .zfctf-teaser .zfctf-teaser-image-wrapper,
  .zfctf-teasers.zfctf-teasers-row .zfctf-teaser .zfctf-teaser-content-wrapper,
  .zfctf-teasers.zfctf-teasers-card .zfctf-teaser .zfctf-teaser-image-wrapper,
  .zfctf-teasers.zfctf-teasers-card .zfctf-teaser .zfctf-teaser-content-wrapper {
    padding: 0;
    width: 100%;
  }
  .zfctf-teasers.zfctf-teasers-row .zfctf-teaser-title,
  .zfctf-teasers.zfctf-teasers-card .zfctf-teaser-title {
    margin-top: 10px;
  }
  .zfctf-teasers.zfctf-teasers-row .zfctf-teaser,
  .zfctf-teasers.zfctf-teasers-row .zfctf-teaser-item,
  .zfctf-teasers.zfctf-teasers-card .zfctf-teaser,
  .zfctf-teasers.zfctf-teasers-card .zfctf-teaser-item {
    display: inline-block;
	width: 100%;
  }
  .zfctf-teasers.zfctf-teasers-row .zfctf-teaser-image-wrapper,
  .zfctf-teasers.zfctf-teasers-row .zfctf-teaser-content-wrapper,
  .zfctf-teasers.zfctf-teasers-card .zfctf-teaser-image-wrapper,
  .zfctf-teasers.zfctf-teasers-card .zfctf-teaser-content-wrapper {
    display: inline-block;
  }
  .zfctf-teasers.zfctf-teasers-row.zfctf-teasers-card-25 .zfctf-teaser, .zfctf-teasers.zfctf-teasers-row.zfctf-teasers-row-25 .zfctf-teaser,
  .zfctf-teasers.zfctf-teasers-card.zfctf-teasers-card-25 .zfctf-teaser,
  .zfctf-teasers.zfctf-teasers-card.zfctf-teasers-row-25 .zfctf-teaser {
    width: 50%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
	flex-grow: 1;	   
  }
}

@media (max-width: 450px) {
  .zfctf-teasers.zfctf-teasers-row.zfctf-teasers-card-25 .zfctf-teaser, .zfctf-teasers.zfctf-teasers-row.zfctf-teasers-row-25 .zfctf-teaser,
  .zfctf-teasers.zfctf-teasers-card.zfctf-teasers-card-25 .zfctf-teaser,
  .zfctf-teasers.zfctf-teasers-card.zfctf-teasers-row-25 .zfctf-teaser {
    width: 100%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
	flex-grow: 1;	   
  }
}


/* end media querys */
.zfctf-teasers-card-50 .row,
.zfctf-teasers-card-25 .row {
	display: flex;
	flex-wrap: wrap;
}