/*[fmt]1C90-1C0D-9*/
/*Base CSS for ux*/
.card-promo.card {
	border: 0px solid #FFFFFF;
	box-sizing: border-box;
	padding: 1px;
}

.am-active {
	display: block;
	border: 1px solid #8B0000;
}

/*Custom Floats: because sometimes you need some padding*/
.float-left {
	display: block;
	position: relative;
	margin: 0 10px 10px 0;
	float: left;
	clear: both;
}

.float-right {
	display: block;
	position: relative;
	margin: 0 0 10px 10px;
	float: right;
	clear: both;
}

.float-center {
	display: block;
	position: relative;
	margin: 10px auto;
	clear: both;
}

/*UX Heroes*/
.ux.hero {
	background-color: transparent !important;
	margin-left: 0;
	margin-right: 0;
}

#ux-hero-pods A .shelf {
	background-color: rgb(75, 75, 75);
	color: rgb(255, 255, 255);
	display: block;
	font-family: "Source Sans Pro", arial, sans-serif;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
}

#ux-hero-pods A .shelf:hover {
	background-color: rgb(88, 137, 192);
}

/*Jumbotron*/
.ux.jumbotron {
	min-height: 450px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.ux.jumbotron H1 {
	margin-top: 0px !important;
}

/*Drop Drawer*/
.ux.drop-drawer {
}

/*Mondrian*/
.ux.mondrian IMG, .ux.mondrian .well, .ux.mondrian .well LI, .ux .mondrian-featured-list {
	margin-bottom: 10px;
}

.ux .mondrian-featured-list .btn-flat {
	padding: 0 10px;
	margin-bottom: 1px;
	text-align: left;
	height: 49px;
	line-height: 49px;
	width: auto;
}

.ux .mondrian-featured-list LI:first-child .btn-flat {
	height: 50px;
	line-height: 50px;
}

/*Homepage Tweaks*/
.app-brands {
	margin-top: 70px;
	margin-bottom: 70px;
}

H2.h1-size {
	font-size: 20pt;
	text-indent: 10px;
}

