body {
    width: 100%;
}
section.slider.slick-slider {
    margin-bottom: 4em;
    display: block;
    clear: all;
}
.slider {
    position: relative;
}
.slide-header {
    font-size: 28px;
    font-weight: 600;
}
button.slick-arrow {
    z-index: 1000;
    cursor: pointer;
    background-color: transparent;
    border: solid 2px #00853e;
    color: #00853e;
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 1;
}
button.slick-arrow:hover {
    background-color: #00853e;
    color: #fff;
}
button.slick-arrow span.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    display: block;
}
button.slick-arrow.slick-prev:before {
    content: '\f104';
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
}
button.slick-arrow.slick-next:before {
    content: '\f105';
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
}
ul.slick-dots {
    position: absolute;
    left: 0;
    list-style-type: none;
    background-color: white;
    margin: 0;
    padding: 0;
}
ul.slick-dots, ul.slick-dots li, ul.slick-dots li button {
    visibility: hidden;
    display: none;
}
.pressed ul.slick-dots, .pressed ul.slick-dots li, .pressed ul.slick-dots li button {
    visibility: visible;
    display: block;
}
ul.slick-dots li {
    margin: 0;
    list-style: none;
}
ul.slick-dots li button {
    text-align: left;
    border-bottom: 1px solid #c1d22d;
    display: inline-block;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 0.75rem 1rem;
    text-decoration: none;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    color: #111;
}
ul.slick-dots li.slick-active button {
    background-color: #c1d22d;

}
ul.slick-dots li button:hover {
    background-color: #c1d22d;
}

div.button-press {
    width: 210px;
}
div.button-press ul {
    display: none;
}
.button-press ul {
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    border-bottom: 4px solid #bbd236;
}
.button-press li {
    list-style: none;
    margin-bottom: 0;
    cursor: pointer;
}
.button-press li.slick-active {
    background-color: #eee;
}
.button-press li {
    border-bottom: 1px solid #c1d22d;
    display: inline-block;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 0.75rem 1rem;
    text-decoration: none;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    color: #111;
    cursor: pointer;

}
.button-press li:hover {
    background-color: #c1d22d;

}
.button-press.pressed ul {
    display: block;
}
.button-press.pressed a.button {
    background-color: #c1d22d;
    border-color: #c1d22d;
}
a.partridge-form-btn.ghost:hover svg {
    transition: transform .2s ease-in-out;
}
a.partridge-form-btn.ghost:hover svg {
    animation: rotate .5s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }

}