/* Add The Word 'Menu' below the hamburger icon */
.menu-txt {
	position: absolute;
    color: #5b1f69;
    left: 15px;
    top: 27px;
    font-size: 14px;
    width: 60px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
}

@media(max-width: 991px) {
	.header {
		height: 140px;
	}
}

@media(min-width: 768px) {
	.menu-txt {
		left: 50%;
	}
}

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

/* New ACF filtered Listing component */
.filtered-listing--title h2 {
	color: rgb(91, 31, 105);
	font-size: 26px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.filter-links {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

@media(min-width: 768px) {
	.filter-links {
		flex-direction: row;
		justify-content: center;
	}

	.filter-links li {
		display: inline-block;
		position: relative;
		list-style-type: none;
		width: auto;
		padding: 0;
		text-transform: uppercase;
		font-size: 14px;
	}

	.filter-links li:after {
		content: "|";
		display: inline-block;
		position: relative;
		color: rgb(91, 31, 105);
		margin: 0 10px;
	}

	.filter-links li:last-of-type:after {
		display: none;
	}
}

.filtered-listing {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
}

@media(min-width: 768px) {
	.filtered-listing {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.filtered-listing li {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: 100%;
	margin-bottom: 12px;
	padding: 20px;
}

@media(min-width: 768px) {
	.filtered-listing li {
		width: 49.5%;
		margin-right: 1%;
	}
	.filtered-listing li:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media(min-width: 992px) {
	.filtered-listing li {
		width: 32.666%;
	}
	.filtered-listing li:nth-of-type(2n) {
		margin-right: 1%;
	}
	.filtered-listing li:nth-of-type(3n) {
		margin-right: 0;
	}
}

.filtered-listing .signature__btm {
	text-transform: uppercase;
	color: rgb(91, 31, 105);
	font-size: 12px;
	font-weight: bold;
}

.filtered-listing li h3 {
    line-height: 26px;
    margin-top: 10px;
}

.filtered-listing li h3 a {
	color: rgb(169, 102, 185);
    text-decoration: none;
    font-size: 20px;
}

.filtered-listing li p {
	font-size: 16px;
	line-height: 22px;
}

/* Abuse Claims Tabs */
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:after {
	display: table;
    content: " ";
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0 15px;
}

.nav-tabs {
	display: flex;
	flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

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

.nav-tabs>li {
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
	.nav-tabs>li {
		width: auto;
	}
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: rgb(169, 102, 185);
    cursor: default;
}

.nav-tabs>li>a {
    line-height: 1.42857143;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

@media (min-width: 768px) {
	.nav-tabs>li {
		margin-bottom: -1px;
		border-right: 1px solid #333;
	}

	.nav-tabs>li:last-of-type {
		border-right: 0;
	}
}

.tab-content {}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

/* Customer Feedback Form Update Styles */
table.gsurvey-likert td.gsurvey-likert-choice {
	background-image: none!important;
}

table.gsurvey-likert td input {
	position: relative!important;
	left: 0!important;
	width: auto;
}

@media only screen and (min-width: 769px) {
	table.gsurvey-likert .gsurvey-likert-row-label {
	    font-size: 16px;
	}
}

table.gsurvey-likert .gfield_description {
	position: relative;
	margin-bottom: 15px;
}

table.gsurvey-likert .gfield_label {
	display: none;
	position: relative!important;
	width: 100%;
}

.gfield_required {
	display: none;
}

.gfield_contains_required .gfield_description:after {
	content: "*";
	display: inline-block;
	position: relative;
	color: red;
	font-size: 16px;
	margin-left: 5px;
}

/* New Online quote ACF component */
.online-quote {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 400px;
	background-color: rgb(68, 17, 78);
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 200px;
	margin-top: -100px;
	z-index: 10;
}

.online-quote:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(68, 17, 78, .9);
}

.quote-inner {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	z-index: 15;
}

.online-quote h2 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
	color: #fff;
	font-size: 32px;

}

.online-quote p {
	text-align: center;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: 18px;
}

@media(min-width: 768px) {
	.online-quote p {
		max-width: 60%;
	}
}

.online-quote a {
	display: inline-block;
	position: relative;
	background-color: rgb(255, 131, 80);
	color: #fff;
	border-radius: 15px;
	padding: 16px 32px;
	width: auto;
	min-width: 250px;
	text-align: center;
}

.cc-bottom {
	position: fixed;
	width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    font-size: 14px;
    padding: 20px;
}

.cc-compliance {
	margin-top: 25px;
    position: relative;
    display: block;
}

.cc-compliance a {
	padding: 10px 15px;
}

@media (min-width: 768px) {

	.cc-bottom {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.cc-compliance {
		margin-top: 0;
	    margin-left: 25px;
	}
}

.covid-notice {
	display: none !important;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
    position: relative;
    width: 100%;
    background-color: #5b1f69;
    color: #fff;
    padding: 20px;
    left: 0;
    bottom: 0;
    z-index: 50;
}

.covid-notice .notice-title {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.covid-notice p {
	font-size: 12px;
}

.covid-notice p a {
	color: #fff;
	text-decoration: underline;
}

.covid-notice .text-block {
	width: 100%;
}

.covid-notice .button {
	display: inline-block;
    position: relative;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    max-width: 80%;
    margin-top: 10px;
}

@media (min-width: 768px) {

	.covid-notice {
		flex-direction: row;
		padding: 50px;
	}

	.covid-notice .text-block {
		width: 80%;
		padding-right: 30px;
	}

	.covid-notice p {
		font-size: 14px;
	}

	.covid-notice .button {
		max-width: 20%;
		padding: 20px 10px;
	}
}

@media (min-width: 1366px) {
	.covid-notice p {
		font-size: 18px;
	}
}

@media(max-width: 991px) {

	.header__logo {
		line-height: 60px;
	}

	.header__contact-us p {
		font-size: 11px;
		text-align: left;
		font-family: sans-serif;
		font-weight: 400;
	}

	.header__contact-us .tel {
		font-size: 20px;
		color: #5b1f69;
	}

	.header__contact-us .tel span {
		font-weight: 400!important;
	}

	.header__contact-us__component {
	    display: inline-block!important;
	    font-size: 14px!important;
	    padding: 13px!important;
	}

	.header__contact-us__tel {
		padding-left: 0!important;
	}

	.header__contact-us__tel a {
		color: #5b1f69;
	}

	.header__contact-us__tel a:visited {
		color: #5b1f69;
	}

	.header__contact-us__separator {
		display: none!important;
	}

	.header__hamburger-button:before {
		display: none;
	}

	.header__hamburger-button:after {
		left: unset!important;
		right: 5px;
		top: 10px;
		background: #5b1f69;
		-webkit-box-shadow: 0 10px 0 0 #5b1f69, 0 20px 0 0 #5b1f69;
	    box-shadow: 0 10px 0 0 #5b1f69, 0 20px 0 0 #5b1f69;
	}
}

@media(max-width: 767px) {
	.header__contact-us {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #fff;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		top: 70px!important;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.header__contact-us {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #fff;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		top: 15px!important;
	}
}

.header__hamburger-button {
	width: 100%;
	height: 40px;
	top: 15px;
	margin: 0!important;
	background-color: transparent;
	border-left: 1px solid #ddd;
}

@media(min-width: 768px) {
	.header__hamburger-button {
		width: 60%;
	}
}

@media screen and (min-width: 768px) {
	.header__contact-us__component.button-peach {
	    margin-top: 0;
	}
}

@media screen and (min-width: 992px) {
	.header__contact-us__component.button-peach {
	    margin-top: 14px;
	}
}

@media screen and (min-width: 1556px) {
	.header__contact-us__component.button-peach {
	    display: inline-block;
	    margin-top: 22px;
	}
}

/* New stay informed page styles */
.stay-informed-breadcrumbs {
	padding-left: 15px;
	padding-right: 15px;
}

.stay-informed .post__read-more {
	color: #5B1F6B;
}

.stay-informed h1,
.stay-informed h2 {
	margin-bottom: 40px;
}

.stay-informed .row {
	margin-left: 0;
	margin-right: 0;
}

.stay-informed .row:not(:first-of-type) {
	margin-top: 40px;
}

.stay-informed .row:last-of-type {
	margin-bottom: 40px;
}

.stay-informed .blog__nav-bottom {
	padding-left: 15px;
	padding-right: 15px;
}

.stay-informed .blog__nav-bottom .col-md-offset-9 {
	padding-right: 0;
	padding-left: 0;
}

@media(min-width: 992px) {
	.stay-informed .blog__nav-bottom .blog-next {
		right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

.blog-posts {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

@media(min-width: 768px) {

	.blog-posts {
		width: 48%;
		margin-right: 3%;
	}

	.blog-posts:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media(min-width: 992px) {

	.blog-posts {
		width: 31.333%;
	}

	.blog-posts:nth-of-type(2n) {
		margin-right: 3%;
	}

	.blog-posts:nth-of-type(3n) {
		margin-right: 0;
	}
}

.blog-posts:last-of-type {
	margin-right: 0;
}

.blog-posts .box--post {
	height: auto;
	min-height: auto;
}

.blog-posts .box--js-match-height {
	margin-bottom: 0;
}

.blog-posts .post__read-more {
	color: #5B1F6B;
}

.stay-informed .post-icon {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.stay-informed .box--post--large .box--post__content .post-icon {
	width: 60px;
	height: 60px;
}

.events-banner {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 60px;
	margin-bottom: 80px;
}

.blog-online-quote {
	margin-top: 20px;
	margin-bottom: 0;
}

#designstudio-button-text {
	background-color: #F07818 !important;
}

/* Corportate Insolvency Template */

.ci-intro p {
	font-size: 16px;
	line-height: 22px;
}

@media (min-width: 1200px) {
	.ci-intro p {
		font-size: 20px;
		line-height: 26px;
	}
}

.expertise-listing {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 60px 0;
	padding: 0;
}

@media (min-width: 768px) {

	.expertise-listing {
		flex-direction: row;
		padding: 0 20px;
	}
}

@media (min-width: 1200px) {

	.expertise-listing {
		padding: 0;
	}
}

.expertise-listing li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #eee;
	padding: 20px;
	margin-top: 20px;
	width: 100%;
}

@media (min-width: 768px) {

	.expertise-listing li {
		width: 32%;
		margin-right: 2%;
		align-items: flex-start;
		justify-content: center;
	}

	.expertise-listing li:nth-of-type(3n) {
		margin-right: 0;
	}
}

.expertise-listing li .icon {
	max-width: 60px;
	margin-bottom: 15px;
}

.expertise-title {
	position: relative;
	min-height: 50px;
	line-height: 20px;
	line-height: 22px;
	width: 100%;
}

.expertise-title a {
	color: #333;
	display: block;
	position: relative;
	max-width: 95%;
}

.expertise-title:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-image: url("./assets/img/pagelink-arrow.png");
    background-size: 7px;
    background-position: center;
    background-repeat: no-repeat;
}

.view-more-expertise .text-center {
	margin-bottom: 30px;
}

.secondary-text {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	padding: 0 20px;
}

@media (min-width: 1200px) {

	.secondary-text {
		padding: 0;
		margin-bottom: 60px;
	}
}

.secondary-text p {
	font-size: 16px;
	line-height: 22px;
}

@media (min-width: 1200px) {

	.secondary-text p {
		font-size: 20px;
		line-height: 26px;
	}
}

.casestudy-selected {
	padding: 0 20px;
	margin-bottom: 50px;
}

@media (min-width:1200px) {
	.casestudy-selected {
		padding: 0;
	}
}

.box--post__content>h4>a {
	color: #a966b9;
}

.corporate-callout {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 20px;
	color: #fff;
	text-align: center;
	background-color: #5b1f69;
}

.corporate-callout--centered {
	max-width: 1000px;
	margin: 0 auto;
}

.corporate-callout--centered img {
	max-width: 60px;
	margin-bottom: 20px;
}

.corporate-callout h4 {
	color: #fff;
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.corporate-callout p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 22px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {

	.corporate-callout p {
		font-size: 20px;
		line-height: 26px;
	}
}

.corporate-callout p a {
	color: #fff;
	font-weight: 700;
}

.corporate-callout p a:visited {
	color: #fff;
}

.corporate-callout .request-button {
	display: inline-block;
    position: relative;
    background-color: #F07818;
    border: 0;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    max-width: 80%;
    margin-top: 10px;
}

@media (min-width: 768px) {
	.corporate-callout .request-button {
	    max-width: 20%;
	    padding: 20px 10px;
	}
}

.potential-claims {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	position: relative;
}

@media (min-width: 768px) {

	.potential-claims {
		flex-direction: row;
	}

}

.potential-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px 20px;
	background-color: #eeeeee;
	color: #333333;
}

@media (min-width: 768px) {

	.potential-left {
		width: 50%;
	}
}

@media (min-width: 1200px) {

	.potential-left {
		padding: 80px;
	}

}

.potential-left h2 {
	font-weight: 500;
	font-size: 34px;
}

.potential-left h2,
.potential-left p {
	margin-bottom: 20px;
	padding: 0;
	margin-top: 0;
}

.potential-left ul {
	padding-left: 0;
}

.potential-left p {
	font-size: 18px;
	line-height: 22px;
}

.potential-left li {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-left: 30px;
}

@media (min-width: 1200px) {

	.potential-left li {
		font-size: 18px;
		line-height: 22px;
	}
}

.potential-left li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("./assets/img/Tick.png");
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.potential-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px 20px;
	background-color: #5b1f69;
	color: #fff;
}

@media (min-width: 768px) {

	.potential-right {
		width: 50%;
	}
}

@media (min-width: 1200px) {

	.potential-right {
		padding: 80px;
	}

}

.potential-right img {
	max-width: 60px;
	margin-bottom: 20px;
}

.potential-right p {
	font-size: 16px;
	line-height: 22px;
	max-width: 600px;
}

.potential-right .request-button {
	display: inline-block;
    position: relative;
    background-color: #F07818;
    border: 0;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    max-width: 80%;
    margin-top: 10px;
}

@media (min-width: 768px) {
	.potential-right .request-button {
	    max-width: 30%;
	    padding: 20px 10px;
	}
}

.team-white {
	background-color: #fff!important;
}

.ci-wards {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0!important;
	padding-bottom: 180px!important;
}

/* Homepage Update */
.homepage-intro--block {
	padding: 30px 20px;
	    background-color: #fff;
    z-index: 3;
    position: relative;
}

@media (min-width: 1200px) {
	.homepage-intro--block {
		padding: 60px 0;
	}
}

.homepage-intro--block h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
}

@media (min-width: 992px) {
	.homepage-intro--block h2 {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	.homepage-intro--block h2 {
		font-size: 43px;
	}
}

.homepage-intro--block p {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

@media (min-width: 992px) {
	.homepage-intro--block p {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		line-height: 28px;
	}
}

/* Service Top Level Template */

.text-image--row {
	display: block;
	position: relative;
	width: 100%;
	background-color: #f3f3f5;
	padding: 0;
}

.text-image--row h3 {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.text-image--row {
		padding: 60px 0 0 0;
	}
}

.equal-row .col-text,
.equal-row .col-img {
	width: 100%;
}

.equal-row .col-text {
	padding: 0;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.equal-row .col-text {
		padding: 30px;
		margin-bottom: 0;
	}
}

.equal-row .col-text p {
	font-size: 16px;
	line-height: 24px;
}

@media (min-width: 768px) {

	.equal-row .col-text,
	.equal-row .col-img {
		width: 50%;
	}

	.equal-row .col-text {
		padding: 50px 50px 50px 0;
	}

	.equal-row:nth-of-type(even) .col-text {
		padding: 50px 50px 50px 50px;
	}
}

@media (min-width: 992px) {
	.equal-row .col-text p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media(max-width: 767px) {

	.equal-row .col-text h1 {
		font-size: 34px;
		line-height: 44px;
	}

	.equal-row .col-text h2 {
		font-size: 24px;
		line-height: 34px;
	}
}

.one-column--copy {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 60px 0;
}

.one-column--copy img {
	margin-bottom: 20px;
}

.one-column--copy h3 {
	margin-bottom: 30px;
}

.one-column--copy p {
	font-size: 16px;
	line-height: 24px;
}

@media (min-width: 992px) {
	.one-column--copy p {
		font-size: 18px;
		line-height: 28px;
	}
}

.service-video {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 60px 0;
}

.service-faqs {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 60px 0;
	background-color: #f3f3f5;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%; 
}