/**
 * Document: [ROW TYPE] SCSS
 * DESC:
 */
.sgr-slider .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.sgr-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.sgr-slider h1 {
    padding-left: 0 !important;
}
.sgr-slider .slider-nav .left:hover {
    color: blue;
}
.sgr-slider .slider-nav .right:hover {
    color: blue;
}
.sgr-slider .take-it-to-the-edge-slider {
    opacity: 0.99;
    position: relative;
}
.sgr-slider .take-it-to-the-edge-slider .slick-next {
    z-index: 1;
    width: 50%;
    height: 100%;
    cursor: url(../../../../../src/images/chevron-right-32px.png), pointer;
}
.sgr-slider .take-it-to-the-edge-slider .slick-next:before {
    content: none;
}
.sgr-slider .take-it-to-the-edge-slider .slick-prev {
    z-index: 1;
    width: 50%;
    height: 100%;
    cursor: url(../../../../../src/images/chevron-left-32px.png), pointer;
}
.sgr-slider .take-it-to-the-edge-slider .slick-prev:before {
    content: none;
}
.sgr-slider .take-it-to-the-edge-slider a {
    z-index: 3000000000 !important;
}
.sgr-slider .slick-dots {
    bottom: 15px !important;
}
.sgr-slider .slick-dots li {
    background: none;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.sgr-slider .slick-dots li.slick-active {
    border: none;
}
.sgr-slider .slick-dots li button {
    padding: 5px;
}
.sgr-slider .slick-dots li button:before {
    content: "" !important;
}