#slideshow, #slideshow > div {
    width: 100% !important;
    margin: auto;
    max-width: 1040px;
    height: 400px !important;
    /*background-size: inherit;*/
}

    #slideshow > div {
        background-position: inherit;
        background-repeat: no-repeat;
        /*background-size: inherit;*/
    }

@media only screen and (min-width : 668px) {
    #slideshow, #slideshow > div > img {
        display: block !important;
    }
}

#pager {
    padding-right: 0px !important;
}

.three-columns {
    margin-top: 15px !important;
}

#sidebar {
    margin-top: 2%;
}

#content-column {
    margin-top: 2%;
}

.three-columns {
    max-width: none !important;
}

#slideshow-pager {
    padding-right: 0px;
}

.topic-box {
    width: 32.4%;
}

@media only screen and (max-width: 665px) {
    #slideshow {
        display: none;
    }

    #content-column {
        padding-left: 11px;
    }

    .WorkerReEmploymentTopNavigation {
        height: 0px;
    }

    #slideshow, #slideshow > div > img {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {

    #slideshow-pager {
        padding-right: 0px;
    }

    #slideshow, #slideshow > div {
        height: 300px !important;
    }

    @media only screen and (max-width: 736px) {

        #slideshow-pager {
            padding-right: 0px;
        }

        .grey-box p a {
            word-wrap: break-word;
        }

        #slideshow, #slideshow > div {
            height: 300px !important;
        }
    }
}

/* Ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .topic-box {
        width: 32.3%;
    }

    #slideshow-pager {
        padding-right: 8px;
    }
}
