/* kennedy-hall: standalone BX2016 conference chrome (does not need Squarespace JS) */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #f3efe6 !important;
  color: #1c2430 !important;
  font-family: "Source Serif Pro", "Palatino Linotype", Georgia, serif !important;
  line-height: 1.55 !important;
}

#sidecarNav,
.sqs-announcement-bar-dropzone,
.sqs-cart-dropzone,
.body-overlay,
.mobile-nav-toggle,
.fixed-nav-toggle,
.mobile-nav-toggle-label,
#promotedGalleryWrapper {
  display: none !important;
}

#siteWrapper {
  min-height: 100vh;
  background: #f3efe6;
}

header#header,
header[role="banner"],
header.show-on-scroll {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  background: #0b1f3a !important;
  color: #f4efe4 !important;
  box-shadow: 0 2px 0 #a51c30;
  z-index: 20;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

header#header .header-inner {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 22px;
  flex-wrap: nowrap;
}

header#header #logoWrapper.wrapper,
header#header .wrapper {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto;
}

#headerNav {
  flex: 1 1 auto;
  width: auto !important;
  text-align: right;
}

#logoImage {
  margin: 0;
  font-size: 0;
}

#logoImage img {
  display: block;
  height: 58px;
  width: auto;
  background: #fff;
  padding: 4px;
}

#headerNav,
#mainNavWrapper,
#mainNavigation {
  display: block !important;
  visibility: visible !important;
}

#mainNavigation {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 4px;
}

#mainNavigation .collection > a,
#mainNavigation .folder-toggle,
#mainNavigation .folder-toggle-label {
  display: inline-block;
  color: #f4efe4 !important;
  text-decoration: none !important;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 11px;
  border: 1px solid transparent;
}

#mainNavigation .collection > a:hover,
#mainNavigation .folder-toggle:hover {
  border-color: #c4a35a;
  color: #c4a35a !important;
}

#mainNavigation .collection:last-child > a {
  border-color: #f4efe4;
  border-radius: 999px;
  padding: 7px 14px;
}

#mainNavigation .folder {
  position: relative;
}

#mainNavigation .subnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #102744;
  border: 1px solid #c4a35a;
  z-index: 30;
  padding: 6px 0;
}

#mainNavigation .folder:hover .subnav,
#mainNavigation .folder:focus-within .subnav,
#mainNavigation .folder.bx-open .subnav {
  display: block !important;
  visibility: visible !important;
}

#mainNavigation .subnav a {
  display: block;
  color: #f4efe4 !important;
  text-decoration: none !important;
  padding: 8px 14px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 0.8rem;
}

#mainNavigation .subnav a:hover {
  background: #a51c30;
}

.banner-thumbnail-wrapper,
.has-banner-image .banner-thumbnail-wrapper {
  position: relative !important;
  min-height: 280px !important;
  height: 320px !important;
  max-height: 320px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background:
    linear-gradient(115deg, rgba(11, 31, 58, 0.82), rgba(165, 28, 48, 0.38)),
    url("/media/weeks-bridge.jpg") center/cover no-repeat,
    #0b1f3a;
}

.banner-thumbnail-wrapper .color-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 31, 58, 0.25), rgba(11, 31, 58, 0.55));
}

.banner-thumbnail-wrapper figure,
.banner-thumbnail-wrapper img {
  display: none;
}

.banner-thumbnail-wrapper .desc-wrapper {
  display: none !important;
}

.banner-thumbnail-wrapper .desc-wrapper p,
.banner-thumbnail-wrapper .desc-wrapper style,
.banner-thumbnail-wrapper .desc-wrapper xml {
  display: none;
}

.bx-hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 28px;
  z-index: 2;
  color: #f7f1e6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.bx-hero-kicker {
  margin: 0 0 8px;
  font-family: "Source Sans Pro", "Segoe UI", Calibri, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8c97a;
}

.bx-hero-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

main#page {
  display: block !important;
  max-width: 920px;
  margin: 28px auto 40px;
  background: #fffdf8;
  border: 1px solid #d8d0c2;
  padding: 36px 40px 48px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.08);
}

body.homepage.has-banner-image main#page {
  margin-top: -40px;
}

body:not(.homepage) .banner-thumbnail-wrapper {
  display: none !important;
}

#content,
.main-content {
  display: block !important;
}

.sqs-layout,
.sqs-row,
.sqs-col-12,
.sqs-block-content {
  display: block !important;
  width: auto !important;
  float: none !important;
}

.sqs-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.sqs-col-12.span-12,
.col.sqs-col-12 {
  grid-column: 1 / -1;
}

.sqs-col-6,
.span-6 {
  min-width: 0;
}

h1 {
  font-size: 1.45rem !important;
  line-height: 1.35 !important;
  color: #0b1f3a !important;
  margin: 0.85em 0 0.45em !important;
  font-weight: 650;
}

.sqs-block-html h1 {
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  color: #243044 !important;
  line-height: 1.6 !important;
  margin: 0.55em 0 !important;
}

.sqs-block-html h1:first-child {
  font-size: 1.55rem !important;
  font-weight: 650 !important;
  color: #a51c30 !important;
  text-align: center;
}

#block-yui_3_17_2_2_1438701698774_9047 {
  display: none !important;
}

.sqs-col-6 .sqs-block-html {
  background: #f7f3ea;
  border-top: 4px solid #0b1f3a;
  padding: 8px 16px 18px;
  height: 100%;
}

.text-align-center {
  text-align: center;
}

p,
li {
  font-size: 1.02rem;
}

a {
  color: #8f1d32;
}

.image-block-wrapper {
  padding-bottom: 0 !important;
  height: auto !important;
}

.image-block-wrapper img,
img.thumb-image {
  display: block;
  max-width: 100%;
  height: auto !important;
  opacity: 1 !important;
  margin: 0 auto 8px;
}

.venue-reset {
  background: #f6f1e8;
  border-left: 5px solid #a51c30;
  padding: 16px 18px 8px;
  margin: 1.4em 0;
}

.session-ledger {
  margin: 1.6rem 0 1.2rem;
  padding: 1.2rem 1.3rem 0.8rem;
  background: #eef3f8;
  border-top: 4px solid #0b1f3a;
}

.session-ledger h2 {
  margin: 0 0 0.8rem;
  color: #0b1f3a;
  font-size: 1.4rem;
}

.session-when {
  font-weight: 700;
  color: #a51c30;
}

.briefing-card {
  margin: 0;
  padding: 1.1rem 1.2rem 0.5rem;
  background: #f7f3ea;
  border-top: 3px solid #c4a35a;
  height: 100%;
}

footer#footer,
footer[role="contentinfo"] {
  background: #0b1f3a;
  color: #d7d0c4;
  padding: 22px;
  text-align: center;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 0.86rem;
}

footer#footer a {
  color: #e8c56b;
}

body > p {
  display: none;
}

#siteInfo {
  margin-bottom: 8px;
}

@media (max-width: 760px) {
  main#page,
  #content,
  .main-content {
    margin: 0 10px 28px;
    padding: 22px 16px 32px;
  }

  .sqs-row {
    grid-template-columns: 1fr;
  }

  .banner-thumbnail-wrapper {
    height: 210px;
    min-height: 210px;
  }
}

/* kennedy-hall sponsor marks */
.image-block-outer-wrapper {
  max-width: 420px;
  margin: 1.1rem auto 0.4rem;
  padding: 18px 20px;
  background: #fffdf8;
  border: 1px solid #d8d0c2;
  box-shadow: 0 4px 14px rgba(11, 31, 58, 0.06);
}

.image-block-outer-wrapper .intrinsic {
  max-width: 100% !important;
}

.image-block-wrapper img.thumb-image,
img.thumb-image {
  width: 100%;
  max-width: 360px;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
