/* Jason Added These */

/*
Dark Blue: #002949
Light Blue: #3673ff
Ligh Blue 2 : 5493cd
Green : #38894d
Red #dd1a06
Gray: #dad7d7
Dark Gray: #565656
Light Blue Headings #6798bb
White #e9e9e9

*/

/* ==========================================================================
   Theme / Variables
   ========================================================================== */

:root {
  --ms-dark-blue: #002949;
  --ms-light-blue: #3673ff;
  --ms-light-blue-2: #5493cd;
  --ms-green: #38894d;
  --ms-red: #dd1a06;
  --ms-gray: #dad7d7;
  --ms-dark-gray: #565656;
  --ms-light-blue-headings: #6798bb;
  --ms-white: #e9e9e9;
}


/* ==========================================================================
   Base Typography
   ========================================================================== */

html {
  font-size: 100%; /* typically equals 16px */
}

body {
  font-size: 1rem;
  font-family: "Adelle",serif;
}

h,h1,h2,h3,h4,h5,h6 {
  font-family: "Adelle",serif;
  color:#000e54;
  margin:0px;
  line-height:1.0em;
  text-transform: uppercase
}

h2 {
  font-size:3.0em;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  padding-top:10px;
  padding-bottom:5px;
}

h3, h4 {
  font-family: "Adelle", serif !important;
  color: #000e54 
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
}

h3 {
  font-size: 1.75em !important;
  font-weight: 700 !important;
  padding-bottom:10px;
}

h4 {
  font-size: 1.3em !important;
  font-weight: 400 !important;
}

h5 {
  font-size:1.5em;
  line-height:1em;
  padding:0px;
  margin:0px;
}

h5 span {
  font-size:0.75em;
  line-height:0.75em;
  font-weight:lighter;
  padding:0px;
  margin:0px;
  color: #565656;
  text-transform:capitalize;
}


/* ==========================================================================
   Utility / Small Components
   ========================================================================== */

.highlight{
  font-family: "Adelle",serif;
  font-size:26px;
  color:#5489b6;
  margin-bottom:20px;
  text-transform:uppercase;
}

.double-underline {border-bottom:3px double #dad7d7;line-height:16px;}
.col-lg-12 h2 {margin-bottom:20px;}

.homePageMessage {color:white;background:#bc0725;width:100%;padding:10px;height:10%;margin:auto;margin-bottom:20px;line-height:25px;font-size:1.50em;border-radius:5px;}

.margin-top{margin-top:10px;}
.margin-left{margin-left:10px;}


/* ==========================================================================
   Media / Lists / Buttons / Social
   ========================================================================== */

.listing #icon{float:left;border-right:1px #ccc dotted;}
.media-left > a > img {border-right:1px #ccc dotted;padding-right:15px;}
.media {border-width: 0 0 0 0;border:  0px red solid; border-bottom: 1px #dad7d7 solid;border-radius:0px;margin-bottom: 5px;padding-bottom:5px;}
.media:last-child {border-width: 0 0 0 0;border:  0px red solid; border-bottom: 0px #dad7d7 solid;border-radius:0px;margin-bottom: 5px;padding-bottom:5px;}
.media-heading a:link {font-weight:100;text-decoration:none;}
.media-heading a:hover {font-weight:100;color:#565656;text-decoration:none;}
.news {font-size:1.2em;}
.fb-page, .fb-page span, .fb-page.fb_iframe_widget span iframe, .fb-page {width: 100% !important;}

.btn-primary{background:#428bca;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {background: white;color:#315ea7;border:0px;}

.socialLinks .btn {vertical-align:top;margin-top:4px;}


/* ==========================================================================
   Navigation / Navbar
   ========================================================================== */

/*Nav Bar CSS */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background: #002949;color:white;border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;-moz-border-radius-topright:3px;-moz-box-shadow: inset 0 0 8px #888;-webkit-box-shadow: inset 0 0 3px#888;box-shadow: inner 0 0 8px #888;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover {
  background: #002949;color:white;border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;-moz-border-radius-topright:3px;-moz-box-shadow: inset 0 0 8px #888;-webkit-box-shadow: inset 0 0 3px#888;box-shadow: inner 0 0 8px #888;
}
.navbar-collapse .dropdown > li > a{color:white;}
.nav > li {min-width:120px;text-align:center;line-height:20px;}
.nav > li:hover {background:#002949;opacity:1.0;border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;-moz-border-radius-topright:3px;-moz-box-shadow: inset 0 0 8px #888;-webkit-box-shadow: inset 0 0 3px#888;box-shadow: inner 0 0 8px #888;}
.nav > li > a:link, ul.navbar-right > li > a, .nav > li > a.navbar-no-dropdown {font-family:"adelle";color:#fff;font-size:16px;text-shadow: 1px 1px #000000;}
.nav > li > a:hover, .nav > li > a.navbar-no-dropdown:hover {font-family:"adelle";text-decoration:none;background:transparent !important;}
.dropdown-menu > li > a, .navbar-default .dropdown a{color:white;}
.dropdown-menu {background:#002949;opacity:0.9;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.navbar {min-height:200px;background-color:#002949;}
.navbar-header {width:100%;}

.navbar-header > a > img {padding:10px;text-align:left;}

.navbar .container {padding:0px;padding-left:10px;margin:0px;width:100%;}
.navbar .container {background-color:#002949;}

/* navbar */
.navbar-default {background-color:#002949;border-color: #E7E7E7;}

/* title */
.navbar-default .navbar-brand {color: white;}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {color: #5E5E5E;}

/* link */
.navbar-default .navbar-nav > li > a {color: white;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {color: white;}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {color: white;background-color: #6798bb;}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {color: white;background-color: #6798bb;}

/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {border-top-color: white;border-bottom-color: white;}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {border-top-color: white;border-bottom-color: white;}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {border-top-color: #dad7d7;border-bottom-color: #dad7d7;}

/* mobile version */
.navbar-default .navbar-toggle {border-color: #DDD;margin-top:50px;background-color: #6798bb;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #DDD;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fffff;}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {color: white;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: white;text-decoration:underline;}
}

/* End NavBar Styling */


/* ==========================================================================
   Panels / Admin
   ========================================================================== */

.panel-body .highlight{font-size:20px;}
.panel-heading h3 {font-size:1.5em;margin-top:-10px;white-space:nowrap;text-transform:none;}

.admin-panel .panel-default .panel-heading img {height:24px;padding-bottom:10px;}
.admin-panel .table thead {background:#001eba;font-family: "Adelle";color:white;text-transform:uppercase;}
.panel {-webkit-box-shadow: 0px 4px 13px 3px rgba(168,168,168,1);-moz-box-shadow: 0px 4px 13px 3px rgba(168,168,168,1);box-shadow: 0px 4px 13px 3px rgba(168,168,168,1);}
.panel h3 {padding:10px;overflow:hidden; font-family: "Adelle",serif;}

.panel-heading {line-height:35px;height:35px;}
.panel-heading h3{overflow:hidden;}
.panel-body h3{padding-left:0px;margin-left:0px;}

.glyphicon-stats, .glyphicon-globe {padding-right:10px;}


/* ==========================================================================
   Snap Carousel (namespaced to avoid Bootstrap conflicts)
   ========================================================================== */

.snap-carousel {
  position: relative;
  overflow: hidden;
}

.snap-carousel__track {
  display: flex;
  gap: 0;                 /* no gaps between slides */
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.snap-carousel__slide {
  flex: 0 0 100%;         /* full-viewport width */
  scroll-snap-align: center;
  position: relative;
}

.snap-carousel__slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* captions (optional) */
.snap-carousel__caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 12px 16px;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
  color: #fff;
}

/* dots */
.snap-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.snap-carousel__dots a {
  width: 10px; height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #c9c9c9;
  text-indent: -9999px;
}
.snap-carousel__dots a:focus { outline: 2px solid #666; }

/* prev/next (optional; purely anchors that jump to slide ids) */
.snap-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  background: rgba(0,0,0,.4);
  color: #fff;
  padding: 10px 12px;
  border-radius: 999px;
}
.snap-carousel__arrow--prev { left: 8px; }
.snap-carousel__arrow--next { right: 8px; }

/* Reduce momentum scrollbars on desktop */
.snap-carousel__track::-webkit-scrollbar { height: 8px; }
.snap-carousel__track::-webkit-scrollbar-thumb { background: #ddd; border-radius: 8px; }

.snap-carousel__arrow {
  all: unset; /* remove default button styles */
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  /* Circle button look */
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  padding: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: background 0.3s ease;
}

.snap-carousel__arrow:hover {background: rgba(0,0,0,0.65);}

.snap-carousel__arrow--prev { left: 12px; }
.snap-carousel__arrow--next { right: 12px; }

.snap-carousel__arrow i {pointer-events: none; /* icon won't block clicks */}


/* ==========================================================================
   Carousel Caption / Video Caption
   ========================================================================== */

.video-caption {
  width:102%;
  left: -10px;
  bottom: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  height:75px;
  margin: auto;
  text-align: center;
  background:#090b0d;margin-right:10px;margin-left:10px;margin-bottom:-40px;padding:10px;opacity: 0.8;filter: alpha(opacity=80);line-height:55px;
}

.carousel-caption h2 {width:100%;line-height:55px;margin:0px;padding:0px;height:55px;}
.carousel-caption h2 a {bottom:-20px;display:block;margin:0px;font-size:1.6em;vertical-align:middle;letter-spacing:-1px;font-family: 'Adelle',serif;text-transform:uppercase;color:white;font-weight:bold;font-size:22px;vertical-align:middle;text-decoration:none;}
.carousel-caption h2 a:hover {color:#6798bb;}
.carousel-caption h2 a.small {font-size:0.35em;}


/* ==========================================================================
   Footer
   ========================================================================== */

li#heading {font-family:'Adelle',serif;color:#5489b6;text-transform:uppercase;}
footer {margin:0px;width:100%;padding:0px;}

footer ol, footer ul {list-style: none;}

.footer {
  padding:10px;
  height: 100%;
  text-align:center;
  width: 100%;
  clear: both;
  height: 100%;
  color:#e9e9e9;
  background-color:#002949;
}

.footer .col-md-3, .footer .col-sm-3 {text-align:left;}

.footer div p {color:white;font-size:1.0em;}
.footer div.socialLinks p {color:white;}

.footer p {color:#fffff;font-size:1.1em;display:inline-block;margin:auto;}

.footer a{color:#e9e9e9;}

footer .disclosures {
  font-size: 0.8rem;      /* smaller text */
  line-height: 1.4;       /* keeps it readable */
  color: #777;            /* lighter gray */
  margin-top: 15px;
}

footer .disclosures p {margin-bottom: 8px; /* tighten spacing */}

.quickLinks {width:100%;margin:auto;margin-top:20px;}
.quickLinks ul{min-height:200px;}
.quickLinks div#columnRight {border-right: 0px;padding-bottom:10px;}

.footer .socialLinks {margin-top:10px;width:100%;min-height:120px;text-align:left;margin-right:30px;display:inline-block;margin-left:50px;text-align:center;}
.footer .socialLinks p {margin-left:50px;text-align:center;display:block;}

.disclosures p:first-child {margin-top:60px;}
.disclosured {text-transform:italic; font-color:green;}
.anchor {max-height:250px;}

.credentialLogo {height:100px;max-width:330px;}


/* ==========================================================================
   Certification Comparison Table
   ========================================================================== */

.certification-comparison-table {
  width: 100%;
  border-spacing: 2px;
  margin: 0 auto;
}

.certification-comparison-table-head {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  border: 2px white solid;
}

@media (min-width: 600px) {
  .certification-comparison-table-head {text-align: left;}
}

@media (min-width: 768px) {
  .certification-comparison-table-head {padding: 24px 20px;}
}

.certification-comparison-table-cell {
  position: relative;
  padding: 20px;
  font-weight: 500;
  vertical-align: top;
  border: 2px white solid;
}

@media (min-width: 768px) {
  .certification-comparison-table-cell {padding: 24px 20px;}
}

.certification-comparison-table-left, .certification-comparison-table-head-left {
  background: #dad7d7;
  width: 50%;
}

@media (max-width: 599px) {
  .certification-comparison-table-left, .certification-comparison-table-head-left {display: none;}
}

.certification-comparison-table-right, .certification-comparison-table-head-right {
  background: #565656;
  color: #fff;
}

.certification-comparison-table-right {padding-left: 10px;}

.certification-comparison-table-right::before {
}

@media (min-width: 768px) {
  .certification-comparison-table-right::before {top: 20px;}
}

.cfp {color:#38894d; margin-left:10px;font-size:24px;margin-top:-10px;}


/* ==========================================================================
   Image Overlay Message & Wrapper
   ========================================================================== */

.photobook {max-width:575px;margin-bottom:30px;border:10px white solid;-webkit-box-shadow: 0px 4px 13px 3px rgba(168,168,168,1);-moz-box-shadow: 0px 4px 13px 3px rgba(168,168,168,1);box-shadow: 0px 4px 13px 3px rgba(168,168,168,1);}
.imageOverlayMessageSmall {max-width:560px;margin-bottom:30px;margin-top:-85px;font-family: 'Adelle',serif;text-transform:uppercase;overflow:hidden;text-align:height:30px;line-height:30px;max-height:45px;padding:5px;font-weight:bold;text-decoration:none;background:#090b0d;margin-right:10px;margin-left:10px;padding:10px;padding-left:5px;opacity: 0.8;filter: alpha(opacity=80);}
.imageOverlayMessageSmall a{color:white;font-size:1.25em;line-height:30px;height:30px;white-space:nowrap;vertical-align:middle;display:block;text-align:center;}
.imageOverlayMessageSmall a:hover {color:#6798bb;text-decoration:none;}
.imageOverlayMessage2 {overflow:hidden;white-space:nowrap;font-family: 'Adelle',serif;text-transform:uppercase;font-weight:bold;font-size:2.3em;line-height:85px;text-decoration:none;text-align:left;color: #5493cd;margin-top:-115px;height:85px;background:#090b0d;margin-right:0px;margin-left:0px;padding:10px;opacity: 0.8;filter: alpha(opacity=80);}
.imageOverlayMessage2 span {color:white;}


/* ==========================================================================
   Header Social Plugins & Account Login
   ========================================================================== */

.socialLinks {padding-bottom:20px;};
.socialLinks a.accountAccess {}
.accountAccess a#login:hover {color:white;}
.socialLinks, .socialLinksAdvisor {margin-top:60px;height:43px;float:right;width:160px;text-align:right;margin-left:auto;margin-right:80px;}
.socialLinksAdvisor {margin:0px;height:30px;float:left;text-align:left;}
a#facebook:hover, a#twitter:hover {color:white;}
.socialLinks a#linkedin:hover {color:white;}
.fa-3x, .fa-linkedin, .fa-envelope {color:#5489b6;}
.fa-linkedin:hover, .fa-envelope:hover {color:#002949;}
.fa-3x:hover {color:white;}
.btn-primary {background-color:#5489b6;}


/* ==========================================================================
   Products.php
   ========================================================================== */

#rolloverFeature {z-index:-100000;display:table;width:100%;height:75px;color:white;background:#090b0d;font-weight:bold;opacity: 0.8;filter: alpha(opacity=80);float:left;margin-right:20px;margin-bottom:20px;padding:5px;}
#rolloverFeature #featureText {display:table-cell;vertical-align:middle;font-family: 'Adelle';height:75px;font-size:20px;text-transform:uppercase;text-align:center;color:white;margin:auto;}
#rolloverFeature img{margin:10px;}

#hiddenRetirement, #hiddenInvestment, #hiddenEstate, #hiddenInsurance, #hiddenTrust, #hiddenEducation {display:none;width:100%;background:white;border:6px #5493cd solid;opacity:1;min-height:150px;z-index:10000;color:white;text-align:left;padding:10px;font-size:12px;position:absolute;margin-top:0%;}
#hiddenInvestment, #hiddenEducation{margin-top:0%;}
#hiddenEstate, #hiddenTrust {margin-top:0%;}
#hiddenInsurance, #hiddenEducation, #hiddenTrust {}
.rolloverDiv:hover #hiddenRetirement, .rolloverDiv:hover #hiddenInvestment, .rolloverDiv:hover #hiddenEstate, .rolloverDiv:hover #hiddenInsurance, .rolloverDiv:hover #hiddenTrust, .rolloverDiv:hover #hiddenEducation{display:block;}
#top{color: #565656; font-weight:bold;border-bottom:1px #565656 dotted;font-size:16px;font-family: 'Adelle';text-transform:uppercase;}
#top img {margin:4px;}
.rolloverDivList ul li{font-weight:normal;color:black;font-size:12px;margin-bottom:4px;height:auto;}
#hiddenRetirement ul {height:100%;}


/* ==========================================================================
   Container Configuration / Thumbnails
   ========================================================================== */

.viewport {
  height: 155px;
  margin: 0 0px 0px 0;
  overflow: hidden;
  position: relative;
  width: 125.5px;
  font-family: "ubuntu-condensed", sans-serif;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  float:left;
}

.spacer {height:15px;}

.no-margin {margin-right: 0;}

.viewport > a {
  display: block;
  position: relative;
  width: 100px;
}

.viewport > a img {
  position: relative;
  top: 0px;
  width:125.5px;
}

.viewport > a span {
  display: none;
  font-size: 1.8em;
  font-weight: bold;
  height: 100%;
  margin-top: 60px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  line-height:1.0em;
  font-family: "ubuntu-condensed", sans-serif;
  color:white;
}

.viewport > a span em {
  display: block;
  font-size: 0.45em;
  font-weight: normal;
  line-height:1.0em;
  font-family: "ubuntu-condensed", sans-serif;
  color:white; text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}


/* ==========================================================================
   Advisors Page - Our Crew
   ========================================================================== */

.nodisplay { display:none; }
.bio {height:100%;}

.bio ul span.highlight {text-decoration:underline;}

.bio ul, .bio h2 {padding:10px;}

.bio ul li {padding-left:10px;margin-left:20px;}

#bio-content {height:100%;margin-left:20px;margin-right:10px;}

#cfpLogos {float:right;margin-right:10px;margin-bottom:10px;}

ol li {line-height:28px;padding-bottom:10px;}


/* ==========================================================================
   Responsive / Media Queries
   ========================================================================== */

@media (min-width : 120px) and (max-width : 380px)  {
  .navbar-header > a > img {height:40px;padding:0px;margin-top:10px;}
  .navbar {min-height:75px;max-height:75px;}
  .navbar container {max-height:50px;padding:0px;}
  .calendly-inline-widget, .calendly {height: 1000px;width:225px;}
}

@media (min-width : 380px) and (max-width : 480px)  {
  .navbar-header .socialLinks{width:240px;margin-top:-150px;height:35px;text-align:left;align:left;position:relative;margin-left:10px;diplay:block;float:left;clear:both;margin-bottom:5px;padding-left:10px;}
  .navbar-header > a > img {width:300px;margin-bottom:10px;}
  .navbar {min-height:100px;max-height:110px;}
  .disclosures p:first-child {margin-top:30px;padding:20px; border:2px green solid;}
  .dropdown-menu > li > a, .dropdown a{color:white;}
  .calendly-inline-widget, .calendly {height: 1100px;}
}

@media (max-width: 767px) {
  .navbar, .navbar-default, .navbar .container {
    background-color: #002949 !important;
    -webkit-appearance: none !important; /* Forces Safari to respect styles */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}

@media (max-width: 767px) {
  .navbar {
    background-color: #002949 !important;
    transform: translateZ(0); /* Forces Safari to repaint */
    will-change: background-color;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .navbar-header .socialLinks{width:300px;margin-top:00px;height:35px;text-align:left;align:left;position:relative;margin-left:10px;diplay:block;float:left;clear:both;margin-bottom:5px;padding-left:10px;}
  .navbar-header a#facebook {margin-top:0px;float:left;}
  .navbar-header a#linkedin {margin-top:0px;float:left;}
  .navbar-header > a > img {width:300px;margin-bottom:10px;}
  .navbar {min-height:110px;}
  .imageOverlayMessage {font-size:0.8em;}
  .dropdown-menu > li > a, .dropdown a{color:white;}
  .calendly-inline-widget, .calendly {height: 1200px;}
}

@media (min-width: 769px) and (max-width: 1200px) {
  .calendly-inline-widget, .calendly {height: 1150px;}
}

@media (min-width: 1201px) and (max-width: 5000px) {
  .calendly-inline-widget, .calendly {height: 650px;}
}


/* ==========================================================================
   Layout / Team
   ========================================================================== */

.grayBoxHighlight{background:#efefef;border:1px #cccccc solid;text-align:center;margin-right:10px;height:145px;display: table; margin-bottom:5px;border-radius: 12px;}
.grayBoxHighlight p {display: table-cell;vertical-align: middle;margin:auto;padding:2px;}

.team-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  align-items: stretch; /* Ensure all items stretch to the same height */
}

.team-member {
  width: 220px;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distribute content evenly */
}

.team-member img {
  width: 100%;
  display: block;
}

.team-info {
  background-color: #002949; /* Updated background color */
  min-height: 180px;
  color: white;
  padding: 15px;
  text-align: left;
  flex-grow: 1; /* Ensures text grows and aligns properly */
  display: flex;
  flex-direction: column;
}

.team-info h3 {
  font-size: 18px;
  margin: 0;
  color: #5493cd;
  font-weight: normal;
}

.team-info h3 span {
  color: white;
  font-weight: bold;
}

.team-info p {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5;
}

.investment-committee {
  text-align:center;
  font-color:  #002949;
}

.investment-committee h3 {
  color:#002949;
  text-decoration: underline;
}


/* ==========================================================================
   Designation / Announcement / Disclosure / News
   ========================================================================== */

.designation-wrapper {
  background-color: #f8f9fb;
  padding: 70px 30px;
  margin-top: 20px;
  border-radius: 12px;

  /* âœ… Proper border added here */
  border: 2px solid #4a4a4a; /* or use #002b45 for brand color */

  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.designation-wrapper h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #002b45;
  letter-spacing: -0.5px;
  border: 1px #cccccc solid;
}

.designation-wrapper p {
  max-width: 720px;
  margin: 0 auto 48px;
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}

.designation-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.designation-list li {
  flex: 1 1 220px;
  max-width: 240px;
  text-align: center;
}

.designation-number {
  font-size: 4.5em;
  font-weight: 700;
  color: #002b45;
  display: block;
  margin-bottom: 16px;
}

.designation-label {
  font-size: 1.1em;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  letter-spacing: 0.2px;
  max-width: 240px;
  margin: 0 auto;
}

@keyframes fadeInUp {
  from {opacity: 0;transform: translateY(20px);}
  to {opacity: 1;transform: translateY(0);}
}

.fade-in {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

/* Staggered delays for each row */
.designation-list li:nth-child(1) { animation-delay: 0.5s; }
.designation-list li:nth-child(2) { animation-delay: 1.0s; }
.designation-list li:nth-child(3) { animation-delay: 1.5s; }
.designation-list li:nth-child(4) { animation-delay: 2.0s; }
.designation-list li:nth-child(5) { animation-delay: 2.5s; }
.designation-list li:nth-child(6) { animation-delay: 3.0s; }

.announcement-container {
  background: linear-gradient(to bottom right, #f8f9fb, #ffffff);
  border-radius: 12px;
  padding: 40px 30px;
  margin-top: 40px;
  margin-bottom: 60px; /* ðŸ‘ˆ Add this line */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.announcement-container h3 {
  font-size: 32px;
  font-weight: 700;
  color: #002b45;
  margin-bottom: 16px;
}

.announcement-container p {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
}

.announcement-container .announcement-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.announcement-container .btn-primary,
.announcement-container .btn-secondary {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.announcement-container .btn-primary {
  background-color: #002b45;
  color: white;
  border: none;
}

.announcement-container .btn-secondary {
  background-color: #f0f0f0;
  color: #002b45;
  border: 1px solid #ccc;
  margin-left: 10px;
}

.announcement-img {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  width: 100%;
}

@media (max-width: 768px) {
  .announcement-container {margin-top: 20px;}
  .announcement-img {margin-bottom: 24px; /* or padding-bottom, depending on layout needs */}
}

.announcement-container .btn-secondary {
  margin-left: 0;
  margin-top: 10px;
}

.disclosure {
  font-size: 0.85em;
  color: #666;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 40px; /* âœ… Add this line */
}

@media (max-width: 768px) {
  .disclosure {
    font-size: 0.9em;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.news-page-container {
  padding-top: 40px;
  padding-bottom: 60px;
}

.news-section {margin-bottom: 20px;}
.news-section h4{margin-bottom: 10px;}

.news-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.news-list ul{margin-top:20px;}

.news-list li {
  border-left: 3px solid #002b45;
  padding: 8px 0 8px 10px;
  margin-bottom: 6px;
  transition: background-color 0.2s ease;
}

.news-list li:hover {background-color: #f1f5f9;}

.news-list li a {
  text-decoration: none;
  color: #002b45;
  font-size: 16px;
  display: block;
  transition: color 0.2s ease;
}

.news-list li a:hover {color: #005b9f;}

.social-links {margin-top: 15px;}

.social-links i {
  font-size: 38px; /* Adjust size here */
  margin-right: 15px;
  color: #005b9f; /* Mainsail navy â€“ update if you want a different tone */
  transition: color 0.3s ease;
}

.social-links i:hover {color: #002b45; /* Slightly lighter blue on hover */}

.social-links a {text-decoration: none;}
.social-links a:hover {text-decoration: none;}

.news-section,
.social-section {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}

.news-section:last-child,
.social-section:last-child {border-bottom: none;}


/* ==========================================================================
   Work With Us — Scoped Polish (safe to append to mainsail.2025.072325.css)
   ========================================================================== */

:root {
  /* swap these to your exact brand values if different */
  --ms-navy: #0f1b4c;
  --ms-navy-2: #1a2d6b;
  --ms-ink: #112240;
  --ms-muted: #6b7a95;
  --ms-sky: #f6f9ff;
  --ms-line: #dfe7f5;
}

/* Page shell */
.work-with-us .page-title {
  color: var(--ms-ink);
  letter-spacing: .2px;
  margin-top: 18px;
}

.work-with-us .lead {
  color: var(--ms-muted);
  max-width: 920px;
}

/* Panels → cleaner, modern, still Bootstrap-friendly */
.work-with-us .panel {
  border: 1px solid #e7edf6;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(17, 34, 64, .06);
}

.work-with-us .panel-heading {
  background: linear-gradient(180deg, #fff, #fbfdff);
  border-bottom: 1px solid #edf2fb;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 14px 18px;
}

.work-with-us .panel-title {
  font-weight: 700;
  color: var(--ms-ink);
  margin: 0;
}

.work-with-us .panel-body {padding: 18px;}

/* Process steps — connected, responsive timeline */
.work-with-us .process-steps {
  position: relative;
  padding: 10px 0 0;
}

@media (min-width: 992px) {
  .work-with-us .process-steps:before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 41px; /* centers on the dots */
    height: 4px;
    background: linear-gradient(90deg, var(--ms-line), #cbd8f2);
    border-radius: 2px;
  }
}

.work-with-us .process-step {margin-bottom: 16px;}

.work-with-us .process-step .dot {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  margin: 0 auto 8px;
  background: var(--ms-navy);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 0 8px #eef3ff;
}

.work-with-us .process-step h4 {
  margin: 6px 0 4px;
  color: var(--ms-ink);
  font-weight: 700;
}

.work-with-us .process-step p.small {
  color: var(--ms-muted);
  margin: 0;
}

/* Bulleted lists inside panels */
.work-with-us .bullets {margin-left: 18px;}

.work-with-us .bullets li {
  margin-bottom: 8px;
  color: var(--ms-ink);
}

.work-with-us .small,
.work-with-us .text-muted {color: var(--ms-muted) !important;}

/* Investment hub mini-viz */
.work-with-us .investment-hub {
  background: #fff;
  border: 1px solid #e7edf6;
  border-radius: 14px;
  padding: 16px;
}

.work-with-us .investment-hub .hub-core {
  text-align: center;
  background: var(--ms-navy);
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  padding: 14px 10px;
  margin-bottom: 10px;
  box-shadow: 0 8px 18px rgba(15, 27, 76, .12);
}

.work-with-us .investment-hub .hub-nodes {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}

.work-with-us .investment-hub .hub-nodes li {
  background: #fbfdff;
  border: 1px solid #eef3ff;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 13px;
  color: var(--ms-ink);
}

/* Service tiles */
.work-with-us .service-card {
  border-radius: 14px;
  border: 1px solid #e7edf6;
  transition: transform .15s ease, box-shadow .15s ease;
  height: 100%;
}

.work-with-us .service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 34, 64, .09);
}

.work-with-us .service-card h4 {
  color: var(--ms-ink);
  font-weight: 700;
  margin: 4px 0 6px;
}

.work-with-us .service-card p.small {color: var(--ms-muted);}

/* Cred logos row */
.work-with-us .logos-row {text-align: right;}

@media (max-width: 767px) {
  .work-with-us .logos-row { text-align: left; margin-top: 12px; }
}

.work-with-us .logos-row .logo {
  max-height: 38px;
  width: auto;
  margin: 6px 8px 0 0;
  filter: grayscale(100%);
  opacity: .9;
  transition: filter .2s ease, opacity .2s ease;
}

.work-with-us .logos-row .logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Offices */
.work-with-us .office-card {
  border-radius: 14px;
  border: 1px solid #e7edf6;
}

.work-with-us .office-card h4 {
  color: var(--ms-ink);
  font-weight: 700;
  margin-top: 2px;
}

.work-with-us .office-card p {color: var(--ms-muted);}

.work-with-us .office-card .btn-primary {
  background: var(--ms-navy);
  border-color: var(--ms-navy);
}

/* CTA well */
.work-with-us .cta-well {
  background: var(--ms-sky);
  border: 1px solid #e7edf6;
  border-radius: 14px;
}

.work-with-us .cta-well h3 {
  color: var(--ms-ink);
  margin-bottom: 6px;
}

.work-with-us .cta-well .btn-primary {
  background: var(--ms-navy);
  border-color: var(--ms-navy);
}

.work-with-us .cta-well .btn-primary:hover {
  background: var(--ms-navy-2);
  border-color: var(--ms-navy-2);
}

/* Images */
.work-with-us img.img-responsive.w-100 {
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(17, 34, 64, .06);
}

/* Tighten vertical rhythm on this page only */
.work-with-us h3 { margin-top: 6px; }
.work-with-us .row + .row { margin-top: 18px; }

/* Optional: reduce container width on very large screens for this page only */
@media (min-width: 1400px) {
  .work-with-us .container { max-width: 1200px; }
}

/* Work With Us tweaks */
.work-with-us .panel-heading {
  padding: 18px 20px;       /* more room */
  background: #fff;         /* match body so it feels seamless */
  border-bottom: none;      /* remove harsh line */
}

.work-with-us .panel-title {
  font-size: 1.4rem;        /* slightly larger than default */
  font-weight: 700;
  color: var(--ms-ink);     /* brand ink color */
  margin: 0;
}

/* Taller panel heading for Work With Us page */
.work-with-us .panel-heading {
  padding-top: 0px;   /* increase top padding */
  padding-bottom: 25px;/* increase bottom padding */
  min-height: 40px;    /* optional baseline height */
}

.work-with-us .panel-body .intro-text {margin-left: 14px;}


/* ==========================================================================
   Work With Us — Hero
   ========================================================================== */

/* New HERO Bar
/* Split hero */
.work-with-us .hero-band {
  background: linear-gradient(180deg,#f6f9ff,#fff);
  border: 1px solid #e7edf6;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 12px 28px rgba(17,34,64,.06);
  margin-bottom: 22px;
}

.work-with-us .hero-title {
  font-size: clamp(28px,3.2vw,44px);
  line-height: 1.15;
  margin: 0 0 10px;
  color: var(--ms-ink);
}

.work-with-us .hero-copy .btn {
  margin-right: 8px;
  margin-top: 8px;
}

.work-with-us .hero-steps {
  position: relative;
  padding-left: 12px;
}

.work-with-us .hero-steps:before { /* vertical connector line */
  content: "";
  position: absolute;
  left: 38px;   /* was 22px → now centered on .badge-num */
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: linear-gradient(#dfe7f5,#c7d5f2);
  border-radius: 2px;
  z-index: 0;   /* keep behind the number badges */
}

.work-with-us .step-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 12px 12px 4px;
  border-radius: 12px;
  transition: transform .15s ease, box-shadow .15s ease;
}

.work-with-us .step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(17,34,64,.08);
  background: #fff;
  border: 1px solid #eef3ff;
}

.work-with-us .badge-num {
  flex: 0 0 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: var(--ms-navy);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 0 8px #eef3ff;
  position: relative;
  z-index: 1;   /* keep above the connector line */
}

.work-with-us .step-title {
  margin: 0 0 2px;
  color: var(--ms-ink);
  font-weight: 700;
}

.work-with-us .step-desc {
  margin: 0;
  color: var(--ms-muted);
}

@media (max-width: 767px){
  .work-with-us .hero-steps:before {left: 30px; /* adjust for smaller screens */}
}

/* Extra-small fonts only inside Investment panel hero */
.panel .hero-band .hero-title {
  font-size: 1.05rem;   /* was 1.25rem */
  line-height: 1.25;
}

.panel .hero-band .lead {
  font-size: 0.85rem;   /* was 0.95rem */
  line-height: 1.4;
}

.panel .hero-band .step-title {font-size: 0.9rem; /* was 1rem */}

.panel .hero-band .step-desc {
  font-size: 0.8rem;    /* was 0.85rem */
  line-height: 1.3;
}

/* Shrink h4 headings inside Investment panel hero */
.panel .hero-band h4,
.panel .hero-band .step-title {
  font-size: 0.9rem;     /* smaller than global h4 */
  font-weight: 600;      /* keeps them readable but not overpowering */
  margin-bottom: 4px;
}

/* Tighten up panel-heading h3 */
.panel .panel-heading h3.panel-title {
  margin-top: 0;     /* remove default top margin */
  margin-bottom: 8px;/* keep a little breathing room under it */
}


/* ==========================================================================
   Bullets / Icons / Logos / Cards / Modal / Timeline / Contact
   ========================================================================== */

.bullets {
  list-style: none;     /* remove default bullets */
  margin: 0;
  padding: 0;
}

.bullets li {
  margin-bottom: 10px;  /* spacing between items */
  padding-left: 1.6em;  /* indent so text aligns nicely */
  position: relative;
}

.bullets li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--ms-navy); /* brand color for icons */
}

/* Icon badges instead of numbers */
.hero-steps .badge-num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;       /* adjust icon size */
  color: #fff;           /* white icon */
  background: var(--ms-navy);
  border-radius: 50%;
  width: 40px; height: 40px;
  box-shadow: 0 0 0 8px #eef3ff;
}

.hero-steps .badge-num i {
  font-size: 1.1rem;     /* make icon a little larger */
  line-height: 1;
}

/* Logos in Recognition & Partnerships */
.logos-row {
  display: flex;
  flex-wrap: wrap;        /* allows wrapping on smaller screens */
  gap: 12px;              /* consistent spacing between logos */
  align-items: center;    /* vertical centering if some are narrower */
  justify-content: flex-end; /* push logos to the right in their column */
}

.logos-row .logo {
  max-height: 48px;       /* set your desired uniform height */
  width: auto;            /* auto-scale width to keep proportions */
  object-fit: contain;    /* prevent distortion if the image has white padding */
}

.logo-wrap {
  display: inline-block;
  padding: 6px;
  border-radius: 6px;
  transition: background-color 0.25s ease;
}

.logo-wrap:hover {background-color: var(--ms-navy);}

.logo-wrap .logo {
  max-height: 48px;
  width: auto;
}

.logos-row .logo:hover {
  filter: brightness(0) saturate(100%) invert(17%) sepia(56%)
          saturate(2622%) hue-rotate(210deg) brightness(94%) contrast(95%);
}

.logo-wrap:hover {background-color: #112240;  /* navy hex */}

/* Service Cards */
.service-card {
  background: var(--ms-dark-blue);   /* dark blue background */
  border: none;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  color: #fff;                      /* default text white */
  transition: transform .2s ease, box-shadow .2s ease;
  margin-bottom: 22px;
}

.service-card h4,
.service-card p {color: #fff; /* force white for headings and paragraph */}

.service-card .service-icon {
  color: #fff; /* make icons white too */
  margin-right: 6px;
}

/* Force white text inside service cards */
.service-card h4,
.service-card h4 i,
.service-card p,
.service-card p.small {
  color: #fff !important;   /* override Bootstrap defaults */
}

.service-card:hover {
  background: var(--ms-dark-blue); /* keep dark blue */
  transform: translateY(-4px);     /* subtle lift on hover */
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}

.service-card p.small {
  color: var(--ms-muted);
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0;
}

/* Make all service cards the same height */
/* only apply clearfix + flex inside service grid */
.services-grid .row:after {
  content: "";
  display: table;
  clear: both;
}

.services-grid .col-xs-12.col-sm-6.col-md-4 {display: flex; /* keeps equal height alignment */}

/* Darker backdrop with blur */
.modal-backdrop {
  background-color: rgba(0,0,0,0.4) !important; /* semi-transparent */
  backdrop-filter: blur(6px);                  /* blur the background */
  -webkit-backdrop-filter: blur(6px);          /* Safari support */
}

/* Section intro text */
.intro-text {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* Keep modal content clean, not grayed out */
.modal-content.no-bg {
  background: #fff;        /* solid white behind image */
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 8px;
}

/* Responsive image inside modal */
.onboarding-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Bullets same as before */
#seamless-transfer .bullets { list-style:none; margin:0 0 12px; padding:0; }
#seamless-transfer .bullets li { position:relative; padding-left:1.6em; margin-bottom:8px; }
#seamless-transfer .bullets li i { position:absolute; left:0; top:2px; color:#6798bb; }

/* Timeline with FA icons */
#seamless-transfer .graphics-timeline {position:relative; padding-left:32px; margin-top:6px;}
#seamless-transfer .graphics-timeline:before {none;}

#seamless-transfer .gt-step {
  position:relative; display:flex; gap:12px; align-items:flex-start;
  margin-bottom:20px;
}

#seamless-transfer .gt-step:last-child { margin-bottom:0; }

#seamless-transfer .gt-dot {
  display:flex; align-items:center; justify-content:center;
  width:60px; height:60px; border-radius:50%;
  background:#002949; color:#fff; flex-shrink:0;
  font-size:1.5rem;
  box-shadow:0 0 0 6px #eef3ff;
  position:relative;
  z-index:1;
}

#seamless-transfer .gt-text h4 {
  margin:0 0 4px; font-size:.95rem; font-weight:700; color:var(--ms-ink, #222);
}

#seamless-transfer .gt-text p {
  margin:0; font-size:.85rem; color:var(--ms-muted, #6c757d);
}

/* Remove the connecting vertical line */
#seamless-transfer .graphics-timeline:before {display: none;}

/* Compact font sizing like investment section */
#seamless-transfer .gt-text h4 {
  margin: 0 0 4px;
  font-size: 0.9rem;        /* smaller headings */
  font-weight: 700;
  color: var(--ms-ink, #222);
}

#seamless-transfer .gt-text p {
  margin: 0;
  font-size: 0.8rem;        /* smaller body text */
  line-height: 1.4;
  color: var(--ms-muted, #6c757d);
}

/* Keep the icon circles consistent */
#seamless-transfer .gt-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #002949;    /* brand navy */
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 0 0 6px #eef3ff;
  flex-shrink: 0;
}

/* Wrapper for image */
.investment-image-wrap {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17,34,64,.1);
}

/* Contact page – Social Media icons ONLY */
.list-social-icons a {text-decoration: none;}

.list-social-icons i {
  color: #5489b6;           /* your existing light blue */
  transition: color 0.2s ease;
}

.list-social-icons a:hover i {color: #002949; /* your dark blue */}

/* Icon-only links: no underline, ever */
a > i.fa,
a > i.fab,
a > i.fas,
a > i.fa-solid,
a > i.fa-brands {text-decoration: none;}

/* Just in case the underline is applied to <a> instead */
a:has(> i.fa),
a:has(> i.fab),
a:has(> i.fas),
a:has(> i.fa-solid),
a:has(> i.fa-brands) {text-decoration: none;}


/* ==========================================================================
   Nav Dropdown States (hover/open/active)
   ========================================================================== */

/* =========================================================
   NAV DROPDOWN STATES (hover/open/active)
   Goal: lighter navy highlight (no green), no border/shadow, no flash
   ========================================================= */

/* Pick a lighter version of your navy */
:root{
  --ms-nav-hover: #1a4a6a;   /* lighter than #002949 */
}

/* 1) Nuke the old effects that cause the "border/shadow flash" */
.nav > li:hover,
.navbar .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > li:hover {
  box-shadow: none !important;
}

/* 2) Ensure the <a> can actually show a background (you had transparent !important) */
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: none !important; /* clear conflicting rules */
}

/* 3) Apply the lighter navy highlight to dropdown items on hover/open/active */
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown.open > a,
.navbar-default .navbar-nav > li.dropdown.open > a:hover,
.navbar-default .navbar-nav > li.dropdown.open > a:focus,
.navbar-default .navbar-nav > li.dropdown.active > a,
.navbar-default .navbar-nav > li.dropdown.active > a:hover,
.navbar-default .navbar-nav > li.dropdown.active > a:focus,
.navbar-default .navbar-nav > li.active.dropdown > a,
.navbar-default .navbar-nav > li.active.dropdown > a:hover,
.navbar-default .navbar-nav > li.active.dropdown > a:focus {
  background-color: var(--ms-nav-hover) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* 4) Smooth */
.navbar-default .navbar-nav > li.dropdown > a {
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* Rounded top corners on navbar hover/open/active */
.navbar-default .navbar-nav > li > a {
  border-radius: 6px 6px 0 0;   /* top-left, top-right only */
}
