html, body {   
    color: #333333;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
body, wrapper {
    min-height: 100vh;
}





/*=============       Global        =============*/
a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    text-decoration: none;
}





/*=============       Colors        =============*/
.color-bar {
    height: 9px;
    overflow: hidden;
}
.color-bar .col-4:first-child {
    background-color: #85a3de;
}
.color-bar .col-4:nth-child(2) {
    background-color: #b4d3e3;
}
.color-bar .col-4:last-child {
    background-color: #d5d9dc;
}





/*=============       Navbar        =============*/
.navbar .navbar-brand {
    width: 30rem;
    max-width: 100%;
}
.navbar .navbar-toggler {
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .fas {
    color: #85a3de;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .nav-item.nav-link {
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1rem 0;
    margin: 0 0.6rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
    color: #435b89;
}





/*==============      Header      ===============*/
header {
    background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(../images/inv-crit-bg.jpg) center center no-repeat;
    background-size: cover;
}
header .content {
    min-height: 24rem;
}
header h1 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin: auto 0;
}
#team header {
    background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05)), url(../images/team.jpg) center center no-repeat;
    background-size: cover;
}
#team header .content,
#privacy header .content {
    min-height: 18rem;
}
#team header h1,
#privacy header h1 {
    color: #6a7d9f;
}
#portfolio header {
    background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(../images/portfolio.jpg) center center no-repeat;
    background-size: cover;
}
#press header {
    background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(../images/press-bg.jpg) center center no-repeat;
    background-size: cover;
}
#contact header {
    background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(../images/contact-bg.jpg) center center no-repeat;
    background-size: cover;
}
#privacy header {
    background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05)), url(../images/team.jpg) center center no-repeat;
    background-size: cover;
}





/*===============      Home      ================*/
.home,
.home .carousel,
.home .carousel-inner,
.home .carousel-item {
    flex: 1 auto;
}
.home .carousel {
    min-height: 24rem;
}
.carousel-caption {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.home .carousel .carousel-item.one {
    background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(../images/home-bg.jpg) center center no-repeat;
    background-size: cover;
}
.home .carousel .carousel-item.two {
    background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(../images/home-bg.jpg) center center no-repeat;
    background-size: cover;
    flex: 1 auto;
}
.home h1 {
    color: #fff;
    font-size: 2.5rem;
    text-align: left;
    text-shadow: 0px 0px 16px rgba(140, 140, 140, 0.81);
    max-width: 35rem;
}
.home h1 span {
    color: #c2dbe8;
}








/*=============      Stratford      ==============*/
.stratford {
    padding: 2.375rem 0 0;
}
.stratford .col-md-4:first-child {
    margin-top: -6.2rem;
    padding-bottom: 2.375rem;
}
.stratford .name-lg:first-child {
    margin: 1.25rem 0 3rem;
}
.stratford .content {
    position: relative;
    z-index: 99;
}
.stratford .overlay {
    position: absolute;
    top: 0;
    right: 0.5rem;
    width: 100vw;
    height: 100%;
    background-color: rgba(187,218,234,0.85);
}
.stratford .name-lg {
    max-width: 20rem;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.stratford .name {
    color: #1a3260;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.stratford .link {
    color: #1a3260;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
}
.stratford a:hover {
    color: #85a3de;
}





/*==============       About       ===============*/
.about {
    padding: 3.75rem 0;
}
.about p {
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
}





/*============       Investment       =============*/
.investment {
    padding: 3.75rem 0;
}
.investment h2 {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.investment h2 span {
    color: #435b89;
}
.investment hr {
    border-top: 1px solid #ccc;
    margin: 1rem 0;
}
.investment h4 {
    color: #435b89;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1.5rem 0 0.5rem;
}
.investment h5 {
    color: #1a3260;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: auto 0;
}
.investment h6 {
    color: #1a3260;
    font-size: 1.125rem;
    font-weight: 400;
    margin: auto 0;
}
.investment ul.main {
    padding-left: 1.3rem;
    margin-bottom: 2rem;
}
.investment ul.main li {
    font-size: 1.125rem;
    margin-bottom: 0.3rem;
}
.investment ul.secondary {
    padding-left: 1.3rem;
}
.investment ul.secondary li {
    font-size: 1.125rem;
}
.criteria {
    padding: 0 0 0.5rem;
}
.criteria .img-container {
    padding: 0 0 1rem;
}





/*==============       Team       ===============*/
.team {
    padding: 3.75rem 0;
}
.team .img-container {
    max-height: 10rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.team .img-container img {
    width: 18rem;
}
.team .name {
    color: #435b89;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.267;
    margin: 0.5rem 0 0;
}
.team .title {
    color: #435b89;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.team .link {
    color: #435b89;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}
.team .link:hover {
    color: #85a3de;
}
.team .nav {
    margin-top: 1.5rem;
}
.team .nav .nav-link {
    color: #85a3de;
    font-size: 1.25rem;
    padding: 0.25rem;
}
.team .nav .fa-id-card {
    font-size: 1.5rem;
    margin-top: 0.05rem;
}
.team .col-md-12 p {
    font-size: 1.125rem;
    margin: 1.5rem 0 0;
}





/*============       Portfolio       =============*/
.portfolio {
    padding: 3.75rem 0;
}
.portfolio .btn {
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.25rem 1.25rem 0;
    border-radius: 0;
    margin: 0;
}
.portfolio .btn.active,
.portfolio .btn:hover {
    color: #435b89;
}
.portfolio .btn.focus {
    box-shadow: none;
}
.portfolio .prime {
    color: #fff;
    background-color: #435b89;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 0.25rem 1.25rem 0;
    margin: 0 0.5rem 0 0;
}
.portfolio input {
    display: none;
}
.portfolio hr {
    border-top: 1px solid #ccc;
    margin: 1.5rem 0 2.5rem;
}
.portfolio .my-shuffle {
    position: relative;
    overflow: hidden;
}
.portfolio .image-item {
    margin-bottom: 2rem;
    cursor: pointer;
}
.portfolio .aspect {
    position: relative;
    width: 100%;
    height: 16rem;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 2rem;
}
.portfolio .aspect:hover > .overlay {
    opacity: 1;
}
.portfolio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67, 91, 137,0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio .overlay h5 {
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
    margin: auto auto 0.5rem;
}
.portfolio .overlay h6 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.5rem auto auto;
}





/*==============       Press       ===============*/
.press {
    padding: 3.75rem 0;
}
.press .img-container {
    height: 10rem;
    max-width: 10rem;
    border: 1px solid #ccc;
    padding: 1rem;
}
.press .img-container img {
    max-height: 100%;
}
.press .date {
    color: #435b89;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0.5rem 0 0;
}
.press .title {
    color: #435b89;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
}
.press .desc {
    font-size: 1.125rem;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.press .nav {
    margin-bottom: 1rem;
}
.press .nav .nav-item {
    color: #999;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.press .nav .nav-item.active,
.press .nav .nav-item:hover {
    color: #435b89;
}
.press a:hover > .content .desc {
    color: #999;
}
.press hr {
    margin: 2.125rem 0;
}
.press .pagination {
    margin-top: -0.5rem;
}
.press .pagination .page-item .page-link {
    color: #435b89;
    background-color: #fff;
    padding: 0.35rem 0.7rem;;
    border: 1px solid #435b89;
    border-radius: 0;
    margin: 0 0.4rem;
}
.press .pagination .page-item .page-link.active,
.press .pagination .page-item .page-link:hover {
    color: #fff;
    background-color: #435b89;
}
#press-info .press .content .date {
    font-size: 0.875rem;
    margin-bottom: 0;
}
#press-info .press .content .title {
    font-size: 1.25rem;
}
#press-info .press p {
    font-size: 1.125rem;
    margin-bottom: 2.25rem;
}
#press-info .press .content a {
    color: #435b89;
}





/*==============       Modal       ===============*/
.modal .modal-dialog {
    margin-top: 15.25rem;
}
.modal .modal-content {
    border: 1px solid #ccc;
    border-radius: 0;
}
.modal button {
    color: #dbdbdb;
    font-size: 2.5rem;
    opacity: 1;
}
.modal button:hover {
    color: #b1b1b1;
}
.modal .img-container {
    padding: 2.75rem 1rem;
    margin: 1rem 0 0;
}
.modal .content {
    padding: 0 1.25rem;
}
.modal p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.modal a {
    color: #1a3260;
    font-size: 1.125rem;
}
.modal a:hover {
    color: #85a3de;
}





/*==============       Contact       ===============*/
.contact {
    padding: 3.75rem 0;
}
.contact .map,
.contact #map {
    height: 26rem;
    border: 10px solid #e7eaeb;
    margin-bottom: 1rem;
}
.contact ul {
    margin-bottom: 2rem;
}
.contact ul li {
    font-size: 1.125rem;
}
.contact ul li.blue {
    color: #435b89;
    font-weight: 500;
}
.contact ul li a {
    color: #435b89;
}
.contact ul li a:hover {
    color: #85a3de;
}
.contact ul:first-child li a {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
}
.contact b {
    font-weight: 500;
}





/*==============       Privacy       ===============*/
.privacy {
    padding: 3.75rem 0;
}
.privacy p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}





/*==============       Footer       ===============*/
footer {
    color: #85a3de;
    background-color: #1a3260;
    padding: 0.5rem 0;
}
footer .nav-link {
    color: #85a3de;
    font-size: 0.75rem;
    padding: 0.5rem 0.4rem;
}
footer .nav-link:hover {
    color: #c2dbe8;
}
footer .nav-link span {
    margin: 0 0.6rem;
}
footer .fab {
    position: relative;
    top: 0.3rem;
    font-size: 1.6rem;
    margin: -1rem 0.3rem -1rem 0;
}
footer .fas {
    font-size: 0.8751rem;
    margin: -1rem 0.3rem 0 0;
}





/*============      Media Query      ===========*/
@media (min-width: 1200px) {
    .criteria .img-container img {
        width: 100%;
    }
    .press .col-lg-8,
    .press .col-lg-10 {
        padding-right: 4rem;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-brand {
        width: 22rem;
    }
    .team .img-container {
        max-height: 8rem;
    }
    .team .nav {
        margin-top: 0;
    }
    .press .img-container {
        height: 8.125rem;
    }
}
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar .nav-item.nav-link {
        padding: 0.25rem 0;
    }
    header h1 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .home .content {
        min-height: 23rem;
    }
    .home h1 {
        font-size: 2.25rem;
    }
    .investment h2 {
        font-size: 1.25rem;
        line-height: 1.4;
        margin-bottom: 2rem;
    }
    .investment h4,
    .investment h5,
    .investment h6,
    .investment ul.main li,
    .investment ul.secondary li {
        font-size: 1rem;
    }
    .team .img-container {
        max-height: 12rem;
    }
    .team .nav {
        margin-top: 2rem;
    }
    .team .col-md-12 p {
        font-size: 1rem;
        margin: 1rem 0 0;
    }
    .press .img-container {
        height: 10rem;
        margin-bottom: 0.5rem;
    }
    .contact ul {
        margin-bottom: 1rem;
    }
    .contact ul li {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    wrapper {
        overflow: hidden;
    }
    .home .carousel {
        min-height: 22rem;
    }
    .home h1 {
        font-size: 1.5rem;
        line-height: 1.2;
        padding: 0 0 3rem;
    }
    .stratford {
        padding: 2rem 0;
    }
    .stratford .col-md-4:first-child {
        margin-top: -6.2rem;
        padding-bottom: 1rem;
    }
    .stratford .overlay {
        right: 0;
        left: 0;
        width: 200vw;
        margin: 0 -30vw;
    }
    .stratford .name-lg:first-child {
        margin: 1.25rem 0 2rem;
    }
    .stratford .name-lg {
        max-width: 100%;
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .stratford .name {
        margin: 2rem 0 0.5rem;
    }
    .stratford .desc {
        margin: 0 0 0.5rem;
    }
    .team .img-container {
        max-height: 18rem;
    }
    .team .nav {
        margin-top: 0;
    }
    footer {
        padding: 1rem 0;
    }
    footer .nav-link {
        padding: 0.125rem 0;
    }
}
@media (max-width: 667px) {
    .navbar .navbar-brand {
        width: 17rem;
    }
    header .content {
        min-height: 20rem;
    }
    header h1 {
        font-size: 1.5rem;
        line-height: 1.2;
        padding: 2rem 0;
    }
    .home .content {
        min-height: 16rem;
    }
    .about p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .investment .col-2 {
        padding-right: 0;
    }
    .investment h2 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .investment h4 {
        margin: 0.5rem 0;
    }
    .investment ul.main {
        margin-bottom: 1rem;
    }
    .investment ul.main li {
        margin-bottom: 0;
    }
    .portfolio .btn,
    .portfolio .prime {
        font-size: 1rem;
        padding: 0.25rem 0.5rem 0;
    }
    .portfolio .aspect {
        height: 14rem;
    }
    .press .nav .nav-item {
        margin: 0;
    }
    .press .img-container {
        max-width: 100%;
        padding: 2rem;
    }
    .press .title {
        font-size: 1.125rem;
    }
    .press .desc {
        font-size: 1rem;
    }
    #press-info .press .content .title {
        font-size: 1.125rem;
    }
    #press-info .press .content p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .privacy p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .p-mobile {
        padding: 2rem 0;
    }
}
@media (max-width: 575px) {

}
@media (max-width: 374px) {
    .navbar .navbar-brand {
        width: 13rem;
    }
}





/*============   IE10   ============*/
@media all and (-ms-high-contrast:none) {    
    .portfolio .aspect .overlay {
       text-align: center;
    }
    .modal .img-container img {
        width: 18rem;
    }
    header h1 {
        margin: 5rem 0;
    }
    
    /* IE11 */
    *::-ms-backdrop, .class {
    }
}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
    .modal .img-container img {
        width: 18rem;
    }
}