#insights-carousel {
    margin-right: -15px;
    margin-left: -15px;
}

#insights-carousel .slick-dots {
    bottom: initial;
    bottom:-15px;
    margin-bottom: 10px;
}

#insights-carousel .slick-dots button {
    background: transparent !important;
    border: 1px solid #0051A5 !important;
    border-radius: 50%;
    cursor: pointer;
    height: 11px !important;
    padding: 0;
    width: 11px !important;
}

#insights-carousel .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 10px;
}

#insights-carousel .slick-dots li button:before {
    content:none;
}

#insights-carousel .slick-active button {
    background: #0051A5 !important;
    border: 1px solid #0051A5 !important;
}

#insights-carousel .slick-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#insights-carousel .slick-dots li button:focus,
#insights-carousel .slick-dots li button:hover {
  background-color: #0051A5 !important;
  opacity: 1;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

#insights-carousel .slick-prev {
    left: 36%;
    top: 98%;
    z-index: 100;
}

#insights-carousel .slick-next {
    right: 36%;
    top: 98%;
    z-index: 100;
}

#insights-carousel .slick-next:before, #insights-carousel .slick-prev:before {
    font-size: 20px;
    color: #0051A5;
    opacity: 1;
}

@media (max-width:600px) {
    #insights-carousel .slick-prev {
    left: 30%;
    }

    #insights-carousel .slick-next {
        right: 30%;
    }
}