.slick-track li a .title {
 /* HELP ME */ 
}

.view-slideshow ul.slideshow li a .title {
    position: relative; 
    bottom: auto;
    right: auto;
    font-size: 22px;
    font-weight: normal;
    color: #018490;
    left: auto;
    text-align: left;
    line-height: 1.25em;
    margin: 10px 0 0 0;
    font-family: "Georgia", "Times", serif;
}

.view-slideshow ul.slideshow li a:hover .title {
    color:#018490;
    text-decoration: none !important;
}

.slick-dots {
    position: relative;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0;
}
  
.uk-margin-large-bottom {
    margin-bottom: 20px !important;
}