/**************************************/
/***  BARDOCREATIVE FRAMEWORK 2026  ***/
/***    COPYRIGHT © JASON BROWN     ***/
/**************************************/

* { box-sizing: border-box; }
body { margin: 0; padding: 0; background-color: var(--colorStripA); scroll-behaviour: smooth; }

/* GLOBAL DEFINITIONS */
:root {
  --gapX: 30px; --gapY: 30px;
  --gapStrip: 80px;
  --gapThin: 15px; --gapThin: 12px;
  --maxWidth: calc(1536px + (var(--gapX) * 2));
  /* --maxWidth: 1366px; */
  --borderRadius: 8px;
  --borderRadiusBig: 14px;

  --fontHeading: 'Merriweather';
  --fontBody: 'Raleway';

  --bannerHeight: 440px;
  --footerHeight: 190px;
  --bleedblockPadding: 90px;
  --bleedblockPaddingInline: 60px;
  }
@media (max-width: 600px) {
  :root {
    --gapX: 20px; --gapY: 20px;
    --gapStrip: 40px;
    --gapThin: 8px;
    --bleedblockPadding: 50px;
    --bleedblockPaddingInline: 50px;
    }
  }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  html { zoom: 0.75; }
  }
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  html { zoom: 0.75; }
  }

/* Primary Theme Colours */
:root {
  --colorHeading: #ddd;
  --colorSectionHead: #ddd;
  --colorBodycopy: #bbb;
  --colorStripA: #333;
  --colorStripB: #2c2c2c;
  --colorBoxout: #ffffff10;--colorBoxout: #383838;
  --colorBoxoutBorder: #ffffff60;
  --colorBoxoutHeading: #eee;
  --colorBoxoutContent: #ccc;
  --colorBleedblockInline: #ffffff10;
  --colorBleedblockInlineContent: #fff;
  --colorBleedblockA: #282828;
  --colorBleedblockAContent: #aaa;
  --colorBleedblockB: #282828;
  --colorBleedblockBContent: #aaa;
  --colorRoundel: #00000060;
  --colorRoundelBorder: #ffffff30;
  --colorRoundelBorderHover: #ffffff80;
  --colorRoundelLabel: #ffffff;
  --colorLogoSlider: #181818;
  --colorLogoSliderFixed: #2d2d2d;
  --colorCaptionBG: #00000088;
  --colorCaption: #fff;
  --colorCaptionHeading: #fff;
  --colorCaptionInfo: #fff;
  --colorButtonBorder: #fff;
  --colorButtonBorderHover: #fff;
  --colorButtonBG: transparent;
  --colorButtonBGHover: #fff;
  --colorButtonLabel: #fff;
  --colorButtonLabelHover: #000;
  --colorMenuHead: #666;
  }
/* Secondary Theme Colours */
.light {
  --colorHeading: #3388dd;
  --colorSectionHead: #3388dd;
  --colorBodycopy: #333;
  --colorStripA: #fff;
  --colorStripB: #eee;
  --colorBoxout: #66bbff50;
  --colorBoxoutBorder: #66bbffa0;
  --colorBoxoutHeading: #38c;
  --colorBoxoutContent: #058;
  --colorBleedblockInline: #3388dd;
  --colorBleedblockInlineContent: #fff;
  --colorBleedblockA: #eee;
  --colorBleedblockAContent: #000;
  --colorBleedblockB: #fff;
  --colorBleedblockBContent: #000;
  --colorRoundel: #0080cc60;
  --colorRoundelBorder: #00000040;
  --colorRoundelBorderHover: #3388dd;
  --colorRoundelLabel: #ffffff;
  --colorLogoSlider: #f00;
  --colorLogoSliderFixed: #00000060;
  --colorCaptionBG: #00000080;
  --colorCaption: #fff;
  --colorCaptionHeading: #fff;
  --colorCaptionInfo: #fff;
  --colorButtonBorder: #3388dd;
  --colorButtonBorderHover: #3388dd;
  --colorButtonBG: transparent;
  --colorButtonBGHover: #3388dd;
  --colorButtonLabel: #3388dd;
  --colorButtonLabelHover: #fff;
  }

/*****************************/
/*    GENERIC TYPESETTINGS   */
/*****************************/

body {
  font-family: var(--fontBody);
  line-height: 1.95; font-size: 15px; color: var(--colorBodycopy);
  letter-spacing: 0.05em; font-weight: 400;
  }
a { color: inherit; }
a:hover { color: white; }
strong { font-weight: 700; }
.highlight { color: red; font-weight: 600; }

body { --bannerHeight: 400px; }
body.home { --bannerHeight: 500px; }
body.main { --bannerHeight: 450px; }

.heading {
  position: relative; display: block; width: 100%; padding-bottom: 8px; color: var(--colorHeading);
  font-size: 200%; font-weight: 800; line-height: 1.3; letter-spacing: 0.03em; font-family: var(--fontHeading);
  }
.heading .line1 { font-size: 95%; font-weight: 300; line-height: 1.1; padding-top: 4px; }
.heading .line2 { font-size: 100%; }
.heading.menuhead { line-height: 1.0; padding: 0px; padding-top: 20px; color: var(--colorMenuHead); }
.heading.sectionhead { font-size: 280%; line-height: 1.0; padding: 0px; padding-bottom: 8px; color: var(--colorSectionHead); }
.heading.inline { padding-top: 18px; }
.heading.sectionhead.inline { padding-bottom: 20px; }
p + .heading { margin-top: var(--gapY); }
.heading + .strapline { padding-top: 6px; }
.heading.blockhead { font-size: 220%; padding-bottom: 15px; padding-top: 0px; }

.strapline { font-weight: 600; font-size: 110%; }
.pullquote {
  position: relative; display: block; width: 100%; height: auto; padding: 30px 20px 0px; max-width: 950px; margin: 0px auto; margin-top: 0px;
  font-family: var(--fontBody); font-weight: 100; font-size: 160%; line-height: 1.6; text-align: center;
  }
@media (max-width: 600px) {
  .heading { font-size: 160%; }
  .heading.sectionhead { font-size: 160%; }
  .heading.sectionhead.inline { padding-top: 0px; }
  .heading.blockhead { font-size: 160%; }
  .pullquote { margin-top: 0px; font-size: 130%; line-height: 1.6; padding: 30px 0px 0px; padding-top: 35px; }
  .linebreak { display: none; }
  }

/*****************************/
/*    GENERIC DEFINITIONS    */
/*****************************/

.bold { font-weight: 600 !important; }
.center { text-align: center; }
/* .shadow { -webkit-box-shadow: 0px 0px 12px #000000cc; border: 0.5px solid #666; } */
.shadow { -webkit-box-shadow: 0px 0px 8px #000000cc; border: 2px solid var(--colorBoxout); }
.zoom { transform: scale(1.0); transition: 0.5s ease-in-out; }
.zoom:hover { transform: scale(1.035); transition: 0.5s ease-in-out; }
.grey { filter: grayscale(1) brightness(0.5); transition: 0.5s ease; }
.dingbat:before { content: '\25AA'; padding: 0px 5px; display: inline-block; line-height: 0.8; }
.transparent { background-color: transparent !important; }
.nopadding { padding-bottom: 0px; }
.arrow {
  position: absolute; display: block; bottom: 0px; left: 50%; transform: translate(-50%, 19px); z-index: 1;
  clip-path: polygon(0 0, 50% 100%, 100% 0); width: 42px; height: 21px; background-color: inherit;
  }
.topography {
  position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0.05; z-index: 0;
  background-image: url('topography.svg'); background-size: 75%; background-repeat: repeat; background-position: center;
  }
.pulse { animation: pulse 2s linear infinite; }
@keyframes pulse { 50% { opacity: 0.25; }}

@media (max-width: 600px) {
  .zoom:hover { transform: scale(1.0); transition: 0.5s ease; }
  .arrow { transform: translate(-50%, 14px); width: 42px; height: 21px; }
  }

/*****************************/
/*    FADING IMAGE EFFECT    */
/*****************************/

img { position: relative; display: block; width: 100%; animation: fadeIn 2s forwards; animation-duration: 2s; overflow: hidden; }
img { user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; -webkit-user-select: none; }

@keyframes fadeIn {
  0% { opacity: 0.0; }
  100% { opacity: 1.0; }
  }
@media (min-width: 600px) {
  .resize-animation-freeze * { animation: none !important; transition: none !important; }
  }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .resize-animation-freeze * { animation: none !important; transition: none !important; }
  }

/****************************/
/*    FADING NEWS TICKER    */
/****************************/

.ticker { list-style-type: none; margin: 0px; padding: 0px; }
.ticker li { color: white; color: var(--colorHeading); font-size: 125%; font-weight: 800; line-height: 1.6; letter-spacing: 0.03em; font-family: var(--fontHeading); text-align: center; }
.ticker li:not(:first-child) { display: none; }

/***************************/
/*    PHOTOS + CAPTIONS    */
/***************************/

.photo-container { position: relative; display: block; width: 100%; height: auto; }
.photo-container img { position: relative; display: block; width: 100%; height: auto; transform: scale(1.0); transition: 0.5s ease; border-radius: var(--borderRadius); }
.photo-container img:hover + .popup-caption { display: block; opacity: 1.0; z-index: 5; }
.photo-container:has(.carousel) { border-radius: var(--borderRadius); overflow: hidden; }
.photo-container.cover { position: absolute; height: 100%; top: 0px; left: 0px; }
.photo-container.cover > img { height: 100%; object-fit: cover; }

.photo { position: relative; display: block; width: 100%; height: auto; transform: scale(1.0); transition: 0.5s ease; border-radius: var(--borderRadius); }

.popup-caption {
  position: absolute; display: block; width: calc(100% - 12px); height: auto; text-align: center; overflow: hidden;
  background-color: var(--colorCaptionBG); color: var(--colorCaption); line-height: 1.6; font-weight: 300; font-size: 80%;
  margin-top: 3px; z-index: -1; bottom: 6px; left: 6px; font-weight: 400;
  transition: 0.25s ease-in; opacity: 0.0; padding: 19px 30px 16px; border-radius: calc(var(--borderRadius) - 3px); backdrop-filter: blur(2px);
  }
.popup-caption.fixed { display: block; opacity: 1.0; z-index: 5; }
.popup-caption.dark { --colorCaptionBG: #000000aa; }
.photo:hover + .popup-caption { display: block; opacity: 1.0; z-index: 5; }
.popup-caption:hover { display: block; opacity: 1.0; z-index: 5; }
.photo-overlay { position: absolute; display: block; width: 100%; height: 100%; top: 0px; left: 0px; background-color: rgba(0,0,0,0,1); }
.photo-overlay:hover + .popup-caption { display: block; opacity: 1.0; z-index: 5; }

.gslide-media { border: 6px solid white; border-radius: 12px; overflow: hidden; box-sizing: border-box; }
.gslide-media:not(.gslide-video) { margin: 0px 30px; }

.column:has(.boxout.tint) > .photo-container > img:not(.expand)  { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; aspect-ratio: 2/1; object-fit: cover; }
.photo-container + .boxout.tint { border-top-left-radius: 0px; border-top-right-radius: 0px; }

.caption-heading {
  position: relative; display: block; width: 100%; padding: 2px; padding-bottom: 2px;
  font-family: var(--fontHeading); font-size: 18px; color: var(--colorCaptionHeading); line-height: 1.1; font-weight: 800;
  }
.caption-info {
  position: relative; display: block; width: 100%; font-weight: 400; padding-bottom: 2px;
  font-family: var(--fontBody); font-size: 14px; color: var(--colorCaptionInfo); line-height: 1.2;
  }
.caption-heading.index { padding-bottom: 2px; font-size: 18px; }
.popup-caption:has(.caption-heading.index) { padding: 12px; }

@media (max-width: 600px) {
  .photo.cover { position: relative; display: block; width: 100%; height: auto; }
  .expand {
    position: relative; display: block; border-radius: 0px; border: 0px; -webkit-box-shadow: none;
    width: calc(100% + (var(--gapX) * 2)) !important; left: calc(var(--gapX) * -1) !important; height: auto;
    }
  /* .expand + .popup-caption { width: calc(100% + (var(--gapX) * 2) - 12px) !important; left: calc((var(--gapX) * -1) + 6px) !important; } */
  .photo-container .expand { border-radius: 0px;  }
  .photo-container:has(img.expand) .popup-caption { width: calc(100% + (var(--gapX) * 2) - 12px) !important; left: calc((var(--gapX) * -1) + 6px) !important; }
  .photo-container:has(img.expand):last-child { margin-bottom: 20px; }
  .photo-container.cover { position: relative; display: block; width: 100%; height: auto; }
  .photo-container.cover > img { height: auto; object-fit: fill; }
  }

/******************************/
/*    16:9 VIDEO CONTAINER    */
/******************************/

.video-container { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--borderRadius); }
.video-container iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

/************************/
/*    CONTENT BANNER    */
/************************/

.banner {
  position: relative; display: block; width: 100%; background-color: #222; overflow: hidden;
  background-size: cover; background-position: center center; background-attachment: fixed; overflow: hidden;
  }
.banner.content { height: var(--bannerHeight); }
.banner.footer { height: var(--footerHeight); border-top: 6px solid #333; background-size: cover; }

.banner-background { position: fixed; display: block; top: 0px; left: 0px; width: 100%; height: calc(var(--bannerHeight) - 0px);
  background-size: cover; background-position: center center; overflow: hidden;
  }
.banner-brandident-container {
  position: absolute; display: block; width: 100%; max-width: var(--maxWidth); height: var(--bannerHeight); z-index: 6; color: white;
  left: 50%; top: 0px; transform: translateX(-50%);
  }
.banner-brandident {
  position: absolute; display: block; width: 200px; height: auto; right: 30px; top: 20px;
  -webkit-filter: drop-shadow( 0px 0px 8px rgba(0, 0, 0, .7)); filter: drop-shadow( 0px 0px 8px rgba(0, 0, 0, .7));
  animation: IdentfadeIn 2s forwards; animation-duration: 2s; z-index: 1; opacity: 0; z-index: 6;
  }
.banner-brandident.footer { width: 300px; left: 50%; top: 50%; transform: translate(-50%, calc(-50% + 8px)); }

@keyframes IdentfadeIn {
  0% { opacity: 0; }
  15% { opacity: 0; }
  100% { opacity: 0.7; }
  }
.banner-heading {
  position: absolute; display: block; width: 100%; max-width: 750px; z-index: 99; color: var(--colorHeading);
  font-size: 400%; font-weight: 800; line-height: 1.05; letter-spacing: -0.002em; font-family: var(--fontHeading);
  text-align: center; text-shadow: 0px 2px 4px #000; padding: 0px 30px;
  /* left: 50%; top: 50%; transform: translate(-50%, calc(-50% - 30px)); */
  left: 50%; bottom: 90px; transform: translateX(-50%);
  }
body.home .banner-heading { max-width: 650px; left: 50%; bottom: 90px; transform: translateX(-50%); }

.banner-featuretype {
  position: absolute; display: block; width: auto; height: auto; top: 0px; left: 50%; transform: translateX(-50%);
  background-color: #000000d0; color: #bbb; font-family: var(--fontBody); font-weight: 300; font-size: 120%; z-index: 99;
  border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding: 25px 40px 7px; line-height: 1.0;
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); letter-spacing: -0.002em; min-width: 250px;
  text-align: center; text-transform: uppercase; white-space: nowrap;
  }
.banner-featuretype strong { font-weight: 800; }

.banner-overlay { position: absolute; display: block; width: 100%; height: 100%; top: 0px; left: 0px; background-color: transparent; z-index: 10; }
.banner-overlay.blur { -webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px); }
.banner-gradient { position: absolute; display: block; bottom: 0px; width: 100%; height: var(--bannerHeight);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7)); z-index: 6;
  }
@media (max-width: 600px) {
  .banner-background { background-position: center -50px; }
  .banner-brandident { display: none; }
  .banner-brandident.footer { display: block; width: 220px; transform: translate(-50%, calc(-50% + 3px)); }
  .banner-featuretype { padding: 22px 35px 8px; font-size: 110%; }
  .banner-overlay.blur { -webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px); }
  .banner.footer { background-size: contain; }
  }

/**********************/
/*    FIXED HEADER    */
/**********************/

.header-strip {
  position: absolute; display: block; width: 100%; height: 60px; background-color: #00000060; z-index: 100;
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); top: calc(var(--bannerHeight) - 60px);
  }
.header-strip.fixed { position: fixed; height: 70px; top: 0px; background-color: #000000e0; transition: height 0.5s ease-in-out; }
.header {
  position: relative; display: flex; width: 100%; height: 100%; margin: 0px auto;
  flex-flow: row nowrap; justify-content: center; align-items: flex-end; padding: 10px var(--gapX);
  }
.header-identplate { position: relative; display: inline-block; height: 40px; padding: 1px 25px; font-family: var(--fontBody); font-size: 20px; font-weight: 100; transform:scale(1.0,1) !important; letter-spacing: -0.003em; }
.header-identplate .bardo { font-weight: 700; letter-spacing: -0.003em; }
.header-identplate div { position: relative; display: block; top: 50%; left: 50%; transform: translate(-50%, -50%); padding-top: 4px; }

:target { scroll-margin-top: 70px; }

@media (max-width: 800px) {
  .header-identplate { display: none; }
  }

/*******************************/
/*    HAMBURGER MOBILE MENU    */
/*******************************/

.hamburger {
  position: relative; display: block; padding: 14px 0px; height: 40px; width: 132px; box-sizing: border-box; border-radius: 20px;
  color: white; text-align: center; text-decoration: none; line-height: 0.8; letter-spacing: 0.02em; margin-right: 2px;
  font-family: var(--fontBody); font-size: 16px; font-weight: 600; text-transform: capitalize; user-select: none; -webkit-user-select: none;
  transition: 0.25s ease-in-out; background-color: #88888888;
  }
.hamburger:hover { background-color: #ff000088 !important; }
.hamburger-label { position: absolute; display: block; width: 74px; height: auto; right: 50%; top: 50%; transform: translate(50%, -50%); }
.hamburger-label.search { width: 70px; height: auto; }
.hamburger-label.search-icon { width: 92px; height: auto; transform: translate(calc(50% + 5px), -50%); }

.dropmenu {
  position: absolute; display: none; left: 0px; top: var(--bannerHeight); width: 100%; height: auto;
  padding: var(--gapY) 0px; padding-bottom: 20px; color: black; background-color: #ffffffee; z-index: 1000;
  }
.dropmenu.fixed { position: fixed; top: 70px; overflow-y: auto; overflow-x: hidden; }
.dropmenu a.dropmenu-option {
  position: relative; display: block; width: 100%; height: auto; border-top: 0.5px solid #bbb; padding: 12px; padding-left: 20px; padding-bottom: 11px;
  text-align: left; font-size: 100%; text-decoration: none; color: black; line-height: 1.1; font-weight: 600; letter-spacing: -0.001em;
  }
.dropmenu a.dropmenu-option:first-of-type { border-top: 0px; margin-top: 15px; }
.dropmenu a.dropmenu-option:last-of-type { border-bottom: 0.5px solid #bbb; margin-bottom: 25px; }
.dropmenu a.dropmenu-option:hover { background-color: #e0e0e0; }
.dropmenu a.dropmenu-option.primary { padding-left: 40px; }

#index > .dropmenu { position: fixed; top: 70px !important; overflow-y: auto; overflow-x: hidden; }

a.dropmenu-option .triangle {
  position: absolute; display: block; height: 12px; width: 10px; background-color: #000;
  aspect-ratio: cos(30deg); top: 50%; transform: translateY(-50%); left: 22px;
  clip-path: polygon(100% 50%,0 100%,0 0);
  }
a.dropmenu-option:hover .triangle { background-color: #000; }
a.dropmenu-option.primary:has(.highlight) .triangle { background-color: #f00; }

.searchcontainer {
  position: absolute; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center;
  width: 100%; height: auto; bottom: 0px; left: 0px; background-color: #ccc; padding: 15px var(--gapX);
  }
.searchinput {
  position: relative; display: block; padding: 0px 15px; height: 40px; box-sizing: border-box;
  font-family: var(--fontBody); font-size: 16px; font-weight: 400; color: black; border: 0px; width: 250px;
  border-radius: 20px; border-top-left-radius: 0px; border-bottom-left-radius: 0px;
  outline: 0 !important; background-color: #ffffff80; transition: 0.25s ease-in-out;
  }
.searchinput:focus { background-color: #ffffff; }
.searchsubmit {
  position: relative; display: block; box-sizing: border-box; height: 40px; width: 144px; padding-left: 10px;
  border-radius: 20px; border-top-right-radius: 0px; border-bottom-right-radius: 0px;
  transition: 0.25s ease-in; background-color: #88888888; user-select: none; -webkit-user-select: none;
  }
.searchsubmit:hover { background-color: #ff000088; transition: 0.25s ease-in; }

.dropmenu-photo { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 5/3; overflow: hidden; border-radius: 8px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.dropmenu-photo img { position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; transition: 1.0s ease-in-out; }
.dropmenu .column:hover .dropmenu-photo img { transform: scale(1.10); }
.dropmenu-tint {
  position: absolute; display: block; width: 100%; height: auto; padding: 11px 20px 10px;
  background-color: #00000080; z-index: 2; bottom: 0px; left: 0px; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  color: var(--colorHeading); text-align: center; font-size: 120%; font-weight: 800; line-height: 1.1; letter-spacing: 0.03em; font-family: var(--fontHeading);
  }

@media (max-width: 600px) {
  .dropmenu { height: calc(100% - 70px); }
  .hamburger { width: 120px !important; }
  .dropmenu a.dropmenu-option { font-size: 100%; }
  .dropmenu a.dropmenu-option:first-of-type { margin-top: 5px; }
  .dropmenu a.dropmenu-option:last-of-type { margin-bottom: 15px; }
  .searchsubmit { width: 120px !important; }
  .searchinput { width: 120px !important; }
  .dropmenu-photo { height: 40px; }
  .dropmenu-tint { font-size: 110%; padding: 12px 20px; height: 100%; }
  .dropmenu .content-container { padding-left: 15px; padding-right: 15px; }
  .dropmenu .content-container.thin { grid-gap: 10px; }

  .hamburger-label { width: 68px; }
  .hamburger-label.search-icon { width: 85px; }
  }

@media (max-width: 1366px) {
  body { --bannerHeight: 340px; }
  body.home { --bannerHeight: 340px; }
  body.main { --bannerHeight: 400px; }

  .banner-heading { font-size: 330%; bottom: 90px; max-width: 600px; }
  body.home .banner-heading { max-width: 550px; bottom: 50%; transform: translate(-50%, calc(50% - 20px)); }
  }

/* ADJUST CONTENT BANNER + MENU FOR MOBILE */
@media (max-width: 600px) {
  body { --bannerHeight: 280px; --footerHeight: 120px; }
  body.home { --bannerHeight: 220px; }
  body.main { --bannerHeight: 300px; }

  .banner-heading { font-size: 180%; bottom: 80px; max-width: 400px }
  body.home .banner-heading { max-width: 90%; transform: translate(-50%, calc(50% - 20px)); }
  .header { padding: 10px; }
  }

/*******************************/
/*    INLINE LIBRARY SEARCH    */
/*******************************/

.content-strip.search { padding: 70px 0px; background-color: var(--colorLogoSlider); background-size: cover; background-position: center; }
.inline-search-container { position: relative; display: flex; width: 100%; max-width: 600px; padding-top: 30px; margin: 0px auto; }
.hamburger-label.search-icon.inline { width: 100px; }
.searchinput.inline { height: 50px; font-size: 20px; width: calc(100% - 160px); border-radius: 25px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.searchsubmit.inline { height: 50px; width: 160px; border-radius: 25px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.content-strip.search .content-container.thin { z-index: 5; }
.search-overlay { position: absolute; display: block; width: 100%; height: 100%; background-color: #181818ee; top: 0px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }

@media (max-width: 600px) {
  .searchinput.inline { width: calc(100% - 140px) !important; height: 40px; border-radius: 20px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; font-size: 16px; }
  .searchsubmit.inline { width: 140px !important; height: 40px; border-radius: 20px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
  .hamburger-label.search-icon.inline { width: 90px; }
  }

/*****************************/
/*    SOCIAL MEDIA WIDGET    */
/*****************************/

.socialmedia-container {
  position: absolute; display: flex; flex-flow: row nowrap; align-items: center;
  width: auto; height: auto; top: 0px; right: var(--gapX); padding: 8px; padding-right: 25px;
  background-color: #00000020; border-radius: 30px; z-index: 10; box-sizing: border-box; line-height: 0.8;
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); white-space: nowrap;
  letter-spacing: -0.03em; font-weight: 700; font-size: 95%; color: #555;
  }
.socialmedia-container.home { top: unset; bottom: 30px; right: unset; left: 50%; transform: translateX(-50%); }
.socialmedia-icon { position: relative; display: block; height: 40px; width: 40px; margin-right: 3px; opacity: 0.3; }
.socialmedia-icon:hover { opacity: 0.8; transition: 0.25s ease-in-out; }
.socialmedia-icon:last-of-type { margin-right: 8px; }

@media (max-width: 925px) {
  .socialmedia-container { display: none; }
  .socialmedia-container { right: 50%; transform: translateX(50%); font-size: 90%; border-radius: 26px; }
  .socialmedia-icon { height: 36px; width: 36px; margin-right: 3px; }
  .socialmedia-icon:last-of-type { margin-right: 10px; }
  }

/*********************/
/*   INLINE BUTTON   */
/*********************/

.button { position: relative; display: block; width: 100%; max-width: 250px; text-align: center; padding: 15px 30px; padding-top: 17px; text-transform: uppercase;
  border-radius: var(--borderRadius); border: 1px solid var(--colorButtonBorder); background-color: var(--colorButtonBG); margin-top: 30px; white-space: nowrap;
  transition: 0.25s ease-in-out; text-decoration: none; font-weight: bold; font-size: 100%; line-height: 0.9; color: var(--colorButtonLabel);
  }
.button:hover { background-color: var(--colorButtonBGHover); color: var(--colorButtonLabelHover); border-color: var(--colorButtonBorderHover); }
.button.fullwidth { max-width: 100%; }
.button.right { margin-left: auto; }
.button.left { margin-right: auto; }
.button.center { margin-right: auto; margin-left: auto; }
.column.footer .button { margin-top: 3px; }

@media (max-width: 600px) {
  .button { margin-right: auto; margin-left: auto; }
  }

/****************************/
/*   KEN BURNS SLIDESHOW    */
/****************************/

.kenburns {
  position: relative; display: block; width: 100%; height: var(--bannerHeight);
  background-color: #000; overflow: hidden;
  }
.kenburns > img {
  position: absolute; display: block; width: 100%; height: 100%; object-fit: cover;
  animation: kenburns 48s ease-out infinite; opacity: 0; z-index: 0;
  }
.kenburns > img:nth-child(2) { animation-delay: 8s; }
.kenburns > img:nth-child(3) { animation-delay: 16s; }
.kenburns > img:nth-child(4) { animation-delay: 24s; }
.kenburns > img:nth-child(5) { animation-delay: 32s; }
.kenburns > img:nth-child(6) { animation-delay: 40s; }

@keyframes kenburns {
  0% { opacity: 0; transform: scale(1.0) translate3d(0, 0, 0); }
  15% { opacity: 1; }
  35% { opacity: 0; transform: scale(1.4) translate3d(0, 8%, 0); }
  }

/****************************/
/*      BOXOUT + LINKS      */
/****************************/

.boxout {
  position: relative; display: block; width: 100%; height: auto;
  border: 0.5px solid var(--colorBoxoutBorder); padding: var(--gapY) var(--gapX); border-radius: var(--borderRadius);
  background-color: var(--colorBoxout); color: var(--colorBoxoutContent);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  }
.boxout.smallprint { font-size: 85%; padding: 25px var(--gapX) 20px; margin-top: var(--gapY); }
.boxout.tint { border: none; background-color: #00000060; }
.boxout .heading {
  position: relative; display: block; width: 100%; height: auto; margin-bottom: 10px; padding-bottom: 6px; padding-top: 6px;
  font-size: 190%; font-weight: 800; line-height: 1.2; letter-spacing: 0.03em; font-family: var(--fontHeading); text-align: center;
  color: var(--colorBoxoutHeading);
  }
.boxout .heading.underline { border-bottom: 0.5px solid #ffffff60; margin-bottom: 22px; }
p + .boxout { margin-top: var(--gapY); }
p + .boxout-link-container { margin-top: var(--gapY); }

.boxout-link { position: relative; display: block; width: 100%; padding: 16px 30px 16px 38px; border-bottom: 0.5px solid #ffffff80;
  text-decoration: none; font-weight: 600; font-size: 100%; line-height: 1.2;
  }
.boxout-link:first-of-type { border-top: 0.5px solid #ffffff80; margin-top: 4px; }
.boxout-link:last-of-type { margin-bottom: 4px; }
.boxout-link:hover { background-color: #ffffff20; color: white; }
.boxout-link:hover .triangle { background-color: #fff; }
.boxout-link .triangle {
  position: absolute; display: block; height: 12px; width: 10px; background-color: #ffffff60;
  aspect-ratio: cos(30deg); top: 50%; transform: translateY(-50%); left: 15px;
  clip-path: polygon(100% 50%,0 100%,0 0);
  }

.boxout-content { position: relative; display: flex; flex-flow: row nowrap; align-items: stretch; border-top: 1px dotted #ffffff40; gap: 20px; padding: 14px 10px 12px 10px; line-height: 1.3; }
.boxout-content .column { width: 55%; }
.boxout-content .column:first-child { text-align: right; font-weight: 600; color: white; width: 45%; }
.boxout-content:last-of-type { border-bottom: 1px dotted #ffffff40; }

.boxout-content.links .column { width: 60%); }
.boxout-content.links .column:first-child { text-align: right; font-weight: 600; color: white; width: 40%; }
.boxout-content.links:last-of-type { border-bottom: 1px dotted #ffffff40; }

.moreinfo {
  position: relative; display: flex; width: 100%; height: auto; flex-flow: row nowrap; align-items: center; justify-content: center; max-width: 487px; margin: 0px auto;
  border-radius: var(--borderRadius); background-color: #00000060; height: 64px; gap: 10px; margin-top: var(--gapY); color: var(--colorBoxoutContent); margin-top: 10px;
  }
.moreinfo div { position: relative; display: block; outline: 0 !important; font-family: var(--fontHeading); font-weight: 600; color: white; font-size: 130%; }
.moreinfo div:last-child { font-family: var(--fontBody); font-weight: 400; color: #bbb; }
.moreinfo div a { text-underline-offset: 2px; }
.moreinfo div a:hover { text-decoration: underline; }
.photo-container + .moreinfo { margin-top: 40px; }

@media (max-width: 600px) {
  .boxout .heading { font-size: 160%; }
  .boxout-content .column { font-size: 90%; }
  .moreinfo { max-width: 100%; }
  .moreinfo div { font-size: 110%; }
  }

/************************/
/*      FEATURE BOX     */
/************************/

.column.featurebox {
  position: relative; display: block; width: 100%; height: 100%; overflow: hidden; border-radius: var(--borderRadiusBig);
  padding-bottom: 76px; background-color: var(--colorBoxout); color: var(--colorBoxoutContent);
  }
a.column.featurebox { text-decoration: none; }
.featurebox-photo { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 5/3; overflow: hidden; }
.featurebox-photo img { position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; transition: 1.0s ease-in-out; }
.column.featurebox:hover .featurebox-photo img { transform: scale(1.10); }
.featurebox-tint {
  position: absolute; display: block; width: 100%; height: auto; padding: 17px 30px; padding-bottom: 15px;
  background-color: #00000080; z-index: 2; bottom: 0px; left: 0px;
  color: var(--colorHeading); text-align: center; font-size: 150%; font-weight: 800;
  line-height: 1.1; letter-spacing: 0.03em; font-family: var(--fontHeading);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  }
.featurebox-content { position: relative; display: block; padding: 25px var(--gapX); text-align: center; line-height: 1.8; font-size: 95%; }
a.column.featurebox .button { position: absolute; display: block; max-width: calc(100% - (var(--gapX) * 2)); bottom: var(--gapX); left: var(--gapX); text-transform: uppercase; }
a.column.featurebox:hover .button { background-color: #fff; color: #000; }

@media (max-width: 900px) {
  .featurebox-tint { font-size: 150%; padding: 15px 30px; }
  }

/***************************/
/*   FEATURES FILTER BOX   */
/***************************/

.filter-container {
  position: relative; display: flex; width: 100%; height: auto; margin: 0px auto; gap: 2px;
  flex-flow: row wrap; justify-content: center; align-items: flex-end; padding: 20px var(--gapX);
  }
.option {
  position: relative; display: block; box-sizing: border-box; border-radius: 0px;
  padding: 15px 25px 13px; height: auto; background-color: #ffffff30; margin-left: 0px;
  color: white; text-align: center; text-decoration: none; line-height: 0.8; letter-spacing: 0.02em;
  font-family: var(--fontBody); font-size: 95%; font-weight: 600; text-transform: capitalize;
  transition: 0.25s ease-in-out; white-space: nowrap; text-transform: uppercase;
  }
.option.active { background-color: #ffffff80; color: black; }
.option:hover { background-color: #ff000088; color: white; transition: 0.25s ease-in; }
.option:first-child { border-top-left-radius: 20px; border-bottom-left-radius: 20px; padding-left: 35px; }
.option:last-child { border-top-right-radius: 20px; border-bottom-right-radius: 20px; padding-right: 35px; }

@media (max-width: 600px) {
  .filter-container { display: none; }
  }
@media (max-width: 1210px) {
  .option { font-size: 90%; padding: 15px 20px; }
  .option:first-child { padding-left: 25px; }
  .option:last-child { padding-right: 25px; }
  }

/* INPUT - SELECTOR */
.filter-select {
  font-family: var(--fontBody); font-size: 110%; line-height: 1.2; display: block; height: auto;
  color: #444; background-color: #fff; padding: 12px 20px; width: 100%; max-width: 100%;
  box-sizing: border-box; border: 4px solid #ddd; border-radius: 25px; margin: 20px 0px;
  -moz-appearance: none; -webkit-appearance: none; appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 15px top 15px, 0 0;
  background-size: 15px auto, 100%;
  }
.filter-select::-ms-expand {
  display: none;
  }
.filter-select:hover {
  border-color: #888;
  }
.filter-select:focus {
  border-color: #aaa;
  color: #222;
  outline: none;
  }
.filter-select option {
  font-weight: normal; font-size: 110%; line-height: 1.6;
  }

@media (min-width: 600px) {
  .filter-select { display: none; }
  }

/***********************/
/*     LOGO SLIDER     */
/***********************/

.logoslider { width: 100%; overflow: hidden; --logos: 7; background-color: var(--colorLogoSlider); }
.logos-container {
  position: relative; display: flex !important; align-items: center; width: max-content; padding: 10px 0px;
  animation: scroller-left 30s linear infinite; will-change: transform;
  }
.logos-container.right { animation: scroller-right 30s linear infinite; }
.logos-container:hover { /* animation-play-state: paused; */ }
.logos-container .logos-item {
  display: block; text-align: center; overflow: hidden; width: calc((100vw / var(--logos)) - var(--gapThin));
  margin-right: var(--gapThin); transition: 0.25s ease-in; opacity: 0.25;
  }
.logos-container .logos-item:hover { transform: scale(1.05); transition: 0.25s ease-in; opacity: 1.0; }
.logos-container .logos-item img { width: 100%; height: auto; object-fit: contain; max-height: 80px; }

.logoslider.fixed { background-color: var(--colorLogoSliderFixed); }
.logoslider.fixed .logos-container {  padding: var(--gapY) 0px; }
.logoslider.fixed .logos-container .logos-item { opacity: 1.0; overflow: visible; }
.logoslider.fixed .logos-container .logos-item img { width: 100%; height: auto; object-fit: contain; max-height: none; }

.content-strip.parallax:has(.logoslider) .content-container { padding-bottom: 0px; }
.content-strip:has(.masonry) { padding: 0px 0px !important; background-color: var(--colorLogoSlider); }
.logos-container.marquee { padding: 15px 0px 40px !important; }

@keyframes scroller-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
  }
@keyframes scroller-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
  }
@media (max-width: 600px) {
  .logoslider { --logos: 3; }
  .logos-container .logos-item { gap: 0px; margin-right: 0px; width: calc(100vw / var(--logos)); }
  .logoslider.fixed .logos-container .logos-item { margin-right: calc(var(--gapThin) / 1.5); width: calc(100vw / var(--logos)); }
  .logos-container.marquee { padding: 0px 0px 30px !important; }
  }

/*********************/
/*      ROUNDEL      */
/*********************/

.roundel {
  position: relative; display: block; width: 100%; height: auto; border-radius: 50%; overflow: hidden;
  border: 6px solid var(--colorRoundelBorder); padding-top: 100%; aspect-ratio: 1/1; transition: 0.25s ease-in;
  }
.roundel img { position: absolute; object-fit: cover; border-radius: 50%; padding: 4px; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1; }
.roundel .roundel-label {
  position: absolute; display: grid; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 20px; width: 90%; height: 90%;
  background-color: var(--colorRoundel); color: var(--colorRoundelLabel); backdrop-filter: blur(3px); border-radius: 50%;
  font-family: var(--fontHeading); font-size: 2.2vw; line-height: 1.2; font-weight: 800; z-index: 2; align-items: center; text-align: center;
  }
a.roundel .roundel-label { opacity: 0.0; transition: 0.25s ease-in; text-decoration: none; }
a.roundel:hover .roundel-label { opacity: 1.0; transition: 0.25s ease-in; text-decoration: none; background-color: var(--colorRoundel) }
a.roundel:hover { border-color: var(--colorRoundelBorderHover); transition: 0.25s ease-in; }
.roundel + * { margin-top: 20px; }

@media (min-width: 1500px) { .roundel .roundel-label { font-size: 33px; }}
@media (max-width: 600px) { .roundel .roundel-label { font-size: 4.6vw; }}

/*************************/
/*      BLEED BLOCK      */
/*************************/

.bleedblock-container {
  position: relative; display: grid; width: 100%; margin: 0px auto; padding: 0px;
  grid-template-columns: repeat(2, 1fr);
  }
.bleedblock-item { position: relative; display: block; text-align: left; overflow: hidden; }
.bleedblock-item img { position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; top: 0px; left: 0px; }

.bleedblock-container.right .bleedblock-item:nth-child(1) { order: 2; }
.bleedblock-container.right .bleedblock-item:nth-child(2) { order: 1; }
.bleedblock-container.right .bleedblock-item .bleedblock-content {
  padding: var(--bleedblockPadding) calc(var(--gapX) + 10px); padding-left: 60px; float: right; text-align: left;
  }
.bleedblock-content {
  position: relative; display: block; padding: var(--bleedblockPadding) calc(var(--gapX) + 10px); padding-right: 60px;
  --width: calc(var(--maxWidth) / 2 - 100px); width: auto; max-width: var(--width);
  }
.bleedblock-container.inline { background-color: var(--colorBleedblockInline); }
.bleedblock-container.inline + .content-container { padding-top: var(--gapStrip); padding-top: 50px; }
.bleedblock-container.inline .bleedblock-item .bleedblock-content {
  padding: var(--bleedblockPaddingInline) calc(var(--gapX) + 10px); color: var(--colorBleedblockInlineContent);
  }
.bleedblock-container.right.inline .bleedblock-item .bleedblock-content { text-align: right; }
.bleedblock-container:not(.inline) .bleedblock-item { background-color: var(--colorBleedblockA); color: var(--colorBleedblockAContent); }
.bleedblock-container.right:not(.inline) .bleedblock-item { background-color: var(--colorBleedblockB); color: var(--colorBleedblockBContent); }
.bleedblock-item .heading { padding-top: 0px; }

.bleedblock-content.home {
  position: relative; display: block; padding: 80px calc(var(--gapX) + 10px) !important; padding-right: 60px;
  --width: calc(var(--maxWidth) / 2 - 100px); width: auto; max-width: var(--width);
  }

@media (max-width: 600px) {
  .bleedblock-container { grid-template-columns: 1fr; }
  .bleedblock-item img { position: relative; height: calc(100vw * 0.6); object-fit: cover; }
  .bleedblock-content { padding: var(--gapY) var(--gapX); padding: var(--bleedblockPadding) var(--gapX); }
  .bleedblock-container.right .bleedblock-item:nth-child(1) { order: 1; }
  .bleedblock-container.right .bleedblock-item:nth-child(2) { order: 2; }
  .bleedblock-container.right .bleedblock-item .bleedblock-content { padding: var(--bleedblockPadding) var(--gapX); text-align: left; }
  .bleedblock-container.inline .bleedblock-item .bleedblock-content { padding: var(--bleedblockPaddingInline) var(--gapX); }
  .bleedblock-container.inline + .content-container { padding-top: 40px; }
  .bleedblock-container.right.inline .bleedblock-item .bleedblock-content { text-align: left; }
  .bleedblock-content.home { padding: var(--bleedblockPadding) var(--gapX) !important; }
  }

/**************************************/
/*    FOUNDATIONAL STRIP CONTAINER    */
/**************************************/

.content-strip {
  position: relative; display: block; width: 100%; height: auto;
  padding: var(--gapStrip) 0px; background-color: var(--colorStripA);
  }
.content-strip:nth-of-type(even) { background-color: var(--colorStripB); }
.content-strip.thin { padding: var(--gapY) 0px; }
.content-strip.thintop { padding-top: var(--gapY); }
.content-strip.slim { padding: 60px 0px; }

/* delete */
.content-strip.pagestrap { padding: 40px 0px 43px 0px; background-color: #222; border-top: 6px solid #333; }
.content-strip.greybar { padding: 0px; height: 6px; background-color: #333; }
.content-strip .content-container:last-child { padding-bottom: 0px; }
.content-strip.parallax {
  background-color: transparent; min-height: 100px;
  background-position: center; background-size: cover; background-attachment: fixed;
  }
.content-strip.dark { background-color: #181818; }
.content-strip.features { padding: var(--gapStrip) 0px; }
.content-strip.features .content-container { column-gap: 40px; }
.content-strip.features:first-of-type { padding-top: var(--gapStrip); }
.content-strip.features:last-of-type { padding-bottom: var(--gapStrip); }
.content-strip.parallax .heading.sectionhead { text-shadow: 0px 2px 4px #000; }

@media (max-width: 600px) {
  .content-strip.pagestrap { padding: 32px 0px 35px 0px; }
  .content-strip.features { padding: var(--gapStrip) 0px; }
  .content-strip.parallax { background-attachment: local; }
  .content-strip.slim { padding: 0px 0px 40px; }
  .content-strip.slim .column:nth-of-type(2) { padding-top: 20px; }
  }

/********************************/
/*    FIXED FOOTER CONTAINER    */
/********************************/

.content-strip.footerbase { background-color: #000; padding: 21px 20px 18px 20px; }
.content-strip.footerbase .column { font-size: 90%; letter-spacing: 0.0em; letter-spacing: 0.0em; line-height: 1.4; text-align: center; color: #888; padding-bottom: 5px; }
.content-strip.footerbase .column strong { font-weight: 600; color: white; }

/*************************************/
/*    CSS GRID COLUMN DEFINITIONS    */
/*************************************/

.content-container {
  position: relative; display: grid; max-width: var(--maxWidth);
  margin: 0px auto; padding: 0px var(--gapX); grid-gap: var(--gapY) var(--gapX);
  }
.content-container:not(:last-child) { padding-bottom: var(--gapY); }

.content-container.two { grid-template-columns: repeat(2, 1fr); }
.content-container.three { grid-template-columns: repeat(3, 1fr); }
.content-container.four { grid-template-columns: repeat(4, 1fr); grid-gap: var(--gapY) var(--gapX); }
.content-container.five { grid-template-columns: repeat(5, 1fr); grid-gap: var(--gapThin); }
.content-container.six { grid-template-columns: repeat(6, 1fr); grid-gap: var(--gapThin); }
.content-container.eight { grid-template-columns: repeat(8, 1fr); grid-gap: 0px; }
.content-container.thin { grid-gap: var(--gapThin); }
.content-container.thin:not(:last-child) { padding-bottom: var(--gapThin); }
.content-container.fixed { grid-template-columns: 500px 1fr; }
.content-container.fixed.right { grid-template-columns: 1fr 500px; }

.content-container.portfolio { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 1fr); grid-gap: var(--gapThin); }
.content-container.portfolio .column:nth-child(6n+1) { grid-column: span 2 / span 2; grid-row: span 2 / span 2; }
.content-container.portfolio .column:nth-child(6n+2) { grid-column-start: 3; }
.content-container.portfolio .column:nth-child(6n+3) { grid-column-start: 3; grid-row-start: 2; }
.content-container.portfolio .column:nth-child(6n+4) { grid-column: span 2 / span 2; grid-row: span 2 / span 2; grid-column-start: 2; grid-row-start: 3; }
.content-container.portfolio .column:nth-child(6n+5) { grid-column-start: 1; grid-row-start: 3; }
.content-container.portfolio .column:nth-child(6n+6) { grid-row-start: 4; }
.content-container.portfolio .column:nth-child(3n+1) img { height: 42vw; }
.content-container.portfolio .column:not(:nth-child(3n+1)) img { position: absolute; height: 100%; top: 0px; left: 0px; object-fit: cover; }

.content-container.onetwo { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(1, 1fr); grid-gap: var(--gapX); }
.content-container.onetwo .column:nth-child(2n+2) { grid-column: span 2 / span 2; }

.content-container.twoone { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(1, 1fr); grid-gap: var(--gapX); }
.content-container.twoone .column:nth-child(2n+1) { grid-column: span 2 / span 2; }

.content-container.foursix { grid-template-columns: 4fr 6fr; }
.content-container.foursix.reverse { grid-template-columns: 6fr 4fr; }
.content-container.foursix.reverse .column:first-child { order: 1; }

.column { position: relative; display: block; text-align: left; }
.column:has(.centered) { display: flex; align-items: center; justify-content: center; }
.column .centered { position: relative; display: block; width: 100%; }
.column:hover .grey, .grey:hover { filter: grayscale(0) brightness(1); transition: 0.5s ease; }
.column .content-container { padding: 0px; }
.column.pagestrap {
  position: relative; display: block; width: 100%; max-width: 1250px; height: auto; padding: 0px 0px; margin: 0px auto;
  font-size: 140%; line-height: 1.8; font-weight: 300; text-align: center;
  }
.column.footer { display: flex; justify-content: center;
  align-items: center; flex-flow: row nowrap;}

@media (max-width: 600px) {
  .column.pagestrap { font-size: 120%; text-align: left; }
  }
@media (min-width: 1600px) {
  .content-container.portfolio .column:nth-child(3n+1) img { height: 676px; }
  }
@media (max-width: 1250px) {
  .content-container.five { grid-template-columns: repeat(4, 1fr); }
  }
@media (max-width: 950px) {
  .content-container.four.thin { grid-template-columns: repeat(3, 1fr); }
  .content-container.six { grid-template-columns: repeat(3, 1fr); }
  .content-container.five { grid-template-columns: repeat(3, 1fr); }
  .content-container.three.featurebox { grid-template-columns: repeat(2, 1fr); }
  }
@media (max-width: 800px) {
  .content-container.four { grid-template-columns: repeat(2, 1fr); }
  .content-container.four.thin { grid-template-columns: repeat(2, 1fr); }
  }
@media (max-width: 600px) {
  .content-container.two { grid-template-columns: 1fr; }
  .content-container.three { grid-template-columns: 1fr; }
  .content-container.three.featurebox { grid-template-columns: 1fr; }
  .content-container.four { grid-template-columns: 1fr; }
  .content-container.six { padding: 0px var(--gapX); }
  .content-container.eight { grid-template-columns: repeat(4, 1fr); }
  .content-container.onetwo { grid-template-columns: 1fr; }
  .content-container.nospan { grid-template-columns: repeat(2, 1fr); }
  .content-container.fixed, .content-container.fixed.right { grid-template-columns: 1fr; }
  .content-container.fixed.right .column:nth-child(1) { order: 2; }
  .content-container.fixed.right .column:nth-child(2) { order: 1; }
  .content-container.portfolio { grid-template-columns: 1fr; grid-template-rows: 1fr; }
  .content-container.portfolio .column { grid-row: auto !important; grid-column: auto !important; grid-template: auto !important; }
  .content-container.portfolio:has(.expand) { grid-gap: var(--gapThin); grid-gap: 0px; }
  .content-container.portfolio .column:not(:nth-child(3n+1)) img { position: relative; display: block; width: 100%; height: auto; }
  .content-container.portfolio .column:nth-child(3n+1) img { height: auto; }
  .content-container.onetwo { grid-template-columns: 1fr; }
  .content-container.onetwo .column:nth-child(2n+2) { grid-column: auto; }
  .content-container.twoone { grid-template-columns: 1fr; }
  .content-container.twoone .column:nth-child(2n+1) { grid-column: auto; }
  .content-container.foursix { grid-template-columns: 1fr; }
  .content-container.foursix.reverse { grid-template-columns: 1fr; }
  .content-container.foursix.reverse .column:first-child { order: 0; }
  /* Remove top padding from any strip that starts with a photo */
  .content-strip:has(.column:first-child .photo-container) { padding-top: 0px;  }
  .content-strip:has(.column:first-child .carousel) { padding-top: 60px;  }

  .content-strip.thin:has(.content-container.thin.three) { padding-bottom: 0px; }
  .content-container.thin.three > .column:not(:nth-child(3n+1)):has(.photo-container) { display: none; }
  /* .content-strip.featureblock { display: none; } */
  }

/*************************************/
/*    COUNTDOWN NUMBERS CONTAINER    */
/*************************************/

.column.countdown { border: 2px solid #ffffff20; border-radius: 12px; padding: var(--gapY) var(--gapX); text-align: center; line-height: 1.0; padding-bottom: 15px; }
.count-heading { position: relative; display: flex; width: 100%; justify-content: center; align-items: flex-end; padding-top: 0px; }
.count-value {
  position: relative; display: block; width: 100%; height: auto; color: var(--colorHeading); line-height: 1.0;
  font-size: 380%; font-weight: 800; line-height: 1.3; letter-spacing: 0.03em; font-family: var(--fontHeading);
  }
@media (max-width: 600px) {
  .column.countdown .count-value { font-size: 7vw; }
  }

/**************************/
/*    NEWS DEFINITIONS    */
/**************************/

.sandbox { position: absolute; display: none; overflow: hidden; z-index: -1; width: 0px; height: 0px; }
.newsblock-content { position: relative; display: contents; width: 100%; height: auto; }
.newsblock-date {
  position: relative; display: block; width: 100%; height: auto;
  font-size: 120%; font-family: var(--fontBody); font-weight: 400; line-height: 1.0;
  border-bottom: 0.5px solid #ffffff60; margin-bottom: 45px; padding-bottom: 6px; }
.newsblock-heading {
  position: relative; display: block; width: 100%; height: auto; margin-bottom: 15px;
  font-size: 220%; font-weight: 800; line-height: 1.2; letter-spacing: 0.03em; font-family: var(--fontHeading);
  color: var(--colorBoxoutHeading); padding: 0px;
  }
.newsblock-heading .highlight { color: #f00; }
.photo-container + .photo-container { margin-top: 15px; }
.column.newsblock { padding: 0px 0px; }
.content-strip.hidden { display: none; }

.content-container.news-content { grid-template-columns: repeat(5, 1fr); grid-gap: var(--gapY) var(--gapX); }
.content-container.news-content .column:nth-child(1) { grid-column: span 2 / span 2; }
.content-container.news-content .column:nth-child(2) { grid-column: span 3 / span 3; grid-column-start: 3; }

.filter-select.newsfilter { display: block; max-width: 450px; width: calc(100% - 40px); margin: 0px auto; text-align: center; font-size: 120%; text-align-last:center; }
.news-sharecontainer { position: relative; display: flex; flex-flow: row nowrap; gap: 2px; justify-content: flex-end; margin-top: 40px; }

@media (max-width: 600px) {
  .photo-container + .photo-container { margin-top: 0px; }
  .column.newsblock { padding: 0px 0px 20px; }
  .newsblock-date { text-align: center; }
  .newsblock-heading { font-size: 180%; }
  .news-sharecontainer { justify-content: center; }
  .button.news { margin-right: auto; margin-left: auto; }

  .content-container.news-content { grid-template-columns: 1fr; grid-gap: var(--gapY) var(--gapX); }
  .content-container.news-content .column:nth-child(1) { grid-column: span 1 / span 1; padding-top: 0px; }
  .content-container.news-content .column:nth-child(2) { grid-column: span 1 / span 1; grid-column-start: 1; }
  .content-container.news-content .column > .photo-container:not(:first-child) { display: none; }
  }

/*************************************/
/*      PHOTO GALLERY SHOWCASE       */
/*************************************/

.content-container.fullwidth { max-width: 100% !important; width: 100%; margin: 0px; }
.content-container.gallery { max-width: 100% !important; width: 100%; margin: 0px; padding: 0px; grid-gap: 0px; grid-template-columns: repeat(3, 1fr); }
.column.gallery { overflow: hidden; aspect-ratio: 3/2; }
.column.gallery img { width: 100%; height: 100%; object-fit: cover; }
.column.gallery > img.zoom { transition: 1.0s ease-in-out; }
.column.gallery:hover > img.zoom { transform: scale(1.10); }
.content-strip:has(.content-container.gallery) { padding-bottom: 30px; }

.content-container.gallery.boxes { padding: 0px var(--gapX); grid-gap: 6px; }
.content-container.gallery.boxes .column.gallery { border-radius: 8px; -webkit-box-shadow: 0px 0px 8px #000000cc; border: 2px solid var(--colorBoxout); }

@media (min-width: 1596px) {
  .content-container.gallery { grid-template-columns: repeat(4, 1fr); }
  }
@media (max-width: 1100px) {
  .content-container.gallery { grid-template-columns: repeat(2, 1fr); }
  }
@media (max-width: 600px) {
  .heading.sectionhead { padding-top: 0px; padding-top: 10px; font-size: 180%; }
  .content-container.gallery { grid-template-columns: repeat(2, 1fr); }
  .popup-caption:has(.caption-heading.index) { padding: 10px; }
  .caption-heading.index { font-size: 14px; }
  }

/*****************************/
/*    PHOTO MASONRY BLOCK    */
/*****************************/

.masonry {
  --masonryColumns: 3;
  --masonryGap: 0px;
  --masonryRadius: 0px;
  -webkit-column-count: var(--masonryColumns); -webkit-column-gap: var(--masonryGap);
  -moz-column-count: var(--masonryColumns); -moz-column-gap: var(--masonryGap);
  column-count: var(--masonryColumns); column-gap: var(--masonryGap);
  line-height: 0px;
  }
.content-container:has(.masonry) { padding-bottom: 0px; padding: 0px; }
.content-strip:has(.masonry) { padding-bottom: 0px; }
.masonry-block {
  position: relative; display: inline-block; margin-bottom: var(--masonryGap); border-radius: var(--masonryRadius); overflow: hidden; border: 0px solid #444;
  }
.masonry-block img { display: block; margin-bottom: 0px; transition: 1.0s ease-in-out; }
.masonry-block:hover img { transform: scale(1.1); transition: 1.0s ease-in-out; }

.masonry-block.landscape { aspect-ratio: 3/2; width: 100%; height: auto; }
.masonry-block.portrait { aspect-ratio: 3/4; width: 100%; height: auto; }
.masonry-block.landscape img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.masonry-block.portrait img { position: absolute; width: 100%; height: 100%; object-fit: cover; }

.fouron { display: none; }

@media (min-width: 1596px) { .masonry { --masonryColumns: 4; } .fouroff { display: none; } .fouron { display: block; }}
@media (max-width: 1000px) { .masonry { --masonryColumns: 2; } .twooff { display: none; }}
@media (max-width: 600px)  { .masonry { --masonryColumns: 2; }}

/******************************/
/*      SCROLL ANIMATION      */
/******************************/

.reveal {
  animation: scrollfade ease-in-out forwards;
  animation-timeline: view();
  animation-range: entry 0% entry 100%;
  }
@keyframes scrollfade {
  from { opacity: 0; margin-top: 100px; }
  to   { opacity: 1; margin-top: 0px; }
  }
