
/* GLOBAL */
:root {
--navy: #09192E;
--midnight: #14263F;
--gold: #C9A24A;
--softgold: #E2C27B;
--steel: #3E5C76;
--ivory: #F5F3EE;
--graphite: #2B2B2B;
--stone: #D8D2C4;
}
/* ==== */
html {
scroll-behavior: smooth;
}
#savecontent {
margin-top: -2px;
}
.anchor {
scroll-margin-top: 200px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: inherit;
}
h1,
.h1 {
font-size: clamp(35px, 4.4vw, 46px);
}
h1.mega,
.h1.mega {
font-size: clamp(36px, 4.7vw, 70px);
}
h1.ultra,
.h1.ultra {
font-size: clamp(37px, 5.3vw, 95px);
}
h2,
.h2 {
font-size: clamp(32px, 4vw, 42px);
}
h3,
.h3 {
font-size: clamp(29px, 3.6vw, 37px);
}
h4,
.h4 {
font-size: clamp(26px, 3.2vw, 32px);
}
h5,
.h5 {
font-size: clamp(23px, 2.8vw, 27px);
}
h6,
.h6 {
font-size: clamp(20px, 2.4vw, 22px);
}
body {
font-size: clamp(15px, 2vw, 18px);
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
b,
strong {
font-weight: bold;
}
.round {
border-radius: 12px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
@media(min-width: 1600px) {
.container.container-wide {
width: 1500px !important;
max-width: 1500px !important;
}
}
.product-image {
background-size: cover !important;
min-height: auto !important;
padding-bottom: 75%;
}
#savecontent form label {
font-weight: bold;
}
#savecontent form .checkbox-group label,
#savecontent form .radio-group label {
font-weight: normal;
}
.formbuilder-required {
color: red;
}
.text-right.addToCart {
text-align: left !important;
}
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .blog {
border-radius: 12px;
padding: 1.5rem;
background: white;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.blog-detail-page .blog h4 {
margin-top: 1rem;
}
form li p {
margin-bottom: 0;
}
form label {
font-weight: bold;
}
form .checkbox-group label,
form .radio-group label {
font-weight: normal;
}
.formbuilder-checkbox,
.formbuilder-radio {
margin-bottom: 4px;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Inter, Arial, sans-serif;
background: var(--navy);
color: var(--ivory);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: Inter, Arial, sans-serif;
font-weight: bold;
}
a {
color: inherit;
text-decoration: none;
}
p {
line-height: 1.65;
}
.serif {
font-family: Georgia, 'Times New Roman', serif;
font-style: italic;
font-weight: 400;
}
.eyebrow {
color: var(--gold);
text-transform: uppercase;
letter-spacing: .34em;
font-size: 12px;
font-weight: 900;
margin-bottom: 22px;
}
header {
position: sticky;
top: 0;
z-index: 30;
background: rgba(9, 25, 46, .94);
backdrop-filter: blur(14px);
border-bottom: 1px solid rgba(245, 243, 238, .12);
}
.logo {
width: 178px;
display: block;
}
nav {
display: flex;
gap: 28px;
color: rgba(245, 243, 238, .72);
font-size: 12px;
text-transform: uppercase;
letter-spacing: .18em;
}
nav a:hover {
color: var(--gold);
}
main .btn {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
padding: 14px 22px;
font-weight: 800;
border: 1px solid transparent;
transition: .2s;
white-space: nowrap;
}
.btn.gold {
background: var(--gold);
color: var(--navy);
}
.btn.gold:hover {
background: var(--softgold);
}
.btn.midnight {
background: var(--midnight);
color: white;
}
.btn.midnight:hover {
background: var(--steel);
}
.btn.outline {
border-color: rgba(245, 243, 238, .28);
color: var(--ivory);
}
.btn.outline:hover {
border-color: var(--gold);
color: var(--gold);
}
.btn.navbtn {
border-color: var(--gold);
color: var(--gold);
background: transparent;
padding: 10px 18px;
font-size: 14px;
}
.btn.navbtn:hover {
background: var(--gold);
color: var(--navy);
}
.hero {
position: relative;
overflow: hidden;
min-height: 760px;
background: linear-gradient(135deg, #09192E 0%, #14263F 62%, #09192E 100%);
}
.hero:before {
content: "";
position: absolute;
inset: 0;
background: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1600&q=80') center center / cover no-repeat;
opacity: .32;
-webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .9) 40%, transparent 82%);
mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .9) 40%, transparent 82%);
pointer-events: none;
}
.hero-grid {
position: relative;
display: grid;
grid-template-columns: 1.08fr .92fr;
gap: 58px;
align-items: center;
padding: 112px 0 96px;
}
.hero-logo {
width: 310px;
margin-bottom: 34px;
}
h1 {
font-size: 68px;
line-height: 1.02;
margin: 0;
letter-spacing: -.055em;
max-width: 780px;
}
h2 {
font-size: 48px;
line-height: 1.08;
margin: 0;
letter-spacing: -.045em;
}
h3 {
margin: 0;
}
.lead {
color: rgba(245, 243, 238, .74);
max-width: 670px;
font-size: 18px;
margin-top: 26px;
}
.actions {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin-top: 38px;
}
.visual-card {
border: 1px solid rgba(245, 243, 238, .13);
border-radius: 34px;
background: linear-gradient(145deg, rgba(245, 243, 238, .075), rgba(245, 243, 238, .025));
padding: 24px;
box-shadow: 0 35px 80px rgba(0, 0, 0, .32);
}
.paper {
border-radius: 26px;
background: var(--ivory);
color: var(--navy);
padding: 30px;
position: relative;
overflow: hidden;
}
.paper:after {
content: "";
position: absolute;
right: -70px;
bottom: -70px;
width: 220px;
height: 220px;
border-radius: 50%;
border: 1px solid rgba(201, 162, 74, .27);
}
.paper-head {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid rgba(9, 25, 46, .12);
padding-bottom: 18px;
margin-bottom: 24px;
gap: 18px;
}
.paper-word {
font-size: 26px;
white-space: nowrap;
}
.paper-word .alt {
color: var(--gold);
}
.paper-word .maps {
font-weight: 900;
letter-spacing: .08em;
}
.system {
background: radial-gradient(ellipse at top right, color-mix(in srgb, color-mix(in srgb, dodgerblue 25%, var(--primary)) 78%, transparent) 0%, color-mix(in srgb, color-mix(in srgb, dodgerblue 18%, var(--primary)) 34%, transparent) 30%, transparent 70%), var(--navy);
color: var(--ivory);
border-left: 5px solid var(--gold);
padding: 20px;
margin-top: 16px;
position: relative;
z-index: 1;
overflow: hidden;
}
.system small {
display: block;
color: var(--gold);
text-transform: uppercase;
letter-spacing: .24em;
font-weight: 900;
margin-bottom: 8px;
font-size: 11px;
}
.light {
background: var(--ivory);
color: var(--navy);
padding: 88px 0;
}
.dark {
background: var(--navy);
color: var(--ivory);
padding: 88px 0;
}
#services.dark {
background: radial-gradient(ellipse at bottom center, color-mix(in srgb, color-mix(in srgb, dodgerblue 25%, var(--primary)) 78%, transparent) 0%, color-mix(in srgb, color-mix(in srgb, dodgerblue 18%, var(--primary)) 34%, transparent) 30%, transparent 70%), var(--navy);
position: relative;
overflow: hidden;
}
.slate {
background: radial-gradient(ellipse at top center, color-mix(in srgb, color-mix(in srgb, dodgerblue 25%, var(--primary)) 78%, transparent) 0%, color-mix(in srgb, color-mix(in srgb, dodgerblue 18%, var(--primary)) 34%, transparent) 30%, transparent 70%), var(--midnight);
color: var(--ivory);
padding: 88px 0;
position: relative;
overflow: hidden;
}
#framework:before {
content: "";
position: absolute;
inset: 0;
background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1800&q=80') center / cover no-repeat;
opacity: .15;
pointer-events: none;
}
#framework > .container {
position: relative;
z-index: 1;
}
.intro {
max-width: 920px;
}
.two-col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin-top: 48px;
}
.panel {
border-radius: 30px;
padding: 34px;
}
.panel.white {
background: white;
border: 1px solid rgba(9, 25, 46, .10);
}
.panel.navy {
background: radial-gradient(ellipse at top right, color-mix(in srgb, color-mix(in srgb, dodgerblue 25%, var(--primary)) 78%, transparent) 0%, color-mix(in srgb, color-mix(in srgb, dodgerblue 18%, var(--primary)) 34%, transparent) 30%, transparent 70%), var(--navy);
color: var(--ivory);
position: relative;
overflow: hidden;
}
#savecontent ul {
padding: 0;
margin: 24px 0 0;
list-style: none;
}
#savecontentli {
display: flex;
gap: 12px;
margin: 15px 0;
}
.x {
color: #8E3D36;
font-weight: 900;
}
.check {
color: var(--gold);
font-weight: 900;
}
.cards3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
margin-top: 48px;
}
.cards4 {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
margin-top: 48px;
}
.darkcard {
background: radial-gradient(ellipse at top center, color-mix(in srgb, color-mix(in srgb, dodgerblue 25%, var(--primary)) 40%, transparent) 0%, color-mix(in srgb, color-mix(in srgb, dodgerblue 18%, var(--primary)) 17%, transparent) 40%, transparent 95%), var(--navy);
border: 1px solid rgba(245, 243, 238, .12);
border-radius: 30px;
padding: 32px;
min-height: 245px;
position: relative;
overflow: hidden;
}
.icon {
color: var(--gold);
font-size: 26px;
width: 62px;
height: 62px;
border-radius: 50%;
background: color-mix(in srgb, var(--gold) 12%, transparent);
border: 1px solid color-mix(in srgb, var(--gold) 38%, transparent);
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 22px;
}
.whitecard {
background: white;
border: 1px solid rgba(9, 25, 46, .10);
border-radius: 26px;
padding: 26px;
min-height: 220px;
}
.num {
font-family: Georgia, 'Times New Roman', serif;
font-style: italic;
font-size: 42px;
color: var(--gold);
line-height: 1;
margin-bottom: 18px;
}
.forces {
display: grid;
grid-template-columns: .82fr 1.18fr;
gap: 34px;
align-items: start;
margin-top: 46px;
}
.force-list {
background: #fff;
border-radius: 30px;
border: 1px solid rgba(9, 25, 46, .10);
padding: 28px;
}
.force {
display: grid;
grid-template-columns: 50px 1fr;
gap: 18px;
padding: 16px 0;
border-bottom: 1px solid rgba(9, 25, 46, .10);
}
.force:last-child {
border-bottom: none;
}
.force-num {
color: var(--gold);
font-weight: 900;
letter-spacing: .12em;
}
.resource-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
margin-top: 44px;
}
.resource {
background: radial-gradient(ellipse at top right, color-mix(in srgb, color-mix(in srgb, dodgerblue 25%, var(--primary)) 78%, transparent) 0%, color-mix(in srgb, color-mix(in srgb, dodgerblue 18%, var(--primary)) 34%, transparent) 30%, transparent 70%), rgba(245, 243, 238, .055);
border: 1px solid rgba(245, 243, 238, .12);
border-radius: 28px;
padding: 28px;
position: relative;
overflow: hidden;
}
.resource .label {
color: var(--gold);
font-size: 12px;
letter-spacing: .26em;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 16px;
}
.cta {
max-width: 930px;
margin: 0 auto;
text-align: center;
background: radial-gradient(ellipse at top center, color-mix(in srgb, color-mix(in srgb, dodgerblue 25%, var(--primary)) 78%, transparent) 0%, color-mix(in srgb, color-mix(in srgb, dodgerblue 18%, var(--primary)) 34%, transparent) 30%, transparent 70%), linear-gradient(145deg, var(--midnight), #0D2038);
border: 1px solid rgba(201, 162, 74, .40);
border-radius: 34px;
padding: 60px 44px;
position: relative;
overflow: hidden;
box-shadow: 0 35px 80px rgba(0, 0, 0, .22);
}
.omsNav.bg-primary {
background-image: radial-gradient(ellipse at left top, color-mix(in srgb, color-mix(in srgb, dodgerblue 25%, var(--primary)) 70%, transparent) 0%, color-mix(in srgb, color-mix(in srgb, dodgerblue 18%, var(--primary)) 30%, transparent) 40%, transparent 80%), radial-gradient(ellipse at right bottom, color-mix(in srgb, black 55%, transparent) 0%, color-mix(in srgb, black 25%, transparent) 35%, transparent 70%);
}
.chips {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
margin-top: 30px;
}
.chip {
border: 1px solid rgba(201, 162, 74, .58);
border-radius: 999px;
padding: 10px 16px;
color: var(--gold);
font-size: 12px;
font-weight: 900;
letter-spacing: .16em;
text-transform: uppercase;
}
/* ==== interior page hero ==== */
.hero.hero-page {
min-height: 0;
background: radial-gradient(circle at 84% 18%, rgba(201, 162, 74, .16), transparent 32%), linear-gradient(135deg, var(--navy) 0%, #102844 62%, var(--navy) 100%);
}
.hero.hero-page:before {
display: none;
}
.hero.hero-page .hero-grid {
grid-template-columns: 1fr;
padding: 72px 0 66px;
}
.hero.hero-page h1 {
max-width: none;
font-size: clamp(38px, 4.6vw, 58px);
}
.hero.hero-page .lead {
max-width: none;
margin-top: 22px;
}
/* ==== split intro (heading left, copy right) ==== */
.intro-split {
display: grid;
grid-template-columns: .85fr 1.15fr;
gap: 52px;
align-items: start;
}
.intro-split p {
margin: 0;
font-size: 18px;
color: #384354;
}
.slate .intro-split p,
.dark .intro-split p {
color: rgba(245, 243, 238, .72);
}
/* ==== leadership / team ==== */
.team-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 26px;
margin-top: 46px;
}
.person-card {
background: #fff;
border: 1px solid rgba(9, 25, 46, .10);
border-radius: 30px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(9, 25, 46, .08);
}
.portrait {
position: relative;
aspect-ratio: 4 / 3;
display: grid;
place-items: center;
background: linear-gradient(145deg, rgba(201, 162, 74, .20), rgba(9, 25, 46, .10)), #D8DDE4;
color: rgba(9, 25, 46, .42);
}
.portrait i {
font-size: 44px;
}
.portrait img {
width: 100%;
height: 100%;
object-fit: cover;
}
.portrait span {
position: absolute;
left: 20px;
right: 20px;
bottom: 18px;
padding: 9px 12px;
border-radius: 8px;
background: rgba(9, 25, 46, .80);
color: rgba(245, 243, 238, .78);
text-align: center;
font-size: 12px;
line-height: 1.35;
}
.person-body {
display: flex;
flex-direction: column;
padding: 32px 34px 30px;
}
.person-number {
color: var(--gold);
font-size: 12px;
font-weight: 900;
letter-spacing: .22em;
text-transform: uppercase;
}
.person-name {
margin: 12px 0 4px;
font-size: 32px;
letter-spacing: -.03em;
}
.person-title {
margin-bottom: 20px;
color: var(--gold);
font-size: 12px;
font-weight: 900;
letter-spacing: .16em;
text-transform: uppercase;
}
.positioning {
margin: 0 0 24px;
font-size: 19px;
line-height: 1.45;
font-weight: 700;
}
.stats {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px 22px;
margin: auto 0 0;
padding: 22px 0 0;
border-top: 1px solid rgba(9, 25, 46, .12);
}
.stats > div {
color: #667085;
font-size: 14px;
line-height: 1.45;
}
.stats strong {
display: block;
color: var(--navy);
font-size: 15px;
line-height: 1.35;
}
/* ==== resources: featured panel ==== */
.featured {
display: grid;
grid-template-columns: 1.15fr .85fr;
margin-top: 46px;
border-radius: 30px;
overflow: hidden;
background: var(--navy);
color: var(--ivory);
box-shadow: 0 20px 60px rgba(9, 25, 46, .12);
}
.featured-art {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 30px;
min-height: 400px;
padding: 44px;
background: linear-gradient(145deg, var(--gold), #AD8231);
color: var(--navy);
position: relative;
overflow: hidden;
}
.featured-art:after {
content: "";
position: absolute;
right: -70px;
bottom: -90px;
width: 260px;
height: 260px;
border-radius: 50%;
border: 1px solid rgba(9, 25, 46, .28);
box-shadow: 0 0 0 55px rgba(9, 25, 46, .05);
}
.doc-label {
position: relative;
z-index: 1;
font-size: 12px;
font-weight: 900;
letter-spacing: .16em;
text-transform: uppercase;
}
.cover-title {
position: relative;
z-index: 1;
max-width: 440px;
font-family: Georgia, 'Times New Roman', serif;
font-size: clamp(32px, 3.6vw, 50px);
line-height: 1.04;
letter-spacing: -.03em;
}
.featured-copy {
display: flex;
flex-direction: column;
justify-content: center;
padding: 44px;
}
.tag {
display: inline-flex;
width: max-content;
margin-bottom: 20px;
padding: 8px 14px;
border: 1px solid rgba(201, 162, 74, .5);
border-radius: 999px;
color: var(--gold);
font-size: 11px;
font-weight: 900;
letter-spacing: .14em;
text-transform: uppercase;
}
.featured-copy h3 {
margin-bottom: 16px;
font-size: clamp(26px, 2.6vw, 32px);
}
.text-link {
display: inline-block;
margin-top: 20px;
color: var(--gold);
font-size: 12px;
font-weight: 900;
letter-spacing: .14em;
text-transform: uppercase;
}
.text-link:hover {
color: var(--softgold);
}
/* ==== resources: library filters ==== */
.library-tools {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin-top: 44px;
}
.filters {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.filter {
padding: 10px 18px;
border: 1px solid rgba(201, 162, 74, .45);
border-radius: 999px;
background: transparent;
color: var(--gold);
font: inherit;
font-size: 12px;
font-weight: 900;
letter-spacing: .14em;
text-transform: uppercase;
cursor: pointer;
transition: .2s;
}
.filter:hover {
border-color: var(--gold);
background: color-mix(in srgb, var(--gold) 16%, transparent);
}
.filter.active {
background: var(--gold);
border-color: var(--gold);
color: var(--navy);
}
.search {
min-width: 280px;
padding: 12px 18px;
border: 1px solid rgba(245, 243, 238, .20);
border-radius: 999px;
background: rgba(9, 25, 46, .45);
color: var(--ivory);
font: inherit;
font-size: 15px;
}
.search::placeholder {
color: rgba(245, 243, 238, .45);
}
.search:focus {
outline: none;
border-color: var(--gold);
}
/* ==== resources: library cards ==== */
.res-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
margin-top: 30px;
}
.res-card {
display: flex;
flex-direction: column;
border: 1px solid rgba(245, 243, 238, .12);
border-radius: 28px;
overflow: hidden;
background: radial-gradient(ellipse at top right, color-mix(in srgb, color-mix(in srgb, dodgerblue 25%, var(--primary)) 78%, transparent) 0%, color-mix(in srgb, color-mix(in srgb, dodgerblue 18%, var(--primary)) 34%, transparent) 30%, transparent 70%), rgba(245, 243, 238, .055);
}
.res-card.is-hidden {
display: none;
}
.res-visual {
display: flex;
align-items: flex-end;
min-height: 175px;
padding: 24px;
background: linear-gradient(145deg, #122D4E, var(--navy));
color: var(--ivory);
position: relative;
overflow: hidden;
}
.res-visual:after {
content: "";
position: absolute;
right: -40px;
top: -50px;
width: 150px;
height: 150px;
border-radius: 50%;
border: 1px solid currentColor;
opacity: .14;
}
.visual-title {
position: relative;
z-index: 1;
max-width: 260px;
font-family: Georgia, 'Times New Roman', serif;
font-size: 24px;
line-height: 1.12;
letter-spacing: -.02em;
}
.res-body {
display: flex;
flex-direction: column;
flex: 1;
padding: 26px;
}
.meta {
display: flex;
justify-content: space-between;
gap: 15px;
color: var(--gold);
font-size: 11px;
font-weight: 900;
letter-spacing: .14em;
text-transform: uppercase;
}
.res-card h3 {
margin: 14px 0 10px;
font-size: 22px;
line-height: 1.2;
}
.res-card p {
margin: 0;
font-size: 15px;
}
.res-card .text-link {
margin-top: auto;
padding-top: 22px;
}
.no-results {
display: none;
margin: 34px 0 0;
color: rgba(245, 243, 238, .72);
font-size: 17px;
}
.no-results.is-shown {
display: block;
}
.footer-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.footer-logo {
width: 150px;
}
@media(max-width:930px) {
.hero-grid, .two-col, .cards3, .cards4, .forces, .resource-grid, .intro-split, .team-grid {
grid-template-columns: 1fr;
}
.intro-split {
gap: 20px;
}
.person-body {
padding: 28px 24px;
}
.featured {
grid-template-columns: 1fr;
}
.featured-art {
min-height: 300px;
}
.featured-art,
.featured-copy {
padding: 32px;
}
.library-tools {
flex-direction: column;
align-items: stretch;
}
.res-grid {
grid-template-columns: repeat(2, 1fr);
}
.search {
min-width: 0;
width: 100%;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
}
.hero-logo {
width: 240px;
}
.logo {
width: 150px;
}
.footer-inner {
flex-direction: column;
align-items: flex-start;
}
}
@media(min-width:768px) and (max-width:991px) {
.cards4 {
grid-template-columns: repeat(2, 1fr);
}
.cards3,
.resource-grid {
grid-template-columns: 1fr;
}
}
@media(max-width:620px) {
.res-grid {
grid-template-columns: 1fr;
}
}
@media(max-width:575px) {
.stats {
grid-template-columns: 1fr;
}
}
/* PAGE SPECIFIC */
/* Page Specific CSS */
.mqb-header-band{
display:none;
}
/* FOOTER */
