.ps_bgcolor {
    width: 100%;
    height: 450px;
    background-color: #edf0f3;
}

.ps_desktopcontainer {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1410px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}

.ps_covercontainer {
    position: absolute;
    left: 0px;
    right: 370px;
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: 380px;
    max-width: 1020px;
    margin-left: 20px;
    border-radius: 2px;
    box-shadow: 0 0 2px 1px rgba(81, 83, 92, .35);
}

.ps_coverholder {
    display: block;
    overflow: visible;
    width: 100%;
}

.ps_covercrop {
    display: block;
    overflow: hidden;
    height: 380px;
}

.ps_cover {
    position: relative;
    width: auto;
    height: 420px;
    max-width: none;
}

.ps_headlinecontainer {
    position: absolute;
    z-index: 5;
    width: 100%;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
}

.ps_button {
    margin-top: 25px;
    padding: 15px 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(52, 64, 75, .55);
    font-family: 'Open Sans', sans-serif;
    color: #34404b;
    font-size: 16px;
}

.ps_headline {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 20px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .25);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
}

.ps_tab {
    display: block;
    width: 300px;
    height: 20%;
    padding: 12px 0px 12px 12px;
    float: right;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(52, 64, 75, .4);
    -webkit-transition: z-index 250ms ease, width 250ms ease, box-shadow 250ms ease;
    transition: z-index 250ms ease, width 250ms ease, box-shadow 250ms ease;
}

.ps_tab:hover {
    z-index: 4;
    width: 310px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ps_tab.w--current {
    z-index: 5;
    display: block;
    width: 320px;
    border: 1px solid #dedfe4;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(52, 64, 75, .2);
}

.ps_tabtext {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 200px;
    margin-left: 15px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-family: 'Open Sans', sans-serif;
    color: #50535d;
    font-weight: 400;
}

.ps_tabthumbnail {
    width: 65px;
    height: 50px;
    border-radius: 2px;
}

.ps_tabspanel {
    width: 320px;
    height: 380px;
    margin-left: 30px;
}

.ps_tabscontainer {
    display: inline-block;
    width: 350px;
    height: 380px;
    margin-right: 20px;
    float: right;
}

@media (max-width: 991px) {
    .ps_bgcolor {
        position: static;
        height: auto;
        padding-bottom: 40px;
        background-color: #edf0f3;
    }

    .ps_button.mobile {
        display: inline-block;
        margin-top: 12px;
        margin-right: 0px;
        margin-bottom: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        float: right;
        background-color: #50535d;
        color: #fff;
        font-size: 14px;
    }

    .ps_mobilecontainer {
        height: 100%;
        background-color: transparent;
    }

    .ps_slidermask {
        position: relative;
        display: block;
        padding: 15px;
        background-color: transparent;
    }

    .ps_mobilecovercontainer {
        display: inline-block;
        overflow: hidden;
        width: 97%;
        height: 365px;
        margin-right: 20px;
        border-radius: 3px;
        box-shadow: 0 0 2px 1px rgba(52, 64, 75, .2);
    }

    .ps_mobilecovercontainer.ps_lastslide {
        width: 100%;
    }

    .ps_mobiletab {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 5;
        display: block;
        width: 100%;
        height: auto;
        padding-right: 15px;
        padding-left: 0px;
        background-color: #fff;
    }

    .ps_slidepagination {
        bottom: -30px;
        z-index: 5;
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .ps_mobilecover {
        position: absolute;
        left: -230px;
        right: 0px;
        bottom: 0px;
        display: block;
        width: auto;
        height: 130%;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .ps_mobiletabtext {
        position: absolute;
        left: 0px;
        top: 50%;
        right: 170px;
        display: inline-block;
        padding: 13px 10px 13px 15px;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        font-family: 'Open Sans', sans-serif;
        color: #50535d;
        font-size: 16px;
    }

    .ps_mobilecovercrop {
        overflow: hidden;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .ps_mobilecovercontainer {
        width: 95%;
        height: auto;
    }

    .ps_mobiletab {
        width: 100%;
        height: auto;
    }

    .ps_slidepagination {
        bottom: -30px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .ps_mobilecover {
        position: absolute;
        left: -230px;
        right: 0px;
        bottom: 0px;
        height: 130%;
        text-align: center;
    }

    .ps_mobiletabtext {
        right: 170px;
    }

    .ps_mobilecovercrop {
        display: block;
        height: 300px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

@media (max-width: 479px) {
    .ps_button.mobile {
        display: block;
        margin-top: 10px;
        float: none;
        text-align: center;
    }

    .ps_mobilecovercontainer {
        width: 94%;
        margin-right: 15px;
    }

    .ps_mobiletab {
        position: absolute;
        padding-right: 10px;
        padding-left: 10px;
    }

    .ps_mobilecover {
        left: -200px;
        bottom: 32px;
        height: 100%;
    }

    .ps_mobiletabtext {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 10px;
        padding: 0px;
        -webkit-transform: translate(0px, 0%);
        -ms-transform: translate(0px, 0%);
        transform: translate(0px, 0%);
        font-size: 14px;
        text-align: center;
    }

    .ps_mobilecovercrop {
        height: 250px;
    }
}