@media only screen and (min-width: 62em) {
.color_options .carousel_item{width:33.3333%;}

.featured_header{height:625px;}.featured_header img{min-width:1600px;width:100%;min-height:auto;}
.featured_header .featured_header_overview{top:250px;}

.header_container .header .header_logo{margin-right:20px;margin-top:47px;}

.main_inner{min-width:960px;width:960px;}

.nav_container{margin-top:40px;width:auto;}
.nav{margin-left:0px;}.nav .nav_item .nav_item_a{padding:12px 14px 45px;}
.nav .nav_item.tertiary_nav_item.first_tertiary_nav_item{margin-left:20px;}

.retail_dashboard_primary_content .advertising_asset_images{width:480px;}
.retail_dashboard_primary_content .advertising_asset_image{margin:0 24px 20px 0;}
.retail_dashboard_primary_content .advertising_asset_image_double{margin:0 0px 0px 0;}
.retail_dashboard_primary_content .advertising_asset_meta{width:480px;padding-top:0px;}

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)       and (min-width: 62em),
only screen and (   min--moz-device-pixel-ratio: 2)       and (min-width: 62em),
only screen and (     -o-min-device-pixel-ratio: 2/1)     and (min-width: 62em),
only screen and (        min-device-pixel-ratio: 2)       and (min-width: 62em),
only screen and (                min-resolution: 192dpi)  and (min-width: 62em),
only screen and (                min-resolution: 2dppx)   and (min-width: 62em) {


}