/*!* Morgan Hero Component: v0.3 */
/*
	Updated hero description font-size, left and right and bottom spacing as per specs 
*/
/*!* Morgan Hero Component: v0.2 */
/*
	v0.2 removed box-sizing for all(*) and made it specific to .dmh-offers-05-hero
*/

/*!* Morgan tile Component: v1.0 - Compatible with IE8 */

/* BASE Styles */

/* X-SMALL = 480px */
@media only screen and (min-width:30em) {}

/* SMALL = 600px */
@media only screen and (min-width:37.5em){}

/* 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) {}


.dmh-offers-05-hero, .dmh-offers-05-hero * {
   -moz-box-sizing:    border-box;   /* Firefox 1, probably can drop this */
   -webkit-box-sizing: border-box;   /* Safari 3-4, also probably droppable */
    box-sizing:        border-box;   /* Everything else */
}

/* Hero Base Screen */
.offer-05 .dmh-offers-05-hero {
	width: 100%;
	display: inline-block;	
}
.offer-05 .dmh-offers-05-hero .hero-img{
	width: 100%;	
	line-height:0;
}
.offer-05 .dmh-offers-05-hero .hero-txt{
	width:100%;
	padding: 30px 16px 20px;
}
.offer-05 .dmh-offers-05-hero .hero-txt h1{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", HelveticaNeueLight, HelveticaNeue, Helvetica, Arial, "Lucida Grande", clean, sans-serif;
	font-size: 27px;
	line-height: 1.25em;
	margin: 0 0 20px;
	color: #fff;	
}
.offer-05 .dmh-offers-05-hero .hero-txt a.preview { 
	color:#fff;
	font-size: 20px;
	padding : 0 26px 0 0;
	line-height:1.25em;
	font-weight:normal;
	background-image: url(/c/dam/assets/offers/offer-05/v01/i/link-arrow-white-small.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.offer-05.pal-5 .dmh-offers-05-hero .hero-txt h1,
.offer-05.pal-5 .dmh-offers-05-hero .hero-txt p{color: #444;}
.offer-05.pal-5 .dmh-offers-05-hero .hero-txt a.preview { 
	color:#28abe2;
	background-image: url(/c/dam/assets/offers/offer-05/v01/i/link-arrow-blue-small.png);
} 
.offer-05 .dmh-offers-05-hero .hero-txt p{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", HelveticaNeue, Helvetica, Arial, "Lucida Grande", clean, sans-serif;
	font-size: 17px;
	line-height: 1.25em;
	margin: 0px 0px 38px 0px;	
	color: #fff;
}

.offer-05 .dmh-offers-05-hero .hero-txt .sub-head {
    font-weight: bold;
    margin: 0px;
}
.offer-05 .dmh-offers-05-hero .hero-txt a.dmh-offers-05-button.large {
    margin: 14px 0 16px;
}

/* var-3 variation  start*/
.offer-05 .dmh-offers-05-hero.var-3 .hero-img{
	display:none;
}
.offer-05 .dmh-offers-05-hero.var-3 {
    padding: 22px 14px 17px 14px;
}
.offer-05 .dmh-offers-05-hero.var-3 .hero-txt{
	padding:0px;
	width:100%;
}
.offer-05 .dmh-offers-05-hero.var-3 .hero-txt h1 {
	margin-top:0px;
	margin-bottom:10px;	
	font-size:27px;
}
.offer-05 .dmh-offers-05-hero.var-3 .hero-txt p {
	font-size:15px;
	margin-bottom:17px;	
	margin-top: 0;
}

/* OVP responsive video */
.dmh-offers-05-hero.var-2 #videobodyContent, .dmh-offers-05-hero.var-2 #videocontainingBlock{
	margin: 0px;
	padding: 0px;
}
.offer-05 .dmh-offers-05-hero.var-2 #videocontainingBlock {
	width: 100%;
}
.offer-05 .dmh-offers-05-hero.var-2 .videoWrapper {
	position: relative;
	padding-top: 49px;
	padding-bottom: 56.25%;
	height: 0;
}
* html .dmh-offers-05-hero.var-2 .videoWrapper {
	margin-bottom: 45px;
	margin-top: 0;
	width: 100%;
	height: 100%;
}
.offer-05 .dmh-offers-05-hero.var-2 .videoWrapper div,
.offer-05 .dmh-offers-05-hero.var-2 .videoWrapper embed,
.offer-05 .dmh-offers-05-hero.var-2 .videoWrapper object,
.offer-05 .dmh-offers-05-hero.var-2 .BrightcoveExperience {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* Code for IE8 and below */
.lt-ie9 .offer-05 .dmh-offers-05-hero .hero-img{
	width: 50%;	
	float: right;
	padding:0px 0px 0px 10px;
}
.lt-ie9 .offer-05 .dmh-offers-05-hero .hero-txt{
	width:50%;
	padding:0px 10px 0px 0px;
}

/*RTL*/
.lt-ie9 .offer-05.rtl .dmh-offers-05-hero .hero-img {
	float: left;
	padding: 0 10px 0 0;
}

/* var-3 variation */
.lt-ie9 .offer-05 .dmh-offers-05-hero.var-3 .hero-img{
	display:none;
}
.lt-ie9 .offer-05 .dmh-offers-05-hero.var-3 {
	padding: 72px 10px 59px 10px;
	width:100%;
}
.lt-ie9 .offer-05 .dmh-offers-05-hero.var-3 .hero-txt h1 {
	margin-top:0px;
	margin-bottom:22px;	
	font-size:32px;
}
.lt-ie9 .offer-05 .dmh-offers-05-hero.var-3 p.sub-head {
	margin-bottom: 0;
}
.lt-ie9 .offer-05 .dmh-offers-05-hero.var-3 .hero-txt p {
	font-size:15px;
}
.lt-ie9 .offer-05 .dmh-offers-05-hero{
	padding:26px 0;	
}
.lt-ie9 .offer-05 .dmh-offers-05-hero .hero-txt h1{
	font-size: 32px;
	margin: 26px 0 21px;
}
.lt-ie9 .offer-05 .dmh-offers-05-hero .hero-txt p{
	font-size: 16px;
	margin: 0px 0px 24px 0px;
}
.lt-ie9 .offer-05 .dmh-offers-05-hero .hero-txt a.dmh-offers-05-button.large {
	margin: 14px 0 10px;
}	
/*RTL*/
.lt-ie9 .offer-05.rtl .dmh-offers-05-hero .hero-txt {
	padding: 0 0 12px 10px;
}

/* X-SMALL = 480px or 30em*/
@media only screen and (min-width:30em) {}

/* SMALL = 600px or 37.5em */
@media only screen and (min-width:37.5em) {
.offer-05 .dmh-offers-05-hero{
	padding:16px 0;	
}
#ie9 .offer-05 .dmh-offers-05-hero { display:inline-block; } /* IE9  hack - as the hero image was sticking to bottom*/
.offer-05 .dmh-offers-05-hero .hero-img{
	width: 50%;	
	float: right;
	margin-top: 24px;
	padding:0px 0px 0px 10px;
}
.offer-05 .dmh-offers-05-hero .hero-txt{
	width:50%;
	padding:0px 10px 0px 0px;
}
.offer-05 .dmh-offers-05-hero .hero-txt h1{
	margin: 16px 0 8px;
	font-size: 32px;
}
.offer-05 .dmh-offers-05-hero .hero-txt p{
	font-size: 17px;
	margin: 0px 0px 30px 0px;	
}
.offer-05 .dmh-offers-05-hero .hero-txt a.dmh-offers-05-button.large {
	margin: 14px 0 12px;
}
.offer-05 .dmh-offers-05-hero .hero-txt a.preview { 
    font-size: 22px;
	background-image: url(/c/dam/assets/offers/offer-05/v01/i/link-arrow-white-large.png);
}
.offer-05.pal-5 .dmh-offers-05-hero .hero-txt a.preview { 
	background-image: url(/c/dam/assets/offers/offer-05/v01/i/link-arrow-blue-large.png);
} 
/*RTL*/
.offer-05.rtl .dmh-offers-05-hero .hero-img {
float: left;
padding: 0 10px 0 0;
}
.offer-05.rtl .dmh-offers-05-hero .hero-txt {
padding: 0 0 24px 10px;
}	
}

/* MEDIUM = 768px or 48em*/
@media only screen and (min-width:48em) {
.offer-05 .dmh-offers-05-hero{
	padding:26px 0;	
}
.offer-05 .dmh-offers-05-hero .hero-txt h1{
	margin: 26px 0 21px;
}
.offer-05 .dmh-offers-05-hero .hero-txt p{
	font-size: 17px;
	margin: 0px 0px 24px 0px;	
}
.offer-05 .dmh-offers-05-hero .hero-txt a.dmh-offers-05-button.large {
	margin: 14px 0 10px;
}
.offer-05 .dmh-offers-05-hero .hero-txt p.last{
    margin-bottom: 38px;	
}	
/*RTL*/
.offer-05.rtl .dmh-offers-05-hero .hero-txt {
	padding: 0 0 12px 10px;
}	
/* var-3 variation */
.offer-05 .dmh-offers-05-hero.var-3 .hero-img{
	display:none;
}
.offer-05 .dmh-offers-05-hero.var-3 {
	padding: 72px 10px 59px 10px;
	width:100%;
}
.offer-05 .dmh-offers-05-hero.var-3 .hero-txt h1 {
	margin-top:0px;
	margin-bottom:22px;	
	font-size:32px;
}
.offer-05 .dmh-offers-05-hero.var-3 p.sub-head {
	margin-bottom: 0;
}
.offer-05 .dmh-offers-05-hero.var-3 .hero-txt p {
	font-size:15px;
}	
}