#hero-item-desktop-container {
	display:none;
}

@media only screen and (min-width: 600px) {
	#hero-item-featured_mobile {
		display: none;
	}
	
	#hero-items-outercontainer {
		position: relative;
	}
	
	#hero-item-featured {
	    background: #00C878;
	    border: none;
	    height: 270px;
	    padding-right: 320px;
	    width: auto;
	}
	
	#hero-item-featured a {
	    border: none;
	}
	
	#page #hero-item-featured img {
	    border: none;
	    margin: 0;
	    padding: 0;
	}
	
	#hero-item-featured a, #hero-item-featured .ui-widget-content {
	    background: transparent;
	    border: none;
	}
	
	#hero-item-featured .ui-tabs .ui-tabs-nav li, #hero-item-featured .ui-tabs .ui-tabs-nav li a {
	    float: none !important;
	    top: 0 !important;
	}
	
	#hero-item-featured .ui-tabs-nav-item {
	    top: 0 !important;
	}
	
	#hero-item-featured .ui-state-active, #hero-item-featured .ui-widget-content .ui-state-active {
	    background: transparent !important;
	    font-weight: normal !important;
	}
	
	#hero-item-featured ul.ui-tabs-nav {
	    background: transparent;
	    border: none;
	    height: 270px;
	    left: 570px;
	    list-style: none outside none;
	    margin: 0;
	    overflow: hidden;
	    padding: 0;
	    position: absolute;
	    top: 0;
	    width: 410px;
	}
	
	#hero-item-featured ul.ui-tabs-nav li.ui-tabs-nav-item {
	    border: none;
	    font-family: 'Colaborate-LightRegular',Arial,Sans-serif;
	    height: 90px;
	    margin: 0;
	    padding: 0;
	}
	
	#hero-item-featured ul.ui-tabs-nav li.ui-tabs-nav-item a {
	    background: #666;
	    border: none;
	    color: #FFFFFF;
	    cursor: pointer;
	    display: block;
	    font-size: 1.4em;
	    height: 70px;
	    padding: 10px;
	    text-decoration: none;
	    width: 390px;
	}
	
	#hero-item-featured ul.ui-tabs-nav li.ui-tabs-nav-item a span {
	    white-space: normal;
	}
	
	#hero-item-featured ul.ui-tabs-nav li.ui-tabs-selected a {
	    background: #555;
	    border: none;
	}
	
	#page #hero-item-featured ul.ui-tabs-nav li.ui-tabs-nav-item img {
	    background: #FFFFFF;
	    border: 1px solid #EEEEEE;
	    float: left;
	    margin: 2px 20px 2px 5px;
	    padding: 2px;
	}
	
	#hero-item-featured .ui-tabs-panel {
	    background: #666;
	    border: none;
	    height: 250px;
	    padding: 10px;
	    position: relative;
	    width: 550px;
	}
	
	#hero-item-featured .ui-tabs-panel .info {
	    background: transparent url("../images/transparent-bg.png");
	    border: none;
	    height: 70px;
	    left: 10px;
	    padding: 0 10px;
	    position: absolute;
	    top: 190px;
	    width: 530px;
	}
	
	#hero-item-featured .info h2 {
	    border: medium none;
	    color: #FFFFFF;
	    font-size: 18px;
	    margin: 0;
	    overflow: hidden;
	    padding: 10px 5px 5px;
	}
	
	#hero-item-featured .info p {
	    border: medium none;
	    color: #F0F0F0;
	    font-size: 11px;
	    line-height: 15px;
	    margin: 0 5px;
	    padding: 0;
	}
	
	#hero-item-featured .info a {
	    color: #FFFFFF;
	    text-decoration: none;
	}
	
	#hero-item-featured .info a:hover {
	    text-decoration: underline;
	}
	
	#hero-item-featured .ui-tabs-hide {
	    display: none;
	}
	
	#hero-item-featured-wrapper .ui-tabs {
	    padding: 0;
	}
	
	#hero-item-featured-wrapper .ui-corner-tl {
	    border-top-left-radius: 0;
	}
	
	#hero-item-featured-wrapper .ui-corner-tr {
	    border-top-right-radius: 0;
	}
	
	#hero-item-featured-wrapper .ui-corner-bl {
	    border-bottom-left-radius: 0;
	}
	
	#hero-item-featured-wrapper .ui-corner-br {
	    border-bottom-right-radius: 0;
	}
	
	#hero-item-featured-wrapper .ui-corner-top {
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	}
	
	#hero-item-featured-wrapper .ui-corner-bottom {
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	}
	
	#hero-item-featured-wrapper .ui-corner-right {
	    border-bottom-right-radius: 0;
	    border-top-right-radius: 0;
	}
	
	#hero-item-featured-wrapper .ui-corner-left {
	    border-bottom-left-radius: 0;
	    border-top-left-radius: 0;
	}
	
	#hero-item-featured-wrapper .ui-corner-all {
	    border-radius: 0 0 0 0;
	}
}


@media only screen and (min-width: 980px) {
	#hero-item-mobile-container {
		display:none;
	}
	
	#hero-item-desktop-container {
		display:block;
	}
}