.product-details {
  margin: var(--site-spacing_lg);
  border-radius: var(--base-border-radius);
  display: flex;
  position: relative; }

.product-details .product-info .button-information {
  display: inline-block;
  flex-direction: column; }

.product-details .product-info {
  padding: calc(var(--pc-spacing_lg) * 2) var(--pc-spacing_lg);
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.product-details .product-info .modal .modal-dialog {
  display: flex;
  justify-content: center; }

.product-details .product-info .modal .modal-dialog .modal-content {
  width: auto; }

.product-details .product-info .modal::before {
  display: none; }

.product-details .product-info .modal .btn:hover {
  background: rgba(var(--c4-btn-bg-color2), 1); }

.product-details .product-info .modal .modal-dialog img {
  max-width: 100%;
  max-height: 70vh; }

.product-details .product-info .button-container {
  display: flex;
  flex-direction: column; }

.product-details .product-info .button-container,
.product-details .product-info .image,
.product-details .product-info .icon {
  margin-bottom: var(--site-spacing_lg); }

.product-details .product-info img {
  border-radius: 0;
  max-width: 150px; }

.product-details .product-info .icon img {
  border-radius: 0;
  max-width: 70px;
  margin-top: var(--site-spacing_sm); }

.product-details .product-info p {
  margin-top: 0; }

.product-details .product-info .intro {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .product-details .product-info {
    padding: var(--pc-spacing_sm); }
  .product-details {
    display: block;
    margin: var(--site-spacing_sm); } }

/*Remove the line underneath the subheadings/headings*/
.has-heading-seperator-above h1::before,
.has-heading-seperator-below h1::after,
.has-heading-seperator-above h2::before,
.has-heading-seperator-below h2::after,
.has-heading-seperator-above h3::before,
.has-heading-seperator-below h3::after,
.has-heading-seperator-above h4::before,
.has-heading-seperator-below h4::after,
.has-heading-seperator-above h5::before,
.has-heading-seperator-below h5::after,
.has-heading-seperator-above h6::before,
.has-heading-seperator-below h6::after,
.has-heading-seperator-above .heading::before,
.has-heading-seperator-below .heading::after,
.has-secondary-heading-seperator-above .secondary-heading::before,
.has-secondary-heading-seperator-below .secondary-heading::after {
  content: none;
  display: block;
  border-radius: var(--base-border-radius); }

.col-md-2 img {
  width: auto; }

.align-logo-top .row {
  align-items: flex-start; }

.remove-bottom-pod .listing .item {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 15px; }

/* Base styles for .item and .info */
.item.item_text-boxed {
  position: relative;
  overflow: hidden; }

.item.item_text-boxed .info {
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s, height 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  z-index: 2;
  position: relative; }

/* Add the sliding background effect using :before pseudo-element */
.item.item_text-boxed:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(83, 71, 110, 0.7);
  transition: top 0.5s ease-in-out;
  z-index: 1; }

/* Change .item hover state to affect both text and background */
.item:hover.item_text-boxed .info {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition-delay: 0s; }

.item:hover.item_text-boxed:before {
  top: 0; }

.pod-small-text .small, small {
  font-size: 90%;
  font-weight: 400; }

.item .link {
  gap: 15px; }

.slick-prev {
  top: 20px !important;
  z-index: 25;
  position: absolute !important; }

.slick-next {
  left: -40px;
  top: 60px !important;
  /* Adjust this value to position the button right below the .slick-prev */
  z-index: 25;
  position: absolute !important; }

/* Slick next/prev */
/* Move slick navigation to over the edge of carousels and use button variables to style */
.component:not(.usn_cmp_banner) .slick-prev {
  left: -40px !important; }

@media (max-width: 500px) {
  .component:not(.usn_cmp_banner) .slick-prev {
    left: 15px !important; }
  .component:not(.usn_cmp_banner) .slick-next {
    left: 15px !important; }
  .slick-next {
    top: -25px !important; }
  .slick-prev {
    top: -55px !important; } }

.slick-slider .slick-prev {
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid; }

.slick-slider .slick-next {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid; }

.slick-autoplay-toggle-button i.icon,
.slick-slider .slick-prev i.icon,
.slick-slider .slick-next i.icon {
  color: #C6AFFA; }

@media (max-width: 500px) {
  .padding-paragraphs .col, .padding-paragraphs .col-1, .padding-paragraphs .col-10, .padding-paragraphs .col-11, .padding-paragraphs .col-12, .padding-paragraphs .col-2, .padding-paragraphs .col-3, .padding-paragraphs .col-4, .padding-paragraphs .col-5, .padding-paragraphs .col-6, .padding-paragraphs .col-7, .padding-paragraphs .col-8, .padding-paragraphs .col-9, .padding-paragraphs .col-auto, .padding-paragraphs .col-lg, .padding-paragraphs .col-lg-1, .padding-paragraphs .col-lg-10, .padding-paragraphs .col-lg-11, .padding-paragraphs .col-lg-12, .padding-paragraphs .col-lg-2, .padding-paragraphs .col-lg-3, .padding-paragraphs .col-lg-4, .padding-paragraphs .col-lg-5, .padding-paragraphs .col-lg-6, .padding-paragraphs .col-lg-7, .padding-paragraphs .col-lg-8, .padding-paragraphs .col-lg-9, .padding-paragraphs .col-lg-auto, .padding-paragraphs .col-md, .padding-paragraphs .col-md-1, .padding-paragraphs .col-md-10, .padding-paragraphs .col-md-11, .padding-paragraphs .col-md-12, .padding-paragraphs .col-md-2, .padding-paragraphs .col-md-3, .padding-paragraphs .col-md-4, .padding-paragraphs .col-md-5, .padding-paragraphs .col-md-6, .padding-paragraphs .col-md-7, .padding-paragraphs .col-md-8, .padding-paragraphs .col-md-9, .padding-paragraphs .col-md-auto, .padding-paragraphs .col-sm, .padding-paragraphs .col-sm-1, .padding-paragraphs .col-sm-10, .padding-paragraphs .col-sm-11, .padding-paragraphs .col-sm-12, .padding-paragraphs .col-sm-2, .padding-paragraphs .col-sm-3, .padding-paragraphs .col-sm-4, .padding-paragraphs .col-sm-5, .padding-paragraphs .col-sm-6, .padding-paragraphs .col-sm-7, .padding-paragraphs .col-sm-8, .padding-paragraphs .col-sm-9, .padding-paragraphs .col-sm-auto, .padding-paragraphs .col-xl, .padding-paragraphs .col-xl-1, .padding-paragraphs .col-xl-10, .padding-paragraphs .col-xl-11, .padding-paragraphs .col-xl-12, .padding-paragraphs .col-xl-2, .padding-paragraphs .col-xl-3, .padding-paragraphs .col-xl-4, .padding-paragraphs .col-xl-5, .padding-paragraphs .col-xl-6, .padding-paragraphs .col-xl-7, .padding-paragraphs .col-xl-8, .padding-paragraphs .col-xl-9, .padding-paragraphs .col-xl-auto {
    margin-bottom: 50px; } }

@media (max-width: 500px) {
  body.header-02-sm header#site-header {
    margin-right: -31px;
    width: 241px; }
  body.header-07-lg header#site-header #logo {
    padding-right: 45px;
    padding-top: 4px;
    padding-left: 10px; }
  header#site-header #logo picture, header#site-header #logo img {
    height: auto !important;
    max-height: 100%; } }

html.reveal-out #logo {
  display: none; }

body:not(.header-03-sm) nav.main ul li {
  border-style: none; }

body:not(.header-03-sm) nav.main > ul {
  border-style: none; }

html.reveal-out #site-header {
  margin: 0px !important;
  max-width: 100% !important;
  width: 100% !important; }

footer#site-footer {
  margin-top: 16px;
  margin-bottom: 32px;
  padding-bottom: 32px; }

footer#site-footer > .container {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  margin-right: 0px;
  margin-left: 0px; }

.auto-margin-umbraco .container,
.auto-margin-umbraco .container-fluid,
.auto-margin-umbraco .container-lg,
.auto-margin-umbraco .container-md,
.auto-margin-umbraco .container-sm,
.auto-margin-umbraco .container-xl {
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 500px) {
    .auto-margin-umbraco .container,
    .auto-margin-umbraco .container-fluid,
    .auto-margin-umbraco .container-lg,
    .auto-margin-umbraco .container-md,
    .auto-margin-umbraco .container-sm,
    .auto-margin-umbraco .container-xl {
      padding: 0 55px; } }

@media (min-width: 770px) {
  .padding-socialinks .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end; } }

nav.footer-navigation {
  padding-top: 0px; }

.pm-footer-align-center .inner {
  align-items: center; }

@media (max-width: 770px) {
  .logo-map-padding .col-md-6 {
    padding-top: 64px;
    padding-bottom: 64px; }
  .logo-map-padding .col-md-2 {
    padding-bottom: 17px; } }

@media (max-width: 768px) {
  .form > .inner {
    padding: 0px; } }

.form-group,
.umbraco-forms-field:not(.hidden) {
  position: relative;
  margin-bottom: 32px; }

.form > .inner {
  padding: 0px; }

/**Adding foooter to the main nav*/
.contentElement {
  display: none; }

@media screen and (max-width: 500px) {
  .contentElement {
    display: flex; } }

@media (max-width: 500px) {
  nav.main > ul {
    font-size: 32px; }
  nav.social ul li a {
    padding: 0px !important; }
  .item .inner nav.social {
    display: flex; }
  .site-credit > span {
    padding-left: 8px; }
  nav.footer-navigation ul li {
    display: flex; }
  nav.footer-navigation ul li a, nav.footer-navigation ul li div {
    padding: 0px !important; }
  html.reveal-out header#site-header .row {
    padding-bottom: 0px; }
  body.header-02-sm header#site-header nav.main ul li span a {
    padding: 16px; }
  nav.main > ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  body.header-02-sm header#site-header nav.main {
    order: 0; }
  .contentElement header#site-header .container-fluid, header#site-header .container {
    position: relative; }
  .contentElement footer#site-footer {
    background: transparent; }
  .contentElement footer#site-footer > .container {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 0px; }
  .contentElement .info :last-child:not(li):not(.btn), .text :last-child:not(li:not(.btn)), .alert :last-child:not(li):not(.btn) {
    flex-direction: column;
    align-items: flex-start !important; }
  .text-center {
    text-align: left !important; }
  .contentElement footer#site-footer .footer-item {
    text-align: left; }
  html .contentElement {
    display: none; }
  html.reveal-out .contentElement {
    display: flex; } }

@media (max-width: 500px) {
  .item .link {
    flex-direction: column;
    align-items: flex-start; } }

.usn_cmp_projectlisting .component-inner .container {
  max-width: 100%; }

.usn_cmp_projectlisting .component-inner .container .item.item_text-boxed {
  height: 400px;
  border-radius: 42px;
  overflow: hidden;
  transition: border-radius 0.4s ease; }

.usn_cmp_projectlisting .component-inner .container .item.item_text-boxed:hover {
  border-radius: 0px; }

.usn_cmp_projectlisting .component-inner .container .item .inner {
  position: initial; }

.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  /* Semi-transparent overlay */
  color: white;
  width: 100%;
  padding: 10px;
  /* Adjust as necessary */
  border-bottom-left-radius: 17px;
  /* Slightly less than container border-radius */
  border-bottom-right-radius: 17px;
  /* Slightly less than container border-radius */
  width: 480px;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  max-width: 100%; }

.usn_cmp_projectlisting .component-inner .container .item.item_text-boxed:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transition: top 0.5s ease-in-out;
  z-index: 1; }

.embed-responsive-16by9 {
  position: relative;
  padding-bottom: 56.25%;
  /* for 16:9 aspect ratio */
  height: 0;
  overflow: hidden; }

.embed-responsive-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.usn_cmp_projectlisting .component-inner .container .listing .item {
  margin-bottom: 0px; }

section.content:not(.usn_cmp_banner) {
  padding-top: 8px; }

@media (max-width: 500px) {
  .usn_cmp_projectlisting .component-inner .container .item.item_text-boxed {
    width: 100% !important; }
  .component.usn_cmp_banner .item.item_takeover-banner,
  .component.usn_cmp_banner .item.item_takeover-banner .container,
  .component.usn_cmp_banner .item.item_takeover-banner .row,
  .component.usn_cmp_banner .item.item_takeover-banner .image,
  .component.usn_cmp_banner .item.item_takeover-banner .image .video {
    height: var(--takeover-banner);
    height: 320px !important; } }

.modal.show .modal-dialog {
  max-width: 70% !important; }

.modal-content {
  display: flex;
  flex-direction: column; }

.modal-content .modal-header {
  border-bottom: 0px;
  order: 2;
  padding-top: 32px !important;
  padding-bottom: 4px !important; }

.modal-content .modal-footer {
  border-top: 0px;
  order: 2;
  padding-top: 4px !important;
  padding-bottom: 32px !important; }

.ekko-lightbox .modal-content .modal-header, .ekko-lightbox .modal-content .modal-footer {
  background-color: black;
  padding-left: 32px; }

p.heading {
  color: var(--Body-Local, #FFF);
  /* Headings/H6 */
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  /* 23.2px */
  letter-spacing: 1px;
  text-transform: uppercase; }

.specificPaddingBottom {
  padding-bottom: 8px !important; }

.teamSpecificPaddingBottom {
  padding-bottom: 16px !important; }

.banner-border-radius {
  border-radius: 42px; }

@media (min-width: 1350px) {
  .container {
    max-width: 1600px; } }

.video .video-player {
  position: absolute; }

.ekko-lightbox-item.fade.in.show img {
  width: 100% !important;
  object-fit: cover;
  /* This will cover the entire area, potentially cropping the image */
  display: block;
  /* Changed from flex to block */ }

.custom-border-radius .component-inner .container .component-main .slick-list .slick-track .item .image {
  border-radius: 42px;
  /* Your custom border-radius value */ }

header#site-header {
  margin-bottom: 15px; }

@media (max-width: 500px) {
  .projectContainer {
    width: 100% !important; } }

@media (min-width: 950px) {
  .ekko-lightbox-container {
    height: 600px !important; }
  .ekko-lightbox img {
    height: 600px !important; } }

.ekko-lightbox .modal-content {
  overflow: hidden; }

@media (max-width: 600px) {
  .ekko-lightbox-container {
    height: 300px !important; }
  .ekko-lightbox img {
    height: 300px !important; } }

.hidden {
  display: none !important;
  visibility: hidden !important; }

@media (min-width: 700px) {
  body.header-07-lg header#site-header #logo {
    width: auto;
    height: auto; }
  header#site-header #logo picture, header#site-header #logo img {
    width: 132px;
    height: 52px; } }

nav.social ul li a img {
  width: 30px;
  height: 30px; }

nav.social ul li a {
  width: 40px;
  height: 40px; }

.fullWidth {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start; }

.textEventOff {
  pointer-events: none; }

.previewFullWidth {
  height: 400px;
  object-fit: cover; }

@media (max-width: 600px) {
  .ekko-lightbox-container:has(iframe) > div.ekko-lightbox-item {
    position: relative; }
  .ekko-lightbox-container:has(iframe) {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

@media (max-width: 950px) {
  .ekko-lightbox-container:has(iframe) {
    min-height: 275px; } }

.item_text-boxed .inner .image {
  border-radius: 0px; }

.umbraco-forms-field:not(.checkbox):not(.multiplechoice):not(.title):not(.recaptcha):not(.dataconsent):not(.singlechoice) input,
.umbraco-forms-field.longanswer textarea,
.umbraco-forms-field.dropdown select {
  border-radius: 0px 0px 0px 16px; }
