.slider {
    position: relative;
    margin-bottom: 30px;
}

.slider .title-cont {
    padding: 0 15px;
}

.slider .title-cont .title-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.slider .title-cont .view-all {
    color: black;
    font-size: 16px;
    margin: 15px 0;
}

.slider .title-cont h2 {
    position: relative;
    font-size: 38px;
    line-height: 1em;
    font-family: 'tomarik-brush', sans-serif;
}

.slider .title-cont h3 {
    position: relative;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
}

.slider .slider-cont {
    position: relative;
}

.slider .slider-cont .slick-track {
    padding-bottom: 15px;
    display: flex;
}

.slider .slick-slider:not(.slick-initialized) .slide:nth-child(n+2) {
    display: none;
}

.slider .slider-cont .slide {
    position: relative;
    margin: 0 15px;
    float: none;
    height: auto;
}

.slider .slider-cont .slide .inner {
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slider .slider-cont .slide .img-cont {
    position: relative;
    -ms-flex: 0 0 auto;
}

.slider .slider-cont .slide .img-cont img {
    display: block;
    width: 100%;
}

.slider .slider-cont .slide .img-cont .date-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #2c2c2c;
    text-transform: uppercase;
    padding-top: 12px;
    background-color: white;
}

.slider .slider-cont .slide .img-cont .date-block span:first-child {
    font-size: 11px;
}

.slider .slider-cont .slide .img-cont .date-block span:last-child {
    font-size: 28px;
    line-height: 19px;
    font-weight: 900;
}

.slider .slider-cont .slide .slide-content {
    padding: 15px;
    background-color: white;
    -ms-flex: 0 0 auto;
}

.slider .slider-cont .slide .slide-content h4,
.slider .slider-cont .slide .slide-content h4 a {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #2c2c2c;
    font-weight: 900;
}

.slider .slider-cont .slide .slide-content .locale {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color:#2c2c2c;
}

.slider .slider-cont .slide .slide-content .locale i {
    color: black;
    margin-right: 7px;
}

.slider .slider-cont .slide .slide-content .date-range {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color:#2c2c2c;
}

.slider .slider-cont .slide .slide-content .read-more {
    font-weight: bold;
    color: #388DD6;
    pointer-events: all;
}


@media (min-width: 40em) {
    .slider .title-cont .title-top {
        flex-direction: row;
        margin-bottom: 10px;
    }
    .slider .title-cont .view-all {
        margin: 0;
    }

    .slider .slider-cont .arrow-cont {
        padding-top: 31.5%;
    }
}

@media (min-width: 64em) {
    .slider {
        margin: 0 auto 80px;
        max-width: 1200px;
    }

    .slider .title-cont {
        padding: 0;
        margin: 0 auto;
    }
    .slider .title-cont h2 {
        font-size: 40px;
    }

    .slider .title-cont h3 {
        font-size: 20px;
    }

    .slider .title-cont .view-all{
        font-size: 20px;
    }
    
    .slider .slick-slider:not(.slick-initialized) .slide:nth-child(2) {
        display: block;
    }
    
    .slider .slick-slider:not(.slick-initialized) .slide:nth-child(n+3) {
        display: none;
    }

    .slider .slider-cont .arrow-cont {
        padding-top: 19%;
        width: 100%;
        left: 0;
    }

    .slider .slider-cont .arrow-cont .custom-arrow.prev {
        left: 0;
    }

    .slider .slider-cont .arrow-cont .custom-arrow.next {
        right: 0;
    }

    .slider .slider-cont .arrow-cont .custom-arrow .arrow-inner{
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .slider .slider-cont {
        margin-left: -25px;
        margin-right: -25px;
    }

    .slider .slider-cont .slide {
        margin: 0 25px;
    }

    .slider .slider-cont .slide .slide-content h4,
    .slider .slider-cont .slide .slide-content h4 a {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .slider .slider-cont .slide .slide-content .locale {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .slider .slider-cont .slide .img-cont .date-block {
        width: 75px;
        height: 75px;
    }

    .slider .slider-cont .slide .img-cont .date-block span:last-child {
        font-size: 38px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1500) {
    .slider .slick-slider:not(.slick-initialized) .slide:nth-child(3) {
        display: block;
    }
    
    .slider .slick-slider:not(.slick-initialized) .slide:nth-child(n+4) {
        display: none;
    }
}




.youmayalsolike {
    max-width: 1080px;
    margin: 50px auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.youmayalsolike .title-panel {
    text-align: center;
    max-width: 1235px;
    margin: 0 5px;
}

.youmayalsolike .title-panel .title {
    color: #415968;
    font-family: 'tomarik-brush', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.youmayalsolike .title-panel .subtitle {
    display: block;
    color: #008c98;
    font-size: 14px;
    font-family: 'tomarik-brush', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.youmayalsolike .title-panel .button-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.youmayalsolike .title-panel .button-tabs .button-wrapper {
    max-width: 320px;
    width: 100%;
    text-align: center;
}
.youmayalsolike .title-panel .button-tabs button {
    flex: 1;
    margin: 0 0 3px;
    display: inline-block;
    max-width: 250px;
    background-color: #fff;
    color: #415968;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Arvo', serif;
    font-weight: 700;
    padding: 2px 10px;
    transition: all 0.2s ease;
}

.youmayalsolike .title-panel .button-tabs button.active {
    border: #b5e8e8 solid 3px;
    border-radius: 6px;
}

.youmayalsolike .content {
    position: relative;
    margin-bottom: 25px;
    margin-top: 30px;
}

.youmayalsolike .content .slider {
}

.youmayalsolike .content .slide {
    padding-left: 5px;
    padding-right: 5px;
}

.youmayalsolike .content .slide img {
    width: 100%;
    margin-bottom: 20px;
}

.youmayalsolike .content .slide .title {
    display: block;
    color: #00b1b0;
    font-family: 'futura-pt', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.youmayalsolike .content .slide .description {
    color: #415968;
    font-size: 18px;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
    text-rendering: optimizeLegibility;
}
.youmayalsolike .content .slide .learn-more {
    font-family: 'Pacifico', serif;
    color: #684f40;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
.youmayalsolike .content .slide .learn-more > img {
    display: inline-block;
    width: auto;
    margin: 0;
}

.youmayalsolike .custom-arrow {
    position: absolute;
    background-color: rgba(0, 78, 89, 0.8);
    border-radius: 99px;
    top: 30%;
    color: white;
    height: 43px;
    width: 43px;
    margin: 0;
    line-height: 40px;
    font-size: 36px;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
.youmayalsolike .custom-arrow.prev .fa {
    position: relative;
    right: 2px;
}
.youmayalsolike .custom-arrow.next .fa {
    position: relative;
    right: -2px;
}

.youmayalsolike .custom-arrow.prev {
    left: 16px;
}

.youmayalsolike .custom-arrow.next {
    right: 16px;
}

@media (min-width: 769px) {
    .youmayalsolike .title-panel .title {
        font-size: 45px;
        line-height: 47px;
        margin-bottom: 15px;
    }
    .youmayalsolike .title-panel .button-tabs {
        flex-direction: row;
        justify-content: space-around;
    }


    .youmayalsolike .content .slide .description {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .youmayalsolike .content .slide .title {
        font-size: 27px;
        line-height: 30px;
    }

    .youmayalsolike .title-panel {
        border-bottom: #b5e8e8 solid 3px;
    }

    .youmayalsolike .title-panel .button-tabs button {
        position: relative;
        top: 3px;
        max-width: 250px;
        border: #b5e8e8 solid 3px;
        border-bottom: #fff solid 3px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        font-size: 20px;
        line-height: 30px;
        padding: 10px;
        margin: 0;
    }
    .youmayalsolike .title-panel .button-tabs button:hover,
    .youmayalsolike .title-panel .button-tabs button.active {
        border-color: #00b1b0;
        background-color: #00b1b0;
        color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

@media (min-width: 1201px) {
    .youmayalsolike .title-panel .button-tabs button {
        font-size: 27px;
        line-height: 35px;
        padding: 10px;
        padding-top: 8px;
        top: 3px;
    }

    .youmayalsolike .title-panel {
        margin: 0 14px;
    }
    .youmayalsolike .custom-arrow.prev {
        left: -60px;
    }

    .youmayalsolike .custom-arrow.next {
        right: -60px;
    }

    .youmayalsolike .content .slide {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
