@charset "utf-8";
/* =========================================================
   Fonts
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Great+Vibes&display=swap');


/* =========================================================
   Root variables
   ========================================================= */
:root{
  --dm-blue: #0F4C81;
  --dm-blue-dark: #07304F;
  --dm-accent: #4a98e2;
  --dm-hero-overlay: rgba(8,47,84,0.82);
  --dm-script: #F09FDE;
  --dm-body-bg: #3f3f3f;
  --dm-body-bg-light: #D4D4D7;
}

/* =========================================================
   Base
   ========================================================= */
html { scroll-behavior: smooth; }

body{
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--dm-body-bg-light);
  color: #3f3f3f;
  padding-top: 3.25rem;
}

@media (max-width: 991.98px){
  body { padding-top: 56px; }
}

/* =========================================================
   Header / Nav
   ========================================================= */
.site-header .navbar{
  box-shadow: 0 0 .5rem rgba(0,0,0,.125);
  transition: padding 0.3s ease;
  padding: 1rem 0;
}

.scrolled .navbar {
  padding: 0.4rem 0;
}

.navbar-brand.tracking-wide{ letter-spacing: .05em; }

.nav-link{
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 600;
  font-size: .9rem;
}

/*.nav-link.active{ position: relative; }
.nav-link.active::after{
  content: "";
  position: absolute;
  left: .5rem;
  right: .5rem;
  bottom: -.55rem;
  height: .25rem;
  border-radius: .25rem;
  background: var(--dm-accent);
}*/

/* Extra-wide nav spacing (from addins.css) */
@media (min-width: 1400px) {
  .navbar-nav {
    margin-left: 4rem;
  }
}

/* =========================================================
   Hero
   ========================================================= */
.hero{
  position: relative;
  min-height: 100vh;
  background: url("../imgs/1.jpg") center/cover no-repeat fixed;
  display: grid;
  place-items: center;
  overflow: hidden;
}

@media (max-width: 1200px){
  .hero{ background-attachment: scroll; }
}

.hero-overlay{
  position:absolute; inset:0;
  background-image: linear-gradient(0deg, rgba(0,0,0,.625), rgba(0,0,0,0) 50%, rgba(0,0,0,.625));
  pointer-events:none;
}

.hero-content{
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 2rem;
}

.hero-panel{
  background: var(--dm-hero-overlay);
  color: #fff;
  text-align: center;
  padding: 2.75rem 1.5rem;
  width: 100%;
}

.hero-panel-inner{
  max-width: 980px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Shared title styles (now Montserrat) */
.title1{
  color: #fff;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* Script-style big title now set in Montserrat but keeping the “script” color + styling */
.title2{
  margin-top: 1.25rem;
  color: var(--dm-script);
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-size: clamp(4rem, 7vw, 10rem);
  line-height: 1.05;
  display: inline-block;
  transform: rotate(-8deg) translateY(-0.25rem);
  transform-origin: center;
  text-shadow:
    0 4px 10px rgba(0,0,0,.75);
}

/* Internal title from addins.css – also Montserrat */
.title-inner-h1 {
  color: var(--dm-blue);
  margin: 3rem 0 0 2rem;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

/* Scroll arrow */
.hero-more{
  position:absolute;
  left: 50%;
  bottom: .25rem;
  transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
  z-index: 2;
  text-indent: -9999px;
}

.hero-more-icon{
  display:block;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-position:center;
  background-size: 3rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg zoomAndPan='disable' xmlns='http://www.w3.org/2000/svg' width='40' height='20' viewBox='0 0 40 20'%3E%3Cstyle%3Eline%7Bstroke:%23ffffff;stroke-width:0.75px;%7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20'/%3E%3Cline x1='20' y1='20' x2='40' y2='0'/%3E%3C/svg%3E");
  opacity: .9;
}

@media (max-width: 575.98px){
  .hero-more{ display:none; }
}

/* =========================================================
   Event Image Controllers & Text Color
   ========================================================= */
.g-color-bluedk {
	color: var(--dm-blue-dark);
}
.g-bg-blue-light-v5 {
	background-color: rgba(7,48,79,0.15);
}
.event-card{
  border-radius: 12px;
}

.event-thumb{
  max-width: 180px;
  margin-left: auto;
}

.event-thumb img{
  width: 100%;
  max-height: 120px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}



/* =========================================================
   Main + inner wrappers
   ========================================================= */
main {
  background-color: var(--dm-body-bg-light);
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.bg-inner-white {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
}

/* Section header */
.section-head{ max-width: 62rem; }

.section-head::before{
  content:"";
  display:block;
  width: 6.5rem;
  height: .25rem;
  border-radius: .25rem;
  margin: 0 auto 1.5rem auto;
  background: var(--dm-accent);
}

.section-head h2{
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* =========================================================
   Utility backgrounds (from addins.css)
   ========================================================= */
.blueback {
  background-color: #0367a6;
  color: #fff;
}

.greenback {
  background-color: #03a61e;
  color: #fff;
}

.cardfooter.greenback.greenlink a {
  color: #fff;
  text-decoration: none;
}

.cardfooter.greenback.greenlink a:hover {
  color: #fff;
  text-decoration: none;
}

.randback1 {
  background-color: rgba(143,180,169,0.40);
}

.randback2 {
  background-color: rgba(143,166,180,0.40);
}

.randback3 {
  background-color: rgba(180,177,143,0.40);
}

label {
  font-size: 18px;
}

/* =========================================================
   Video thumbs
   ========================================================= */
.video-thumb{
  position: relative;
  display:block;
  border-radius: .5rem;
  overflow:hidden;
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12);
}

.video-thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  filter: saturate(1.05);
}

.video-play{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size: 3rem;
  text-shadow: 0 .25rem 1rem rgba(0,0,0,.55);
}

.video-thumb:hover img{
  transform: scale(1.03);
  transition: transform .2s ease;
}

/* =========================================================
   Feature cards
   ========================================================= */
.feature-card{
  background:#fff;
  border-radius: .5rem;
  overflow:hidden;
  box-shadow: 0 .75rem 2rem rgba(0,0,0,.08);
}

.feature-image{
  min-height: 320px;
  background-size: cover;
  background-position: center;
}

.feature-kicker{
  color: var(--dm-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .85rem;
  margin-bottom: .35rem;
}

.feature-title{
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.feature-btn{
  border-radius: .25rem;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
}

/* =========================================================
   Watermark
   ========================================================= */

.dm-hero{
  position: relative;
  overflow: hidden;
}

/* Set to the right - not as good
@media (min-width: 992px){
  .dm-hero::after{
    content: "";
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
    width: 220px;
    height: 220px;
    background: url("../emblem-header.svg") no-repeat center / contain;
    pointer-events: none;
  }
}*/

@media (min-width: 992px){
  .dm-hero::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 260px;
    height: 260px;
    background: url("../emblem-header.svg") no-repeat center / contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}

@media (min-width: 1200px){
  .dm-hero::after{
    width: 280px;
    height: 280px;
    right: 3rem;
    bottom: 2rem;
    opacity: 0.95;
  }
}

.dm-hero::after{
  filter: drop-shadow(0 2px 10px rgba(0,0,0,1));
}


/* =========================================================
   Logos
   ========================================================= */
.aff-logo{
  max-width: 200px;
  width: 100%;
  height: auto;
}

/* =========================================================
   Timeline v2 (from addins.css, cleaned)
   ========================================================= */
@media (min-width: 768px) {
  .u-timeline-v2-wrap::before {
    left: 25%;
    width: 3px;
    height: 100%;
    margin-left: -1px;
    background-color: #f7f7f7;
  }

  .u-timeline-v2__icon {
    font-size: 16px;
    position: absolute;
  }

  .g-orientation-right .u-timeline-v2__icon {
    left: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .g-orientation-left .u-timeline-v2__icon {
    right: 100%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }

  .g-orientation-bottom .u-timeline-v2__icon {
    top: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* Smaller image under the date column */
.event-thumb {
  text-align: center;
}

.event-thumb img {
  max-width: 140px;
  border-radius: 6px;
}

/* Background boxes for each event row
.event-row article {
  padding: 2rem;
  background: rgba(159,214,240,0.25);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
} */

/* Space between events
.event-row {
  margin-bottom: 2.5rem !important;
} */

/* More separation at the start of each month (li that has an id) */
.u-timeline-v2-wrap li[id] {
  margin-top: 4rem !important;
  padding-top: 0.5rem;
}

/* Slightly more space under the month label itself */
.month-label {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: thin solid rgba(13,45,130,1);
  border-bottom: thin solid rgba(13,45,130,1);
  margin-bottom: 1rem;
}

/* Hover feel 
.event-row article:hover {
  background: rgba(255,255,255,0.93);
  transition: background 0.25s ease;
}*/

/* =========================================================
   Footer
   ========================================================= */
.newfooter{
  background-color: var(--dm-blue);
  color: #fff;
  border-top: 4px double #E3D300;
  padding: 0;
}

.newcopyright{
  background-color: #182747; /* from addins.css */
  color:#fff;
}

.footer-icon{
  display:inline-flex;
  width: 44px;
  height: 44px;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  color:#fff;
  text-decoration:none;
  margin: 0 .25rem;
}

.footer-icon:hover{
  background: rgba(255,255,255,.12);
  color:#fff;
}

.dm-footer{
  background: #0f172a;
  color: rgba(255,255,255,.85);
}

.dm-footer-logo{
  max-height: 164px;     /* KEY: same height for both logos */
  width: auto;
}

.dm-footer-blurb{
  max-width: 42ch;      /* stops the text from going mega-wide */
}

.dm-footer-title{
  font-weight: 700;
  color: #fff;
  letter-spacing: .2px;
}

.dm-footer-text{
  line-height: 1.45;
  opacity: .85;
}

.dm-footer-hr{
  border-color: rgba(255,255,255,.14);
  opacity: 1;
}

.dm-footer-social{
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  text-decoration: none;
}

.dm-footer-social:hover{
  border-color: rgba(255,255,255,.35);
  color: #fff;
  transform: translateY(-1px);
}

.dm-footer-small{
  color: rgba(255,255,255,.75);
}

.dm-footer-link{
  color: rgba(255,255,255,.75);
  text-decoration: none;
}

.dm-footer-link:hover{
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* Mobile footer tweaks (from addins.css) */
@media (max-width: 768px) {  
  .newfooter {
    background-color: var(--dm-blue-dark);
    color: #ffffff;
    border-top: 4px double #E3D300;
  }

  .newcopyright {
    background-color: var(--dm-blue-dark);
    color: #ffffff;
  }
}


