@font-face {
		font-family: 'Guardian Sans Cond Web';
		src:  url('../fonts/Guardian Sans Cond Web-Bold.woff') format('woff');
		font-weight: 700;
		font-style: normal;
		font-stretch: normal;
}
@font-face {
		font-family: 'Guardian Sans Web';
		src: url('../fonts/Guardian Sans Web-Bold.woff') format('woff');
		font-weight: 700;
		font-style: normal;
		font-stretch: normal;
}
@font-face {
		font-family: 'Guardian Sans Web';
		src: url('../fonts/Guardian Sans Web-Regular.woff') format('woff');
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
}
@font-face {
		font-family: 'Guardian Sans Web';
		src: url('../fonts/Guardian Sans Web-Light.woff') format('woff');
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
}
@font-face {
		font-family: 'Guardian Sans Web';
		src: url('../fonts/Guardian Sans Web-Thin.woff') format('woff');
		font-weight: 200;
		font-style: normal;
		font-stretch: normal;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////// */

body{
	background-color:#f1f2f4;
	}
div {
	}
.gridContainer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	background-color:#FFF;
	}
.gridContainer.nnd-noshow,
.nnd-ieold.nnd-noshow {
	display: none;
}
.nnd-ieold  {
	display: block;
	text-align:center;
	text-align:center;
	background-color:#F00;
	color:#FFF;
	padding:5px;
	font-size:16px;
	line-height:18px;
}
.ndi-headline{
	font-family: "Guardian Sans Cond Web", sans-serif;
	font-style:normal;
	font-weight: 700;
    font-size: 52px;
	line-height:54px;
	text-align:center;
	color:#FFFFFF;
}
.ndi-intro{
	font-family: "Guardian Sans Web", sans-serif;
	font-style:normal;
	font-weight: 300;
    font-size: 20px;
	line-height:21px;
	text-align:center;
	color:#FFF;
}
.ndi-caption{
	font-family: "Guardian Sans Web", sans-serif;
	font-style:normal;
	font-weight: 700;
    font-size: 14px;
	line-height:15px;
	text-align:left;
	color:#000;
}
.ndi-subhead{
	font-family: "Guardian Sans Cond Web", sans-serif;
	font-style:normal;
	font-weight: 700;
    font-size: 24px;
	line-height:22px;
	text-align:left;
	color:#000;
	text-transform:uppercase;
}
.ndi-crosshead{
	font-family: "Guardian Sans Web", sans-serif;
	font-style:normal;
	font-weight: 700;
    font-size: 18px;
	line-height:22px;
	text-align:left;
	color:#9AC61E;
	text-transform:uppercase;
}
.ndi-tap-instruction{
	font-family: "Guardian Sans Web", sans-serif;
	font-style:normal;
	font-weight: 700;
    font-size: 18px;
	line-height:22px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
}
.ndi-bodycopy-serif{
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 16px;
	line-height:18px;
	text-align:left;
	color:#000;
}
.ndi-bodycopy-sans{
	font-family: "Guardian Sans Web", sans-serif;
	font-style:normal;
	font-weight: 400;
    font-size: 16px;
	line-height:18px;
	text-align:left;
	color:#000;
}
.ndi-header-block{display:block;width:100%;text-align:center;}
.ndi-interactive-container{display:block;width:100%;height:100%;}
.ndi-btn-container{display:block;width:100%;height:100%;}
.ndi-close-icon{position:absolute;top:0; right:0;width:40px;height:40px;background-image:url(../images/close_icon.svg);background-color:rgba(0,0,0,0.70);}
.ndi-panel-container{}
.ndi-btn{
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	}
.ndi-panel-image{
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	}
	
.ndi-panel, .ndi-panel-out{
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-rendering: optimizeLegibility;
	}
.ndi-tag-holder{
	position:relative;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-image:url(../images/gradient.png);
	}	
	
.ndi-btn-tag{
	position:absolute;
	bottom:0;
	left:0;
	font-family: "Guardian Sans Cond Web", sans-serif;
	font-style:normal;
	font-weight: 700;
    font-size: 16px;
	line-height:16px;
	text-align:left;
	color:#FFF;
	text-transform:uppercase;
	padding:5px;
	text-shadow:1px 1px 3px rgba(0,0,0,0.79);
}
p{
	margin:0;
	padding:0;
	text-indent:10px;
}
a{
	font-family: "Guardian Sans Web", sans-serif;
	font-style:normal;
	font-weight: 700;
    font-size: 16px;
	line-height:18px;
	text-align:left;
	color:#000;
	text-decoration:none;
}
a:visited{
	font-family: "Guardian Sans Web", sans-serif;
	font-style:normal;
	font-weight: 700;
    font-size: 16px;
	line-height:18px;
	text-align:left;
	color:#000;
	text-decoration:none;
}

.color-white{color:#FFF;}
.color-lightGrey{color:#CCC;}
.color-midGrey{color:#999;}
.color-darkGrey{color:#333;}
.color-black{color:#000;}


.color-webLightBlue{color:#169fe3}
.color-webDarkBlue{color:#1e76c0}
.color-webOrange{color:#f9a626;}
.color-webPurple{color:#b87eae;}
.color-webRed{color:#F53834;}
.color-webPink{color:#eb057f;}
.color-webGreen{color:#c4d52f;}



.color-Sport{color:#F53834;}
.color-Entertainment{color:#AA64A9;}
.color-SwitchedOn{color:#F5870D;}
.color-Hit{color:#9E55BD;}
.color-Escape{color:#2AB5BE;}
.color-Carsguide{color:#C21919;}
.color-MoneySaver{color:#2FB4A7;}
.color-CareerOne{color:#58AA28;}
.color-Taste{color:#9AC61E;}
.color-BestWeekend{color:#6B399B;}
.color-TV{color:#383B3D;}
.color-News{color:#227FC2;}

