.cfct-plain-text p, .top-ten-carousel .slides li .top-ten-content-section 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;
}

.top-ten-author-info {
  font-size: 12px!important;
}

.top-ten-carousel {
  margin: 0 0 20px 0;
}

.top-ten-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.top-ten-carousel .slides li{
  max-width: 980px;
  overflow: hidden;
  display: block;
}

.top-ten-carousel .slides li .top-ten-photo-section {
  height: 0;
  padding-bottom: 66.7%;
  overflow: hidden;
}
.top-ten-carousel .slides li .ads {
  position: absolute;
  top: 10px;
  right: 10px;
}
.top-ten-carousel .slides li .ads a {
  display: block;
  float: right;
  width: 120px;
  height: 90px;
  margin-left: 10px;
}
.top-ten-carousel .slides li img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: none;
}
.top-ten-carousel .slides li .top-ten-content-section {
  background: rgba(126, 135, 135, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 40%;
  padding: 0 0 27px 0;
  z-index: 5;
  font-family: "BentonSans";
}

.top-ten-carousel .slides li .top-ten-content-section h4 {
  padding: 20px 60px;
  display: block;
  margin: 0;
  font-size: 24px;
  z-index: 5;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: bold;
  line-height: 1.2em;
}
.top-ten-carousel .slides li .top-ten-content-section {
  font-size: 20px;
}
#content .top-ten-carousel .slides li .top-ten-content-section p {
  padding: 0 60px;
  color: #000;
}

#content .top-ten-carousel .slides li .top-ten-content-section p a{
  color: #fff;
}
.top-ten-carousel .slides li .top-ten-content-section .call-to-actions {
  margin: 27px 0 0 0;
  border-top: 1px solid rgba(255,255,255,.5);
  padding: 0 50px;
}
.top-ten-carousel .slides li .top-ten-content-section .call-to-actions li {
  
}
.top-ten-carousel .slides li .top-ten-content-section .call-to-actions li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .02em;
  font-weight: bold;
  background: transparent;
  padding: 10px;
  display: inline-block;
}
.top-ten-carousel .thumbnail_container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  display: none;
}
.top-ten-carousel .thumbnail_container ul {
  overflow: hidden;
}
.top-ten-carousel .thumbnail_container li {
  float: left;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.top-ten-carousel .thumbnail_container li.flex-active {
  border-width: 2px;
  border-style: solid;
}
.top-ten-carousel .thumbnail_container li img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
}
.top-ten-carousel .flex-direction-nav {
  position: absolute;
  top: 60%;
  width: 100%;
  z-index: 10;
  margin-top: -28px;
}

.top-ten-carousel .flex-direction-nav a {
  width: 56px;
  height: 56px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  font-size: 0;
  opacity: .7;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity ease-out 300ms;
  -moz-transition: opacity ease-out 300ms;
  -o-transition: opacity ease-out 300ms;
  transition: opacity ease-out 300ms;
}

.top-ten-carousel .flex-direction-nav a:hover {
  opacity: 1;
}

.top-ten-carousel .flex-direction-nav .flex-prev {
  position: absolute;
  left: 0;
  background-image: url("../../img/arrow-left.svg");
  background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  -moz-background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; 
}
.top-ten-carousel .flex-direction-nav .flex-next {
  position: absolute;
  right: 0;
  background-image: url("../../img/arrow-right.svg");
  background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  -moz-background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; 
}

.top-ten-carousel .top-ten-carousel-info {
  display:none;
}

.top-ten-carousel .photo-credit-block{
  padding: 0 60px;
color: #000;
font-size: 12px;
}

@media only screen and (max-width:767px) {
  .top-ten-carousel .slides li .top-ten-content-section {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    padding: 0;
  }

  .top-ten-carousel .flex-direction-nav {
    
  }

  .top-ten-carousel .slides li .top-ten-content-section h4 {
    padding: 10px 10px 0 10px;
    font-size: 12px;
    margin: 0;
    line-height: 1.4em;
  }

  .top-ten-carousel .slides li .top-ten-content-section p {
    padding: 5px 10px 10px 10px;
    font-size: 12px;
    line-height: 1.4em;
  }

  .top-ten-carousel .slides li .top-ten-content-section .call-to-actions {
    padding: 0;
    margin: 0;
  }

  .top-ten-carousel .flex-direction-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    margin-top: 0;
    height: 0;
    padding-top: 27.75%;
  }

  .top-ten-carousel .flex-direction-nav li {
    
  }

  .top-ten-carousel .flex-direction-nav a {
    width: 60px;
    height: 60px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    opacity: .7;
  }

  .top-ten-carousel .slides li .top-ten-content-section .call-to-actions,
  .top-ten-carousel .slides li .top-ten-content-section .call-to-actions li {
    padding: 0;
    margin: 0;
  }

  .top-ten-carousel .slides li .top-ten-content-section .call-to-actions li a {
    padding: 10px;
    margin: 0;
    font-size: 9px;
    line-height: 1em;
    display: block;
  }

  .top-ten-carousel .flex-direction-nav .flex-prev,
  .top-ten-carousel .flex-direction-nav .flex-next {
    background-size: 50% 50%;
  }

  .top-ten-carousel .photo-credit-block {
  padding: 15px 10px;
  }


}