body {
	background:#fff;
	line-height:170%;
	font-size:18px;
    overflow-x: hidden;
}

body.modal-open .video-container * {
  animation: none !important;
  transition: none !important;
}

.modal {
  z-index: 999999999;
}

.bi {
  vertical-align: 0em;
}

.text-primary {
  color: #003973 !important;
}


.text-secondary{
  color: #20ade2 !important;
}

.bg-primary {
  background-color: #003973 !important;
}

.bg-secondary {
  background-color: #0451a5 !important;
}

.bg-tertiary {
  background-color:#0e79bd !important;
}

.bg-fourth{
  background-color:#00a3e3 !important;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
	
.h1,  h1 {
  font-size:2.5rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}
	
	
	
.h2,  h2 {
  font-size:2rem;
   font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}
	

.tagline {
  font-size: 20px;
  color: #fff;
  padding: 2rem;
}

.tagline-2 {
  font-weight: 200;
}

.home-title{
  font-weight:500;
  font-size: 48px;
  text-transform:uppercase;
  color: #273b89;
}

.home-logo {
	max-width:600px;
}

.home-tagline {
  font-weight: 300;
  font-size: 168px;
  color:#003973;
}

.myblockquote {
  margin: 0 0 1rem;
  border-left: 1px solid #3664be;
  padding:0px;
  padding-left: 30px;
  margin-left:15px
}

.logo-div {
  height: auto;
  position: relative;
  top: 33vh;
  text-align: center;background: ;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding:25px
}

.logo {
	width: 220px;
	height: auto;
	max-width:100%;
}

.nav {
  list-style: none;
  text-transform: uppercase;
  font-size:.9rem;
}

.navbar-custom {
background:#273b89;
}

.navbar-shrink .logo {
	width: 150px;
	height: auto;
	max-width:100%;
}

/* Transition for background and padding */
#mainNavbar {
  transition: background-color 0.3s ease, padding 0.3s ease;
  padding: 10px 1rem;
}

/* Shrinked navbar background and padding */
.navbar-shrink {
  background-color: #fff !important;
  padding: 5px 1rem;
}

.navbar-shrink .nav-link {
  color: #222;
}

.navbar-shrink .nav-link:hover,
.navbar-shrink .nav-link:focus {
  color: #0e79bd;
}


.navbar-toggler {
  background-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
    color:#003973;
  transition: color 0.3s ease;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  letter-spacing:.05rem;
  font-size:14px;
  text-transform:uppercase;
  }
  
.nav-link:hover,
.nav-link:focus {
  color: #0e79bd;
}
  
.nav-link:focus, .nav-link:hover {
  color:#0e79bd;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: -3px;
  text-align: right;
  margin-right: 15px;
}

.wow {
    visibility: hidden;
    }

.border-bottom {
  border-bottom:1px solid #3c3c3c !important;
  padding-bottom: 30px;
}


header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.0;
  z-index: 1;
}

.video-container {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

/* 
.video-container2 {
  height: 100px;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
*/


.video-container::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(../assets/images/conversant-hero-2.jpg) no-repeat center center fixed;
  background-size: cover;
  opacity: 1;
  animation: zoom-bg 30s linear forwards;
  will-change: transform;
  z-index: -1;
  transform-origin: center center; /*  Ensures centered zoom */
}




/* keyframes do the actual scaling */
@keyframes zoom-bg {
  from { transform: scale(1);   }  /* start full size */
  to   { transform: scale(1.2); }  /* tweak 1.05–1.2 as you like */
}


.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -10;
  margin-top: -75px;
}


/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
}


/* TEAM page hero */
.video-container.video-container--half {
  height: 100px;
  min-height: 100;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

/* TEAM PAGE HERO ONLY */
.video-container--half::before{
  background-image: url("../assets/images/conversant-team-2.jpg");
  background-position: top center;
}

#hero-div {
	background:#253572;
	height: 100vh;
}

#team{
	background:#fff;
}

#parallax-div-1 {
	background:#fff;
	height: 30vh;
	background: url(../assets/images/Opportunistic-Real-Estate-Platform-Investing.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

#parallax-div-2 {
	background:#ddd;
	height: 30vh;
	background: url(../assets/images/Opportunistic-Real-Estate-Platform.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#contact {
  background: #1e448f;
  padding: 2rem 0rem;
  margin-top: 4rem;
}


#approach {
  background: #dadada;
  border-top: 1px solid #d2d2d2;
  padding: 4rem 0rem;
}

label {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

button {
  border: 2px solid #fff;
  background: #0720326e;
  color: #fff;
  padding: 1rem 2rem;
}


.shadow {
/* filter:drop-shadow(5px 5px 10px #0000003d); */
}


#conversant-header {
  position: inherit;
  z-index: 9999;
  margin-top: -32PX;
}
.container-fluid {
	width: 100%;
	padding-right: var(--bs-gutter-x,.0rem) !important;
	padding-left: var(--bs-gutter-x,.0rem) !important;
	margin-right: auto;
	margin-left: auto;
}

.container-white {
	background:#fff;
	}
	
.container-dark {
	background:#222;
	}
	

.team-name {
  color: #0e79bd;
  font-family: "Libre Baskerville", serif;
}


.team-title {
  font-size: 70%;
  font-weight: 300;
  color: #212529;
  font-family: var(--bs-body-font-family) !important;
  font-family:Sans-Serif !important;
  
}

.modal-button {
  border: 0px;
  padding: 0px;
  background: transparent;
  text-decoration: underline;
  color: #212529;
}

.modal-header {
  border-bottom:0px solid #dee2e6;

}

.modal-header h5 {
  font-family: "Libre Baskerville", serif;
}


.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border:1px solid rgba(0,0,0,.2);
  border-radius:.3rem;
  outline:0;
  padding:2rem;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.modal-subtitle {
  color: #6c757d;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.modal-title-block{
  display: flex;
  flex-direction: column;
  gap: .15rem;
}

.modal-title,
.modal-conversant-title{
  margin: 0;
    font-family: "Libre Baskerville", serif;
   color: #0e79bd;
}



/* Fine-tune title styling */
.modal-conversant-title{
  font-size: 1rem;
  font-weight: 400;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family) !important;
}

/* Align close button visually with name */
.modal-header .btn-close{
  margin-top: .15rem;
}

.btn-sm {
  background:#414141;
    color: #fff !important;
    border-bottom:2px solid #414141;
}

.btn-sm:hover {
  background:#414141;
  color:#20ade2 !important;
  border-bottom:2px solid #20aded;
}


.btn.btn-conversant {
  background:#414141;
  font-size: 12px;
  margin:.5rem;
  padding:8px 10px;
  color: #fff !important;
    border-bottom:2px solid #414141;
}

.btn.btn-conversant:hover {
  background:#414141;
  color:#20ade2 !important;
  border-bottom:2px solid #20aded;
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

/*
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}
*/

.team-title {
  font-size: 70%;
  font-weight:300;
}

.dropdown-toggle {
  outline: 0;
}

#backToTop {
  margin-left: auto;
  margin-right: auto;
  font-size:10px;
}


#news-wrapper {
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth; 
  
}

#newsCarousel a {
  color: #003973 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.25em !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: #003973 !important;
}

#newsCarousel a:hover {
  color: #003973 !important;
  text-decoration: none !important;
}
	

/* LARGER MAX WIDTH */
@media (min-width: 1600px){
  .container, .container-xxl{
    max-width: 1680px;
  }
}


/* RESPONSIVE */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  	.home-logo {
	  width: 40vw;
	  }

}


/* 768 MAX */
@media (max-width: 768px) {
  .navbar-shrink .logo {
    width: 180px;
  }

  .home-logo {
    width: 70vw;
  }
}

/* 768 MINIMUM */
@media (min-width: 768px) {
  .home-logo {
    width: 100vw;
  }
}

/* =====================================================================
   Extracted from index.html inline <style> (news carousel)
   ===================================================================== */
/* Fade transition for carousel */
      .carousel.carousel-fade .carousel-item {
        opacity: 0;
        transition: opacity .45s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
      }
      .carousel.carousel-fade .carousel-item.active {
        opacity: 1;
        position: relative;
      }

      /* Article styling */
      .news-item .news-date {
        font-size: 0.8rem;
        color: #6c757d; /* text-muted */
        display: block;
        margin-bottom: 0.15rem;
      }

      .news-item a {
        font-weight: 600;
        text-decoration: none;
      }

      .news-item a:hover {
        text-decoration: underline;
      }

      .news-item p {
        margin-bottom: 0.25rem;
      }

      .news-item .news-body {
        margin: 0 0 1rem 0;
      }

      /* Tiny heading controls to the right of "News" */
      .news-heading-controls button {
        border: 0;
        background: transparent;
        padding: 0;
        margin-left: 0.35rem;
        font-size: 0.95rem;
        color: #6c757d;
      }

      .news-heading-controls button:hover {
        color: #343a40;
      }

      .news-wrapper {
        min-height: 525px;
      }

/* =====================================================================
   Extracted from team.html inline <style> (team hover + filters + header)
   ===================================================================== */
:root{
        --hover-duration-frame: 560ms;
        --hover-duration-image: 620ms;
        --hover-duration-strokes: 560ms;
        --hover-ease: cubic-bezier(.25,.75,.35,1);
      }

      .team-photo-trigger{
        border: 0;
        padding: 0;
        background: transparent;
        display: block;
        width: 100%;
        cursor: pointer;
        text-align: inherit;
      }
      .team-photo-trigger:focus{
        outline: none;
        box-shadow: none;
      }
      .team-photo-trigger:focus-visible{
        outline: 3px solid rgba(13,110,253,.4);
        outline-offset: 8px;
      }

      .team-photo-slot{
        position: relative;
        aspect-ratio: 4 / 5;
      }

      .team-photo-frame{
        position: absolute;
        inset: 0;
        overflow: hidden;
        background: #fff;

        transform: translateY(0);
        transition: transform var(--hover-duration-frame) var(--hover-ease);
        will-change: transform;

        box-shadow: 0 14px 30px rgba(0,0,0,.10);
      }

      /* Side strokes */
      .team-photo-frame::before,
      .team-photo-frame::after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        background: #fff;
        pointer-events: none;
        z-index: 2;

        transform: scaleX(0);
        transition: transform var(--hover-duration-strokes) var(--hover-ease);
      }

      .team-photo-frame::before{
        left: 0;
        transform-origin: left center;
      }

      .team-photo-frame::after{
        right: 0;
        transform-origin: right center;
      }

      /* IMAGE: top locked */
      .team-photo-frame img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;

        transform: scale(1);
        transition: transform var(--hover-duration-image) var(--hover-ease);
        will-change: transform;

        display: block;
      }

      /* Hover effects */
      .team-photo-trigger:hover .team-photo-frame{
        transform: translateY(-15px);
      }

      .team-photo-trigger:hover .team-photo-frame img{
        transform: scale(1.015);
      }

      .team-photo-trigger:hover .team-photo-frame::before,
      .team-photo-trigger:hover .team-photo-frame::after{
        transform: scaleX(1);
      }

      @media (prefers-reduced-motion: reduce){
        .team-photo-frame,
        .team-photo-frame img,
        .team-photo-frame::before,
        .team-photo-frame::after{
          transition-duration: 1ms !important;
        }
      }

/* =========================================
   Page Header (shared style)
   ========================================= */
.page-header{
  height: 150px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dark overlay for readability */
.page-header::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.page-header .container{
  position: relative;
  z-index: 2;
}

.page-header-title{
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}



      /* =========================================================
         TEAM: filtering + fade
         ========================================================= */
      .team-member-hidden{
        display: none !important;
      }

      [data-team-groups]{
        transition: opacity 220ms ease, transform 220ms ease;
        opacity: 1;
        transform: translateY(0);
        will-change: opacity, transform;
      }
      .team-member-fading-out{
        opacity: 0;
        transform: translateY(6px);
      }
      .team-member-fading-in{
        opacity: 0;
        transform: translateY(6px);
      }

      /* =========================================================
         Team filter links
         ========================================================= */
      .team-filters{
        display: inline-flex;
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 1.5rem;
      }

      .team-filter-link{
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.04em;
        text-transform: uppercase;

        color: #6c757d;
        text-decoration: none;
        padding-bottom: 4px;

        transition: color 200ms ease;
      }

      .team-filter-link:hover{ color: #000; }
      .team-filter-link.active{ color: #000; }

      .team-filter-link::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #000;

        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 220ms ease;
      }

      .team-filter-link:hover::after,
      .team-filter-link.active::after{
        transform: scaleX(1);
      }
      
      .team-filter-link.active{
  			color: var(--bs-primary); 
		}

		.team-filter-link.active::after{
  		background: var(--bs-primary);
		}
