html, body {   
    color: #505156;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
body, wrapper {
    min-height: 100vh;
}
wrapper {
    position: relative;
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #505156;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
    color: #085CF0;
    text-decoration: none;
}
h3 {
    color: #0B2676;
    font-family: 'PT Serif';
    font-weight: 700;
    margin-bottom: 1rem;
}
h3 span {
    display: block;
    font-weight: 400;
    letter-spacing: 0.0425rem;
    text-transform: capitalize;
    margin-bottom: .875rem;
}
h4 {
    color: #0B2676;
    font-family: 'PT Serif';
    font-weight: 700;
    margin-bottom: 1.75rem;
}
h5, h6 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
p, ul {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.f78 {
    font-size: 4.875rem;
}
.f72 {
    font-size: 4.5rem;
}
.f65 {
    font-size: 4.0625rem;
}
.f46 {
    font-size: 2.875rem;
}
.f43 {
    font-size: 2.6875rem;
}
.f40 {
    font-size: 2.5rem;
}
.f36 {
    font-size: 2.25rem;
}
.f27 {
    font-size: 1.6875rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.f17 {
    font-size: 1.0625rem;
}
.f16 {
    font-size: 1rem;
}
.f14 {
    font-size: .875rem;
}
img.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.learn-more {
    display: inline-block;
    color: #085CF0;
    font-weight: 700;
    padding: .75rem 1.375rem;
    border: 1px solid var(--2, #085CF0);
}
.learn-more:hover {
    color: #fff;
    background-color: #085CF0;
}
.learn-more.alt {
    color: #fff;
    background-color: #085CF0;
}
.learn-more.alt:hover {
    background-color: #040B35;
}
.trans {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
@media (max-width: 1199px) {
    p, ul {
        font-size: .875rem;
    }
    .f65 {
        font-size: 2.5rem;
    }
    .f43 {
        font-size: 1.875rem;
    }
    .f36 {
        font-size: 1.5rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f17 {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    
}




 
/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: transparent;
    padding: 0;
}
.navbar .container {
    background-color: #040B35;
}
.navbar .navbar-brand {
    width: 7.4175rem;
    padding: 0;
    margin: 0 2rem 0 1.5rem;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none;
}
.navbar svg {
    color: #fff;
    transform: scale(1.25, 1.25);
    padding: 0.5rem;
}
.navbar .nav-link {
    position: relative;
    flex: 1 1 auto;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 2rem 0;
    margin: 0;
}
.navbar .nav-link:hover::before,
.navbar .nav-link.active::before {
    position: absolute;
    left: calc(50% - .625rem);
    bottom: 1.5rem;
    width: 1.25rem;
    height: .125rem;
    content: '';
    background-color: #fff;
}
.navbar .nav-link.active {
    color: #fff;
    font-weight: 800;
}
.navbar .nav-link img {
    position: relative;
    top: -.1rem;
    width: 1.125rem;
    margin-left: .5rem;
}
.navbar.navbar-min,
.navbar:has(.collapse.show) {
    background-color: #040B35;
}
@media (min-width: 992px) {
    .navbar .nav-link {
        border-left: 1px solid rgba(239, 239, 239, 0.30);
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-brand {
        width: 6rem;
    }
    .navbar .nav-link {
        padding: 1.75rem 0;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #040B35;
        padding: .75rem 0;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0;
        margin: 0;
    }
    .navbar .nav-link {
        font-size: 1rem;
        padding: .875rem 0;
    }
    .navbar .nav-link:hover::before,
    .navbar .nav-link.active::before {
        bottom: .375rem;
    }
}





/*------------------------------
            Header        
------------------------------*/
header {
    color: #fff;
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(../images/art/hero-still.jpg) center top no-repeat;
    background-size: cover;
}
header .content {
    min-height: 28.75rem;
    padding: 11rem 0 2rem;
}
header h1 {
    font-family: 'PT Serif';
    font-weight: 400;
    margin: auto 0 5rem;
}
@media (max-width: 1199px) {
    header {
        background-position: center top;
    }
    header .content {
        text-align: center;
        min-height: 20rem;
    }
    header h1 {
        margin: auto 0 4rem;
    }
}
@media (max-width: 767px) {
    header {
        background-size: auto 160%;
        background-position: center top;
    }
}





/*------------------------------
             Home      
------------------------------*/
.home {
    position: relative;
    background: #040B35;
    overflow: hidden;
}
.home .row {
    z-index: 3;
    position: relative;
}
.home .content {
    min-height: 100vh;
    justify-content: center;
    padding: 6rem 0 3rem;
}
.home h1 {
    color: #fff;
    font-family: 'PT Serif';
    font-weight: 400;
    line-height: 115%;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 50rem;
    margin: 0 0 1rem;
}
.home h2 {
    color: #fff;
    font-weight: 400;
    line-height: 115%;
    margin: 0;
}
.home .video {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
}
.home .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .overlay {
    z-index: 3;
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
}
@media (max-width: 1199px) {
    .home .content {
        min-height: 36.875rem;
        padding: 6rem 0 32%;
    }
    .home h1 {
        max-width: 30rem;
    }
    .home h2 {
        max-width: 24rem;
    }
}
@media (max-width: 991px) {
    .learn-more {
        margin-bottom: 2.5rem;
    }
}
@media (max-width: 767px) {
    
}





/*------------------------------
             About
------------------------------*/
.about {
    padding: 5rem 0;
}
.about.dark {
    background-color: #efefef;
}
.about .img-container {
    height: 100%;
    min-height: 20rem;
}
.about .img-container-2 {
    height: 29.75rem;
}
.about .map-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.about .content-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 11.375rem;
    background-color: #efefef;
    text-align: center;
    padding: 1rem 2.5rem;
    overflow: hidden;
    transition: all .7s ease;
}
.about .content-2.blue {
    background-color: #0B2676;
}
.about .content-2:hover {
    background-color: #0B2676;
}
.about .content-2 .title {
    color: #0B2676;
    font-family: 'PT Serif';
    margin: .5rem auto;
    transition: all .7s ease;
}
.about .content-2.blue .title {
    color: #fff;
}
.about .content-2:hover > .title {
    color: #fff;
    transform: scale(.75);
}
.about .content-2 .desc,
.about .content-2 ul {
    color: #fff;
    font-size: 1rem;
    margin: 0 auto;

    max-height: 0;
    opacity: 0;
    transform: translateY(6px);
    overflow: hidden;

    transition: max-height .7s ease, opacity .7s ease, transform .7s ease;
}
.about .content-2:hover .desc,
.about .content-2:hover ul {
    max-height: 20rem;
    opacity: 1;
    transform: translateY(0);
}
.about .content-2 ul {
    text-align: left;
}
.map-point {
    cursor: pointer;
    position: absolute;
    width: .875rem;
    height: .875rem;
    background: transparent;
    border: .3rem solid #00AEEF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease;
}
.map-point:hover {
    transform: translate(-50%, -50%) scale(1.2);
}
/* shape + outline */
.map-popover.popover {
    --bs-popover-bg: #040B35;
    --bs-popover-border-color: #085CF0;
    --bs-popover-border-width: 1px;
    --bs-popover-max-width: 420px;
    
    background: #040B35;
    max-width: 420px; /* allow wider pills */
    border: 1px solid #085CF0;
    border-radius: 22px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.35);
}
/* text */
.map-popover .popover-body {
    color: #ffffff;
    font-family: 'Inter', serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding: .875rem 2.5rem;
}
.map-popover[data-popper-placement^="bottom"] .popover-arrow::before{
  border-bottom-color: var(--bs-popover-border-color) !important;
}
.map-popover[data-popper-placement^="bottom"] .popover-arrow::after{
  border-bottom-color: var(--bs-popover-bg) !important; /* navy, NOT white */
}
.map-popover[data-popper-placement^="top"] .popover-arrow::before{
  border-top-color: var(--bs-popover-border-color) !important;
}
.map-popover[data-popper-placement^="top"] .popover-arrow::after{
  border-top-color: var(--bs-popover-bg) !important;
}
.map-popover[data-popper-placement^="left"] .popover-arrow::before{
  border-left-color: var(--bs-popover-border-color) !important;
}
.map-popover[data-popper-placement^="left"] .popover-arrow::after{
  border-left-color: var(--bs-popover-bg) !important;
}
.map-popover[data-popper-placement^="right"] .popover-arrow::before{
  border-right-color: var(--bs-popover-border-color) !important;
}
.map-popover[data-popper-placement^="right"] .popover-arrow::after{
  border-right-color: var(--bs-popover-bg) !important;
}
@media (max-width: 1199px) {
    .about {
        padding: 2rem 0;
    }
    .about .img-container {
        min-height: auto;
    }
    .about .img-container-2 {
        height: 24rem;
    }
    .about .content-2 {
        background-color: #0B2676;
    }
    .about .content-2 .title {
        color: #fff;
    }
    .about .content-2:hover > .title {
        transform: scale(1);
    }
    .about .content-2 .desc, .about .content-2 ul {
        font-size: .875rem;
        max-height: 20rem;
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 991px) {
    .map-point {
        width: .40463rem;
        height: .40463rem;
        border: 2px solid #00AEEF;
    }
}
@media (max-width: 767px) {
    .about .map-container {
        height: auto;
    }
    .about .col-md-4 .map-container img {
        max-width: 14rem;
        margin-right: auto;
    }
}





/*------------------------------
            Criteria
------------------------------*/
#criteria_page .about .content-2 {
    height: 14.5rem;
    border: 1px solid #D9D9D9;
}
.criteria {
    color: #fff;
    background-color: #0B2676;
    padding: 5rem 0;
}
.criteria h3 {
    color: #fff;
    margin-bottom: 1rem;
}
.accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.accordion .accordion-button {
    color: #0B2676;
    background-color: #efefef;
    font-size: 1.375rem;
    padding: 1.25rem;
    box-shadow: none;
    outline: none;
}
.accordion .accordion-button:not(.collapsed) {
    background-color: #efefef;
}
.accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
}
.accordion .accordion-body {
    font-size: 1rem;
    background-color: #efefef;
}
.criteria-info {
    background: linear-gradient(rgba(255,255,255,.25),rgba(255,255,255,.25)), url(../images/art/criteria-squares.png) center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 7.5rem 0 8.5rem;
}
.criteria-info h3 {
    margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
    .criteria {
        padding: 2rem 0;
    }
}
@media (max-width: 991px) {
    .criteria-info {
        padding: 7.5rem 0 6rem;
    }
}





/*------------------------------
             Team
------------------------------*/
.team {
    padding: 5rem 0 3.5rem;
}
.team .person {
    cursor: pointer;
    min-height: calc(100% - 2.5rem);
    margin: 0 auto 2.5rem;
}
.team .person:hover > .img-container {
    filter: grayscale(0);
}
.team .img-container {
    position: relative;
    filter: grayscale(1);
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.team .img-container .view-bio {
    opacity: 0;
    position: absolute;
    left: calc(50% - 5rem);
    bottom: 1rem;
    width: 10rem;
    color: #085CF0;
    font-weight: 500;
    text-align: center;
    padding: .875rem;
    border: 1px solid #085CF0;
}
.team .person:hover > .img-container .view-bio {
    opacity: 1;
}
.team .img-container .view-bio:hover {
    color: #fff;
    background-color: #085CF0;
}
.team .info {
    padding-top: 1rem;
}
.team .name {
    color: #0B2676;
    font-family: 'PT Serif';
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 .5rem;
}
.team .title {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}
@media(max-width: 1199px) {
    .team {
        padding: 2rem 0 .5rem;
    }
    .team .img-container .view-bio {
        left: calc(50% - 4rem);
        bottom: 1rem;
        font-size: .75rem;
        width: 8rem;
        padding: .75rem;
    }
}





/*------------------------------
          Team-Bio
------------------------------*/
.modal .nav {
    z-index: 1;
    position: absolute;
    top: -3rem;
    right: -7.5rem;
    background-color: #0B2676;
    padding: 0;
}
.modal .nav .nav-item {
    background-color: #0B2676;
    padding: 1.25rem .5rem;
    border: none;
}
.modal .nav .nav-item:first-child {
    background-color: #085CF0;
    padding: .5rem .5rem;
}
.modal .nav .nav-item:hover {
    opacity: 0.75;
}
.modal .nav .nav-item img {
    width: 1.75rem;
}
.modal .nav .nav-item:first-child img {
    width: 3.5rem;
}
.modal .modal-body {
    padding: 3rem;
}
#teamModal .modal-body::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18rem;
    content: '';
    background-color: #040B35;
}
.modal .name {
    color: #fff;
    font-family: 'PT Serif';
    margin-bottom: .5rem;
}
.modal .title {
    color: #fff;
    margin: 0;
}
.modal .email {
    font-size: 1rem;
    margin: .25rem 0 0;
}
.modal .email a {
    color: #fff;
    text-decoration: none;
}
.modal .email a:hover {
    text-decoration: underline;
}
.modal .linkedin{
    display: flex;
}
.modal .linkedin a {
    display: flex;
    justify-content: center;
    width: 2.1875rem;
    height: 2.1875rem;
    padding: .625rem;
    border: 1px solid #fff;
    margin: 1rem 0 0 auto;
}
.modal .linkedin img {
    width: .9325rem;
    height: .9325rem;
}
.modal .bio {
    padding-top: 1.875rem;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    margin-top: 2.5rem;
}
.modal .edu {
    color: #0B2676;
    font-family: 'PT Serif';
    font-weight: 700;
    margin: 1rem 0 .5rem;
}
@media (min-width: 992px) {
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1440px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}
@media (max-width: 991px) {
    .modal .modal-body {
        padding: 0;
    }
    .modal .modal-body .carousel-item {
        padding: 3rem 1.25rem;
    }
    .modal .nav {
        top: 3rem;
        right: 1.25rem;
    }
    .modal .img-container {
        z-index: 3;
        position: relative;
        margin: 0 4.5rem 1.25rem 0;
    }
    .modal#teamModal .content {
        position: relative;
    }
    .modal#teamModal .content::before {
        position: absolute;
        left: -2rem;
        bottom: -1.5rem;
        width: calc(100% + 4rem);
        height: 40rem;
        content: '';
        background-color: #040B35;
    }
    .modal .content .name,
    .modal .content .title,
    .modal .content .email,
    .modal .content .linkedin {
        z-index: 3;
        position: relative;
    }
    .modal .linkedin a {
        margin: 1rem auto 0 0;
    }
}





/*------------------------------
            Portfolio
------------------------------*/
.portfolio {
    padding: 5rem 0;
}
.portfolio .nav {
    gap: 0.5rem;
    margin-bottom: 3.75rem;
}
.portfolio .nav-item {
    cursor: pointer;
    color: #0B2676;
    background-color: #fff;
    font-size: .80663rem;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    text-align: center;
    min-width: 9.375rem;
    padding: 1rem 2.25rem;
    border: 1px solid #0B2676;
}
.portfolio .nav-item:hover,
.portfolio .nav-item.active {
    color: #fff;
    background-color: #0B2676;
}
.portfolio .col {
    padding: 0;
}
.portfolio .port:hover {
    border: 1px solid #D9D9D9;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.10);
}
.portfolio .img-container {
    height: 14rem;
    padding: 2rem 1.5rem;
}
.portfolio .row.row-cols-1 {
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}
.portfolio .row.row-cols-1 .col {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
    .portfolio {
        padding: 2rem 0;
    }
}
@media (max-width: 991px) {
    .portfolio .nav-item {
        font-size: .75rem;
        min-width: calc(33.333% - .4rem);
        padding: .875rem .875rem;
    }
}





/*------------------------------
        Portfolio Modal
------------------------------*/
#portfolioModal .port-container {
    height: 13.875rem;
    padding: 1rem;
    border: 1px solid #D9D9D9;
}
#portfolioModal .content  {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
#portfolioModal .port-title  {
    color: #0B2676;
    font-family: 'PT Serif';
    font-weight: 700;
}
#portfolioModal .port-info {
    margin-top: 2.5rem;
}
#portfolioModal .col-sm-4:not(:first-child) .port-info {
    position: relative;
    padding-left: 2rem;
}
#portfolioModal .col-sm-4:not(:first-child) .port-info::before {
    position: absolute;
    top: 0;
    left: -1rem;
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.10);
}
#portfolioModal .partner-img {
    width: 6.25rem;
    height: 1.8125rem;
}
#portfolioModal .port-info p {
    margin: 0;
}

@media (max-width: 991px) {
    .modal .port-container {
        margin: 0 4.5rem 1.25rem 0;
    }
    #portfolioModal .port-info {
        margin-top: 2rem;
    }
    .modal .bio {
        padding-top: 1.5rem;
        margin-top: 2rem;
    }
}





/*------------------------------
            Contact
------------------------------*/
.contact {
    padding: 5rem 0;
}
.contact h3 {
    margin-bottom: 2rem;
}
.contact p b {
    font-size: 112.5%;
}
.contact a.contact-link {
    display: flex;
    width: 3.125rem;
    height: 3.125rem;
    background: #0B2676;
    padding: .87256rem;
    border-radius: 0.25rem;
    border: .649px solid #0B2676;
}
.lets-talk {
    background: #EFEFEF;
    padding: 2.5rem 0;
}
@media (max-width: 1199px) {
    .contact {
        padding: 2rem 0;
    }
    .lets-talk {
        padding: 2rem 0;
    }
    .contact a.contact-link {
        margin-bottom: 5rem;
    }
}





/*------------------------------
            Terms        
------------------------------*/
.terms {
    padding: 5rem 0;
}
.terms h5 {
    color: #040B35;
    font-family: 'PT Serif';
    font-weight: 500;
}
.terms h5:not(:first-child) {
    padding-top: 1rem;
}
.terms table {
    font-weight: 300;
    line-height: 1.6;
}
.list-roman {
    list-style-type: upper-roman;
}
@media (min-width: 1200px) {
    .terms h5 {
        font-size: 1.25rem;
    }
}
@media (max-width: 1199px) {
    .conttermsact {
        padding: 2rem 0;
    }
}





/*------------------------------
            Footer        
------------------------------*/
footer {
    color: #fff;
    background-color: #040B35;
    padding: 3rem 0 0;
}
footer img {
    width: 13.00881rem;
}
footer address {
    position: relative;
    color: #EFEFEF;
    line-height: 1.7;
    padding-left: 2rem;
}
footer address::before {
    position: absolute;
    top: .375rem;
    left: 0;
    width: 0.9625rem;
    height: 1.375rem;
    content: '';
    background: url(../images/icons/footer-location.svg.svg) center no-repeat;
    background-size: contain;
}
footer hr {
    border-top: 1px solid #EFEFEF;
    margin: 2.5rem 0;
}
footer .nav-item {
    color: #fff;
    font-weight: 500;
    font-size: .875rem;
    padding: 0 1rem;
}
footer .nav span {
    display: inline-block;
    width: 1px;
    height: 1.25rem;
    background: rgba(239, 239, 239, 0.40);
}
footer .row p {
    margin-bottom: 1.25rem;
}
footer .clever {
    color: #fff;
}
@media (min-width: 992px) {
    footer .clever {
        display: none;
    }
}
@media (max-width: 1199px) {
    footer img {
        width: 8.44125rem;
    }
}
@media (max-width: 991px) {
    footer {
        padding: 2.25rem 0 0;
    }
    footer hr {
        margin: 1rem 0 1.5rem;
    }
    footer .nav {
        margin-bottom: 1.25rem;
    }
    footer address.f18 {
        font-size: .875rem;
        padding-left: 1.5rem;
    }
}
