/*!
Theme Name: OfficeSpaceScotland
Theme URI: https://www.base-station.co.uk/
Author: Chris Kelly
Author URI: https://www.christoperjkelly.co.uk
Description: Bespoke theme
Version: 1.0.0
*/

body,
#primary-menu li a,
.card-body .articleDate {
    font-family: var(--primary-font-family);
}

body {
    font-weight: 400;
    background: #FFFFFF;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.ctaBannerContainer .leftSection {
    font-family: var(--secondary-font-family) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #000000;
}

h1 {
    font-size: 64px !important;
}

h3 {
    font-size: 39px !important;
    font-weight: 700 !important;
}

h4 {
    font-size: 31px !important;
    font-weight: 400 !important;
}

a {
    text-decoration: none;
}

section {
    padding: 35px 0px;
}

section:first-child {
  padding-top: 0;
}

p {
    margin-bottom: 20px !important;
    font-size: 18px !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute !important;
}

.fixed {
    position: fixed !important;
}

.top-66 {
    top: 66%;
}

.translateX50 {
    transform: translateX(-50%);
}

.translateY50 {
    transform: translateY(-50%);
}

.translateXY50 {
    transform: translate(-50%, -50%);
}

.absouluteFull {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.w50 {
    width: 50% !important;
}

.w-33 {
    width: calc(100% / 3) !important;
}

.inlineBlock {
    display: inline-block;
}

.centerElement {
    align-items: center;
    justify-content: center;
    display: flex;
}

.bg-primary {
    background: var(--primary-color);
}

.bg-secondary {
    background: var(--secondary-color);
}

.bg-tertiary {
    background: var(--tertiary-color);
}

.burger {
  width: 30px;
  height: 24px;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
}

.homeHeader .burger span,
.homeHeader .burger span:before,
.homeHeader .burger span:after {
  background: #FFF;
}

.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .25s ease-in-out;
}

.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  left: 0;
  transition: .25s ease-in-out;
}

.burger span:before {
  top: -10px;
}

.burger span:after {
  top: 10px;
}

.burger.active span {
  background: transparent;
}

.burger.active span:before {
  top: 0;
  transform: rotate(45deg);
}

.burger.active span:after {
  top: 0;
  transform: rotate(-45deg);
}

body:not(.home) #content {
    margin-top: 95px;
}

#primary-menu li.menu-item.current_page_item,
#primary-menu li:hover,
#policy-menu li:hover {
    position: relative;
}

#primary-menu li.menu-item.current_page_item a:after,
#primary-menu li:hover a:after,
#policy-menu li:hover a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 2px;
    background: var(--primary-color);
    border-radius: 50px;
}

footer #primary-menu li:hover a:after,
footer #policy-menu li:hover a:after,
.homeHeader #primary-menu li:hover a:after {
    background: #FFFFFF;
}

.header {
    z-index: 2;
    width: 100vw;
    background: #FFFFFF;
    height: 95px;
    border-bottom: 1px solid #000000;
}

.header .row {
    height: 95px;
}

.homeHeader .header {
    background: transparent;
    border-bottom: 1px solid #FFFFFF;
    height: 119px;
}

.homeHeader .header .row {
    height: 119px;
}

.fullWidthHeader {
    padding-right: 50px;
}

.homeHeader .top-logo {
    margin-top: -6px;
}

.homeHeader .header .top-logo svg {
    position: absolute;
    left: 0;
    z-index: -1;
    display: initial;
    top: 0;
}

.homeHeader img.site-logo {
    margin-top: 12px;
    margin-left: 10px;
}

.header .top-logo svg {
    display: none;
}

.header .top-logo a {
    margin-left: 40px;
    width: 92px;
    height: 76px;
}

.homeHeader .header .top-logo a {
    margin-top: 11px;
    width: 116px;
    height: 96px;
}

.header .top-logo a img {
    width: 100%;
}

#primary-menu li {
    display: inline-block;
    border-bottom: 2px solid transparent;
}

#primary-menu li a {
    padding: 10px 1rem .1rem;
    position: relative;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 2px;
    text-decoration: none;
    margin: 0 .45rem .25rem;
    color: #000;
}

.homeHeader #primary-menu li a {
    color: #FFFFFF;
}

.menu-item-has-children {
    position: relative;
}

.homeHeader .menu-item-has-children ul {
    top: 70px;
    background: transparent;
    border-color: #FFFFFF;
}

.menu-item-has-children ul {
    position: absolute;
    top: 59px;
    left: -7px;
    display: none;
    border: 1px solid #000000;
    border-top-width: 0px;
    background: white;
    padding: 12px 0;
    text-align: center;
}



ul#primary-menu li.menu-item-has-children ul.sub-menu li {
    display: block;
    width: 200px;
}

.homeHeader ul#primary-menu li.menu-item-has-children ul.sub-menu li a {
    color: #FFFFFF;
}

ul#primary-menu li.menu-item-has-children ul.sub-menu li a {
    margin: 0 !important;
    padding: 0 !important;
    color: black;
}

.bookVisitButton {
    margin-right: 6%;
    margin-left: 2%;
    width: initial !important;
}

.buttonIcons {
    float:right;
    width: 70px;
}

.headerIcon svg path {
    fill: #000;
}

.homeHeader .headerIcon svg path {
    fill: #FFF;
}

.phoneIcon {
    margin-right: 18px;
}

.hero {
    max-height: 90vh;
}

.heroImage {
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .heroImage img {
    filter: brightness(60%);
}

.heroImage img {
    filter: brightness(40%);
    width: 100vw;
}


.hero .textWrapper {
    z-index: 1;
    width: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.home .hero {
    height: 85vh;
}

.desktopVideo,
.mobileVideo {
    filter: brightness(0.5);
}

.heroVideo,
.heroVideo .desktopVideo,
.heroVideo .mobileVideo,
.heroVideo .desktopVideo video,
.heroVideo .mobileVideo video {
    height: 100%;
    min-height: 100%;
}

.home .hero .textWrapper {
    top: 66%;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
}

.hero h1 {
    font-weight: 400;
    line-height: 78px;
    text-transform: none;
}

.hero h1,
.hero p {
    color: #FFFFFF;
}

.locationHero {
    height: calc(94vh - 95px);
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
    background: var(--secondary-color);
    display: flex;
}

.locationHero h1 {
    font-size: 50px !important;
    line-height: 58px;
    margin-bottom: 40px;
}

.locationHero .container {
    width: 544px !important;
}

.locationHeroImg img {
    width: 100%;
}

.heroChevron {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
}

.heroChevron i {
    font-size: 32px;
}

.video .heroChevron {
    display: block;
}

.page-text .post-text-block h3 {
    margin-bottom: 39px;
}

ul.features li {
    height: 41px;
    padding: 5px 20px;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 15px;
}

.locationAddress {
    align-items: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 34px 0;
    margin: 40px 0;
}

.locationAddress .locationIcon {
    float: left;
}

.locationAddress .address {
    margin-left: -90px;
}

.locationAddress a {
    float: right;
    text-decoration: underline;
}

.locationDescription p {
    text-align: left;
}

.cardContainer .card {
    margin-bottom: 75px;
}

.cardContainer .card .cardImage {
    height: 320px;
}

.cardContainer .card .cardImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cardContainer .card .cardTitle {
    margin: 35px 0;
    font-size: 28px !important;
    font-weight: 400 !important;
    color: #000;
}

.cardHeading {
    margin-bottom: 50px;
}

.noImages .card {
    text-align: center;
    background: var(--secondary-color);
    padding: 20px;
    height: 93%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.noImages .card .cardTitle {
    margin: 25px 0;
}


.noImages .card.w-25 {
    width: calc(25% - 20px) !important;
}

.noImages .card.w-50 {
    width: calc(50% - 20px) !important;
}

.noImages .card.w-33 {
    width: calc((100% / 3) - 20px) !important;
}

.noImages .cardTitle {
    min-height: 93px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 35px 0 10px;
}

.cardContainer.noImages .card .cardText p {
    font-size: 17px !important;
    padding-bottom: 20px;
}


.ctaBannerContainer {
    height: 316px;
}

.ctaBannerContainer .row {
    height: 100%;
}

.ctaBannerContainer.single .row,
.ctaBannerContainer.split .leftSection {
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
}

.ctaBannerContainer.single .rightSection p,
.ctaBannerContainer .leftSection {
    color: #FFFFFF !important;
}

.ctaBannerContainer.split .rightSection {
    background: var(--secondary-color);
}

.ctaBannerContainer .leftSection {
    font-size: 30px !important;
}

.ctaBannerContainer .leftSection div {
    min-width: 550px;
}

.ctaBannerContainer.single a.primary-btn {
    background: #FFFFFF;
    color: #000000;
}

.locationColumn > *:last-child {
    align-self: end;
    width: 145px;
}

.locationCards h3 {
    font-family: var(--primary-font-family) !important;
    margin-bottom: 50px;
}

.locationCards {
    position: relative;
} 

.locationCards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 0% 0, 100% 50%, 100% 100%, 0 100%);
    background: var(--secondary-color);
    z-index: -1;
}

.locationCards .locationImage {
    height: 450px;
}

.locationCards .locationImage img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.locationCards .featureTerms {
    margin-top: 32px;
}

.locationCards .featureTerms li:first-child {
    margin-left: 0;
}

.locationCards .locationTitle {
    font-size: 31px !important;
    font-weight: 600 !important;
    margin-top: 28px;
    margin-bottom: 19px
}

.locationCards .locationDetail ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 50px;
}

.map {
    margin: 0 !important;
    padding: 0 !important;
}

.mapHeading {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 21px;
}

.mapCard {
    background: var(--secondary-color);
    padding: 33px !important;
    margin: 29px 0 !important;
    width: calc(50% - 10px) !important;
}

.mapCard:first-of-type {
    margin-left: 0 !important;
    margin-right: 21px !important;
}

.mapCard:last-of-type {
    margin-right: 0 !important;
    margin-left: 20px !important;
}

.mapCard .mapCardTitle {
    margin-bottom: 17px;
}

.mapCard .mapCardText p {
    font-size: 16px !important;
    margin-bottom: 30px !important;
}

body.page:not(.home) .hero,
body.page:not(.home) .hero .heroImage {
    height: 461px !important;
}

.post-text-block.text-block-heading,
.cardHeading {
    font-size: 39px !important;
    font-weight: 700 !important;
}

.textImageBlock .container-fluid .row {
    min-height: 500px;
}

.textImageBlock .imageSection {
    max-height: 580px;
    overflow: hidden;
}

.textImageBlock .textSection h3 {
    margin-bottom: 45px;
    font-weight: 400 !important;
}

.textImageBlock .imageSection img {
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

body.single article .hero {
    max-height: 60vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.single article h1 {
    font-size: 58px !important;
    margin-bottom: 40px;
    margin-top: 25px;
}

.featuredArticle {
    margin-top: 60px !important;
    margin-bottom: 120px;
}

.featuredArticle .card-body {
    padding: 40px 72px !important;
}

.featuredArticle .card-body .articleDate {
    margin-bottom: 20px !important;
    margin-top: 0px;
}

.card-body .articleDate {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px !important;
}

.featuredArticle .card-body h3 {
    font-size: 44px !important;
    line-height: 53px !important;

}

.card-body h3 {
    font-size: 31px !important;
    line-height: 41px !important;
    font-family: var(--primary-font-family) !important;
}

p.excerpt {
    margin-top: 25px;
    margin-bottom: 35px !important;
}

.news-list .article .news-image {
    max-height: 240px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#insights-article .row {
    overflow: hidden;
}

.getInTouchBar {
    background: var(--primary-color);
    bottom: 0;
}

.getInTouchBar,
.getInTouchBar .row,
.getInTouchBar .relative {
    height: 70px;
}

.getInTouchBar .absolute {
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    height: 47px;
}

.getInTouchBar p {
    color: #FFFFFF;
    display: inline-block;
    margin-right: 50px;
}

.getInTouchBar .tertiary-button {
    background: #FFFFFF !important;
    color: #000000 !important;
    display: inline-block;
}

.getInTouchBar .tertiary-button:hover {
    background: transparent !important;
    color: #FFFFFF !important;
}

footer {
    background: #505050;
}

.topFooterRow {
    border-bottom: 1px solid #787878;
    padding-bottom: 31px;
    margin-bottom: 15px;
}

footer .footerLogo img {
    width: 100%;
}

footer, footer #primary-menu li a {
    color: #FFF;
}

footer .footerAddresses {
    border-left: 1px solid #787878;
    padding-left: 28px;
}

footer .footerAddresses li:first-child {
    margin-bottom: 20px;
}

footer ul#policy-menu li {
    display: inline-block;
    margin-right: 50px;
    font-size: 12px;
}

.burger-menu {
    display: none !important;
}

.galleryContainer .slick-prev,
.galleryContainer .slick-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    z-index: 10;
}

.galleryContainer .slick-prev:hover,
.galleryContainer .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.galleryContainer .slick-prev:before,
.galleryContainer .slick-next:before {
    color: white;
    font-size: 20px;
}

.gallery-slider .slide-item {
    height: 300px;
}

.gallery-slider .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.galleryContainer .row .col-12,
.galleryContainer .row .col-md-6,
.galleryContainer .row .col-lg-4 {
    display: flex;
    margin-bottom: 25px;
}

.galleryContainer .row a {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.galleryContainer .row a:hover {
    transform: scale(1.02);
}

.galleryContainer .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-slider .slide-item {
    height: 300px;
}

.gallery-slider .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobileVideo {
    display: none;
}

@media (min-width: 1441px){
    .single-post .container-fluid {
        max-width: 1000px !important;
    }
}

@media (max-width: 1600px){
    .ctaBannerContainer .rightSection div {
        width: 100%;
        position: initial !important;
        transform: none;
        padding: 40px;
    }
}

@media (max-width: 1440px){
    body .container, 
    body .container-fluid {
        max-width: 1000px !important;
    }

    .locationCards::before {
        clip-path: polygon(0 0, 0% 0, 100% 20%, 100% 100%, 0 100%);
    }

    .ctaBannerContainer .leftSection {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ctaBannerContainer .leftSection div {
        position: initial !important;
        transform: none; 
        min-width: initial;
        padding: 40px;
    }

    .locationHero {
        height: calc(96vh - 95px);
        clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    }

    .locationHero h1 {
        margin-bottom: 30px;
    }

    .locationAddress {
        padding: 30px 0;
        margin: 30px 0;
    }

    .locationDescription p {
        margin-bottom: 75px !important;
    }

    ul.features li {
        padding: 5px 15px;
    }

    .featuredArticle .card-body h3 {
        font-size: 37px !important;
        line-height: 43px !important;
    }

    .featuredArticle .card-body {
        padding: 0px 72px !important;
    }

    footer #primary-menu li a {
        padding: 10px 0rem .1rem;
    }

    footer ul#policy-menu li {
        margin-right: 20px;
    }

    footer .footerAddresses {
        padding-right: 10px;
    }
}

@media (max-width: 1410px) {
    .nav-menu .menu-primary-menu-container {
        display: none !important;
    }
    .nav-menu .bookVisitButton,
    .nav-menu .buttonIcons {
        margin-right: 30px;
    }
    .burger {
        display: inline-block;
    }

    .homeHeader .burger-menu {
        top: 119px;
        background: rgba(0,0,0,0.5);
        border-left-color: #FFFFFF;
        height: 50vh;
        border-bottom: 1px solid #FFFFFF;
    }

    .burger-menu {
        position: absolute;
        top: 95px;
        right: -20%;
        width: 20%;
        height: calc(100vh - 197px);
        background: #FFFFFF;
        border-left: 1px solid black;
        transition: right 0.3s ease-in-out;
        padding: 20px;
        display: block !important;
    }

    .burger-menu.showMe {
        right: 0;
        
    }

    .burger-menu .primary-btn,
    .burger-menu .bookVisitButton,
    .burger-menu .buttonIcons {
        display: none;
    }

    .burger-menu #primary-menu {
        margin-bottom: 20px;
    }

    .burger-menu #primary-menu li {
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }

    .burger-menu .menu-item-has-children ul {
        position: initial;
        display: block;
        padding: 0;
        margin: 0;
        border: none;
        text-align: right;
        margin-top: 10px;
    }

    .burger-menu ul#primary-menu li.menu-item-has-children ul.sub-menu li {
        text-align: right !important;
        width: auto;
        position: relative;
        padding: 0 10px;
        margin-right: 25px;
    }

    .burger-menu ul#primary-menu li.menu-item-has-children ul.sub-menu li:after {
        content: " - ";
        position: absolute;
        right: 0;
        color: #000000;
    }
}

@media (max-width: 1150px){
    .burger-menu {
        width: 33%;
        right: -33%;
    }
}

@media (max-width: 1100px){
    body .container,
    body .container-fluid {
        max-width: 90vw !important;
    }

    .heroImage img {
        object-fit: cover;
        height: 100%;
    }

    .featureTerms {
        display: none;
    }

    h1 {
        font-size: 54px !important;
        line-height: 60px !important;
    }

    .hero .textWrapper {
        width: 100%;
    }

    .ctaBannerContainer {
        height: initial;
    }

    footer #primary-menu li {
        width: 32%;
        padding-bottom: 20px;
    }

    footer, footer #primary-menu li a {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px){
    body {
        overflow-x: hidden;
    }
    .burger-menu {
        width: 50%;
        right: -50%;
    }

    h1 {
        font-size: 48px !important;
        line-height: 54px !important;
    }

    h2,
    .post-text-block.text-block-heading,
    .cardHeading {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    h3,
    .featuredArticle .card-body h3,
    .locationCards .locationTitle,
    .mapHeading {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    h4 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    p {
        font-size: 16px !important;
    }

    .locationCards::before {
        clip-path: polygon(0 0, 0% 0, 100% 10%, 100% 100%, 0 100%);
    }

    .locationCards .locationColumn {
        margin-bottom: 40px;
    }

    .featuredArticle {
        margin-bottom: 0;
    }
    
    .featuredArticle .news-image,
    body.blog .article,
    body.blog .article .card-body {
        padding: 0;
    }

    .featuredArticle .card-body {
        padding: 40px 0px !important;
    }

    body.blog .article {
        margin-bottom: 35px;
    }

    .mapCard {
        margin: 20px 0 0 !important;
        width: 100% !important;
    }

    .mapCard:last-of-type {
        margin-right: 0 !important;
        margin-left: 0px !important;
    }

    section .page-text {
        padding-top: 0;
        padding-bottom: 0;
    }

    .ctaBannerContainer .rightSection div {
        padding: 40px 0;
    }
	
	.textImageBlock .imageSection {
        order: 1 !important;
    }

    .textImageBlock .textSection {
        order: 2 !important;
    }

    .footerLogo {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .footerLogo,
    .footerMenu,
    .copyright {
        margin-bottom: 25px;
    }

    footer #primary-menu li {
        width: 49%;
        padding-bottom: 30px;
    }

    .footerMenu .d-flex {
        text-align: center;
    }

    footer .footerAddresses {
        border: none;
        text-align: center;
    }

    .footerMenu .d-flex,
    .copyright .d-flex,
    .policyMenu .d-flex {
        justify-content: center;
    }
}

@media (max-width: 620px) { 
    .homeHeader .header .top-logo svg,
    .getInTouchBar,
    .locationHero .features {
        display: none !important;
    }

    .desktopVideo {
        display: none;
    }
    
    .mobileVideo {
        display: block;
    }

    .homeHeader .header {
        background: white;
        border: none;
        height: 95px;
    }

    .homeHeader .header .row {
        height: 95px;
    }

    .homeHeader .top-logo {
        margin-top: initial;
    }

    .homeHeader .header .top-logo a {
        width: 92px;
        height: 76px;
        margin-top: -6px;    
    }

    .homeHeader img.site-logo {
        margin-top: 6px;
        margin-left: 0px;
    }

    .header .nav-menu .bookVisitButton.secondary-btn {
        background: #202C40 !important;
        color: white !important;
        border: none !important;
    }

    .header .nav-menu .bookVisitButton.secondary-btn:hover {
        background: #005a87 !important;
    }

    .homeHeader .headerIcon svg path {
        fill: black !important;
    }

    .homeHeader .burger span, .homeHeader .burger span:before, .homeHeader .burger span:after {
        background: black !important;
    }

    .burger.active span {
        background: transparent !important;
    }

    .burger-menu {
        width: 100vw;
        border: none;
        top: 95px !important;
        height: calc(100vh - 95px) !important;
        background: white !important;
        right: -100%;
    }

    .burger-menu #primary-menu li {
        text-align: center;
        margin-bottom: 20px;
    }

    .burger-menu #primary-menu li a {
        color: black;
        font-weight: 600;
    }

    /* New home header */
    .home .hero {
        height: calc(100vh - 95px);
        margin-top: 95px;
    }

    .home .hero .heroImage {
        height: 100%;
    }

    .home .hero .heroImage img {
        width: auto;
        height: 100%;
        max-width: initial;
    }

    .home .hero .textWrapper {
        top: 50%;
    }

    .heroChevron {
        display: block;
    }

    .locationHero {
        display: block;
        clip-path: none;
        height: initial;
        padding-bottom: 40px;
        margin-bottom: 50px;
    }

    .locationHero .locationHeroImg {
        width: 100% !important;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
        margin-bottom: 20px;
    }

    .locationHero h1 {
        font-size: 36px !important;
        line-height: 42px !important;
        margin-bottom: 22px !important;
    }

    .locationHero .locationAddress {
        margin: 22px 0;
        padding: 14px 0;
        text-align: left;
    }

    .locationHero .locationAddress .locationIcon {
        float: none;
        display: inline-block;
        margin-right: 10px;
    }

    .locationHero .locationAddress .address {
        margin-left: 0;
    }

    .locationHero .locationAddress a {
        float: none;
        display: block;
        text-align: left;
        margin-left: 31px;
        text-decoration: underline;
    }

    .ctaBannerContainer .leftSection, .ctaBannerContainer .rightSection {
        padding: 40px;
    }

    .single.ctaBannerContainer .leftSection,
    .single.ctaBannerContainer .leftSection div,
    .single.ctaBannerContainer .rightSection {
        padding-bottom: 0px;
    }

    h1,
    body.single article h1 {
        font-size: 40px !important;
        line-height: 46px !important;
    }

    .getInTouchBar .relative {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .getInTouchBar .absolute {
        position: initial !important;
        height: auto;
        transform: none;
    }

    .getInTouchBar p {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 580px) { 
    .nav-menu .bookVisitButton {
        display: none;
    }

    .burger-menu .bookVisitButton {
        display: block;
        width: 140px !important;
        margin-right: 1rem;
        border: none !important;
        background: #202C40 !important;
        color: #FFFFFF !important;
        transform: translateX(-50%);
        margin-left: 50%;
    }

    .burger-menu .bookVisitButton:hover {
        background: #005a87 !important;
    }

    .getInTouchBar, .getInTouchBar .row,
    .getInTouchBar .relative {
        height: 120px;
    }

    .getInTouchBar p {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }

    .leftSection.col-12.col-md-12.col-lg-6.relative {
        font-size: 24px !important;
    }
}

@media (max-width: 475px) {
    .burger-menu {
        width: 100%;
        right: -100%;
    }

    .nav-menu .primary-btn,
    .nav-menu .buttonIcons {
        display: none;
    }

    .burger-menu .primary-btn {
        margin-bottom: 20px;
    }

    .burger-menu .buttonIcons {
        display: flex;
        float: none;
        text-align: center;
        justify-content: center;
        width: 100%;
        padding: 30px 20px 20px;
        border-top: 1px solid #000000;
        margin-top: 40px;
    }

    .locationHero .locationAddress .locationIcon {
        display: none;
        /* margin-bottom: 10px; */
    }

    .locationHero .locationAddress a {
        margin-left: 0;
        margin-top: 20px;
        text-decoration: underline;
    }

    footer #primary-menu li {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    footer ul#policy-menu li {
        margin-right: 0;
        width: 49%;
        display: inline-block;
        text-align: center;
        margin-bottom: 20px;
    }
}