#Main-Header-Container {
	height: auto;
	width: auto;
	min-height: 70px;
	min-width: 250px;

	background-color: white;
	box-shadow: 1px 1px 10px 0px #aba9a9;
	max-width: 2000px;

	margin-left: auto;
	margin-right: auto;

	position: sticky;
	top: 0px;

	padding: 5px;
}
#headerExpandMenu {
	display: none;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 25px;
}
#headerExpandMenu a {
	text-decoration: none;
	color: black;
}

#Main-Header-Top-Strip {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
}
#Page-Title-Holder {
	width: auto;
	height: auto;
	text-align: left;
}
#Page-Title-Holder h1 {
	font-size: 25px;
	letter-spacing: 1px;
}
#Page-Title-Holder h2 {
	font-size: 20px;
	letter-spacing: 1px;
}
#Page-Contact-Holder {
	margin-left: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 5px;
}
#Page-Contact-Holder h5 {
	font-size: 19px;
	letter-spacing: 2px;
	color: #025888;
}
#Page-Contact-Holder img {
	height: 25px;
	width: 25px;
	margin-right: 7px;

}















#Main-Header-Bottom-Strip {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
	top: 1px;
	
	margin-top: 10px;
}
#Main-Header-Bottom-Strip nav, ul {
	height: 100%;
	text-decoration: none;
	width: auto;
}
#Main-Header-Bottom-Strip nav ul li {
	display: inline-block;
}
#Main-Header-Bottom-Strip nav ul li:not(:last-child) {
	margin-right: 30px;
}

#Main-Header-Bottom-Strip nav ul li a {
	font-size: 19px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #025888;
}
#Main-Header-Bottom-Strip nav ul li:hover a {
	color: #025888bf;
}




























































.Large-Drop-Down-Menu-BackBlock {
	height: 0px;
	width: 100%;

	position: absolute;
	top: 15px;
	left: 0px;

	background-color: #fff0;

	overflow: hidden;
}
.Large-Drop-Down-Menu-FrontBlock {
	width: 85%;
	height: 100%;
	max-width: 1200px;

	background-color: white;
	padding: 20px;

	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
	border: 2px solid #025888bf;
	border-radius: 5px;
}
.Large-Drop-Down-Menu-FrontBlock h3 {
	font-size: 19px;
	letter-spacing: 1px;

}
#Large-Drop-Down-Menu-Left-Column {
	width: 60%;
	height: auto;
}

#Main-Header-Bottom-Strip #Large-Drop-Down-Menu-Left-Column ul li {
	display: block;
	height: 40px;
	width: 100%;
	margin-top: 20px;

	border-bottom: 2px solid black;
}
#Main-Header-Bottom-Strip #Large-Drop-Down-Menu-Left-Column ul li a {
	font-size: 17px;
	letter-spacing: 1px;
}
.Expand-Link {
	float: right;
	color: red;
	overflow: hidden;
}

#Large-Drop-Down-Menu-Right-Column {
	background-color: white;
	width: 100%;
	height: 100%;
	margin-left: 100px;
}
.County-Information-Box {
	width: 100%;
	height: 100%;
}
#County-Information-Box-Yorkshire {
    display: block;
}
#County-Information-Box-North-Yorkshire, #County-Information-Box-East-Yorkshire, #County-Information-Box-South-Yorkshire, #County-Information-Box-West-Yorkshire {
    display: none;
}

.County-Information-Box-Text h2 {
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: bold;
}
.County-Information-Box-Text p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-top: 10px;
}
















@media only screen and (max-width: 950px) {  
	#Main-Header-Bottom-Strip {
		display: none;
	}
	#headerExpandMenu {
	    display: block;
	}
	#Main-Header-Top-Strip {
		flex-direction: column;
	}
	#Page-Contact-Holder {
		margin-left: 0px;
		justify-content: flex-start;
		margin-top: 10px;
	}

}




























































/*Slide Menu For Phone And Tablet*/

#headerExpandClose {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 25px;
	list-style-type: none;

}
#headerExpandClose a {
	text-decoration: none;
	color: #025888;
}

#slideMenuContainerPadding {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 100%;
	background-color: white;
	transition: 1s;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	border-left: 1px solid black;
	z-index: 99;
}
#slideMenuContainer {
	width: 100%;
	height: 100%;

	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1000px;
}

#slideMenuBodyHeader {
	width: 100%;
	height: 120px;

	border-bottom: 2px solid white;
}
#slideMenuBodyHeaderLogo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	width: 430px;
}
#slideMenuBodyHeader h3 {
	color: #025888;
	font-size: 25px;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
}

#slideMenuHeader h3 {
	font-size: 22px;
	letter-spacing: 2px;
	color: #025888;
	text-align: center;
	margin-top: 10px;
	margin-bottom: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	
}
#slideMenuBody {
	grid-column: 1;
	grid-row: 1;
	padding: 30px;

}


#slideMenuBody ul li {
	text-align: left;
	line-height: 50px;
	list-style-type: none;
	width: 450px;


}

#slideMenuBody ul li a {
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #025888;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	
}

.slideMenuArrow {
	position: relative;
	float: right;
	color: #025888;
}


.subDropDownMenu {
	display: none;
	width: auto;
	height: auto;

	background-color: inherit;

	position: relative;
	top: 0px;
	list-style: none;
}
.subDropDownMenu ul {
	margin-bottom: 20px;
}
.subDropDownMenu ul li {
	margin-left: 30px !important;
	line-height: 40px !important;
}
.subDropDownMenu ul li a {
	color: #025888;
	font-size: 16px !important;

}


@media only screen and (max-width: 480px) {
    #Page-Title-Holder h1 {
        font-size: 19px;
    }
}
}
