/*---------------*/
/*--- DESKTOP ---*/
/*---------------*/

/*--- OVERWRITE DEFAULT STYES ---*/
#mainContent {
    padding-bottom: 0 !important;
	background-color: #e1d7be !important;
	background-image:
		url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/pages.png'),
		url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/paper.jpg');
	background-size: 125px, auto;
	background-repeat: repeat-y, repeat;
	background-position: right, center;
}
#mainContent.magFeatures .article {
    margin-bottom: 0;
}
#mainContent > .article {
	background-color: transparent !important;
}
#mainContent div:after {
	content: inherit !important;
}

.rowWrap { background-color: transparent !important; }



/*--- EKG ---*/
.ekg {
    display: none;
	position: fixed;
	top: 110px;
	left: 0;
	right: 0;
	height: 100px;
	background-color: rgba(255,255,255,0.3) !important;
	background-image: url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/ekg.png');
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 7777;
}
.ekg .rowWrap {
	position: relative;
}
.ekg .ekgText {
	position: absolute;
	top: -20px;
	right: 0;
	height: 20px;
	width: 100%;
	background-color: transparent !important;
	background-image: url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/ekgText.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}
.ekg .ekgHeartMask,
.ekg .ekgHeart,
.ekg .ekgHeartAnimation {
	position: absolute;
	top: -30px;
	left: -200px;
	height: 300px;
	width: 200px;
	background-color: transparent !important;
	background-size: contain;
	background-repeat: no-repeat;
}
.ekg .ekgHeartMask {
	background-image: url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/heartMask.png');
	background-position: center;
	z-index: 1;
}
.ekg .ekgHeart {
	background-image: url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/heart.png');
	background-position: center;
	z-index: 2;
}

@keyframes heartBeat {
  100% { background-position: -400px; }
}
.ekg .ekgHeartAnimation {
	background-image: url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/heartAnimation.png');
	background-size: auto 100%;
	animation: heartBeat 1.7s steps(2) infinite;
	z-index: 3;
}


/*--- BODY ---*/
.bodyWrap {
	position: relative;
	padding-top: 0 !important;
	background-color: transparent !important;
}

.bodyWrap .headerWrap {
	margin: 150px 0 0 0;
}

.bodyWrap .headerWrap .rowWrap {
	padding: 0 !important;
}

.bodyWrap .headerWrap h1 {
	font-size: 0;
	line-height: 0;
}

.bodyWrap .headerWrap img {
	height: auto;
	width: 102% !important;
	max-width: 102%;
	margin-left: -2% !important;
}

.bodyWrap .headerWrap h3 {
	margin-top: 0.7em;
	color: #950505 !important;
	text-transform: uppercase;
}

.bodyWrap p.star {
	height: 2em;
	background-color: transparent !important;
	background-image: url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/star.png');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
}


/*--- MODAL FOOTNOTES ---*/

/* Modal Button */
button.modalContent {
	font: inherit;
    line-height: normal;
}
button.modalContent span {
	padding: 0 0.2em;
	font-weight: bold;
	background-color: rgba(255,255,255);
	background-color: rgba(255,255,255,0.45);
	-webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
button.modalContent:hover span {
	font-weight: bold;
	background-color: rgba(255,255,255,0.9);
}
button.modalContent .description {
	display: none !important;
}

/* Modal Shade */
.modalShade .modalWrapper * {
	text-align: left !important;
}
.modalShade .modalWrapper .close {
	background-color: transparent !important;
}
.modalShade .modalWrapper .close:before {
	color: rgb(149,5,5) !important;
	color: rgba(149,5,5,0.75) !important;
}
.modalShade .modalWrapper .close:hover:before {
	color: rgba(149,5,5,1) !important;
}
.modalShade .slideshowWrap .slider .modalWrapper .title {
	text-transform: uppercase;
}


/*--- PUll QUOTE ROWS ---*/
.pullQuoteRow {
	margin: 2em 0 2.5em 0;
	background-color: rgba(255,255,255,0.3) !important;
	box-shadow: none !important;
}
.pullQuoteRow .rowWrap,
.pullQuoteRow .pullQuote {
	padding: 0 !important;	
}
.pullQuoteRow .pullQuote {
	/*display: table;*/
}
.pullQuoteRow .pullQuote * {
	color: #950505 !important;
}
.pullQuoteRow .pullQuote,
.pullQuoteRow .pullQuote * {
	font-family: "TradeGothicLT",Arial,Helvetica,sans-serif !important;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
}
.pullQuoteRow .pullQuote p {
	display: table-cell;
	margin: 0;
	padding: 0.7em 0 0.7em 0.2em;
	width: 50%;
	vertical-align: middle;
}
.pullQuoteRow.woman .rowWrap {
	max-width: 1500px;
}


/*--- COPY REGION IMAGES ---*/
.article img {
	max-width: 100%;
}
.article img.inline {
	max-width: 50% !important;
}

/* Pull Quote Image Wrap */
.pullQuoteRow .pullQuoteImage {
	position: relative;
}
.pullQuoteRow .pullQuoteImage.half {
	display: table-cell;
	height: auto;
	width: 50% !important;
	max-width: 50%;
}
.pullQuoteRow .pullQuoteImage.full {
	height: auto;
	width: 100% !important;
	max-width: 100%;
}

/* Pull Quote Animated GIF Overlay */
.pullQuoteRow .pullQuoteImage img.gif {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


/*--- END NOTE ---*/
#mainContent.magFeatures .article .article-primary #endnote {
	margin-top: 4em !important;
	margin-bottom: 11em !important;
	padding-top: 1em !important;
	color: #000 !important;
	border-top: 1px solid #000 !important;
}


/*--- SOCIAL MEDIA TOOLS ---*/
.tools .share {
    color: #fff !important;
}


/*--- RELATED STORIES ---*/
#mainContent.magFeatures #relatedFeatures,
#mainContent.magFeatures #feeds {
	position: relative;
	background-color: #58513c;
}
#mainContent.magFeatures #relatedFeatures:before {
	content: "";
	position: absolute;
	top: -250px;
	left: 0;
	right: 0;
	height: 250px;
	background-image: url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/gradient.png');
	background-size: contain;
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainContent.magFeatures #relatedFeatures h1 {
	color: #000 !important;
	color: rgba(0,0,0,0.6) !important;
    overflow: hidden;
    border-bottom: 1px solid #000 !important;
    border-bottom: 1px solid rgba(0,0,0,0.6) !important;
}



@media only screen and (min-width : 1200px ) {

	/*--- MODAL FOOTNOTES ---*/

	/* Modal Shade */
	.modalShade .slideshowWrap .slider .modalWrapper .title {
		font-size: 1.5em;
	}
	.modalShade .slideshowWrap .slider .modalWrapper p {
		font-size: 1.2em;
	}
	.modalShade .slideshowWrap .slider .modalWrapper .description {
		width: 75% !important;
	}
    
}


@media only screen and (min-width : 1000px ) {

	#mainContent.magFeatures .article .article-primary .article-deck {
		margin-top: 2em !important;
	}

}


@media only screen and (min-width : 576px ) {
	/* --- Ticker  --- */
	.tickerWrap {
		float: right;
		display: inline;
		position: relative;
	}

	.tickerWrap img {
		width: 510px !important;
		height: 380px !important;
		max-width: 510px !important;
		position: absolute;
		top: 0;
		right: 0;
	}

	.spacer1 {
		float: right;
		display: block;
		width: 306px;
		padding-top: 280px;
	}

	.spacer2 {
		float: right;
		display: block;
		width: 510px;
		padding-top: 100px;
		clear: both;
	}
}


@media only screen and (max-width : 1700px ) {

	.pullQuoteRow.woman .rowWrap {
		max-width: 1200px;
	}

}


@media only screen and (max-width : 1400px ) {

	.pullQuoteRow.woman .rowWrap {
		max-width: 1000px;
	}

}


@media only screen and (max-width : 1300px ) {

    /*--- OVERWRITE DEFAULT STYES ---*/
    #mainContent {
		background-image: url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/paper.jpg');
		background-size: auto;
		background-repeat: repeat;
		background-position: center;
	}

	/*--- EKG ---*/
	.ekg .ekgHeart {
		display: none;
	}
	.ekg .ekgHeartMask,
	.ekg .ekgHeartAnimation {
		left: 50%;
		height: 180px;
		width: 180px;
		margin-left: -90px;
		background-position: center;
		animation: none;
	}
	.ekg .ekgHeartAnimation {
		background-image: url('http://d1gtq9mqg5x3oe.cloudfront.net/images/magazine/URM/2016-spring-summer/features/rays-of-life/original/heartAnimation.gif');
	}

	/*--- PUll QUOTE ROWS ---*/
	.pullQuoteRow .pullQuote,
	.pullQuoteRow .pullQuote * {
		font-size: 1.5em;
	}

}




/*--------------*/
/*--- TABLET ---*/
/*--------------*/
@media only screen and (max-width : 1000px ) {

	/*--- EKG ---*/
	.ekg {
		position: relative;
		top: 30px;
	}

	/*--- BODY ---*/
	.bodyWrap {
		/*padding-bottom: 50px !important;*/
	}
	.bodyWrap .headerWrap {
		margin-top: 50px;
	}

	/*--- PUll QUOTE ROWS ---*/
	.pullQuoteRow .pullQuote,
	.pullQuoteRow .pullQuote * {
		font-size: 1.4em;
	}


	/*--- FOOTER ---*/
	#footer #footer-menu-wrap #footer-menu .item a {
		color: #b4b3b3 !important;
	}
	#footer #footer-menu-wrap #footer-menu .item a.icon:before {
		color: #000 !important;
		opacity: 0.5;
	}

}



@media only screen and (max-width : 768px ) {

	/*--- PUll QUOTE ROWS ---*/
	.pullQuoteRow .pullQuote,
	.pullQuoteRow .pullQuote * {
		font-size: 1.3em;
	}
    
}








/*--------------*/
/*--- MOBILE ---*/
/*--------------*/
@media only screen and (max-width : 576px) {
    
    /*--- EKG ---*/
	.ekg {
		top: 25px;
		height: 70px;
	}
	.ekg .ekgText {
		top: -15px;
		height: 15px;
	}
	.ekg .ekgHeartMask,
	.ekg .ekgHeartAnimation {
		top: -25px;
		height: 120px;
		width: 120px;
		margin-left: -60px;
	}


	/*--- PUll QUOTE ROWS ---*/
	.pullQuoteRow .pullQuote {
		display: block;
		padding: 1em 0 !important;
		
	}
	.pullQuoteRow .pullQuote p {
		display: block;
		clear: both;
		padding: 0.1em 0.5em 0.5em 0.5em;
		width: 100% !important;
	}


	/*--- COPY REGION IMAGES ---*/
	.pullQuoteRow .pullQuoteImage.half,
	.pullQuoteRow .pullQuoteImage.full {
		height: auto;
		width: 100% !important;
		max-width: 100%;
	}
	.pullQuoteRow .pullQuoteImage.half img {
		margin-bottom: 0.5em !important;
	}

	/* Pull Quote Animated GIF Overlay */
	.pullQuoteRow .pullQuoteImage img.gif {
		display: none;
	}



}


@media only screen and (max-width : 375px) {

	/*--- EKG ---*/
	.ekg {
		height: 45px;
	}
	.ekg .ekgHeartMask,
	.ekg .ekgHeartAnimation {
		top: -20px;
		height: 100px;
		width: 100px;
		margin-left: -50px;
	}

	/*--- COPY REGION IMAGES ---*/
	.article img.inline {
		width: 100% !important;
		max-width: none !important;
	}
    
}


@media only screen and (max-width : 320px) {

	/*--- EKG ---*/
	.ekg {
		height: 35px;
	}
	.ekg .ekgText {
		display: none;
	}
	.ekg .ekgHeartMask,
	.ekg .ekgHeartAnimation {
		height: 70px;
		width: 70px;
		margin-left: -35px;
	}
    
}