/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
    border: 0;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
#newsletter-overlay form h1, #pdf-overlay form h1 {
    font-family: 'Avenir LT W01 65 Medium', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.footer .footer-title .heavy, .cta-image h2 {
    font-family: 'Avenir LT W01 85 Heavy', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.title-meta {
    margin: 10px 20px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}

.title-meta a {
    margin-right: 30px;
    position: relative;
    color: #9f9f9f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.title-meta a svg {
    display: block;
    height: 13px;
    margin-right: 10px;
}

.title-meta a:last-child {
    margin-right: 0;
}

@media (min-width: 700px) {
    .title-meta {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
}
.search-field-container {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -11px;
    display: none;
    width: 24px;
    height: 22px;
    overflow: hidden;
    transition: width 0.3s ease-out;
}
.search-field-container svg {
    width: 24px;
    height: 16px;
    margin-top: 3px;
    display: block;
}
.search-field-container svg path {
    fill: #595959;
}
.search-field-container.expanded {
    overflow: visible;
    width: 200px;
    transition: none;
}
.search-field-container.expanded .search-field {
    width: 170px;
    opacity: 1;
}
.search-field-container.expanded .search-field .search-results {
    transition: max-height 0.6s ease-out 0.3s;
    max-height: 1000px;
}
@media (min-width: 700px) {
    .search-field-container {
        display: -ms-flexbox;
        display: flex;
    }
    .home .search-field-container {
        display: -ms-flexbox;
        display: flex;
    }
}
.search-field {
    background: #f6f5f5;
    text-align: left;
    margin-left: 6px;
    position: relative;
    transition: all 0.3s ease-out;
    width: 0px;
    opacity: 0;
}
.search-field .text-input {
    width: 158px;
    height: 22px;
    border: none;
    padding: 0 6px;
    background: none;
    outline: none;
    font-size: 13px;
    -webkit-appearance: none;
}
.search-field .search-string {
    color: #212121;
}
.search-field .search-results {
    position: absolute;
    top: 100%;
    width: 170px;
    left: 0px;
    max-height: 0px;
    z-index: 3699;
    background: #f6f5f5;
    overflow: hidden;
}
.search-field .search-results li {
    display: block;
    padding: 5px 6px;
}
.search-field .search-results li.selected {
    background: #000;
}
.search-field .search-results li.selected .search-string {
    color: #fff;
}
.search-field label {
    -webkit-appearance: none !important;
}
.logout-button, .login-button {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    text-indent: -9999px;
    display: none;
}
.logout-button svg, .login-button svg {
    width: 24px;
    height: 16px;
    margin-top: 3px;
    display: block;
}
.logout-button svg path, .login-button svg path {
    fill: #595959;
}
@media (min-width: 700px) {
    .logout-button, .login-button {
        display: block;
    }
}
.sub-menu-container .back-btn {
    display: none;
}
@media (min-width: 700px) {
    .sub-menu-container .back-btn {
        display: block;
    }
}
#main-menu .social-media {
    clear: both;
    padding: 20px 20px;
    border-top: 1px solid #c8c8c8;
    display: -ms-flexbox;
    display: flex;
}
#main-menu .social-media svg {
    display: block;
    width: 28px;
    height: auto;
    fill: #666;
}
#main-menu .social-media svg .cls-1 {
    fill: #666;
}
#main-menu .social-media a {
    margin-right: 10px;
}
#main-menu .social-media a:last-child {
    margin-right: 0;
}
@media (min-width: 700px) {
    #main-menu .social-media {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
} 

#phone-number {
    position: absolute;
    top: 0px;
    left: 20px;
    color: #5f5f5f;
    display: none;
} 

@media (min-width: 700px) {
    #phone-number {
        display: block;
        font-size: 11px;
        top: 12px;
    }
} 

@media (min-width: 1150px) {
    #phone-number {
        font-size: 14px;
    }
}
.header {
    padding: 18px 20px;
    position: relative;
    color: #9f9f9f;
}
.header #site-logo {
    font-size: 22px;
    display: block;
    margin: 0;
    width: 136px;
}
.header #site-logo a {
    display: block;
    color: #5f5f5f;
    text-align: center;
}
.header #site-logo a svg {
    display: block;
    fill: #5f5f5f;
}
.header #site-logo a svg #Hayes {
    fill: #a2a2a2;
}
.header #menu-link {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -0.5em;
    cursor: pointer;
    color: #5f5f5f;
    display: none;
    font-size: 18px;
    padding-right: 29px;
}
.header #menu-link::before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
}
.header nav {
    text-align: center;
    padding-top: 20px;
    z-index: 999;
}
.header .social-media {
    display: none;
}
@media(min-width: 700px) {
    .header {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (min-width: 700px) {
    .header #site-logo {
        margin-left: auto;
        margin-right: auto;
        width: 170px;
    }
}
@media (min-width: 700px) {
    .header nav {
        display: block;
        position: absolute;
        top: 50%;
        padding-top: 0px;
    }
}
@media (min-width: 700px) {
    .header .social-media {
        display: block;
        position: absolute;
        top: 8px;
        right: 100px;
    }
    .header .social-media a {
        float: left;
        margin-right: 10px;
        position: relative;
        width: 20px;
        height: 20px;
    }
    .header .social-media a svg {
        fill: #666;
    }
    .header .social-media a:hover {
        fill: #696969;
    }
}
@media (min-width: 700px) {
    .header .left-menu {
        left: 20px;
    }
    .header .left-menu a {
        margin-right: 10px;
    }
    .header .right-menu {
        right: 20px;
        text-align: right;
    }
    .header .right-menu a {
        margin-left: 10px;
    }
}
#shortlist-button {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 10px;
    text-transform: uppercase;
    display: none;
}
@media (min-width: 700px) {
    #shortlist-button {
        font-size: 14px;
        display: block;
    }
} 
.footer-social {
    padding: 20px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
} 
.footer-social .footer-title {
    width: 100%;
} 
.footer-social a {
    margin-right: 20px;
} 
.footer-social a:last-child {
    margin-right: 0px;
} 
.footer-social svg {
    width: 28px;
    display: block;
} 
.footer-social svg path, .footer-social svg circle {
    fill: #595959;
} 
@media (min-width: 700px) {
    .footer-social {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
} 
/*
  IMPORTED LESS CODE BELOW THIS POINT
  Ideally this will be converted to PostCSS and moved above
*/ 
.footer-cont {
    position: relative;
    clear: both;
    z-index: 7899;
} 
.footer-inputs {
    width: 204px;
    margin: 0 auto;
} 
#newsletter-submit {
    background: #595959;
    padding: 7px;
    color: #f6f6f6;
    font-size: 10px;
    margin: 0;
    float: left;
    width: 60px;
    position: relative;
    border: none;
    -webkit-appearance: none;
} 
#newsletter-submit.loading {
    text-indent: -9999px;
    background: #f6f6f6 url(https://old.carolhayesmanagement.co.uk/images/site/ajax-loader.gif) no-repeat center center;
    background-size: 26px 26px;
} 
#newsletter-input {
    border: none;
    padding: 7px;
    width: 120px;
    margin: 0 10px 0 0;
    float: left;
} 
#newsletter-overlay, #pdf-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11999;
} 
#newsletter-overlay form, #pdf-overlay form {
    border: 7px solid #c8c8c8;
    background: #fff;
    width: 220px;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -187px 0 0 -147px;
    padding: 40px 30px 0 30px;
    text-align: center;
} 
#newsletter-overlay form *, #pdf-overlay form * { 
    /* Chrome 1-25, Safari 3.2+ */ 
    /* Firefox 4-15 */ 
    /* Opera 10.50–12.00 */
    transition: opacity 0.3s ease-out; 
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
} 
#newsletter-overlay form h1, #pdf-overlay form h1 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 30px 0;
} 
#newsletter-overlay form input[type="text"], #pdf-overlay form input[type="text"] {
    border: 1px solid #c8c8c8;
    padding: 10px;
    background: #fff;
    margin: 0 0 12px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
} 
#newsletter-overlay form input[type="text"].error, #pdf-overlay form input[type="text"].error {
    border-color: red;
} 
#newsletter-overlay form label, #pdf-overlay form label {
    display: block;
} 
#newsletter-overlay form .button, #pdf-overlay form .button {
    border: 1px solid #c8c8c8;
    color: #c8c8c8;
    display: block;
    width: 99px;
    float: left;
    margin-right: 20px;
    outline: none;
    padding: 10px 0;
    background: none;
    text-transform: uppercase;
    text-fill-color: none;
} 
#newsletter-overlay form input[type="submit"], #pdf-overlay form input[type="submit"] {
    background: #c8c8c8;
    color: #fff;
    border: 1px solid #c8c8c8;
    width: 99px;
    float: left;
    outline: none;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
} 
#newsletter-overlay form .button-container, #pdf-overlay form .button-container {
    margin: 20px 0 30px 0;
} 
#newsletter-overlay form p, #pdf-overlay form p {
    margin: 0;
    font-size: 12px;
    text-align: left;
    clear: both;
} 
#newsletter-overlay form p.problem, #pdf-overlay form p.problem {
    color: red;
} 
#newsletter-overlay form p.large, #pdf-overlay form p.large {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin: 30px 0;
} 
#newsletter-overlay form .action-button, #pdf-overlay form .action-button {
    background: #5f5f5f;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    width: 100px;
} 
#newsletter-overlay form img, #pdf-overlay form img {
    margin: 0 auto;
} 
#newsletter-overlay form.processing, #pdf-overlay form.processing {
    background: #fff url("@{base}ajax-loader-white.gif") no-repeat center center;
} 
#newsletter-overlay form.processing *, #pdf-overlay form.processing * {
    opacity: 0;
} 
#newsletter-overlay form.success p, #pdf-overlay form.success p {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
} 
#newsletter-overlay form.success p a, #pdf-overlay form.success p a {
    text-decoration: none;
    text-align: center;
} 
#newsletter-overlay form.success p::before, #pdf-overlay form.success p::before {
    content: ' ';
    display: block;
    margin: 0 auto 40px auto;
    height: 130px;
    width: 130px;
    border-radius: 65px;
    background: #c8c8c8  url("@{base}tick.png") no-repeat center center;
} 
#newsletter-overlay.loaded, #pdf-overlay.loaded {
    opacity: 0;
    display: block;
} 
#pdf-overlay form {
    width: 320px;
    height: 360px;
    margin: -207px 0 0 -197px;
} 
html.placeholder #newsletter-overlay form label {
    display: none;
} 
.footer {
    position: relative;
} 
.footer .footer-title {
    margin-bottom: 20px;
} 
.footer .footer-title .heavy {
    color: #595959;
} 
.footer .footer-title.error {
    color: #19bb9b;
} 
.footer form {
    background: #f6f6f6;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 30px 20px;
    text-align: center;
} 
.footer form label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
} 
.footer .footer-menu {
    border-top: 1px solid #c8c8c8;
    padding: 20px 20px 5px 20px;
} 
.footer .footer-menu .footer-title {
    display: none;
} 
.footer .footer-menu ul li {
    margin-bottom: 15px;
    width: 50%;
    float: left;
} 
.footer .footer-menu ul li a {
    color: #c8c8c8;
} 
.footer .footer-menu ul li.clear {
    clear: both;
} 
html.placeholder form .footer-inputs label {
    display: none;
} 

.blog-cont article {} 

@media (min-width: 700px) {
    .blog-cont article {
        width: 33.3%;
    }
} 

@media (min-width: 1150px) {
    .blog-cont article {
        width: 25%;
    }
} 

.search-bar {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
} 

.search-bar svg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 13px;
    height: 13px;
    display: block;
} 

.search-bar svg path {
    fill: #595959;
} 

.category-menu {
    position: relative;
    cursor: pointer;
    line-height: 34px;
    padding-left: 44px;
    font-size: 13px;
} 

.category-menu svg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 34px;
    height: 34px;
} 

.category-menu svg .background {
    fill: #f6f5f5;
} 

.category-menu svg .main {
    fill: #595959;
} 

@media (min-width: 700px) {
    .category-menu {
        position: absolute;
        right: 20px;
        top: 0px;
        padding-left: 0px;
        padding-right: 44px;
    }
    .category-menu svg {
        left: auto;
        right: 0px;
    }
} 

.social-networks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 20px;
} 

.social-networks p {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: right;
    padding-right: 15px;
} 

.social-networks svg {
    display: block;
    width: 34px;
} 

@media (min-width: 700px) {
    .social-networks {
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
    .page-title .social-networks {
        position: absolute;
        top: -4px;
        margin-top: 0;
        right: 20px;
    }
    .page-title .social-networks svg {
        width: 28px;
    }
} 

.back-btn {
    border-radius: 2px;
    position: absolute;
    left: 20px;
    top: 13px;
    padding: 4px 0px;
    width: 13px;
    height: 13px;
} 

.back-btn svg {
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
} 

/*
  IMPORTED LESS CODE BELOW THIS POINT
  Ideally this will be converted to PostCSS and moved above
*/ 

.search-bar {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
} 

.search-bar .content {
    overflow: hidden;
    background: #f6f5f5;
    line-height: 34px;
    position: absolute;
    top: 0px;
    height: 34px;
    left: 34px;
    right: 100%;
    z-index: 5999;
    transition: right 0.8s ease-out;
} 

.search-bar .button {
    display: block;
    width: 34px;
    height: 34px;
    background: #f6f5f5;
    text-indent: -9999px;
    border: none;
    margin: 0;
    padding: 0;
    float: left;
    outline: none;
    border-radius: 0px;
    appearance: none;
    -moz-appearance: none; 
    /* Firefox */
    -webkit-appearance: none; 
    /* Safari and Chrome */
} 

.search-bar .textinput {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 10px;
    right: 0px;
    bottom: 0px;
    background: none;
    border: none;
    outline: none;
    color: #898888;
    font-size: 13px;
    line-height: 34px;
    outline: none;
} 

.search-bar .label {
    line-height: 34px;
    position: absolute;
    top: 0px;
    left: 44px;
    margin: 0;
    font-size: 13px;
} 

.search-bar.toggled .content {
    right: 0px;
} 

.regular img {
    cursor: pointer;
}
.locations-search-form {
    clear: both;
    padding: 0 15px;
    color: #595959;
    position: relative;
}
body.locations-header-fixed .locations-search-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4999;
    padding-top: 0;
    padding-bottom: 0;
}
body.locations-header-fixed .locations-search-form .page-cont {
    padding-top: 20px;
    background: #fff;
}
.locations-search-form .page-title {
    font-size: 18px;
    margin: 0 auto;
    display: none;
}
.locations-search-form form {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    position: relative;
}
.locations-search-form h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 26px;
    color: #595959;
}
.locations-search-form .search-field-wrapper {
    margin-bottom: 4%;
    background: #fff;
    border: 1px solid #c8c8c8;
    position: relative;
}
.locations-search-form .search-field-wrapper .input-dropdown {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 135px;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    z-index: 3699;
    background: #fff;
}
.locations-search-form .search-field-wrapper .input-dropdown input, .locations-search-form .search-field-wrapper .input-dropdown ul {
    font-size: 14px;
}
.locations-search-form .search-field-wrapper .location-search-field {
    overflow: auto;
    margin-left: 42px;
    margin-right: 80px;
}
.locations-search-form .search-field-wrapper .location-search-field input {
    border: none;
    background: none;
    line-height: 42px;
    padding: 0;
    font-size: 13px;
    width: 88%;
    outline: none;
}
.locations-search-form .search-field-wrapper .location-search-field ul {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    display: none;
}
.locations-search-form .search-field-wrapper .location-search-field ul li {
    background: #668b84;
    border-radius: 6px;
    padding: 6px 10px 6px 27px;
    float: left;
    margin: 9px 7px 9px 0;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.locations-search-form .search-field-wrapper .location-search-field ul li svg {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -7px;
}
.locations-search-form .search-field-wrapper .location-search-field ul li svg path {
    fill: #fff;
}
.locations-search-form .search-field-wrapper input[type="submit"] {
    border: none;
    background: #f5f5f5 url('https://old.carolhayesmanagement.co.uk/images/site/icons/search-icon.svg') no-repeat center center;
    background-size: 40% auto;
    border-left: 1px solid #c8c8c8;
    width: 42px;
    height: 100%;
    text-indent: -9999px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.locations-search-form .search-dropdown-wrapper {
    max-height: 0px;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}
body.search-filters-displayed .locations-search-form .search-dropdown-wrapper {
    max-height: 200px;
}
.locations-search-form .search-dropdown {
    font-size: 12px;
}
.locations-search-form .search-dropdown label {
    background: #f6f5f5;
    padding: 8px 20px;
    color: #929292;
    display: block;
    position: relative;
    margin-bottom: 3px;
}
.locations-search-form .search-dropdown .search-dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #f6f6f6;
    padding: 15px 15px 5px 15px;
    z-index: 4599;
    margin-top: -1px;
    font-size: 11px;
    width: 81px;
    color: #929292;
}
.locations-search-form .search-dropdown .search-dropdown-list span {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.locations-search-form .search-dropdown .search-dropdown-list.two-col {
    width: 212px;
}
.locations-search-form .search-dropdown .search-dropdown-list.two-col > ul > li {
    width: 50%;
    float: left;
}
.locations-search-form .search-dropdown .search-dropdown-list.four-col {
    width: 410px;
    right: 0;
    left: auto;
}
.locations-search-form .search-dropdown .search-dropdown-list.four-col > ul > li {
    width: 25%;
    float: left;
}
.locations-search-form .search-dropdown .search-dropdown-list.two-sets {
    width: 212px;
}
.locations-search-form .search-dropdown .search-dropdown-list.two-sets > ul {
    width: 50%;
    float: left;
}
.locations-search-form .search-dropdown .search-dropdown-list > ul > li {
    width: 85px;
}
.locations-search-form .search-dropdown .search-dropdown-list > ul > li ul {
    margin-left: 10px;
}
.locations-search-form .submit-button {
    font-size: 14px;
    color: #595959;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 42px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.locations-search-form .submit-button svg {
    display: block;
    height: 22px;
    margin: 0 auto;
}
.locations-search-form .submit-button input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
}
.locations-search-form input[type="submit"] {
    display: block;
    width: 100%;
    height: 36px;
    border: none;
    background: #f5f5f5 url('https://old.carolhayesmanagement.co.uk/images/site/icons/search-icon.svg') no-repeat 40% 45%;
    background-size: auto 40%;
    border: 1px solid #c8c8c8;
}
.locations-search-form.tags-added .submit-button {
    background-color: #668b84;
}
.locations-search-form.tags-added .submit-button svg path {
    fill: #fff;
}
.locations-search-form.tags-added .search-field-wrapper .location-search-field input {
    display: none;
}
.locations-search-form.tags-added .search-field-wrapper .location-search-field ul {
    display: block;
}
.locations-search-form.tags-added .search-field-wrapper input[type="submit"] {
    background-color: #668b84;
}
.locations-search-form.loading {}
.locations-search-form.loading::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6 url(""https://old.carolhayesmanagement.co.uk/images/site/"ajax-loader.gif") no-repeat center center;
    background-size: 26px 26px;
    z-index: 5999;
}
@media (min-width: 700px) {
    .locations-search-form .page-title {
        display: block;
    }
}
@media (min-width: 700px) {
    .locations-search-form form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 700px) {
    .locations-search-form .search-field-wrapper .location-search-field {
        margin-right: 0;
    }
}
@media (min-width: 700px) {
    .locations-search-form .search-dropdown-wrapper {
        overflow: visible;
        transition: none;
        max-height: 100%;
        width: 280px;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
}
@media (min-width: 700px) {
    .locations-search-form .search-dropdown {}
    .locations-search-form .search-dropdown:hover .search-dropdown-list {
        display: block;
    }
}
@media (min-width: 700px) {
    .locations-search-form {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
    .locations-search-form .search-field-wrapper {
        width: 280px;
        margin-bottom: 0;
    }
    .locations-search-form .search-field-wrapper .location-search-field {
        margin-right: 42px;
    }
    .locations-search-form .search-field-wrapper .search-field {
        border-right: 1px solid #c8c8c8;
        margin-right: 42px;
    }
    .locations-search-form .search-field-wrapper .search-field input {
        line-height: 42px;
    }
    .locations-search-form .search-field-wrapper .search-field ul {
        margin-left: 15px;
        margin-right: 15px;
    }
    .locations-search-form .search-field-wrapper .search-field ul li {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .locations-search-form .search-field-wrapper .input-dropdown {
        text-align: center;
    }
    .locations-search-form .search-field-wrapper .input-dropdown input {
        text-align: center;
    }
    .locations-search-form .search-dropdown {
        margin-bottom: 0;
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .locations-search-form .search-dropdown label {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .locations-search-form .search-dropdown.odd {
        margin-right: 0;
    }
}
.input-dropdown {
    position: relative;
    box-sizing: border-box;
}
.input-dropdown input {
    border: none;
    width: 79%;
    line-height: 42px;
    font-size: 13px;
    background: none;
    padding: 0 14% 0 7%;
}
.input-dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-top: none;
    background: #fff;
    z-index: 4599;
    font-size: 13px;
}
.input-dropdown ul li {
    line-height: 36px;
    cursor: pointer;
    padding: 0 7%;
}
.input-dropdown ul li.used {
    display: none;
}
.input-dropdown ul li:hover {
    background: #f5f5f5;
}
.input-dropdown::after {
    content: '';
    display: block;
    background: url('https://old.carolhayesmanagement.co.uk/images/site/icons/dropdown-icon.svg') no-repeat center center;
    width: 22px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}
.input-dropdown:hover ul {
    display: block;
}
@media (min-width: 700px) {
    .input-dropdown input {
        width: 70%;
        line-height: 42px;
        padding: 0 20% 0 10%;
    }
    .input-dropdown ul li {
        line-height: 36px;
        padding: 0 10%;
    }
}
.full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 4999;
    padding: 0 24px;
    color: #fff;
}
.full-overlay h1 {
    margin: 24px 0 0 0;
    text-align: center;
    font-size: 20px;
}
.full-overlay ul {
    margin: 24px 0;
}
.full-overlay ul li span {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    line-height: 22px;
    margin-bottom: 12px;
}
.full-overlay ul li span::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url('https://old.carolhayesmanagement.co.uk/images/site/icons/plus-button-white.svg') no-repeat center center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}
.full-overlay ul li span.used {}
.full-overlay ul li span.used::before {
    background-image: url('https://old.carolhayesmanagement.co.uk/images/site/icons/minus-button-white.svg');
}
.full-overlay ul li ul {
    margin: 0 24px;
}
.full-overlay button {
    background: #fff;
    width: 100%;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    display: block;
    color: #595959;
    margin-top: 24px;
}
.cta-image {
    clear: both;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 18px;
    background: url(https://old.carolhayesmanagement.co.uk/images/site/locations-cta.jpg) no-repeat center center;
    background-size: auto 100%;
    padding: 30px 20px;
    color: #222;
    width: 100%;
    box-sizing: border-box;
}
.cta-image h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.cta-image p {
    margin-bottom: 35px;
}
.cta-image p a {
    margin-right: 35px;
    color: #222;
    display: block;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.cta-image p a:last-child {
    margin-bottom: 0;
}
.cta-image p:last-child {
    margin-bottom: 0;
    padding-left: 20px;
}
@media (min-width: 700px) {
    .cta-image {
        padding: 40px 0 25px 50px;
    }
    .cta-image p a {
        display: inline;
        margin-bottom: 0;
    }
}
@media (min-width: 700px) {
    .cta-image h2 {
        font-size: 39px;
        margin-bottom: 35px;
    }
}
@media (min-width: 700px) {
    .cta-image p {
        max-width: 720px;
    }
}
.locations .autocomplete-suggestions {
    background: #fff;
    margin-left: -1px;
    border: 1px solid #c8c8c8;
}
.locations.single .register-location-btn {
    top: 2px;
    font-size: 12px;
    line-height: 20px;
}
.locations.single .page-title {
    position: relative;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.locations.single .page-title h1 {
    font-size: 18px;
}
.locations.single .title-meta {}
.locations.single .social-networks {}
@media (min-width: 700px) {
    .locations.single .register-location-btn {
        top: 5px;
    }
}
@media (min-width: 700px) {
    .locations.single .page-title {
        padding-top: 10px;
    }
}
@media (min-width: 700px) {
    .locations.single .title-meta {
        position: absolute;
        left: 0;
        top: 3px;
    }
}
@media (min-width: 700px) {
    .locations.single .social-networks {
        top: 3px;
    }
}
.locations.locations-header-fixed .content {
    padding-top: 40px;
}
@media (min-width: 700px) {
    .locations.locations-header-fixed .content {
        padding-top: 85px;
    }
}
.locations-cont article {}
@media (min-width: 700px) {
    .locations-cont {
        max-width: 1440px;
        margin: 0 auto;
        position: relative;
        clear: both;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (min-width: 700px) {
    .locations-cont article {
        width: 33.3%;
        text-align: center;
        margin-bottom: 20px;
    }
    .locations-cont article .profile-image {
        display: block;
        margin-bottom: 20px;
    }
}
@media (min-width: 950px) {
    .locations-cont article {
        width: 25%;
    }
}
@media (min-width: 1150px) {
    .locations-cont article {
        width: 20%;
    }
}
.search-filters-button {
    display: block;
    background: #fff;
    line-height: 42px;
    padding: 0 30px 0 15px;
    font-size: 13px;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 1px;
    right: 1px;
    border-left: 1px solid #c8c8c8;
    outline: none;
}
body.search-filters-displayed .search-filters-button::after {
    border-top: none;
    border-bottom: 6px solid #c8c8c8;
}
.search-filters-button::after {
    content: '';
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c8c8c8;
    height: 0px;
    width: 0px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}
@media (min-width: 700px) {
    .search-filters-button {
        display: none;
    }
}
.locations__introduction {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding: 20px 130px 10px;
    font-size: 14px;
    line-height: 1.4;
}
.locations__body {
    padding: 30px 20px;
}
@media (min-width: 700px) {
    .locations__body {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(0, 1fr))[2];
            grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 120px 70px;
        gap: 70px;
    }
}
.locations__body-text {
    font-size: 14px;
    line-height: 1.4;
}
.locations__body-text ol {
    list-style: decimal inside;
}
.locations__body-text li {
    margin-bottom: 20px;
}
.lightbox-switcher {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: 1px dotted #fff;
}
.lightbox-title {
    font-size: 20px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}
.lightbox-title h2 {
    position: relative;
    display: block;
    line-height: 24px;
}
@media (min-width: 700px) {
    .lightbox-title {
        margin-right: 0;
    }
}
@media (min-width: 1150px) {
    .lightbox-title {
        margin-right: 666px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.lightbox-name {
    border: none;
    background: none;
    padding: 0 140px 0 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    outline: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    box-sizing: border-box;
}
.lightbox-name:hover {
    color: #999;
}
.lightbox-name:focus {
    cursor: text;
}
@media (min-width: 700px) {
    .lightbox-name {
        padding-right: 220px;
    }
}
.lightbox-name-save {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 140px;
    font-size: 13px;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    display: none;
    cursor: pointer;
    color: #666;
}
.lightbox-name-save.visible {
    display: block;
}
@media (min-width: 700px) {
    .lightbox-name-save {
        width: 200px;
        font-size: 20px;
    }
}
.lightbox-tools {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 20px;
}
.lightbox-tools a {
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 20px;
}
.lightbox-tools a svg {
    height: 20px;
    margin-right: 10px;
}
@media (min-width: 1150px) {
    .lightbox-tools {
        padding-right: 0;
    }
}
@media (min-width: 1150px) {
    .lightbox-tools {
        position: absolute;
        right: 20px;
        top: 0px;
        bottom: 0px;
        border-left: 1px dotted #9f9f9f;
    }
    .lightbox-tools a {
        margin-top: 0;
    }
    .lightbox-tools a.lightbox-permalink {
        border-right: 1px dotted #9f9f9f;
        padding-right: 20px;
    }
}
#overlay-title {
    font-size: 16px;
    padding: 0 41px 0 0;
}
@media (min-width: 700px) {
    #overlay-title {
        padding-right: 0;
    }
}
#overlay-categories {
    clear: left;
}
.loginWall {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 50px 20px;
    margin-bottom: 100px;
}
.loginWall * {
    box-sizing: border-box;
}
.loginWall__container {
    width: 280px;
    padding: 30px 0;
}
.loginWall__container--left {
    width: 310px;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #c8c8c8;
}
.loginWall__title {
    font-size: 26px;
    margin: 0 0 15px 0;
}
.loginWall__intro {
    margin-bottom: 30px;
    line-height: 1.6;
}
.loginWall__field {
    width: 100%;
    display: block;
    padding: 7px;
    margin-bottom: 5px;
    border: 1px solid #c8c8c8;
}
.loginWall__fieldset {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}
.loginWall__fieldset .loginWall__field {
    width: 49%;
}
.loginWall__button {
    width: 100%;
    display: block;
    background: #595959;
    padding: 12px;
    color: #f6f6f6;
    position: relative;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.loginWall__option {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.lightbox__video-wrapper {
    position: relative;
}
.lightbox__video-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.lightbox__video-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5799;
}
.add-to-shortlist {
    position: absolute;
    right: 20px;
    top: 13px;
    width: 18px;
    height: 18px;
}
.add-to-shortlist svg {
    display: block;
}
@media (min-width: 700px) {
    .add-to-shortlist {
        top: 31px;
        right: 20px;
    }
}

.bio__header {
    display: flex;
    margin-bottom: 25px;
}

.bio__header-title {
  flex-shrink: 0;
  margin-right: 25px;
}

.bio__header-title .title-bar {
  display: none;
}

.bio__header-image {
  width: 35%;
  margin-left: auto;
}

@media (min-width: 700px) {
    .title-bar {
        display: none;
    }
    .bio__header-title .title-bar {
        display: block;
    }
    .bio__header-image {
      padding-top: 30px;
    }
}

.bio__header .profile-image {
  border-radius: 50%;
}

.about {
    height: 100%;
    overflow: hidden;
}

.about #page-wrapper {
    height: 100%;
    overflow: auto;
}
.image-gallery {
    position: relative;
}
.image-gallery__title-wrapper {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}
.image-gallery__title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
@media (min-width: 700px) {
    .image-gallery__title {
        width: auto;
        text-align: right;
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }
}
.info {
    height: 100%;
    overflow: hidden;
}
.info #page-wrapper {
    height: 100%;
    overflow: auto;
}
