/************************************ CAROUSEL ************************************************/

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
    margin: auto;
}
.width60 {
    width: calc(60% - 3px);
}
.width40 {
    width: calc(40% - 3px);
}
.widthTextVideo {
    width: calc(100% - 460px);
}
.widthVideo {
    width: 450px;
    text-align: center;
}
.inline {
    display: inline-block;
}
.alignTop {
    vertical-align: top;
}
.sectionWrapper {
    padding: 25px;
}
.sectionTitle {
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 30px;
}
.sectionText {
    padding-bottom: 20px;
    text-align: justify;
}
.divRow {
    padding: 20px;
}
.title-section {
    padding-bottom: 25px;
    text-align: center;
}
.carousel-link {
    position: absolute;
    bottom: calc(50% - 24px);
    right:0;
    right:calc(50% - 101px);
    width: 202px;
    height: 47px;
    background-image: url(../../../img/learnMoreBtn.png);
    z-index: 1000;
    color: #555;
    display: none;
}
.carousel-link-anchor {
  color:#fff;
  background:transparent;
  height:47px;
  width:202px;
  z-index: 1000;
}
.item:hover .carousel-link { display:block;}
