@font-face {
font-family: "Austin News Text Semibold";
src: url("/partner/telegraph/fonts/AustinNewsDeck-Semibold.otf") format("opentype");
}
 @font-face {
    font-family: telesans-text-web-regular;
  src: url(//t.email3.telegraph.co.uk/res/telegraph_t/Telesans-Text-Web-Regular.woff),
     url(//t.email3.telegraph.co.uk/res/telegraph_t/Telesans-Text-Web-Regular.woff2),
      url(//t.email3.telegraph.co.uk/res/telegraph_t/Telesans-Text-Web-Regular.svg),
     url(//t.email3.telegraph.co.uk/res/telegraph_t/Telesans-Text-Web-Regular.eot),
     url(//t.email3.telegraph.co.uk/res/telegraph_t/Telesans-Text-Web-Regular.ttf),
} 

body {
	background-color:#fff;
	font-family: "Austin News Text Semibold",Georgia,Times,serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	margin:0px;
	max-width: 300px;
	}

.hero { 
	background:	url('/img/uploads/Vs3i7sCoyKgAACKKUk8AAAAA.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 15px;
	float:left;
	width: 99%;
	}

.first {
	margin-top: 5px;
	}

a {
	text-decoration:none;
	
	}

.maintext:hover, .subhero a:hover {
	text-decoration: none;
	color: #003c5e;
	}

.subhero a{
	display: block;
}
.hero img {
	display: none;
	}

.subhero {
	display: block;
	height:auto;
	padding-bottom:0px;
	vertical-align: middle;
	min-height: 57px;
	}

.wrapper {
	background-color: #f8f8f8;
	height:350px;
	position: relative;
	text-align: left;
	width:100%;

}

.text {
	cursor:pointer;
	width:100%;
	box-sizing: border-box;
	display: table-cell;
	padding: 5px 25px 5px 10px;
	min-height: 46px;
	padding-bottom: 0px;
	vertical-align: middle;
	}

.maintext {
	display: inline;
	font-size: 17px;	
	font-weight: normal;
	line-height:18px;
	color: #333;
	font-family: 'Austin News Text Semibold', Georgia, 'Times New Roman', Times, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.action {
	color: #D42F00;
	display: none;
	font-size: 12px;
	font-weight:bold;
	}	

.dianomi_provider_short {
color: rgb(136, 136, 136);
	display: inline-block !important;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	font-style: normal;
	font-family: "telesans-text-web-regular", verdana;
}


.hero:before {content:"\00BB";
	color: #D42F00;
	float: right;
	position: relative;
	top: 22px;
	display:none;}

.dianomi_provider_short::before {
	content: "";
	color:#000;
}

.dianomi_provider_short::after{
	content: "";
	color:#000;
}

.heading_top,
.heading {
	display: none;
	}
	
.line2 {
	border-top: solid 5px #003c5e;
	font-size: 15px;
	font-weight: bold;
	max-width: 100%;
	padding: 4px 0 6px 0px;
	display: block;
	font: 400 14px/16px "telesans-text-web-regular";
	height: 20px;
	color: #6d6d6d;
	}


.line2_text {
	cursor: text;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 0 0px 10px;
	text-decoration: none !important;
	width:100%;
	color: #6d6d6d;
	font-family: "telesans-text-web-regular", verdana;
	font-weight: normal;
}




.logohover{
	background-repeat:no-repeat;
	width:35px;
	height:12px;
	position:absolute;
	right:0px;
	top:15px;
	padding-bottom:0px;
	display:inline;
	-webkit-transition: background 300ms ease-in-out 0s;
	-moz-transition: background 400ms ease-in-out 0s;
	-o-transition: background 400ms ease-in-out 0s;
	transition: background 400ms ease-in-out 0s;
	z-index:1;
}


.sub-line2 {
	display:block;
	overflow: hidden;
	top:15px;
	right:6px;
	position:absolute;
	font-size:10px;height:1.3em;
	color:#666;
	width:50px;
	height:12px; 
	font-family: "telesans-text-web-regular", verdana;
	z-index:1; 
}

.sub-line2 a{
	color:#666;
}
.sub-line2 img {
	border: none;
	outline: none;
	width: 50px;
}

@media screen and (min-width:400px){
	.subhero{
	display: block;
	}
}