/* Buttons */

.newddl-button.red {
	background-color: #ea2134;
	border-color: #ea2134;
}
.newddl-button.red:hover {
	-webkit-box-shadow: 0 0 0 4px rgba(234, 33, 52, 0.4);
	-moz-box-shadow: 0 0 0 4px rgba(234, 33, 52, 0.4);
	box-shadow: 0 0 0 4px rgba(234, 33, 52, 0.4);
}
.newddl-button.blue {
	background-color: #00539f;
	border-color: #00539f;
}
.newddl-button.blue:hover {
	-webkit-box-shadow: 0 0 0 4px rgba(0, 83, 159, 0.4);
	-moz-box-shadow: 0 0 0 4px rgba(0, 83, 159, 0.4);
	box-shadow: 0 0 0 4px rgba(0, 83, 159, 0.4);
}
.newddl-button {
	-webkit-font-smoothing: antialiased;
	font-variant-ligatures: none;
	font-family: 'tesco_mr', Helvetica, Arial, sans-serif;
	color: #ffffff;
	align-items: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	display: flex;
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-style: normal;
	height: 40px;
	justify-content: center;
	letter-spacing: 1;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
	transition: box-shadow 0.3s, border 0.3s;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newddl-button.fixed-width { width:200px; }
.newddl-button.min-width { min-width:200px; }
.newddl-button .link-label {
	transition: border 0.1s;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	border-bottom: 1px solid transparent;
	color: #ffffff;
	font-weight: 600;
}
.newddl-button:hover .link-label {
	transition: border 0.5s;
}
.newddl-button .icon {
	transition: box-shadow 0.3s;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	height:40px;
}
.newddl-button.ghs .icon {
	height:auto;
	padding-left:8px;
}
.newddl-button .icon svg {
	stroke: #ffffff;
	fill: none;
	height: 40px;
	width: 18px;
}
.newddl-button.ghs .icon svg {
	width: 30px;
	height: 18px;
}
.newddl-button.ghs .icon svg * {
	stroke: none;
	fill: #ffffff;
}
.newddl-button:hover {
	-webkit-box-shadow: 0 0 0 4px rgba(0, 83, 159, 0.4);
	-moz-box-shadow: 0 0 0 4px rgba(0, 83, 159, 0.4);
	box-shadow: 0 0 0 4px rgba(0, 83, 159, 0.4);
}
.newddl-button:hover .link-label {
	border-bottom-color: #ffffff;
}
.newddl-button.disabled,
.disabled .newddl-button {
	background-color:#cccccc;
	border-color:#cccccc;
	color:#ffffff;
	pointer-events:none;
	cursor:default;
}
.newddl-button.inactive,
.inactive .newddl-button {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	pointer-events:none;
	cursor:default;
}

/* Buttons end */


/* Ghost button (fehér belül körvonal színes, vagy fehér) */

.newddl-button.blue.ghost {
	background-color: #ffffff;
	color: #00539f;
}

.newddl-button.blue.ghost .link-label{
	color: #00539f;
}

.newddl-button.blue.ghost:hover .link-label {
	border-bottom-color: #00539f;
}

.newddl-button.blue.ghost .icon svg {
	stroke: #00539f;
	fill: none;
}

.newddl-button.ghost.ghost-reverse{
	border-color: #ffffff;
}

.newddl-button.ghost.ghost-reverse:hover{
	-webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}

/* Ghost button end */


/*EXTERNAL buttons*/

.newddl-button.external-40,
.newddl-button.external-32,
.newddl-button.external-24 {
	background-color: transparent;
	border:none;
}

.newddl-button.external-40.no-label,
.newddl-button.external-32.no-label,
.newddl-button.external-24.no-label {
	padding: 0;
}

.newddl-button.external-40:hover,
.newddl-button.external-32:hover,
.newddl-button.external-24:hover{
	box-shadow:none;
}

.newddl-button.external-40 .icon,
.newddl-button.external-32 .icon,
.newddl-button.external-24 .icon{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
}

.newddl-button.external-40 .icon {
	padding-left:9px;
	padding-right: 9px;
	margin-left: 8px;
	height: 36px;
}

.newddl-button.external-40.no-label .icon,
.newddl-button.external-32.no-label .icon,
.newddl-button.external-24.no-label .icon {
	margin-left: 0;
}

.newddl-button.external-40 .icon svg {
	height: 36px;
	width: 18px;
}


.newddl-button.blue.external-40 .link-label,
.newddl-button.blue.external-32 .link-label,
.newddl-button.blue.external-24 .link-label{
	color: #00539f;
}

.newddl-button.blue.external-40:hover .link-label,
.newddl-button.blue.external-32:hover .link-label,
.newddl-button.blue.external-24:hover .link-label{
	border-bottom-color: #00539f;
}

.newddl-button.external-40.blue .icon,
.newddl-button.external-32.blue .icon,
.newddl-button.external-24.blue .icon{
	border-color: #00539f;
	background-color: #00539f;
}

.newddl-button.blue.external-40:hover .icon,
.newddl-button.blue.external-32:hover .icon,
.newddl-button.blue.external-24:hover .icon{
	-webkit-box-shadow: 0 0 0 4px rgba(0, 83, 159, 0.4);
	-moz-box-shadow: 0 0 0 4px rgba(0, 83, 159, 0.4);
	box-shadow: 0 0 0 4px rgba(0, 83, 159, 0.4);
}

.newddl-button.external-40.blue.ghost .icon,
.newddl-button.external-32.blue.ghost .icon,
.newddl-button.external-24.blue.ghost .icon{
	border-color: #00539f;
	background-color: #ffffff;
}

.newddl-button.external-40.blue.ghost .icon svg,
.newddl-button.external-32.blue.ghost .icon svg,
.newddl-button.external-24.blue.ghost .icon svg{
	stroke: #00539f;
}

/* Buttons end */


/* Filters */

.filters_body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	color: #00539f;
	background: #ffffff;
	font-size: 16px;
	line-height: 20px;
}
.filters_body .switch_btn {
	align-items: center;
	border-bottom-width: 4px;
	border-top-width: 4px;
	color: #00539f;
	display: flex;
	font-size: 16px;
	font-weight: 200;
	justify-content: space-between;
	margin: 0;
	padding: 12px;
	position: relative;
	text-align: left;
	width: 100%;
	background: #ffffff;
	cursor: pointer;
}
.filters_body .switch_btn:hover .label {
	border-color: #00539f;
}
.filters_body .switch_btn:hover .icon {
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0, 83, 159, 0.4);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0, 83, 159, 0.4);
	box-shadow: 0px 0px 0px 4px rgba(0, 83, 159, 0.4);
}
.filters_body .switch_btn .label {
	border-bottom: 1px solid transparent;
	display: inline-block;
	transition: border 0.3s;
	font-weight: 600;
	padding-right:2px;
	margin-right:13px;
}
.filters_body .switch_btn .icon-small {
	align-items: center;
	cursor: pointer;
	display: flex;
	float: left;
	font-size: 1.6rem;
	font-style: normal;
	justify-content: center;
	letter-spacing: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #00539f;
	border: 0;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	height: 24px;
	width: 24px;
	transition: transform .4s;
}
.filters_body .switch_btn.expanded .icon-small {
	transform: rotate3d(0, 0, 1, 180deg);
}
.filters_body .switch_btn .icon-small .icon {
	color: #00539f;
	background-color: #ffffff;
	border-color: #00539f;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 0;
	transition: box-shadow 0.3s;
	text-align: center;
	height: 24px;
	width: 24px;
}
.filters_body .switch_btn .icon-small .icon svg {
	height: 14px;
	width: 24px;
	padding: 5px 0;
}
.filters_body .switch_btn .icon-small .icon svg * {
	stroke: #00539f;
	fill: none;
}
.filters_body .content_toggle_content_wrapper {
	padding-left: 12px;
	padding-right: 12px;
}
.filters_body .filter_content {
	padding: 4px 0;
}
.check_group_list .check_group_item {
	margin: 0 0 20px 0;
	min-height: 0;
}
.check_group_list .check_group_item .check_option {
	display: inline-block;
	align-items: center;
	position: relative;
	width:100%;
}
.check_group_list .check_option_input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 0;
	width: 0;
	
}
.check_group_list .check_group_item .check_option .check_option_mark {
	background: #ffffff;
	border: 1px solid #cccccc;
	display: block;
	float: left;
	clear: none;
	height: 20px;
	width: 20px;
	position: relative;
	cursor: pointer;
	transition: box-shadow 0.3s, border 0.3s;
	vertical-align: middle;
	margin-right: 12px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.check_group_list .check_group_item .check_option .check_option_mark svg {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding: 3px;
	display: none;
}
.check_group_list .check_group_item .check_option .check_option_mark svg * {
	fill: #ffffff;
}
.check_group_list .check_option_input:checked ~ .check_option_mark svg {
	display: block !important;
}
.check_group_list .check_group_item .check_option .check_option_label {
	font-family: 'tesco_mr';
	font-weight: normal;
	font-style: normal;
	padding: 0;
	color: #00539f;
	border-bottom: transparent solid 1px;
	transition: border .3s;
	margin-bottom: 0;
	display: inline-block;
	cursor: pointer;
	height: 20px;
	line-height: 22px;
}
.check_group_list .check_group_item .check_option .check_option_label:hover {
	border-color: #00539f;
}
.check_group_list .check_group_item .check_option:hover .check_option_mark {
	border-color:#008dc8;
	-webkit-box-shadow: 0 0 0 4px rgba(0, 141, 200, 0.4);
	-moz-box-shadow: 0 0 0 4px rgba(0, 141, 200, 0.4);
	box-shadow: 0 0 0 4px rgba(0, 141, 200, 0.4);
}
.check_group_list .check_option_input:checked ~ .check_option_mark {
	background: #008dc8 !important;
	border-color: #008dc8 !important;
}
.check_group_list .check_group_item { position:relative; clear:both; }
.check_group_list.checkbox .check_group_item .check_option .check_option_mark {
	width:40px;
	height:40px;
}
.check_group_list.checkbox .check_group_item .check_option .check_option_label {
	display: inline-block;
	vertical-align:top;
	padding-top: 11px;
	font-size: 16px;
	line-height: 20px;
	height:auto;
	cursor: pointer;
	margin-bottom: 10px;
	border-color:transparent !important;
	width:87%;
	width:-webkit-calc(100% - 55px);
	width:-moz-calc(100% - 55px);
	width:-ms-calc(100% - 55px);
	width:-o-calc(100% - 55px);
	width:calc(100% - 55px);
}
.check_group_list.checkbox .check_group_item .check_option .check_option_label a {
	display:inline-block;
	line-height:20px;
	color:#00539f;
	border-bottom:1px solid #00539f;
	text-decoration:none;
	transition:border 0.3s, color 0.3s;
}
.check_group_list.checkbox .check_group_item .check_option .check_option_label a:hover,
.check_group_list.checkbox .check_group_item .check_option .check_option_label a:active {
	color:#008dc8;
	border-color:transparent;
	text-decoration:none;
}
.check_group_list.checkbox.normal .check_group_item .check_option .check_option_label {
	color: #666666;
}

/* Filters end */


/* Filter errors */

.check_group_list.error .check_group_item .check_option .check_option_mark,
.check_group_list .check_group_item.error .check_option .check_option_mark { border:1px solid #cc3333; }
.check_group_list.error .check_group_item .check_option:hover .check_option_mark,
.check_group_list .check_group_item.error .check_option:hover .check_option_mark {
	-webkit-box-shadow: 0 0 0 4px rgba(204, 51, 51, 0.2);
	-moz-box-shadow: 0 0 0 4px rgba(204, 51, 51, 0.2);
	box-shadow: 0 0 0 4px rgba(204, 51, 51, 0.2);
}
.check_group_list .check_group_error,
.check_group_list .check_group_item .check_option .check_option_error {
	display:none !important;
	font-family:'tesco_mr';
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	line-height:20px;
	color:#cc3333;
	margin-top:8px;
}
.check_group_list .check_group_error { margin:3px 0 20px 0; }
.check_group_list .check_group_item.error .check_option .check_option_error { cursor:pointer; }
.check_group_list.error .check_group_error,
.check_group_list .check_group_item.error .check_option .check_option_error { display:block !important; }

/* Filter errors end */


/* Text fields */

.newddl-text-field {
	display:inline-block;
	vertical-align:top;
	min-width:400px;
	margin-right:-4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
}
.newddl-text-field.half-width { min-width:200px; }
.newddl-text-field > label {
	font-family: 'tesco_mr';
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	line-height:20px;
	margin:10px 0;
	display:inline-block;
	vertical-align:middle;
	color:#00539f;
	text-align:left;
}
.newddl-text-field > label span {
	font-weight: normal;
	font-style: normal;
}
.newddl-text-field input {
	background: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #666666;
	display: inline-block;
	vertical-align:middle;
	font-family: "tesco_mr";
	font-weight:300;
	font-style:normal;
	font-size:16px;
	height: 40px;
	letter-spacing: 0;
	padding: 6px 8px;
	position: relative;
	transition: box-shadow 0.3s, border 0.3s;
	width: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newddl-text-field input:focus,
.newddl-text-field input:active {
	border-color: #00539f;
	-webkit-box-shadow: 0 0 0 4px rgba(0, 141, 200, 0.4);
	-moz-box-shadow: 0 0 0 4px rgba(0, 141, 200, 0.4);
	box-shadow: 0 0 0 4px rgba(0, 141, 200, 0.4);
}
.newddl-text-field input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999999;
	font-style:italic;
	opacity:1;
}
.newddl-text-field input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999;
	font-style:italic;
	opacity:1;
}
.newddl-text-field input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999999;
	font-style:italic;
	opacity:1;
}
.newddl-text-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999999;
	font-style:italic;
	opacity:1;
}
.newddl-text-field input::-ms-input-placeholder { /* Microsoft Edge */
	color: #999999;
	font-style:italic;
	opacity:1;
}

@media all and (max-width:560px) {
	.newddl-text-field { min-width:0; }
}

/* Text fields end */


/* Text fields with prefix */

.newddl-text-field .prefix {
	background: #ffffff;
	border: 1px solid transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #666666;
	display: table;
	font-family: "tesco_mr";
	font-weight:300;
	font-style:normal;
	font-size:16px;
	height: 40px;
	letter-spacing: 0;
	padding: 0 8px;
	position: relative;
	transition: box-shadow 0.3s, border 0.3s;
	width: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
}

.newddl-text-field .prefix .shadow {
	position:absolute;
	top:-1px;
	left:-1px;
	width:-webkit-calc(100% + 2px);
	width:-moz-calc(100% + 2px);
	width:calc(100% + 2px);
	height:-webkit-calc(100% + 2px);
	height:-moz-calc(100% + 2px);
	height:calc(100% + 2px);
	border:1px solid #cccccc;
	z-index:0;
	transition:box-shadow 0.3s, border 0.3s;
}

.newddl-text-field .prefix input:focus ~ .shadow,
.newddl-text-field .prefix input:active ~ .shadow {
	border-color: #008DC8;
	-webkit-box-shadow: 0 0 0 4px rgba(0, 141, 200, 0.4);
	-moz-box-shadow: 0 0 0 4px rgba(0, 141, 200, 0.4);
	box-shadow: 0 0 0 4px rgba(0, 141, 200, 0.4);
}

.newddl-text-field .prefix span {
	display: table-cell;
	vertical-align:top;
	font-family: "tesco_mr";
	font-weight:300;
	font-style:normal;
	font-size:16px;
	line-height:38px;
	color:#666666;
	width:1px;
	height:38px;
	overflow:hidden;
	word-break: keep-all;
	text-overflow: ellipsis;
	position:relative;
	z-index:1;
}

.newddl-text-field .prefix input {
	border:0 !important;
	background-color:#ffffff;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	display:table-cell;
	vertical-align:top;
	padding:6px 0 7px 0;
	height:38px;
	line-height:normal;
	width:100%;
	max-width:1920px;
	position:relative;
	z-index:1;
}

/* Text fields with prefix end */


/* Text field errors */

.newddl-text-field.error input { color:#cc3333; border:1px solid #cc3333; }
.newddl-text-field.error input:focus,
.newddl-text-field.error input:active {
	-webkit-box-shadow: 0 0 0 4px rgba(204, 51, 51, 0.2);
	-moz-box-shadow: 0 0 0 4px rgba(204, 51, 51, 0.2);
	box-shadow: 0 0 0 4px rgba(204, 51, 51, 0.2);
}
.newddl-text-field.error .prefix input:focus ~ .shadow,
.newddl-text-field.error .prefix input:active ~ .shadow {
	border-color: #cc3333;
	-webkit-box-shadow: 0 0 0 4px rgba(204, 51, 51, 0.2);
	-moz-box-shadow: 0 0 0 4px rgba(204, 51, 51, 0.2);
	box-shadow: 0 0 0 4px rgba(204, 51, 51, 0.2);
}

.newddl-text-field .newddl-text-field-error {
	display:none !important;
	text-align:left;
	font-family:'tesco_mr';
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	line-height:20px;
	color:#cc3333;
	margin-top:8px;
}
.newddl-text-field.error .newddl-text-field-error { display:block !important; }
.newddl-text-field.error input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #cc3333;
	font-style:italic;
	opacity:0.6;
}
.newddl-text-field.error input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #cc3333;
	font-style:italic;
	opacity:0.6;
}
.newddl-text-field.error input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #cc3333;
	font-style:italic;
	opacity:0.6;
}
.newddl-text-field.error input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #cc3333;
	font-style:italic;
	opacity:0.6;
}
.newddl-text-field.error input::-ms-input-placeholder { /* Microsoft Edge */
	color: #cc3333;
	font-style:italic;
	opacity:0.6;
}

/* Text field errors */


/* Date fields */

.newddl-text-field.date-field .day, .newddl-text-field.date-field .month { width:46px; }
.newddl-text-field.date-field .year { width:64px; }

/* Date fields end */


/*Hierarchy
Headings and text should follow guidelines on font weight, sizes, leading values, colour and pairing*/

h1.nddl, h2.nddl, h3.nddl, h4.nddl ,h5.nddl{
	color: #333333;
	font-family: 'tesco_mr';
	font-weight:600;
}

h1.nddl{
	font-size: 32px;
	line-height: 36px;
}

h2.nddl{
	font-size: 28px;
	line-height: 32px;
}

h3.nddl{
	font-size: 24px;
	line-height: 28px;
}

h4.nddl{
	font-size: 20px;
	line-height: 24px;
}

h5.nddl{
	font-size: 16px;
	line-height: 20px;
}

.t1.nddl, .t2.nddl, .t3.nddl{
	color: #666666;
	font-family: 'tesco_mr';
	font-weight:400;
	font-style: normal;
}

.t1.nddl{
	font-size: 20px;
	line-height: 28px;
}

.t2.nddl{
	font-size: 16px;
	line-height: 24px;
}

.t3.nddl {
	font-size: 14px;
	line-height: 22px;
}

/*Hierarchy end*/


/* Accordion */

.newddl-accordion {
	display:block;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#ffffff;
}

.newddl-accordion-item { background:#ffffff; }

.newddl-accordion-button {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 10px 12px 10px 64px;
  position: relative;
  text-align: left;
  width: 100%;
	background:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.newddl-accordion-item + .newddl-accordion-item .newddl-accordion-button { border-top:0; }

.newddl-accordion-button .label {
	font-family: 'tesco_mr';
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	line-height:20px;
	color:#00539f;
}
.newddl-accordion-button .label span { border-bottom:1px solid transparent; transition:border 0.3s; }

.newddl-accordion-button:hover .label span { border-color:#00539f; }

.newddl-accordion-icon {
	position:absolute;
	top:8px;
	left:12px;
	width:24px;
	height:24px;
	border:2px solid #00539f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition:box-shadow 0.3s;
	text-align:center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.newddl-accordion-button:hover .newddl-accordion-icon {
	-webkit-box-shadow:0 0 0 4px rgba(0, 83, 159, 0.4);
	-moz-box-shadow:0 0 0 4px rgba(0, 83, 159, 0.4);
	box-shadow:0 0 0 4px rgba(0, 83, 159, 0.4);
}

.newddl-accordion-icon svg {
	fill:none;
	stroke:#00539f;
	stroke-width:2.0;
	width:14px;
	height:24px;
	margin-top:-2px;
	overflow:hidden;
}

.newddl-accordian-slide {
	display:none;
	font-family: 'tesco_mr';
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	line-height:20px;
	padding:15px 15px 15px 64px;
	border-bottom:1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	max-width:858px;
}

/* Accordion end */