
.slide-item-caption {
    position: absolute;
    left: 0;
    top: 0;
}
.slide-item-caption.positionTopLeft {
    left: 0;
    top: 0;
}
.slide-item-caption.positionTopCenter {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.slide-item-caption.positionTopRight {
    left: auto;
    top: 0;
    right: 0;
}
.slide-item-caption.positionMiddleLeft {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slide-item-caption.positionMiddleCenter {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slide-item-caption.positionMiddleRight {
    left: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.slide-item-caption.positionBottomLeft {
    left: 0;
    bottom: 0;
    top: auto;
}
.slide-item-caption.positionBottomCenter {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
}
.slide-item-caption.positionBottomRight {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}
.slider-text-wrapper {
    color: #444;
    max-width: 788px;
}

.slider-text-wrapper h2 {
    font-size: 57px;
    color: #fff;
    font-weight: 600;
    margin: -5px 0 10px 0;
    text-align: left;
    line-height: 56px;
}

.slider-text-wrapper h2, .slider-text-wrapper h3, .slider-text-wrapper h4, .slider-text-wrapper h5 {
    color: #fff;
}

.slider-text-wrapper h5 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-style: italic;
}
.slider-text-wrapper h1:before, .slider-text-wrapper h1:after {
    display: none;
}

.slider-text-wrapper p {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding: 10px 0 15px;
}
.slider-text-wrapper .text {
    margin: 15px 0 20px;
    font-size: 20px;
    color: #444;
    font-family: 'Source Serif Pro', serif;
    line-height: 1.55;
}
.slider-text-wrapper a, .slider-text-wrapper a:focus {
    background-color: #90bf2a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 17px 42px;;
    border-radius: 30px;
    border: 0;
    color: #fff;
    display: inline-block;
    transition: all 0.2s linear;
    margin-right: 20px;
    box-shadow: none;
}
.slider-text-wrapper a:hover {
    background: #fff;
    color: #00283d;
}
.slider-text-wrapper a.red-link, .slider-text-wrapper a.red-link:focus {
    background: #e44a35;
}
.slider-text-wrapper a.red-link:hover {
    background: #fff;
    color: #e44a35;
}
.slider-text-wrapper .box {
    float: left;
    width: 40%;
    position: relative;
    padding-left: 60px;
    font-family: 'Montserrat', sans-serif;
}
.slider-text-wrapper .box a {
    font-size: 20px;
    color: #444;
    font-family: 'Source Serif Pro', serif;
    padding: 0;
    background: transparent;
    margin: 0;
}
.slider-text-wrapper .box i {
    position: absolute;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1em #02B196 inset;
    box-shadow: 0 0 0 1em #02B196 inset;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slider-text-wrapper .box .title {
    margin-top: 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.slider-text-wrapper .box i:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #0cb8b6 inset;
    box-shadow: 0 0 0 1px #0cb8b6 inset;
    color: #02B196;
}
.slider-text-wrapper .text ul {
    margin: 20px 0 10px 0;
    padding: 0;
    list-style: none;
}
.slider-text-wrapper .text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.slider-text-wrapper .text ul li:before {
    content: '\f105 ';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
    color: #02B196;
}
.slider-text-wrapper .text ul li:last-child {
    margin-bottom: 0;
}