body {
	overflow-x: hidden; /* Removed horizontal scroll issues */ 
}

.header__search-button {
	cursor: pointer;
}

.js-modal-button-open {
	cursor: pointer;
}

.header__mobile-phone {
	display: inline-block;
	width: 20px;
	line-height: 100px;
    position: relative;
    z-index: 15;
    margin-left: 10px;
}

@media(min-width: 768px) {
	.header__mobile-phone {
		display: none;
		visibility: hidden;
	}
}

.header__mobile-phone img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 25px;
}


/* .header__mobile-phone span {
	display: none;
} */

.col-xs-12.officecontactform {
    border-top: 1px solid #ccc;
    margin-top: 50px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 40px;
		margin-bottom: 40px;
}

.col-xs-12.officecontactform h2 {
    margin: 40px 0 50px 0;
}

.col-xs-12.officecontactform .gform_wrapper {
	padding-top: 20px;
}

p.office-enquiry-button {
    padding-top: 30px;
}

a.office-enquiry {
    color: #fff;
    background: #F07818;
    padding: 15px 30px;
    border-radius: 10px;
    display: block;
    text-align: center;
	font-size: 16px;
	font-weight: 500;
}

a.office-enquiry:hover {
	background-color: #44114e;
}

.team__department .box--staff__nudge {
	margin-left: 0;
}

@media(min-width: 992px) {
	.team__department .box--staff__nudge {
		margin-left: 12.66667%;
	}
}

.validation_error {
	color: red;
}

.gfield_required {
	color: red;
}

.validation_message {
	color: red;
	font-size: 16px;
}

.post-navigation-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border-top: 3px solid #e9e9ec;
	margin-top: 50px;
	padding: 25px;
	font-size: 14px;
}

@media(min-width: 768px) {

	.post-navigation-container {
		flex-direction: row;
	}
}

.post-navigation-container .prev-post {
	margin-bottom: 15px;
}

@media(min-width: 768px) {

	.post-navigation-container .prev-post,
	.post-navigation-container .next-post {
		width: 50%;
	}

	.post-navigation-container .prev-post {
		margin-bottom: 0;
		display: flex;
		justify-content: flex-start;
		padding-right: 20px;
	}

	.post-navigation-container .prev-post a {
		position: relative;
		display: block;
		cursor: pointer;
    	background-color: transparent;
    	border: 1px solid #5b1f69;
    	white-space: nowrap;
    	line-height: 1.42857;
    	border-radius: 4px;
    	padding: 16px 32px;
    	width: 200px;
    	text-align: center;
	}

	.post-navigation-container .prev-post a:before {
		content: '';
    	height: 16px;
    	left: 16px;
		position: absolute;
    	width: 8px;
    	margin-top: 4px;
    	background: url("./assets/img/arrow-right.png") 50% no-repeat;
    	background-size: 100%;
    	transform: rotate(180deg);
	}

	.post-navigation-container .next-post {
		display: flex;
		justify-content: flex-end;
		text-align: right;
		padding-left: 20px;
	}

	.post-navigation-container .next-post a {
		position: relative;
		display: block;
		cursor: pointer;
    	background-color: transparent;
    	border: 1px solid #5b1f69;
    	white-space: nowrap;
    	line-height: 1.42857;
    	border-radius: 4px;
    	padding: 16px 32px;
    	width: 200px;
    	text-align: center;
	}

	.post-navigation-container .next-post a:after {
		content: '';
    	height: 16px;
    	right: 16px;
		position: absolute;
    	width: 8px;
    	margin-top: 4px;
    	background: url("./assets/img/arrow-right.png") 50% no-repeat;
    	background-size: 100%;
	}
}

@media (max-width: 992px) {
	.office-row {
		display: flex;
		flex-direction: column;
	}

	.office-address-col {
		order: 2;
	}

	.office-content {
		order: 1;
	}
}

/* Map Hotspots */
.office-list-title {
	font-size: 43px;
	color: #44114e;
	font-family: Lato,Helvetica,Arial,sans-serif;
	font-weight: 300;
}

.map-hotspots {
	min-height: 400px;
	display: flex;
    position: relative;
    flex-direction: column;
}

@media (min-width: 768px) {
	.map-hotspots {
		flex-direction: row;
	}
}

.map-col,
.office-col {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 20px;
}

.map-col {
	margin-bottom: 50px;
}

.office-col p {
	font-size: 16px;
}

.office-col ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (min-width: 768px) {

	.map-col {
		margin-bottom: 0;
	}

	.office-col ul {
		column-count: 2;
		width: 300px;
	}
}

.office-col li {
	position: relative;
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 18px;
}

.office-col li a {
	color: #44114e;
	text-decoration: underline;
}

.office-col li a:hover {
	text-decoration: none;
}

.map-col {
	display: flex;
	justify-content: center;
}

.map-col img {
	width: auto;
    position: relative;
    display: block;
    height: auto;
}

@media (min-width: 768px) {

	.map-col {
		display: inline-block;
	}

	.map-col img {
	    position: absolute;
	}

	.office-col {
		padding-left: 30px;
	}
}

@media (min-width: 1550px) {

	.map-col img {
	    height: 100%;
	}

	.office-col {
		padding-left: 0;
	}
}

#Map {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
	.map-col {
		width: 50%;
		float: left;
		position: relative;
	}

	.office-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		float: left;
		position: relative;
		padding-left: 60px;
	}
}

@media (min-width: 992px) {

	.map-col,
	.office-col {
		padding: 0;
	}

	.map-col {
		width: 40%;
	}

	.office-col {
		width: 60%;
		padding-left: 50px;
	}
}

@media (min-width: 1550px) {
	.map-col {
		display: flex;
		justify-content: center;
	}
}

.preston-hotspot {
	display: block;
    position: absolute;
    width: 30px;
    height: 35px;
    z-index: 50;
    top: 20%;
    left: 30%;
    opacity: .7;
}

.blackburn-hotspot {
	display: block;
    position: absolute;
    width: 30px;
    height: 35px;
    z-index: 50;
    top: 32%;
    left: 48%;
    opacity: .7;
}

.shadsworth-hotspot {
	display: block;
    position: absolute;
    width: 30px;
    height: 35px;
    z-index: 50;
    top: 36%;
    left: 58%;
    opacity: .7;
}

.accrington-hotspot {
	display: block;
    position: absolute;
    width: 30px;
    height: 35px;
    z-index: 50;
    top: 30%;
    left: 64%;
    opacity: .7;
}

.burnley-hotspot {
	display: block;
    position: absolute;
    width: 30px;
    height: 35px;
    z-index: 50;
    top: 19%;
    left: 69%;
    opacity: .7;
}

.manchester-hotspot {
	display: block;
    position: absolute;
    width: 30px;
    height: 35px;
    z-index: 50;
    bottom: 30%;
    left: 63%;
    opacity: .7;
}

.rawtenstall-hotspot {
	display: block;
    position: absolute;
    width: 30px;
    height: 35px;
    z-index: 50;
        bottom: 45%;
    left: 70%;
    opacity: .7;
}


@media (min-width: 576px) {

	.preston-hotspot {
	    top: 21%;
	    left: 31%;
	}

	.blackburn-hotspot {
	    top: 33%;
	    left: 50%;
	}

	.shadsworth-hotspot {
	    top: 37%;
	    left: 59%;
	}

	.accrington-hotspot {
	    top: 31%;
	    left: 66%;
	}

	.burnley-hotspot {
	    top: 20%;
	    left: 70%;
	}

	.manchester-hotspot {
	    bottom: 31%;
	    left: 64%;
	}
}

@media (min-width: 768px) {

	.preston-hotspot {
	    top: 22%;
	    left: 30%;
	}

	.blackburn-hotspot {
	    top: 37%;
	    left: 48%;
	}

	.shadsworth-hotspot {
	    top: 40%;
	    left: 57%;
	}

	.accrington-hotspot {
	    top: 34%;
	    left: 66%;
	}

	.burnley-hotspot {
	    top: 21%;
	    left: 69%;
	}

	.manchester-hotspot {
	    bottom: 19%;
	    left: 63%;
	}
}

@media (min-width: 992px) {

	.shadsworth-hotspot {
	    top: 42%;
	    left: 57%;
	}

	.accrington-hotspot {
	    top: 36%;
	    left: 66%;
	}

	.manchester-hotspot {
	    bottom: 16%;
	    left: 63%;
	}
}

@media (min-width: 1550px) {

	.preston-hotspot {
	    top: 19%;
	    left: 34%;
	}

	.blackburn-hotspot {
	    top: 31%;
	    left: 48%;
	}

	.shadsworth-hotspot {
	    top: 35%;
	    left: 55%;
	}

	.accrington-hotspot {
	    top: 29%;
	    left: 62%;
	}

	.burnley-hotspot {
	    top: 18%;
	    left: 64%;
	}

	.manchester-hotspot {
	    bottom: 29%;
	    left: 60%;
	}
	
	.rawtenstall-hotspot {
	    bottom: 52%;
    left: 64%;
	}
}