@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('../fonts/SweetSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SweetSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('../fonts/SweetSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SweetSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('../fonts/SweetSansPro-Medium.woff2') format('woff2'),
        url('../fonts/SweetSansPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hoefler Text';
    src: url('../fonts/HoeflerText.woff2') format('woff2'),
        url('../fonts/HoeflerText.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arialregular';
    src: url('../fonts/arial-webfont.woff2') format('woff2'),
        url('../fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arialbold';
    src: url('../fonts/arialbd_1-webfont.woff2') format('woff2'),
        url('../fonts/arialbd_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Sweet Sans Pro';
}

/* header start  */
.menu-items {
    display: flex;
    justify-content: space-between;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.menu {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.menu,
.contact {
    padding: 30px 0;
}

.menu img {
    margin-left: 8px;
}

.contact a {
    text-decoration: none;
    color: #006088;
    font-weight: bold;
    line-height: 1;
}

.contact a:first-child {
    font-size: 30px;
}

.contact a:last-child {
    font-size: 17px;
}

/* header end  */

/* hero start  */
.hero {
    background: url('/wp-content/uploads/2024/10/legal-recruiters.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0;
    position: relative;
	background-position: center;
}

.hero-top h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Hoefler Text';
    color: #fff;
    max-width: 356px;
    margin-inline: auto;
    margin-bottom: 12px;
}

.hero-top p {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}

.hero-select .form-select:first-child {
    max-width: 200px;
    margin-right: 4px;
}

.hero-select {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-select .form-select:nth-child(2) {
    max-width: 195px;
    margin-right: 4px;
}

.hero-select .form-last {
    max-width: none;
    width: 212px;
    margin-right: 0 !important;
}

.form-select {
    color: #00486F;
    border-radius: 0;
    height: 42px;
    font-size: 16px;
    font-weight: 400;
    background-image: url('../images/arrow.svg');
}

.s-btn {
    font-size: 16px;
    font-weight: 500;
    background: #0093CF;
    padding: 9px 34px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
	border: none;
}

.a-btn {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #00587C;
    max-width: 119px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-top: 3px;
}

.location {
    margin-top: 30px;
    margin-right: 4px;
}

.social {
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translate(0, -50%);
}

.icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 100;
}

.icons ul li {
    background: #fff;
    padding: 10px 10px;
    margin-bottom: 4px;
}

.social ul li {
    margin-bottom: 28px;
}

/* hero end  */

.client {
    background: #0067B1;
    padding: 25px 0;
    margin-bottom: 45px;
}

.client a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #0093CF;
    background: #fff;
    padding: 19px 43px;
    border: 1px solid #fff;
    text-decoration: none;
}

.client small {
    font-size: 33px;
    font-family: 'Hoefler Text';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin-right: 33px;
}

/* client end  */
/* candidate  start  */
.candidate {
    position: relative;
    margin-bottom: 44px;
    z-index: 20;
}

.candidate-inner {
    background: #0067B1;
    padding-top: 62px;
    padding-bottom: 61px;
    margin-left: 48px;
    margin-right: 57px;
}

.candidate-img {
    position: absolute;
    top: 26px;
    left: 0;
    height: 290px;
    z-index: 0;
}

.candidate h2 {
    font-size: 31px;
    font-weight: 400;
    font-family: 'Hoefler Text';
    color: #D3EDFF;
    margin-bottom: 22px;
    line-height: 1;
}

.candidate p {
    font-size: 14px;
    font-weight: 400;
    color: #ACD5F2;
    max-width: 602px;
    margin-inline: auto;
    margin-bottom: 45px;
}

.main-btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #002B4A;
    text-decoration: none;
    padding: 17px 81px;
    position: relative;
    z-index: 10;
}

/* candidate  end  */
/* categorie  start  */
.categorie {
    margin-bottom: 110px;
}

.categorie-inner {
    background: #002B4A;
    margin-left: 58px;
    margin-right: 68px;
    padding-top: 54px;
    padding-bottom: 88px;
}

.categorie-inner h2 {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Hoefler Text';
    color: #fff;
    margin-bottom: 30px;
}

.categorie ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px;
}

.categorie ul li:last-child {
    margin-bottom: 0;
}

.categorie ul li a {
    color: #ACD5F2 !important;
    text-decoration: none;
}

.categorie-list {
    margin-right: 107px;
}

.categorie-list:nth-child(2) {
    margin-right: 81px;
}

.categorie-list:last-child {
    margin-right: 0;
}

/* categorie  end  */
/* template  start  */
.template {
    padding-bottom: 140px;
}

.template h3 {
    font-size: 29px;
    font-weight: 400;
    font-family: 'Hoefler Text';
}

.template-wrapper {
    max-width: 955px;
    margin-inline: auto;
}

.accordion-item {
    border: 0 !important;
    border-bottom: 1px solid rgb(0 30 51 / 8%) !important;
}

.accordion-button:not(.collapsed)::after {
    background: url(../images/minus-icon.svg?v=3);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: 50% 45%;
}

.accordion-button::after {
    background: url(../images/plus-icon_s.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button {
    font-size: 14px;
    font-weight: 400;
    color: #001E33;
    padding: 28px 0;
}

.accordion-body {
    padding: 0 !important;
}

.accordion-body p {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 0px;
}
.accordion-body p + p {
	padding-top: 20px
}

.accordion-item:last-of-type .accordion-button {
    padding-bottom: 0 !important;
}

.accordion-item:last-of-type {
    border-radius: 0 !important;
    border-bottom: 0 !important;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    transform: none !important;
}

.template-right {
    max-width: 348px;
    margin-left: auto;
}

.template-right p,
.template-right small {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: -40px;
    margin-bottom: 22px;
}

.template-right small {
    margin-top: 0;
    margin-bottom: 0;
}

.template-right span {
    font-size: 124px;
    line-height: 1;
    color: #D3EDFF;
    display: block;
    font-weight: 400;
}

.template-right span:last-child {
    text-align: right;
    line-height: 0;
}

/* template  end  */
/* footer  start  */
footer {
    background: #0067B1;
    padding-top: 72px;
    padding-bottom: 109px;
    position: relative;
    z-index: 20;
    overflow: hidden;
}

footer .footer-wrapper {
    max-width: 1106px;
    margin-inline: auto;
}

.ftr-top {
    position: relative;
    z-index: 10;
    margin-bottom: 72px;
}

footer .main-btn {
    font-size: 21px;
    font-weight: 400;
    padding: 19px 46px;
}

footer h4 {
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
    line-height: 69px;
    margin-bottom: 17px;
    color: #D3EDFF;
}

footer small {
    font-size: 17px;
    font-weight: 400;
    color: #D3EDFF;
    line-height: 51px;
    display: block;
    margin-top: 10px;
}

footer h5 {
    font-size: 15px;
    line-height: 12px;
    font-weight: 500;
    color: #D3EDFF;
    margin-bottom: 18px;
}

footer ul li {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 4px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

.ftr-shape {
    position: absolute;
    top: -65px;
    right: 0;
    z-index: -1;
}

.ftr-btm {
    margin-top: 167px;
}

.ftr-btm ul {
    margin-bottom: 65px;
}

.ftr-btm ul li {
    margin-right: 58px;
    margin-bottom: 0;
}

.ftr-btm ul li:last-child {
    margin-right: 0;
}

.ftr-btm p {
    max-width: 345px;
    margin-inline: auto;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    color: #fff;
}

.m-list {
    margin-top: 30px;
}

/* ======= new-pages-class ====== */

.vacansie-hero::after {
    content: '';
    background-image: url(../images/home.webp);
    background-repeat: no-repeat;
    background-size: 100vw;
    height: 857px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.vacansie-hero {
    padding-top: 203px;
}

.vacansie-hero .text-box {
    position: relative;
    z-index: 1;
}

.vacansie-hero .text-box h2 {
    font-family: 'Hoefler Text';
    font-weight: normal;
	text-transform: uppercase;
    /* font-style: italic; */
    font-size: 18px;
    text-align: left;
    color: #002b4a;
    text-align: left;
	margin: 1.5rem 0
	/*
    border-bottom: 4px solid #0067B1;
    max-width: 262px;
    margin: 0 auto 30px;
	*/
}

.vacansie-hero .text-box h2 span {
    font-size: 33px;
    font-family: 'Sweet Sans Pro';
    font-weight: 500;
}

.vacancy-box {
    background: rgba(255, 255, 255, 0.96);
    padding: 19px 21px 140px 25px;
	min-height: 600px;
	margin-bottom: 3rem
}

.vacancy-box .box-inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 30, 51, 0.51);
    padding-bottom: 3px;
    margin-bottom: 16px;
}

.vacancy-box .box-inner h1 {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    color: #0067b1;
}

.vacancy-box .box-inner p {
    font-family: "Sweet Sans Pro";
    font-weight: normal;
    font-size: 12px;
    color: #001e33;
    max-width: 546px;
    margin-bottom: 12px;
}

.vacancy-box .box-inner p span {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
}

.vacancy-box .box-inner .box-2 ul {
    display: flex;
}

.vacansie-hero .btn-save {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 10px;
    line-height: 53px;
    text-align: center;
    color: #001e33;
    width: 66.34px;
    height: 40.75px;
    background: #d3edff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.vacansie-hero .btn-detail {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 9px;
    line-height: 55px;
    text-align: center;
    color: #d3edff;
    width: 100.9px;
    height: 40.75px;
    background: #001e33;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11px;
    border-radius: 0;
}

.vacancy-box .pagination {
    margin-top: 90px !important;
}

.vacancy-box .page-link {
    background-color: transparent;
    border: 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 25px;
    color: #08233d;
    opacity: 0.5;
    font-family: 'arialbold';
    padding: 0px 30px;
}

.vacancy-box .page-link.active-link {
    opacity: 1;
}

.vacancy-box .page-link:hover {
    opacity: 1;
    background-color: transparent;
}

.filter-box {
    background: #0067b1;
    padding: 20px 19px 18px;
	position: sticky;
	top: 10px;
}

.filter-box h6 {
    font-family: "Hoefler Text";
    font-style: italic;
    font-size: 22px;
    color: #d3edff;
    line-height: 33px;
}

.filter-box .form-select {
    margin-bottom: 10px;
}
.filter-box {
	
}
.sf-field-submit input {
	font-family: "Sweet Sans Pro";
	font-weight: 500;
	text-align: center;
	color: #d3edff;
	background: #001e33;
	border-radius: 0;	
	border: none;
	padding: 10px 30px;
}

.text-box .btn-filter {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 16px;
    line-height: 85px;
    color: #d3edff;
    width: 100%;
    height: 42.5px;
    background: #001e33;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.vacancy-page .vacansie-hero {
    padding-top: 263px;
}

.residential-sec {
    background: rgba(255, 255, 255, 0.96);
    padding: 45px 21px 158px 27px;
}

.residential-sec h1 {
    font-family: "Hoefler Text";
    font-weight: normal;
    font-style: italic;
    font-size: 36px;
    text-align: left;
    color: #002b4a;
    line-height: 53px;
}

.residential-sec p {
    font-family: "Sweet Sans Pro";
    font-weight: 300;
    line-height: 9px;
    text-align: left;
    color: #001e33;
}

.residential-sec p span {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
}

.residential-sec ul {
    display: flex;
    align-items: center;
}

.residential-sec ul li span {
    font-family: "Sweet Sans Pro";
    font-weight: normal;
    font-size: 13px;
    color: #002b4a;
}

.residential-sec ul li:first-child {
    max-width: 154px;
    width: 100%;
    margin-right: 17px;
}

.residential-sec .buttons-list {
    border-top: 1px solid #002B4A;
    margin-top: 20px;
    padding-top: 15px;
    margin-bottom: 20px;
}



.vacancy-sec {
	background: rgba(255, 255, 255, 0.96);
	padding: 45px 21px 158px 27px;
}

.vacancy-sec h1 {
	font-family: "Hoefler Text";
	font-weight: normal;
	font-style: italic;
	font-size: 36px;
	text-align: left;
	color: #002b4a;
	line-height: 53px;
}

.vacancy-sec p {
	font-family: "Sweet Sans Pro";
	font-weight: 300;
	text-align: left;
	color: #001e33;
}

.vacancy-sec p span {
	font-family: "Sweet Sans Pro";
	font-weight: 500;
}

.vacancy-sec ul {
	display: flex;
	align-items: center;
}

.vacancy-sec ul li span {
	font-family: "Sweet Sans Pro";
	font-weight: normal;
	font-size: 13px;
	color: #002b4a;
}

.vacancy-sec ul li:first-child {
	max-width: 154px;
	width: 100%;
	margin-right: 17px;
}

.vacancy-sec .buttons-list {
	border-top: 1px solid #002B4A;
	margin-top: 20px;
	padding-top: 15px;
	margin-bottom: 20px;
}




.btn-apply {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 19px;
    line-height: 101px;
    text-align: center;
    color: #d3edff;
    width: 100%;
    height: 52.23px;
    background: #001e33;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 0;
}

.buttons-list li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

.buttons-list li:last-child {
    margin-right: 10px;
}

.btn-result {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 19px;
    line-height: 101px;
    color: #d3edff;
    width: 100%;
    height: 52.23px;
    background: #0067b1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 0;
}

.residential-sec .text-box p {
    font-family: "Sweet Sans Pro";
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #001e33;
    line-height: 26px;
}

.residential-sec .text-box h6 {
    font-family: "Sweet Sans Pro";
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #001e33;
    line-height: 23px;
    margin: 26px 0px;
}

.residential-sec .text-box .btn-apply {
    width: 50%;
    margin-top: 35px;
}

.details-box h1 {
    color: #D3EDFF;
}

.details-box {
    background: #002b4a;
    padding: 27px 48px 48px 27px;
    margin-bottom: 26px;
	margin-top: 1rem
}

.details-box form label {
    font-family: "Sweet Sans Pro";
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #d3edff;
}

.details-box form .form-control {
    height: 42.5px;
    background: #fff;
    font-family: "Sweet Sans Pro";
    font-weight: normal;
    font-size: 16px;
    line-height: 85px;
    border-radius: 0;
    color: #00486f;
}

.details-box form .form-control::placeholder {
    color: #00486f;
}

#file {
    display: none;
}

.upload-box {
    border-radius: 10px;
    background: #fff;
    width: 186px;
    margin-right: 21px;
    height: 66px;
    display: flex;
    padding-left: 12px;
    align-items: center;
}

.upload-btn {
    display: flex;
    align-items: center;
}

.upload-btn img {
    margin-right: 12px;
}

.upload-box h6 {
    font-family: "Sweet Sans Pro";
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #002b4a;
}

.agree-box p {
    font-family: "Sweet Sans Pro";
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #00486f;
}

.residential-sec .form-check-input {
    width: 40px;
    height: 40px;
    border: 2px solid #002B4A;
    border-radius: 9px;
    margin-top: 20px;
    margin-bottom: 32px;
}

.residential-sec .form-check-input:checked {
    background-color: #002B4A;
    border-color: #002B4A;
}

.agree-box .btn-apply {
    background-color: #DD4000;
    color: #FFFFFF;
}

.heading-text h6 {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.01em;
    line-height: 7px;
    color: #001e33;
}

.client a:hover {
    border: 1px solid #0093CF;
    background-color: transparent;
    color: #FFFFFF;
}

.s-btn:hover {
    background-color: #fff;
    color: #0093CF;
}

.main-btn:hover {
    border: 1px solid #002B4A;
    background-color: transparent;
    color: #fff;
}

.btn-detail:hover {
    border: 1px solid #001e33;
    background-color: transparent;
    color: #001e33;
}

.btn-save:hover {
    border: 1px solid #001e33;
    background-color: transparent;
    color: #001e33;
}

.btn-filter:hover {
    border: 1px solid #fff;
    background-color: transparent;
}

.btn-apply:hover {
    border: 1px solid #001e33;
    background-color: transparent;
    color: #001e33;
}

.btn-result:hover {
    background-color: transparent;
    border: 1px solid #0067b1;
    color: #0067b1;
}

.upload-boxes {
    display: flex;
    align-items: center;
}


.top-nav .offcanvas.offcanvas-top {
    height: 100vh !important;
}

.top-nav .offcanvas-body ul li {
    margin-bottom: 40px;
}

.top-nav .offcanvas-body ul li a {
    font-family: "Sweet Sans Pro";
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #001E33;
}

.top-nav .offcanvas-body  {
    padding: 50px 130px;
}
.top-nav .btn-close{
    position: absolute;
    right: 62px;
    top: 30px;
}

.search-form .chosen-container{
	
}
.search-form {
	max-width: 50vw;
	margin: 20px auto 0 auto
}
.search-form .chosen-container-multi .chosen-choices {
	border: 1px solid #00587C;
}
.search-form .chosen-container {
	font-size: 18px
}
.search-form .chosen-container-multi .chosen-choices {
	padding: 5px;
}
.search-form .chosen-container-multi .chosen-choices li.search-choice {
	padding: 6px 20px 4px 5px
}
.search-form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 6px
}
.forminator-ui#forminator-module-97.forminator-design--default .forminator-multi-upload .forminator-multi-upload-message p {
	text-align: center !important;
}

body .select2-container--default .select2-selection--multiple {
	border: 1px solid #00587C;
	border-radius: 0;	
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	font-size: 12px;
}
.hero-select__location, 
.hero-select__area, 
.hero-select__position, 
.hero-select__location, 
.hero-select__area, 
.hero-select__position {
	font-size: 14px
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #0067b2;
	color: white;
}

.hero-select__location .chosen-results li[data-option-array-index="1"]	 {padding-left:5px !important}	/* East Midlands		*/
.hero-select__location .chosen-results li[data-option-array-index="2"]	 {padding-left:20px !important}	/* Derbyshire		*/
.hero-select__location .chosen-results li[data-option-array-index="3"]	 {padding-left:20px !important}	/* Leicestershire		*/
.hero-select__location .chosen-results li[data-option-array-index="4"]	 {padding-left:20px !important}	/* Lincolnshire		*/
.hero-select__location .chosen-results li[data-option-array-index="5"]	 {padding-left:20px !important}	/* Northamptonshire		*/
.hero-select__location .chosen-results li[data-option-array-index="6"]	 {padding-left:20px !important}	/* Nottinghamshire		*/
.hero-select__location .chosen-results li[data-option-array-index="7"]	 {padding-left:5px !important}	/* East of England		*/
.hero-select__location .chosen-results li[data-option-array-index="8"]	 {padding-left:20px !important}	/* Cambridgeshire		*/
.hero-select__location .chosen-results li[data-option-array-index="9"]	 {padding-left:20px !important}	/* Norfolk		*/
.hero-select__location .chosen-results li[data-option-array-index="10"] {padding-left:20px !important}	/* Suffolk		*/
.hero-select__location .chosen-results li[data-option-array-index="11"] {padding-left:5px !important}	/* London		*/
.hero-select__location .chosen-results li[data-option-array-index="12"] {padding-left:20px !important}	/* Central London		*/
.hero-select__location .chosen-results li[data-option-array-index="13"] {padding-left:20px !important}	/* City		*/
.hero-select__location .chosen-results li[data-option-array-index="14"] {padding-left:20px !important}	/* East London		*/
.hero-select__location .chosen-results li[data-option-array-index="15"] {padding-left:20px !important}	/* North London		*/
.hero-select__location .chosen-results li[data-option-array-index="16"] {padding-left:20px !important}	/* North West London		*/
.hero-select__location .chosen-results li[data-option-array-index="17"] {padding-left:20px !important}	/* South East London		*/
.hero-select__location .chosen-results li[data-option-array-index="18"] {padding-left:20px !important}	/* South West London		*/
.hero-select__location .chosen-results li[data-option-array-index="19"] {padding-left:20px !important}	/* West London		*/
.hero-select__location .chosen-results li[data-option-array-index="20"] {padding-left:5px !important}	/* North East		*/
.hero-select__location .chosen-results li[data-option-array-index="21"] {padding-left:20px !important}	/* Cleveland		*/
.hero-select__location .chosen-results li[data-option-array-index="22"] {padding-left:20px !important}	/* Durham		*/
.hero-select__location .chosen-results li[data-option-array-index="23"] {padding-left:20px !important}	/* Northumberland		*/
.hero-select__location .chosen-results li[data-option-array-index="24"] {padding-left:20px !important}	/* Tyne and Wear		*/
.hero-select__location .chosen-results li[data-option-array-index="25"] {padding-left:5px !important}	/* North West		*/
.hero-select__location .chosen-results li[data-option-array-index="26"] {padding-left:20px !important}	/* Cheshire		*/
.hero-select__location .chosen-results li[data-option-array-index="27"] {padding-left:20px !important}	/* Cumbria		*/
.hero-select__location .chosen-results li[data-option-array-index="28"] {padding-left:20px !important}	/* Lancashire		*/
.hero-select__location .chosen-results li[data-option-array-index="29"] {padding-left:20px !important}	/* Manchester		*/
.hero-select__location .chosen-results li[data-option-array-index="30"] {padding-left:20px !important}	/* Merseyside		*/
.hero-select__location .chosen-results li[data-option-array-index="31"] {padding-left:5px !important}	/* Northern Ireland		*/
.hero-select__location .chosen-results li[data-option-array-index="32"] {padding-left:5px !important}	/* Scotland		*/
.hero-select__location .chosen-results li[data-option-array-index="33"] {padding-left:5px !important}	/* South East		*/
.hero-select__location .chosen-results li[data-option-array-index="34"] {padding-left:20px !important}	/* Bedfordshire		*/
.hero-select__location .chosen-results li[data-option-array-index="35"] {padding-left:20px !important}	/* Berkshire		*/
.hero-select__location .chosen-results li[data-option-array-index="36"] {padding-left:20px !important}	/* Buckinghamshire		*/
.hero-select__location .chosen-results li[data-option-array-index="37"] {padding-left:20px !important}	/* East Sussex		*/
.hero-select__location .chosen-results li[data-option-array-index="38"] {padding-left:20px !important}	/* Essex		*/
.hero-select__location .chosen-results li[data-option-array-index="39"] {padding-left:20px !important}	/* Hampshire		*/
.hero-select__location .chosen-results li[data-option-array-index="40"] {padding-left:20px !important}	/* Hertfordshire		*/
.hero-select__location .chosen-results li[data-option-array-index="41"] {padding-left:20px !important}	/* Kent		*/
.hero-select__location .chosen-results li[data-option-array-index="42"] {padding-left:20px !important}	/* Oxfordshire		*/
.hero-select__location .chosen-results li[data-option-array-index="43"] {padding-left:20px !important}	/* Surrey		*/
.hero-select__location .chosen-results li[data-option-array-index="44"] {padding-left:20px !important}	/* West Sussex		*/
.hero-select__location .chosen-results li[data-option-array-index="45"] {padding-left:5px !important}	/* South West		*/
.hero-select__location .chosen-results li[data-option-array-index="46"] {padding-left:20px !important}	/* Bristol		*/
.hero-select__location .chosen-results li[data-option-array-index="47"] {padding-left:20px !important}	/* Cornwall		*/
.hero-select__location .chosen-results li[data-option-array-index="48"] {padding-left:20px !important}	/* Devon		*/
.hero-select__location .chosen-results li[data-option-array-index="49"] {padding-left:20px !important}	/* Dorset		*/
.hero-select__location .chosen-results li[data-option-array-index="50"] {padding-left:20px !important}	/* Gloucestershire		*/
.hero-select__location .chosen-results li[data-option-array-index="51"] {padding-left:20px !important}	/* Somerset		*/
.hero-select__location .chosen-results li[data-option-array-index="52"] {padding-left:20px !important}	/* Wiltshire		*/
.hero-select__location .chosen-results li[data-option-array-index="53"] {padding-left:5px !important}	/* Wales		*/
.hero-select__location .chosen-results li[data-option-array-index="54"] {padding-left:5px !important}	/* West Midlands		*/
.hero-select__location .chosen-results li[data-option-array-index="55"] {padding-left:20px !important}	/* Herefordshire		*/
.hero-select__location .chosen-results li[data-option-array-index="56"] {padding-left:20px !important}	/* Shropshire		*/
.hero-select__location .chosen-results li[data-option-array-index="57"] {padding-left:20px !important}	/* Staffordshire		*/
.hero-select__location .chosen-results li[data-option-array-index="58"] {padding-left:20px !important}	/* Warwickshire		*/
.hero-select__location .chosen-results li[data-option-array-index="59"] {padding-left:20px !important}	/* West Midlandss		*/
.hero-select__location .chosen-results li[data-option-array-index="60"] {padding-left:20px !important}	/* Worcestershire		*/
.hero-select__location .chosen-results li[data-option-array-index="61"] {padding-left:5px !important}	/* Yorkshire & The Humber		*/
.hero-select__location .chosen-results li[data-option-array-index="62"] {padding-left:20px !important}	/* East Riding		*/
.hero-select__location .chosen-results li[data-option-array-index="63"] {padding-left:20px !important}	/* North Yorkshire		*/
.hero-select__location .chosen-results li[data-option-array-index="64"] {padding-left:20px !important}	/* South Yorkshire		*/
.hero-select__location .chosen-results li[data-option-array-index="65"] {padding-left:20px !important}	/* West Yorkshire		*/



@media (max-width: 800px)
{
	.hero-select__location, 
	.hero-select__area, 
	.hero-select__position,
	.hero-select__location,
	.hero-select__area,
	.hero-select__position,
	.hero-select__submit {
		width: 100% !important;
		margin-bottom: 5px;
	}
	.hero-select__submit {
		margin-top: 10px
	}
	.footer-inline-nav {
		display: block !important
	}
	.footer-inline-nav a {
		padding: 1rem	
	}
	header .contact {
		display: none !important
	}
}