/* ---------------------------------------------------------------------
Original Author: Patrick Jannette
Contributors: N/A

Target Browsers: All
Media Type: Screen, Projection
Width: Min-Width 992px
------------------------------------------------------------------------ */

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

/* ---------------------------------------------------------------------
 Layout Styles
------------------------------------------------------------------------ */

.hero-caption {
    margin-top: 150px;
}

.wrapper-full_carousel {
    background: url(../images/hero-topic-landing-tall.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

/* ---------------------------------------------------------------------
 Base Styles
------------------------------------------------------------------------ */
.wrapper {
    margin: 0 auto;
    width: 1000px;
    padding: 0 12px;
}

.wrapper_flush {
    width: 1024px;
    padding: 0;
}

.isHiddenMobile {
    position: static;
    /*display: block;*/
}

.isHiddenDesktop {
    position: absolute;
    left: -99999px;
}


.hero-overflow {
    min-width: 1024px;
}
/* ---------------------------------------------------------------------
 Link and Button Styles
------------------------------------------------------------------------ */

.mediaLink {
    visibility: hidden;
}

/* ---------------------------------------------------------------------
 Box Module
------------------------------------------------------------------------ */


.swipeWrapper > li > img {
    width: 100%;
}

.blocks_center > *:nth-child(6) {
    margin-left: 12%;
}

} /* end @media */