body,
html{
    overflow:hidden;
}
.body-header{
    border-bottom:1px solid #D8D8D8;
}
header.body-header .mobile-only .layer-1 .trigger-hamburger.active{
    display: none;
}
body{
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
}
#decision-tool *{
    box-sizing:border-box;
}
.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
}
.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
}
.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
}
.barlow-black{
    font-family: "Barlow", sans-serif;
    font-weight: 900;
}
p strong{
    font-weight: 700;
}
h1{
    color: #EF3E33;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Barlow", sans-serif;
    line-height: 1.2;
}
.step{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap:wrap;
    padding-bottom: 70px;
    flex-direction: column;
}
#start .step{
    align-items:flex-end;
}
.btn span{
    z-index: 1;
    position: relative;
}
a.btn:focus,
.btn{
    text-transform: uppercase;
    border:2px solid #EF3E33;
    display: inline-block;
    margin: 0 auto;
    padding: 8px 20px;
    position: relative;
    overflow:hidden;
    z-index:0;
}
.btn:before{
    content:' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
    transition:all 300ms ease-in-out;
    transform:translateX(-100%);
    background:#EF3E33;
    z-index:0;
}
.btn:hover{
    color: #fff;
    text-decoration: none;
}
.btn:hover:before{
    opacity:1;
    transform:translateX(0);
    
}
#start h1{
    margin-top: 150px;
    margin-bottom: 200px;
}
.step{
    min-height: 600px;
    text-align: center;
    position: relative;
}
.step-zip label,
.step-pressure label{
    font-size: 28px;
    text-transform: uppercase;
    color: #EF3E33;
    line-height: 1.2;
    margin-bottom: 10px;
}
.step-zip p,
.step-pressure p{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: normal;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.step-pressure label{
    max-width: 190px;
    line-height: 1.2;
    margin-bottom:10px;
}
.step-pressure p{
    margin-bottom: 50px;
    max-width: 720px;
}
.first-step .start-over,
.first-step .prev-step{
    display: none;
}
.start-over{
    display: none;
}
.last-step .start-over{
    display: inline-block;
}
.last-step .next{
    display: none;
}
input[type="text"]{
    font-size:28px;
    border-width: 0;
    border-bottom: 2px solid #D8D8D8;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
input{
    color: #424242;
}
.indicators .btn:before{
    background-color: #EF3E33;
}
.indicators a.next-step.btn:focus,
.indicators .btn{
    border-color: #fff; 
    background-color: #fff; 
    color: #EF3E33;
}
.indicators .btn:hover,
.indicators a.next-step.btn:hover{
   border-color: #EF3E33;
}
.indicators a.next-step.btn:hover span{
    color: #fff !important;
}
.indicators .btn:hover span{
    color: #000;
}
.indicators .btn.start-over:hover span{
    color:#fff;
}
.indicators{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #424242;
    text-align: center;
    padding-top: 15px;
    z-index:1000000;
}
.indicators.disabled .btn.next-step{
    opacity:0.5;
}
#step-indicators:after,
#step-indicators:before{
    background-color: #B0B0B0;
    height: 2px;
    width: 100%;
    content:' ';
    position: absolute;
    top: 16px;
    left: 30px;
    width: calc(100% - 60px);

}
#step-indicators:after{
    background-color: #fff;
    width: 20%;
}
.indicator-step-2 #step-indicators:after{
    width: 40%;
}   
.indicator-step-3 #step-indicators:after{
    width: 60%;
}    
.indicator-step-4 #step-indicators:after{
    width: 80%;
}     
#step-indicators{
    display: none;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    padding: 0;
    margin: 7px auto 0;
    text-align: center;
    position: relative;
    max-width: 415px;
    overflow: hidden;
}
#step-indicators li{
    list-style-type: none;
    padding: 0 5px;
    text-align: center;
    width: 20%;
    flex:1 1 20%;
    z-index:2;
    position: relative;
}
.active #step-indicators{
    display: flex;
}
.indicator-toggle{
    background:#fff url(img/toggle-down-icon.webp) no-repeat 4px 50%;
    position: absolute;
    top: 25px;
    right: 15px;
    height: 24px;
    width: 24px;
    border-radius:50%;
    transition: all 100ms ease-in-out;
    transform:rotate(180deg);
}
.indicator-toggle:hover{
    transform:translateY(-5px) rotate(180deg);
    cursor:pointer;
}
.indicators.active .indicator-toggle{
    background-position:5px 50%;
    transform:rotate(0);
}
.indicators.active .indicator-toggle:hover{
    transform:translateY(5px) rotate(0);
    cursor:pointer;
}
.step-circle{
    height: 24px;
    width: 24px;
    color: #B0B0B0;
    border:2px solid #B0B0B0;
    text-align: center;
    margin-top: 5px; 
    background-color: #424242;
    border-radius:50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-left: 1px;
}
.active-step .step-circle{ 
    background-color: #fff; 
    color: #EF3E33;
}
li.next-step .step-circle{
    border-color:#fff;
}
fieldset{
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
}

fieldset legend{
    font-size: 22px;
    text-transform: uppercase;
    color: #EF3E33;
    margin-bottom:20px;
}
.crop-select-num{
    position: absolute;
    top: 5px;
    right: 0;
    color: #424242;
}
.crop-select-num.over-max{
    color: #EF3E33;
}
.crops-select{
    display: flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:12px;
}
.crops-select > div{
    flex:1 1 calc(33.3333% - 39px);
    min-width:80px;
    max-width:calc(33.33333333% - 8px);
}
.list-view-active .crops-select > div{
    flex:1 1 100%;
    max-width:100%;
}
.checkbox-img{
    background-size:cover;
    height: auto;
    width:100%;
    padding-bottom:95.42%;
    border:2px solid #fff;
    border-radius:8px;
    position: relative;
}
.checkbox-img input{
    display: none;
}
.checked .checkbox-img,
.checkbox-img:hover{
    border:2px solid #EF3E33;
}
.checkbox-img:hover,
.checked .checkbox-img{
    border-color:2px solid #EF3E33;
    cursor:pointer;
}
.checked .checkbox-img:before{
    content:' ';
    display: block;
    position: absolute;
    bottom: 7px;
    left: 7px;
    height: 24px;
    width: 24px;
    border:2px solid #fff;
    background:#EF3E33 url(img/check-icon.webp) no-repeat 50% 50%;
    border-radius:50%;
}
.crop-select-error{
    background-color: #EF3E33;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 5px 15px;
    width: 100%;
    /* position: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    box-sizing:border-box;
}
.crop-select-error a:hover,
.crop-select-error a{
 color: #fff;
 text-decoration: underline;
 font-weight: 500;
}
.controls{
    position: absolute;
    top:10px;
    right: 30px;
    display: flex;
    align-items:center;
    justify-content:center;
    z-index:2;
}
.controls a{
    width: 15px;
    height: 16px;
    display: inline-block;
    margin:0 5px;
    text-align: left;
    text-indent:-99999px;
}
.controls a.gallery-view:hover,
.controls a.gallery-view{
    background:url(img/control-icons.webp) no-repeat -47px -35px;
    position: relative;
    top: -1px;
}
.list-view-active .controls a.gallery-view{
    background-position: -47px -4px;
}
.controls a.list-view{
    background:url(img/control-icons.webp) no-repeat -72px -36px;
}
.list-view-active .controls a.list-view,
.controls a.list-view:hover{
    background-position: -72px -5px;
}
.sm-icon{
    display: none;
}
.list-view-active .sm-icon{
    display: inline-block;
    width: 16px;
    height: auto;
    margin-right: 10px; 
    position: relative;
    top: 3px;
}
.list-view-active .crops-select > div{
    position: relative;
    width: 100%;
    border-bottom:1px solid #B7B7B7;
    padding-bottom: 7px;
}
.list-view-active .crops-select > div:after{
    content:' ';
    display: block;
    position: absolute;
    z-index:0;
    top:8px;
    right: 0;
    background:url(img/control-icons.webp) no-repeat 0 -20px;
    height: 20px;
    width: 20px;
}
.list-view-active .crops-select > div.checked:after{
    background-position: 0 3px;
}
.list-view-active .crops-select {
    display: block;
}
.crops-select label{
    text-transform: uppercase;
    font-size:16px;
    font-weight:700;
    color:#6E6E6E;
    font-size: 14px;
    padding-left: 6px;
    padding-top: 6px;
    margin-bottom: 0;
    line-height: 1.2;
}
.list-view-active .crops-select label{
    display: inline-block;
    padding-left: 27px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 0;
    width: 100%;
    color: #424242;
    font-size: 16px;
}
.list-view-active .crops-select .checkbox-img,
.list-view-active .crops-select .checkbox-img:hover,
.list-view-active .crops-select .checkbox-img:focus{
    border-width:0;
}
.list-view-active .crops-select .checkbox-img{
    background-image:none !important;
    height: auto;
    width:100%;
    height: auto;
    display: inline-block;
    padding-bottom:16px;
    position: absolute;
    top: 4px;
    left: 0;
}
.list-view-active .checked .checkbox-img:before{
    display: none;
}
.list-view-active .crops-select input[type="checkbox"]{ 
    position: absolute;
    top: 5px;
    right: 0;
}
.draggable-slider{
    text-align: center;
    margin-bottom: 100px;
}
#slider{
    width: 100%;
    max-width:250px;
    min-width:250px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(239,62,51);
    background: -moz-linear-gradient(264deg, rgba(239,62,51,1) 0%, rgba(239,196,51,1) 100%);
    background: -webkit-linear-gradient(264deg, rgba(239,62,51,1) 0%, rgba(239,196,51,1) 100%);
    background: linear-gradient(264deg, rgba(239,62,51,1) 0%, rgba(239,196,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef3e33",endColorstr="#efc433",GradientType=1);
    height: 20px;
    border-radius:11px;
    border-width:0;
}
body .ui-slider-horizontal .ui-slider-handle{
    height: 48px;
    width: 48px;
    border-width:0;
    outline:none;
    border-radius:50%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.19);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.19);
    margin-left: -1.3em;
    top:-13px;
}
.slider-text{
    text-transform: uppercase;
    font-size: 12px;
    font-weight:700;
    color:#6E6E6E;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
}
.weed-figure {
    height: 81px;
    position: relative;
    width: 100%;
}
.weed-figure img{
    margin-left: -165px;
    width: 100%;
    max-width: 375px;
    height: 81px;
    position: absolute;
    left: 50%;
    top: 0;
    display: none;
}
.weed-figure[data-weed-figure-position="2"] img#weed-pressure-med,
.weed-figure[data-weed-figure-position="5"] img#weed-pressure-severe{
    display: block;
    opacity:0.5;
} 
.weed-figure img#weed-pressure-mild,
.weed-figure[data-weed-figure-position="3"] img#weed-pressure-med,
.weed-figure[data-weed-figure-position="4"] img#weed-pressure-med,
.weed-figure[data-weed-figure-position="5"] img#weed-pressure-med,
.weed-figure[data-weed-figure-position="6"] img#weed-pressure-med,
.weed-figure[data-weed-figure-position="6"] img#weed-pressure-severe{
    display: block;
}
.step-results{
    text-align: left;
    display: block;
}
.step-results h2{
    color: #EF3E33;
}
#results-list{
    padding: 0;
    width: 100%;
}
#results-list > li{
    list-style-type: none;
    margin-bottom: 40px;
}
#results-list .results-bottom li{
    list-style-type: disc;
}
#results-list .results-bottom ol li{
    list-style-type:decimal;
    margin-bottom: 20px;
}
#results-list *,
#results-list p,
#results-list li{
    font-size: 17px;
    color: #424242;
    font-weight: 400;
}
#results-list h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom:7px;
}
#results-list h2{
    font-weight: 700;
    margin-bottom: 15px;
}
.step-results li{
    line-height: 1.2;
    color: #5A5B5D;
}
.step-results ul{
    padding-left: 18px;
    margin-top: 0;
    margin-bottom: 12px;
}
#results-list .disclaimer p a:hover{
    color: #000;
}
#results-list .disclaimer p a,
#results-list .disclaimer p{
    font-size: 12px;
}
#results-list p{
    margin-bottom: 10px;
}
#results-list strong{
    font-weight: 700;
}
#results-list a{
    text-decoration: underline;
}
#results-list a:hover{
    color: #000;
}
#results-list .result > h3{
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 10px;
    text-align: left;
}
.result-container{
    background-color: #fff;
    box-shadow: 2px 4px 20px #00000029;
    padding: 15px 30px 5px;
    border-radius:8px;
    width: 100%;
    margin-bottom: 15px;
}
.result-container.no-results{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}
hr{
    margin: 22px 0 20px;
    opacity:0.5;
}
.result .left{
    margin-bottom: 20px;
    text-align: center;
}
.rep-card{
    text-align: center;
}
.rep-card .left > img{
    max-width: 200px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
#results-list p.tel a{
    text-decoration: none;
}
#results-list p.tel{
    margin-bottom: 0;
}
#results-list hr{
    margin-top: 100px;
}
#results-list h2.grey-heading{
    color: #424242;
}
#results-list h2.teal-heading{
    color: #3F9999;
}
#results-list h2.green-heading{
    color: #369833;
}
#results-list h2.red-heading{
    color: #CC0133;
}
#decision-tool .container{
    max-width: 800px;
}
.body-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 81px;
    z-index:100000;
}
body.indicator-inactive #decision-tool{
    /* height: calc(100% - 141px); */
    height: calc(100% - 81px);
    padding-bottom: 60px;
}
#decision-tool{
    position: fixed;
    top: 81px;
    left: 0;
    width: 100%;
    /* height: calc(100% - 228px); */
    height: calc(100% - 81px);
    padding-bottom: 147px;
    overflow:auto;
    z-index:1000;
}
.step{
    display: none;
}
.step-start{
    display: flex;
}
#decision-tool[data-step="0"]{
    height: calc(100% - 81px);
}
#decision-tool[data-step="0"] .indicators{
    display: none;
}
#decision-tool[data-step="0"] .step-start{
    justify-content:center;
}
#decision-tool[data-step="0"] .step-start h1{
    margin-top: 40px;
    margin-bottom: 15px;
}
#decision-tool[data-step="0"] .step-start p{
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: normal;
}
#step-1{
    justify-content: center;
}
#decision-tool[data-step="1"] .indicators .prev-step{
    display: none;
}
.indicators .prev-step.btn:link,
.indicators .prev-step.btn:active,
.indicators .prev-step.btn:visited,
.indicators .prev-step.btn:focus,
.indicators .prev-step.btn{
    border-width:0;
    background-color:transparent;
    color: #B0B0B0 !important;
    position: relative;
    padding: 0 15px 0 20px;
    line-height: 1;
    top: -11px;
}
.indicators .prev-step.btn:hover,
.indicators .prev-step.btn:hover span{
    color: #B0B0B0 !important;    
}
.indicators .prev-step.btn:before,
.indicators .prev-step.btn:hover:before,
.indicators .prev-step.btn:focus:before{
    display: none;
}
.left-arrow{
    display: inline-block;
    font-size: 25px;
    top: 2px;
    left: -5px;
    font-weight: 400;
}
.step-pressure{
    overflow-x:hidden;
}
#decision-tool[data-step="5"] .indicators .btn.next-step{
    display: none;
}
#decision-tool[data-step="5"] .indicators .start-over{
    display: inline-block;
}
#main-footer{
    display: none;
}
@media screen and (min-width:992px){
    body,
    html{
        overflow:auto;
    }
    .result-top{
        display: flex;
        align-items:center;
        flex-wrap:nowrap;
        gap: 20px;
    }
    .result .left{
        text-align: left;
        width: 50%;
    }
    .result .right{
        text-align: center;
        width: 50%;
    }
    #results-list h2{
        font-size: 25px;
    }
    .crops-select > div{
        flex:0 0 112px;
    }
    #decision-tool[data-step="0"] .step-start{
        padding-top: 160px;
        justify-content:flex-start;
    }
    #decision-tool[data-step="0"] .step-start h1{
        margin-bottom: 20px;
    }
    #main-footer{
        display: block;
        background-color: #424242;
        height: 200px;
        width: 100%;
    }
    #decision-tool{
        height: auto;
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        bottom:auto;
    }
    .indicators a.next-step.btn:focus,
    .indicators .btn{
        border-color:#EF3E33;
    }
    .indicators{
        position: static;
        background-color: transparent;
    }
    li.next-step.active-step .step-circle{
        border-color: #EF3E33;
    }
    .active-step .step-circle{
        border-color: #EF3E33;
        background-color: #EF3E33;
        color: #fff;
    }
    #step-indicators:after{
        background-color: #EF3E33;
    }
    #step-indicators:before{
        background-color: #B0B0B0;
    }
    .step-circle{
        background-color: #fff;
        border-color: #B0B0B0;
        color: #B0B0B0;
    }
    li.next-step .step-circle{
        border-color: #B0B0B0;
    }
    #step-indicators .active-step{
        color: #EF3E33;
    }
    #step-indicators{
        color: #B0B0B0;
        margin-top: 27px;
    }
    #decision-tool[data-step="2"] #step-indicators:after{
        width: 40%;
    }
    #decision-tool[data-step="3"] #step-indicators:after{
        width: 60%;
    }
    #decision-tool[data-step="4"] #step-indicators:after,
    #decision-tool[data-step="5"] #step-indicators:after{
        width: 80%;
    }
    /* #decision-tool[data-step="5"] #step-indicators .results-step .step-circle{
        background-color: #fff;
        color: #EF3E33;
    } */
    .body-header{
        position: relative;
    }
    .step{
        min-height: 0;
    }
    .step-start{
        min-height: 600px;
    }
    .step-zip{
        min-height: 0;
        padding-top: 180px;
        padding-bottom: 110px;
    }
    .crops-select{
        justify-content:flex-start;
        gap: 19px;
    }
    .step-crops,
    .step-weeds{
        margin-top: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .step-weeds .crops-select{
        /* height: 333px;
        max-height: 333px; */
        overflow-y: auto;
        gap:16px;
        scrollbar-color: #EF3E33 #fff;
    }
    .indicator-toggle{
        display: none;
    }
    .step-pressure label {
        max-width: 500px;
    }
    .step-pressure{
        padding: 150px 0 20px;
    }
    #step-indicators .active-step.step-circle{
        color: #fff;
    }
    .step-results{
        padding-top: 50px;
    }
    .step-results h2{
        text-align: left;
        font-size: 22px;
        width: 100%;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 7px;
    }
    .step-results{
        padding-bottom: 20px;
    }
    .crop-select-error{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .result .right{
        text-align: left;
        flex: calc(100% - 260px);
    }
    .rep-card .left{
        width: 260px;
        flex:0 0 260px
    }
    .rep-card .left > img{
        width: 200px;
        height: 200px;
        max-width: 200px;
    }
    .rep-card .result-container{
        display: flex;
        align-items:center;
        justify-content: space-between;
        padding:45px 70px 31px;
    }
    #results-list hr{
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .indicators .prev-step.btn,
    .indicators .prev-step.btn span{
        color: #000 !important;    
    }
}


/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;

    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev:before,
.slick-next:before{
    display: none;
}
.slick-prev,
.slick-next{
    height: 50px;
    width: 50px;
    background:#D8D8D8 url(img/slider_arrow.png) no-repeat calc(50% + 3px) 50%;
    border-radius:50%;
    text-indent:-999999px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    border-width:0;
}
.slick-prev:hover{    
    transform:translate(-10px, 0) rotate(180deg);
}
.slick-prev{
    transform:rotate(180deg);
}
.slick-next:hover{
    transform:translate(10px, 0);
}
.slick-next{
    left: auto;
    right: 0;
}
.slick-dots li{
    list-style-type: none;
}
.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li.slick-active button{
    background-color: #6E6E6E;
}
.slick-dots button:before{
    display: none;
}
.slick-dots button{
    height: 8px;
    width: 8px;
    background-color: #D0D0D0;
    padding: 0;
    border-width:0;
    border-radius:50%;
    text-indent:-999999px;
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
}
.slick-disabled{
    display: none !important;
}
.slick-slide{
    margin-right: 30px;
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
#results-list > li{
    display: flex;
    flex-wrap:wrap;
}
#results-list {
    width: calc(100% + 100px);
    margin-left: -56px;
}
@media screen and (max-width: 767px){
    body header.body-header .logo a{
        background-size:200px auto;
    }
}