/*Cookie banner */

/* Fonts */

H1,
h1 {
    font-family: agenda, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2.5rem !important;
    color: #252122;
}

H2,
h2 {
    font-family: agenda, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2rem !important;
    font-weight: bold;
    color: #252122;
}

H3,
h3 {
    font-family: agenda, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.7rem !important;
    color: #252122;
}

H4,
h4 {
    font-family: agenda, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.5rem !important;
    color: #252122;
}

p {
    font-family: agenda, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.1rem;
    color: #333333;
    margin-bottom: 1rem;
    color: #252122;
    line-height: 1.5;
}

a {
    font-family: agenda, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    color: #252122;
}

strong,
b {
    font-weight: bold;

}

li,
ul {
    font-family: agenda, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #252122;
}

/* Accordion styling*/

h2.widget__heading {
    display: none;
}

.widget-accordion.accordion {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.accordion {
    background-color: transparent;
    padding: 0;
}

@media screen and (min-width: 760px) {
    .accordion {
        padding: 0;
    }
}

.two-column .accordion {
    padding-left: 0;
    padding-right: 0;
}

.accordion__item {
    margin: 0;
}

.accordion__item:not(:first-child) {
    margin-top: 1rem;
}

.accordion__toggle {
    background-color: #332C32;
    display: block;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.accordion__toggle:hover,
.accordion__toggle:focus-visible,
.accordion__toggle:active {
    text-decoration: none;
}

.accordion__toggle:hover {
    background-color: #333333;
}

.no-js .accordion__toggle:hover {
    background-color: #333333;
    cursor: unset;
}

h3.list__heading.accordion__tab-heading {
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    margin-bottom: 10px;
}

.no-js .accordion__toggle {
    display: block !important;
}

.accordion__toggle[aria-expanded="true"] {
    background-color: #333333;
}




.accordion__toggle[aria-expanded="false"] {
    border-radius: 0px;
    border: 0px;
    background-color: #333333;
    padding: 0.5rem;
}

.accordion__toggle[aria-expanded="true"] .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

[data-a11y-toggle]:not([aria-controls]),
[aria-hidden="true"][aria-labelledby] {
    display: none;
}

.accordion__tab-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding: 1.5rem;
    text-align: left;
}

h3.list__heading.accordion__tab-heading {
    text-transform: none;
    font-size: 1.25em;
    padding-bottom: 0;
    text-align: left;
}

@media screen and (min-width: 760px) {
    .accordion__tab-heading {
        font-size: 1.125rem;
        padding: 1.5rem 3.75rem;
    }
}

.accordion__tab-heading .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 2px solid white;

    background-position: center;
    background-size: 67%;
    margin-top: -7px;
}

.accordion__toggle-content {
    background-color: #fff;
    text-align: left;
    border: 5px solid #e2e2e2;
    padding: 1.5rem 1.75rem;
}

.accordion__toggle h3 {
    font-weight: bold;
}

@media screen and (max-width: 400px) {


    .widget-accordion.accordion {
        width: 95%;
        margin: 0 auto;
    }

    .accordion__toggle-content {
        padding: 1.5rem 0.5rem;
    }

}

@media screen and (max-width: 610px) {

    .accordion__toggle-content {
        padding: 1.5rem 0.75rem;
    }

    .accordion__toggle-content {
        padding: 1.5rem 1.75rem;
    }
}

@media screen and (max-width: 800px) {
    .widget-accordion.accordion {
    width: 90%;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin: 0 auto;
    }
}

@media screen and (min-width: 760px) {
    .accordion__toggle-content {
        padding: 1.5rem 1.75rem;
    }
}

.accordion__toggle-content .editor {
    max-width: 100%;
}

.accordion__toggle-content .editor *:not(img) {
    max-width: 55em;
}

.accordion__toggle-content .editor>img:first-child {
    margin-top: 0;
}

.accordion__toggle-content .editor p+ul:not([class]):not([type]) {
    margin-left: 0;
    padding-left: 0;
}

.accordion__toggle-content .editor ul:not([class]):not([type]) {
    margin-left: 0;
    margin-top: 0;
}

.accordion__toggle-content .editor ul:not([class]):not([type]) li {
    padding-left: 0;
}

.accordion__toggle-content .editor ul:not([class]):not([type]) li::before {
    display: none;
}

.accordion__toggle[aria-expanded="true"] {
    border-radius: 0px;
    border: 0px;
    color: #fff !important;
    padding: 0.5rem;
}

.accordion__toggle[aria-expanded="true"] {
    color: #fff;
    text-decoration: none;
    text-align: left;
}

.accordion__toggle[aria-expanded="false"] h3 {
    text-align: left;
}

.accordion__toggle[aria-expanded="false"] h3:hover {
    text-align: left;
}

.accordion__toggle[aria-expanded="false"]:hover {
    background: #252125 !important;
    color: #f5f5f5 !important;
}

.accordion__toggle[aria-expanded="false"]:focus {
    background: #252125 !important;
    color: #f5f5f5 !important;
}


.accordion__toggle[aria-expanded="true"]:hover {
    background: #252125 !important;
    color: #f5f5f5 !important;
}

.accordion__toggle[aria-expanded="true"]:focus {
    background: #252125 !important;
    color: #f5f5f5 !important;
}

.accordion__toggle[aria-expanded="true"]:focus-visible {
    background: #252125 !important;
    color: #f5f5f5 !important;
}


ul.list.connected-toggles {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.list__item.accordion__item {
    padding: 0;
}


.details {
    display: inline-block;
    width: 15%;
    vertical-align: top;
}

ul.list.connected-toggles a {
    text-decoration: none;
}

li.list__item.accordion__item a {
    text-decoration: none !important;
}

/*accordion with image on left*/

.inline_accordion_content {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.inline_accordion_content_left {
    width: 60%;
}

.inline_accordion_content_right {
    width: 40%;
}

.inline_accordion_content_right img {
    margin: 0 1rem;
}

@media screen and (max-width: 760px) {
    .inline_accordion_content_left {
        width: 100%;
    }

    .inline_accordion_content_right {
        width: 100%;
    }

    .inline_accordion_content_right img {
        margin: 1rem 0;
    }
}

/* links and buttons */


.btnbookatourmobgrn {
    background-color: #C4E38B; 
    border: 2px solid #33a074;
    border-radius: 30px !important;
    color: #000000 !important; 
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}


.btnbookatourgrn {
    background-color: #C4E38B;
    color: #000000 !important; 
    border-radius: 30px !important;
    border: 2px solid #33a074;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .btnbookatourgrn:hover {
    background-color:#687D44 !important;
    border-radius: 30px;
    color: #ffffff !important;
  }
  a.btnbookatourgrn:hover {
    text-decoration:underline !important;
  }

.btnbookatourmob {
    background-color: #F5B0A8; 
    color: #000000 !important; 
    border-radius: 30px !important;
    border: 2px solid #B2695C;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

.btnbookatour {
    background-color: #F5B0A8;
    color: #000000 !important; 
    border-radius: 30px !important;
    border: 2px solid #B2695C;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .btnbookatour:hover {
    background-color: #B2695C !important;
    border-radius: 30px;
    color: #ffffff !important;
  }
  a.btnbookatour:hover {
    text-decoration: underline;
  }


.button {
    border: 0px !important;
    outline: none;
    background-color: #333333;
    cursor: pointer;
    min-width: 150px;
    margin: 5px;
    text-align: left;
    box-shadow: none;
    margin: 1rem 0 !important;
    border-radius: 30px;
    padding: 5px 20px !important;
}

#red {
    background-color: #BC574E;
    color: #fff;
}

#blue {
    background-color: #5C60AD;
    color: #fff;
}

#green {
    background-color: #687D44;
    color: #fff;
}

#darkred {
    background-color: #ab685c;
    color: #fff;
}

.button:hover {
    background-color: #332a32;
    color: #fff;
}

.button:active {
    background-color: #332a32;
    color: #fff;
}

/* Header */

#main {
    margin-top: 0;
    padding: 0;
}

#header.alt .logo {
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    display: block !important;
}

#header {
    padding: 1rem 0rem;
    height: 10rem;
    border: none;
    position: sticky;
    top: 0;
    z-index: 15;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.list--skip-links li a {
    color: #fff !important;
    background-color: #333 !important;
}

.box.post header {
    display: none;
}

#heading {
    display: none;
}

/* desktop menu style */
#nav {
    right: 2%;
    position: absolute;
    margin: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}

#header {
    width: 100%;
}

#header .container {
    display: inline-flex;
    width: 90%;
    margin: auto;
}

#header .h1 {
    display: none;
}

nav a {
    font-size: 1.1rem !important;
    color: #252122 !important;
}

nav.breadcrumb {
    position: absolute;
}

/* menu mobile style */

#navPanel .link {
    color: #fff !important;
}

#titleBar .toggle {
    display: flex;
    align-content: space-between;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 60px;
    height: 49px;
    line-height: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgb(0 0 0 / 75%);
    border-radius: 5px;
    justify-content: space-evenly;
    text-decoration: none;
    flex-direction: column-reverse;
    outline: none !important;
}

#titleBar .toggle:before {
    display: block;
    position: unset;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    line-height: 22px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: none;
    border-radius: 0px;
}

ul#menu-toggle {
    color: #fff;
    list-style: none;
    padding: 0;
}

#menu-toggle ul li {
    margin-bottom: 0.5rem;
}

#navPanel {
    padding: 2rem;
    box-shadow: none;
    width: fit-content;
}

#menu-toggle .list__item {
    margin: 1rem 0;
}

a.list__link {
    color: #fff;
    font-size: 1.3rem;
    font-family: agenda;
    border-radius: 30px;
}


/* Logo */

#header .logo .symbol img {
    height: 120px !important;
    width: auto;
}

/* Footer */

#footer {
    background-color: #333333;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
}

div#footer_content {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.content_footer_section {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3rem;
}

.logos_footer_section {
    width: 100%;
    justify-content: space-between;
    display: inline-flex;
    margin-bottom: 2rem;
}

.logos_footer_section img {
    max-height: 85px;
    border-bottom: 2px solid #333333;
    margin-top: 15px
}

.logos_footer_section a:hover,
.logos_footer_section a:focus {
    border-bottom: 2px solid #687d44;
}

#footer a {
    color: #c5c4c4;
    font-size: 1rem;
    text-decoration: none;
}

#footer p,
#footer li {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
}

.content_footer_section ul {
    max-width: 100%;
    margin: 0;
    padding: 15px;
}

div#footer_content li:first-child {
    color: #C4E38B;
    font-size: 1.2rem;
    font-weight: 500;
}

div#footer_content li {
    list-style: none;
    padding: 0px;
}


div#footer_content {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.bottom_footer_section {
    width: 100%;
    height: 4rem;
    margin-top: 2rem;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;

}


.bottom_footer_section ul {
    float: right;
    display: inline-flex;
    padding: 0px !important;
    flex-wrap: wrap;
}


/* Footer social media icons */

.bottom_footer_section ul li a {
    border-radius: 0;
}

.is-icon-social-linkedin {
    background-image: url(https://www.theplazacentre.co.uk/ThePlaza/images/iconmonstr_linkedin_3_240.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    margin-right: 9px;
}

.is-icon-social-facebook {
    background-image: url(https://www.locatebraintreedistrict.co.uk/locatebraintreedistrict/images/iconmonstr_facebook_3_240.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 9px;
    background-repeat: no-repeat;
    display: block;
}

.is-icon-social-twitter {
    background-image: url(https://www.locatebraintreedistrict.co.uk/locatebraintreedistrict/images/iconmonstr_twitter_3_240.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
}

.is-icon-social-instagram {
    background-image: url(https://www.locatebraintreedistrict.co.uk/locatebraintreedistrict/images/iconmonstr_instagram_13_240.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
}

.is-icon-social-instagram:hover,
.is-icon-social-linkedin:hover,
.is-icon-social-twitter:hover,
.is-icon-social-facebook:hover,
.is-icon-social-instagram:focus,
.is-icon-social-linkedin:focus,
.is-icon-social-twitter:focus,
.is-icon-social-facebook:focus {
    border-radius: 8px;
    background-color: #687d44;
    border: 4px solid #687d44;
    transition: 0.5s;
}


.nav--social-links {
    display: inline-flex;
    align-items: center;
}

nav.nav.nav--social-links ul {
    display: inline-flex;
}

nav.nav.nav--social-links li {
    list-style: none;
    width: 50px;
    height: 50px;
    display: inline-flex;
    padding: 5px;
    margin: 5px;
}

nav.nav.nav--social-links li a {
    width: 50px;
    height: 50px;
}

.nav--social-links ul {
    padding: 0px;
}

.nav--social-links li:first-child {
    margin: 0px;
}


.nav--social-links a:focus {
    background-color: #ffffff00 !important;
    border: none !important;
}

.bottom_footer_section ul li {
    padding: 0px;
    margin-right: 5px;
}


/* general body study */

body {
    overflow-wrap: unset;
    word-wrap: unset;
    hyphens: none;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    min-height: 100vh;
}

.row>* {
    padding: 0;
}

.inner {
    max-width: 90em !important;
    margin: 0px !important;
    padding: 0 2.5rem;
}

.widget-row {
    margin: 0;
}

#ccc-icon {
    margin: 0;
}

.widget-width {
    padding: 0;
}

nav.breadcrumb {
    position: absolute;
}

.container {
    width: 100%;
}

.box {
    padding: 0
}

.row {
    margin: 0;
}

/* Top banner style */

.top_banner {
    width: 100%;
    height: 45vw;
    max-height: 650px;
    position: relative;

}

.top_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_banner_content {
    max-width: 50vw;
    background: #fff;
    padding: 1rem;
    width: 32%;
    position: absolute;
    bottom: 3rem;
    left: 5rem;
}

.top_banner p {
    font-size: 1.2rem;
    margin: 0;
}

/* main card style */

.bs_full_width_card_container {
    justify-content: center;
    width: 100%;
    display: flex;
    margin-top: 2rem;
}

.full_width_card_container {
    justify-content: center;
    width: 100%;
    display: flex;
    margin-top: 2.8rem;
    margin-bottom: 2rem;
}

.main_card img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}


.main_card_container {
    width: 80%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1170px;
}

.main_card {
    width: 30%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: 355px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}


.main_card h2,
.main_card p {
    padding: 0 1rem !important;
    margin: 5px 0 !important;
    line-height: 1.5;
    width: 98%;
}

.main_card:first-child:hover {
    cursor: pointer;
    background-color: #6469cf59;
    color: #000;
    transition: 0.3s
}

.main_card p:nth-child(3) {min-height: 80px;}

.main_card:nth-child(2):hover {
    cursor: pointer;
    background-color: #81a64278;
    color: #000;
    transition: 0.3s
}

.main_card:nth-child(3):hover {
    cursor: pointer;
    background-color: #e99991b8;
    color: #000;
    transition: 0.3s
}

/* virtual tour banner */

.full_width_content_container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content_left {
    padding: 1rem;
    width: 35%;
}

.content_right img {
    height: 100%;
    width: 100%;
}

.content_right {
    width: 65%;
}

/* Green place and map banner */

.bs_full_width_content_container {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 3rem;
    min-width: 70vw;
}

.full_width_content_container {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 3rem;
    min-width: 70vw;
}

.full_width_content {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    height: fit-content;
    width: 80%;
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    max-height: 430px;
    min-height: 29.2vw;
}

.content_left {
    padding: 1.5rem;
    width: 33%;
}

.content_right img {
    height: 100%;
    width: 100%;
}

.content_right {
    width: 65%;
}

.green_place_container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 67%;
    display: inline-flex;
    height: 260px;
    justify-content: space-between;
    margin-right: 3rem;
}

.location_map {
    width: 30%;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}


.location_map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.green_place_and_map_container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
}

.green_place_left {
    width: 40%;
    padding: 1.5rem;
    background-color: #687D44;

}

.green_place_right {
    width: 60%;
}

.green_place_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.green_place_left h2 {
    color: #fff;
    width: 100%;
}

.green_place_left p {
    color: #fff;
}

/* full width green place banner */
.full_width_green {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 80%;
    display: inline-flex;
    height: fit-content;
    max-height: 400px;
    min-height: 300px;
    max-width: 1170px;
}

.content_left_green {
    padding: 2rem;
    background-color: #fff;
    width: 40%;
}

.content_right_green img {
    height: 100%;
    width: 100%;
}

.content_right_green {
    width: 60%;
}

/* benefits and facilities banner */

.benefits_and_facilities_container {
    display: inline-flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1170px;
}

.benefits_container {
    width: 65%;
}

.facilities_container {
    width: 35%;
}

.facilities_container li {
    list-style: none
}

.facilities_container ul {
    border-left: 3px solid;
    margin-top: 1rem;
}

/* Benefits and Facilities */

.benefit_icons_container {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0%;
    margin-top: 1rem;
    justify-content: normal;
}

.benefit_icon {
    width: 140px;
    text-align: center;
    margin: 5px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    align-items: center;
    justify-content: space-evenly;
}

.benefit_icon p {
    margin: 0;
    width: 85%;
    margin: auto;
    font-size: 1rem;
}

.benefit_icon img {

    object-fit: cover;
    max-width: 45px;
    max-height: 45px;
    margin-bottom: 15px;
    margin-top: 15px;
}


/* Find us page */

.full_screen_map_container .location_map {
    width: 100%;
    height: 50vw;
}

.address_and_image_container {
    z-index: 1;
    position: absolute;
    display: inline-flex;
    background: #fff;
    margin-left: 9px;
    margin-top: 7rem;
}

.address_container {
    width: 53%;
    padding: 1rem;
}

.location_image {
    
}

.address_container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.address_container li {
    margin: 0;
    padding: 0;
}

.location_image img {
    height: 100%;
    object-fit: cover;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    max-height: 362px;
    max-width: 340px;
    object-position: center;
}

.address_container ul li:first-child {
    font-weight: bold;
}


/* blue top banner styling */

.blue_top_content_container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blue_top_content_box {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 1rem;
    background-color: #CBDEDE;
    margin: 3rem 3rem 0 3rem;
    max-width: 1170px;
}

/* private offices card style */

.private_offices_cards_container {
    width: 80%;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    max-width: 1170px;
}

.private_offices_cards {
    width: 29%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.private_offices_cards img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.private_offices_cards p,
.private_offices_cards h2 {
    padding: 0 1rem !important;
    margin: 0 !important;
    line-height: 1.5;
}

.private_offices_cards ul {
    margin: 0;
    padding: 1rem;
    list-style: none;
}

.private_offices_cards li {
    margin: 0;
    padding: 0;
}

/* co-working spaces  card style */
.coworking_space_cards_container {
    width: 80%;
    display: inline-flex;
    justify-content: space-between;
    min-width: 70vw;
}

.coworking_space_cards {
    width: 30%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.coworking_space_cards p,
.coworking_space_cards h2 {
    padding: 0 1rem !important;
    margin: 0 !important;
    line-height: 1.5;
}

.coworking_space_cards ul {
    margin: 0;
    padding: 1rem;
    list-style: none;
}

.coworking_space_cards li {
    margin: 0;
    padding: 0;
}


/* floorplan card styling */
.floorplan_card_container {
    width: 80%;
    display: inline-flex;
    justify-content: space-between;
    max-width: 1170px;
}

.floorplan_card {
    width: 29%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    padding: 1rem;
}

.floorplan_card h3 {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.5;
}


/* BDC link */

.BDC_workspace_link {
    width: fit-content;
    position: fixed;
    right: 10px;
    top: 78%;
    background: #005e8a;
    padding: 0.5rem;
    cursor: pointer;
    border: #005e8a;
    max-width: 240px;
    text-align: center;
}

.BDC_workspace_link:hover {
    transform: translate(10px, 0px);
    transition: 0.3s;
    border-radius: 5px;
    background: #332e35;
}

.BDC_workspace_link img {
    max-height: 90px;
    width: 90%;
}


.BDC_workspace_link a {
    color: #ffffff;
    text-decoration: none;
}

/* estate agent link */

.estate_agent_link {
    width: fit-content;
    position: fixed;
    right: 10px;
    top: 78%;
    background: #0082c7;
    padding: 0.5rem;
    cursor: pointer;
    max-width: 252px;
    border: 5px solid #0082c7;
    text-align: center;
}

.estate_agent_link img {
    height: 100%;
    border: 2px solid #FFF;
}

.estate_agent_link a {
    color: #ffffff;
    text-decoration: none;
}

.estate_agent_link:hover {
    transform: translate(10px, 0px);
    transition: 0.3s;
    border-radius: 5px;
    background: #1d3b6d;
    border: 5px solid #1c3b6c;
}

/* Room hire cards styling */

.room_hire_cards {
    width: 47%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.room_hire_cards img {
    width: 100%;
    object-fit: cover;
}

.room_hire_cards p,
.room_hire_cards h2 {
    padding: 0 1rem !important;
    margin: 5px 0 !important;
    line-height: 1.5;
}

.room_hire_cards ul {
    margin: 0;
    padding: 1rem;
    list-style: none;
}

.room_hire_cards_container {
    width: 66%;
    display: inline-flex;

    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.room_hire_and_image_cards_container {
    width: 80%;
    display: inline-flex;
    justify-content: space-between;
    max-width: 1170px;
}

.room_image_container {
    width: 30%;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
}

.room_image_container img {
    height: 21%;

    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    width: 100%;
    object-fit: cover;
}


/* Room hire benefits */
#room_hire_page .benefits_container {
    width: 100%;
}

#room_hire_page .benefit_icons_container {
    width: 100%;
    justify-content: space-between;
}

#room_hire_page .benefit_icon img {
    width: 80px;
    max-width: 80px;
    max-height: 100px;
}

/* Room hire tour banner */


.full_width_tour_banner {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    width: 80%;
    display: inline-flex;
    height: fit-content;
    max-height: 355px;
    min-height: 300px;
}

.content_left_tour_banner {
    padding: 2rem;
    background-color: #fff;
    width: 25%;
}

.content_right_tour_banner {
    width: 80%;
}

.content_right_tour_banner img {
    height: 100%;
    width: 100%;
}

/* accessibility body text */

.accessibility {
    text-align: left;
    padding: 2rem 10rem;
    box-shadow: 0 5px 5px -5px #333;
    margin-bottom: 2rem;
}

/* Room hire or venues enquiry button */

.Venues_link {
    width: fit-content;
    position: fixed;
    right: 10px;
    top: 78%;
    background: #d60058;
    padding: 0.5rem;
    cursor: pointer;
    max-width: 240px;
    border: 5px solid #d60058;
    text-align: center;
}

.Venues_link:hover {
    transform: translate(10px, 0px);
    transition: 0.3s;
    border-radius: 5px;
    background: #111125;
}

.Venues_link img {
    max-height: 90px;
    width: 100%;
    filter: brightness(200.5);
}


.Venues_link a {
    color: #ffffff;
    text-decoration: none;
}

/* Community events card  */

.event_card_container {
    width: 80%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1170px;
}

.event_card {
    width: 30%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    max-width: 355px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -2rem;
}

.event_card img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.event_card h2,
.event_card p {
    padding: 0 1rem !important;
    margin: 5px 0 !important;
    line-height: 1.5;
    width: 98%;
}

.event_card ul {
    margin: 0;
    list-style: none;
    padding: 0 1rem;
}

/* Content card  */

.content_card_container {
    width: 80%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1170px;
}

.content_card {
    width: 30%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: 355px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.content_card img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.content_card h2,
.content_card p {
    padding: 0 1rem !important;
    margin: 5px 0 !important;
    line-height: 1.5;
    width: 98%;
}

.content_card ul {
    margin: 0;
    list-style: none;
    padding: 0 1rem;
}

.content_card:first-child:hover {
    cursor: pointer;
    background-color: #6469cf59;
    color: #000;
    transition: 0.3s
}

.content_card p:nth-child(3) {min-height: 80px;}

.content_card:nth-child(2):hover {
    cursor: pointer;
    background-color: #81a64278;
    color: #000;
    transition: 0.3s
}

.content_card:nth-child(3):hover {
    cursor: pointer;
    background-color: #e99991b8;
    color: #000;
    transition: 0.3s
}

/* contact us  */
/*side by side content*/
.sidebysidecontent {
    height: 100%;
    width: 100%;
}

.sidebysidecontent:after {
    content: "";
    clear: both;
    display: block;
}

.sidebysidewrapper {
    width: 100%;
    height: 100%;
    display: flex;
}


.leftcontent {
    background-color: #0d3542;
    width: 55%;
    padding: 4rem;

}

.rightcontent {
    float: right;
    position: sticky;
    top: 6.2rem;
    background-image: url(https://www.braintree.gov.uk/ThePlaza/images/shutterstock_1502280530.png);
    background-size: cover;
    width: 45%;
    background-position: center;
    height: auto;
    background-repeat: no-repeat;
}



.leftcontent h1,
.leftcontent p {
    color: #fff;
}


/* mobile styling  */

@media screen and (max-width: 740px) {

    /* mobile header */
    #header .container {
        justify-content: center;
    }

    #nav {display: none;}

    /* Footer mobile styling */


    #footer {
        padding: 3rem;
        margin-bottom: 3rem !important;
    }

    .content_footer_section {
        justify-content: flex-start;
        width: 90%;
        flex-wrap: wrap;
    }

    .logos_footer_section {
        width: 90%;
        justify-content: space-around;
        display: inline-flex;
        flex-wrap: wrap;
        row-gap: 25px;
    }

    .logos_footer_section img {
        max-width: 100%;
    }

    .bottom_footer_section {
        justify-content: center;
    }



    /* mobile tob banner */
    .top_banner_content {
        width: 90%;
        max-width: 90vw;
        left: 1rem;
        bottom: 1rem;
    }

    .top_banner {
        min-height: 400px;
    }

    /* mobile homepage links */

    .main_card {
        width: 80%;
        margin: 1rem -3px;
    }


    .main_card_container {
        margin: 0rem auto;
        justify-content: center;
        width: 100%;
        display: flex;
        align-items: flex-start;
    }

    /* mobile virtual tour banner */

    .full_width_content_container {
        margin-bottom: 0rem;
        min-width: 40vw;
        padding-bottom: 2rem;
    }

    .full_width_content {
        flex-wrap: wrap;
        justify-content: unset;
        height: fit-content;
        max-height: fit-content;
    }

    .content_left {
        width: 100%;
        height: 272px;
        background: #fff;
    }

    .content_right {
        width: 100%;
    }

    .content_left .button {
        position: absolute;
    }

    /* community event card mobile  */

    .event_card {
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0.5rem !important;
    }

    /* content card mobile  */

    .content_card {
        width: 100%;
        margin: 1rem -3px;
    }

    /* mobile Green place banner */

    .green_place_and_map_container {
        flex-wrap: wrap;
        height: fit-content;
        width: 100%;
        justify-content: center;
    }


    .green_place_left {
        width: 100%;
    }

    .green_place_right {
        width: 100%;
        height: 209px;
    }

    .green_place_container {
        flex-wrap: wrap;
        width: 85%;
        margin: 0;
        height: fit-content;
    }

    .location_map {
        position: relative;
        width: 85%;
        height: 300px;
        margin-top: 2rem;
    }



    /* inset box shadow  mobile */
    #top_box_shadow {
        padding-top: 3rem;
        box-shadow: rgb(50 50 93 / 25%) 0px 20px 13px -4px inset, rgb(255 255 255 / 0%) 0px 18px 0px -18px inset;
        background-color: #eeeeee;
    }

    #bottom_box_shadow {
        box-shadow: -1px -23px 21px -7px rgba(82, 82, 82, 0.75) inset;
        -webkit-box-shadow: 0 -23px 16px -13px rgb(82 82 82 / 75%) inset;
        -moz-box-shadow: -1px -23px 21px -7px rgba(82, 82, 82, 0.75) inset;
        padding-bottom: 4rem;
        background-color: #eeeeee;
    }

    /* find us page mobile */
    .address_and_image_container {
        z-index: auto;
        position:relative;
        width: 100%;
        flex-wrap: wrap;
        margin: 0;
    }

    .address_container {
        width: 100%;
    }

    .location_image {
        width: 100%;
        display: none;
    }


    /* mobile fonts */

    /* Fonts */

    H1,
    h1 {
        font-size: 2rem !important;
    }

    H2,
    h2 {
        font-size: 1.5rem !important;
    }

    H3,
    h3 {
        font-size: 1.3rem !important;
    }

    H4,
    h4 {
        font-size: 1.2rem !important;
    }

    /* mobile benfits and facilities */

    .benefits_container {
        width: 100%;
        justify-content: center;
    }

    .benefit_icons_container {
        margin: 0 0 1rem 0;
    }

    .facilities_container {
        width: 100%;
    }

    #room_hire_page .benefit_icon img {
        max-height: 50px;
        max-width: 50px;
    }

    /* mobile full width greeen box */
    .content_left_green {
        width: 100%;
        padding: 1rem;
    }

    .full_width_green {
        max-height: fit-content;
        flex-wrap: wrap;
    }

    .content_right_green {
        width: 100%;
    }


    /* blue top box mobile style */
    .blue_top_content_box {
        width: 100%;
        margin: 1.5rem 1.5rem 0 1.5rem;
    }

    /* private offices card mobile style*/

    .private_offices_cards_container {
        flex-wrap: wrap;
    }

    .private_offices_cards {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    /* coworking space card mobile style*/

    .coworking_space_cards_container {
        flex-wrap: wrap;
    }

    .coworking_space_cards {
        width: 100% !important;
        margin-bottom: 1.5rem;
    }

    /* floorplan card mobile style */

    .floorplan_card_container {
        flex-wrap: wrap;
    }

    .floorplan_card {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    /* room hire cards mobile style*/

    .room_hire_and_image_cards_container {
        flex-wrap: wrap;
        width: 100%;
    }

    .room_hire_cards_container {
        width: 100%;
        justify-content: center;
    }

    .room_hire_cards {
        width: 80%;
    }

    .room_image_container {
        box-shadow: rgb(50 50 93 / 25%) 0px 20px 13px -4px inset, rgb(255 255 255 / 0%) 0px 18px 0px -18px inset;
        background-color: #eeeeee;
        padding: 1rem;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: scroll;
        display: flex;
        justify-content: flex-start;
    }

    .room_image_container img {
        height: 100%;
        max-width: 285px;
        margin-right: 1rem;
    }

    /* tour banner mobile style */
    .content_left_tour_banner {
        width: 100%;
    }

    .content_right_tour_banner {
        width: 100%;
    }

    .full_width_tour_banner {
        flex-wrap: wrap;
        max-height: fit-content;
    }


    /* contact us mobile  */

    .sidebysidewrapper {
        flex-wrap: wrap;
    }

    .leftcontent {
        width: 100%;
        padding: 1rem;
    }

    .rightcontent {
        width: 100%;
        min-height: 200px;
    }
}



/* ipad media query */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* STYLES GO HERE */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    /* Fonts */

    H1,
    h1 {
        font-size: 2rem !important;
    }

    H2,
    h2 {
        font-size: 1.5rem !important;
    }

    H3,
    h3 {
        font-size: 1.3rem !important;
    }

    H4,
    h4 {
        font-size: 1.2rem !important;
    }

    .green_place_and_map_container {
        height: 215px;
        width: 90%;
    }

    .green_place_container {
        margin-right: 2rem;
        height: 100%;
    }

    .full_width_content {
        width: 90%;
        height: 265px;
    }

    .top_banner_content {
        width: 50%;
        bottom: 2rem;
        left: 2rem;
    }

    .main_card {
        width: 28%;
        margin: 0 1rem;
    }

    .content_left p {
        margin: 0;
    }


    .green_place_left {
        width: 59%;
        padding: 1.5rem;
        background-color: #687D44;
        color: #fff;
    }

}

a.list__link {
    text-decoration: none !important;
}
