/** Color palette **/
:root {
    --color-bg: white;
    --color-text: rgb(21, 65, 81);
    --color-highlight: rgb(253, 183, 22); /** Orange **/
    --color-accent: #2E797A; /** Sea green **/
    --color-primary: #2F7086; /** Light blue **/
    --color-secondary: rgb(21, 65, 81); /** Blue **/
    --color-field: #1B3943;  /** Dark Blue **/
}

:root {
    --size-navbar-height: 108px;
    --size-spacer: 150px;
}

.color-highlight     { color: var(--color-highlight); }
.bg-color-field         { background: var(--color-field); }
.bg-color-highlight     { background: var(--color-highlight); }
.bg-color-accent        { background: var(--color-accent); }
.bg-color-secondary     { background: var(--color-secondary); }
.bg-color-primary       { background: var(--color-primary); }

.color-white            { color: white; }
.color-primary          { color: var(--color-primary); }
.color-accent           { color: var(--color-accent); }

.border-field         { border: solid 1px var(--color-field); }

.font-headlines {
  font-family: 'GalanoGrotesque-SemiBold', sans-serif;
  font-size: 35px;
  letter-spacing: 2px;
}

.font-masonry {
  font-family: 'GalanoGrotesque-SemiBold', sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 30px;
}

.font-eyebrow {
  font-family: 'GalanoGrotesque-Bold', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
}

.font-bold {
  font-weight: bold;
}

.grid-stats {
  font-family: 'GalanoGrotesque-Bold', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}

.talents .card-header {
  min-height: 120px;
  color: white!important;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: var(--color-bg);
    color: var(--color-text);
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
}

.eyebrow {
  border-top: 2px solid var(--color-highlight);
  padding-top: 8px;
}

.pb-large { padding-bottom: var(--size-spacer); }
.pt-large { padding-top: var(--size-spacer); }

.mb-large {
    margin-bottom: var(--size-spacer);
}

.text-large { font-size: 4em; }
.text-huge { font-size: 6em; }
.text-upper { text-transform: uppercase; }

.hidden {
    display: none;
}

#content {
    margin-top: var(--size-navbar-height);
}

#loading-animation {
    z-index: 128;
    background: var(--color-secondary);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fadeout {
    animation: fadeOut 1s ease-out;
    animation-fill-mode: forwards;
}

#mainNav {
    min-height: var(--size-navbar-height);
    background-color: white;
}

.nav-style {
    font-family: 'GalanoGrotesque-SemiBold', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}

.navbar .logo {
    /** height: calc(var(--size-navbar-height) - 16px); Not supported in all browsers **/
    height: 40px;
}

.nav-item {
    display: flex;
    align-items: center;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    border: 1px solid #64a19d;
}

.nav-anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.nav-link {
    color: var(--color-field)!important;
    font-weight: bold;
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

.full-width-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.fixed-image {
    background-attachment: fixed;
    background-position: center;
}

.header-image {
    background-image: url("img/hero.svg");
}

.talent-image {
    background-image: url("img/TalentHero.svg");
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
}

.hero-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.candid-image {
    background-image: url("img/2025/1956_002.jpg");
    width:100%;
}

.chill-chat-image {
    height: auto;
}

.footer-logo {
    width: 150px;
}

.contact-list {
    list-style: none;
    padding-inline-start: 0px;
}

.contact-list li {
    background: url("img/bullet.svg") no-repeat left;
    line-height: 12px;
    padding-left: 25px;
    margin-bottom: 8px;
}


.contact-list a {
    color: var(--color-accent);
}

.auto-width-image {
  width: 100%
}

.btn {
    border-radius: 0px;
}

.btn-white:hover {
    color: white!important;
    background: var(--color-field)!important;
    transition: .3s;
}

.btn-white {
    color: var(--color-field)!important;
    background: white!important;
}

.link-unstyled {
    color: inherit;
}

.link-unstyled-ul {
    color: inherit;
    text-decoration: underline;
}

.policy-table {
    border: 1px solid black;
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1em;
}

.policy-table th {
    background: var(--color-field);
    color: white;
    padding: 1em;
}

.policy-table td {
    padding: 1em;
}

/** Override bootstrap **/
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.masonry-grid .col-lg {
  padding-left: 0;
  padding-right: 0;
}

.masonry-grid .row {
  margin-left: 0;
  margin-right: 0;
}

.masonry-grid .cell-container:after {
  content: "";
  display: block;
  padding-bottom: 100%
}

.masonry-grid .wide-cell-container:after {
  content: "";
  display: block;
  padding-bottom: 50%
}

.masonry-grid .cell {
  position: absolute;
  padding: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.masonry-grid .grid-center-image {
  background: no-repeat center url("img/2025/1956_010v2.jpg?v=20250926");
  background-size: cover;
}

.masonry-grid .grid-left-image {
  background: no-repeat center url("img/2025/1956_012v2.jpg?v=20250926");
  background-size: cover;
  background-position: 37% 80%;
}

.masonry-grid .grid-right-image {
  background: no-repeat center url("img/2025/1956_005v2.jpg?v=20250926");
  background-size: cover;
  background-position: 0% 100%;
}

.slab-image {
    object-fit: cover;
    aspect-ratio: 22/9;
}

.slab-image-1 {
    max-height: 600px;
    object-position: 10% 66%;
}

.bg-infinity {
  background: url("img/InfinityIcon.png");
}

.masonry-grid img {
  padding-bottom: 10%;
}

@media (min-width: 576px) {
    /** Collaped small **/
    .contact-btn {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% {
        opacity: 0;
        display: none;
    }
}
