@font-face {
	font-family: 'Source Sans Pro';
	src: url("https://cavendishhealthcare.co.uk/fonts/SourceSans3-Reduced.woff2");
	font-display: swap;
}

:root {
	--MASBlueLight: #037cc2;
	--MenuBack: #037cc2;
	--MenuBackHover: #0067A3;
	--MenuBackMobile: #36383F;
	--MenuText: #ffffff;
	--MenuTextHover: #000000;
	--CAVRed: rgb(177,6,76); /* #b42755; */
	--CAVBlue: #002e66;
	--CAVCyan: rgb(5,125,188);
	--FooterGrey: rgb(37,37,37);
	--FooterLightGrey: rgb(200,200,207);
	--MASRedLight: rgb(177,6,76) ; /* #e60067; */
	--LWSButtonRed: rgb(227,45,35);
	--LWSButtonGreen: rgb(19,138,8);
	--LWSButtonLightGreen: rgb(26,255,41);
	--LWSButtonCyan: rgb(27,207,255);
	--LWSButtonYellow: rgb(255,228,50);
	--LWSButtonPapaya: rgb(243,160,28);
	--LWSButtonGrey: rgb(74,74,74);
	--LWSButton: white;
	--LWSButtonWhite: white;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	border: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.45vw;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

h1, h2, h3 {
	font-weight: 600;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
	padding-inline-start: 0;
}

.CAVcontainer {
	display: grid; 
	gap: 0px 0px; 
}

.CAVLogo { grid-area: CAVLogo; }
.CAVSearch { grid-area: CAVSearch; }
.CAVTelephone { grid-area: CAVTelephone; }

.container {
	display: grid; 
	grid-template-columns: 1fr; 
	grid-template-rows: auto auto auto auto auto auto;
	gap: 0px 0px; 
}

.FootContainer {
	display: grid;
}

.TopPanel { grid-area: TopPanel; }
.Menu-header { grid-area: Menu-header; }
.Attract { grid-area: Attract; }
.MainArticles { grid-area: MainArticles; }
.Info { grid-area: Info; }
.CTA { grid-area: CTA; }
.Footer { grid-area: Footer; }
.FootLinks { grid-area: FootLinks; }
.FootTorquay { grid-area: FootTorquay; }
.FootExeter { grid-area: FootExeter; }
.FootWaterlooville { grid-area: FootWaterlooville; }
.FootLegal { grid-area: FootLegal; }
.Recommend1 { grid-area: Recommend1 }
.Recommend2 { grid-area: Recommend2 }
.Recommend3 { grid-area: Recommend3 }
.Cat1 { grid-area: Cat1 }
.Cat2 { grid-area: Cat2 }
.Cat3 { grid-area: Cat3 }
.Cat4 { grid-area: Cat4 }
.Cat5 { grid-area: Cat5 }
.Cat6 { grid-area: Cat6 }
.Cat7 { grid-area: Cat7 }
.Cat8 { grid-area: Cat8 }
.Cat9 { grid-area: Cat9 }
.Cat10 { grid-area: Cat10 }

.Menu-header {
	background-color: var(--MASBlueLight); 
	top: 0;
	width: 100%;
	z-index: 1000;
}

.Menu-logo{
	display: none;
	color: var(--MenuText);
	height: 0;
}

.Menu-nav {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	max-height: 0;
	transition: max-height .5s ease-out;
}

.Menu-menu a {
	display: block;
	min-height: 1em;
	height: 4vw;
	font-size: 1.35vw;
	color: var(--MenuText);
}

.Menu-menu ul li {
	margin-left: auto;
	margin-right: auto;
}

.Menu-btn{
	cursor: pointer;
	float: right;
	padding: 1.5em 1em;
}

.Menu-btn-line {
	background: var(--MenuText);
	display: block;
	height: 2px;
	position: relative;
	width: 24px;
}

.Menu-btn-line::before,
.Menu-btn-line::after{
	background: var(--MenuText);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.Menu-btn-line::before{
	top: 5px;
}

.Menu-btn-line::after{
	top: -5px;
}

.Menu-side-menu {
	display: none;
}

.Menu-side-menu:checked ~ nav{
	max-height: 100%;
}

.Menu-side-menu:checked ~ .Menu-btn .Menu-btn-line {
	background: transparent;
}

.Menu-side-menu:checked ~ .Menu-btn .Menu-btn-line::before {
	transform: rotate(-45deg);
	top: 0;
}

.Menu-side-menu:checked ~ .Menu-btn .Menu-btn-line::after {
	transform: rotate(45deg);
	top: 0;
}

.Info {
	margin: 1em 2.5em 1em 2.5em;
}

.MainArticles {
}

.RecommendContainer {
	display: grid;
    gap: 1.0em 1.0em;
	position: relative;
	margin: 1em 2.5em 1em 2.5em;
}

.CategoryMenu {
	display: grid;
	gap: 0.75em 0.75em;
	position: relative;
}

.CTA {
	background: white;
	background: linear-gradient(180deg, rgba(255,255,255,1) 25%, rgba(160,201,225,1) 100%);
	background-image: url(/new/sections/enquire/shopback.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.CTA-Link {
	display: inline-block;
	margin: 0vw;
	border: none;
	outline: none;
	background-color: var(--LWSButtonGreen);
	color: var(--LWSButtonWhite);
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 150ms ease-out;
}

.CTA-Link:hover {
	background-color: white;
	color: var(--LWSButtonGreen);
}

.CTA-Link2 {
	display: inline-block;
	border: none;
	outline: none;
	background-color: var(--LWSButtonGreen);
	color: var(--LWSButtonWhite);
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 150ms ease-out;
}

.CTA-Link2:hover {
	background-color: white;
	color: var(--LWSButtonGreen);
}

.Attract {
	position: relative;
	background-color: #181818;
	color: white;
	text-align: center;
	overflow: hidden;
}

.Attract p {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

.Attract img {
	position: absolute;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@media (max-width: 767px) {
	.Attract {
		min-height: 25vw;
	}
	.Attract img {
		top: 49%;
	}
}

@media (min-width: 768px) {
	.Attract {
		min-height: 24vw;
	}
	.Attract img {
		top: 52%;
	}
}

@media (max-width: 767px) {

	body {
		font-size: 5vw;
	}

	.CAVLogo {
		text-align: center;
	}

	.CavendishLogo {
		height: auto;
		width: 80vw;
		max-width: 25em;
		margin: 1em 0 1em 0;
	}

	.CAVcontainer {
		grid-template-columns: 1fr; 
		grid-template-rows: auto auto auto;
		grid-template-areas: 
			"CAVLogo"
			"CAVTelephone"
			"CAVSearch"
	}

	.CAVSearch {
		margin-top: 0.5em;
		margin-bottom: 1.5em;
	}

	.CAVTelephone {
		margin: 0em 1em 0em 1em;
		text-align: center;
	}

	.CAVTel-Greet {
		display: block;
		position: relative;
		top: 0.1em;
		font-size: 0.9em;
		font-weight: 600;
		line-height: 1em;
	}

	.CAVTel-container {
		text-align: center;
		width: 100%;
		margin-left: 0em;
	}

	.CAVTel-Numbers {
		font-size: 8.75vw;
		white-space: nowrap;
		line-height: 6vw;
	}

	.container {
		grid-template-areas: 
			"Menu-header"
			"TopPanel"
			"Attract"
			"MainArticles"
			"Info"
			"CTA"
			"Footer"
	}

	.Recommend1, .Recommend2, .Recommend3 {
		position: relative;
		min-height: 76vw;
	}

	.Menu-header {
		position: sticky;
		top: 0;
	}

	.Menu-logo{
		min-height: 3.2em;
		display: inline-block;
	}

	.Menu-nav {
		text-align: left;
		position: sticky;
		height: auto;
	}

	.Menu-menu a {
		padding: 0.75em 1.75em 0.75em .75em;
		font-size: 5vw;
		color: var(--MenuText);
	}

	.Menu-nav li:last-child {
		padding-bottom: 1em;
	}

	.FootContainer {
		grid-template-columns: auto; 
		grid-template-rows: auto auto auto auto;
		grid-template-areas: 
			"FootLinks"
			"FootTorquay"
			"FootExeter"
			"FootWaterlooville"
			"FootLegal"
	}

	.FootLogo {
		margin-top: 2em;
	}

	.FootLogo img {
		width: 45vw;
	}

	.Footer p {
		font-size: 0.9em;
	}

	.Telephone {
		font-size: 1.7em;

	}

	.CAVTel-container {
		margin-bottom: 1em;
	}

	.MenuLogo {
		padding: 0.75em 0em 0em 1em;
		width: 2.5em;
		height: auto;
	}

	.RecommendContainer {
		grid-template-columns: auto; 
		grid-template-rows: auto auto auto;
		grid-template-areas: 
			"Recommend1"
			"Recommend2"
			"Recommend3"
	}

	.CategoryMenu {
		margin: 1em 1em 1.5em 1em;
		grid-template-columns: repeat(2, 1fr); 
		grid-template-rows: auto auto auto auto auto;
		grid-template-areas: 
			"Cat1 Cat2"
			"Cat3 Cat4"
			"Cat5 Cat6"
			"Cat7 Cat8"
			"Cat9 Cat10"
	}

	.CatThumbtext {
		font-size: 0.9em;
	}

	.InsideCTA {
		padding: 10vw 0 85vw 0;
		background-image: url(/new/sections/enquire/oldman-480.webp);
		background-position: 10vw bottom;
		background-repeat: no-repeat;
		background-size: 80vw;
	}

	.CTAInner {
		text-align: center; 
		padding: 0 10% 0 10%;
	}

	.CTAInner a {
		margin-top: 2vw;
	}

	.CTAInner span {
		font-weight: 500;
		font-size:  4.5vw;
		display: block;
		line-height: 150%;
		padding-left: 0;
		padding-bottom: 2vw;
		text-align: left;
	}

	.CTAInner big {
		font-size: 6vw;
	}

	.CTAInner strong {
		font-weight: 900;
	}

	.CTA-Link {
		padding: 3vw 6vw;
		font-size: 5.5vw;
		border-radius: 1.5vw;
	}

	.CTA-Link2 {
		margin: 3vw 0 0 0;
		padding: 2vw 6vw;
		font-size: 5vw;
		border-radius: 1.5vw;
	}

	.CatThumb {
		image-rendering: -webkit-optimize-contrast;
	}

}

@media (min-width: 768px) {

	.CavendishLogo {
		height: auto;
		width: 19vw;
		margin: 0.75em 0 0.75em 1.5em;
	}

	.CAVcontainer {
		grid-template-columns: auto auto auto; 
		grid-template-rows: auto;
		grid-template-areas: 
			"CAVLogo	CAVSearch	CAVTelephone"
	}

	.CAVSearch {
		margin-top: 2.5em;
	}

	.CAVTelephone {
		margin: 0.5vw 1.5em 0.3em 0;
		text-align: right;
	}

	.CAVTel-Numbers small {
		font-size: 1.25vw;
	}

	.CAVTel-Greet {
		display: block;
		position: relative;
		top: 0.6em;
		font-weight: 700;
		font-size: 0.8em;
		line-height: 1em;
	}

	.container {
		grid-template-areas: 
			"TopPanel"
			"Menu-header"
			"Attract"
			"MainArticles"
			"Info"
			"CTA"
			"Footer"
	}

	.Recommend1, .Recommend2, .Recommend3 {
		min-height: 29vw;
	}

	.Menu-nav{
		position: relative;
		top: 0;
		width: -moz-fit-content;
		width: fit-content;
		max-height: none;
		background-color: transparent;
	}

	.Menu-menu li{
		float: left;
	}

	.Menu-menu span {
		display: none;
	}

	.Menu-menu a {
		padding: 0.75em 0.75em;
	}

	.Menu-menu a:hover{
		background-color: var(--MenuBackHover);
	}

	.Menu-btn{
		display: none;
	}

	.FootContainer {
		grid-template-columns: repeat(3, 1fr); 
		grid-template-rows: auto auto;
		grid-template-areas: 
			"FootLinks	FootLinks	FootLinks"
			"FootTorquay	FootExeter	FootWaterlooville"
			"FootLegal	FootLegal	FootLegal"
	}

	.FootLogo img {
		width: 15vw;
	}

	.Footer p {
		font-size: 0.8em;
	}

	.Telephone {
		font-size: 1.5em;

	}

	.MenuLogo {
		padding: 0.8vw 1.5vw 1.2vw 1.5vw;
		width: 1.5vw;
		height: auto;
	}

	.RecommendContainer {
		grid-template-columns: repeat(3, 1fr); 
		grid-template-rows: auto;
		grid-template-areas: 
			"Recommend1	Recommend2	Recommend3"
	}

	.CategoryMenu {
		margin: 1.5em 2.5em 1.5em 2.5em;
		grid-template-columns: repeat(5, 1fr); 
		grid-template-rows: auto auto;
		grid-template-areas: 
			"Cat1 Cat2 Cat3 Cat4 Cat5"
			"Cat6 Cat7 Cat8 Cat9 Cat10"
	}

	.CatThumbtext {
		font-size: 1em;
	}

	.InsideCTA {
		padding: 5vw 0 5vw 0;
		background-image: url(/new/sections/enquire/oldman-480.webp);
		background-position: 10vw bottom;
		background-repeat: no-repeat;
		background-size: 30vw;
	}

	.CTAInner {
		text-align: center; 
		padding: 0 10% 0 40%;
	}

	.CTAInner a {
		margin-top: 2vw;
	}

	.CTAInner span {
		font-weight: 500;
		font-size:  1.5vw;
		display: block;
		line-height: 150%;
		padding-left: 7vw;
		padding-bottom: 2vw;
		text-align: left;
	}

	.CTAInner big {
		font-size: 2vw;
	}

	.CTAInner strong {
		font-weight: 900;
	}


	.CTA-Link {
		padding: 2vw 3vw;
		font-size: 1.5vw;
		border-radius: 0.5vw;
	}

	.CTA-Link2 {
		margin: 1.5vw 0 0 0;
		padding: 1vw 3vw;
		font-size: 1.5vw;
		border-radius: 0.5vw;
	}
}

.skip-link {
	position: absolute;
	top: -5em;
	left: 0;
	background: #000000;
	color: white;
	padding: 8px;
	z-index: 100;
}

.skip-link:focus {
	top: 0;
}

.CAVTelephone span {
	display: inline-block;
	color: var(--CAVRed);
}

.Info {
	column-width: 300px; 
	column-gap: 2.5em; 
	column-count: 2;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.Info p {
	padding: 0em 0em 1em 0em;
	display: inline-block;
}

.Footer {
	background-color: var(--FooterGrey);
	color: var(--FooterLightGrey);
	padding: 1em 1.5em 2em 1.5em;
}

.Footer p {
	padding: 0.5em 0em 0.5em 0em;
	line-height: 1.25em;
}

.Footer a:link, .Footer a:visited {
	color: var(--FooterLightGrey);
	text-decoration: none;
	border-bottom: 1px dashed var(--FooterLightGrey);
}

.Footer a:hover, .Footer a:active {
	color: white;
	border-bottom: 1px none transparent;
}

.FootLinks, .FootTorquay, .FootExeter, .FootWaterlooville, .FootLegal {
	padding: 0.75em 1em 0.75em 1em;
}

.FootLinks article {
	-webkit-column-width: 200px;
	-moz-column-width: 200px;
	column-width: 200px;
	column-gap: 3em;
}

.FootIcons a:link, .FootIcons a:hover, .FootIcons a:visited, .FootIcons a:active {
	border-bottom: none;
}

.FootIcons {
	margin-bottom: 1em;
}

.FootLogo {
	text-align: center; 
	width: 100%;
}

.FootLogo img {
	height: auto;
}

.FootSocial {
	width: 2.5em;
	height: auto;
}

.Telephone {
	display: inline-block;
	font-weight: 700;
	letter-spacing: -0.03em;
	vertical-align: middle;
	white-space: nowrap;

}

.Telephone a[href^="tel:"] {
	color: var(--MASBlueLight);
	text-decoration: none;

display: block;
padding: 0;
margin: 0;
height: 1.1em;

}

.UK-Flag {
	display: inline-block;
	width: 2.5em;
	height: auto;
	padding-right: 0.5em;
/*			padding-bottom: 0.4em;*/
	padding-top: 0.7em;
	vertical-align: middle;
}

#LogoDark {
	display: block;
}

.RecParent {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	aspect-ratio: 1 / 1;
	height: 100%;
}

.RecChild {
	position: relative;
	top: -100%;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.RecTitle {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 20;
	padding: 1em 1em 1em 0em;
}

.RecParent:hover .RecChild, .RecParent:focus .RecChild {
/*    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); */
	filter: brightness(115%);
}

.RecBg-one {background-image: url(/new/sections/recommend/two-supascoota-low.webp);}
.RecBg-two {background-image: url(/new/sections/recommend/bootscooter.webp);}
.RecBg-three {background-image: url(/new/sections/recommend/maintenance-closeup.webp);}

.RecTitle span {
	display: inline;
	padding: 0.2em 0.75em;
	color: #fff;
	background-color: var(--MASRedLight);
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.4em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.RecBottom {
	position: absolute;
	bottom: 0;
	padding-right: 0.5em;
	padding-bottom: 1em;
}

.CatThumb {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}

.CatThumbtext {
	position: relative;
	bottom: 2.25em;
	margin: 0px;
	padding: 0.4em 0px 0.5em 0px;
	background-color: var(--MASRedLight);
	text-align: center;
	color: white;
	font-weight: 600;
	line-height: 100%;
}

.Cat1, .Cat2, .Cat3, .Cat4, .Cat5, .Cat6, .Cat7, .Cat8, .Cat9, .Cat10 {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	aspect-ratio: 1 / 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	image-rendering: high-quality;
} 

.Cat1:hover, .Cat2:hover, .Cat3:hover, .Cat4:hover, .Cat5:hover, 
.Cat6:hover, .Cat7:hover, .Cat8:hover, .Cat9:hover, .Cat10:hover {
	filter: brightness(115%);
}

.pixelated {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
}

.crisp-edges {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.CTAInner big {
	font-weight: 600;
}

.TopSearchField {
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	border: 0.1em solid grey;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.SearchBtn:hover {
	cursor: pointer;
	background-color: var(--MenuBackHover);
}

.SearchBtn {
	padding: 0.3em 1em 0.4em 1em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	border: 0;
	color: white;
	background-color: var(--CAVCyan);
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.CAVSearch {
	text-align: center;
}

.CAVSearch label, 
.CAVSearch input { 
	display: inline-block; 
}

#FooterBase.Footers {
	position: fixed;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	z-index: 9999;
	font-weight: 500;
}

#FooterBase.Footers p {
	display: block;	
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
}

#FooterBase.Footers a:link, 
#FooterBase.Footers a:active, 
#FooterBase.Footers a:visited {
	color: white;
	text-decoration: underline;
}

#FooterBase.Footers a:hover {
	color: white;
	text-decoration: none;
}

.Footers .FtDefault {
	display: none;
}

.Footers .FtDark, .Footers {
	color: white;
	background-color: #202226a3;
}

.Footers .FtSpacing {
	padding: 0.6rem 2rem 0.6rem 2rem; 
}

.Footers .FtCancel {
	display: inline-block;
	float: right;
	margin-left: 2em;
	margin-top: 0.2rem;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid white;
	border-radius: 0.25em;
	vertical-align: top;
	text-align: right;
}

.FtCancel:hover {
	background-color: white;
	color: black;
}

.Footers .FtText {
	display: inline-block; 
	width: 75%
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	vertical-align: top;
}

.Footers .Clear {
	clear: both;
}

@media (max-width: 767px) {
	.FtText { font-size: 0.7em; }
	.FtCancel { font-size: 0.8em; }
}

@media (min-width: 768px) {
	.FtText .FtCancel { font-size: 0.9em; }
}

.HideGoogleFrame {
	display: none;
	visibility: hidden;
}

.DateDependant {
	display: none;
}

.FootTable {
	font-size: 0.7em !important;
}

.DateText {
	display: block;
	position: absolute;
	width: 100%;
	font-size: larger;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.85);
}

@media (max-width: 767px) {
	.DateText {
		top: 21%;
	}
}

@media (min-width: 768px) {
	.DateText {
		top: 75%;
	}
}

.invisible {
	display: none;
}

.CAVTel-container small {
	font-size: 0.6em;
}

.ReadMore {
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 2em;
}

.ReadMore a {
	display: inline-block;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0 0 0 0.25em;
	border-radius: 0.35em;
	background-color: var(--MASRedLight);
	border: 1px solid var(--MASRedLight);
	color: white;
	font-weight: bold;
}

.ReadMore a:hover {
	background-color: white;
	color: var(--MASRedLight);
	border: 1px solid var(--MASRedLight);
}

.PolicyInfo {
	line-height: 1.5em;
}

.PolicyInfo a:not(:first-child) {
	margin-left: 0.5em;
}

.PolicyInfo a {
	margin-right: 0.5em;
}

#DateBox1A table,
#DateBox1B table,
#DateBox1 table,
.FootContainer table {
	font-size: 0.7em;
	border-spacing: 0;
}

#DateBox1A td,
#DateBox1B td,
#DateBox1 td,
.FootContainer td {
	padding-right: 1.5em;
}

@media (min-width: 768px) {
	.BlackBar {
		display: block;
		width: 100%;
		background: rgb(24,24,24);
		padding: 0;
		font-size: 1.35vw;
		text-align: center;
	}
	.BlackBarList {display: none;}
}

@media (max-width: 767px) {
	.BlackBar {
		display: none;
	}
	.BlackBarList {display: block;}
}

.BlackBar a {
	display: inline-block;
	padding: 0.5em 0.75em 0.5em 0.75em;
	color: rgb(240,240,240);
	margin: 0;
}

.BlackBar a:hover {
	background: rgb(0,50,103);
	color: white;
}
