/*
 Theme Name:   allison
 Theme URI:    https://allisonpr.co.uk/
 Description:  WP Bootstrap Starter Child Theme
 Author:       Regency Creative
 Author URI:   http://regencycreative.co.uk/
 Template:     wp-bootstrap-starter
 Version:      1.0.0
*/

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
:root {
    --black: #000000;
    --white: #FFFFFF;
    --off_black: #0B0B0B;
    --grey: #A7A7A7;
    --dark_grey: #909090;
    --blue: #4D73FF;
    --navy: #2B4089;
    --lilac: #9BB1FF;
}

html {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Typography & Globals
--------------------------------------------------------------*/
@font-face {
    font-family: 'gilroy-semibold';
    src: url('fonts/gilroy-semibold-webfont.eot');
    src: url('fonts/gilroy-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy-semibold-webfont.woff2') format('woff2'),
    url('fonts/gilroy-semibold-webfont.woff') format('woff'),
    url('fonts/gilroy-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy-regular';
    src: url('fonts/gilroy-regular-webfont.eot');
    src: url('fonts/gilroy-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy-regular-webfont.woff2') format('woff2'),
    url('fonts/gilroy-regular-webfont.woff') format('woff'),
    url('fonts/gilroy-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy-medium';
    src: url('fonts/gilroy-medium-webfont.eot');
    src: url('fonts/gilroy-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy-medium-webfont.woff2') format('woff2'),
    url('fonts/gilroy-medium-webfont.woff') format('woff'),
    url('fonts/gilroy-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy-bolditalic';
    src: url('fonts/gilroy-bolditalic-webfont.eot');
    src: url('fonts/gilroy-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy-bolditalic-webfont.woff2') format('woff2'),
    url('fonts/gilroy-bolditalic-webfont.woff') format('woff'),
    url('fonts/gilroy-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy-bold';
    src: url('fonts/gilroy-bold-webfont.eot');
    src: url('fonts/gilroy-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy-bold-webfont.woff2') format('woff2'),
    url('fonts/gilroy-bold-webfont.woff') format('woff'),
    url('fonts/gilroy-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    color: var(--white);
    font-family: 'gilroy-medium';
    background: var(--off_black);
    overflow-x: hidden;
}

h1 {
    font-family: 'gilroy-medium';
    font-size: 4rem;
}

h2 {
    font-family: 'gilroy-medium';
    font-size: 2.75rem;
    margin-bottom: 3rem;
}

body.home h2 {
    font-size: 4rem;
}

h3 {
    font-family: 'gilroy-medium';
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

.lge-text {
    font-size: 1.5rem;
}

.site-content :not(article) strong,
.site-content .white-bg strong,
#footer strong {
    color: var(--blue);
    font-family: 'gilroy-bold';
    font-size: 1.25rem;
    text-transform: uppercase;
    /* margin-bottom: 2rem;
    display: block; */
}

.site-content .white-strong strong {
    color: var(--white);
}

section {
    /* overflow: hidden; */
    width: 100%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
        /* background: #2B4089; */
    }
}
@media (max-width: 992px){
    .site-content strong,
    .site-content .white-bg strong,
    #footer strong {
        font-size: .875rem;
    }
    body.home h2 {
        font-size: 1.75rem;
    }
    .lge-text {
        font-size: 1.125rem;
    }
    h1{
        font-size: 2rem;
    }
    h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.site-content a.cta {
    background: var(--blue);
    color: var(--white);
    font-family: 'gilroy-semibold';
    font-size: 1rem;
    text-transform: uppercase;
    padding: 10px 20px 10px 40px;
    border-radius: 5px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 4rem;
    display: inline-block;
    transition: 0.5s;
}

.site-content a.cta::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: var(--white);
    position: absolute;
    top: 16px;
    left: 10%;
    transition: 0.5s;
}

.site-content a.cta:hover {
    color: var(--blue);
    background: var(--white);
    padding: 10px 40px 10px 20px;
    text-decoration: none;
    transition: 0.5s;
}

.site-content a.cta:hover::before {
    background-color: var(--blue);
    left: 83%;
    transition: 0.5s;
}

.scrolling-cards a.cta {
    margin-top: 1.75rem;
}

.site-content .scrolling-cards a.cta {
    background: var(--white);
    color: var(--black);
}

.site-content .scrolling-cards a.cta::before {
    background-color: var(--black);
}

.site-content .scrolling-cards .white-card a.cta {
    background: var(--black);
    color: var(--white);
}

.site-content .scrolling-cards .white-card a.cta::before {
    background-color: var(--white);
}

.site-content #home-culture a.cta:hover {
    background: var(--blue);
    color: var(--white);
}

.site-content #home-culture a.cta:hover::before,
.site-content .white-bg a.cta:hover::before {
    background-color: var(--white);
}

.site-content #home-culture a.cta, .site-content #mobile-culture-slide-2.white-bg a.cta {
    background: var(--blue);
    color: var(--white);
}

.site-content .white-bg a.cta,
.site-content .white-bg a.cta:hover {
    background: var(--black);
    color: var(--white);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.navbar {
    position: absolute;
    left: 15px;
    top: 30px;
}
.navbar-brand{
    width: 136px;
}
.time-ticker {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--white);
    text-transform: uppercase;
    z-index: 20;
    width: 170px;
    height: 80px;
    /*clip-path: inset( -100vw 0 -100vw -100vw round 10vw);*/
    clip-path: inset(0px 0px 0px -100vw round 0px 10px 10px 0px);
}
body.page-template-template-diversity .time-ticker, body.page-template-template-locations .time-ticker {
    color: var(--off_black);
}
body:not(.page-template-template-home) .time-ticker .uk {
    background: transparent;
}
body:not(.page-template-template-home) .time-ticker-zones{
    display: none !important;
}
.time-ticker:hover{
    cursor: pointer;
}
.time-ticker .uk{
    padding: 15px;
    border-radius: 10px;
    background: var(--off_black);
    width: 170px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}
.time-ticker-zones {
    position: absolute;
    top: 0;
    left: calc(100% - 170px);
    border-radius: 10px 0 0 10px;
    color: var(--white);
    text-transform: uppercase;
    background: var(--off_black);
    z-index: 10;
    height: 80px;
    display: flex;
}
.time-ticker-zones div{
    width: 170px;
    display: inline-block;
    padding: 15px;
}
.time-ticker strong, .time-ticker-zones strong {
    font-family: 'gilroy-bold';
    display: block;
}
@media (max-width: 992px){
    .navbar, .time-ticker {
        position: relative;
        left: auto;
        right: auto;
    }
    .navbar-brand{
        margin: 0 auto;
    }
    .time-ticker{
        text-align: center;
    }
    .time-ticker {
        display: none;
    }
    body.home .time-ticker {
        display: block;
    }
}
/*--------------------------------------------------------------
# Fixed Navigation
--------------------------------------------------------------*/
#main-nav {
    position: fixed;
    bottom: 30px;
    z-index: 10;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
}
#main-nav.collapse:not(.show) {
    /* display: block; */
}
#main-nav li {
    padding: 10px 10px 10px 0px;
    color: var(--grey);
    background: var(--off_black);
}
#main-nav li:first-child {
    padding-left: 10px;
}
#main-nav li.menu-link {
    background: var(--blue);
    color: var(--off_black);
    border-radius: 10px;
    position: absolute;
    left: 10px;
    /*width: 19%;*/
    z-index: 20;
}
#main-nav li:nth-child(2) {
    border-radius: 10px 0px 0px 10px;
    padding-left: 10px;
}
#main-nav li:last-child {
    border-radius: 0px 10px 10px 0px;
}
#main-nav li:last-child a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
#main-nav li a {
    border-radius: 10px;
    color: var(--grey);
    border: 1px solid var(--grey);
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
    position: relative;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 1rem 2rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    bottom: 100px;
    top: auto;
    border-radius: 10px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: none;
}
#main-nav li.menu-link a{
    border: 1px solid var(--blue);
    text-align: center;
    color: var(--white);
}
#main-nav li.menu-link li a{
    border: 0;
    text-align: left;
    padding: 0;
    text-wrap: wrap;
    text-transform: none;
    color: var(--white);
    font-family: 'gilroy-bold';
}
#main-nav li.menu-link li li a{
    font-family: 'gilroy-regular';
}
#main-nav li.menu-link li li a:before{
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.35rem;
    width: 0.35rem;
    margin-right: 0.35rem;
    background-color: var(--white);
    margin-bottom: 2px;
}
#main-nav li.menu-link li a:hover{
    text-decoration: underline;
}
.dropdown-toggle::after{
    display: none;
}
#menu-fixed-menu{
    padding-left: 136px;
}
#main-nav li.menu-link.show{
    transition: width .5s ease;
    width: 97%;
}
#main-nav li ul li{
    float: left;
    /* width: 33%; */
    background: transparent;
}
#main-nav li ul li .dropdown-menu{
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    border: 0;
    float: left;
    padding: 5px 0 0 0;
    min-width: auto;
    background: none;
}
#main-nav li li:nth-child(2), #main-nav li li:nth-child(1){
    padding-left: 0;
}
#main-nav li ul li .dropdown-menu li{
    display: block;
    padding: 5px 0;
    width: 100%;
    margin-left: 0;
}
#main-nav li ul li.col-1{
    float: left;
    width: 32%;
    max-width: 100%;
}
#main-nav li ul li.col-2{
    float: left;
    width: 44%;
    max-width: 100%;
}
#main-nav li ul li.col-3{
    float: right;
    width: 22%;
    max-width: 100%;
}
.navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
#main-nav li.about-menu a, #main-nav li.work-menu a, #main-nav li.contact-menu a{
    padding: 8px 2.75rem 8px 3.25rem;
    transition: 0.5s;
}
#main-nav li.about-menu a::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--white);
    position: absolute;
    top: 14px;
    left: 15%;
    transition: 0.5s;
}
#main-nav li.work-menu a::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: var(--white);
    position: absolute;
    top: 14px;
    left: 15%;
    transition: 0.5s;
}
#main-nav li.contact-menu a::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid var(--white);
    border-left: 7px solid transparent;
    position: absolute;
    top: 1px;
    left: 11%;
    transition: 0.5s;
}
#main-nav li.about-menu a:hover, 
#main-nav li.work-menu a:hover, 
#main-nav li.contact-menu a:hover {
    color: var(--off_black);
    background: var(--white);
    padding: 8px 3.25rem 8px 2.75rem;
    transition: 0.5s;
    border: 1px solid var(--white);
}

#main-nav li.about-menu a:hover::before, 
#main-nav li.work-menu a:hover::before, 
#main-nav li.contact-menu a:hover::before {
    background-color: var(--off_black);
    left: 78%;
    transition: 0.5s;
}
#main-nav li.contact-menu a:hover::before{
    border-bottom: 12px solid var(--off_black);
    background: transparent;
}

#main-nav > .navbar-nav > .menu-item.current-menu-item a  {
    color: var(--off_black);
    background: var(--white);
    padding: 8px 3.25rem 8px 2.75rem;
    transition: 0.5s;
    border: 1px solid var(--white);
}
#main-nav > .navbar-nav > .menu-item.current-menu-item a::before  {
    background-color: var(--off_black);
    left: 78%;
    transition: 0.5s;
}
#main-nav > .navbar-nav > .menu-item.current-menu-item a::before {
    border-bottom: 12px solid var(--off_black);
    background: transparent;
}


@media (max-width: 1200px){
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 992px){
    .navbar-expand-xl .navbar-nav .dropdown-menu{
        bottom: 100px;
        width: 160%;
    }
    #main-nav li ul li .dropdown-menu li{
        padding: 3px 0;
    }
    #menu-fixed-menu{
        padding-left: 0;
    }
    #main-nav li.menu-link{
        position: relative;
        left: auto;
        /* padding: 0; */
        width: auto;
    }
    #main-nav li.menu-link.show{
        width: 100%;
    }
    #main-nav li ul li.col-1, #main-nav li ul li.col-2, #main-nav li ul li.col-3{
        float: left;
        width: 100%;
    }
    #main-nav li.menu-link li a{
        border-bottom: 1px solid var(--white);
        padding-bottom: 5px;
        border-radius: 0;
    }
    #main-nav li.menu-link li li a{
        border-bottom: 0;
        padding-bottom: 0;
    }
    #main-nav li:last-child {
        border-radius: 10px;
        margin-left: 10px;
        padding: 10px;
    }
    #main-nav li.col-3 {
        margin-left: 0;
        padding-left: 0;
    }
}
@media (max-width: 768px){
    #main-nav{
        bottom: 15px;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu{
        width: 130%;
    }

    /*#main-nav .navbar-nav > li:first-child {
            padding: 0 !important;
        }
        #main-nav .navbar-nav > li:first-child a {
            padding: 0.2rem 2rem !important;
        }
        #main-nav .navbar-nav > li:last-child {
            padding: 0 !important;
        }*/
}











@media (max-width: 992px) {
    header.site-header .navbar #main-nav {
        padding: 0;
        background-color: transparent;
    }
    header.site-header .navbar #main-nav .navbar-nav {
        width:auto;
        display: flex;
        justify-content: center;
        padding:10px;
        background: rgba(0, 0, 0, 0.85);
        border-radius: 10px;
    }
    header.site-header .navbar #main-nav .navbar-nav >.menu-item > a {
        align-items: center;
        display: inline-flex;
        color: var(--white);
    }
    header.site-header .navbar #main-nav .navbar-nav > .menu-item:first-child {
        padding: 0 !important;
        background: transparent;
    }
    header.site-header .navbar #main-nav .navbar-nav > .menu-item:first-child > a {
        padding: 12px 40px;
        z-index: 1010;
        position: relative;
        background: var(--blue);
    }
    header.site-header .navbar #main-nav .navbar-nav > .menu-item:last-child {
        display: none;
        padding: 0;
        background: transparent;
        position: relative;
        z-index: 20;
        padding: 0px !important;
    }
    header.site-header .navbar #main-nav .navbar-nav > .menu-item .dropdown-menu {
        bottom: 70px;
        width: 100%;
        border: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    header.site-header .navbar #main-nav .navbar-nav > .menu-item:first-child > a:after {
        content: '';
        opacity: 0;
        display: block;
        height: 2px;
        width: 19px;
        background: #fff;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        border: 0;
    }
    header.site-header.active .navbar #main-nav .navbar-nav {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    header.site-header.active .navbar #main-nav .navbar-nav {
        width: calc(500px - 80px);
    }
    header.site-header.active .navbar #main-nav .navbar-nav > .menu-item:last-child {
        display: inline-flex;
    }
    header.site-header.active .navbar #main-nav .navbar-nav > .menu-item:first-child {
        width: 100%;
    }
    header.site-header.active .navbar #main-nav .navbar-nav > .menu-item:first-child > a {
        padding: 12px 25px;
        width: 100%;
        position: relative;
    }
    header.site-header.active .navbar #main-nav .navbar-nav > .menu-item:last-child > a {
        align-items: center;
        display: inline-flex;
        color: var(--white);
        background-color: var(--black);
    }
    header.site-header.active .navbar #main-nav .navbar-nav > .menu-item:first-child > a:after {
        opacity:1;
    }
    header.site-header.active .navbar #main-nav .navbar-nav > .menu-item:last-child ul li a {
        border-radius: 10px;
        color: var(--white);
        border: 1px solid var(--white);
        padding-left: 2rem;
        padding-right: 2rem;
        text-transform: uppercase;
        position: relative;
    }
    header.site-header.active .navbar #main-nav .navbar-nav > .menu-item:last-child ul li:first-child {
        margin-left: 0;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.85);
    }
}
@media (max-width: 575px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        padding: 20px 20px 10px 20px;
    }
    header.site-header.active .navbar #main-nav .navbar-nav {
        width: calc(100vw - 59px);
    }
    header.site-header .navbar #main-nav .navbar-nav .menu-item {
        padding-right: 0;
    }
}



@media (max-width: 768px) {
    #home-ticker .col-12 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #home-ticker .col-12 h1 {
        padding-top: 0px !important;
        padding-bottom: 80px !important;
    }
}







/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
#masthead .container {
    max-width: none;
}

#home-masthead {
    height: 100vh;
    width: 100vw;
    /*overflow: hidden;*/

}

#home-masthead strong {
    color: var(--white);
    font-size: 1rem;
}

#home-masthead .video-circle {
    position: relative;
    height: 105vh;
    z-index: 20;
}
#home-masthead .video-circle img{
    margin-left: -50%;
    position: absolute;
    left: 0;
    right: 0;
    width: 200%;
}
.controls-wrapper{
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 30;
}
.video-controls{
    width: 222px;
    height: 222px;
    position: absolute;
    top: calc(50% - 111px);
    left: calc(50% - 111px);
}
video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.play-reel,
.play-btn {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 30;
}

.play-btn {
    position: absolute;
    cursor: pointer;
    z-index: 40;
}

.video-ref1,
.video-ref2 {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 30;
    text-transform: uppercase;
    font-family: 'gilroy-bold';
}
.site-content .video-ref1 strong,
.site-content .video-ref2 strong{
    margin-bottom: 0;
}
.video-ref2 {
    left: auto;
    right: 15px;
}

#home-ticker h1 {
    font-family: 'gilroy-bold';
    font-size: 43.75rem;
    text-wrap: nowrap;
    white-space:nowrap;
}

img.introduction-cube-img {
    position: absolute;
    top: -55%;
    right: -12%;
    width: 900px;
    mix-blend-mode: difference;
}

.introduction-cube {
    margin-top: 10rem;
}

section#home-what-we-do {
    margin-top: 10rem;
}

.scrolling-cards {
    height: 1000px;
}

.scrolling-cards .col-11 div {
    padding: 2.75rem;
    border: 1px solid;
    position: absolute;
    top: 0;
    left: 0;
}

.scrolling-cards .col-11 .card-002 {
    top: 120px;

}

.scrolling-cards .col-11 .card-003 {
    top: 240px;

}

.scrolling-cards .col-11 .card-004 {
    top: 360px;

}

.scrolling-cards .col-11 .card-005 {
    top: 480px;

}

.site-content .scrolling-cards .blue-card {
    background: var(--blue) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/square.svg') center right no-repeat;
    border-color: var(--blue);
}

.site-content .scrolling-cards .navy-card {
    background: var(--navy) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/circle-on-black.svg') center right no-repeat;
    border-color: var(--navy);
}

.site-content .scrolling-cards .white-card {
    background: var(--white) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/square-on-white-01.svg') center right no-repeat;
    color: var(--black);
}

.site-content .scrolling-cards .black-card {
    background: var(--black) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/circle-on-black.svg') center right no-repeat;
}


.site-content .scrolling-cards .card-001 {
    border-radius: 5px;
    border: 2px solid #FFF;
    background: var(--black) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/001.svg') center right no-repeat;
    background-size: contain;
}
.site-content .scrolling-cards .card-002 {
    border-radius: 5px;
    border: 2px solid #FFF;
    background: var(--blue) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/002.svg') center right no-repeat;
    background-size: contain;
}
.site-content .scrolling-cards .card-003 {
    border-radius: 5px;
    border: 2px solid #FFF;
    background: var(--navy) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/CropTriangle.svg') center right no-repeat;
    background-size: contain;
}
.site-content .scrolling-cards .card-004 {
    border-radius: 5px;
    border: 2px solid #FFF;
    background: var(--white) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/CropDroplet-1.svg') center right no-repeat;
    background-size: contain;
}
.site-content .scrolling-cards .card-005 {
    border-radius: 5px;
    border: 2px solid #FFF;
    background: var(--black) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/005.svg') center right no-repeat;
    background-size: contain;
}

.site-content .scrolling-cards h3 {
    font-size: 2.75rem;
    margin-bottom: 1.75rem;
    line-height: 2.9rem;
}
.site-content .scrolling-cards p {
    margin-bottom: 0;
}
.site-content .scrolling-cards a.cta {
    margin-top: 2rem;
    padding: 4px 20px 4px 40px;
}
.site-content .scrolling-cards a.cta::before {
    top: 10px;
}
.site-content .scrolling-cards a.cta:hover {
    padding: 4px 40px 4px 20px;
}






.site-content .scrolling-cards .card-003 a.cta {
    color: var(--navy);
}
.site-content .scrolling-cards .card-003 a.cta::before {
    background-color: var(--navy);
}












section#home-culture .culture-slide,
section#home-culture .updates-slide {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

section#home-culture .scroll-container,
section#home-culture .updates-scroll-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    background: var(--white);
}

section#home-culture .culture-slide-1 {
    background: var(--off_black);
}

.site-content .culture-slide strong,
.site-content .culture-slide h2,
.site-content .culture-slide p,
.site-content .white-bg h2,
.site-content .white-bg p {
    color: var(--off_black);
}

.site-content .culture-slide-1 strong,
.site-content .culture-slide-1 h2,
.site-content .culture-slide-1 p {
    color: var(--white);
}

section#home-culture .culture-slide-1-img {
    width: 180%;
}

section#home-culture .culture-slide-3 {
    background: var(--off_black);
}

section#home-culture .culture-slide-3 strong {
    color: var(--blue);
}

section#home-culture .culture-slide-3 h2 {
    color: var(--white);
}

section#home-culture .crafting-future {
    position: absolute;
    z-index: 10;
}

section#home-culture .culture-articles .culture-slide-2-img {
    position: absolute;
    width: 45em;
    height: 45em;
    top: calc(50% - 20em);
    left: calc(50% - 20.5em);
    z-index: 20;
}

.culture-articles .draggable-card.card {
    min-width: 32%;
}
@media (max-width: 992px){
    #home-masthead .video-circle {
        height: 100vh;
    }
    #home-masthead .video-circle img{
        margin-left: -100%;
        width: 300%;
    }
    .time-ticker{
        top: 30px;
    }
    #home-ticker h1{
        font-size: 6.125rem;
    }
    .introduction-cube img:not(.introduction-cube-img) {
        width: 150%;
    }
    img.introduction-cube-img {
        width: 80%;
    }
    section#home-what-we-do {
        margin-top: 4rem;
    }
    .scrolling-cards {
        height: 1300px;
    }
    section#home-culture .culture-slide, section#home-culture .updates-slide {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }



    .site-content .scrolling-cards .col-11 div {
        padding: 24px 18px;
    }
    .site-content .scrolling-cards h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 1.8rem;
        padding-right: 60px;
        position: relative;
    }
    .site-content .scrolling-cards h3 span {
        position: absolute;
        right: 0;
        top: 0;
    }

    .site-content .scrolling-cards .card-001,
    .site-content .scrolling-cards .card-002,
    .site-content .scrolling-cards .card-003,
    .site-content .scrolling-cards .card-004,
    .site-content .scrolling-cards .card-005 {
        background-size: cover;
        background-position: -20%;
    }







}





@media screen and (max-width: 575px) {
    .scrolling-cards {
        height: 800px;
    }
    .scrolling-cards .col-11 .card-002 {
        top: 100px;
    }
    .scrolling-cards .col-11 .card-003 {
        top: 200px;
    }
    .scrolling-cards .col-11 .card-004 {
        top: 300px;
    }
    .scrolling-cards .col-11 .card-005 {
        top: 400px;
    }
}











/*--------------------------------------------------------------
# Main Masthead
--------------------------------------------------------------*/
#main-masthead .heading, #next-masthead .heading {
    width: 60%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 30;
    text-align: center;
}

#main-masthead .heading p, #next-masthead .heading p {
    font-family: 'gilroy-bold';
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

#main-masthead .half-circle, #next-masthead .half-circle {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#main-masthead .half-circle img, #next-masthead .half-circle img {
    width: 100vw;
    height: 100vh;
}
img.work-masthead{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
/*--------------------------------------------------------------
# Work
--------------------------------------------------------------*/
.work-video-circle {
    position: relative;
    height: 100vh;
    width: 100vw;
    z-index: 20;
}


/* .work-video-circle img {
    width: 574%;
    margin: -295% -237%;
} */

.work-video-circle img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 150px);
    width: 575%;
}



.scrolling-strip {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    border-top: solid 1px var(--dark_grey);
    height: 880px
}

.scrolling-strip a {
    color: var(--white);
}

.scrolling-strip a:hover {
    text-decoration: none;
}

#work-culture {
    padding-top: 9rem;
    padding-bottom: 9rem;
    background: var(--white);
;
}

#work-culture .culture-img {
    margin-left: -150%;
}

.collapse-title {
    width: 34%;
    /* background: var(--lilac); */
}

.expand-work {
    position: absolute;
    left: 38%;
    /* background: var(--navy); */
}
#location-carousels.work .card{
    border-top: 1px solid var(--white);
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
}
#location-carousels.work .card:last-child{
    border-bottom: 1px solid var(--white);
}
#location-carousels.work .card-header{
    border-bottom: none;
    background: var(--off_black);
    border-radius: 0;
}
#location-carousels.work .card-body{
    background: var(--off_black);
}
#location-carousels.work h5{
    color: var(--off_black);
}
#location-carousels.work h5 .btn-link{
    font-size: 1.75rem;
    color: var(--white);
    font-family: 'gilroy-bold';
    width: 100%;
    text-align: left;
}
#location-carousels.work h5 .btn-link:hover{
    text-decoration: none;
}
#location-carousels.work .btn-link.collapsed {
    background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/plus-white.svg);
    background-size: 20px;
    background-position: right 5px center;
    background-repeat: no-repeat;
}

#location-carousels.work .btn-link {
    background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/cross-white.svg);
    background-size: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
#location-carousels.work .carousel-indicators{
    bottom: 0;
}
@media (max-width: 1200px){
    .work-video-circle img {
        width: 600%;
        margin: -288% -250%;
    }
}
@media (max-width: 992px){
    .work-video-circle img {
        width: 800%;
        margin: -355% -348%;
    }
}
@media (max-width: 767px){
    .work-video-circle img {
        width: 1000%;
        margin: -440% -448%;
    }
}
/*--------------------------------------------------------------
# Draggable Cards
--------------------------------------------------------------*/
.draggable-card.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    min-width: 30%;
    margin-right: 2%;
	max-width: 200px;
}

.draggable-card .card-label, .carousel-item .card-label{
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
    background: var(--white);
    padding: 10px 20px!important;
    position: absolute;
    font-family: 'gilroy-semibold';
    text-transform: uppercase;
    color: var(--off_black);
}

.draggable-card:hover .card-label{
    background: var(--blue);
    color: var(--white);
}

.work-drag-controls,
.home-drag-controls {
    z-index: 100;
    position: absolute;
    top: 35%;
    left: 26.5%;
}

.home-drag-controls {
    top: 35%;
    left: 28.5%;
}

.draggable-wrapper a, .carousel-item a {
    color: var(--white);
}

.culture-slide .draggable-wrapper a {
    color: var(--off_black);
}

.draggable-wrapper a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about-masthead .heading {
    width: 70%;
    /* height: 222px; */
    position: absolute;
    top: 46%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 30;
    text-align: center;
}

.about-video-circle {
    position: relative;
    height: 100vh;
    width: 100vw;
    z-index: 20;
}


.about-video-circle img {
    width: 600%;
    margin: -290% -250%;
}

#about-introduction h2 {
    font-size: 4rem;
}

#awards h2,
#about-team h2,
.careers-benefits h2 {
    border-bottom: solid 1px var(--dark_grey);
    padding-bottom: 3rem;
}

#about-map .container:before,
#about-map .row:before,
#about-map .col-12:before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 5px;
    background: var(--blue);
    left: 15px;
    top: 0px;
    position: absolute;
}

#about-map .container:after,
#about-map .col-12:after,
#about-map .row:after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 5px;
    background: var(--blue);
    right: 15px;
    bottom: 0px;
    position: absolute;
}

#about-map .row:before,
#about-map .row:after {
    background: var(--lilac);
}

#about-map .col-12:before,
#about-map .col-12:after {
    background: var(--white);
    left: 0;
    width: 100%;
    z-index: 10;
}

#about-map .col-12:before {
    top: 0px;
}

#about-team h3 {
    margin-bottom: 1rem;
}

#about-team p {
    font-size: 1.25rem;
}

.reveal-image {
    overflow: hidden;
    position: relative;
}
.reveal-image .cover {
    position: absolute;
    z-index: 20;
    background: var(--lilac);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.map-area h2 {
    font-size: 4rem;
}

.site-content .map-area a.cta {
    margin-top: 1rem;
}

.map-info {
    position: absolute;
    z-index: 20;
}
/*.team-intro{*/
/*    max-height: 0!important;*/
/*}*/
@media (max-width: 1200px){
    #about-introduction, #solutions-mobile-header, #the-stream-mobile-header, #papers-mobile-header {
        margin-top: 8rem;
    }
}
@media (max-width: 992px){
    #awards h2,
    #about-team h2,
    .careers-benefits h2 {
        padding-bottom: 2rem;
    }
    #about-introduction h2 {
        font-size: 2rem;
    }
    .map-area h2{
        font-size: 2rem;
    }
    .about-video-circle img {
        width: 1100%;
        margin: -490% -497%;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#black-masthead {
    margin-top: 12rem;
}

#black-masthead .intro {
    font-size: 1.5rem;
}

#contact-faqs h5 .btn-link {
    color: var(--dark_grey);
    font-size: 2rem;
}

#contact-faqs h5 .btn-link:hover,
#contact-faqs h5 .btn-link:focus {
    text-decoration: none;
}
#contact-faqs .card-header {
    border-bottom:0 !important;
    border-top: solid 2px var(--dark_grey);
    border-radius: 0;
    transition: border-color 0.2s ease-in-out;
}
#contact-faqs .card:first-child .card-header {
    border-top:0 !important;
}
#contact-faqs .card, #location-carousels .card-header {
    background: transparent;
}

#contact-faqs .card:first-child .card-header {
    border-top: none;
}

#contact-faqs .card-header>#contact-faqs .btn-link[aria-expanded="true"] {
    border-top: solid 2px var(--white);
}

#contact-faqs h5 .btn-link[aria-expanded="true"] {
    color: var(--white);
}

@media screen and (max-width:991px) {
    #contact-faqs .card-header h5 button:after {
        display: none !important;
    }
}


#contact-faqs .card-header h5 button {
    width: 100%;
    text-align: left !important;
    padding-right: 50px !important;
    position: relative;
}
#contact-faqs .card-header h5 button:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/faq-plus.svg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

#contact-faqs h5 .btn-link[aria-expanded="true"]:after {
    opacity:1;
    transform: translateY(-50%) rotate(0deg);
}
#contact-faqs .card-body {
    font-size: 1.5rem;
}


#contact-faqs .card:hover h5 .btn-link {
    color: var(--white);
}
#contact-faqs .card:hover h5 .btn-link:after {
    opacity:1;
}

#contact-faqs .card:hover + .card .card-header,
#contact-faqs .card:hover .card-header {
    border-color: var(--white);
}



#main-masthead.contact-confirmation img.top-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#main-masthead.contact-confirmation .heading {
    text-align: left;
    width: 35%;
    left: 30%;
}

#main-masthead.contact-confirmation .heading p {
    font-family: 'gilroy-semibold';
    font-size: 1.25rem;
    text-transform: none;
    margin-top: 2rem;
}

#main-masthead.contact-confirmation .cta {
    margin-top: 1rem;
}

.contact-half-circle {
    position: relative;
    height: 100vh;
    width: 100vw;
    z-index: 20;
}

.contact-half-circle img {
    width: 310%;
    margin: -130% -145%;
}

body.page-template-template-contact-confirmation .navbar-brand img,
body.page-template-template-diversity .navbar-brand img,
body.page-template-template-solutions .navbar-brand img,
body.page-template-template-locations .navbar-brand img {
    filter: invert(1);
}
@media (max-width: 992px){
    #black-masthead{
        margin-top: 8rem;
    }
    body.page-template-template-solutions .navbar-brand img{
        filter: invert(0);
    }
    #contact-faqs h5 .btn-link {
        font-size: 1.625rem;
    }
    #contact-faqs #accordion .btn-link {
        background: url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/thin-cross-white.svg');
        background-size: 30px;
        background-position: right top 11px;
        background-repeat: no-repeat;
    }
    #contact-faqs #accordion .btn-link.collapsed {
        background: url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/thin-plus-white.svg');
        background-size: 20px;
        background-position: right 5px top 15px;
        background-repeat: no-repeat;
    }
    #contact-faqs .card:first-child .card-header {
        border-top: solid 2px var(--dark_grey);
    }
    #main-masthead.contact-confirmation .heading {
        width: 100%;
        left: 0;
        position: relative;
        right: auto;
        transform: none;
        top: auto;
        margin-top: 8rem;
    }
    body.page-template-template-contact-confirmation .navbar-brand img{
        filter: none;
    }
}

/*--------------------------------------------------------------
# Awards Dragger
--------------------------------------------------------------*/
#awards {
    margin-top: 10rem;
}

.draggable-wrapper {
    /* height: 200px; */
    width: 100%;
    display: flex;
    overflow: hidden;
    /* margin-left: -150px; */
}

#awards .card {
    display: flex;
    /* align-items: center; */
    /* height: 100%; */
    width: 40%;
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 5px;
}

#awards .card h5 {
    font-family: 'gilroy-semibold';
    font-size: 2.25rem;
}

#awards .card h5 span {
    float: right;
}

.card-inner {
    background: green;
}
#awards .card:nth-child(1n+1) {
    background: var(--blue);
}

#awards .card:nth-child(2n+2) {
    background: var(--navy);
}

#awards .card:nth-child(3n+3) {
    color: var(--black);
}

#awards .card:nth-child(3n+3) {
    background: var(--white);
}

#awards .card:nth-child(4n+4) {
    background: var(--black);
    border: solid 1px var(--white);
}

#awards .card .card-header {
    width: 100%;
    background-color: transparent;
    border-bottom: solid 1px var(--white);
}

#awards .card:nth-child(3n+3) .card-header {
    border-bottom: solid 1px var(--black);
}

#awards .card .card-body ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.awards-drag-controls, .work-drag-controls {
    z-index: 100;
    position: absolute;
    width: 132px;
    height: 86px;
    top: 50%;
    left: -200px;
    margin: -66px 0 0 -68px;
    pointer-events: none;
}
@media (max-width: 1200px){
    #awards .card h5 span{
        display: none;
    }
}
@media (max-width: 992px){
    #awards {
        margin-top: 4rem;
    }
    #awards .card{
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.bg-white {
    color: var(--black);
}

#ticker h2 {
    font-size: 12.5rem;
    text-wrap: nowrap;
    white-space:nowrap;
    font-family: 'gilroy-bold';
}

#articles h2 {
    font-size: 4rem;
}

/*#careers-video .video-controls {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*}*/

#careers-video video {
    width: 100%;
    height: auto;
    position: relative;
}

#testimonials blockquote {
    font-family: 'gilroy-semibold';
    font-size: 2.25rem;
}

#testimonials .above-echo {
    position: relative;
    z-index: 30;
}

.img-box {
    position: absolute;
    width: 320px;
    height: 420px;
    transform: translate(-50%, -50%);
    transform: rotate(10deg);
    overflow: hidden;
    top: -100%;
    left: -90%;
    z-index: 20;
}

.img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1200px){
    #work-culture .culture-img {
        margin: -10% 0 0 15%;
    }
}
@media (max-width: 992px){
    #articles h2 {
        font-size: 1.75rem;
    }
    #ticker h2 {
        font-size: 6.125rem;
    }
    #testimonials blockquote {
        font-size: 1.75rem;
    }
    #black-masthead .intro {
        font-size: 1.125rem;
    }
    #work-culture {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
    #careers-image img{
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Locations
--------------------------------------------------------------*/
.scrolling-strip.locations {
    height: 700px;
}

.location-dots {
    position: absolute;
}

.dot {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
	display: none;
}

.dot.atlanta {
    top: 32.25%;
    left: 15.75%;
}
.dot.boston {
    top: 25%;
    left: 22.5%;
}
.dot.chicago {
    top: 23.5%;
    left: 19.5%;
}
.dot.dallas {
    top: 34%;
    left: 13%;
}
.dot.los-angeles {
    top: 34%;
    left: 6.5%;
}
.dot.san-diego {
    top: 35.5%;
    left: 7.5%;
}
.dot.phoenix {
    top: 35.5%;
    left: 10%;
}
.dot.portland {
    top: 25%;
    left: 6%;
}
.dot.seattle {
    top: 23%;
    left: 7%;
}
.dot.frisco {
    top: 29%;
    left: 6.25%;
}
.dot.new-york {
    top: 28%;
    left: 20.25%;
}
.dot.washington {
    top: 29%;
    left: 18.75%;
}
.dot.london {
    top: 19%;
    left: 44.5%;
}
.dot.paris {
    top: 22%;
    left: 45%;
}
.dot.lyon {
    top: 24%;
    left: 46%;
}
.dot.munich {
    top: 20.5%;
    left: 47.5%;
}
.dot.mumbai {
    top: 43%;
    left: 68.75%;
}
.dot.new-delhi {
    top: 34%;
    left: 70.25%;
}
.dot.singapore {
    top: 55%;
    left: 79%;
}
.dot.sydney {
    top: 83%;
    left: 93.25%;
}
.dot.tokyo {
    top: 31%;
    left: 88.75%;
}
.dot.shanghai {
    top: 35.5%;
    left: 84.25%;
}
.dot.seoul {
    top: 29.5%;
    left: 84.25%;
}
.dot.hong-kong {
    top: 41.25%;
    left: 80.5%;
}
.dot.chengdu {
    top: 35.25%;
    left: 77%;
}
.dot.beijing {
    top: 28.25%;
    left: 81.25%;
}
.dot.bangkok {
    top: 47.25%;
    left: 77.5%;
}
h6 {
    margin-bottom: 1rem;
}

.tooltip {
    text-align: center;
    visibility: hidden;
    z-index: 1;
    opacity: .40;
    width: 200px;
    height: 135px;
    padding: 10px 20px 30px 20px;
    background: var(--off_black);
    color: var(--white);
    position: absolute;
    top: -145px;
    left: -90px;
    border-radius: 8px;
    /* transform: translateY(29px); */
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}

.tooltip h6 {
    margin: .25rem 0;
}

.tooltip,
.tooltip a {
    text-transform: uppercase;
    color: var(--white);
}

.tooltip a {
    font-size: 0.75rem;
    line-height: 1.45;
    display: block;
}

.tooltip::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: var(--off_black) transparent transparent transparent;
    position: absolute;
    left: 85px;
    top: 100%;
}

.dot:hover .tooltip {
    visibility: visible;
    /* transform: translateY(-30px); */
    opacity: 1;
    transition: .2s linear;
    /* animation: odsoky 1s ease-in-out infinite  alternate; */
}

body.page-template-template-locations h3,
body.page-template-template-locations .card-text,
body.page-template-template-locations .time-ticker,
body.page-template-template-diversity .time-ticker {
    color: var(--off_black);
}
body.page-template-template-locations #footer h3{
    color: var(--white);
}
body.page-template-template-locations .carousel-indicators li{
    background: var(--off_black);
}
/* For mobile */
#mobile-image img{
    width: 100%;
}
#location-carousels .card{
    border-top: 1px solid var(--off_black);
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
}
#location-carousels .card:last-child{
    border-bottom: 1px solid var(--off_black);
}
#location-carousels .card-header{
    border-bottom: none;
}
#location-carousels h5 .btn-link{
    font-size: 1.75rem;
    color: var(--off_black);
    font-family: 'gilroy-bold';
    width: 100%;
    text-align: left;
}
#location-carousels h5 .btn-link:hover{
    text-decoration: none;
}
#location-carousels .btn-link.collapsed {
    background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/plus-black.svg);
    background-size: 20px;
    background-position: right 5px center;
    background-repeat: no-repeat;
}

#location-carousels .btn-link {
    background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/cross-black.svg);
    background-size: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
body.page-template-template-locations .carousel-item .card-label, {
    position: relative;
    right: auto;
}
body.page-template-template-locations #articles .carousel-item .card-label{
    position: absolute;
    right: 20px;
}
body.page-template-template-locations .draggable-card:hover .card-label{
    background: var(--white);
    color: var(--off_black);
}
#mobile-culture-slide-2{
    background: var(--white);
}
#mobile-culture-slide-2 .culture-slide-2-img{
    width: 120%;
    transform: rotate(45deg);
    margin-left: -20%;
    margin-top: 30%;
}
/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/
#terms-content h2 {
    margin-top: 4rem;
}

/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/
#four-zero-four-masthead {
    width: 100vw;
    height: 100vh;
}

#four-zero-four-masthead .heading {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 20;
    width: 70%;
}

#four-zero-four-masthead .images {
    position: absolute;
    z-index: 10;
}

#four-zero-four-masthead .images img {
    width: 33%;
}

@media (max-width: 992px){
    #four-zero-four-masthead .heading{
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Knowledge Hub
--------------------------------------------------------------*/
#stream .scrolling-strip,
#papers .scrolling-strip {
    height: 950px;
}

#stream .collapse-title,
#papers .collapse-title {
    min-height: 755px;
}

#stream .collapse-title a,
#papers .collapse-title a {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}

#stream .collapse-title a:after,
#papers .collapse-title a:after {
    position: absolute;
    top: 4px;
    right: -25px;
    content: '';
    background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/07/article-arrow.svg) center no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
}

#stream .card-body strong,
#papers .card-body strong {
    color: var(--white);
    font-size: 1rem;
    margin-right: 15px;
}
.line-top{
    border-top: solid 1px var(--dark_grey);
}
#stream-carousel .collapse-title a, #papers-carousel .collapse-title a{
    color: var(--white);
    margin-top: 2rem;
    display: block;
}
#stream-carousel strong, #papers-carousel strong{
    color: var(--white);
}
/*--------------------------------------------------------------
# The Stream
--------------------------------------------------------------*/
.right-half-circle{
    position: relative;
    height: 100vh;
    width: 100vw;
    z-index: 20;
}
.right-half-circle img {
    width: 300%;
    margin: -127% -59%;
}
#main-masthead.the-stream img.top-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 35%;
}

#main-masthead.the-stream .heading {
    text-align: left;
    width: 30%;
    left: 0;
}

#main-masthead.the-stream .heading p {
    font-family: 'gilroy-semibold';
    font-size: 1.25rem;
    text-transform: none;
    margin-top: 2rem;
}

#main-masthead.contact-confirmation .cta {
    margin-top: 1rem;
}

article strong{
    font-family: 'gilroy-bold';
}

#main-masthead.the-stream .contact-half-circle img {
    width: 190%;
    margin: -42% -94%;
}

.border-bottom {
    border-bottom: solid 1px var(--dark_grey) !important;
}

.search-form .form-control {
    background: transparent;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.search-form .form-control:focus {
    /* border: none; */
    box-shadow: none;
}

.search-label {
    align-items: end;
    justify-content: end;
}

#stream-search .nav-tabs .nav-item.show .nav-link,
#stream-search .nav-tabs .nav-link.active,
#stream-search .nav-tabs .nav-link {
    background: none;
    border: 0;
    padding: 0.8rem 1rem 0 1rem;
    color: var(--white);
}

#stream-search .nav-tabs .nav-link.active {
    font-family: 'gilroy-semibold';
}

/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/
.search-results h1 {
    margin: 2rem 0;
}

body.search-no-results .search-label {
    justify-content: start;
    padding-left: 0;
}

body.search-no-results .search-row {
    width: 40%;
    margin-top: 2rem;
}

body.search-no-results .search-row .col-4 {
    max-width: max-content;
}
@media (max-width: 1200px){
    .search-row label::after{
        content: "";
        width: 22px;
        height: 21px;
        background: url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/mag-glass.svg') center no-repeat;
        background-size: 22px;
        position: absolute;
        right: -10px;
        top: 12px;
    }
    .search-row label input{
        border: 0;
    }
}
/*--------------------------------------------------------------
# Individual Post
--------------------------------------------------------------*/
.ind-post h1 {
    margin: 2rem 0;
}

#stream-landing a,
.entry-footer a,
.nav-links a,
#search-results a {
    color: var(--white);
}

#stream-landing a:hover,
#search-results a:hover {
    text-decoration: none;
}

#stream-landing .post.opacity {
    opacity: .3;
    transition: 0.5s ease;
}

.thumbnail {
    min-height: 478px;
    background-size: cover;
    background-position: center;
    transition: 0.5s ease;
    transition: 0.5s ease;
}

#stream-landing .the-author {
    font-family: 'gilroy-semibold';
}

#article-content figure {
    margin: 7rem 0 6rem 0;
}

@media screen and (max-width:575px) {
    .thumbnail {
        min-height: 300px;
    }
}
/*--------------------------------------------------------------
# Diversity
--------------------------------------------------------------*/
body.single.single-post,
body.page-template-template-diversity,
body.page-template-template-locations,
body.page-template-template-case-study.white {
    background: var(--white);
    color: var(--black);
    transition: 1s;
}

body.single.single-post .wp-block-image img {
    height: auto;
    max-width: none;
    width: 100%;
}

body.single.single-post #stream-landing a,
body.single.single-post .entry-footer a,
body.single.single-post .nav-links a,
body.single.single-post #search-results a {
    color: var(--off_black);
}



body.single.single-post .navbar-brand img {
    filter: invert(1);
}
body.single.single-post .card-text,
body.single.single-post .time-ticker,
body.single.single-post .card-body * ,
body.single.single-post .carousel-item * {
    color: var(--off_black) !important;
}













body.page-template-template-diversity.black {
    background: var(--off_black);
    color: var(--white);
    transition: 1s;
}

img.diversity-cube-img {
    position: absolute;
    top: -60%;
    left: -30%;
    width: 900px;
    mix-blend-mode: difference;
}

.diversity-cube {
    margin-top: 10rem;
}

#diversity-cards .accordion {
    border-radius: 15px;
    overflow: hidden;
    border-color: var(--off-black);
}

body.page-template-template-diversity.black #diversity-cards .accordion {
    border-color: var(--white);
}

.blue-shadow {
    position: relative;
}

.blue-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 300px var(--blue);
    box-shadow: 0 0 300px var(--blue);
    top: 10%;
    left: 15%;
    width: 70%;
    height: 80%;
}

.accordion.width {
    border: 1px solid var(--white);
    display: flex;
    height: 500px !important;
}

#diversity-cards .accordion.width .card {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: min-content;
    border-radius: 0;
    border-right: 1px solid var(--white);
    border-top: 0;
    border-left-color: transparent;
}

#diversity-cards .accordion.width .card:last-child {
    border-right: 0;
}

#diversity-cards .accordion.width .card .card-header {
    cursor: pointer;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    border: 0;
}

#diversity-cards .accordion.width .card .card-header.collapsed {
    background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/plus.svg);
    background-size: 16px;
    background-position: bottom 30px center;
    background-repeat: no-repeat;
}

#diversity-cards .accordion.width .card.white .card-header.collapsed {
    background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/plus-black.svg);
    background-size: 16px;
    background-position: bottom 30px center;
    background-repeat: no-repeat;
}

#diversity-cards .accordion.width .card .card-header {
    background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/cross-white.svg);
    background-size: 24px;
    background-position: bottom 25px center;
    background-repeat: no-repeat;
}

#diversity-cards .accordion.width .card.white .card-header {
    background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/cross-black.svg);
    background-size: 24px;
    background-position: bottom 25px center;
    background-repeat: no-repeat;
}

.accordion.width .card .card-header:not(.collapsed) {
    pointer-events: none;
}

#diversity-cards .collapsing.width {
    transition: width 0.35s ease;
    height: auto;
    width: 0;
}

#diversity-cards .card-body {
    background: var(--off_black);
    color: var(--white);
    height: 100%;
    font-size: 1.25rem;
}

#diversity-cards .card:not(.white) .card-header {
    color: var(--white);
}

#diversity-cards .card .card-header {
    color: var(--off_black);
}

#diversity-cards .card.blue, #overview .card.blue{
    background: var(--blue);
}

#diversity-cards .card.black, #overview .card.black{
    background: var(--off_black);
}

#diversity-cards .card.navy, #overview .card.navy{
    background: var(--navy);
}

#diversity-cards .card.white {
    background: var(--white);
}
@media (max-width: 1200px){
    img.diversity-cube-img {
        width: 500px;
    }
}
@media (max-width: 992px){
    #diversity-cards .accordion .card .card-header {
        transform: rotate(0deg);
        writing-mode: unset;
        font-size: 1.25rem;
    }
    #diversity-cards .accordion .card .card-header.collapsed {
        background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/plus.svg);
        background-size: 16px;
        background-position: right 15px center;
        background-repeat: no-repeat;
    }

    #diversity-cards .accordion .card.white .card-header.collapsed {
        background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/plus-black.svg);
        background-size: 16px;
        background-position: right 15px center;
        background-repeat: no-repeat;
    }

    #diversity-cards .accordion .card .card-header {
        background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/cross-white.svg);
        background-size: 24px;
        background-position: right 15px center;
        background-repeat: no-repeat;
    }

    #diversity-cards .accordion .card.white .card-header {
        background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/cross-black.svg);
        background-size: 24px;
        background-position: right 15px center;
        background-repeat: no-repeat;
    }
    .blue-shadow:after {
        height: 85%;
    }
}
/*--------------------------------------------------------------
# Solutions
--------------------------------------------------------------*/
.solutions-half-circle{
    position: relative;
    height: 100vh;
    width: 100vw;
    z-index: 20;
}
.solutions-half-circle img {
    width: 300%;
    margin: -127% -143%;
}
#solution-cards{
    overflow: hidden;
}
#solution-cards .card {
    border: 3px solid var(--white);
    border-radius: 2rem;
    position: absolute;
    background-size: contain !important;
    min-height: 600px;
}

#solution-cards .card-header {
    background: none;
    border: 0;
}

#solution-cards .card h3 {
    margin: 2rem 0 1rem 0;
    font-size: 2rem;
}

.card-body {

}
#solution-cards .card .card-body p {
    margin-top: 0;
    margin-bottom: 3rem;
}

#solution-cards .card .card-body ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media screen and (max-width:1199px) {
    #solution-cards .card .card-body ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
#solution-cards .card .card-body ul li {
    padding-right: 20px;
}

#solution-cards .card-wrapper {
    min-height: 700px;
    /* overflow: hidden;
    padding-top: 9rem; */
}

#solution-cards .card-1 {
    z-index: 50;
    top: 0;
}

#solution-cards .card-2 {
    z-index: 40;
}

#solution-cards .card-3 {
    z-index: 30;
}
#solution-cards .card-4 {
    z-index: 20;
}
#solution-cards .card-5 {
    z-index: 10;
}
#solution-cards .card.black{
    background: var(--off_black) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/circle-on-black.svg') center right no-repeat;
}
#solution-cards .card.blue{
    background: var(--blue) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/square.svg') center right no-repeat;
}
#solution-cards .card.navy{
    background: var(--navy) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/circle-on-black.svg') center right no-repeat;
}




#solution-cards .card.black{
    background: var(--off_black) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/circle-2.svg') center right no-repeat;
}
#solution-cards .card.blue{
    background: var(--blue) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/square-1.svg') center right no-repeat;

}
#solution-cards .card.navy{
    background: var(--navy) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/circle-2.svg') center right no-repeat;
}





#solutions span {
    display: none;
}

#solutions span.active {
    display: block;
}

#solutions {
    height: 600px;
}

#solutions .solutions-points li {
    list-style: none;
    font-size: 2.75rem;
    padding: 0.4rem 0;
    opacity: .4;
    cursor: pointer;
}

#solutions .solutions-images {
    position: absolute;
    left: 60%;
}

#solutions .solutions-images .image-1 {
    position: absolute;
    z-index: 50;
}

#solutions .solutions-images .image-2 {
    position: absolute;
    z-index: 40;
}

#solutions .solutions-images .image-3 {
    position: absolute;
    z-index: 30;
}

#solutions .solutions-images .image-4 {
    position: absolute;
    z-index: 20;
}

#solutions .solutions-images .image-5 {
    position: absolute;
    z-index: 10;
}

#solutions .solutions-points {
    position: absolute;
    z-index: 60;
}

#solutions .solutions-images li img {
    opacity: 0;
}

#solutions .solutions-images li {
    transform: rotate(10deg);
    transition: 0.5s;
    list-style: none;
}
#solutionsCarousel .carousel-item{
    border: 1px solid var(--white);
    border-radius: 5px;
    height: 253px;
    padding: 25% 2rem 0 2rem;
    text-align: center;
}
#solutionsCarousel .carousel-item.black{
    background: var(--off_black) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/circle-on-black.svg') center right no-repeat;
    background-size: 100%;
}
#solutionsCarousel .carousel-item.blue{
    background: var(--blue) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/square.svg') center right no-repeat;
    background-size: 100%;
}
#solutionsCarousel .carousel-item.navy{
    background: var(--navy) url('https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/circle-on-black.svg') center right no-repeat;
    background-size: 100%;
}
/*--------------------------------------------------------------
# Case Studies
--------------------------------------------------------------*/
body.page-template-template-case-study{
    transition: 1s;
}
.tags{
    text-transform: uppercase;
    font-family: 'gilroy-semibold';
}
#video1 video, #video2 video{
    position: relative;
    width: 100%;
    height: auto;
}
#overview .big-figures strong{
    font-size: 4rem;
    color: var(--white);
    margin-top: 1rem;
    display: block;
}
.white #overview .big-figures strong{
    color: var(--off_black);
}
#overview .big-figures p{
    margin-bottom: 0;
}
#overview .card{
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid var(--white);
    padding: 2rem;
}
#overview .card strong{
    color: var(--white);
    font-size: 5.25rem;
    margin-bottom: -1rem;
}
#overview .card p{
    color: var(--white);
}
#case-study-awards .ind-award{
    font-size: 2rem;
    border-bottom: 2px solid var(--white);
}
.white #case-study-awards .ind-award{
    border-bottom: 2px solid var(--off_black);
}
#case-study-awards .ind-award:last-child{
    border-bottom: none;
}
#case-study-images img{
    width: 100%;
}
.next-case-study .half-circle{
    background-position: bottom;
}
.next-case-study .half-circle img{
    transform: rotate(180deg);
}
.next-case-study a h1, .next-case-study a p{
    color: var(--white);
    pointer-events: none;
}
#next-masthead{
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}
body.page-template-template-case-study #main-masthead .half-circle img{
    opacity: 0;
}
.case-study-image-row{
    overflow-x: hidden;
}
.case-study-image-row img{
    margin: 0 .75rem;
}
.case-study-image-row.row-1{
    margin-left: -200px;
}
.case-study-image-row.row-2{
    margin-left: -400px;
}
.carousel-indicators{
    bottom: -30px;
}
.carousel-indicators li{
    width: 6px;
    height: 6px;
    border: none;
}
.white .carousel-indicators li{
    background: var(--off_black);
}
#case-study-image-strip img{
    width: 100%;
}
#case-study-image-strip .carousel-indicators, #carouselAwards .carousel-indicators, #solutionsCarousel .carousel-indicators, #imagesCarousel .carousel-indicators, body.blog .carousel-indicators, body.single .carousel-indicators, #stream-landing .carousel-indicators{
    bottom: -60px;
}
body.page-template-template-case-study #footer, body.error404 #footer{
    display: none;
}
@media (max-width: 992px){
    #case-study-awards .ind-award{
        font-size: 1.25rem;
    }
    #four-zero-four-masthead .images img{
        width: 32%;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--off_black);
    color: var(--white);
}

.footer-form,
.footer-content strong,
.footer-content h3,
.footer-content p:last-child,
.footer-content .footer-emails {
    opacity: 0;
}

#footer h3 {
    font-family: 'gilroy-medium';
    font-size: 4rem;
    margin-bottom: 4rem;
}

#footer a {
    color: var(--white);
}

#footer .footer-emails {
    font-size: 1.5rem;
    margin-bottom: 7rem;
}

#footer .footer-emails a {
    text-decoration: underline;
}

#footer .footer-image {
    position: relative;
    left: 50%;
    transform:translate(-50%, 0%);
    overflow: hidden;
}
#footer .footer-image img {
    width: 110%;
    max-width: none;
    transform: translate(-50%, 100%);
    left:50%;
    position: relative;
    /* position: absolute;left: 0;right: 0;top: 0; */
}
#footer figure{
    margin-bottom: 0;
}
@media (max-width: 992px){
    #footer h3 {
        font-size: 1.75rem;
    }
    #footer .footer-emails {
        font-size: 1.125rem;
        margin-bottom: 4rem;
    }
    #footer .terms{
        text-align: center;
    }
}



/*--------------------------------------------------------------
# Hubspot Forms
--------------------------------------------------------------*/

.hbspt-form {

}
.hbspt-form form {

}
.hbspt-form form .field {
    position: relative;
    margin-bottom: 20px;
}
.hbspt-form form .field label {
    color: #FFF;
    font-family: 'gilroy-medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px 10px 42px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    min-height: 40px;
    pointer-events: none;
}
.hbspt-form form .field label:before {
    content: '';
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    z-index: 2;
}
/* .hbspt-form form .field label:after {
    content: '';
    display: block;
    background-color: #0B0B0B;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
    width: 40px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
} */
.hbspt-form form .field .input {
    min-height: 40px;
}
.hbspt-form form .field .input input,
.hbspt-form form .field .input textarea {
    color: #FFF;
    font-family: 'gilroy-medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    height: 40px;
    padding: 10px 20px 10px 42px;
    align-items: center;
    border:0;
    border-bottom: 1px solid #FFF;
    background:transparent;
    transition: all 0.2s ease-in-out;
}
.hbspt-form form .field .inputs-list {
    margin-bottom: 0;
}
.hbspt-form form .field .inputs-list li {
    list-style:none;
}
.hbspt-form form .field .inputs-list li label {
    color: #4D73FF;
}



.hbspt-form form .field.focus .input input,
.hbspt-form form .field.focus .input textarea {
    border-radius: 5px;
    border:0;
    border-bottom: 1px solid #561030;
    background: #4D73FF;
    color:#000;
}
.hbspt-form form .field.notempty > label,
.hbspt-form form .field.focus > label,
.hbspt-form form .field.error > label {
    color: transparent;
}
.hbspt-form form .field.focus > label:before {
    border: 1px solid #000;
}
.hbspt-form form .field.focus .inputs-list {
    opacity:0;
}
.hbspt-form form .field.error:not(.focus) .input input,
.hbspt-form form .field.error:not(.focus) .input textarea {
    color:transparent;
}




/*
.hbspt-form form .field.focus label:after {
    background-color: #4D73FF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
} */





/* select */
.hbspt-form form .field .input select {
    display:none !important;
}
.hbspt-form form .field .input .select2 {
    display: block;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.hbspt-form form .field .input .select2 .select2-selection {
    outline: none;
    width: 100%;
    min-height: 40px;
    align-items: center;
    border:0;
    border-bottom: 1px solid #FFF !important;
    background:transparent;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: 40px;
}
.hbspt-form form .field .input .select2 .select2-selection .select2-selection__rendered {
    color: #FFF;
    font-family: 'gilroy-medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 20px 10px 42px;
}
.hbspt-form form .field .input select.is-placeholder + .select2 .select2-selection .select2-selection__rendered {
    opacity:0;
}
.hbspt-form form .field .input .select2 .select2-selection .select2-selection__arrow {
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(images/dropdown-plus.svg);
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}
.hbspt-form form .field .input .select2 .select2-selection .select2-selection__arrow b {
    display:none !important;
}
.hbspt-form form .field.hs-fieldtype-select.focus .select2 {
    border-radius: 5px;
    border: 0;
    border-bottom: 1px solid #561030;
    background: #4D73FF;
}
.hbspt-form form .field.hs-fieldtype-select.focus .select2.select2-container--below {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.hbspt-form form .field.hs-fieldtype-select.focus .select2.select2-container--above {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.hbspt-form form .field.hs-fieldtype-select.focus .input .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #000;
}
.hbspt-form form .field.hs-fieldtype-select.focus .input select.is-placeholder + .select2 .select2-selection .select2-selection__rendered {
    opacity: 1;
}
.hbspt-form form .field.hs-fieldtype-select.focus .input .select2 .select2-selection .select2-selection__rendered {
    color:#000;
}
/* select dropdown */
.select2-container .select2-dropdown {
    background-color: transparent;
    border: 1px solid #4D73FF;
    border-radius: 5px;
    overflow: hidden;
}
.select2-container.select2-container--open .select2-dropdown--below {
    transform:translateY(-1px);
}
body.admin-bar .select2-container.select2-container--open .select2-dropdown--below {
    transform:translateY(31px);
}
body.admin-bar .select2-container.select2-container--open .select2-dropdown--above {
    transform:translateY(32px);
}
.select2-container.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container .select2-results__options {
    max-height: 136px !important;
}
.select2-container .select2-results__options .select2-results__option {
    font-family: 'gilroy-medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    padding: 8px 42px;
    color: #fff;
    background-color:#19213E;
}
.select2-container .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #0B0B0B;
    background: #4D73FF;
}

/* checkbox */
.hbspt-form form .field.hs-fieldtype-checkbox label:before {
    top: 20px;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input {
    height: auto;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list .hs-form-checkbox {
    width: 50%;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list .hs-form-checkbox label {
    position: relative;
    font-size: 14px;
    height: auto;
    padding: 3px 10px 3px 20px;
    line-height: 20px;
    color: #fff;
    text-transform: initial;
    pointer-events:all;
    transition: 0.5s;
    min-height: auto !important;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list .hs-form-checkbox label:before {
    display:none;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list .hs-form-checkbox label span {
    pointer-events:none;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list .hs-form-checkbox label span:before {
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width: 10px;
    height:10px;
    left:0;
    border-radius:0;
    background-color:#fff;
    border:2px solid #fff;
    transition: 0.5s;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list .hs-form-checkbox label input {
    display: none;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list .hs-form-checkbox label input:checked + span:before {
    background-color:#4D73FF;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list .hs-form-checkbox label:hover {
    color:#4D73FF;
}






/* checkbox */


.hbspt-form form .legal-consent-container .hs-richtext {
    margin-bottom: 0 !important;
}
.hbspt-form form .legal-consent-container .hs-richtext p {
    position: relative;
    font-size: 14px;
    height: auto;
    padding: 3px 10px 3px 20px;
    line-height: 20px;
    color: #fff;
    text-transform: initial;
    pointer-events: all;
    transition: 0.5s;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .hs-error-msgs {
    margin-top: 10px;
    padding-left: 20px;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .hs-error-msgs label.hs-error-msg.hs-main-font-element {
    position: relative;
    font-family: 'gilroy-medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px 10px 0;
    margin-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    height: 40px;
    pointer-events: none;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .hs-error-msgs label.hs-error-msg.hs-main-font-element:before {
    display:none;
}
.hbspt-form form .legal-consent-container .hs-dependent-field > div {
    margin-bottom: 0;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input {
    height: auto;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input .inputs-list {
    display: flex;
    flex-wrap: wrap;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox {
    width: 100%;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox label {
    position: relative;
    font-size: 14px;
    height: auto;
    padding: 3px 10px 3px 20px;
    line-height: 20px;
    color: #fff;
    text-transform: initial;
    pointer-events:all;
    transition: 0.5s;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox label:before {
    display:none;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox label > span {
    pointer-events:none;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox label > span:before {
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width: 10px;
    height:10px;
    left:0;
    border-radius:0;
    background-color:#fff;
    border:2px solid #fff;
    transition: 0.5s;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox label input {
    display: none;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox label input:checked + span:before {
    background-color:#4D73FF;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox label:hover {
    color:#4D73FF;
}






/* errors */
.hbspt-form form .hs_error_rollup {
    margin-bottom: 0;
    margin:0 !important;
}
.hbspt-form form .hs_error_rollup ul {
    padding:0;
    margin:0 !important;
}
.hbspt-form form .hs_error_rollup li {
    list-style:none;
}
.hbspt-form form .hs_error_rollup li label {
    font-family: 'gilroy-medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4D73FF;
    margin-bottom: 0 !important;
    padding-left:42px;
}

/* submit */
.hbspt-form form .hs_submit.hs-submit {
    margin-top:37px;
    display:flex;
    justify-content:flex-end;
}
.hbspt-form form .hs_submit.hs-submit .actions {
    position:relative;
    display:inline-flex;
}
.hbspt-form form .hs_submit.hs-submit .actions input.hs-button.primary {
    background: var(--blue);
    color: #0B0B0B;
    font-family: 'gilroy-semibold';
    font-size: 1rem;
    text-transform: uppercase;
    padding: 8px 35px 8px 55px;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    border:0;
}
.hbspt-form form .hs_submit.hs-submit .actions::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #0B0B0B;
    position: absolute;
    top: 14px;
    left: 20%;
    transition: 0.5s;
    pointer-events:none;
}
.hbspt-form form .hs_submit.hs-submit .actions:hover input.hs-button.primary {
    color: var(--blue);
    background: var(--white);
    padding: 8px 55px 8px 35px;
    text-decoration: none;
    transition: 0.5s;
}
.hbspt-form form .hs_submit.hs-submit .actions:hover::before {
    background-color: #0B0B0B;
    left: calc(80% - 12px);
    transition: 0.5s;
}


@media screen and (max-width:991px) {
    .hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list .hs-form-checkbox {
        width: 100%;
    }



}










/* Case Study Tweaks */
body.page-template-template-case-study #main-masthead .work-video-circle {
    scale: 1.2;
}
body.page-template-template-case-study #main-masthead .work-video-circle img {
    opacity: 0;
}
body.page-template-template-case-study #main-masthead .heading {
    opacity: 0;
    transform: translate(50%, -800px);
}
body.page-template-template-case-study .navbar-brand {
    opacity: 0;
}
body.page-template-template-case-study .time-ticker {
    opacity: 0;
}








@media screen and (max-width:992px) {
    .video-controls{
        top: calc(50% - 80px);
    }
}

@media screen and (max-width:575px) {
    .carousel-item .card-label {
        bottom: 0;
        left: 0;
        right: 0;
        position: relative;
        padding: 0 0 20px 0 !important;
    }
    .carousel-item .card-label h4 {
        font-size: 24px;
    }
    .carousel-item .card-label p {
        font-size: 12px;
    }
    body.page-template-template-locations #articles .carousel-item .card-label {
        position: absolute;
        right: 5px;
        left: 5px;
        bottom: 5px;
        padding: 0 10px !important;
    }
}



@media screen and (max-width: 992px) {
    #diversity-cards .accordion .card .card-header {
        background: none !important;
        position: relative;
    }
    #diversity-cards .accordion .card .card-header:after  {
        content:'';
        display: block;
        position: absolute;
        width:50px;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/cross-white.svg);
        background-size: 24px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    #diversity-cards .accordion .card.white .card-header:after {
        background: url(https://allisonpr.regencydev.co.uk/wp-content/uploads/2023/08/cross-black.svg);
    }


    #diversity-cards .accordion .card .card-header.collapsed {
        background: none !important;
    }

    #diversity-cards .accordion .card .card-header.collapsed:after {
        transform: rotate(45deg);
    }
}





@media screen and (max-width:991px) {
    .site-content a.cta:hover {
        padding: 10px 20px 10px 40px !important;
    }
    .site-content a.cta:hover::before {
        left: 10% !important;
    }
    .site-content .scrolling-cards a.cta:hover {
        padding: 4px 20px 4px 40px !important;
    }

    .hbspt-form form .hs_submit.hs-submit .actions input.hs-button.primary {
        padding: 8px 20px 8px 40px;
    }
    .hbspt-form form .hs_submit.hs-submit .actions:hover input.hs-button.primary {
        padding: 8px 20px 8px 40px !important;
    }

    .hbspt-form form .hs_submit.hs-submit .actions::before,
    .hbspt-form form .hs_submit.hs-submit .actions:hover::before {
        left: 15%;
    }
}














@media screen and (max-width:767px) {
    .hbspt-form form .field label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width:992px) {
    body.home .time-ticker {
        display: none;
    }
}


@media screen and (min-width:992px) {
    body.single.single-post #content .container-fluid {
        width: 95%;
    }
}




@media screen and (max-width:575px) {
    .carousel-item .card-label {
        position: absolute;
        right: 5px;
        left: 5px;
        bottom: 5px;
        padding: 0 10px !important;
    }


    body.page-template-template-locations .carousel-item .card-label {
        bottom: 0;
        left: 0;
        right: 0;
        position: relative;
        padding: 0 0 20px 0 !important;
    }
}

@media (max-width: 992px) {
    .blue-shadow:after {
        height: calc(100% - 100px);
        top: 50px;
    }

    body.page-template-template-case-study #overview .card {
        width: calc(100% - 30px) !important;
        padding: 30px !important;
    }
    body.page-template-template-case-study #overview .card strong {
        font-size: 4.75rem !important;
    }
}
























@media screen and (max-width: 1200px) {
    .work-video-circle img {
        width: 700%;
        transform: translate(-50%, 80px);
        margin: 0;
    }
} 
@media screen and (max-width: 992px) {
    .work-video-circle img {
        width: 800%;
        transform: translate(-50%, 50px);
        margin: 0;
    }
} 
@media screen and (max-width: 767px) {
    .work-video-circle img {
        width: 1000%;
        transform: translate(-50%, 50px);
        margin: 0;
    }    
} 
@media screen and (max-width: 480px) {
    .work-video-circle img {
        width: 1300%;
        transform: translate(-50%, 0px);
        margin: 0;
    }
}