@media only screen and (max-width: 40em) { /* Mobile */ 
	
	.c5hub-homepage-slider-cta a.button {
		width: 100%;
	}

	.c5hub-homepage-slider-image img {
		padding-top: 30px;
		padding-bottom: 20px;
	}	

}

@media only screen and (min-width: 40em) { /* Desktop */
	
	ul.c5hub-homepage-slider li,
	ul.c5hub-homepage-slider div.row {
		height: 300px;
	}

	ul.c5hub-homepage-slider li.learning img {
		position: absolute;
		bottom: 0;
		left: 120px;
	}

	ul.c5hub-homepage-slider li.community img {
		position: absolute;
		bottom: 0;
		left: 40px;
	}

	ul.c5hub-homepage-slider li.resources img {
		position: absolute;
		bottom: 0;
		left: 120px;
	}

	ul.c5hub-homepage-slider li.store img {
		position: absolute;
		bottom: 0;
		left: 90px;
	}	

	ul.c5hub-homepage-slider li.mayday img {
		position: absolute;
		bottom: 0;
		left: 90px;
	}
		
	div.orbit-bullets-container ol.orbit-bullets {
		/* width: 100%; */
		/* top: 0; */
	}	
	
	div.orbit-bullets-container ol.orbit-bullets li {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		float: left;
		height: 20px;
		margin-right: 10px;
		width: 100px;
	}	
	

	div.orbit-bullets-container ol.orbit-bullets li.active[data-orbit-slide = "0"],
	div.orbit-bullets-container ol.orbit-bullets li:hover[data-orbit-slide = "0"] {
		background: rgba(14,131,205,1);
		transition: all 0.5s ease;
	}
	
	div.orbit-bullets-container ol.orbit-bullets li[data-orbit-slide = "0"] {
		background: rgba(14,131,205,0.5);
		transition: all 0.5s ease;	
	}	

	div.orbit-bullets-container ol.orbit-bullets li.active[data-orbit-slide = "1"],
	div.orbit-bullets-container ol.orbit-bullets li:hover[data-orbit-slide = "1"] {
		background: rgba(158,72,127,1);
		transition: all 0.5s ease;	
	}

	div.orbit-bullets-container ol.orbit-bullets li[data-orbit-slide = "1"] {
		background: rgba(158,72,127,0.5);
		transition: all 0.5s ease;		
	}	

	div.orbit-bullets-container ol.orbit-bullets li.active[data-orbit-slide = "2"],
	div.orbit-bullets-container ol.orbit-bullets li:hover[data-orbit-slide = "2"] {
		background: rgba(243,156,18,1);
		transition: all 0.5s ease;	
	}

	div.orbit-bullets-container ol.orbit-bullets li[data-orbit-slide = "2"] {
		background: rgba(243,156,18,0.5);
		transition: all 0.5s ease;
	}		

	div.orbit-bullets-container ol.orbit-bullets li.active[data-orbit-slide = "3"],
	div.orbit-bullets-container ol.orbit-bullets li:hover[data-orbit-slide = "3"] {
		background: rgba(205,68,54,1);
		transition: all 0.5s ease;	
	}

	div.orbit-bullets-container ol.orbit-bullets li[data-orbit-slide = "3"] {
		background: rgba(205,68,54,0.5);
		transition: all 0.5s ease;		
	}

	div.orbit-bullets-container ol.orbit-bullets li.active[data-orbit-slide = "4"],
	div.orbit-bullets-container ol.orbit-bullets li:hover[data-orbit-slide = "4"] {
		background: rgba(42,197,108,1);
		transition: all 0.5s ease;	
	}

	div.orbit-bullets-container ol.orbit-bullets li[data-orbit-slide = "4"] {
		background: rgba(42,197,108,0.5);
		transition: all 0.5s ease;		
	}	
	
}

ul.c5hub-homepage-slider li {
	background-image: url(images/c5Hub-Slider-Logo-BG.png);
	background-repeat: no-repeat;
	background-position: center center;	
	background-repeat: no-repeat;
}

ul.c5hub-homepage-slider li.learning {
	background-color: #0E83CD
}

ul.c5hub-homepage-slider li.community {
	background-color: #9E487F
}

ul.c5hub-homepage-slider li.resources {
	background-color: #F39C12
}

ul.c5hub-homepage-slider li.store {
	background-color: #CD4436
}

ul.c5hub-homepage-slider li.mayday {
	background-color: #2AC56C
}

ul.c5hub-homepage-slider li h1,
ul.c5hub-homepage-slider li h2 {
	color: #FFFFFF;
}

ul.c5hub-homepage-slider li h1 {
	font-size: 32px;
}

ul.c5hub-homepage-slider li h2 {
	font-size: 18px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
}

ul.c5hub-homepage-slider li a.button {
	margin-top: 30px;
	margin-bottom: 0;
}

.c5hub-homepage-slider-icon {
	height: 100%;
}

.c5hub-homepage-slider-icon p {
	margin-bottom: 0;
}

ul.c5hub-homepage-slider li i {

}

.c5hub-homepage-slider-cta,
.c5hub-homepage-slider-image {
	height: 100%;
}

.c5hub-homepage-slider-image img {
	margin: 0 auto;
}