body .polymath-slider {
    padding: 0;
    background: transparent;
    height: 100%;
}
body #slider-stories .slick-slide {
    margin: 0;
}
body #slider-stories .slick-slide:last-child {
    margin: 0 0px 0 0;
}
/*body .polymath-slider.slick-slider .slick-list {
    padding:0 20% 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 .fluid-width-video-wrapper,
.pm-slider--item .fluid-width-video-wrapper iframe, 
.polymath-slider:not(#slider-the-work):not(#slider-game-stills):not(#slider-six-principles) .pm-slider--item img{
    object-fit: cover;
    height: 155px;
    width: 100%;
}
.pm-slider-content {
    margin-top: 20px;
}
.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);
}
.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;
}
.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(--goldenbrown);
}
.slide-read-button-container {
    margin-top: 15px;
    text-transform: uppercase;
    color: var(--goldenbrown);
    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;
}
body .slick-dots li button {
    width: 25px;
    height: 5px;
    padding: 0;
}
body .slick-dots li button:before {
    font-size: 46px;
    color: var(--white);
    background: var(--white);
    border-radius: 10px;
    content: '';
    width: 25px;
    height: 4px;
}
body .slick-dots li.slick-active button:before {
    color: var(--white);
}
ul.slick-dots {
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto;
}

span.video-trigger {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url('../../img/Icon-PlayButton.svg');
    background-size: contain;
    cursor: pointer;
}
.play-video {
    position: absolute;
    top: 0;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    display: none;
}
.polymath-slider:not(#slider-the-work) a.button {
    font-size: 0;
    display: block;
    text-align: right;
    line-height: 0;
    margin-top: 20px;
}
.polymath-slider:not(#slider-the-work) a.button:after {
    content: url('../../img/plus-button.svg');
    width: 45px;
    height: 45px;
    display: inline-block;
}
.slide-title.heading {
    margin-right: auto;
    margin-left: 10px;
    text-transform: uppercase;
}
.slide-title.heading h3 {
    color: var(--goldenbrown);
    font-weight: 800;
    font-style: italic;
}
.polymath-slider[data-nav-type='count'] .slick-dots {
    display: none !important;
}
.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;
}
body .slider-title {
    font-weight: 900;
    font-style: italic;
}
body .slick-dots li button:before {
    font-size: 46px;
    color: var(--goldenbrown);
    border:2px solid var(--goldenbrown);
    background: transparent;
    border-radius: 20px;
    content: '';
    width: 16px;
    height: 16px;
    opacity: 1;
}
body .slick-dots li.slick-active button:before {
    color: var(--goldenbrown);
    background: var(--goldenbrown);
}
span.pagingInfo {
    display: none;
}
span.pagingInfo.count {
    color: var(--goldenbrown);
    display: inline-block;
}
.nav-container .slick-arrow {
    cursor: pointer;
    margin: 0 10px;
}
.nav-container .slick-arrow svg path {
    fill: var(--goldenbrown);
}
.nav-container {
    display: flex;
    width: 100%;
    align-items: baseline;
}
.nav-container[data-vertical-nav='top'] {
    margin-bottom: 30px;
}
.nav-container[data-vertical-nav='bottom'] {
    margin-top: 30px;
}
#slider-testimonials .pm-slider--item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
#slider-testimonials .pm-slider--item .slider-title {
    order: 3;
    font-style: normal;
    margin-top: 15px;
    text-transform: uppercase;
}
#slider-testimonials .pm-slider--item .slider-subtitle {
    order: 4;
}
#slider-testimonials .pm-slider--item .bg-gradient {
    order: 0;
    content: url('../../img/icon-quote-mark.svg');
}
#slider-testimonials .pm-slider--item .pm-item {
    order: 2;
}
#slider-testimonials .pm-slider--item .slide-content {
    order: 1;
    margin: auto;
    width: 80%;
    max-width: 1000px;
}
#slider-testimonials .pm-slider--item img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
}
body #slider-testimonials .slick-dots li,
body #slider-mission .slick-dots li {
    height: auto;
    width: 30px;
}
body #slider-testimonials .slick-dots li button:before,
body #slider-mission .slick-dots li button:before {
    font-size: 46px;
    color: var(--grey);
    border:0px solid var(--grey);
    background: var(--lightGrey);
    border-radius: 20px;
    content: '';
    width: 100%;
    height: 5px;
    opacity: 1;
}
body #slider-mission .slick-dots li button:before {
    background: rgb(255 255 255 / 25%);
}
body #slider-testimonials .slick-dots li.slick-active button:before {
    color: var(--grey);
    background: var(--grey);
}
body #slider-mission .slick-dots li.slick-active button:before {
    background: var(--peach);
}
#slider-mission .slider-title.custom-title {
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 5px solid;
    margin-bottom: 60px;
}
#slider-mission .slide-content {
    color: var(--peach);
}
@media screen and (min-width: 768px) {
    body .polymath-slider.slick-slider {
        margin-bottom: 0;
    }
    .pm-slider--item {
        height: 100%;
    }
    body #slider-stories .slick-slide {
        margin: 0 80px 0 0;
    }
    .polymath-slider:not(#slider-the-work):not(#slider-game-stills):not(#slider-six-principles) .pm-slider--item img,
    .pm-slider--item .fluid-width-video-wrapper,
    .pm-slider--item .fluid-width-video-wrapper iframe {
        height: 335px;
    }
    ul.slick-dots {
        bottom: 0px;
        position: relative;
        margin-top: 30px;
        display: flex;
    }
}
@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;
    }
    .nav-container[data-nav='text--left'] {
        justify-content: start;
    }
    .nav-container[data-nav='text--center'] {
        justify-content: center;
    }
    .nav-container[data-nav='text--right'] {
        justify-content: end;
    }
    body .main-content-row .slide-title-container {
        display: block;
        min-height: inherit;
    }
    .polymath-slider:not(#slider-the-work):not(#slider-game-stills):not(#slider-six-principles) .pm-slider--item img,
    .pm-slider--item .fluid-width-video-wrapper,
    .pm-slider--item .fluid-width-video-wrapper iframe {
        height: 410px;
    }
    .play-video {
        display: inline;
    }
    #slider-six-principles  .pm-item--text {
        padding: 0 60px;
    }
}
@media screen and (max-width: 767px) {
    .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;
    }
}