.margin-bottom-zero {
	margin-bottom: 0;
}

.post-content--wrapper {
	display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.post-content--wrapper .right-contact {
	width: 100%;
}

.right-contact .sidebar-form {
	display: inline-block;
	background-color: #5b1f69;
	padding: 30px;
	color: #fff;
	width: 100%;
}

.sidebar-form .gform_submission_error {
	font-size: 16px;
    line-height: 26px;
    color: red;
    margin: 0 0 20px 0;
}

.sidebar-form .gfield_description {
	font-size: 16px;
    line-height: 22px;
    padding: 0 0 20px 0;
}

.right-contact form ul>li label {
	display: block!important;
	position: relative!important;
	line-height: 35px!important;
	left: 0!important;
	top: 0!important;
	color: #fff!important;
}

.right-contact form ul>li input {
	color: #333;
}

.right-contact .gfield_required {
	display: inline-block!important;
	color: #fff!important;
}

.right-contact .gform_heading {
	margin-bottom: 25px;
}

.right-contact .gform_title {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	padding: 0!important;
	margin-top: 0!important;
}

.right-contact .gform_description {
	font-size: 18px!important;
	line-height: 18px!important;
}

.right-contact form ul>li {
	padding: 5px 0!important;
}

.right-contact .gform_footer {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.right-contact input[type=submit] {
	width: 150px!important;
	margin-left: auto;
	margin-right: auto;
}


.right-contact select {
    color: #333;
}

.right-contact .newsletter {
	float: left;
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	position: relative;
}

.right-contact .newsletter p {
	color: #333;
}

.right-contact .newsletter a {
	width: 200px;
	margin: 32px auto 45px auto;
}

.right-contact .newsletter:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #5b1f69;
}

@media (min-width: 768px) {

	.post-content--wrapper {
		flex-direction: row;
	}

	.post-content--wrapper .post-content {
		width: 65%;
	}

	.post-content--wrapper .right-contact {
		width: 360px;
		color: #fff;
		margin-left: 5%;
		align-self: flex-start;
	}

	.right-contact .gform_title {
		font-size: 25px;
		line-height: 25px;
	}

	.right-contact .gform_description {
		font-size: 14px!important;
		line-height: 14px!important;
	}

	.right-contact form {
		background-color: #5b1f69;
		display: block;
		position: relative;
		margin-top: 0;
	}
}

@media (min-width: 1152px) {

	.right-contact .gform_title {
		font-size: 30px;
		line-height: 30px;
	}

	.right-contact .gform_description {
		font-size: 18px!important;
		line-height: 18px!important;
	}
}

/* Related Services on article page */
.related-services {
	display: block;
	position: relative;
	width: 100%;
	padding: 60px 20px 80px 20px;
	background-color: #fff;
}

.related-services h4 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 34px;
	line-height: 42px;
}

.related-services .list-menu>ul {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.related-services .list-menu--two-columns>ul>li {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #eee;
    padding: 20px;
    margin-top: 20px;
}

.related-services .list-menu--two-columns>ul>li:before {
	display: none;
}

.related-services .list-menu .service-title {
	display: flex;
	align-items: center;
	width: 100%;
}

.related-services .list-menu .service-title:after {
	content: "";
	display: inline-block;
	position: relative;
	margin-left: auto;
	width: 20px;
	height: 20px;
	background-image: url("./assets/img/pagelink-arrow.png");
    background-size: 7px;
    background-position: center;
    background-repeat: no-repeat;
}

.related-services .service-title a {
	position: relative;
	color: #333;
	width: auto;
	font-size: 20px;
	line-height: 26px;
}

.related-services .service-title a:visited {
	color: #333;
}

.related-services .icon {
	display: block;
	position: relative;
	margin-bottom: 15px;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}

@media(min-width: 768px) {

	.related-services .list-menu>ul {
		flex-direction: row;
    	padding: 0 20px;
	}

	.related-services .list-menu--two-columns>ul>li {
		width: 49%;
    	margin-right: 2%;
		align-items: flex-start;
    	justify-content: center;
    }

    .related-services .list-menu--two-columns>ul>li:nth-of-type(2n) {
    	margin-right: 0;
    }
}

@media(min-width: 1200px) {

	.related-services .list-menu>ul {
    	padding: 0;
	}
}

/* Update to hero */
@media (max-width: 767px) {

	.mobile-only {
		display: block;
	}

	.mobile-only img {
		width: 100%;
		min-height: 400px;
		max-height: 400px;
		object-fit: cover;
		object-position: center;
	}

	.desktop-only {
		display: none;
	}

	.hero {
		height: 500px;
		background-color: #fff;
		z-index: 2;
	}

	.hero__title {
		top: 350px;
	}

	.hero__title:after {
		bottom: -35px;
	}

	.hero__title>h1 {
    	font-size: 24px;
	}

	.hero__image {
		overflow: hidden;
	}

	.hero__image>img {
		width: 100%!important;
    	height: 400px;
    	object-fit: cover;
    	object-position: center;
	}
}

.hero__image>img {
	width: 100%!important;
}

@media screen and (min-width: 992px) {

	.mobile-only {
		display: none;
	}

	.desktop-only {
		display: block;
	}

	.desktop-only img {
		width: 100%;
		min-height: 370px;
		max-height: 500px;
	}

	.hero__title {
	    top: 100px;
	}
}

@media (min-width: 993px) {
	.hero__title>h1 {
    	font-size: 34px;
	}
}

/* Updated Stay Informed Page Styles */

@media screen and (min-width: 768px) {

	.page-template-stay-informed .box--post--large, .page-template-page-homepage .box--post--large, .case_study-template-default .box--post--large {
		min-height: 270px;
	}

	.page-template-stay-informed .box--post--large .box--post__content h4 a, .page-template-page-homepage .box--post--large .box--post__content h4 a,
	.case_study-template-default .box--post--large .box--post__content h4 a {
		font-weight: 900;
		color: #5b1f69;
		font-size: 24px;
	}

	.post-content--date {
		display: flex;
		flex-direction: row;
	}

	.page-template-stay-informed .box--post--large .box--post__content .post__date, .page-template-page-homepage .box--post--large .box--post__content .post__date,
	.case_study-template-default .box--post--large .box--post__content .post__date {
		margin: 0;
		font-weight: 500;
		font-size: 16px;
		line-height: 16px;
		color: #000;
	}

	.page-template-stay-informed .box--post--large .box--post__content .post__date:after, .page-template-page-homepage .box--post--large .box--post__content .post__date:after,
	.case_study-template-default .box--post--large .box--post__content .post__date:after {
		content: "|";
		display: inline-block;
		position: relative;
		margin: 0 20px;
		color: #000;
		font-size: 18px;
		line-height: 18px;
	}

	.page-template-stay-informed .box--post--large .box--post__content .post__read-more, .page-template-page-homepage .box--post--large .box--post__content .post__read-more,
	.case_study-template-default .box--post--large .box--post__content .post__read-more, {
		margin: 0;
		font-weight: 500;
		font-size: 16px;
		line-height: 16px;
	}

	.page-template-stay-informed .box--post--large .box--post__content .post__read-more:hover, .page-template-page-homepage .box--post--large .box--post__content .post__read-more:hover,
	.case_study-template-default .box--post--large .box--post__content .post__read-more:hover, {
		text-decoration: underline;
	}

	.page-template-stay-informed .box--post--large .post-icon, .page-template-page-homepage .box--post--large .post-icon {
		width: auto;
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		background-color: #5b1f69;
		opacity: .8;
		color: #fff;
		margin: 0;
		padding: 10px 20px 10px 10px;
		height: auto;
	}

	.page-template-stay-informed .box--post .post-icon, .page-template-page-homepage .box--post .post-icon {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		background-color: #5b1f69;
		opacity: .8;
		color: #fff;
		margin: 0;
		padding: 10px 20px 10px 10px;
		height: auto;
	}

	.page-template-stay-informed .box--post .post-icon img, .page-template-page-homepage .box--post .post-icon img  {
		width: 100%;
		max-width: 30px;
	}

	.page-template-stay-informed .box--post .post-icon p, .page-template-page-homepage .box--post .post-icon p {
		margin: 0 0 0 10px;
	}

	.page-template-stay-informed .box--post .box--post__image:before, .page-template-page-homepage .box--post .box--post__image:before {
		display: none;
	}

	.page-template-stay-informed .stay-informed--small .box--post__image, .page-template-page-homepage .stay-informed--small .box--post__image {
		height: 150px;
		margin-bottom: 30px;
	}

	.page-template-stay-informed .stay-informed--small .box--post__image img, .page-template-page-homepage .stay-informed--small .box--post__image img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
	}

	.page-template-stay-informed .box--post .box--post__content h4 a, .page-template-page-homepage .box--post .box--post__content h4 a {
		font-weight: 500;
		color: #5B1F6B;
	}

	.post-content--date {
		display: flex;
		flex-direction: row;
	}

	.page-template-stay-informed .stay-informed--small .box, .page-template-page-homepage .stay-informed--small .box {
		padding: 30px;
	}

	.page-template-stay-informed .stay-informed--small .box--post, .page-template-page-homepage .stay-informed--small .box--post {
		min-height: auto;
		height: 100%;
	}

	.page-template-stay-informed .stay-informed--small .box--post__image, .page-template-page-homepage .stay-informed--small .box--post__image {
		margin: -30px -30px 0px;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content, .page-template-page-homepage .stay-informed--small .box--post__content {
		margin-top: 0;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content h4, .page-template-page-homepage .stay-informed--small .box--post__content h4 {
		margin-top: 25px;
    	margin-bottom: 20px;
    	font-size: 20px;
	}

	.page-template-stay-informed .stay-informed--small .post-content--date, .page-template-page-homepage .stay-informed--small .post-content--date {
		margin-top: auto;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content .post__date, .page-template-page-homepage .stay-informed--small .box--post__content .post__date {
		margin: 0;
		font-weight: 500;
		font-size: 16px;
		line-height: 16px;
		color: #000;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content .post__date:after, .page-template-page-homepage .stay-informed--small .box--post__content .post__date:after {
		content: "|";
		display: inline-block;
		position: relative;
		margin: 0 10px;
		color: #000;
		font-size: 16px;
		line-height: 16px;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content .post__read-more, .page-template-page-homepage .stay-informed--small .box--post__content .post__read-more {
		margin: 0;
		font-weight: 500;
		font-size: 16px;
		line-height: 16px;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content .box--js-match-height, .page-template-page-homepage .stay-informed--small .box--post__content .box--js-match-height {
		margin-bottom: 0;
	}

	.page-template-stay-informed .stay-informed--small .box--inner, .page-template-page-homepage .stay-informed--small .box--inner {
		display: flex;
    	flex-direction: column;
    	width: 100%;
    	height: auto;
    	min-height: 300px;
	}

	.page-template-stay-informed .blog__nav-bottom {
		text-align: center;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {

	.page-template-stay-informed .box--post--large .box--post__image, .page-template-page-homepage .box--post--large .box--post__image {
		width: calc(100% + 40px);
		margin: -20px 0 0 -20px;
	}

	.page-template-stay-informed .box--post--large .box--post__content, .page-template-page-homepage .box--post--large .box--post__content {
		left: 0;
		width: 100%;
   	 	margin: 0;
   	 	padding: 0;
   	 	display: flex;
   	 	flex-direction: column;
   	 	justify-content: center;
	}
}

@media screen and (min-width: 992px) {

	.page-template-stay-informed .box--post--large .box--post__image, .page-template-page-homepage .box--post--large .box--post__image {
		width: 45%;
	}

	.page-template-stay-informed .box--post--large .box--post__content, .page-template-page-homepage .box--post--large .box--post__content {
		left: 45%;
		width: calc(100% - 45%);
   	 	margin: 0;
   	 	padding: 0 30px;
   	 	display: flex;
   	 	flex-direction: column;
   	 	justify-content: center;
	}
}

@media (min-width: 1170px) {
.page-template-stay-informed .container {
    width: 1170px;
	}

.page-template-page-homepage .container.stayinformed {
	width: 1170px;
}
}

@media (max-width: 767px) {

	.page-template-stay-informed .box--post--large .box--post__content, .page-template-page-homepage .box--post--large .box--post__content {
		margin-top: 25px;
	}

	.page-template-stay-informed .box--post--large .box--post__content h4 a, .page-template-page-homepage .box--post--large .box--post__content h4 a {
		font-weight: 900;
		color: #5b1f69;
		font-size: 24px;
	}

	.page-template-stay-informed .box--post--large .box--inner, .page-template-page-homepage .page-template-stay-informed .box--post--large .box--inner {
		display: flex;
    	flex-direction: column;
    	width: 100%;
    	height: auto;
    	min-height: 300px;
	}

	.post-content--date {
		display: flex;
		flex-direction: row;
		margin-top: auto;
	}

	.page-template-stay-informed .box--post--large .box--post__content .post__date, .page-template-page-homepage .page-template-stay-informed .box--post--large .box--post__content .post__date {
		margin: 0;
		font-weight: 500;
		font-size: 15px;
		line-height: 15px;
		color: #000;
	}

	.page-template-stay-informed .box--post--large .box--post__content .post__date:after, .page-template-page-homepage .page-template-stay-informed .box--post--large .box--post__content .post__date:after {
		content: "|";
		display: inline-block;
		position: relative;
		margin: 0 20px;
		color: #000;
		font-size: 15px;
		line-height: 15px;
	}

	.page-template-stay-informed .box--post--large .box--post__content .post__read-more, .page-template-page-homepage .page-template-stay-informed .box--post--large .box--post__content .post__read-more {
		margin: 0;
		font-weight: 500;
		font-size: 15px;
		line-height: 15px;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content h4, .page-template-page-homepage page-template-stay-informed .stay-informed--small .box--post__content h4 {
		margin-top: 25px;
    	margin-bottom: 20px;
    	font-size: 20px;
	}

	.page-template-stay-informed .box--post .box--post__content h4 a, .page-template-page-homepage .page-template-stay-informed .box--post .box--post__content h4 a {
		font-weight: 500;
		color: #5B1F6B;
	}

	.page-template-stay-informed .box--post--large .box--post__content .post__read-more:hover, .page-template-page-homepage .page-template-stay-informed .box--post--large .box--post__content .post__read-more:hover {
		text-decoration: underline;
	}

	.page-template-stay-informed .box--post--large .box--post, .page-template-page-homepage .page-template-stay-informed .box--post--large .box--post {
		min-height: auto;
	}

	.page-template-stay-informed .box--post .box--post__image:before, .page-template-page-homepage .page-template-stay-informed .box--post .box--post__image:before {
		display: none;
	}

	.page-template-stay-informed .box--post .post-icon, .page-template-page-homepage .page-template-stay-informed .box--post .post-icon {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		background-color: #5b1f69;
		opacity: .8;
		color: #fff;
		margin: 0;
		padding: 10px 20px 10px 10px;
		height: auto;
	}

	.page-template-stay-informed .box--post .post-icon img, .page-template-page-homepage .page-template-stay-informed .box--post .post-icon img {
		width: 100%;
		max-width: 30px;
	}

	.page-template-stay-informed .box--post .post-icon p, .page-template-page-homepage .page-template-stay-informed .box--post .post-icon p {
		margin: 0 0 0 10px;
	}

	.page-template-stay-informed .stay-informed--small .box--post__image, .page-template-page-homepage .stay-informed--small .box--post__image {
		height: 150px;
		margin-bottom: 30px;
	}

	.page-template-stay-informed .stay-informed--small .box--post__image img, .page-template-page-homepage .stay-informed--small .box--post__image img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content .box--js-match-height, .page-template-page-homepage .stay-informed--small .box--post__content .box--js-match-height {
		margin-bottom: 0;
	}

	.page-template-stay-informed .stay-informed--small .box--inner, .page-template-page-homepage .stay-informed--small .box--inner {
		display: flex;
    	flex-direction: column;
    	width: 100%;
    	height: auto;
    	min-height: 300px;
	}

	.post-content--date {
		display: flex;
		flex-direction: row;
	}

	.page-template-stay-informed .stay-informed--small .post-content--date, .page-template-page-homepage .stay-informed--small .post-content--date {
		margin-top: auto;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content .post__date, .page-template-page-homepage .stay-informed--small .box--post__content .post__date {
		margin: 0;
		font-weight: 500;
		font-size: 15px;
		line-height: 15px;
		color: #000;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content .post__date:after, .page-template-page-homepage .stay-informed--small .box--post__content .post__date:after {
		content: "|";
		display: inline-block;
		position: relative;
		margin: 0 20px;
		color: #000;
		font-size: 15px;
		line-height: 15px;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content .post__read-more, .page-template-page-homepage .stay-informed--small .box--post__content .post__read-more {
		margin: 0;
		font-weight: 500;
		font-size: 15px;
		line-height: 15px;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content, .page-template-page-homepage .stay-informed--small .box--post__content {
		margin-top: 0;
	}

	.page-template-stay-informed .stay-informed--small .box--post__content h4, .page-template-page-homepage .stay-informed--small .box--post__content h4 {
		margin-top: 25px;
    	margin-bottom: 20px;
	}

	.page-template-stay-informed .stay-informed--small .box, .page-template-page-homepage .stay-informed--small .box {
		padding: 30px;
	}

	.page-template-stay-informed .stay-informed--small .box--post, .page-template-page-homepage .stay-informed--small .box--post {
		min-height: auto;
		height: 100%;
	}

	.page-template-stay-informed .stay-informed--small .box--post__image, .page-template-page-homepage .stay-informed--small .box--post__image {
		margin: -30px -30px 0px;
	}
}

.no-vacancies {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	color: #5b1f69;
	font-family: Lato,Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 18px;
}

.page-template-vacancy-application .gform_title,
.single-vacancies .gform_title,
.page-template-speculative-enquires .gform_title,
.page-template-work-experience .gform_title {
	display: none;
	visibility: hidden;
}

.role-applying {
	color: #5b1f69;
}

.role-applying span {
	font-weight: 500;
}

.page-template-vacancy-application .apply-now .gfield_label,
.single-vacancies .apply-now .gfield_label,
.page-template-speculative-enquires .apply-now .gfield_label,
.page-template-work-experience .apply-now .gfield_label {
	position: relative!important;
	float: left;
	top: 0!important;
	left: 0!important;
	width: 100%;
	text-align: left;
	line-height: 16px!important;
	margin-bottom: 10px;
	display: block!important;
}

.page-template-default article .gfield_label {
	position: relative!important;
	float: left;
	top: 0!important;
	left: 0!important;
	width: 100%;
	text-align: left;
	line-height: 16px!important;
	margin-bottom: 10px;
}
.single-vacancies .gfield,
.page-template-speculative-enquires .gfield,
.page-template-work-experience .gfield {
	padding: 10px;
}

.single-vacancies textarea,
.page-template-speculative-enquires textarea,
.page-template-work-experience textarea {
	width: 100%;
	height: 125px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e9e9ec;
}

.single-vacancies textarea::placeholder,
.page-template-speculative-enquires textarea::placeholder,
.page-template-work-experience textarea::placeholder {
	color: #999;
}

.page-template-vacancy-application .gfield_visibility_hidden {
	display: none;
	visibility: hidden;
}

.page-template-vacancy-application #field_22_4 {
	margin-bottom: 30px;
}

.apply-button {
	background: #F07818;
    color: #fff!important;
    border-radius: 4px;
    padding: 7px 15px 10px 15px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}

.apply-button:hover {
	background-color: #DE7856;
}



.page-template-stay-informed .case-study-content {
	display: flex;
  align-items: center;
}

.page-template-stay-informed .case-study-content img {
	width: 35px;
  margin-right: 10px;
  border-radius: 100%;
}

.page-template-stay-informed .case-study-content p {
	margin-bottom: 0;
  font-size: 14px;
  color: #5B1F6B;
}

.rs-head-mob {
	display: none;
}

.footer.locations {
	margin-bottom: 150px;
}

.reviewsolicitors {
	max-width: 1200px;
	margin: auto;
	text-align: center;
	padding-bottom: 125px;
}

.reviewsolicitors h4 {
	font-size: 38px;
}

.reviewsolicitors p {
	font-size: 16px;
	margin: 45px 0;
}

@media (max-width: 420px) {
	.rs-head-mob {
		display: block;
	}

	.sidewidget {
		display: none !important;
	}


	.reviewsolicitors {
		padding: 0 20px 85px 20px;
	}

	.reviewsolicitors h4 {
		font-size: 30px;
	}

	.footer.locations {
		margin-bottom: 50px;
	}
}