.availability-address-wrapper select,
.deals-sort-wrapper select{
	cursor: pointer;
	padding: 6px 30px 6px 8px;
	font-size: 14px;
	border-radius: 10px;
	outline: none;
	border: none;
	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	font-weight: 700;
	color: var(--text-color);;
}
.availability-address-wrapper select{
	/*font-size: 20px;*/
	padding: 10px 30px 10px 10px;
	min-width: 285px;
}
.availability-address-wrapper {
	margin-top: 12px;
	display: inline-block;
	position: relative;
}
/*.availability-address-wrapper .availability-address-text:focus ~ .deals-postcode-input-ajax,*/
.availability-address-wrapper.dropdown-open:not(.dropdown-closed) .availability-postcode-input-ajax{
	max-height: 400px;
	/*padding: 12px 20px;*/
	/*padding: 0 20px;*/
	transform: translateY(-8px);
	transition: ease all .3s;
}
.availability-address-wrapper input{
	padding: 6px 12px 6px 36px;
	font-size: 24px;
	border-radius: 10px;
	outline: none;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	font-weight: 700;
	color: var(--text-color);;
	text-transform: uppercase;
	/*width: calc(15ch - 42px);*/
	width: calc(100% - 48px);
	/*margin-top: 12px;*/
	/*margin-right: 8px;*/
	vertical-align: top;
	background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%3Cg%20transform%3D%22translate(0%20-1028.4)%22%3E%3Cpath%20d%3D%22m12%200c-4.4183%202.3685e-15%20-8%203.5817-8%208%200%201.421%200.3816%202.75%201.0312%203.906%200.1079%200.192%200.221%200.381%200.3438%200.563l6.625%2011.531%206.625-11.531c0.102-0.151%200.19-0.311%200.281-0.469l0.063-0.094c0.649-1.156%201.031-2.485%201.031-3.906%200-4.4183-3.582-8-8-8zm0%204c2.209%200%204%201.7909%204%204%200%202.209-1.791%204-4%204-2.2091%200-4-1.791-4-4%200-2.2091%201.7909-4%204-4z%22%20fill%3D%22%230080ff%22%20transform%3D%22translate(0%201028.4)%22%2F%3E%3Cpath%20d%3D%22m12%203c-2.7614%200-5%202.2386-5%205%200%202.761%202.2386%205%205%205%202.761%200%205-2.239%205-5%200-2.7614-2.239-5-5-5zm0%202c1.657%200%203%201.3431%203%203s-1.343%203-3%203-3-1.3431-3-3%201.343-3%203-3z%22%20fill%3D%22%234349E1%22%20transform%3D%22translate(0%201028.4)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 6px 8px;
}
.availability-address-wrapper input::placeholder {
	text-transform: none;
}
.availability-address-wrapper input::-webkit-input-placeholder {
	text-transform: none;
}
.availability-address-wrapper input::-moz-placeholder {
	text-transform: none;
}
.availability-address-wrapper input:-ms-input-placeholder {
	text-transform: none;
}
.availability-address-wrapper input:-moz-placeholder {
	text-transform: none;
}
.availability-address-text{
	color: var(--text-color);;
	font-size: 24px;
	/*margin-top: 12px;*/
	display: inline-block;
	padding: 6px 12px;
	border-radius: 10px;
	background-color: #fff;
	font-weight: 700;
	position: relative;
	width: calc(100% - 15ch - 38px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}
.page-content-header-text .inner{
	position: relative;
}
.availability-address-wrapper{
	max-width: 100%;
	width:  600px;
	/*padding: 2px;*/
	border-radius: 10px;
	background-color: #fff;
	text-align: left;
	cursor: text;
	height: 41px;
}
.availability-address-wrapper p{
	font-weight: 900;
	margin: 12px 0 0 6px;
	vertical-align: top;
	font-size: 26px;
	line-height: 32px;
	border-radius: 10px;
}
.address-selector-no-results{
	display: block !important;
	color: var(--text-color); !important;
	padding: 0 10px;
}

.availability-address-wrapper-w3w::before{
	position: absolute;
	top: 0;
	left: 36px;
	bottom: 0;
	width: 28px;
	/*background-color: #fff;*/
	content: '///';
	font-size: 24px;
	line-height: 41px;
	color: red;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.availability-address-wrapper.availability-address-wrapper-w3w input{
	background-image: url(../furniture/w3w-icon.png);
	background-size: 26px;
	background-repeat: no-repeat;
	text-transform: none;
}

.address-selector-wrapper{
	padding: 0;
	margin: 12px 0;
	width: 100%;
}
.address-selector-wrapper li a{
	list-style: none;
/*	padding-top: 8px;
	padding-bottom: 8px;*/

	padding: 8px 20px;
	/*border-radius: 4px;*/

	position: relative;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: pre;
	overflow: hidden;
	/*width: 100%;*/
	width: calc(100% - 40px);
	display: block;
}
.address-selector-wrapper li.address-item-selected a,
.address-selector-wrapper li:hover a{
	background-color: #0080ff;
}
.address-selector-wrapper li.address-item-selected a,
.address-selector-wrapper li:hover a{
	color: #fff;
}
.address-selector-wrapper li a::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	border-bottom: solid 1px #f5f5f5;
}
.address-selector-wrapper li:last-of-type a::before{
	content: unset;
}


.availability-postcode-input-ajax{
	max-height: 0px;
	overflow: auto;
	position: absolute;
	z-index: 14;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 6px 16px rgba(0,0,0,.1);
	width: 100%;
	transform: translateY(-40px);
	text-align: left;
	transition: none;
}

.availability-postcode-input-ajax{
	display: block;
	margin-top: 12px;
}

.availability-address-text:hover{
	padding-right: 40px;
	/*max-width: calc(100% - 64px);*/
	width: calc(100% - 15ch - 38px - 40px);
}
.availability-address-text:hover .availability-address-text-clear{
	opacity: 1;
}
.availability-address-text-closed{
	max-width: 0px;
	overflow: hidden;
	padding: 6px 0;
	white-space: pre;
	text-overflow: ellipsis;
}
.deal-message-close,
/*.deal-filters-postcode-clear,*/
.availability-address-text-clear{
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	opacity: 0;
	cursor: pointer;
}
.deal-message-close:before,
.deal-message-close:after,
.availability-address-text-clear:before,
.availability-address-text-clear:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #333;
}
.deal-filters-postcode-clear:before,
.deal-filters-postcode-clear:after{
	top: 6px;
	right: 12px;
	position: absolute;
	content: ' ';
	height: 14px;
	width: 2px;
	background-color: #000;
}
.deal-message-close:before,
.deal-filters-postcode-clear:before,
.availability-address-text-clear:before {
	transform: rotate(45deg);
}
.deal-message-close:after,
.deal-filters-postcode-clear:after,
.availability-address-text-clear:after {
	transform: rotate(-45deg);
}

.page-content.page-content-home .page-title {
	-webkit-text-stroke: 2px var(--text-color);;
	-webkit-text-fill-color: #fff;
}
.page-content.page-content-home .page-content-header-text-desktop {
	position: unset !important;
	transform: none !important;
	margin-top: 0 !important;
}
.page-content.page-content-home .page-content-header-text-desktop .inner{
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translateX(-50%) translateY(-50%) !important;
	text-align: center;
}



.availability-homepage-background {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-type-home .header-top-wrapper{
	/*box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;*/
	/*background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 100%);*/
	border-bottom: solid 1px #e0e0e0;
}
body:not(.page-type-home):not(.page-type-partner).page-type-map{
	background-color: #f5f5f7;
}

.property-details-wrapper,
.map-wrapper{
	display: inline-block;
	vertical-align: top;
	height: calc(100vh - 94px);
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
.map-wrapper iframe{
	height: calc(100vh - 94px);
}
.property-details-wrapper{
	width: 70%;
}
.map-wrapper{
	width: 30%;
	border-top-left-radius: 10px;
}
.availability-wrapper{
	margin-top: 20px;
}
.availability-wrapper.availability-wrapper-map-expanded .property-details-wrapper{
	width: 0%;
	overflow: hidden;
}
.availability-wrapper.availability-wrapper-map-expanded .map-wrapper{
	width: 100%;
	border-top-left-radius: 0px;
}
.availability-wrapper:not(.availability-wrapper-map-expanded) .property-details-wrapper .inner-half{
	max-width: 964px;
}
.map-wrapper{
	overflow-y: hidden;
}
.availability-wrapper{
	position: relative;
}


.map-view-button {
	display: inline-block;
	background: #0080ff;
	padding: 2px 11px 2px 12px;
	border-radius: 4px;
	position: absolute;
	box-shadow: 0 0 .5em rgba(0,0,0,.25);
	top: 10px;
	left: 10px;
	cursor: pointer;
}
.availability-wrapper.availability-wrapper-map-expanded .map-view-button {
	padding: 2px 12px 2px 11px;
}

.map-view-button .map-view-arrow{
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	/*display: inline-block;*/
	display: none;
	padding: 4px;
}
.map-view-button.map-view-expand-map .map-view-arrow{
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.availability-wrapper.availability-wrapper-map-expanded .map-view-button.map-view-expand-map .map-view-arrow{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.map-view-arrow-text{
	color: #fff;
}

.property-title{
	margin-bottom: 12px;
}
.property-title span{
	color: #9fa9d0;
	font-size: 16px;
	margin-left: 8px;
}

.map-details-item{
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

.page-content.page-content-map .grad{
	padding-top: 60px;
}

body.page-type-map .page-content:not(.page-content-filter_page):not(.page-content-home):not(.page-content-not_found) .page-content-header-text{
	top: unset;
	margin-top: 0;
	padding-bottom: 12px;
}
body.page-type-map .page-content:not(.page-content-filter_page):not(.page-content-home):not(.page-content-not_found) .page-content-header-text h1{
	text-align: left;
	font-size: 34px;
	margin-right: 0;
	width: 100%;
	text-overflow: ellipsis;

}



.table-wrapper{
	width: 100%;
	border-top: solid 1px lightgrey;
	border-bottom: solid 1px lightgrey;
	border-right: solid 2px lightgrey;
}
.table-row{
	width: 100%;
	border-top: solid 1px lightgrey;
	border-bottom: solid 1px lightgrey;
	display: flex;
}
.table-cell{
	display: inline-block;
	padding: 0 8px;
	border-left: solid 2px lightgrey;
	width: calc(15% - 4px);
}
.table-cell:last-of-type{
	border-right: solid 2px lightgrey;
}
.table-heading{
	font-weight: bold;
}
.table-cell-space{
	padding-top: 20px;
}


.provider-logo{
	width: 64px;
	height: 64px;
	border-radius: 10px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 .5em rgba(0,0,0,.25);
	cursor: pointer;
}
.provider-logo:hover{
	background-color: #dcdcdc;
}
.provider-logo-img{
	width: 64px;
	height: 64px;
}

.provider-logo-wrapper{
	position: relative;
}
.provider-logo-wrapper::after{
	border-radius: 10px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.provider-logo-wrapper-selected::after{
	border: solid 2px #0080ff;
	z-index: 1;
}

.speed-category .package-type-item{
	padding: 0px 18px;
	border-radius: 4px;
	background-color: #0080ff;
	font-weight: bold;
	margin-right: 8px;
	margin-bottom: 4px;
	display: inline-block;
}
.speed-category .package-type-item span:first-child{
	color: #fff;
}
.speed-category .package-type-item span:nth-of-type(2n){
	background-color: #fff;
	padding: 0 4px;
	border-radius: 2px;
	margin-left: 12px;
}
.speed-category .package-type-item span:nth-of-type(2n) span{
	color: var(--text-color);;
}
.speed-category .package-type-item:not(.package-type-disabled){
	/*padding-right: 4px;*/
}
.speed-category .package-type-item.package-type-disabled,
.speed-category .package-type-item.package-type-disabled span:first-child{
	background-color: #eee;
	color: #BFBFBF;
}
.speed-category .package-type-item span[data-experience-selected="1"]{
	display: table;
	text-align: center;
	margin-right: 14px;
}
.speed-category .package-type-item span[data-experience-selected="1"] ~ span{
	margin-left: 0;
	margin-right: 14px;
}
.speed-category{
	margin: 0;
}



/*.map-comparison-circle {
	position: relative;
	top: 5px;
	left: 5px;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #ffffff;
}

.map-comparison-circle-border {
	position: relative;
	text-align: center;
	width: 110px;
	height: 110px;
	margin-left: 30%;
	border-radius: 100%;
	background-color: #E53B3B;
	background: linear-gradient(270deg, black 50%, transparent 50%), linear-gradient(0deg, black 50%, lightgray 50%)
}*/

.comparison-cirlces-wrapper{
	text-align: center;
}
.comparison-cirlces-items-controls span{
	margin-right: 12px;
	text-transform: capitalize;
}
.comparison-cirlces-items-controls span:last-of-type{
	margin-right: 0;
}
.map-comparison-circle-item{
	display: inline-block;
	margin-right: 30px;
}
.map-comparison-circle-item:last-of-type {
	margin-right: 0px;
}
.map-comparison-circle-item-title{
	display: block;
	margin-bottom: 12px;
}

.map-comparison-circle-wrap {
	/*margin: 50px auto;*/
	display: inline-block;
	width: 150px;
	height: 150px;
	/*background: #e6e2e7;*/
	border-radius: 50%;
	background-image: url(https://speedtest.broadbandspeedtest.org.uk/images/arc-gradient@2x-be86eb01e1b6951089de059c9ee63e0d.png);
	background-size: cover;
}

.map-comparison-circle-wrap .map-comparison-circle .map-comparison-mask,
.map-comparison-circle-wrap .map-comparison-circle .map-comparison-fill {
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 50%;
	/*background-color: red;*/
}
.map-comparison-circle-wrap .map-comparison-circle .map-comparison-mask {
	clip: rect(0px, 150px, 150px, 75px);
}
.map-comparison-circle-wrap .map-comparison-circle .map-comparison-mask .map-comparison-fill {
	clip: rect(0px, 75px, 150px, 0px);
	/*background-color: #9e00b1;*/
	/*background-image: url(https://speedtest.broadbandspeedtest.org.uk/images/arc-gradient@2x-be86eb01e1b6951089de059c9ee63e0d.png);*/
	/*background-size: cover;*/
	background-color: #f0f0f0;
}
/*.map-comparison-circle-wrap .map-comparison-circle .map-comparison-mask.map-comparison-full,
.map-comparison-circle-wrap .map-comparison-circle .map-comparison-fill {
	animation: fill ease-in-out 3s;
	transform: rotate(126deg);
}
 
@keyframes fill {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(126deg);
	}
}*/

.map-details-item p{
	margin: 6px 0 2px 0;
}
.map-details-item:first-child p{
	margin-top: 0;
}
.map-details-item:last-child p{
	margin-bottom: 0;
}

.map-comparison-circle-wrap .map-comparison-inside-circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #fff;
	line-height: 130px;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	z-index: 100;
	font-weight: 700;
	font-size: 2em;
}


.section-skeleton-load-wrapper .address-detail-title,
.section-skeleton-load-wrapper .property-title,
.section-skeleton-load-wrapper p,
.section-skeleton-load-wrapper p span,
.section-skeleton-load-wrapper .map-comparison-circle-item-title,
.section-skeleton-load-wrapper .map-comparison-inside-circle span{
	max-width: 100%;
	width: 200px;
	color: #9fa9d0 !important;
	background-color: #9fa9d0 !important;
}
.section-skeleton-load-wrapper .speed-category span{
	color: #9fa9d0 !important;
	background-color: #9fa9d0 !important;
	display: inline-block;
	height: 32px;
}
.section-skeleton-load-wrapper .comparison-line-item{
	height: 131px;
	background-color: #9fa9d0 !important;
}
.section-skeleton-load-wrapper .map-details-network-switch{
	width: 340px;
	background-color: #9fa9d0 !important;
	height: 35px;
}
.section-skeleton-load-wrapper .address-detail-title{
	display: block;
}
.section-skeleton-load-wrapper .property-title{
	width: 600px;
}

.section-skeleton-load-wrapper p:nth-of-type(4n - 3){
	width: 100px;
}
.section-skeleton-load-wrapper p:nth-of-type(4n - 2){
	width: 240px;
}
.section-skeleton-load-wrapper p:nth-of-type(4n - 1){
	width: 300px;
}

.section-skeleton-load-wrapper .map-comparison-circle-wrap{
	border-radius: 50%;
	border:  10px solid #9fa9d0;
	background-color: #fff;
	width: 130px;
	height: 130px;
	background-image: none;
}
.section-skeleton-load-wrapper .map-comparison-inside-circle{
	margin: 0;
}

.section-skeleton-load-wrapper .provider-logo{
	box-shadow: none;
	background-color: #9fa9d0;
}
.section-skeleton-load-wrapper .button-style-1{
	background-color: #9fa9d0;
	width: 80px;
}

.section-skeleton-load-wrapper .map-details-item{
	position: relative;
	overflow: hidden;
}
.section-skeleton-load-wrapper .map-details-item::before,
.section-skeleton-load-wrapper p::before{
	content: "";
	-webkit-animation: shine 2s infinite;
	animation: shine 1.3s infinite;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1;
	background: linear-gradient(90deg, transparent,rgba(255,255,255,0.3), transparent);
	background: linear-gradient(90deg, #ffffff00, #ffffff4d, #ffffff00);

}
@keyframes shine {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}



/*address-detail-title*/
.address-detail-title-large{
	margin: 4px 0;
}
.map-details-item-hidden-pre{
	display: none !important;
}
.map-details-item-wrapper-small,
.map-details-item-wrapper-large{
	display: inline-block;
	vertical-align: top;
}
.map-details-item-wrapper-small{
	width: 80px;
	margin-left: 20px;
}
.map-details-item-wrapper-large{
	width: calc(100% - 20px - 80px - 80px);
}

.map-details-item-share .share-svg{
	text-align: center;
}
.map-details-item-share .share-svg svg{
	height: 30px;
	width: 30px;
}
.map-details-item-share{
	cursor: pointer;
}
.map-details-item-share:hover{
	background-color: #f5f5f7;
	box-shadow: 0 0 .5em rgba(0,0,0,.25);
}
.section-skeleton-load-wrapper .map-details-item-share p{
	line-height: 61px;
}
.share-svg-ios,
.share-svg-google{
	display: none;
}
/*body.share-options-wrapper-open{
	overflow: hidden;
}*/
.menu-top-level-share{
	cursor: pointer;
}
.menu-top-level-share .share-svg {
	width: 40px;
	display: inline-block;
}
.menu-top-level-share .share-svg ~ p{
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: middle;
}
.menu-top-level-share .share-svg svg{
	width: 40px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
}
body:not(.share-options-wrapper-open) .share-options-wrapper{
	display: none;
}
.share-options-wrapper-open .share-options-wrapper{
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.share-options-wrapper-open .map-details-share-options-underlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
}
.share-options-wrapper-open .map-details-share-options{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 .5em rgba(0,0,0,.25);
	width: calc(100% - 100px);
	max-width: 600px;
}
.share-options-wrapper-open .map-details-share-options-close{
	top: 0;
	right: 0;
	/*transform: translateX(50%) translateY(-50%);*/
	transform: translateX(-25%) translateY(25%);
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 .5em rgba(0,0,0,.25);
	position: absolute;
	padding: 18px;
	width: 0;
	height: 0;
	cursor: pointer;
}
.share-options-wrapper-open .map-details-share-options-close:before,
.share-options-wrapper-open .map-details-share-options-close:after {
	position: absolute;
	top: 5px;
	left: 18px;
	content: ' ';
	height: 26px;
	width: 2px;
	background-color: #333;
}
.share-options-wrapper-open .map-details-share-options-close:before {
	transform: rotate(45deg);
}
.share-options-wrapper-open .map-details-share-options-close:after {
	transform: rotate(-45deg);
}
.map-details-provider-tiles-toggle{
	display: table;
	margin: auto;
}
.map-details-provider-tiles-wrapper:not(.map-details-provider-tiles-wrapper-hidden){
	display: table;
	margin: auto;
}
.provider-logo-wrapper{
	display: inline-block;
	margin: 0 10px 20px 10px;
	position: relative;
}
/*.map-details-provider-tile:last-of-type{
	margin-right: 0;
}*/
.map-details-provider-tile.map-details-provider-tile-disabled{
	opacity: .6;
	pointer-events: none;
	filter: grayscale(100%) blur(1px);
}
.comparison-cirlces-items-wrapper{
	margin-top: 40px;
}
.comparison-cirlces-items-wrapper .comparison-line-point{
	transition: ease all 1s;
}
.comparison-cirlces-item{
	display: inline-block;
	margin: 0 10px;
	width: calc(50% - 20px);
	vertical-align: bottom;
	text-align: left;
}
/*.comparison-cirlces-item:first-of-type{
	text-align: right;
}
.comparison-cirlces-item:last-of-type{
	text-align: left;
}*/
.map-details-item .map-comparison-circle-item{
	/*width: 150px;*/
	vertical-align: top;
}
.map-details-item .map-details-grey-lines{
	width: calc(100%);
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	overflow: hidden;
}
/*.map-details-item .map-details-grey-lines p span{
	position: absolute;
	right: 6px;
}
.map-details-item .map-details-grey-lines p{
	padding: 0 120px 0 6px;
	position: relative;
}*/
.map-details-item .map-details-grey-lines p{
	display: block;
	position: relative;
	padding: 6px 0px 6px 6px;
	margin: 0;
}
.map-details-item .map-details-grey-lines .map-details-grey-line-item{
	width: 110px;
	margin-right: 20px;
	display: inline-block;
}
.map-details-item .map-details-grey-lines .map-details-grey-line-item:first-of-type{
	width: calc( 100% - 220px - 40px );
}
.map-details-item .map-details-grey-lines .map-details-grey-line-item:last-of-type{
	margin-right: 0;
}
.map-details-grey-line-item img{
	max-width: 50px;
	max-height: 50px;
	vertical-align: middle;
}
.map-details-grey-line-item img.provider-logo-disabled{
	filter: grayscale(100%) blur(1px);
}
.map-details-grey-line-item img ~ span{
	vertical-align: middle;
	margin-left: 12px;
}
.map-details-item .map-details-grey-lines p:nth-of-type(2n){
	background-color: #f6f6f6;
}
.lad-show-more-wrapper{
	display: none;
}
.lad-section-current{
	background-color: #cdcdcd !important;
}
.lad-section-current span{
	color: var(--text-color);;
}


.comparison-line-item{
	position: relative;
	/*display: inline-block;*/
	/*margin-right: 20px;*/
	/*width: calc(50% - 10px);*/
	display: block;
	vertical-align: bottom;
	text-align: left;
	/*padding: 24px 20px 20px 20px;*/
	padding: 20px;
	background-color: #f6f6f6;
	border-radius: 10px;
	margin-top: 8px;
	overflow: hidden;
}
/*.comparison-line-item:first-of-type{
	margin-bottom: 20px;
}*/
/*.comparison-line-item:last-of-type{
	margin-right: 0;
}*/
.comparison-line-item-line{
	height: 2px;
	background-color: #000;
	position: relative;
	margin-bottom: 15px;
}
.comparison-line-point{
	position: absolute;
	border-radius: 8px;
	border: solid 2px #000;
	/*width: 10px;*/
	height: 12px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 0;
}
.comparison-line-min{

}
.comparison-line-max{
	position: absolute;
	right: 20px;
}
.comparison-line-average{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.comparison-line-average::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	background-color: #000;
	left: 50%;
	top: 0px;
	transform: translateX(-50%) translateY(-100%);
}
/*.comparison-line-point-value{
	position: absolute;
	transform: translateX(-50%) translateY(calc(-100% - 20px));	
}*/
.map-details-grey-line-item-green{
	color: green;
}
.map-details-grey-line-item-red{
	color: red;
}
.address-detail-speed-pill{
	padding: 4px 12px;
	border-radius: 4px;
	display: inline-block;
	font-weight: bold;
	line-height: 19px;
}
html{
	scroll-behavior: smooth;
}
.comparison-line-item-info{
	padding: 8px;
	background-color: #0080ff;
	color: #fff;
	box-shadow: 0 0 .5em rgba(0,0,0,.25);
	border-radius: 4px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 1ch;
	text-align: center;
	height: 1ch;
	line-height: 6px;
	cursor: pointer;
	z-index: 3;
}
.comparison-line-item-info-wrapper{
	position: absolute;
	top: 100%;
	left: 0px;
	width: calc( 100% - 46px );
	height: calc( 100% - 46px );
	border: solid 3px #f6f6f6;
	background-color: #fff;
	border-radius: 10px;
	z-index: 2;
	padding: 20px;
	overflow: auto;
}
.comparison-line-item-info-open .comparison-line-item-info-wrapper{
	top: 0px;
}
.map-details-grey-line-item .comparison-line-item-info{
	top: 6px;
}


.map-details-network-switch{
	border-radius: 25px;
	background-color: #f6f6f6;
	display: table;
	margin: auto auto 20px auto;
	padding: 4px;
}

.map-details-network-switch .map-details-network-tab{
	display: inline-block;
	padding: 8px 20px;
	border-radius: 25px;
	cursor: pointer;
	margin: 0 4px;
}
.map-details-network-switch .map-details-network-tab:first-of-type{
	margin-left: 0;
}
.map-details-network-switch .map-details-network-tab:last-of-type{
	margin-right: 0;
}
.map-details-network-switch .map-details-network-tab-selected{
	background-color: #0080ff;
	color: #fff;
}
.map-details-network-item{
	display: none;
}
.map-details-network-item-selected{
	display: block;
}
.map-details-network-item .address-detail-speed-pill,
.provider-wrapper .address-detail-speed-pill{
	background-color: #0080ff;
	color: #fff;
	margin-right: 8px;
}
.provider-wrapper{
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #f5f5f7;
}


.map-details-network-compare{
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #f5f5f7;
	text-align: center;
}
.map-details-network-compare-title{
	/*font-weight: 700;*/
	font-size: 18px;
	margin-bottom: 18px;
	display: block;
}
.map-details-network-compare-inner{
	text-align: left;
	margin-top: 20px;
}
.map-dynamic-compare-line{
	height: 12px;
	position: absolute;
	display: block;
	background-position: left;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, 
		#fd5889,
		#c167b5,
		#826ece,
		#5b8fdf,
		#00c8dc
	);
	background-repeat: no-repeat;
	/*border: solid 2px #000;*/
	border-radius: 25px;
	z-index: 1;
	top: 0px;
	left: 0;
	bottom: 0px;
	right: 100%;
	border: solid 2px #000;
}
.map-dynamic-compare-line-wrapper{
	background-color: #f6f6f6;
	border-radius: 25px;
	display: block;
	height: 20px;
	position: relative;
	height: 16px;
	overflow: hidden;
}
.map-dynamic-compare-line:not(.map-dynamic-compare-line-shown){
	transition: ease 0s !important;
}
.map-dynamic-compare-line:not(.map-dynamic-compare-line-shown).map-dynamic-compare-line-reset{
	transition: ease 0.3s !important;
}
.map-dynamic-compare-line-shown{
	background-size: 100% 100%;
	right: 0;
}
.map-details-network-compare-items-wrapper .map-details-network-compare-size{
	width: calc( ( ( 100% - 80px ) / 5 ) - 36px );
	vertical-align: top;
}
.map-details-network-compare-items-wrapper .map-details-network-compare-size span{
	height: 57px;
	display: block;
}
.map-details-network-compare-size{
	/*border: solid 2px #0080ff;*/
	box-shadow: 0 0 .5em rgba(0,0,0,.25);
	text-align: center;
	padding: 18px;
	margin-left: 20px;
}
.map-details-network-compare-size:first-of-type{
	margin-left: 0px;
}
.map-details-network-compare-size:not(.map-details-network-compare-size-selected){
	color: var(--text-color);;
	background-color: #f6f6f6;
	border-color: #000;
}
.map-details-network-compare-size:hover{
	background-color: #0080ff;
}
.map-details-network-compare-size.map-details-network-compare-size-selected span,
.map-details-network-compare-size:hover span{
	color: #fff;
}
.map-details-network-compare-size.map-details-network-compare-size-selected svg *,
.map-details-network-compare-size:hover svg *{
	fill: #fff;
}
.map-details-network-compare-size svg{
	max-width: 100%;
	max-height: 100%;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 12px auto;
}



.availability-recent{
	width: 600px;
	max-width: 100%;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 12px;
	overflow: hidden;
	padding-bottom: 8px;
	position: relative;
}
.map-recently-viewed-links{
	max-height: 212px;
	overflow: auto;
}
.availability-recent p{
	display: block !important;
	text-align: left;
	padding: 6px 14px;
	width: calc( 100% - 28px ) !important;
	max-width: calc( 100% - 28px ) !important;
	margin: 0;
	background-color: #f5f5f7;
}
.availability-recent p:nth-of-type(2n){
	background-color: #fff;
}
.availability-recent p span{
	margin-left: 12px;
}
div .availability-recent-editing-hidden{
	display: none !important;
}
.availability-recent-editing-input-wrapper{
	padding: 4px 0;
}
.availability-recent-editing-input{
	border-radius: 4px;
	outline: none;
	appearance: none;
	border: none;
	width: calc(100% - 71px);
	padding: 5px 8px;
	font-size: 16px;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
}
.availability-recent-editing .map-recently-viewed-links{
	background-color: #f5f5f7;
	text-align: left;
	padding: 6px 0;
}
.availability-recent .icon-svg svg{
	max-width: 100%;
	max-height: 100%;
}

.availability-recent-editing-input-button-bin.icon-svg{
	background-color: lightcoral !important;
}
.availability-recent-editing-input-button-bin.icon-svg:hover{
	background-color: #f06565 !important;
}
.availability-recent-editing-input-button-bin svg path{
	fill: #fff;
}
.availability-recent-editing-input-wrapper-to-remove{
	opacity: .4;
	pointer-events: none;
}
.availability-recent-editing-input-wrapper-remove .availability-recent-editing-input-button-bin.icon-svg svg{
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}
.availability-recent-editing-input-wrapper-remove .availability-recent-editing-input{
	width: calc(100% - 232px)
}
.availability-recent.availability-recent-editing .availability-recent-icons .icon-svg-edit{
	display: none;
}
.availability-recent:not(.availability-recent-editing) .availability-recent-icons .icon-svg-save,
.availability-recent:not(.availability-recent-editing) .availability-recent-icons .icon-svg-cancel{
	display: none;
}

.availability-recent .icon-svg{
	width: 22px;
	height: 22px;
	margin-left: 6px;
	display: inline-block;
	padding: 4px;
	border-radius: 4px;
	cursor: pointer;
	background-color: #fff;
	vertical-align: top;
	overflow: hidden;
}
.availability-recent .icon-svg .availability-recent-editing-delete-confirm{
	white-space: pre;
	display: inline-block;
	color: #fff;
	margin-left: 8px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 30px);
}
.availability-recent .icon-svg:hover{
	background-color: #f5f5f7;
}
.availability-recent .availability-recent-icons{
	position: absolute;
	right: 12px;
	top: 6px;
}
.map-recently-viewed-title{
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0;
	text-align: left;
	padding: 0 80px 0 12px;
}

.social-share-icon-wrapper{
	display: block;
	text-align: center;
	margin: 35px 0;
}
.social-share-icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	vertical-align: bottom;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.social-share-icon svg{
	max-width: 100%;
	max-height: 100%;
}
.social-share-icon path,
.social-share-icon rect{
	fill: #9fa9d0;
}
.social-share-icon.social-share-icon-facebook:hover path{
	fill: #4267B2;
}
.social-share-icon.social-share-icon-twitter:hover path{
	fill: #1DA1F2;
}
.social-share-icon.social-share-icon-linkedin:hover path{
	fill: #0072b1;
}
.social-share-icon.social-share-icon-whatsapp:hover path{
	fill: #25D366;
}
.social-share-icon.social-share-icon-what3words:hover path{
	fill: #e11f26;
}
.social-share-icon.social-share-icon-email:hover path,
.social-share-icon.social-share-icon-email:hover rect{
	fill: #000000;
}
.share-copy-link-wrapper{
	margin-top: 12px;
}
.share-copy-link-input{
	border: solid 2px #f5f5f7;
	outline: none;
	padding: 4px 8px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
	height: 23px;
	width: calc( 100% - 93px);
	transition: none;
}
.share-copy-link-copied .share-copy-link-input{
	width: calc( 100% - 112px);
}
.share-copy-link-wrapper .button-style-1{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.map-details-share-title{
	font-size: 24px;
	display: block;
	margin-bottom: 12px;
	text-align: center;
	font-weight: bold;
}


#map-technicality-slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;  
	background: #f6f6f6;
	outline: none;
	/*opacity: 0.7;*/
}

#map-technicality-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border:  none;
	width: 25px;
	height: 25px;
	border-radius: 50%; 
	background: #0080ff;
	cursor: pointer;
}

#map-technicality-slider::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border:  none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #0080ff;
	cursor: pointer;
}
.map-technicality-slider-labels{
	position: relative;
}
.map-technicality-slider-labels .map-technicality-slider-label{
	display: inline-block;
}
.map-technicality-slider-labels .map-technicality-slider-label:nth-of-type(2){
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.map-technicality-slider-labels .map-technicality-slider-label:nth-of-type(3){
	position: absolute;
	right: 0;
}

/**[data-experience="1"],
*[data-experience="2"],
*[data-experience="3"]{
}*/
.data-experience-hide{
	display: none !important;
}


.uso-message-wrapper{
	padding: 8px 14px;
	border-radius: 10px;
	border: solid 2px #000;
	background-color: lightcoral;
	margin-top: 16px;
}
.uso-message-wrapper p{
	margin: 0;
	color: #fff;
}
.uso-message-wrapper p a{
	color: #fff;
	text-decoration: underline;
}





.menu-modal{
	position: fixed;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
	width: 304px;
	/*height: 404px;*/
	/*border-radius: 10px;*/
	background-color: var(--box-bg);
	overflow: hidden;
	transition: ease-in-out all .3s;
	z-index: 120;

	padding: 40px;
}
.menu-modal::before{
	content: '';
	position: absolute;
	top: 19px;
	left: 19px;
	right: 19px;
	bottom: 19px;
	border: solid 1px #ddd;
}
.menu-modal-underlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1000;
	display: none;
}

.menu-modal span,
.menu-modal input{
	display: block;
}
.menu-login-token-toggle,
.menu-login-options-toggle{
	display: block;
	text-align: center;
	text-transform: none;
	font-weight: 300;
	font-size: 16px;
}
span.menu-login-token-toggle span,
span.menu-login-options-toggle span{
	display: inline-block;
}
span.menu-login-token-toggle span,
span.menu-login-options-toggle span{
	color: #0080ff;
	cursor: pointer;
}
.menu-modal .form-message{
	display: block;
	text-align: center;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e4e5e7;
	text-transform: none;
	font-weight: 300;
	font-size: 16px;
}
.menu-login-token .form-message{
	border: none;
}
.menu-modal .form-message.form-error{
	color: #C80404;
}
.menu-login-options-form{
	display: none;
}
.switch-button-checkbox,
.menu-modal input,
.email-login-button,
.facebook-login-button{
	border: solid 1px #dadce0;
	outline: none;
	appearance: none;
	padding: 10px;
	margin-bottom: 8px;
	border-radius: 4px;
	width: calc(100% - 22px);
	font-size: 16px;
}
.email-login-button,
.facebook-login-button{
	background-color: #4267b2;
	border-color: #4267b2;
	background-image: url(../furniture/fb-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 18px;
	color: var(--text-color);
	/*text-indent: 44px;*/
	margin-top: 12px;
	cursor: pointer;

	text-transform: none;
	font-size: 14px;
	text-align: center;
	font-family: 'Google Sans',arial,sans-serif;
	font-weight: 600;
	letter-spacing: 0.25px;
}
.facebook-login-button:hover{
	background-color: #1877f2;
}
.email-login-button{
	border-color: var(--text-color);
	background-color: var(--box-bg);
	position: relative;
	background-image: none;
}
.email-login-button:hover{
	background-color: #777E86;
	border-color: #777E86;
}
.email-login-button svg path,
.email-login-button svg polygon{
	fill: #fff;
}

.email-login-button svg{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.menu-modal input[type="submit"]{
	width: 100%;
	cursor: pointer;
	background-color: #0080ff;
	border-color: #0080ff;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	margin-top: 14px;
}
.menu-modal input[type="submit"]:hover{
	background-color: #a6d3ff;
	border-color: #0080ff;
	color: var(--text-color);;
}

body.overlay-dialog-open,
body.menu-user-settings-show,
body.menu-login-token-show,
body.menu-login-options-show,
body.menu-password-reset-show{
	overflow: hidden;
}

body.overlay-dialog-open .overlay-dialog-wrapper,
body.menu-user-settings-show .menu-user-settings,
body.menu-login-token-show .menu-login-token,
body.menu-login-options-show .menu-login-options,
body.menu-password-reset-show .menu-login-password-reset{
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	/*box-shadow: 0 6px 16px rgba(0,0,0,1);*/
	border: solid 1px #000;
}
.cms-field-html-cheatsheet-underlay,
body.overlay-dialog-open .menu-user-settings-underlay,
body.menu-user-settings-show .menu-user-settings-underlay,
body.menu-login-token-show .menu-login-token-underlay,
body.menu-login-options-show .menu-login-options-underlay,
body.menu-password-reset-show .menu-login-password-underlay{
	z-index: 120;
	background-color: rgba(0, 0, 0, .4);
	animation: fadeInee linear .3s forwards;
	display: block;
}

@keyframes fadeInee {
	from {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	to {
		display: block;
		opacity: 1;
	}
}


.g_id_signin{
	overflow: hidden;
/*	border: solid 1px #e4e5e7;
	border-radius: 4px;*/
}



.menu-login-token-title,
.menu-login-options-title{
	font-size: 22px;
	text-align: center;
	margin: 10px 0 30px 0;
	text-transform: capitalize;
}
.menu-login-token-title{
	margin: 20px 0 20px 0;
}


.menu-login-token-separator-line,
.menu-login-options-separator-line{
	height: 12px;
	margin: 20px 0 32px;
	text-align: center;
	border-bottom: 1px solid #e4e5e7;
}
.menu-login-token-separator-line{
	margin: 4px 0 32px;
}
.menu-login-token-separator-line span,
.menu-login-options-separator-line span{
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 8px;
	background-color: var(--box-bg);
	color: var(--text-color);
	display: inline-block;
}

.menu-top-level-signup,
.menu-top-level-login,
.menu-top-level-label-logout{
	position: relative;
	z-index: 21;
}
li.menu-top-level-signup {
	padding-top: 10px;
}
li.menu-top-level-signup p{
	border: solid 1px #fff;
	padding: 6px 10px;
}
/*li.menu-top-level-signup:hover p {
	background-color: #fff;
	color: var(--text-color); !important;
	border-color: var(--text-color); !important;
}*/


.map-details-blur{
	/*filter: blur(3px);*/
	/*text-transform: capitalize;*/
	font-family: 'teaser';
	color: #9fa9d0;
}

.menu-invitation-invited p{
	margin-bottom: 2px;
	font-weight: 300;
	text-transform: capitalize;
}
.menu-invitation-invited span{
	font-weight: 300;
	text-transform: none;
	padding: 2px 6px;
}
.menu-invitation-invited span:nth-of-type(2n - 1){
	background-color: #f6f6f6;
}
.menu-invitation-invited-inner{
	max-height: 96px;
	overflow: auto;
}


.data-only-hidden{
	max-height: 0 !important;
	border-width: 0 !important;
	padding-top: 0 !important;
	margin: 0 !important;
	padding-bottom: 0 !important;
	opacity: 0;
	overflow: hidden;
}


.header-error-message{
	position: fixed;
	width: 400px;
	border: solid 2px red;
	background-color: lightcoral;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 4px;
	box-shadow: 0 6px 16px rgba(0,0,0,.1);
	padding: 8px 16px;
	max-width: calc(100% - 32px - 10px);
	z-index: 130;
}
.header-error-message-green{
	border: solid 2px green;
	background-color: lightseagreen;
}
.header-error-message-hidden{
	opacity: 0;
	top: -100px;
	transform: translateX(-50%) translateY(-100%);
}
.header-error-message *{
	color: #fff;
	margin: 0;
}

.menu-login-forgotten-password{
	color: #0080ff;
	text-transform: none;
	display: block;
	text-align: center;
	font-weight: 300;
	cursor: pointer;
	font-size: 16px;
}

.menu-tab-wrapper{
	width: calc( ( 2 * 100% ) + 40px ); /*tab count * 100%, + 20px * tab count*/
	display: flex;
	column-count: 2;
	/*column-gap: 20px;*/
	column-width: 100px;
	position: relative;
	left: 0;
}
.menu-tab-wrapper[data-tab="1"]{
	left: calc( -100% - 40px );
}
.menu-tab-item{
	position: relative;
	width: 304px;
	padding: 0;
	margin-left: 40px;
}
.menu-tab-item input[type="submit"]{
	max-width: 100%;
}
/*.menu-tab-item:last-of-type{
	padding-right: 0px;
}*/
.menu-tab-item:first-of-type{
	margin-left: 0;
}
.menu-tab-item span.menu-login-back-arrow-wrapper{
	display: inline-block;
	padding: 10px;
	position: absolute;
	top: 6px;
	cursor: pointer;
}
.menu-tab-item span.menu-login-back-arrow{
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 6px;
}
.menu-tab-item span.menu-login-back-arrow{
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.menu-login-token-message{
	text-transform: none;
	margin-bottom: 12px;
	font-weight: 300;
}



.speed-display-circle-wrapper{
	position: relative;
	display: inline-block;
	width: 200px;
}
/*.speed-display-circle-wrapper::before{
	content: '';
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: red;
	width: 1px;
	position: absolute;
	z-index: 10;
}
.speed-display-circle-wrapper::after{
	content: '';
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	background-color: red;
	height: 1px;
	position: absolute;
	z-index: 10;
}*/
.speed-display-circle-wrapper[data-percentage="50"] {
	height: 150px;
	overflow: hidden;
}
.speed-display-circle-wrapper[data-percentage="50"] .address-detail-speed-pill{
	transform: translateY(-190%);
}
.broadband-type-tile{
	display: inline-block;
	border-radius: 10px;
	box-shadow: 0 6px 16px rgba(0,0,0,.1);
	background-color: #fff;
	padding: 20px;
	/*margin-right: 20px;*/
	transform: scale(.8);
	margin: 0 0 0 -20px;
}
.broadband-type-tile:hover{
	transform: scale(1);
	z-index: 1;
}
.broadband-type-tile:first-of-type{
	margin-left: 0px;
}
/*.broadband-type-tile:last-of-type{
	margin-right: 0;
}*/



.speed-display-circle{
	position: relative;
	-webkit-border-radius:250px;
	-moz-border-radius:250px;
	border-radius:50%;
	width:100%;
	height:0;
	padding-bottom: 100%;
	transform: rotate(135deg);
	background-color: #fff;
}
.speed-display-circle-overlay {
	position: absolute;
	display: block;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	content: "";
	background-color: #fff;
	/* background-image: url("images/profilePic.jpg"); */
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	overflow: hidden;
	/*z-index: 5;*/
}
.speed-display-circle-pointer{
	width: 10px;
	height: 70px;
	background-color: #000;
	/*transform-origin: 5px 65px;*/ /*half width, height - half width*/
	transform-origin: center bottom;

	position: absolute;

	top: calc( 50% - 70px); /*50% - height*/
	left: calc( 50% - 5px ); /*50% - half width*/

	border-radius: 4px;
}
.speed-display-circle-wrapper[data-percentage="50"] .speed-display-circle-pointer{
	height: 45px;
	top: calc( 67.5% - 45px); /*50% - height*/
}
.speed-display-circle-label{
	text-align: center;
	transform: translateY(-100%);
}

.map-details-item-inner-half{
	display: inline-block;
	vertical-align: top;
}
.map-details-item-inner-half-left{
	width: calc(100% - 200px - 20px);
}
.map-details-item-inner-half-right{
	width: 200px;
	margin-left: 20px;
	margin-bottom: -27px;
}
.broadband-type-tiles-wrapper{
	overflow-x: auto;
	padding: 20px;
	display: flex;
}
.broadband-type-tile p.broadband-type-tile-title{
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 8px;
}





.switch-button {
	/*background: rgba(255, 255, 255, 0.56) !important;*/
	border-radius: 30px;
	overflow: hidden;
	width: 20px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	color: #155FFF;
	position: relative;
	padding-right: 20px;
	position: relative;

	display: table;
	margin: auto;
	background-color: var(--body-bg);

	border: 2px solid var(--text-color);
	display: inline-block;
	vertical-align: top;
}
.switch-button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
	color: #fff;
	font-family: 'Lato', sans-serif;
	color: var(--text-color);;
}
.switch-button-checkbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100% !important;
	height: 100%;
	opacity: 0;
	z-index: 2;

	display: initial;
	appearance: initial;
}
.switch-button-checkbox:checked + .switch-button-label:before {
	transform: translateX(20px);
	transition: transform 300ms linear;
	background-color: #0080ff;
}
.switch-button-checkbox + .switch-button-label {
	position: relative;
	padding: 10px 0;
	display: block;
	user-select: none;
	pointer-events: none;
}
.switch-button-checkbox + .switch-button-label:before {
	content: "";
	background-color: var(--box-bg);
	height: 100%;
	width: 100%;
	position: absolute;
	left: -2px;
	top: -2px;
	border-radius: 30px;
	transform: translateX(0);
	transition: transform 300ms;
	border: 2px solid var(--text-color);
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
	position: relative;
}


span.menu-text-beside-button{
	display: inline-block;
	width: calc(100% - 54px);
	margin-left: 10px;
	vertical-align: top;
}







.menu-top-level-settings{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.menu-top-level-settings .icon-svg{
	top: 4px;
	position: relative;
}
.menu-top-level-settings svg{
	width: 20px;
	height: 20px;
}
.menu-top-level-settings svg path{
	fill: var(--text-color);;
}











/* ======================================================================= */
@media only screen and (max-width: 1220px){
	.property-details-wrapper{
		width: 100%;
	}
	.map-wrapper{
		width: 0%;
	}
	.property-details-wrapper .inner-half-left{
		margin-right: auto;
	}
	.map-view-button{
		position: fixed;
		top: 50%;
		transform: translateX(-50%);
		left: unset;
		right: 10px;
		z-index: 3;
	}
	.property-details-wrapper{
		height: auto;
	}

	.map-view-button .map-view-arrow{
		display: inline-block;
	}
	.map-view-button .map-view-arrow-text{
		display: none;
	}
}

/* ======================================================================= */
/*@media only screen and (max-width: 850px){*/
@media only screen and (min-width: 851px){
	.menu-top-level.menu-top-level-share .share-svg{
		display: none !important;
	}
}


/* ======================================================================= */
/*@media only screen and (max-width: 850px){*/
@media only screen and (max-width: 851px){
	.map-details-item-wrapper-large{
		width: calc(100% - 40px);
	}
	.map-details-item-wrapper-large ~ .map-details-item-wrapper-small{
		display: none;
	}

	.map-details-network-compare-items-wrapper .map-details-network-compare-size{
		margin-bottom: 18px;
		width: calc( ( ( 100% - 40px ) / 3 ) - 36px );
	}
	.map-details-network-compare-items-wrapper .map-details-network-compare-size:nth-of-type(3n + 1){
		margin-left: 0px;
	}

}

/* ======================================================================= */
/*@media only screen and (max-width: 850px){*/
@media only screen and (max-width: 551px){

	.map-details-network-compare-items-wrapper .map-details-network-compare-size{
		width: calc( ( ( 100% - 20px ) / 2 ) - 36px );
	}
	.map-details-network-compare-items-wrapper .map-details-network-compare-size:nth-of-type(3n + 1){
		margin-left: 20px;
	}
	.map-details-network-compare-items-wrapper .map-details-network-compare-size:nth-of-type(2n + 1){
		margin-left: 0px;
	}

	.map-details-network-switch .map-details-network-tab{
		display: block;
		text-align: center;
		margin: 8px 0 0 0 !important;
	}
	.map-details-network-switch .map-details-network-tab:first-of-type{
		margin: 0 0 0 0 !important;
	}



	.map-details-grey-lines p:not(:first-of-type){
		cursor: pointer;
		position: relative;
	}
	.map-details-grey-lines .map-details-grey-line-item:not(:first-of-type){
		width: calc( 50% - 10px );
		display: inline-block;
		/*margin-right: 0;*/
	}
	/*.map-details-grey-lines .map-details-grey-line-open .map-details-grey-line-item:not(:first-of-type){
		max-height: 60px;
	}*/
	.map-details-item .map-details-grey-lines .map-details-grey-line-item:first-of-type{
		width: 100%;
		display: block;
		margin-right: 0;
	}
}

/* ======================================================================= */
/*@media only screen and (max-width: 850px){*/
@media only screen and (max-width: 400px){

	.map-details-network-compare-items-wrapper .map-details-network-compare-size{
		width: calc( 100% - 36px );
		margin-left: 0px !important;
	}
}
