a:hover,a:active {
	color: #d8242f;
	text-decoration: underline !important;
}

.page-heading h1 img {
	vertical-align: top;
	margin-top: 7px;
	margin-left: 10px;
}

.masthead {
	background: white;
}

#branchFinder {
	color: #2a2a2a;
}

#branchFinder .mapParent {
	margin-left: 0;
}

.BranchResult:hover {
	background-color: #FFE4E1;
	color: black;
}

#SelectedDay {
	width: 105px;
	font-size: 13px;
	padding: 5px;
}

#SelectedTime {
	width: 90px;
	font-size: 13px;
	padding: 6px 3px;
}

.no-branches-form-actions {
	background: none;
	text-align: left;
	font-size: 1.1em;
	margin-top: 16px;
	padding: 8px 8px 8px 0;
}

#ResultsMap {
	height: 524px;
	width: 100%;
}

#BranchMap {
	/*height: 416px;*/
	height: 624px;
	width: 624px;
}

@media ( max-width : 992px) {
	#BranchMap {
		width: 100% !important;
	}
}

#BranchPanorama {
	height: 208px;
	width: 624px;
}

.mainBranchResultsList {
	border-top: 1px solid darkgray;
}

.BranchResult {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid darkgray;
}

#branchFinder .resultIdParent {
	width: 40px;
    position: absolute;
}

#branchFinder .singleBranchDetail {
	padding: 0 0px 3px 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	width: 100%;
}

#branchFinder .otherBranchVisible {
	margin: 16px 0 16px 0;
	font-size: 16px;
}

.BranchResultId {
	text-align: right;
	margin-right: 5px;
	font-size: 2.3em;
	margin-top: -5px;
}

.BranchResult:hover {
	background-color: #FFE4E1;
	color: black;
}

.BranchResult h2 {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.4;
}

.BranchName {
	font-size: 1.3em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	cursor: pointer;
}

.BranchDetails .BranchName {
	float: none;
}

.BranchDetailsLink {
	font-size: 13px;
	float: right;
}

.BranchDetailsLink a {
	font-weight: normal;
}

.BranchResultsAddress {
	/*color: darkgray;*/
	margin-top: 0px;
	font-size: 1em;
	line-height: 1em;
}

.BranchResultsPostcode {
	float: left;
}

ul.ui-autocomplete {
	max-height: 210px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

ul.ui-autocomplete li.ui-menu-item {
	list-style-type: none;
	list-style-image: none;
}

ul.ui-autocomplete .ui-menu-item a {
	
}

/* Reset the p element (from bootstrap)*/
p {
	margin: 0;
}

.validation-summary-errors ul,.validation-summary-errors ul li {
	margin: 0;
	list-style-type: none;
	color: #D8242F;
	vertical-align: middle;
	padding: 0;
	font-size: 12px;
}

.styledCheckbox input {
	display: none;
}

.styledCheckbox span {
	width: 20px;
	height: 20px;
	display: block;
	background:
		url("/Content/themes/base/images/ui-icons_cd0a0a_256x240.png");
}

.styledCheckbox input:checked+span {
	background:
		url("/Content/themes/base/images/ui-icons_888888_256x240.png");
}

.ui-accordion-header {
	font-size: 12px;
}

.webform-component-checkboxes label {
	display: inline-block;
	font-size: 12px;
	width: auto;
	text-align: left;
	float: none;
	margin: 0;
}

.webform-component-checkboxes input {
	display: inline-block;
	top: -1px;
	vertical-align: middle;
	margin: 0;
}

.longLabel {
	width: 277px;
}

#SelectedDay {
	width: 105px;
	font-size: 13px;
	padding: 5px;
}

#SelectedTime {
	width: 90px;
	font-size: 13px;
	padding: 6px 3px;
}

.no-branches-form-actions {
	background: none;
	text-align: left;
	font-size: 1.1em;
	margin-top: 16px;
	padding: 8px 8px 8px 0;
}

#BranchMap {
	/*height: 416px;*/
	height: 624px;
	width: 624px;
}

#BranchPanorama {
	height: 208px;
	width: 624px;
}

.mainBranchResultsList {
	border-top: 1px solid darkgray;
}

.BranchResult {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid darkgray;
}

.BranchResult:hover {
	background-color: #FFE4E1;
	/*background: #FFD700;*/
	color: black;
}

.btn-primary-small {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 24px;
	font-size: 12px;
}

.btn-primary-small:after {
	content: "";
	background: url(../img/ui-chevrons.png)
		-114px -814px no-repeat;
	width: 7px;
	height: 10px;
	top: .3em;
	right: .5em;
	position: absolute;
}

.btn-primary-small:hover:after,.btn-primary-small:focus:after {
	background: url(../img/ui-chevrons.png)
		-114px -814px no-repeat;
}

.btn-primary-small:hover,.btn-primary-small:focus {
	color: #fff;
	background-color: #ac000b;
	background: -moz-linear-gradient(top, #c2202a 0%, #d8242f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2202a),
		color-stop(100%, #d8242f));
	background: -webkit-linear-gradient(top, #c2202a 0%, #d8242f 100%);
	background: -o-linear-gradient(top, #c2202a 0%, #d8242f 100%);
	background: -ms-linear-gradient(top, #c2202a 0%, #d8242f 100%);
	background: linear-gradient(to bottom, #c2202a 0%, #d8242f 100%);
}

.btn-primary-small a {
	color: white;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.btn-primary-small a:hover {
	color: white;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.infoWindow {
	width: 200px;
	background-color: bisque;
}

.OpeningTimes {
	margin-top: 20px;
	/*height:150px;*/
}

.OpeningTimes .btn:after {
	display: none;
}

.BranchDirections {
	margin-top: 10px;
	clear: both;
}

.NearbyBranches {
	margin-top: 20px;
}

.BranchProducts {
	margin-top: 20px;
}

.NearbyBranches h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
}

.OpeningTimes h2,.BranchProducts h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.ui-accordion h3 {
	margin: 0;
}

.productAvailabilityHeader {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 2px;
	margin-top: 2px;
}

.productDetail {
	font-size: 0.9em;
	display: table;
	margin-bottom: 4px;
	height: 14px;
}

.productDetailOpening {
	height: 14px;
	width: 14px;
	/*display:table-cell;*/
	float: left;
	margin-right: 4px;
}

.openingTypeCore {
	/*background-color:cornflowerblue;*/
	background-color: #0F4600;
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 5px 0 0px;
}

.openingTypeExtended {
	/*background-color:lightgray;*/
	background-image: url(/Content/images/ExtendedOpeningBar.png);
	border: 1px solid #0F4600;
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 5px 0 0px;
}

.openingTypeLunch {
	background-color: white;
	border: 1px solid #0F4600;
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 5px 0 0px;
}

.productDetailName {
	line-height: 14px;
	margin-right: 4px;
	float: left;
}

.OpeningTimes table,.OpeningTimes tbody,.OpeningTimes th,.OpeningTimes tr,.OpeningTimes td
	{
	border: none;
	padding: 0;
}

.OpeningTimes th {
	font-weight: 700;
	line-height: 13px;
	padding: 0 6px 6px 0;
	text-align: right;
	width: 30px;
	font-size: 12px;
}

.OpeningTimes .TimesTextCell {
	font-weight: normal;
	line-height: 44px;
	/*padding: 0 6px 6px 0;*/
	text-align: left;
	font-size: 13px;
	width: 80px;
}

.OpeningTimes .TimesLunchTextCell {
	font-weight: bold;
	line-height: 28px;
	/*text-align: center;*/
	font-size: 13px;
}

.OpeningTimesBar {
	width: 194px;
	height: 13px;
	position: relative;
}

.OpeningTimesBar a {
	height: 11px;
	content: "";
	text-decoration: none;
	background-image: url(/Content/images/ExtendedOpeningBar.png);
	position: absolute;
	border-top: 1px solid #0F4600;
	border-bottom: 1px solid #0F4600;
	cursor: default;
}

.OpeningTimesBar a .ExtendedBarEndCap {
	position: absolute;
	width: 1px;
	height: 9px;
	background-color: #0F4600;
}

.OpeningTimesBar a .CoreHours {
	height: 9px;
	position: absolute;
	background-color: #0F4600;
}

.OpeningTimesBar a .LunchHours {
	height: 9px;
	position: absolute;
	background-color: #FFFFFF;
	border-left: 1px solid #0F4600;
	border-right: 1px solid #0F4600;
}

.OpeningTimesBarHeader {
	width: 194px;
	/*height:13px;*/
	position: relative;
}

.OpeningTimesBarHeader table {
	position: absolute;
	width: 194px;
}

.SeasonalOpeningTimesBarHeader {
	width: 220px;
	/*height:13px;*/
	position: relative;
}

.SeasonalOpeningTimesBarHeader table {
	position: absolute;
	width: 220px;
}

/* ||| Not used ? */
.ClosedTimesBar {
	font-weight: normal;
	line-height: 13px;
	padding: 0 10px 6px 0;
	text-align: left;
	width: 74px;
	font-size: 12px;
}

/* ||| Not used ? */
.ExtendedOpeningBar {
	height: 12px;
	/*background-color:lightgray;*/
	background-image: url(/Content/images/ExtendedOpeningBar.png);
	border: 1px solid #0F4600;
	position: absolute;
	z-index: 1;
}

/* ||| Not used ? */
.NormalOpeningBar {
	height: 12px;
	/*background-color:cornflowerblue;*/
	background-color: #0F4600;
	position: absolute;
	z-index: 2;
}

/* ||| Not used ? */
.NormalOpeningBar:hover {
	background-color: blue;
}

/* ||| Not used ? */
.ExtendedOpeningBar:hover {
	background-color: gray;
}

/* ||| Not used ? */
.LunchTimeClosedBar {
	height: 12px;
	background-color: white;
	border: 1px solid #0F4600;
	position: absolute;
	z-index: 10;
}

/* ||| Not used ? */
.LunchTimeClosedBar:hover {
	background-color: blue;
	border: 1px solid #0F4600;
}

.earliestOpeningTime {
	font-size: 12px;
	width: 97px;
	padding-bottom: 3px;
	background: transparent url(/content/images/lefttimemarker.png)
		no-repeat left bottom;
}

.earliestSeasonalOpeningTime {
	font-size: 12px;
	width: 110px;
	padding-bottom: 3px;
	background: transparent url(/content/images/lefttimemarker.png)
		no-repeat left bottom;
}

.latestClosingTime {
	text-align: right;
	font-size: 12px;
	width: 97px;
	padding-bottom: 3px;
	background: transparent url(/content/images/righttimemarker.png)
		no-repeat right bottom;
}

.latestSeasonalClosingTime {
	text-align: right;
	font-size: 12px;
	width: 110px;
	padding-bottom: 3px;
	background: transparent url(/content/images/righttimemarker.png)
		no-repeat right bottom;
}

.midDayTime {
	font-size: 12px;
	position: absolute;
	width: 59px;
	padding-bottom: 3px;
	text-align: center;
	background: transparent url(/content/images/midtimemarker.png) no-repeat
		center bottom;
}

.nomargin {
	margin: 0;
}

#nearbyBranchesList {
	margin-top: 10px;
}

.NearbyBranchItem {
	font-size: 1em;
	clear: both;
}

.NearbyBranchItem a {
	font-weight: normal;
}
.legacy .NearbyBranchItem span:last-child {
    font-weight: 400;
}
.legacy span:last-child {
    color: rgb(216, 36, 47);
    text-decoration: none;
}
.legacy span:last-child:active, .legacy span:last-child:hover {
    color: rgb(216, 36, 47);
    text-decoration: underline;
    outline: 0px;
}
.ToggleNearbyBranchesLink {
	cursor: pointer;
	color: crimson;
}

.SwitchOpeningTimesLink {
	cursor: pointer;
	float: right;
}

.SwitchOpeningTimesLinkSelected {
	font-weight: bold;
	color: crimson;
}

.SwitchOpeningTimesLink:hover {
	font-weight: bold;
}

#edit-postcode-or-town {
	width: 275px;
}

#SelectedDate {
	width: 100px;
}

.page-heading .header {
	margin: 0;
	font-size: 3.2em;
	font-family: ChevinProMedium, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -1px;
	float: left;
}

.secondary-form-actions {
	font-size: 1.1em;
	margin-top: 3px;
}
/*.secondary-form-actions .form-submit{border:none;background:#d8242f url(/sites/all/themes/postoffice2012/img/chevron-lge-right-fff.png) no-repeat 92% 50%;}*/
.secondary-form-actions .form-submit {
	border: none;
}

.secondary-form-actions .form-submit:hover,.form-actions .form-submit:focus,.form-actions .form-submit:active
	{
	background-color: #ac000b;
}

.btn-redlink,.btn-redlink:hover {
	color: #D8242F;
}

/* IE10 needs this for the jquery UI autocomplete otherwise there's too much space around the list item */
/*.ui-menu-item
{
	list-style:none;
}*/
.placePickerCategory {
	font-size: 12px;
}

.placePickerName {
	margin-top: -4px;
}

.productPickerLevel1Heading {
	font-size: 1em;
	font-weight: 700;
}

.productPickerLevel2Group {
	margin-bottom: 10px;
}

.openingTimesFooter {
	font-size: 0.9em;
	clear: both;
	margin-top: 3px;
}

#products .panel-title {
	position: relative;
	display: inline-block;
	font-size: 1.1em;
}

#products .panel-title>a {
	position: relative;
	display: inline-block;
	padding-left: 25px;
    font-weight: normal;
}

#products .panel-title>a:before {
	background: url(../img/ui-chevrons.png)
		no-repeat scroll -267px -263px;
	content: "";
	display: block;
	height: 17px;
	width: 24px;
	position: absolute;
	left: 0;
	top: 0;
}

#products .panel-title>a.collapsed:before {
	background: url(../img/ui-chevrons.png)
		no-repeat scroll -112px -263px;
	content: "";
	display: block;
	height: 17px;
	width: 11px;
	position: absolute;
	left: 0;
	top: 2px;
}

.btn-group>.btn:focus {
	/*color:orange;*/
	outline: thin dotted;
}

#productSelectionLabel {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 277px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media screen and (max-width: 624px) {
	#ResultsMap {
		height: 310px;
		width: 99%;
		margin: 0 auto 0;
	}
}

/* Product and services selection starts */

.legacy #productSelectionLabel {
    visibility: hidden;
}

div.product-service-mobile-selection, div.product-service-mobile-heading, #apply-filters {
    display: none;
}

@media (max-width: 807px) {

    .legacy #products .panel-heading .panel-title {
        margin: 0.7em 0 0.2em;
        width: 100%;
    }

    .legacy #products .panel-heading .panel-title>a:before,
    .legacy #products .panel-heading .panel-title>a.collapsed:before{
        display: none;
    }

    .legacy #products .panel-heading .panel-title>a:after {
        background: url(../img/branchfinder-mobile-sprite.png) -295px -3px no-repeat;
        content: "";
        width: 35px;
        top: 0;
        height: 30px;
        float: right;
        margin-left: 5px;
    }

	#edit-postcode-or-town {
		height: 44px;
	}

    .legacy #products legend.product-service-menu {
		color: #444;
		cursor: pointer;
		width: 100%;
		text-align: left;
		outline: none;
        font-size: 20px;
        font-weight: bold;
        color: #CF133E;
        border-bottom: 1px solid #F3F3F3;
        padding-bottom: 15px;
	}

	legend.product-service-menu.active, legend.product-service-menu:hover {
		background-color: #fff;
	}

	legend.product-service-menu:after {
        background: url(../img/branchfinder-mobile-sprite.png) -258px -18px no-repeat;
        content: "";
        width: 20px;
        top: 16px;
        height: 15px;
        right: 16px;
        float: right;
        margin-right: 16px;
	}

	legend.product-service-menu.active:after {
        background-position: -18px -128px;
	}

	/* div.product-service-child {
		padding: 0 2px 0 0;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
	}

	div.product-service-child.show {
		opacity: 1;
		max-height: 1000px;
	} */

	div.scrollable-mobile {
		position: absolute;
		width: 100%;
		height: 100%;
		/*top: 0; */
		left: 0;
        z-index: 1;
        padding-left: 20px;
    	padding-right: 20px;
	}

    div.scrollable-mobile .cancel-selection span {
        background: url(../img/branchfinder-mobile-sprite.png) -195px 0px no-repeat;
        content: "";
        width: 44px;
        top: 16px;
        height: 45px;
        position: absolute;
        right: 36px;
    }

    #products .cancel-selection {
        padding: 16px 16px 0px;
    }

    #products .cancel-selection h2 {
        font-size: 24px;
        color: #000000;
    }

    #products .cancel-selection p {
        font-size: 16px;
    }

    /* .product-service-child input, .input-parent #use-my-location {
        float: right;
        width: 44px;
        height: 44px;
        opacity: 0;
        outline: 1px solid #000000;
    } */

    #use-my-location {
        margin: 5px 0 5px;
    }

    #edit-postcode-or-town-wrapper #use-my-location:checked {
        margin-right: 0;
    }

    .legacy #edit-postcode-or-town-wrapper label#use-my-location-label {
        padding-top: 20px;
		width: 185px;
    }

    .product-service-child input:checked, #use-my-location:checked {
        background: url(../img/branchfinder-mobile-sprite.png) -120px -20px no-repeat;
        content: "";
        top: 16px;
        right: 16px;
        float: right;
        /*margin-right: 16px; */
    }

    .product-service-child .product-service-checkbox div {
        background: url(../img/branchfinder-mobile-sprite.png) -59px -5px no-repeat;
        float: right;
    }

    .legacy .product-service-child .webform-component-checkboxes label {
        margin-top: 15px;
        font-size: 16px;
    }

    .legacy .webform-component-checkboxes.product-service-checkbox {
        border-bottom: 1px solid #F3F3F3;
        padding: 5px 0 5px;
    }

    .product-service-child .product-service-checkbox div.input-checked{
        background-position: -113px -5px;
    }

	#edit-postcode-or-town-wrapper .input-parent {
		background: url(../img/branchfinder-mobile-sprite.png) -59px 5px no-repeat;
		float: right;
	}

	#edit-postcode-or-town-wrapper .input-parent.input-checked{
		background-position: -113px 5px;
	}

    .panel-body #apply-filters {
        display: inline-block;
        background: url(../img/branchfinder-mobile-sprite.png) -5px -59px no-repeat;
        width: auto;
        height: 44px;
        text-align: center;
        padding: 14px;
        font-weight: bold;
        font-size: 18px;
        margin: 0 auto 0;
        color: #ffffff;
    }

    #productSelectionLabel {
        display: none;
    }

    .legacy #products .panel-heading .panel-title>a {
        padding-left: 0;
        width: 100%;
        text-decoration: none;
    }

    .bf-location-icon {
        background: url(../img/branchfinder-mobile-sprite.png) -165px -5px no-repeat;
        content: "";
        width: 26px;
        height: 28px;
        float: left;
        margin-right: 5px;
        margin-top: 16px;
    }
}
/*#use-my-location-label, #use-my-location, .bf-location-icon {
	display: none;
}*/

/* DTT-1469  */
@media (max-width: 767px) {
	div.scrollable-mobile {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 160px;
		left: 0;
        z-index: 1;
        padding-left: 20px;
    	padding-right: 20px;
	}	
}

.bf-row .g-11 .advert {
    overflow: hidden;
    margin-bottom: 28px;
}

#bf-rest > .g-row .g-20 .advert {
	overflow: hidden;
    margin-bottom: 28px;
}
#branchFinder .g-row .g-11 .search-again {
	width: 100px;
}

@media (max-width: 807px) {
	#branchFinder .g-row .g-11 .search-again {
		width: 115px;
	}
}

@media (max-width: 767px) {
	#branchFinder .g-row .g-11 .search-again {
		width: 100px;
	}
}

@media (max-width: 807px) {
	#bf-rest .g-row.bf-rest-row {
		margin-left: auto;
		margin-right: auto;
	}
	#bf-rest .page-block.g-20.resp {
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
	#bf-rest .g-20.resp {
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
	#bf-rest .g-11.resp {
		width: 100%;
		margin-left: 0px;
	}
	#bf-rest > #edit-postcode-or-town {
	    height: 44px;
	}
	#bf-rest .g-20 .g-row.page-block.promo-row {
		text-align: center;
	}
	#bf-rest > .g-row .g-20 .advert {
		float: none;
    	display: inline-block;
		margin-left: 0px;
	}
}

@media (max-width: 807px) {
	#branchFinder .g-row.bf-rest-row {
		margin-left: auto;
		margin-right: auto;
	}
	#branchFinder .page-block.g-20.resp {
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
	#branchFinder .g-20.resp {
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
	#branchFinder .g-11.resp {
		width: 100%;
		max-width: initial;
	}
	.legacy #ResultsMap {
	    height: 240px !important;
	}
	.branch-details .g-row {
		margin-left:0px;
	}
	.branch-details .page-block.g-20.resp {
        width: 100%;
		max-width: 100%;
		margin-left: 0px
    }
    .branch-details .g-11.resp {
        width:100%;
        float:right;
        max-width:initial;
    }
    .branch-details .g-20.resp {
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
	.legacy #BranchMap {
		 height: 240px !important;
	}
    
	.branch-details .legacy .g-11.resp {
	    width: 100%;
	    max-width: initial;
    }
    .branch-details .g-11.resp .details-search-again {
	    float: right;
	    width: 5.5rem;
	    max-width: initial;
	}
}
.branch-details .g-11.resp .details-search-again {
	float: right;
	width: 6rem;
}
.branch-details .g-11.resp .search-to-result {
	float: right;
    text-align: right;
}
 .branch-details .g-11.resp.inaccuracies {
    float: right;
    max-width: initial;
    width: 100%;
 }
 .branch-details .g-11.resp.inaccuracies .btn {
    font-family: ProbaPro-Regular,Arial,sans-serif;
    font-size: 14px;
}
.branch-details .g-11.resp.inaccuracies a.btn:hover,
.branch-details .g-11.resp.inaccuracies a.btn:active {
	text-decoration: none !important;
}
.branch-details .btn.btn-default{
	    font-family: ProbaPro-Regular,Arial,sans-serif !important;
	    
}
.branch-details a.btn.btn-default:hover,
.branch-details a.btn.btn-default:active,
.branch-details a.btn.btn-default:focus {
	text-decoration: none !important;
}

 @media (max-width: 767px) {
	.branch-details .g-11.resp .details-search-again {
	    float: right;
	    text-align: right;
	    margin: 0 auto;
	    display: inline-block;
	}
}
.branch-details .seperator-line {
	color: #333 !important;
	font-size: 14px;
	vertical-align: text-bottom;
}
/* tooltips styling */
.ui-tooltip {
    background: #333;
    color: white;
    border: none;
    padding: 0;
    opacity: 1;
    font-family: ProbaPro-Regular,Arial,sans-serif;
    font-size: 14px;
}
.ui-tooltip-content {
    position: relative;
    padding: 0.3em;
    border-radius: 4px;
    border-color: #333;
    font-family: ProbaPro-Regular,Arial,sans-serif;
    font-size: 14px;
}
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}
.ui-tooltip-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
@media screen and (max-width: 767px) {
	.ui-tooltip {
		position: relative;
	}
	.ui-tooltip-content {
 		position: absolute;
    	background: #333;
		color: white;
		top: -2rem !important;
    	left: 55% !important;
    	margin-right: -60px;
    	text-align:center;
	}
.ui-tooltip-content::after {
		content: " ";
		position: absolute;
		top: 120% !important; /* At the bottom of the tooltip */
		left: 50% !important;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: black transparent transparent transparent;
	}
}
@media screen and (min-width : 768px) and (max-width: 807px) {
	.ui-tooltip {
		position: relative;
	}
	.ui-tooltip-content {
 		position: absolute;
    	background: #333;
		color: white;
		top: -0.8rem;
    	left: -119%;
    	margin-right: -60px;
    	text-align:center;
	}
	.ui-tooltip-content::after {
		content: "";
	    position: absolute;
	    top: 50%;
	    left: 100%;
	    margin-top: -5px;
	    border-width: 5px;
	    border-style: solid;
	    border-color: transparent transparent transparent black;
	}
}
/*
#bf-rest .webform-component-checkboxes.product-service-checkbox {
	display: table;
}
#bf-rest .webform-component-checkboxes label {
	display: table-cell!important;;
	line-height: 1.2;
}
*/
/* branch finder page mobile device css issue fixed */
@media screen and (max-width: 767px) {
	div.scrollable-mobile {
		padding-left: 0!important;
    	padding-right: 0!important;
    	top:78px;
	}
	#products .cancel-selection p {
		margin-bottom: 9px;
	}
	#bf-rest .panel {
		border:0px!important;
	}
	legend.product-service-menu:after {
		margin-right: 0px;
	}
	#products .cancel-selection {
		padding: 0 15px 0 15px;
	}
	#products .cancel-selection h2 {
		margin-top: 20px;
		margin-bottom: 6px;
	}
	#bf-rest .panel-body #apply-filters {
		margin-top: 25px!important;
		margin-bottom: 35px;
	}
	#bf-rest .panel-body {
    	padding: 15px;
	}
	#bf-rest #products .cancel-selection {
    	padding: 0 15px 0 15px;
	}
	#bf-rest .webform-component-checkboxes.product-service-checkbox {
    	display: block;
	}
	.product-service-child .product-service-checkbox div {
		display: table;
	}
	#bf-rest .legacy .product-service-child .webform-component-checkboxes label {
		overflow-wrap: break-word;
	    display: table-cell;
	    height: 44px;
	    vertical-align: middle;
	    line-height: 1.2;
	}
	#bf-rest div.scrollable-mobile .cancel-selection span {
        background: url(../img/icon-close.png) no-repeat;
        content: "";
        width: 24px;
        top: 20px;
        height: 24px;
        position: absolute;
        right: 15px;
        background-size: 24px;
    }
}
@media screen and (max-width: 320px) {
	.bf-row {
	    margin-left: 0!important;
	    margin-right: 0!important;
	    width: 100%;
	    max-width:  20em!important;
    }
    .g-20.resp {
	    margin-left: 0;
	    margin-right: 0;
	    width: 100%;
	    max-width:  20em;
    }
    .g-20.resp .webform-component {
        width: 100%;
    }
    .legacy .webform-component>.form-item {
    	max-width: 18.4em;
    	width: 100%;
    }
    #bf-rest #edit-postcode-or-town-wrapper label {
    	width: 100%;
    	max-width: 15em;
	}
	#bf-rest #products .panel-heading .panel-title>a:after {
		margin-right: -10px;
	}
}
/* END */
/* branch finder full width component */
#bf-full-width.o-section{
	padding-right: 0rem !important;
    padding-left: 0rem !important;
}
#bf-full-width .bf-full-width-container {
	
	/*
	margin-right: auto;
    margin-left: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    */
    
    margin-left: auto;
    margin-right: auto;
    max-width: 67.8125em;
}
#bf-full-width .bf-search-container{
		padding: 0 0 0 0;
	}

@media screen and (min-width : 1024px) {
	#bf-full-width .bf-full-width-container .title {
		width: 1085px;
	}
	#bf-full-width .bf-full-width-container .adjust-on-result {
		margin-left: 0px;
	}
	#bf-full-width #products-list {
		max-width: 280px;
    	margin: auto;
	}
}
#bf-full-width h1 {
	font-size: 2.5rem;
	font-family: ProbaPro-Bold,Arial,sans-serif;
	padding-bottom: 1.25rem;
	text-align: center;
}
#bf-full-width .bf-search-infor {
	padding-bottom: 1.25rem;
}
#bf-full-width .full-width-container {
	padding-left: 0;
	padding-right: 0;
	margin: 0; 
}
#bf-full-width .bf-form-container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#bf-full-width .bf-form-wrapper {
	width: 100%;
	margin: 0px;
	background: none;
	border: none;
	padding: 0;
}
#bf-full-width .bf-webform-component {
	display: inline-block;
}
#bf-full-width .bf-postcode-or-town {
	height: 3.375rem;
	width: 28.125rem !important;
	font-size: 1.25rem;
	text-align: center;
	font-family: ProbaPro-Regular,Arial,sans-serif;
	margin-bottom: 1.25rem;
}
#bf-full-width .form-item {
	margin:0;
	text-align: center;
    display: inline-block;
}
#bf-full-width .panel-heading {
	padding-left: 20px!important;
	height: 3.4375rem;
	display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
#bf-full-width .panel-title {
	color: #d8242f;
	font-size: 1.25rem;
}
#bf-full-width .panel-default {
	margin-bottom: 1.25rem;
	
	
}
#bf-full-width .form-actions {
	background: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#bf-full-width .page-block {
	margin:0px;
}
#bf-full-width .bf-postcode-or-town.form-text {
	padding: 0px;
}
@media screen and (min-width : 768px) and (max-width: 1023px) {
	#bf-full-width .bf-search-container{
		padding: 0 1.25rem 0 1.25rem;
	}
	#bf-full-width .o-col-md-8 {
		flex-basis: 100%
	}
	#bf-full-width .form-item {
		width: 100%;
	}
	#bf-full-width #products-list {
		max-width: 280px;
    	margin: auto;
	}
}
@media screen and (max-width: 767px) {
	#bf-full-width .bf-full-width-container {
		padding: 0 0.9375rem 0 0.9375rem;
	}
	#bf-full-width h1 {
		font-size: 1.5rem;
	}
	#bf-full-width .bf-search-infor {
		padding-bottom: 1.25rem;
	}
	/* #bf-full-width .o-col-md-8 {
		flex-basis: 100%
	} */
	#bf-full-width .form-item {
		width: 100%;
	}
	#bf-full-width .bf-postcode-or-town {
		width:100% !important;
		margin-bottom: 1.875rem;
	}
	#bf-full-width .bf-postcode-or-town {
		font-size: 1.125rem;
	}
	#bf-full-width .c-button {
		max-width: 100%;
	}
}

#bf-full-width .products-font {
	font-size: 1.125rem;
	line-height: 1.5rem;
}
#bf-full-width .products-font:hover {
	text-decoration: none;
}

#bf-full-width .products-section {
	margin-bottom: 30px;
}
#bf-full-width .products-label {
	display: block;
    width: 50%;
	margin: auto;
	padding-left: 0px;
	padding-bottom: 10px;
}
#bf-full-width .products-label:last-child {
	padding-bottom: 0px;
}
#bf-full-width .products-label span {
	color: #333;
	display: block;
	text-align: left;
	padding-left: 55px;
	padding-top: 7px;
	padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
	#bf-full-width .products-section {
		margin-bottom: 25px;
	}
	#bf-full-width .products-label {
		width: 100%;
	}
}
/* END */

/* DETAILS PAGE START */
@media screen and (min-width : 1024px) {
	
	#branch-finder-details.bf-full-width #branch-finder {
		max-width: 1120px;
		margin-left: 0px !important;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	#branch-finder-details.bf-full-width #branch-finder > .page-block > .g-11.resp{
		float: right;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section {
		padding-left: 20px;
    	padding-right: 20px;
		margin-left: 0px;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section > .page-block.g-20.resp {
		float: none;
		display: block;
		width: auto;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section > .page-block.g-20.resp > article {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 1.25rem;
		margin-left: auto;
		max-width: 66%;
		text-align: center;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section > .nav-links {
		float: none;
		display: block;
		width: auto;
		height: 25px;
		margin-bottom: 10px;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section .details-search-again {
		width: auto;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section .details-search-again > input {
		padding-right: 0px;
		border: none;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section > .page-block.g-11.inaccuracies {
		float: none;
		display: block;
		width: auto;
		height: 40px;
		margin-bottom: 10px;
	}
	
	#branch-finder-details.bf-full-width .BranchDetails.potools {
		line-height: 1.125rem;
	}
	#branch-finder-details.bf-full-width .BranchName {
		font-size: 18.2px;
		line-height: 18.2px;
	}
	#branch-finder-details.bf-full-width .BranchResultsAddress {
		font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .BranchResultsPostcode {
		font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .BranchDirections a {
		font-size: 14px;
		line-height: 14px;
		color: #d8242f;
	}
	#branch-finder-details.bf-full-width .OpeningTimes.potools h2 {
		font-size: 20.8px;
		line-height: 25px;
	}
	
	#branch-finder-details.bf-full-width .OpeingTimesTooltip {
		height: 10px;
	}
	
	#branch-finder-details.bf-full-width .BranchProducts.potools a {
		color: #d8242f;
    	text-decoration: none;
	}
	#branch-finder-details.bf-full-width .NearbyBranches.potools .NearbyBranchItem {
    	font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .NearbyBranches.potools a {
		color: #d8242f;
    	text-decoration: none;
	}
	#branch-finder-details.bf-full-width .BranchProducts h2,
	#branch-finder-details.bf-full-width .NearbyBranches.potools h2 {
		font-size: 18.2px;
		line-height: 21.84px;
	}
	#branch-finder-details.bf-full-width .productAvailabilityHeader,
	#branch-finder-details.bf-full-width .ToggleNearbyBranchesLink.pull-right {
		font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .productDetail {
		font-size: 12.6px;
		line-height: 12.6px;
	}
}

@media screen and (min-width : 768px) and (max-width: 1023px) {
	#branch-finder-details.bf-full-width {
		margin-left: 15px;
		margin-right: 15px;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section > .page-block.g-20.resp > article {
    	text-align: center;
    	margin: auto;
    	margin-bottom: 20px;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section .details-search-again {
		width: auto;
		margin-bottom: 10px;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section > .page-block.g-11.inaccuracies {
		margin-bottom: 10px;	
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section .details-search-again > input {
		padding-right: 0px;
	}
	#branch-finder-details.bf-full-width .BranchDetails.potools {
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .BranchName {
		font-size: 18.2px;
		line-height: 18.2px;
	}
	#branch-finder-details.bf-full-width .BranchResultsAddress {
		font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .BranchResultsPostcode {
		font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .BranchDirections a {
		font-size: 14px;
		line-height: 14px;
		color: #d8242f;
	}
	#branch-finder-details.bf-full-width .OpeningTimes.potools h2 {
		font-size: 20.8px;
		line-height: 25px;
	}
	#branch-finder-details.bf-full-width .OpeingTimesTooltip {
		height: 10px;
	}
	#branch-finder-details.bf-full-width .BranchProducts.potools a {
		color: #d8242f;
    	text-decoration: none;
	}
	#branch-finder-details.bf-full-width .NearbyBranches.potools .NearbyBranchItem {
    	font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .NearbyBranches.potools a {
		color: #d8242f;
    	text-decoration: none;
	}
	#branch-finder-details.bf-full-width .BranchProducts h2,
	#branch-finder-details.bf-full-width .NearbyBranches.potools h2 {
		font-size: 18.2px;
		line-height: 21.84px;
	}
	#branch-finder-details.bf-full-width .productAvailabilityHeader,
	#branch-finder-details.bf-full-width .ToggleNearbyBranchesLink.pull-right {
		font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .productDetail {
		font-size: 12.6px;
		line-height: 12.6px;
	}
}
@media screen and (max-width: 767px) {
	#branch-finder-details.bf-full-width {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section > .page-block.g-20.resp > article {
    	text-align: center;
    	margin-bottom: 20px;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section .details-search-again {
		width: auto;
		margin-bottom: 10px;
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section > .page-block.g-11.inaccuracies {
		margin-bottom: 10px;	
	}
	#branch-finder-details.bf-full-width .bf-fw-head-section .details-search-again > input {
		padding-right: 0px;
		border: none;
	}
	#branch-finder-details.bf-full-width .BranchDetails.potools {
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .BranchName {
		font-size: 18.2px;
		line-height: 18.2px;
	}
	#branch-finder-details.bf-full-width .BranchResultsAddress {
		font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .BranchResultsPostcode {
		font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .BranchDirections a {
		font-size: 14px;
		line-height: 14px;
		color: #d8242f;
	}
	#branch-finder-details.bf-full-width .OpeningTimes.potools h2 {
		font-size: 20.8px;
		line-height: 25px;
	}
	#branch-finder-details.bf-full-width .OpeingTimesTooltip {
		height: 10px;
	}
	#branch-finder-details.bf-full-width .BranchProducts.potools a {
		color: #d8242f;
    	text-decoration: none;
	}
	#branch-finder-details.bf-full-width .NearbyBranches.potools .NearbyBranchItem {
    	font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .NearbyBranches.potools a {
		color: #d8242f;
    	text-decoration: none;
	}
	#branch-finder-details.bf-full-width .BranchProducts h2,
	#branch-finder-details.bf-full-width .NearbyBranches.potools h2 {
		font-size: 18.2px;
		line-height: 21.84px;
	}
	#branch-finder-details.bf-full-width .productAvailabilityHeader,
	#branch-finder-details.bf-full-width .ToggleNearbyBranchesLink.pull-right {
		font-size: 14px;
		line-height: 14px;
	}
	#branch-finder-details.bf-full-width .productDetail {
		font-size: 12.6px;
		line-height: 12.6px;
	}
}
/* DETAILS PAGE END */
/* RESULT PAGE START */
.branchFinder-result .bf-search-again{
	width: 100%;
	margin-bottom: 0.625rem;
	margin-left: 0px !important;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}
.branchFinder-result #showMoreBranchesLink {
	color: #d8242f;
}
#bf-full-width .branchFinder-result {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
#bf-full-width .branchFinder-result .bf-map-result {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}
#bf-full-width .BranchDetailsLink a {
	color: #d8242f;
}	
@media screen and (min-width : 768px) and (max-width: 1023px) {
	#bf-full-width .branchFinder-result {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	#bf-full-width .branchFinder-result .bf-map-result {
		padding-right: 0;
		padding-left: 0;
	}
	.branchFinder-result .bf-search-again{
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	#bf-full-width .branchFinder-result {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
	#bf-full-width .branchFinder-result .bf-map-result {
		padding-right: 0;
		padding-left: 0;
	}
	.branchFinder-result .bf-search-again{
		padding-right: 0;
		padding-left: 0;
	}
}

/* RESULT PAGE START */

#pom #bf-full-width #ResultsMap img {
	max-width: none;
}
#bf-full-width .legacy a {
    color: #d8242f;
    text-decoration: none;
}
#bf-full-width .legacy .g-20 {
	box-sizing: border-box;
    display: inline;
    float: left;
}
#bf-full-width .err-padding {
    width: 650px;
    margin-left: 30px;
}
/* BF rest full width optional filters */
#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title a#mobile-view-id {
	color:#D00F39;
}
#bf-full-width .optional-list-none {
	display: none;
}
#bf-full-width #products.products-section-2.panel-group .panel {
	border-radius:10px;
	border-color: #D4D6D8;
}
#bf-full-width .optional-list-block {
	display: table;
	width: fit-content;
	width: -moz-fit-content;
	width: auto;
}
#bf-full-width .optional-filter-list {
	margin: auto;
	float: none;
}
#bf-full-width .products-section-2 .panel-body {
	border-top: 0px;
    padding: 0.9375rem 1.25rem 0 1.25rem;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
  	-moz-column-count: 2; /* Firefox */
  	column-count: 2;
  	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
  	-moz-column-gap: 20px; /* Firefox */
  	column-gap: 20px;
  	height: 100%;
}
#bf-full-width .products-section-2 #products-list {
	max-width: 100%;
}
#bf-full-width .products-section-2 .panel-title {
	font-size: 1.25rem;
	width: 100%;
}
#bf-full-width .products-section-2 .panel-heading {
	padding-right: 20px;
}
#bf-full-width .products-section-2 #products-list {
	max-width: 100%;
}
#bf-full-width .legacy fieldset.full-width-imp {
    font-size:0;
    break-inside: avoid;
    width: 100%;
    -moz-page-break-inside: avoid;
  	-webkit-column-break-inside: avoid;
  	break-inside: avoid;
  	-o-column-break-inside: avoid;
  	-ms-column-break-inside: avoid;
  	column-break-inside: avoid;
  	page-break-inside: avoid;
  	padding-bottom: 0.625rem;
  	margin-bottom: 0px;
}
#bf-full-width .products-section-2 .panel-collapse.in {
	height: 100%;
}
#bf-full-width .legacy #products legend.new-imp {
	text-align:left;
	font-size:1.25rem;
	margin: 0 0 0.625rem 0;
	line-height: 1.2;
}
#bf-full-width .full-width-imp .products-label {
	margin-bottom:0px;
}
#bf-full-width .products-section-2 .products-label span {
	white-space: pre-wrap;
	font-weight: normal;
}
#bf-full-width .products-section-2 .c-control__pointer {
	width:1.875rem;
	height: 1.875rem;
	margin-right:0.9375rem
}
#bf-full-width #products.products-section-2 .panel-title a {
	padding-left: 25px;
	width: 100%;
}
#bf-full-width #products.products-section-2 .panel-title a:before {
	display: none;
}
#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title a.collapsed:before {
	background: url(../img/ui-chevrons.png) -112px -263px no-repeat;
	width: 11px;
	top: 2px;
}
#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title a:before {
	display: block;
    height: 17px;
    left: 0;
    position: absolute;
    content: "";
}
#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title a.collapsed:after {
	background:none;
	content:"";
}
#bf-full-width .products-section.optional-list-block {
	display: block;
	width: unset;
}
#bf-full-width #products.products-section-2 .panel-title a {
	width:250px;
}
#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title a.collapsed .closeBtn {
	display: none;
}
#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title .closeBtn:after {
	background: url(../img/branch-finder/icon-close.png)0px 0px no-repeat;
	content: "";
	background-size: 25px;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	float: right;
}
#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title .closeBtn {
	float: right;
	color: #333;
	margin-right: -100%;
}
@media screen and (min-width:768px) and (max-width: 1023px) {
	#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title a:after {
		display:none;
	}
	#bf-full-width #products.products-section-2 .panel-heading .panel-title {
		margin: 0px;
	}
	#bf-full-width .products-section-2 .panel-heading a {
		text-decoration:none !important;
	}
	#bf-full-width #products.products-section-2 legend.product-service-menu:after {
		background: none;
	}
	#bf-full-width #products.products-section-2 .panel-body #apply-filters {
		display:none;
	}
	#bf-full-width .legacy #products.products-section-2 legend.product-service-menu {
		color:#333;
		border:none;
		padding:0px;
	}
	#bf-full-width #products.products-section-2 div.product-service-child {
		opacity:none;
		max-height:unset;
		opacity: unset;
	}
}
@media screen and (max-width: 767px) {
	#bf-full-width #products.products-section-2 .panel-title a {
		width: 100%;
	}
	#bf-full-width #products.products-section-2 .panel-title a.collapsed {
		width: 100%;
	}
	#bf-full-width .products-section-2 .closeBtn {
		display: none;
	}
	#bf-full-width .form-item {
		display: block;
	}
	#bf-full-width .products-section-2 .panel-default {
	 	margin-bottom:0px
	}
	#bf-full-width .legacy #products.products-section-2 {
	    width: 100%;
	    border: 1px solid #D4D6D8;
	    border-radius: 10px;
	    margin-bottom: 20px !important;
	}
	#bf-full-width .products-section-2 .panel-body {
		columns: unset;
		padding: 0px;
		display: block;
		padding: 15px;
    	width: 100%;
	}
	#bf-full-width .legacy fieldset.full-width-imp {
		width: 100%;
		break-inside: unset;
		display: contents;
	}
	#bf-full-width .products-section-2 .panel-body #apply-filters{
		display:none
	}
	#bf-full-width .legacy #products legend.new-imp {
		color: #333;
	}
	#bf-full-width legend.new-imp:after {
		background: url(../img/branch-finder/red-plus.png) no-repeat;
		width: 18px;
    	height: 18px;
	}
	#bf-full-width legend.new-imp.active:after {
		background: url(../img/branch-finder/red-minus.png) no-repeat;
		width: 18px;
    	height: 18px;
	}
	#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title a.collapsed:after {
		background:none;
	}
	#bf-full-width .legacy #products.products-section-2 .panel-heading .panel-title a:after {
    	background: url(../img/branch-finder/icon-close.png) no-repeat;
    	content: "";
    	background-size: 25px;
    	width: 25px;
    	height: 25px;
    	float: right;
    	padding-right: 0px;
    }
	#bf-full-width .products-section-2 .panel{
		box-shadow:unset;
		background-color: transparent;
		padding: 0px !important;
	}
	#bf-full-width .products-section-2 .panel-heading {
		background-color:transparent;
		padding-left: 10px !important;
    	padding-right: 10px;
	}
	#bf-full-width .products-section-2 .panel-title {
        margin:0px !important;
        color: #d8242f;
        line-height: 1.5;
    }
	#bf-full-width .products-section-2 .panel-heading a {
		text-decoration:none !important;
	}
	#bf-full-width .full-width-imp .products-label {
		margin-bottom:0px
	}
	#bf-full-width .products-section-2 div.product-service-child.show {
		opacity: 1;
		max-height: 1000px;
		padding-top: 10px;
	}
	#bf-full-width .legacy #products.products-section-2 legend.product-service-menu {
		border-bottom: 1px solid #D4D6D8;
		padding: 10px;
		margin-bottom: 0px;
	}
	#bf-full-width #products.products-section-2 .products-label span {
		white-space: normal;
		font-weight: normal;
	}
}
@media screen and (max-width: 320px) {
	#bf-full-width .legacy #products.products-section-2 {
		width:100%;
		max-width:18rem;
		margin: 0;
	}
	#bf-full-width #products.products-section-2 .panel-heading .panel-title a:after {
		margin-right: 0px;
	}
}		
/* END */
@media (max-width: 1072px) {
#bf-full-width .legacy .g-20 {
    width: 100%; 
}
#bf-full-width .err-padding {
    margin-left: 0px;
}
}
@media (max-width: 1024px) {
#bf-full-width .err-padding {
	width: 650px;
	margin-left: 0px;
	}
}
@media only screen and (min-width: 65.3125rem) {
#bf-full-width #pom .o-row {
    margin-right: 0px;
    margin-left: 0px;
}
}
#bf-full-width a:hover {
    text-decoration: underline;
}

/* Choose A Service Button A11Y Fixes*/

button.po-accordion-button {
	display: none;		
}

.po-accordion-h3 {
	border: 0;
	padding: 0;
	white-space: normal;
	margin-bottom: 0;
	font-size: 1.1em !important;
	font-weight: 700 !important;
	/* margin: 0 !important; */
}


ul.po-panel-body {
	padding: 15px !important;
	margin: 0 !important;
}

/*767*/
@media screen and (max-width: 1024px) {
	button.po-accordion-button.product-service-menu:after {
		margin-right: 0px;
	}

	#bf-full-width .legacy #products.products-section-2 button.po-accordion-button.product-service-menu {
		border-bottom: 1px solid #D4D6D8;
		padding: 10px;
		margin-bottom: 0px;
	}

	button.po-accordion-button {
		display: block;
		width: 100%;
		padding: 0;
		background: white;
		border-top: none;
		border-right: none;
		border-left: none;
		color: #444;
		cursor: pointer;
		width: 100%;
		text-align: left;
		outline: none;
		font-size: 20px;
		font-weight: 500;
		color: #CF133E;
		border-bottom: 1px solid #F3F3F3;
		padding-bottom: 15px;
	}

	button.po-accordion-button.product-service-menu.active, po-accordion-button.product-service-menu:hover {
		background-color: #fff;
	}

	button.po-accordion-button.product-service-menu:after {
		background: url(../img/branchfinder-mobile-sprite.png) -258px -18px no-repeat;
		content: "";
		width: 20px;
		top: 16px;
		height: 15px;
		right: 16px;
		float: right;
		margin-right: 16px;
	}

	button.po-accordion-button.product-service-menu.active:after {
		background-position: -18px -128px;
	}

	.po-accordion-h3 {
		display: none;
	}
}

@media screen and (min-width:768px) and (max-width: 1023px) {
	
	#bf-full-width #products.products-section-2 button.po-accordion-button.product-service-menu:after {
		background: none;
	}
		
	#bf-full-width .legacy #products.products-section-2 button.po-accordion-button.product-service-menu {
		color:#333;
		border:none;
		padding:0px;
	}
}

@media screen and (max-width: 767px) {
	#bf-rest div.scrollable-mobile .cancel-selection button {
		background: url(../img/icon-close.png) no-repeat;
		content: "";
		width: 24px;
		top: 20px;
		height: 24px;
		position: absolute;
		right: 15px;
		background-size: 24px;
		border: none !important;
		background-position: center;
		}
	}


	@media screen and (min-width : 768px) and (max-width: 1024px)  {
		#bf-rest div.scrollable-mobile .cancel-selection button {
			background: url(../img/icon-close.png) no-repeat;
			content: "";
			width: 44px;
			top: 16px;
			height: 45px;
			position: absolute;
			right: 36px;
			background-size: 38px;
			border: none !important;
			background-position: center;
			}
		}

	.po-cas-accordion-container {
		width: 275px;
		float: right;
		margin-top: 20px;
	}


	.po-cas-accordion {
		cursor: pointer;
		padding: 18px;
		width: 100%;
		text-align: left;
		font-size: 15px;
		transition: 0.4s;
		font-family: ProbaPro-Bold,Arial Black,sans-serif !important;
		color: #d8242f !important;
		background-color: #f5f5f5;
    	border: 1px solid#dddddd;
		display: flex;
		align-items: center;
		height:45px;
		margin-bottom: 20px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
    }

	.acc-active {
		border-bottom: none;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.po-cas-accordion:before {
    	float: left;
    	margin-right: 10px;
    	background: url(../img/ui-chevrons.png) -112px -263px no-repeat;
    	width: 20px;
    	top: 2px;
    	display: block;
    	height: 17px;
    	left: 0;
		content: "";
	}

	.acc-active:before {
		background: url(../img/ui-chevrons.png) -267px -263px no-repeat;
    	width: 20px;
    	top: 0;
	}
		  
	.po-cas-panel {
		padding: 0 18px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		border-bottom: none;
		border-right: 1px solid#dddddd;
		border-left: 1px solid#dddddd;;
		border-bottom-right-radius: 3px;
    	border-bottom-left-radius: 3px;
	}

	.po-cas-li-accordion {
		display: none;
    }

	div.po-accordion-button {
		display: none;
	}

	@media screen and (min-width: 1025px){
		li.productPickerLevel2Group {
			margin-top: 20px !important;
		}
	}


	@media screen and (max-width: 1024px) {

		.po-cas-accordion-container {
			width: 100%;
			margin-top: 20px;
		}

		.po-cas-accordion:after {
			float: right;
			margin-right: 10px;
			background: url(../img/ui-chevrons.png) -112px -263px no-repeat;
			width: 20px;
			top: 2px;
			display: block;
			height: 17px;
			content: "";
			margin: 0 0 0 auto;
		}
	
		.acc-active:after {
			background: url(../img/ui-chevrons.png) -267px -263px no-repeat;
			width: 20px;
			top: 0;
		}

		.po-cas-accordion:before {
			display: none;
		}

		.acc-active:before {
			display: none;
		}

		li.productPickerLevel2Group {
			padding-top: 5px;
			padding-bottom: 5px;
		}

		div#apply-filters {
			display: block;
			background: url(../img/branchfinder-mobile-sprite.png) -5px -59px no-repeat;
			width: 290px;
			height: 44px;
			text-align: center;
			padding: 14px;
			font-weight: bold;
			font-size: 18px;
			margin: 0 auto 0;
			color: #ffffff;
			margin-top: 25px!important;
			margin-bottom: 35px;
		}

		.po-cas-li-accordion:after {
			background: url(../img/branchfinder-mobile-sprite.png) -258px -18px no-repeat;
			content: "";
			width: 20px;
    		top: 16px;
    		height: 15px;
    		right: 16px;
    		float: right;
			margin-right: 16px;
		}

		.acc-li-active:after {
			background-position: -18px -128px;
		}

		.po-cas-li-accordion {
			display: block;
			font-size: 20px;
   			font-weight: 500;
			color: #CF133E;
		    cursor: pointer;
    		width: 100%;
    		text-align: left;
    		border-bottom: 1px solid #F3F3F3;
    		padding-bottom: 15px;
		  }

		  div.po-accordion-button {
			display: block;
			width: 100%;
			padding: 0;
			background: white;
			border-top: none;
			border-right: none;
			border-left: none;
			color: #444;
			cursor: pointer;
			width: 100%;
			text-align: left;
			outline: none;
			font-size: 20px;
			font-weight: bold;
			color: #CF133E;
			border-bottom: 1px solid #F3F3F3;
			padding-bottom: 15px;
		}

		div.po-accordion-button.product-service-menu:after {
			background: url(../img/branchfinder-mobile-sprite.png) -258px -18px no-repeat;
			content: "";
			width: 20px;
			top: 16px;
			height: 15px;
			right: 16px;
			float: right;
			margin-right: 16px;
		}
	
		div.po-accordion-button.product-service-menu.active:after {
			background-position: -18px -128px;
		}

		div.product-service-child {
			padding: 0 2px 0 0;
			background-color: white;
			max-height: 0;
			overflow: hidden;
			opacity: 0;
		}
	
		div.product-service-child.show {
			opacity: 1;
			max-height: 1000px;
		}

		.product-service-child input, .input-parent #use-my-location {
			float: right;
			width: 44px;
			height: 44px;
			opacity: 0;
			outline: 1px solid #000000;
		}

		.product-service-child input:checked, #use-my-location:checked {
			background: url(../img/branchfinder-mobile-sprite.png) -120px -20px no-repeat;
			content: "";
			top: 16px;
			right: 16px;
			float: right;
			/*margin-right: 16px; */
		}
	
		.product-service-child .product-service-checkbox div {
			background: url(../img/branchfinder-mobile-sprite.png) -59px -5px no-repeat;
			float: right;
		}
	
		.legacy .product-service-child .webform-component-checkboxes label {
			margin-top: 15px;
			font-size: 16px;
		}
	
		.legacy .webform-component-checkboxes.product-service-checkbox {
			border-bottom: 1px solid #F3F3F3;
			padding: 5px 0 5px;
		}
	
		.product-service-child .product-service-checkbox div.input-checked{
			background-position: -113px -5px;
		}
	
		#edit-postcode-or-town-wrapper .input-parent {
			background: url(../img/branchfinder-mobile-sprite.png) -59px 5px no-repeat;
			float: right;
		}
	
		#edit-postcode-or-town-wrapper .input-parent.input-checked{
			background-position: -113px 5px;
		}
	

	}