body .polymath-slider {
    padding: 0;
    background: transparent;
    height: 100%;
}
body .polymath-slider.slick-slider {
    margin-bottom: 0;
}
body .slick-list.draggable {
    width: 100%;
    height: 100%;
/*    max-height: 600px;*/
    margin: auto;
}
body #slider-stories .slick-slide {
    margin: 0;
}
body #slider-stories .slick-slide:last-child {
    margin: 0 0px 0 0;
}
.slider-container .et_pb_code_inner {
    height: 100%;
}
.divider:after {
    content: '';
    position: relative;
    background: #fff;
    width: 120px;
    height: 4px;
    display: block;
    margin: 30px auto;
}
.pm-slider--item {
    height: 100%;
    position: relative;
}
.pm-slider--item img {
    /*aspect-ratio: 16 / 9;
    object-fit: cover;*/
}
.pm-slider-content {
/*    margin-top: 20px;*/
    width: 110%;
    max-height: 600px;
    overflow: auto;
    margin-left: -9px;
}
.story-modal {
    display: none;
    transition: .4s ease-in-out;
}
.story-modal.open {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 90vw;
    height: 75vh;
    background: var(--white);
    padding: 35px;
    overflow: scroll;
    transform: translate(-50%,-50%);
    max-width: 1000px;
    max-height: 700px;
    display: flex;
    box-shadow: 10px 10px 30px #00000046;
    border-radius: 0;
}
.modal-overlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .8);
    z-index: 1;
    display: none;
}
.modal-overlay.modal-active {
    display: block;
}
.story-modal .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    font-size: 20px;
    color: var(--white);
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.modal-slide-image img {
    width: 100%;
    object-fit: cover;
    max-height: 400px;  
}
.close-modal svg,
.close-modal svg line {
    transition: .4s ease;
    max-width: 20px;
    stroke: var(--darkerblue);
}
.close-modal:hover svg {
    transform: scale(.75);
}
.close-modal:hover svg line {
/*  stroke: var(--lightblue);*/
}
.modal-slide-content {
    padding-bottom: 7%;
}
.modal-slide-title {
    padding: 20px 0 10px;
}
.pm-item--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    margin-left: -9px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 0;
}
.pm-item--text,
.slider-title {
    color: var(--white);
}
.modal-slide-title .pm-item--text,
.modal-slide-title .slider-title {
    color: var(--darkerblue);
}
a.slide-read-button .slider-title {
    transition: .4s ease;
}
a.slide-read-button:hover .slider-title {
    color: var(--orange);
}
.slide-read-button-container {
    margin-top: 15px;
    text-transform: uppercase;
    color: var(--orange);
    width: fit-content;
    line-height: 1.2;
}
a.slide-read-button:hover .slide-read-button-container {
    border-bottom: 1px solid;
}
.slide-read-button-container a {
    text-transform: uppercase;
}
/*.pm-item--text {
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: 1;
    width: 90%;
    max-width: 800px;
}
.slider-intro-text {
    font-size: var(--tinyText);
}
.slider-intro-text,
.slider-subtitle,
.slider-title {
    color: var(--offwhite);
    padding-bottom: 0;
}
.slider-subtitle {
    padding-top: 10px;
    padding-bottom: 15px;
}*/
/*.bg-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(transparent, var(--dark));
}*/
body .slick-dots li {
    width: 16px;
    height: 16px;
}
body .slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
}
body .slick-dots li button:before {
    font-size: 46px;
    color: var(--white);
    background: var(--white);
    border-radius: 10px;
    content: '';
    width: 16px;
    height: 16px;
}
body .slick-dots li.slick-active button:before {
    color: var(--white);
}
ul.slick-dots {
    position: relative;
/*    right: 50px;*/
    width: 100%;
    bottom: 0px;
    padding: 0;
    text-align: center;
}

/*
* ----------[HOME PAGE SLIDER]--------*
*/
#slider-home-page-dispatch {
    margin-bottom: -320px;
}
body #slider-home-page-dispatch .slick-list.draggable {
/*    max-width: 343px;*/
    border: 10px solid #000;
}
/*body #slider-home-page-dispatch .pm-slider-content {
    width: 100%;
}*/
body #slider-home-page-dispatch .pm-slider-content {
    margin-top: -4px;
}
#slider-home-page .slider-title {
    z-index: 2;
    text-transform: uppercase;
    width: 100%;

    display: none;
}
.slide-title-container {
    text-transform: uppercase;
    width: 100%;
}
body .main-content-row .slide-title-container {
    display: none;
}
.slide-title-container h1 {
    display: none;
    padding-bottom: 0;
    line-height: 1;
}
.device-headline-row {
    display: flex;
}
.device-headline-row .et_pb_column {
    display: flex;
    align-items: center;
    height: 30vw;
    max-height: 200px;
}
.device-headline-row .slide-title-container h1 {
    text-align: center;
    max-width: 500px;
    margin: auto;
}
/*#slider-home-page .pm-item--bg {
    border-radius: 152px;
    border: 10px solid var(--blue);
}*/
#slider-home-page .pm-slider-content {
    display: flex;
    height: 100%;
}
#slider-home-page .pm-item--text {
    display: flex;
    width: 100%;
    flex: 1;
    flex-direction: column;
    justify-content: end;
    align-items: center;
/*    padding-right: 50px;*/
    z-index: 2;
    margin-bottom: 70px;
}
#slider-home-page a.button {
    background: var(--blue);
    color: var(--black);
    border-radius: 152px;
    padding: 3px 40px;
    text-transform: uppercase;
}
#slider-home-page .slide-content {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 20px;
    line-height: 1.5;
}

body #slider-home-page .slick-dots li {
    margin: 0 7px;
}
body #slider-home-page .slick-dots li button {
    width: 24px;
    height: 24px;
    padding: 0;
}
body #slider-home-page .slick-dots li button:before {
    font-size: 46px;
    color: var(--blue);
    border:3px solid var(--blue);
    background: transparent;
    border-radius: 20px;
    content: '';
    width: 18px;
    height: 18px;
    opacity: 1;
}
body #slider-home-page .slick-dots li.slick-active button:before {
    color: var(--blue);
    background: var(--blue);
}

.arrow {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 50px;
    z-index: 1;
    width: 100%;
}
.arrow a {
    color: var(--white);
    text-shadow: 0px 1px 1px rgba(0,0,0,.30);
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/*
* ----------[./HOME PAGE SLIDER]--------*
*/

/*
* ----------[MEDIA COVERAGE SLIDER]--------*
*/
.media-coverage-item {
    padding-right: 0;
    padding-left: 0;
    height: 100%;
}
.media-coverage-item .et_pb_promo_description {
    display: flex;
    flex-direction: column-reverse;
    font-family: var(--source-sans-pro);
}
.media-coverage-item .et_pb_module_header {
    font-family: var(--SentinelSemibold);
    margin-top: 30px;
/*    padding-bottom: 30px;*/
/*    border-bottom: 2.5px solid var(--darkOrange);*/
}
/*#media-coverage-slider .slick-prev, 
#media-coverage-slider .slick-next{
    top: 25%;
}*/
#media-coverage-slider .slick-track {
    display: flex !important;
    align-items: center;
}

#media-coverage-slider .slick-slide {
    height: inherit !important;
    margin-bottom: 0;
}
#media-coverage-slider .slick-dots li.slick-active button:before {
    color: var(--darkOrange);
}
#media-coverage-slider .slick-dots li button:before {
    background: var(--darkOrange);
}
@media screen and (min-width: 768px) {
    .pm-slider--item {
        height: 100%;
    }
    body .slick-slide {
        margin: 0 80px 0 0;
    }
    /*.pm-item--text {
        left: 50px;
    }*/
    .media-coverage-item .et_pb_promo_description p {
        padding-left: 14%;
        padding-right: 14%;
    }

}
@media screen and (min-width: 981px) {
    .polymath-slider[data-nav='text--left'] .slick-dots {
        text-align: left;
        justify-content: start;
    }
    .polymath-slider[data-nav='text--center'] .slick-dots {
        text-align: center;
        justify-content: center;
    }
    .polymath-slider[data-nav='text--right'] .slick-dots {
        text-align: right;
        justify-content: end;
        padding-right: 10%;
    }
    body .main-content-row .slide-title-container {
        display: block;
        min-height: inherit;
    }
    #slider-home-page .pm-item--text {
        margin-bottom: 50px;
    }
    #slider-home-page ul.slick-dots {
        width: fit-content;
        margin-left: auto;
    }
    ul.slick-dots {
        bottom: -20px;
        position: relative;
        display: flex;
/*        max-width: 335px;*/
    }

}
@media screen and (max-width: 767px) {
    /*.slider-title {
        font-size: var(--mediumFontMin);
    }*/
    .pm-item--bg.bg-position-left {
        background-position: left;
    }
    .pm-item--bg.bg-position-center {
        background-position: center;
    }
    .pm-item--bg.bg-position-right {
        background-position: right;
    }
}