.cfct-plain-text, .cfct-module-front-page-carousel ul.slides .promo_text p {
  font-size: 14px;
  color: #191919;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.cfct-plain-text p, .cfct-module-front-page-carousel ul.slides .promo_text p p {
  margin: 0 0 10px 0;
}

.page-wrap {
  max-width: 1060px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
}

.section-title {
  font-family: "ClarendonBold";
  font-weight: normal;
  font-size: 26px;
  line-height: 1em;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.cfct-module-front-page-carousel {
  margin-bottom: 40px;
  overflow: hidden;
}
.cfct-module-front-page-carousel .homepage_slider {
  height: 0;
  padding-bottom: 44.3877551%;
  z-index: 0;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.cfct-module-front-page-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cfct-module-front-page-carousel ul.slides {
  overflow: hidden;
}
.cfct-module-front-page-carousel ul.slides li {
  padding-bottom: 44.3877551%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.cfct-module-front-page-carousel ul.slides .flex-active-slide {
  z-index: 2;
  opacity: 1;
}
.cfct-module-front-page-carousel ul.slides .frame-image {
  padding-bottom: 44.3877551%;
  height: 0;
}
.cfct-module-front-page-carousel ul.slides .promo_text {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 6.73455%!important;
  bottom: 15%!important;
  max-height: 70%;
  max-width: 50%;
  padding: 20px;
  z-index: 5;
}
.cfct-module-front-page-carousel ul.slides .promo_text h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  z-index: 5;
}
.cfct-module-front-page-carousel ul.slides .promo_text h1 a {
  color: #c73b9e;
}
.cfct-module-front-page-carousel ul.slides .promo_text p {
  padding: 0;
  font-size: 16px!important;
  margin: 0!important;
}
.cfct-module-front-page-carousel ul.slides .promo_text .buttons {
  margin: 10px 0 0 0;
  z-index: 5;
}
.cfct-module-front-page-carousel ul.slides .promo_text .buttons a {
  display: inline-block;
  background: #c73b9e;
  padding: 8px 10px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
}
.cfct-module-front-page-carousel ul.slides img {
  width: 100%;
}
.cfct-module-front-page-carousel .thumbnail_container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}
.cfct-module-front-page-carousel .thumbnail_container ul {
  overflow: hidden;
}
.cfct-module-front-page-carousel .thumbnail_container li {
  float: left;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.cfct-module-front-page-carousel .thumbnail_container li.flex-active {
  border: 2px solid #c73b9e;
  background: #c73b9e;
}
.cfct-module-front-page-carousel .thumbnail_container li img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
}
.cfct-module-front-page-carousel .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  z-index: 4;
}
.cfct-module-front-page-carousel .flex-direction-nav a {
  background: #fff;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  top: -25px;
  width: 40px;
  padding: 0 10px;
  font-family: "icons";
  color: #c73b9e;
  text-decoration: none;
  text-align: center;
  font-size: 0;
  margin: 0 -1px;
}
.cfct-module-front-page-carousel .flex-direction-nav a:before {
  font-size: 20px;
  display: block;
  text-align: center;
}
.cfct-module-front-page-carousel .flex-direction-nav .flex-prev {
  position: absolute;
  left: 0;
}
.cfct-module-front-page-carousel .flex-direction-nav .flex-prev:before {
  content: '\e75d';
}
.cfct-module-front-page-carousel .flex-direction-nav .flex-next {
  position: absolute;
  right: 0;
}
.cfct-module-front-page-carousel .flex-direction-nav .flex-next:before {
  content: '\e75e';
}
