
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html { scroll-behavior: smooth; }

:root {
    --dark: #000000;
    --primary: #627271;
    --body: #434343;
    --secondary: #434343;
    --light-bg: #F0F0F0;
    --button-text-light: #ffffff;
    --button-light: #ffffff;
    --button-text-dark: #627271;
    --button-dark: #627271;
}

.bg-light-grey {background-color:#D1D3D4; color: #fff; }
.bg-light-grey p,
.bg-light-grey a,
.bg-light-grey h2 {color: #333; }
.bg-light-grey a:hover {color: #333; border-bottom: 1px solid #333;}

.bg-mid-grey {background-color:#737373; color: #fff; }
.bg-mid-grey p,
.bg-mid-grey a,
.bg-mid-grey h2 {color: #fff; }


.bg-primary {background-color: var(--primary);}
.bg-primary h3,
.bg-primary p {color: var(--light-bg);}

.full-width {width: 100%;}
.h2.color-white,
.color-white,
.h2.color-white a,
.color-white a {color: #fff;}
.bg-white {background-color: #fff;}
.h2.colour-black,
.h2.colour-black a {color: #000;}
img { width: auto; }

/*ADMIN*/
.path-frontpage div#block-tabs {z-index: 999; /*width:100%; display: table; */position: absolute;}
div#block-tabs nav.tabs { background-color: transparent; }
div#block-tabs nav.tabs ul li a { background-color: #fff; }
div#block-tabs nav.tabs ul li a:hover { background-color: #fff; color: #ff0000; } 
div#block-tabs nav.tabs ul li a.is-active { background-color: #ff6622; color: #fff; }

nav.tabs ul {margin: 0; padding: 0 20px;}

nav.tabs {border: 0; margin-bottom: 3rem;}
nav.tabs ul { display: table; border-bottom: 1px solid; width: 100%; }
nav.tabs ul li { list-style: none; float: left; border-right: 1px solid; border-top: 1px solid; }
nav.tabs ul li:first-child {border-left: 1px solid;}
nav.tabs ul li a { padding: 5px 20px; display: table;}
nav.tabs ul li a:hover { background-color: #ff6622; color: #fff;}

.layout-container.maintenance.grid-container.fluid {max-width: 700px; margin: auto; text-align: center;}
.layout-container.maintenance.grid-container.fluid header img {margin: auto; display: table;} 
div#geysir-modal { font-weight: normal; font-size: 0.9rem; letter-spacing: unset; }

.uds-people-container tr.sort-team-members-container.draggable { display: flex; width: 42%; flex-wrap: wrap; justify-content: space-between; float: left; }

/*ADMIN END*/
/*Anchor scroll*/
#master-planning, 
#architecture-and-buildings,
#research,
#onestop,
#workflow { scroll-margin-top: 150px;}

.pace .pace-progress { background: var(--secondary); }
body {font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; color: var(--primary); font-size: 1rem; font-weight: 300; overflow-x: hidden;}
p {color: var(--primary); line-height: 1.3; font-size: 1rem; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; font-weight: 300;}
p a {text-decoration: underline;} 
.h2 p a {text-decoration: none;}

.paragraph.paragraph--type--title p { text-align: unset; }

a {color: var(--primary);}
a:hover,
a:focus { color: var(--secondary); }

h1, h1 p, .h1, .h1 p,
h2, h2 p, .h2, .h2 p,
h3, h3 p, .h3, .h3 p,
h4, h4 p, .h4, .h4 p,
h5, h5 p, .h5, .h5 p,
h6, h6 p, .h6, .h6 p {font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; font-weight: 300; color: var(--dark); text-align: left;}

h1, h1 p, .h1, .h1 p { font-size: 1.75rem; line-height: 1.4; margin-top: 2rem; margin-bottom: 2rem; }
h2, h2 p, .h2, .h2 p { font-size: 1.7rem; line-height: 1.4; margin-top: 0; margin-bottom: 2rem; }
h3, h3 p, .h3, .h3 p { font-size: 1.6875rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }
h4, h4 p, .h4, .h4 p { font-size: 1.625rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }
h5, h5 p, .h5, .h5 p { font-size: 1.5625rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }
h6, h6 p, .h6, .h6 p { font-size: 1.25rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

@media print, screen and (min-width:40em) {
    h1, h1 p, .h1, .h1 p { font-size: 2rem; }
    h2, h2 p, .h2, .h2 p { font-size: 1.85rem; }
    h3, h3 p, .h3, .h3 p { font-size: 1.7rem; }
    h4, h4 p, .h4, .h4 p { font-size: 1.5rem; }
    h5, h5 p, .h5, .h5 p { font-size: 1.3rem; }
    h6, h6 p, .h6, .h6 p { font-size: 1.2rem; }
}


/*HOMEPAGE*/

#mouse-scroll { style: block; }
#mouse-scroll { position: fixed; margin: auto; left: 50%; bottom: -40vh; -webkit-transform: translateX(-50%); z-index: 9999; }
#mouse-scroll span { display: block; width: 5px; height: 5px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); transform: rotate(45deg); border-right: 2px solid #fff; border-bottom: 2px solid #fff; margin: 0 0 3px 8px; }
#mouse-scroll .mouse { height: 30px; width: 20px; border-radius: 10px; -webkit-transform: none; -ms-transform: none; transform: none; border: 2px solid #ffffff; top: 170px; }
#mouse-scroll .down-arrow-1 { margin-top: 6px; }
#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 { -webkit-animation: mouse-scroll 1s infinite; -moz-animation: mouse-scroll 1s infinite: }
#mouse-scroll .down-arrow-1 { -webkit-animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-direction: alternate; }
#mouse-scroll .down-arrow-2 { -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-direction: alternate; }
#mouse-scroll .down-arrow-3 { -webkit-animation-delay: .3s; -moz-animation-dekay: .3s; -webkit-animation-direction: alternate; }
#mouse-scroll .mouse-in { height: 5px; width: 2px; display: block; margin: 5px auto; background: #ffffff; position: relative; }
#mouse-scroll .mouse-in { -webkit-animation: animated-mouse 1.2s ease infinite; moz-animation: mouse-animated 1.2s ease infinite; }

@-webkit-keyframes animated-mouse {
    0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
    100% { opacity: 0; -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); }
}
@-webkit-keyframes mouse-scroll {
    0% { opacity: 1; }
    50% { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes mouse-scroll {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}


.hp-hero-banner h2 {color: #fff; text-shadow: 0px 0px 7px rgb(0 0 0); font-size: 5rem;}

.comp-side-image-longtext blockquote {max-width: 100%;}
blockquote {  color: #627271; display: table; border-left: unset; max-width: 70%; padding: 2rem 4rem 0; border-radius: 3rem; margin: 2rem auto; font-family: 'Fira Sans', sans-serif;}
blockquote p { font-weight: 300; font-size: 1.1rem; max-width: 100%; line-height: 1.4; position: relative; margin: 0; padding: 0.5rem; color: #627271;}
blockquote cite {color: #231F20; font-size: 0.8rem; font-family: 'Open Sans', sans-serif; font-style: normal; }
blockquote cite:before {content: unset;}

.webform-button--submit { background-color: #627271; float: right; font-size: 1.1rem; }
.webform-button--submit:hover,
.webform-button--submit:focus { background-color: #D1D3D4; color: #231F20; }
.contact-form h2,
.webform-young-talent h2 {text-align: center; }
.webform-young-talent form {max-width: 70%; margin: auto;}

.subscribe-intro { text-align: center; font-size: 0.9rem; margin: 0rem 0rem 1rem; }
.mc-container { margin-bottom: 2rem; }
.mc-container input { padding: 1rem 0.5rem; margin: 0; background-color: transparent; width: 100%; border: 1px solid #627271; line-height: 1; color: #231F20; font-size: 1.1rem; letter-spacing: 1px; border-radius: 0; height: auto;}
.mc-container input.btn { color: #231F20; background-color: #627271; border: 1px solid #627271 }
#mc_embed_signup input.mce_inline_error { border-color: #627271 !important; }
#mc_embed_signup div.mce_inline_error { margin: 0 0 1em 0; padding: 5px 10px; background-color: transparent !important; font-weight: bold; z-index: 1; color: #231F20 !important; }
#mc_embed_signup div.mce_inline_error { font-weight: normal !important; }
.required.email.email-req:focus { background-color: transparent; }
footer div#block-mailchimpsubscription,
footer div#block-mailchimpsubscriptionch { max-width: 600px; margin: auto; padding: 0 2rem } 

.branding_and_menu-out .logo #block-uds-architects-branding { width: 100px; }
.branding_and_menu-out { position: relative; top: 0; width: 100%; z-index: 9; }
.path-frontpage .branding_and_menu-out { position: relative; top: 0; width: 100%; z-index: 9;}

.path-frontpage .site-branding__logo-img {filter: brightness(0) invert(1);}
.path-frontpage .is-sticky .site-branding__logo-img {filter: unset}
.site-branding__logo-img { width: 400px; }
.site-branding__text {font-family: 'Open Sans', sans-serif; font-size: 3rem;}

.path-frontpage .site-branding__text a {font-family: 'Open Sans', sans-serif; font-size: 3rem; color: #fff;}
.responsive-menu a { width: 100%; color: #666; }
.path-frontpage .responsive-menu { margin-bottom: 0rem; }

.path-frontpage .branding_and_menu_mid { z-index: 10; text-align: center; width: 100%; margin: auto;  margin-top: 1rem; position: absolute; top: 0; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,0%); }
.is-sticky .branding_and_menu_mid  {margin-top: 0rem; background-color: var(--light-bg); padding-bottom: 1rem; opacity: 0.8; }
.path-frontpage .is-sticky .branding_and_menu_mid  {margin-top: 0rem; background-color: var(--light-bg);}
.branding_and_menu_mid {padding: 1rem 0; margin-bottom: 2rem;}
.is-sticky .branding_and_menu_cont {margin-bottom: 0rem;}

.hide-page-title h1.node__title {display: none;}

/*MAIN MENU*/ 
 
.main_menu { float: revert; display: block; }
.main_menu nav .block-menu__content ul li a { color: #000; font-size: 1.2rem; border-bottom: 1px solid transparent; transition: border-bottom 1s; padding-bottom: 0.5rem;}
.main_menu nav .block-menu__content ul li a:hover,
.main_menu nav .block-menu__content ul li a:focus,
.main_menu nav .block-menu__content ul li a.is-active { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000; }
.main_menu nav .block-menu__content ul li a.is-active {font-weight: bold;}
.path-frontpage .main_menu nav .block-menu__content ul li a { color: var(--button-text-light); }
.path-frontpage .main_menu nav .block-menu__content ul li a:hover,
.path-frontpage .main_menu nav .block-menu__content ul li a:focus,
.path-frontpage .main_menu nav .block-menu__content ul li a.is-active { border-bottom-color: var(--button-text-light);}
.path-frontpage .is-sticky .main_menu nav .block-menu__content ul li a:hover,
.path-frontpage .is-sticky .main_menu nav .block-menu__content ul li a:focus,
.path-frontpage .is-sticky .main_menu nav .block-menu__content ul li a.is-active { border-bottom-color: #000;}
.path-frontpage .is-sticky .main_menu nav .block-menu__content ul li a { color: #000; }
.path-frontpage .sticky-wrapper.is-sticky .block-cheeseburgermenu__trigger-element span { background: #333; }

/*RESPONSIVE MENU*/
ul.cheeseburger-menu__mainmenu { display: table; margin: auto; margin-top: 20%; width: 80%;}
.block-cheeseburgermenu__trigger-element { float: right; }
.body--has-active-cheese { overscroll-behavior-y: contain; overflow: hidden }
.block-cheeseburgermenu-trigger-container { display: flex }
.block-cheeseburgermenu__trigger-element { min-height: 40px; min-width: 40px; background: transparent; position: relative }
.path-frontpage .block-cheeseburgermenu__trigger-element span { background: #fff;}
.block-cheeseburgermenu__trigger-element span { width: 24px; height: 2px; background: #333; position: absolute; left: 50%; transform: translateX(-50%); transition: width .25s }
.block-cheeseburgermenu__trigger-element span:nth-of-type(1) { top: 12px }
.block-cheeseburgermenu__trigger-element span:nth-of-type(2) { top: 19px }
.block-cheeseburgermenu__trigger-element span:nth-of-type(3) { top: 26px }
.block-cheeseburgermenu__trigger-element:active,
.block-cheeseburgermenu__trigger-element:hover { cursor: pointer }
.block-cheeseburgermenu__trigger-element:active span,
.block-cheeseburgermenu__trigger-element:hover span { width: calc(24px + 5px) }
.cheeseburger-menu__backdrop { transition: opacity .3s ease; transition-delay: .3s; z-index: 200; transition: background-color .25s }
.cheeseburger-menu__backdrop--active { position: fixed; top: 0; right: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, .95); z-index: 99;}
.block-cheeseburgermenu-container { position: fixed; top: 0; left: 0; transition: all .3s ease; max-width: 100%; width: 100%; overflow: hidden; transform: translateY(-100%); box-sizing: border-box }
.block-cheeseburgermenu-container * { box-sizing: border-box }
.block-cheeseburgermenu-container--is-open { transform: translateY(0); z-index: 201 }
.block-cheeseburgermenu-container--is-open .cheeseburger-menu__side-menu { transform: translateY(0) }
.block-cheeseburgermenu-container--with-navigation { }
.cheeseburger-menu__item { display: flex; flex-flow: row wrap; transition: all .3s ease; overflow: hidden }
.cheeseburger-menu__item>ul { flex: 1 0 100%; height: 0; will-change: height; position: relative }
.cheeseburger-menu__item--is-expanded>ul { height: auto }
.cheeseburger-menu__item--is-expanded ul { background-color: rgba(0, 0, 0, .1) }
.cheeseburger-menu__item.in-active-trail>a { text-decoration: none; color: #627271; }

.cheeseburger-menu__item-label { min-height: 40px; min-width: 40px; flex: 1 0 auto; display: flex; align-items: center; text-decoration: none; border: none; /*max-width: calc(100% - 40px)*/ }

.cheeseburger-menu__side-trigger { display: table; float: right; top: 69px; position: relative; right: 14px; }
.cheeseburger-menu__item-label:hover { cursor: pointer; border: none; text-decoration: none; color: #627271 }
.cheeseburger-menu__item-label:hover,
.cheeseburger-menu__item-label:visited { }
.cheeseburger-menu__submenu-trigger { min-height: 40px; min-width: 40px; transition: all .3s ease; display: flex; align-items: center }
/*.cheeseburger-menu__main-navigation-area div a,*/
.cheeseburger-menu__main-navigation-area div a span { text-align: center; margin: auto; float: none; font-size: 1.7rem; font-weight: 300; margin-bottom: 1rem;}
.cheeseburger-menu__main-navigation-area { height: 100vh; overflow-x: hidden; overflow-y: overlay; padding-bottom: 150px; scrollbar-width: thin; scrollbar-color: var(--cheese-srcollbar-color) transparent }
.cheeseburger-menu__main-navigation-area::-webkit-scrollbar { width: 6px }
.cheeseburger-menu__main-navigation-area::-webkit-scrollbar-track { background: 0 0 }
.cheeseburger-menu__main-navigation-area::-webkit-scrollbar-thumb { background-color: var(--cheese-srcollbar-color) }
.cheeseburger-menu__main-navigation-area>div { border-bottom: 1px solid rgba(0, 0, 0, .2); margin-bottom: 24px; transition: all .45s ease }
.cheeseburger-menu__main-navigation-area>div:last-child { border-bottom: 0 }
.cheeseburger-menu__main-navigation-area ol,
.cheeseburger-menu__main-navigation-area ul { padding: 0 }
.cheeseburger-menu__side-menu { position: fixed; right: 0; top: 0; transform: translateY(-100%); height: 100%; transition: all .3s ease; max-height: 100%; overflow: auto }
.cheeseburger-menu__side-menu-item { width: 75px; transition: all .3s ease; text-align: center; min-height: calc(75px - 10px); display: flex; flex-direction: column; justify-content: center; font-weight: 700 }
.cheeseburger-menu__side-menu-item img,
.cheeseburger-menu__side-menu-item svg { display: block; margin: 0 auto 6px auto; max-width: 90%; max-height: 40px; fill: var(--cheese-aside-text-color) }
.cheeseburger-menu__side-menu-item span { font-size: 10px; line-height: 1.2; padding-left: 3px; padding-right: 3px }
.cheeseburger-menu__side-menu-item:hover { cursor: pointer }
.cheeseburger-menu__side-trigger { min-height: 40px; min-width: 40px; min-height: calc(75px - 10px); display: flex; flex-direction: column; justify-content: center; margin-bottom: 18px }
.cheeseburger-menu__side-trigger svg { fill: var(--cheese-aside-text-color); margin: 0 auto }
.cheeseburger-menu__side-trigger:hover { cursor: pointer }
.cheeseburger-menu__title { padding: 12px; text-transform: uppercase }
.cheeseburger-menu__submenu { }
.cheeseburger-menu__mainmenu>li {}
.cheeseburger-menu__mainmenu>li.cheeseburger-parent { padding-left: 0 }
.cheeseburger-menu__mainmenu>li.cheeseburger-parent .cheeseburger-menu__item-label { padding-left: 12px }
.toolbar-fixed .block-cheeseburgermenu-container { top: 39px }
.toolbar-fixed.toolbar-tray-open .block-cheeseburgermenu-container { top: 79px }
.dropdown { position: relative; margin: 20px 23.52941px; transition: ease .35s }
.dropdown:after,
.dropdown:before { transition: ease .35s; content: ' '; position: absolute; width: 2px; height: 8px; background: var(--cheese-main-text-color); border-radius: 0; top: -4px }
.dropdown:before { left: 3px; transform: rotate(45deg) }
.dropdown:after { left: -2px; transform: rotate(-45deg) }
.cheeseburger-menu__item--is-expanded>.cheeseburger-menu__submenu-trigger .dropdown:after,
.cheeseburger-menu__item--is-expanded>.cheeseburger-menu__submenu-trigger .dropdown:before { left: 0; height: calc(21px/1.5); top: -7px }
.cheeseburger-menu__item--is-expanded>.cheeseburger-menu__submenu-trigger .dropdown:before { transform: rotate(-45deg) }
.cheeseburger-menu__item--is-expanded>.cheeseburger-menu__submenu-trigger .dropdown:after { transform: rotate(45deg) }
.block-cheeseburgermenu-container--is-open .block-cheeseburgermenu__trigger-element {display: none;}


/*---PROJECTS---*/
/*slideshow*/
.slick-wrapper.slick-wrapper--asnavfor.slick-wrapper--default.slick-wrapper--v-tn { display: flex; flex-direction: row-reverse; }

h3.related-projects { margin-top: 2rem; }

.views-header-category-projects-list { clear: both; float: none; display: flex; width: 100%; justify-content: space-between; margin-top: 2rem;}

.single-team-design-media img,
.single-project-media img {width: 100%; 
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
.projects-hero-image-container { position: relative; }
.project-list-container.project-category,
.project-list-container.project-list-single { overflow: hidden; }
.project-list-container.project-category:hover img,
.project-list-container.project-list-single:hover img { 
    -moz-transform: scale(1.05); 
    -webkit-transform: scale(1.05); transform: scale(1.1); 
    -webkit-transition: all .6s ease; 
    -webkit-backface-visibility: hidden; }

/*.project-list-container.project-list-single:after { content: ""; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 0%); transition: background-color 0.5s ease;}*/
.project-list-container.project-list-single:hover:after { background-color: rgb(0 0 0 / 50%); transition: background-color 0.5s ease;}
.project-list-container.project-category:after { content: ""; background: rgb(0 0 0 / 0%);  position: absolute; top: 0; width: 100%; height: 100%; transition: background-color 0.5s ease;}
.project-list-container.project-category:hover:after { content: ""; background: rgb(0 0 0 / 50%);  position: absolute; top: 0; width: 100%; height: 100%; transition: background-color 0.5s ease;}


.project-hero-title-location-category { display: flex; position: absolute; bottom: 0; width: 100%; padding: 2rem; flex-direction: row; justify-content: space-between; align-content: flex-end; align-items: flex-end; z-index: 2;}
/*.project-hero-title-location {position: absolute; bottom: 2rem; left: 5rem; color: #fff; font-size: 3rem;}*/
.single-project-location { font-weight: 100; font-size: 1rem; color: #fff;}
h1.project-main-page-title,
h1.project-main-page-title p { font-weight: 400; font-size: 2rem; color: #fff; text-shadow: 0px 0px 7px rgba(0, 0, 0, 1); margin: 0; text-align: left;}
h1.project-main-page-title strong { text-transform: uppercase;}
/*.project-hero-category {position: absolute; bottom: 2rem; right: 2rem; }*/
.single-project-category { display: flex; display: flex; flex-wrap: wrap; justify-content: flex-end; }
.single-project-category a {color: var(--body); font-weight: 400; font-size: 0.9rem; background-color: rgb(255 255 255 / 70%); padding: 0rem 1rem;  display: inline-block; margin:0.3rem; border-radius: 5px; }
.project-single-body {margin: 5rem auto;}

.project-gradient-hero { position: absolute; background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0) 40%); z-index: 1; width: 100%; height: 100%; }


div#facts-figures h3,
.h3.facts-figures-title,
h3.project-specs-titles { width: 100%; box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 50%); margin-top: 4rem; }

.facts-figures {margin-bottom: 3rem;}

.uds-projects .horizontal-tabs {border: unset;}
.uds-projects .horizontal-tabs ul.horizontal-tabs-list {display: table; margin: auto; width: auto; background: transparent;}
.uds-projects .horizontal-tabs ul.horizontal-tabs-list .selected {}
.uds-projects .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button {background-color: transparent; border: unset;}
.uds-projects .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a {font-weight: 100; color: #666;}
.uds-projects .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button.selected a {color: var(--primary); border-bottom: var(--primary) solid 2px; font-weight: bold;}

#project-specs { display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; padding: 0; position: relative; }
#project-specs.uds-project-specs .field,
#project-team.project-team .team-items .field__item { display: flex; flex-flow: row wrap; padding: 0.5em 0; width: calc(50% - 20px);  color: var(--primary); border-bottom: 1px solid rgb(99 114 113 / 30%); /*box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 50%);*/}
#project-specs.uds-project-specs .field:nth-child(odd) {margin-right: 1rem;}
#project-specs.uds-project-specs .field:nth-child(even) {margin-left: 1rem;}
#project-specs.uds-project-specs .field div { float: left; margin: 0; text-align: left; line-height: 24px; font-weight: bold;padding-left: 0.9375rem;}
#project-specs.uds-project-specs .field div.field__label {font-weight: 400; color: var(--primary);padding-left: 0;}

#project-team.project-team { display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; padding: 0; position: relative; margin-bottom: 4rem;}
#project-team.project-team .team-items.field { width: 100%; }

#project-team.project-team .team-items .field__item:nth-child(odd) { margin-right: 1rem; }
#project-team.project-team .team-items .field__item:nth-child(even) { margin-left: 1rem; }
#project-team.project-team .team-items .field__item div:first-child { padding-left: 0;}
#project-team.project-team .projects-team-memeber-name {margin-right: 1rem;}
#project-team.project-team .projects-team-memeber-surname {margin-right: 1rem}
#project-team.project-team .projects-team-memeber-position {float: left; margin: 0; text-align: left; line-height: 24px; }
.project-team-member {/*margin-left: 1rem; float: left; text-align: left; line-height: 24px;*/ font-weight: bold;}

.team-design-list-container,
.project-list-container { position: relative; border-bottom: 1px solid #fff;} 

.project-list-container.project-category .project-hero-title-location { color: #fff; font-weight: 100; font-size: 3rem; text-shadow: 0px 0px 7px rgba(0, 0, 0, 1); z-index: 10; bottom: unset; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.project-list-container.project-category .project-hero-title-location a {color: #fff;}

.project-list-container.project-list-single .project-hero-title-location { position: absolute; bottom: 1rem; left: 2rem; color: #fff; font-weight: 100; font-size: 3rem; text-shadow: 0px 0px 7px rgb(0 0 0); z-index: 10; }

.h2.single-project-title { color: #fff; margin-bottom: 0; text-transform: uppercase; letter-spacing: 1; text-transform: uppercase; letter-spacing: 13px; text-align: center; font-size: 2rem;}
h2.project-main-page-title strong { text-transform: uppercase; }
.project-list-container h2.project-main-page-title  {  margin-top: 0; line-height: 1;}
.project-list-container h2.project-main-page-title, 
.project-list-container h2.project-main-page-title a p {  color: #fff; margin: 0; font-size: 2rem; text-align: left;}
.project-list-container .single-project-location a {  font-size: 1rem; text-shadow: 0px 0px 7px rgba(0, 0, 0, 1); color: #fff;}

.project-list-container.project-category:hover .single-project-media div, 
.project-list-container.project-list-single:hover .single-project-media div {background-color:#000}
.project-list-container.project-list-single:hover img { opacity: 0.8;}

span.media__icon.media__icon--litebox { animation: proj-fadeIn 10s; }
span.media__icon.media__icon--litebox::before { animation: proj-fadeIn 20s; }

@keyframes proj-fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes proj-fadeIn-shad {
  0% { text-shadow: -2px 0px 4px transparent; }
  100% { text-shadow: -2px 0px 4px #000000; }
}


.uds-projects strong {font-weight: 100;}
.uds-projects .selected a strong {font-weight: 400;}
.uds-project-info { margin: 2rem auto; width: 50%;}
.uds-project-info .projects-main-body   { text-align: justify; text-align-last: center;}

.press-releases .press-release-items  .field__item {padding: 0.5rem 0;}

.hp-featured-projects-par h2 {/*font-size: 2rem;*/ line-height: 1; margin-bottom: 2.5rem;}
.hp-featured-projects-title {text-align: left;}
.hp-featured-projects-title h3 p,
.hp-featured-projects-title a {color: var(--primary);}

.hp-hero-banner .comp-banner-body {}

.our-projects-page-ttl h1 {float: left; margin: 0;}
.projects-category-list-results-container {}
.projects-category-list-results-container header {width: 100%;}
.projects-category-result-count,
.projects-category-list-results-container .projects-category-result-count { display: flex; flex-direction: row; justify-content: flex-end; background: #ddd; float: right; padding: 0.2rem 1rem;}
.projects-category-container header {width: 100%;}
.projects-category-container header .view-all-projects-btn {}
.projects-category-container header .view-all-projects-btn a { color: var(--dark); float: right; margin-bottom: 1rem; padding: 0.5rem 1rem; }


h3.team-members-title { width: 100%; display: flex; box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 8%);  margin-top: 2rem; }
h3.press-releases-list { display: flex; box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 8%);  margin-top: 2rem; }
.h4.team-memeber-name,
.h4.team-memeber-surname {margin-bottom: 0rem; line-height: 1;}


/*TEAMS*/

.team-design-list-container .project-main-page-title a,
.team-design-list-container .single-team-design-title a {color: #fff; font-size: ;}

/*INTEGRATED DESIGN*/
.integrated-design-main-container {}
.integrated-design-description {padding: 3rem 0;}


/*PEOPLE*/
nav.people-menu-sort .block-menu__content ul li a {color: var(--primary);}

.uds-people-single { position: relative; margin-bottom: 1rem; }
.uds-people-single img { width: 100%; }
.people-page .team-members-information,
.people-hero-title-location { text-align: center; margin-top: 0.5rem;}
.people-page .team-member-name,
h2.people-main-page-title { font-size: 1.1rem; line-height: 1; margin-bottom: 0.5rem;}
.people-page .team-member-name a,
h2.people-main-page-title a { font-size: 1.1rem; line-height: 1; color: var(--primary);}
.people-page .team-member-position { font-size: 0.8rem; font-weight: bold;}

.people-page .h2.par-block-title { margin: 2rem 0 0 0; border-bottom: 1px solid #000; font-size: 1.5rem; color: var(--primary);}

.founding-members-container .comp-text { text-align: left; }
.founding-members-container .nested-component-cont>div { display: block; align-self: start; }

.team_projects-title { font-weight: bold; color: var(--secondary);}
.team-mem-project a { color: var(--secondary); font-weight: 100; }
.team-mem-project a:hover { color: var(--primary); }

#drupal-modal team-member-container {background-color: #fff;}


/* COOKIES */

.cc_banner-wrapper .cc_container { background-color: rgb(98 114 113 / 77%); color: #fff; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.cc_banner-wrapper .cc_container .cc_btn:hover,
.cc_banner-wrapper .cc_container .cc_btn:active { background-color: #00950b; color: #fff; }


/*SOCIAL MEDIA*/

.social { display: table; margin: auto;}
.social ul {display: flex; float: right; margin: 0;}
.social ul li { list-style: none; }
.social ul li a { display: block; position: relative; width: 40px; height: 40px; line-height: 40px; font-size: 15px; text-align: center; text-decoration: none; color: #ffffff; margin: 0px; transition: .5s; }
.social ul li a span { position: absolute; transition: transform .5s; }
.social ul li a span:nth-child(1),
.social ul li a span:nth-child(3) { width: 100%; height: 1px; background: #ffffff; }

.social ul li a span:nth-child(1) { top: 0; left: 0; transform-origin: right; }
.social ul li a:hover span:nth-child(1) { transform: scaleX(0); transform-origin: left; transition: transform .5s; }
.social ul li a span:nth-child(3) { bottom: 0; left: 0; transform-origin: left; }
.social ul li a:hover span:nth-child(3) { transform: scaleX(0); transform-origin: right; transition: transform .5s; }
.social ul li a span:nth-child(2),
.social ul li a span:nth-child(4) { width: 1px; height: 100%; background: #ffffff; }
.social ul li a span:nth-child(2) { top: 0; left: 0; transform: scale(0); transform-origin: bottom; }
.social ul li a:hover span:nth-child(2) { transform: scale(1); transform-origin: top; transition: transform .5s; }
.social ul li a span:nth-child(4) { top: 0; right: 0; transform: scale(0); transform-origin: top; }
.social ul li a:hover span:nth-child(4) { transform: scale(1); transform-origin: bottom; transition: transform .5s; }
.social ul li a:hover { color: #fff; }


.comp-banner-content h2 {color: #fff; text-shadow: 0px 0px 7px rgb(0 0 0); font-weight: 300;}
.full .comp-text-icon img {width: 100%;}
.uds-hero-sign { width: 100%; fill: #fff; max-width: 800px; margin: auto;}
.uds-sign { width: 100%; fill: #fff; max-width: 500px; }

/*h2.musical-stories-title {line-height: 0;}*/


/*NEWS*/
.h2.par-block-title {/*text-align: center;*/}
.artcl-main-cont {}
.article-container-row {padding: 0 0 2rem; /*border-bottom: 1px solid var(--primary);*/}
.article-container-row::after { content: ""; border-bottom: 1px solid var(--primary); width: 50%; display: block; margin: auto; padding-bottom: 2rem; }
.news-article .article-container-row .artcl-img-cont  { margin-bottom: 1rem;}
.h3.news-subtitle {padding-bottom: 2rem;}
/*.article-container-row:nth-child(even) {background-color: #ececec;}*/
.news-article h1 {text-align: left; margin-bottom: 2rem;}
.news-article h2 {text-align: left; margin-bottom: 0rem;}
.news-article-block-hp h2-,
.news-list-page h1 {}

h3.artcl-ttl { line-height: 1; }
h3.artcl-ttl a { font-weight: bold; font-size: 1.5rem;}
.artcl-published-on { font-weight: 400; color: var(--primary); margin-bottom: 1rem; font-style: italic; }
/*.article-container { margin-bottom: 3rem; }*/
.artcl-img img {width: 100%;}
.artcl-btn a { border-bottom: 1px solid #000; font-size: 1.1rem; line-height: 2; color: #000; padding:  -webkit-transition: 0.3s; transition: 0.3s;}
.artcl-btn a:hover { border-bottom: 1px solid var(--primary); color: var(--primary); transition: 0.3s; }
.artcl-pg-body {margin-top: 2rem;}
.artcl-main-cont img,
.artcl-pg-img {margin: auto; margin-bottom: 2rem; display: block;}
.artcl-head-title { font-size: 4rem; line-height: 1;}
.artcl-summary {font-weight: 400; font-size: 1rem; margin-bottom: 1rem; line-height: 1.2;}
.artcl-submitted {margin-bottom: 2rem;}
h2.artcl-ttl { font-weight: bold; font-size: 1.5rem; }

nav#block-mainnavigation { float: right; }
nav .block-menu__content ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; -webkit-box-align: end; -ms-flex-align: end; align-items: end; flex-wrap: nowrap;}
nav .block-menu__content ul li { float: left; list-style: none; margin: 1rem; }
nav .block-menu__content ul li a { color: #fff; }

.news-page-subtitle h2 {margin-top: 2rem; color: var(--primary);}
.news-page-header .node-title h1 { margin-bottom: .5rem; }
.media-image-cntr img.media__image {margin: auto;}

ul.js-pager__items,
ul.pager__items.js-pager__items { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; }
ul.js-pager__items li,
ul.pager__items.js-pager__items li { padding: 0 1rem; list-style: none }
ul.pager__items.js-pager__items li.is-active { border-bottom: 1px solid; }

/*STUDIO*/

.primary-bg-colour,
.studio-services { background-color: var(--primary); color: #fff; }
.primary-bg-colour p,
.studio-services p { color: #fff; }
.secondary-bg-colour,
.studio-services { background-color: var(--secondary); color: #fff; }
.secondary-bg-colour p,
.studio-services p { color: #fff; }
.secondary-bg-colour .text-component-in-cont,
.primary-bg-colour .text-component-in-cont { max-width: 90rem; margin: 0 auto; }



/*SINGLE TEXT BLOCK*/
.h2.text-blocks-main-title,
.h3.single-tex-block-main-subtitle {text-align: center; margin: auto; display: block;}

.h2.single-text-block-title,
.h3.single-text-block-subtitle {text-align: center; margin: auto;}
.h3.text-single-block-title{margin-top: 2rem;}
.h4 text-single-block-subtitle{margin-top: 1rem;}
.text-single-block-body {margin-top: 1rem;}
.text-single-icon img {margin: auto;  display: block;}
.text-single-block-button.button {margin-top: 2rem; background-color: var(--button-dark);}
.text-single-block-button.button a {color: var(--button-light);}
.h2.text-blocks-main-title { margin-bottom: 1rem; color: #fff;}

/*.text-blocks-group,
.text-blocks-group p {background-color: var(--primary); color: #fff;}*/

.text-blocks-group .h2.text-single-block-title,
.text-blocks-group .h3.text-single-block-title,
.text-blocks-group .h4.text-single-block-title {color: #fff;}


/*TESTIMONIALS*/
.testimonials-container-out {background: linear-gradient( to bottom, #EDF1F2, #D5E2F2); padding: 2rem 4rem;}
.testimonials-container-content {/*margin-left: 2rem; margin-right: 4rem;*/}
.testimonials-container { margin: auto; max-width: 50%; background: #fff; padding: 2rem 4rem;   max-width: 90rem; margin: 0 auto;  
-webkit-box-shadow:: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
}
.tesimonial-body {}
.tesimonial-body p {font-size: 0.8rem; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; font-style: italic;}
.testimonial-full-name { font-size: 1.1rem;}
.testimonial-title { font-size: 1.1rem}
.tesimonial-body {quotes: "“" "”"; margin: 2rem;}
.tesimonial-body::before { content: open-quote; font-size: 4rem; position: absolute; left: 2px; line-height: 1; overflow: visible; top: 2rem; color: var(--primary);}
.tesimonial-body::after { content: close-quote; font-size: 4rem; position: absolute; right: 2px; line-height: 1; overflow: visible; bottom: 2rem; color: var(--primary);}
.h2.testimonials-main-title,
.testimonials-container-content fieldset.h2 {margin: auto; text-align: center; color: var(--primary);}

/*SIDE BY SIDE*/

/*BUTTONS*/
.button a,
button a { padding: 0rem; border-radius: 5px; /* TRANSITION */
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;}

.text-blocks-group .button {/*background-color: #fff;*/ }
.text-blocks-group .button a { color: var(--primary);}
.comp-text-btn {}
.comp-text-btn:hover {}


.comp-text button { /*margin-top: 2rem; */}
.text-single-block-button.button a,

.text-single-block-button.button a:hover,
.comp-text button a:hover { color: var(--primary);}

.wrapper { display: flex; flex-direction: column; width: 100%; height: 100%; position: relative; }
.indicator { position: fixed; top: 0; height: 5px; background: var(--primary); transition: 0.5s; z-index: 999; border-bottom: 2px solid #fff; }

nav.slick__arrow {  }
.hp-featured-projects-title h3 strong {text-transform: uppercase;}

/*SOCIAL ICONS*/
.projects-social {display: flex; justify-content: center; padding-top: 0rem;} 

.projects-social .addtoany_list.a2a_kit_size_32 > a {font-size: 16px; margin-right: 1rem;}
.projects-social .addtoany_list.a2a_kit_size_32 > a:last-child {margin-right: 0;}


/*SLICK SLIDER*/

button.slick-arrow:hover,
button.slick-arrow { margin: 0rem; }
.slick-arrow::before { color: #fff; font-size: 36px; font-size: 2.25rem; }q
.slick__arrow button::before { font-family: 'uds_icons'; }
.slick-prev:before { content: '←'; content: '\e800'; }
.slick-next:before { content: '←'; content: '\e801'; }
.hp-featured-projects-par .slick__arrow { width: calc(100% + 2rem); left: -1rem; }
.hp-featured-projects-par button.slick-arrow { width: 20px; }
.hp-featured-projects-par .slick__arrow button::before { color: var(--primary); }
.slick-lightbox-slick button.slick-next:before,
.project-image-slider-container button.slick-prev:before { text-shadow: 2px 0px 4px #000000; }
.slick-lightbox-slick button.slick-prev:before,
.project-image-slider-container button.slick-next:before { text-shadow: -2px 0px 4px #000000; }
.media__icon--litebox::before,
.media__icon--litebox::after {width: 30px}
.slick-slider { touch-action: auto !important; }
span.media__icon.media__icon--litebox {opacity: 1;top: unset; left: unset; width: 30px; height: 30px; bottom: 0rem; right: 0rem; }
span.media__icon.media__icon--litebox::before { font-family: 'uds_icons'; font-size: 27px; content: '\e803'; width: 30px; height: 30px;  background: transparent; visibility: visible; opacity: 1; top: 0; left: unset; right: 0; line-height: 1; padding: 2px; margin: 0; transform: unset; position: relative; color: #fff; text-shadow: -2px 0px 4px #000000;}
.media__icon.media__icon--litebox::after {display: none;}


/*slider projects*/
.media.media--slick-lightbox.media--switch.media--ratio.media--ratio--fluid { height: 100vh; padding-bottom: 0 !important; }
.media-wrapper.media-wrapper--inline { height: 100vh; width: 100% !important;    /* margin: unset; */ }
.slick-lightbox {background: #fff!important;}
.slick-lightbox-slick-item-inner { height: 100vh; vertical-align: top; width: 100%; max-width: 99%; max-height: 100% !important; }
img.slick-lightbox-slick-img { height: 100%; object-fit: cover; max-height: 100% !important; max-width: 100%; }
.slick-next:before,
.slick-prev:before { font-family: 'uds_icons'; } 
.slick-lightbox-close { width: 30px; height: 30px; color: #fff;   background: transparent;}
.slick-lightbox-close:before {font-family: 'uds_icons'; font-size: 27px;content: '\e802'; line-height: 1; width: 30px; height: 30px;  color: #fff; text-shadow: -2px 0px 4px #000000;}


#block-mainnavigation {display: none;}

nav.footer-menu {}
nav.footer-menu ul li {margin: 0.5rem; line-height: 1;}
nav.footer-menu ul li a {font-size: 0.9rem;}
nav.footer-menu div.block__content ul { margin: auto; display: table; border-bottom: 1px solid #fff; margin-bottom: 1rem;}
.footer-sitemap nav {border-bottom: 1px solid #fff;}
.footer-sitemap nav ul li {padding: 0.5rem; display: inline-block; font-size: 0.9rem;}
.footer-sitemap nav ul li a {color: #fff;}
.copyright { background: var(--primary); padding: 1rem; color: #fff; text-align: center; }
.made-by a,
.made-by { color: #333; margin: auto; font-size: 0.8rem; text-align: center; padding-bottom: 0.5rem; text-shadow: 0.05rem 0.05rem #999; letter-spacing: 1px; }
.deigned-by { margin-top: 1rem; }

.footer-container ul.footermap-header.footermap-header--main {margin: auto;}
#block-uds-architects-copyrightfooter { font-size: 0.9rem; }

.nested-component-cont { margin: unset; }

.blazy__slick-lightbox {cursor: default;}



/* Small only */
@media screen and (max-width:39.9375em) {
    .branding_and_menu_cont { margin-bottom: 0; }
    .logo { margin: auto; display: table; text-align: center; order: 0; /*margin-bottom: 2rem;*/ }
    .site-branding__logo-img { max-width: 75% }
    .main_menu .social { display: table; width: auto; margin: auto; margin-bottom: 1rem; }
    .block-cheeseburgermenu__trigger-element { position: absolute; right: 10px; top: 10px; }
    blockquote { max-width: 100%; padding: 0; }
    .comp-banner-content h2 { font-size: 2rem; color: #fff; line-height: 100%; }
    .cheeseburger-menu__side-trigger { min-height: unset; top: 23px; }
    .page-node-24 .logo { display: none; }
    .responsive-menu { /*margin-bottom: 3rem;*/ }
    .article-container-row .artcl-img-cont { margin-bottom: 1rem; }
    .news-article h1 { margin-bottom: 2rem; }
    .homepage-featured-projects-slider nav.slick__arrow { display: none; }
    .comp-banner-content h2 { font-weight: 600; font-size: 1.5rem; }
    h1.project-main-page-title,
    h1.project-main-page-title p { color: #fff; font-size: 1.5rem; }
    .single-project-location { font-weight: 400; font-size: 1.1rem; }
    .slick--optionset--uds-projects { width: auto; }
    .slick--optionset--uds-projects-thumbs { display: none; }
    .uds-project-info { width: unset; }
    .project-list-single .single-project-location { text-shadow: unset; font-size: 1.1rem; }
    .project-list-container h2.project-main-page-title,
    .project-list-container h2.project-main-page-title a p { font-size: 1.5rem; }
    .project-list-container .project-hero-title-location { bottom: 0rem; left: 1rem; }
    .project-list-single .project-hero-title-location { bottom: 0rem; left: 0rem; margin-top: 0.5rem; }
    .project-single-header .project-hero-title-location { position: relative; color: var(--primary); font-size: 2rem; left: unset; bottom: unset; top: 1rem; margin-left: 1rem; }
    .project-single-header .project-hero-title-location h1 { font-size: 1.5rem; }
    .project-single-header .project-hero-title-location h1 { font-size: 1.5rem; }
    .hp-hero-banner h2 { font-size: 3rem; font-weight: 300; }
    .single-project-media { overflow: hidden; }
    #project-team.project-team .team-items { flex-direction: column; align-content: space-around; align-items: center; width: 100%; font-size: 16px; }
    #project-team.project-team .team-items .field__item { width: 100%; }
    #project-team.project-team .team-items .field__item:nth-child(even),
    #project-team.project-team .team-items .field__item:nth-child(odd) { margin: 0; }
    .h2.single-project-title { letter-spacing: 6px; }
    .project-list-container .project-hero-title-location { position: absolute; bottom: 2rem; left: 5rem; color: #fff; font-size: 3rem; }
    .projects-hero-image-container .project-hero-title-location { left: 1rem; }
    .projects-hero-image-container .project-hero-title-location h1.project-main-page-title { font-size: 1.5rem; }
    #project-specs.uds-project-specs .field,
    #project-team.project-team .team-items .field__item { width: calc(100% - 00px); }
    #project-specs.uds-project-specs .field:nth-child(even),
    #project-specs.uds-project-specs .field:nth-child(odd) { margin-left: unset; font-size: 16px; }
    #project-specs.uds-project-specs .field div { padding-left: 0; }
    #project-team.project-team .team-items .field__item div:nth-child(2) { padding-left: 0; }
    .projects-category-container header .view-all-projects-btn a { float: left; clear: both; }
    .views-header-category-projects-list { flex-direction: column; align-items: flex-start; }
    .projects-hero-image-container { height: 65vh; }
    .projects-hero-image-container div.cell { height: 100%; display: flex; }
    .projects-hero-image-container div.cell div { height: 100%; }
    .projects-hero-image-container img { object-fit: cover; height: 100%; }
    .projects-hero-image-container .project-hero-title-location,
    .projects-hero-image-container .project-hero-category { height: unset !important; }
    .single-project-category { display: flex; flex-wrap: nowrap; justify-content: flex-end; flex-direction: column; align-items: flex-end; }
    .hp-featured-news,
    .news-list-page .grid-container { padding: 0; }
    span.media__icon.media__icon--litebox { width: 30px; height: 30px; bottom: 0rem; right: 0rem; }
    span.media__icon.media__icon--litebox::before { width: 30px; height: 30px; }

    .slick.blazy.blazy--nojs.blazy--slick-lightbox.blazy--lightbox.blazy--slick-lightbox-gallery,
    .slick-arrow:hover::before { color: #fff; }
    .blazy--slick-lightbox .media.media--blazy.b-lazy.b-bg.media--slick { height: 50vh; }
}

@media screen and (max-width:63.9375em) and (orientation:landscape) {

    /*        .slick-lightbox-slick-item-inner { height: 100vh; vertical-align: middle; width: 100%; max-width: 50%; max-height: 100% !important; }*/
    .slick.blazy.blazy--nojs.blazy--slick-lightbox.blazy--lightbox.blazy--slick-lightbox-gallery-,
    .blazy--slick-lightbox .media.media--blazy.b-lazy.b-bg.media--slick { width: 50vw; margin: auto; height: 100vh; }
    .slick-lightbox .slick-slide img { width: 100%; }
        .slick-arrow:hover::before { color: #fff; }


}


/* Medium only */
@media screen and (min-width:40em) and (max-width:63.9375em) {
    .project-hero-title-location { left: 2rem; }
    .single-project-bg-gradient { height: 50%; }
    .single-project-category a {font-size: 1rem; }
    .news-article h1 { margin-bottom: 2rem; }

        #project-specs.uds-project-specs .field,
    #project-team.project-team .team-items .field__item { width: calc(100% - 00px); }
    #project-specs.uds-project-specs .field:nth-child(even),
    #project-specs.uds-project-specs .field:nth-child(odd)  {margin-left: unset; font-size: 16px;}
    #project-specs.uds-project-specs .field div {padding-left: 0;}

    #project-team.project-team .team-items .field__item:nth-child(even),
    #project-team.project-team .team-items .field__item:nth-child(odd) {margin: 0;}
    .uds-project-info { width: 70%;}
    .news-list-page .grid-container {padding: 0;}
}

/* Medium and up */
@media screen and (min-width:40em) {
    .contacts-webform { width: 90%; margin: auto; }

    #block-mainnavigation { display: none; }
    .single-project-bg-gradient { position: absolute; width: 100%; height: 30%; bottom: 0; background: rgb(0, 0, 0); background: linear-gradient(0deg, rgba(0, 0, 0, 0.5032387955182073) 0%, rgba(0, 0, 0, 0.2455357142857143) 50%, rgba(0, 0, 0, 0) 100%); }

    .project-image-slider-container { padding: 0; }
}

/* Large and up */
@media screen and (min-width:64em) {
    .uds-people-founding-partners .uds-people-container { width: 50%; }
    .contacts-webform { width: 80%; margin: auto; }
    #block-mainnavigation { display: unset; }
    .slick--optionset--uds-projects { /*width: 90%;*/ }
    .slick--optionset--uds-projects-thumbs { width: 10%; min-width: 170px; }
    .slick--optionset--uds-projects-thumbs .slick-slide.slick-current.slick-active { opacity: 50%; }
    .cell:nth-child(odd) .project-list-container.project-category,
    .cell.views-row:nth-child(odd) .project-list-container { border-left: 1px solid #fff; }
    .cell.views-row:nth-child(even) .project-list-container { border-right: 0px solid #fff; }
    .news-article .article-container-row .artcl-img-cont { padding-left: 0; margin-bottom: 0rem}
    .path-projects .main_menu nav .block-menu__content ul li a.projects-link,
    .page-node-type-projects .main_menu nav .block-menu__content ul li a.projects-link { font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000; }

}

/* Large only */
@media screen and (min-width:64em) and (max-width:74.9375em) { }

.centre-title h1.node__title,
.centre-title h2 { text-align: center; }
.padding-l-r-enable,
.grid-container.full.padding-l-r-enable { padding-left: 1rem; padding-right: 1rem; }
.margin-l-r-enable,
.grid-container.full.margin-l-r-enable { margin-left: 1rem; margin-right: 1rem; }

/*PARAGRAPH BANNERS*/
.comp-banner { width: 100%; position: relative; }
.comp-banner-media { width: 100%; }
.comp-banner-media:before { content: ""; position: absolute; width: 100%; height: 100%; display: table; z-index: 9; opacity: 25%;}
.dark-background .comp-banner-media:before,
.hp-hero-banner .comp-banner-media:before { background: #000; }
.comp-banner-media img { width: 100% }
.comp-banner-content-cntnr { text-align: center; }
.comp-banner-content { z-index: 10; text-align: center; width: 75%; margin: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.full-screen .comp-banner-media { height: 100vh; opacity: 0.9; }
.full-screen .comp-banner-media article { height: 100%; }
.full-width-container .comp-banner-media video,
.full-width .comp-banner-media video { width: 100%; }
.banner-max-width .comp-banner-media { height: 50vh; }
.banner-max-width .comp-banner-media img,
.banner-max-width .comp-banner-media video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; object-fit: cover; object-position: center; }
.full-screen .blazy--field-media-image div { height: 100vh; }
.full-screen .comp-banner-media video,
.full-screen .comp-banner-media img { width: 100%; min-height: 100vh; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; object-fit: cover; object-position: center; }
.comp-banner button { margin-top: 2rem; font-weight: 900; }
.comp-banner button a { font-size: 1.1rem; line-height: 2; border-bottom: 1px solid var(--primary); color: var(--primary); padding: .3rem 1rem; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.3s; transition: 0.3s; }
.comp-banner button a:hover { color: var(--primary); font-size: 1.1rem; padding: .3rem 0.5rem; -webkit-transform: scale(0.95); transform: scale(0.95); }
.padding-top-enable { padding-top: 2rem; }
.padding-bottom-enable { padding-bottom: 2rem; }
.margin-top-enable { margin-top: 2rem !important; }
.margin-bottom-enable { margin-bottom: 2rem !important; }

/* Small only */
@media screen and (max-width:39.9375em) {
    .story-hero.full-screen .comp-banner-media { height: unset; }
    .story-hero.full-screen .comp-banner-media video,
    .story-hero.full-screen .comp-banner-media img { position: relative; height: unset; }
    .story-hero.full-screen .comp-banner-media .blazy--field-media-image div { height: unset; }
    .comp-banner button a,
    .comp-banner button a:hover { padding: .3rem 0rem; }
    .comp-banner button { margin-top: 0.5rem; }
 }
.people-homepage .comp-banner { background: transparent; }
.people-homepage .comp-banner-content { position: relative; transform: unset; left: unset; top: unset; }
.people-homepage .comp-banner-content button { margin-top: 0; }
.people-homepage .comp-banner-content button a { background: var(--light-bg); padding: .5rem 2rem; border: unset; font-size: 1.5rem; font-weight: unset; }
.comp-banner-content.banner-nc { position: relative; top: unset; left: unset; -webkit-transform: unset; -ms-transform: unset; transform: unset; }
.comp-banner-content.banner-nc h2 {color: var(--primary); text-shadow: unset;}
.hp-hero-banner {background: #000;}
.homepage-featured-projects-slider .slick-prev:before, 
.homepage-featured-projects-slider .slick-next:before {opacity: 100%;}

/*PARAGRAPH TEXT*/

/*.comp-text { text-align: center; }*/
.comp-text-icon { margin-bottom: 2rem; }
.comp-text-content-cntnr { }

.expertise-page-title h2 {font-size: 2rem;}
.expertise-page-title::before {content: ''; width: 50%; margin: auto; border-top: 1px solid #000; margin-bottom: 2rem; display: block;}
.our-values-container h2.comp-text-main-title {color: #fff;}
.image-right.paragraph--view-mode--text-and-title-split-side-by-side-with-image .grid-x .cell:first-child,
.image-right.paragraph--view-mode--text-and-title-split-side-by-side-with-image-2-3 .grid-x .cell:nth-child(2)  {order: 2;} 

.hp-our-expertise .comp-banner-media:hover .blazy:after { content: ""; background: rgb(0 0 0 / 50%); -webkit-transition: all .6s ease; transition: all .6s ease; }
.hp-our-expertise .comp-banner-media .blazy:after { content: ""; background: rgb(0 0 0 / 0%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .6s ease; transition: all .6s ease; }
.hp-our-expertise .comp-banner-media .media { overflow: hidden; }
.hp-our-expertise .comp-banner-media .media img { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.hp-our-expertise .comp-banner-media:hover .media img { -moz-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); -webkit-transition: all .6s ease; -webkit-backface-visibility: hidden; }


/* Small only */
@media screen and (max-width:39.9375em) {
    .comp-text button a,
    .comp-text button a:hover { padding: .3rem 0rem; }
    p {text-align: justify;}
}
@media screen and (min-width:64em) {
    .image-container-col-2-3 { position: relative; }
    .image-container-col-2-3 .comp-text-icon { position: absolute; height: 100%; }
    .image-container-col-2-3 .comp-text-icon div { height: 100%; }
    .image-container-col-2-3 .comp-text-icon img { object-fit: cover; height: 100%; }
    .image-container-col-2-3 .comp-text-icon.media-img-col-2-3 article { display: contents; }
}



/*PARAGRAPH BLOCK IMAGE*/
.our-expertise .comp-banner-media { width: 100%; position: relative; }
.our-expertise .comp-banner-content h3 { font-size: 2.3rem; color: #fff; text-shadow: 0px 0px 7px rgb(0 0 0); opacity: 0.5; line-height: 1; margin: 0; bottom: -4px; position: relative;}
.our-expertise .comp-banner-body { text-align: left; margin: 1rem 0; }
.our-expertise .comp-banner-content { z-index: 10; text-align: left; width: 100%; margin: auto; position: absolute; top: unset; bottom: 0; left: auto; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }

.our-expertise  .fullscreen-link,
.our-expertise  .fullscreen-link a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 11; color: transparent; }


.page-node-82 .ui-dialog { width: 100% !important; left: 0 !important; top: 0 !important; z-index: 9980; height: 100% !important; max-width:100% !important; background-color:#fff !important; }
.page-node-82 .ui-dialog-content { max-height: 100% !important; }
.page-node-82 .ui-dialog .ui-dialog-titlebar.ui-widget-header { border: 0; background: transparent; color: #333333; font-weight: bold; }
.page-node-82 .ui-button-icon-only .ui-icon { top: 0; left: 0; margin-top: 0px; margin-left: 0px; }
.page-node-82 .ui-icon-closethick { background-position: 0px 0px; }
.page-node-82 .ui-icon, 
.page-node-82 .ui-widget-content .ui-icon,
.page-node-82 .ui-button .ui-icon,
.page-node-82 .ui-button:hover .ui-icon,
.page-node-82 .ui-widget-header .ui-icon { background-image: url(/themes/custom/uds_architects/images/modal-close.png) !important; background: transparent; width: 27px; height: 27px; }
.page-node-82 .ui-dialog .ui-dialog-title {display: none;}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button,
.ui-button.ui-state-active:hover { border: 1px solid var(--primary); background: transparent; }
button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close { border: 0; z-index: 1000; top: 11px; position: relative; right: 0px; float: right; width: 27px; height: 27px; margin: 1rem;}
.uds-people-container div.ajax-progress.ajax-progress-throbber {display: none;}
    .team-member-container .medium-grid-frame { padding-top: 2rem; }

#drupal-modal { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100% !important; }


@media screen and (max-width:39.9375em) {
    .team-member-photo picture img { width: 100%; }
}

@media screen and (min-width:40em) {
    .team-member-container .medium-grid-frame { height: calc(100vh - 3rem); }
    .team-member-photo picture img { height: calc(100vh - 3rem); max-height: 100vh; margin: auto; padding-top: 2rem; display: block; object-fit: contain; object-position: top; width: 100%; max-width: 500px; }
}


.views-header-category-projects-list select.form-select { border: 0; background-image: url(/themes/custom/uds_architects/images/drop-arrow.png) !important; background-position: right -3rem center; background-size: 31px 15px; padding-right: 3.5rem; }
.views-header-category-projects-list select.form-select:focus  {box-shadow: unset;}
.views-header-category-projects-list input#edit-submit-project-hero-image { visibility: hidden; }



/* Hide scrollbar for Chrome, Safari and Opera */
.team-member-info-container::-webkit-scrollbar { display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.team-member-info-container { -ms-overflow-style: none;  /* IE and Edge */ scrollbar-width: none;  /* Firefox */ }


@media print {
    body { margin: 0; color: #000; background-color: #fff; }
    a:after { display: none; }
    a,
    a:visited { text-decoration: none; }
    .branding_and_menu-out { position: relative !important; }
    .project-hero-title-location a,
    .project-hero-title-location a strong,
    .project-hero-title-location h2 ,
    .project-hero-title-location h1,
        .project-hero-title-location h1 strong  {color: #fff !important;}
    .views-header-category-projects-list select.form-select {background-image: none;}
    .project-hero-category {display: none;}
    .single-project-location { color: #fff !important; }
}

@media screen and (max-width:63.9375em) and (orientation:landscape) {
    .project-image-slider-container img,
    .hp-featured-projects-par .hp-featured-projects-image img { width: 100% }
    .is-sticky  .branding_and_menu-out .logo #block-uds-architects-branding { width: 60px; }
}

.is-sticky  .branding_and_menu-out {width: 100%!important;}

.testimonials-par {margin-bottom: 1rem;}
.testimonials-container { padding: 2rem 1rem; }
.tesimonial-body h6 { font-size: 1rem; text-align: center; }
.testimonial-full-name,
.testimonial-title { font-size: 1.1rem; text-align: center; }

