﻿button.slick-prev, button.slick-next {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    /*color: #699dc2 !important;*/
    border: 1px solid #1d6193;
    border: 1px solid rgba(29, 97, 147, 0.2);
    height: 72px;
    width: 42px;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

button.slick-prev:before {
    content: "";
    background-image: url("img/icons--arrows.svg");
    background-position: 50% -679px;
    -ms-background-size: 350px 3500px;
    background-size: 350px 3500px;
    width: 52px;
    height: 72px;
    top: 50%;
    position: absolute;
    margin-top: -37px;
    margin-left: -25px;
}

button.slick-prev-tetra:before, .tetra-slick-blue button.slick-prev:before { background-image: url("img/icons--arrows-tetrablue.svg") }

button.slick-next:before {
    content: "";
    background-image: url("img/icons--arrows.svg");
    background-position: 50% -329px;
    -ms-background-size: 350px 3500px;
    background-size: 350px 3500px;
    width: 52px;
    height: 72px;
    top: 50%;
    position: absolute;
    margin-top: -37px;
    margin-left: -20px;
}

button.slick-next-tetra:before, .tetra-slick-blue button.slick-next:before { background-image: url("img/icons--arrows-tetrablue.svg")  }

button.slick-prev:hover, button.slick-next:hover {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    color: #123655 !important;
    border: 1px solid #1d6193;
    border: 1px solid rgba(29, 97, 147, 0.2);
    height: 72px;
    width: 72px;
}

button.slick-next {
    right: -5px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

button.slick-prev {
    left: -5px;
    border-radius: 0 4px 4px 0;
}

button.slick-prev.slick-disabled, button.slick-next.slick-disabled {
    -ms-opacity: 0 !important;
    opacity: 0 !important;
}