html {
    font-size: 16px;
}
body {   
    color: #36383C;
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #36383C;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover {
    color: #05bf53;
    text-decoration: none;
}
.header {
    color: #163C36;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}
.sub-header {
    color: #163C36;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2.25rem;
}
.list-custom {
    padding-left: 1.3rem;
}
img.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.trans {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
@media (max-width: 1199px), (max-height: 800px) {
    .p-mobile {
        padding: 3.5rem 0 !important;
    }
}
@media (max-width: 767px) {
    .p-mobile {
        padding: 2.5rem 0 !important;
    }
}




 
/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: #fff;
    padding: .5rem 0;
    box-shadow: 0px 2px 13px -5px rgba(0,0,0,0.4);
}
.navbar .navbar-brand {
    width: 11rem;
    padding: 0;
    margin: 0 auto;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .fas {
    color: #163C36;
    transform: scale(1.5, 1.5);
    padding: .5rem;
}
.navbar .nav-item.nav-link {
    color: #163C36;
    font-size: 1rem;
    padding: .5rem;
    margin: .25rem;
}
.navbar .nav-item.nav-link:hover {
    color: #05bf53;
}
.navbar.navbar-min .navbar-brand {
    /* width: 12rem; */
}





/*------------------------------
            Home      
------------------------------*/
.home {
    position: relative;
    overflow: hidden;
}
.home .container {
    z-index: 9;
    position: relative;
}
.home .d-flex {
    height: 100vh;
    min-height: 32rem;
}
.home .content {
    position: relative;
    text-align: right;
    padding: 1.75rem 0 2.25rem;
    margin-bottom: 10rem;
}
.home .content::after {
    display: block;
    position: absolute;
    top: 0;
    left: -100vw;
    content: '';
    background-color: rgba(255,255,255,.15);
    width: 200vw;
    height: 100%;
}
.home h1 {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 400;
    padding-bottom: .25rem;
    border-bottom: 1px solid #fff;
    margin-bottom: .25rem;
}
.home h2 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .35rem;
    margin: 0;
}
.video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video video {
    position: relative;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    object-fit: cover;
}
.home .overlay {
    z-index: 3;
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
}
.home .overlay-car {
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}
.home .overlay-car.animated {
    opacity: 1;
}





/*------------------------------
           Layout        
------------------------------*/
.whoWeAre .container,
.ourBroadMandate .container,
.team .container,
.investments .container,
.guiding .container,
.contact .container {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 11.75rem);
}
.whoWeAre .row,
.ourBroadMandate .row,
.team .row,
.investments .row,
.guiding .row,
.contact .row {
    margin-top: auto;
    margin-bottom: auto;
}





/*------------------------------
           Who We Are        
------------------------------*/
.whoWeAre {
    position: relative;
    background-color: #E6E3DA;
    padding: 4rem 0;
}
.whoWeAre .container {
    z-index: 3;
    position: relative;
}
.whoWeAre p.mb-2 {
    color: #fff;
    background-color: #51706E;
    text-align: center;
    padding: 0.5rem 0;
}
.whoWeAre p {
    margin: 0;
}
.whoWeAre img {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/*------------------------------
         Broad Mandate        
------------------------------*/
.ourBroadMandate {
    color: #fff;
    padding: 4rem 0;
    background: linear-gradient(rgba(22,60,54,.8), rgba(22,60,54,.8)), url(../images/black_green_abstract.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.ourBroadMandate .header {
    color: #fff;
}
.ourBroadMandate .sub-header {
    color: #fff;
    margin: 1rem 0;
}
.ourBroadMandate h5 {
    font-size: 1.25rem;
    font-weight: 700;
}
.ourBroadMandate h5 img {
    width: 4rem;
    margin-right: 1rem;
}
.ourBroadMandate p {
    font-size: 1.125rem;
    line-height: 1.3;
}
.ourBroadMandate .col-12 img {
    width: 100%;
    height: auto;
    margin: 0;
}
@media (max-height: 900px) and (min-width: 1200px)  {
    .ourBroadMandate {
        padding: 1.5rem 0;
    }
    .ourBroadMandate .header {
        margin-bottom: .75rem;
    }
    .ourBroadMandate .sub-header {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .ourBroadMandate h5 {
        margin: 0;
    }
    .ourBroadMandate p {
        font-size: 1rem;
        line-height: 1.1;
        margin-bottom: .25rem;
    }
    .ourBroadMandate .col-12 img {
        transform: scaleY(.9);
    }
}





/*------------------------------
           Approach        
------------------------------*/
.approach {
    background-color: #f7f7f7;
    padding: 4rem 0;
}
.approach img {
    margin: 3rem 0 4rem;
}





/*------------------------------
            Team        
------------------------------*/
.team {
    background-color: #E6E3DA;
    padding: 4rem 0;
}
.team .col-lg-6,
.team .col-lg-3 {
    margin-bottom: 1.75rem;
}
.team .media {
    height: 100%;
    cursor: pointer;
}
.team .media:hover > .media-body h6 {
    color: #05bf53;
}
.team .media-body {
    height: 100%;
    background-color: #fff;
    padding: 1rem 1.25rem;
}
.team img {
    width: 12.75rem;
}
.team .name {
    color: #163C36;
    font-size: 1.25rem;
    font-weight: 600;
    /* margin-bottom: 0.125rem; */
    margin-bottom: 2rem;
}
.team .title {
    color: #666;
    font-size: 0.9375rem;
    font-weight: 600;
    min-height: 2.2rem;
    margin-bottom: 0.75rem;
}
.team p {
    font-size: 0.875rem;
    line-height: 1.3;
    max-height: 4.5rem;
    overflow: hidden;
}
.team h6 {
    color: #163C36;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto 0 0;
    transition: all 0.3s;
}
.team .person img {
    width: 100%;
}
.team .person {
    cursor: pointer;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
}
.team .content {
    padding: 0.75rem 1rem 0;
}
.team .person .name {
    font-size: 1.125rem;
}





/*------------------------------
             Modal        
------------------------------*/
.modal .modal-content {
    border-radius: 0;
    border: none;
}
.modal .media img {
    width: 14rem;
    height: 12rem;
    margin: 0 2rem 1rem 0;
    object-position: top;
}
.modal .modal-body {
    padding: 2rem;
}
.modal .media .name {
    color: #163C36;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.modal .title {
    display: none;
    color: #666;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.modal p {
    text-align: justify;
    margin-bottom: 1.5rem;
}
.modal p:last-child {
    margin-bottom: 0.5rem;
}
.modal p .fab {
    font-size: 1.75rem;
}
.modal .close {
    cursor: pointer;
    position: absolute;
    top: .75rem;
    right: 1.5rem;
    color: #163C36;
    font-size: 3.5rem;
    font-weight: 400;
    padding: 0.5rem;
    transition: all 0.3s;
    opacity: 1;
}


 


/*------------------------------
          Investments        
------------------------------*/
.investments {
    padding: 4rem 0;
}
.investments .port {
    cursor: pointer;
    height: calc(100% - 2rem);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
    padding: 2rem;
    margin-top: 2rem;
}





/*------------------------------
       Guiding Principles        
------------------------------*/
.guiding {
    color: #fff;
    background: linear-gradient(rgba(22,60,54,0.4),rgba(22,60,54,0.5)), url(../images/reflection-mt.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 4rem 0;
}
.guiding .header {
    color: #fff;
}
.guiding h6 {
    display: inline-block;
    font-size: 1.25rem;
}
.guiding h6 i {
    color: #D5CDB7;
    font-weight: 700;
}
.guiding h6 {
    margin-bottom: 1.75rem;
}
/* .guiding h6:last-child {
    font-size: 2.75rem;
    font-style: italic;
    margin: 1.5rem 0 0;
}
.guiding h6:last-child div {
    font-size: 1.75rem;
    margin-right: 1.25rem;
} */





/*------------------------------
            Contact        
------------------------------*/
.contact {
    background-color: #E6E3DA;
    padding: 4rem 0;
}
.contact ul li {
    font-size: 1.125rem;
}
.contact ul li i {
    display: inline-block;
    width: 1.25rem;
}
.contact ul li b {
    color: #163C36;
}
.contact ul li i.fa-phone {
    position: relative;
    top: 0.05rem;
    transform: rotate(90deg);
}
.contact .img-container {
    height: 28rem;
    background: url(../images/contact.jpg) center no-repeat;
    background-size: cover;
}





/*------------------------------
          Viridescent        
------------------------------*/
.viridescent {
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../images/VRTGreenhouse.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
.viridescent .content {
    min-height: 100vh;
}
.viridescent h1 {
    color: #fff;
    font-size: 1.625rem;
    text-shadow: 0 3px 10px #000000AF;
    text-align: center;
    margin: auto;
}





/*------------------------------
            Terms        
------------------------------*/
.terms h5 {
    color: #163C36;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .25rem;
}
.terms h5:not(:first-child) {
    padding-top: 2rem;
}
.terms p {
    margin-bottom: 1.75rem;
}






/*------------------------------
            Footer        
------------------------------*/
footer {
    color: #fff;
    background-color: #51706E;
    font-size: 0.875rem;
    padding: 1rem 0;
}
footer span.d-inline-block {
    cursor: pointer;
}
footer span.d-inline-block:hover,
footer a:hover {
    color: #05bf53;
}
footer a {
    color: #fff;
}





/*------------------------------
          Media Query        
------------------------------*/
@media (min-width: 1200px) {
    .modal-lg {
        max-width: 954px;
    }
}
@media (max-width: 1199px), (max-height: 800px) {
    .navbar .navbar-brand {
        width: 8rem;
    }
    .home h1 {
        font-size: 3.25rem;
    }
    .home h2 {
        font-size: 1.5rem;
    }
    .ourBroadMandate {
        background-position: left 20% center;
        background-attachment: scroll;
    }
    .guiding {
        background-attachment: scroll;
    }
    .guiding h6:last-child {
        font-size: 1.75rem;
    }
    .guiding h6:last-child div {
        font-size: 1.375rem;
        margin-right: 8.25rem;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-brand:nth-child(1) {
        order: 1;
        margin: 0 1rem 0 .9375rem;
    }
    .navbar .navbar-brand:nth-child(4) {
        order: 2;
        margin: 0 auto 0 0;
    }
    .navbar .navbar-toggler {
        order: 3;
    }
    .navbar .navbar-collapse {
        order: 4;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0;
        margin: 0;
    }
    .header {
        font-size: 2rem;
    }
    .modal .close {
        top: -0.25rem;
        right: 0.75rem;
    }
    .modal .media {
        flex-direction: column;
    }
    wrapper {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    body.modal-open .transparen-div {
        height: 100vh;
    }
    .guiding h6:last-child {
        font-size: 1.5rem;
    }
    .guiding h6:last-child div {
        font-size: 1.125rem;
        margin-right: 0;
    }
    .p-tablet {
        padding: 3.5rem 0 !important;
    }
}
@media (max-width: 767px) {
    .navbar .navbar-brand {
        width: 6rem;
    }
    .home h1 {
        font-size: 3rem;
    }
    .home h2 {
        font-size: 1.3rem;
    }
    .modal {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    .header {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
    .sub-header {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }
    .whoWeAre p {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }
    .ourBroadMandate p {
        font-size: 1rem;
    }
    .ourBroadMandate .col-md-4:not(:last-child) p {
        margin-bottom: 1.75rem;
    }
    .approach h5 {
        font-size: 1.25rem;
    }
    .approach img {
        margin: 1rem 0;
    }
    .modal p {
        line-height: 1.4;
    }
    .guiding h6 {
        font-size: 1rem;
    }
    .contact ul li {
        font-size: 1rem;
    }
    .terms h5 {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    .terms p {
        margin-bottom: 1.25rem;
    }
    .p-mobile {
        padding: 2.5rem 0 !important;
    }
    footer a {
        display: block;
    }
}
@media (max-width: 575px) {
    .team .media {
        height: auto;
        flex-direction: column;
        max-width: 24rem;
        margin: 0 auto;
    }
    .team .media img {
        width: 100%;
    }
    .modal .modal-body {
        padding: 2rem 1rem;
    }
    .modal .media img {
        width: 100%;
    }
    .contact .map {
        height: 22rem;
    }
}





@media print {
    .guiding h6 {
        opacity: 1!important;
        transform: translate(0)!important;
    }
}