/*!* Morgan Button Component: v0.1 */
/*!* Morgan tile Component: v1.1 - Compatible with IE8 */

.offer-05 a.dmh-offers-05-button{
	width: auto;
	padding: 0px 0px;
	background:transparent;
	line-height: 1.25em;
	height:auto;
	display: inline-block;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: auto;
	border-radius: 3px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}
.offer-05 a.dmh-offers-05-button.large {
	width: 100%;
	height: 36px;
	padding: 0px 50px;
	line-height: 2.5em;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.offer-05 .dmh-offers-05-hero.var-3 a.dmh-offers-05-button.large {
	display:none;
}	

/*Code for IE8 and below*/
.lt-ie9 .offer-05 a.dmh-offers-05-button.large {
	width: auto;
	height: 40px;
	line-height: 2.7em;
}
	
/*Spotlight Button (XS to XL  */
.lt-ie9 .offer-05 a.dmh-offers-05-button{
	width: auto;
	padding: 0px 50px;
	line-height:2.5em;
	height:36px;
}

/* X-SMALL = 480px */
@media only screen and (min-width:30em) {}

/* SMALL = 600px */
@media only screen and (min-width:37.5em) {
.offer-05 a.dmh-offers-05-button.large {
	width: auto;
	height: 40px;
	line-height: 2.7em;
}
	
/*Spotlight Button (XS to XL  */
.offer-05 a.dmh-offers-05-button{
	width: auto;
	padding: 0px 50px;
	line-height:2.5em;
	height:36px;
}
}

/* MEDIUM = 768px */
@media only screen and (min-width:48em) { }

/* LARGE = 960px */
@media only screen and (min-width:60em) {}

/* X-LARGE = 1024px + */
@media only screen and (min-width:64em) {}