html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {   
    color: #231F20;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #231F20;
    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: #231F20;
    text-decoration: none;
}
a.learn-more {
    font-style: italic;
    padding: 1rem 2.625rem;
}
a.learn-more::after {
    display: inline-block;
    width: 1rem;
    height: 1.125rem;
    content: '';
    background: url(../images/icons/arrow-more.svg) center no-repeat;
    background-size: contain;
    margin-left: 1rem;
}
h1 {
    line-height: 1.28;
}
h3 {
    font-weight: 700;
}
h4 {
    font-weight: 500;
}
h5 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
}
h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
}
p, ul {
    font-size: 1.25rem;
    line-height: 1.4;
}
b, strong {
    font-weight: 700;
}
address {
    line-height: 1.3;
}
.f80 {
    font-size: 5rem;
}
.f60 {
    font-size: 3.75rem;
}
.f50 {
    font-size: 3.125rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f40 {
    font-size: 2.5rem;
}
.f36 {
    font-size: 2.25rem;
}
.f35 {
    font-size: 2.1825rem;
}
.f30 {
    font-size: 1.875rem;
}
.f28 {
    font-size: 1.75rem;
}
.f26 {
    font-size: 1.625rem;
}
.f25 {
    font-size: 1.5625rem;
}
.f24 {
    font-size: 1.5rem;
}
.f22 {
    font-size: 1.375rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.f16 {
    font-size: 1rem;
}
.f14 {
    font-size: .875rem;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trans {
    -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;
}
.scroll-anchor {
    z-index: -99;
    position: relative;
    padding-top: 6rem;
    margin-top: -6rem;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.animate {
    position: relative;
    top: 3rem;
    opacity: 0;
    transition: all .3s ease-out;
    transition-delay: .5s;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}
@media (max-width: 1399px) {
    h5, h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    ul {
        font-size: 1.125rem;
    }
    .f80 {
        font-size: 4rem;
    }
    .f60 {
        font-size: 3rem;
    }
    .f50 {
        font-size: 2.75rem;
    }
    .f45 {
        font-size: 2.25rem;
    }
    .f40 {
        font-size: 2rem;
    }
    .f36,
    .f35 {
        font-size: 1.625rem;
    }
    .f30 {
        font-size: 1.5rem;
    }
    .f28 {
        font-size: 1.7rem;
    }
    .f26, .f25, .f24 {
        font-size: 1.25rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .btn.btn-second {
        font-size: 1.125rem;
        margin: 0;
    }
    .btn.btn-second::after {
        right: -1.25rem;
        width: .75rem;
        height: .75rem;
    }
    .p-mobile {
        padding: 4rem 0!important;
    }
}
@media (max-width: 991px) {
    .scroll-anchor {
        padding-top: 4rem;
        margin-top: -4rem;
    }
}
@media (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul li {
        font-size: 1rem;
    }
    a.learn-more {
        padding: .5rem 1.75rem;
    }
    .f80 {
        font-size: 3rem;
    }
    .f60 {
        font-size: 2rem;
    }
    .f50 {
        font-size: 2rem;
    }
    .f45 {
        font-size: 1.625rem;
    }
    .f40 {
        font-size: 1.5rem;
    }
    .f36,
    .f35 {
        font-size: 1.375rem;
    }
    .f30 {
        font-size: 1.25rem;
    }
    .f28 {
        font-size: 1.25rem;
    }
    .f26, .f25, .f24 {
        font-size: 1.125rem;
    }
    .f22 {
        font-size: 1.0625rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .btn {
        font-size: 1.25rem;
        padding: 0;
        margin: .5rem 0;
    }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: #fff;
    padding: 2rem 0;
}
.navbar .navbar-brand {
    width: 18.75rem;
    padding: 0;
    margin: 0 .9375rem;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .fas {
    color: #003763;
    transform: scale(1.25, 1.25);
    padding: .5rem;
}
.navbar .nav-link {
    color: #0D4C80;
    font-size: 1.375rem;
    font-weight: 600;
    padding: .125rem 0!important;
    margin: auto 1.875rem;
}
@media (min-width: 992px) {
    #home_page .navbar:not(.navbar-min) {
        background-color: transparent;
    }
    #about_page .navbar:not(.navbar-min),
    #strategy_page .navbar:not(.navbar-min),
    #team_page .navbar:not(.navbar-min) {
        border-bottom: 1px solid #0D4C80;
    }
    .navbar.navbar-min {
        background-color: #fff;
        padding: .75rem 0;
        box-shadow: 0 0 2rem rgb(0 0 0 / 25%);
    }
    .navbar.navbar-min .navbar-brand {
        width: 16rem;
    }
    #home_page .navbar:not(.navbar-min) .navbar-brand img {
        filter: brightness(0) invert(1);
    }
    .navbar .nav-link {
        border-bottom: 2px solid transparent;
    }
    .navbar .nav-link:hover,
    .navbar .nav-link.active {
        border-bottom: 2px solid #00AEEF;
    }
    .navbar .nav-link.nav-inv {
        padding: .5rem 2rem!important;
        border: 4px solid #00AEEF;
    }
    .navbar .nav-link.nav-inv:hover {
        color: #fff;
        background-color: #00AEEF;
    }
    #home_page .navbar:not(.navbar-min) .nav-link {
        color: #fff;
    }
}
@media (min-width: 1400px) {
    .navbar .nav-link.nav-inv {
        margin-left: 8rem;
        padding: .5rem 4rem!important;
    }
}
@media (max-width: 1399px) {
    .navbar {
        padding: 1.5rem 0;
    }
    .navbar .navbar-brand {
        
    }
    .navbar .nav-link {
        margin: auto 1rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        padding: .5rem 0;
        box-shadow: 0 0 2rem rgb(0 0 0 / 25%);
    }
    .navbar .navbar-brand {
        width: 10rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0 .5rem;
        margin: 0;
    }
    .navbar .nav-link {
        font-size: 1.125rem;
        font-weight: 400;
        margin: 0 0 .125rem;
    }
}





/*------------------------------
           FP Navbar
------------------------------*/
#fp-nav ul li .fp-tooltip {
    display: none;
}





/*------------------------------
            Header
------------------------------*/
header {
    z-index: 3;
    position: relative;
}
/* #about_page header,
#strategy_page header {
    position: absolute;
    top: 15.5rem;
    width: 100%;
} */
#contact_page header {
    background-color: #003763;
}
header .content {
    padding: 8rem 0 0;
}
header h1 {
    position: relative;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    max-width: 34rem;
    padding: 1.25rem 0 1.5rem;
    margin: 0;
}
header h1::before {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100%;
    content: '';
    background-color: #0D4C80;
    border-bottom-right-radius: 3rem;
}
@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    
}






/*------------------------------
            Home
------------------------------*/
.home .carousel-item {
    position: relative;
}
.home .container {
    z-index: 3;
    position: relative;
}
.home .content {
    height: 100vh;
    min-height: 40rem;
    padding: 8rem 0;
}
.home h1 {
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    margin: 30vh 0 1.25rem;
}
.home h2 {
    display: inline-block;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin: 3rem auto 0 0;
    transition: all .6s ease-out;
    opacity: 0;
}
.home .carousel-item.active h2 {
    opacity: 1;
    margin: 0 auto 0 0;
}
.home .video {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .video::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .25);
}
.home .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about_page .section:nth-child(1) {
    background-color: #003763;
}
.sector-focus {
    color: #fff;
    background-color: #003763;
    padding: 7rem 0 1rem;
}
.sector-focus h5 i {
    color: #79DBFF;
    font-family: 'Playfair Display', sans-serif;
}
.sector-focus a {
    opacity: .75;
}
.sector-focus a:hover {
    opacity: 1;
}
.sector-focus .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.sector-focus svg {
    max-width: 100%;
}
.sector-focus path {
    opacity: 0;
    transition: all .9s ease-out;
}
.fp-viewing-Main .sector-focus path {
    opacity: 1;
}
.fp-viewing-Main #Path_10 {
    transition-delay: .4s;
}
#Path_10:hover {
    opacity: 1;
}
#Path_10:hover ~ #Path_98 {
    fill: #00AEEF;
    opacity: 1;
}
.fp-viewing-Main #Path_11 {
    transition-delay: 1s;
}
#Path_11:hover {
    opacity: 1;
}
#Path_11:hover ~ #Path_101 {
    fill: #00AEEF;
    opacity: 1;
}
.fp-viewing-Main #Path_12 {
    transition-delay: .8s;
}
#Path_12:hover {
    opacity: 1;
}
#Path_12:hover ~ #Path_100 {
    fill: #00AEEF;
    opacity: 1;
}
.fp-viewing-Main #Path_13 {
    transition-delay: 1.2s;
}
#Path_13:hover {
    opacity: 1;
}
#Path_13:hover ~ #Path_97 {
    fill: #00AEEF;
    opacity: 1;
}
.fp-viewing-Main #Path_14 {
    transition-delay: .6s;
}
#Path_14:hover {
    opacity: 1;
}
#Path_14:hover ~ #Path_99 {
    fill: #00AEEF;
    opacity: 1;
}
.differentiated-approach {
    text-align: center;
    padding: 5rem 0;
}
.differentiated-approach h3 {
    color: #003763;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 1.875rem;
}
.differentiated-approach p:last-child {
    margin-bottom: 0;
}
.evergreen-approach {
    padding-bottom: 5rem;
}
.evergreen-approach .content {
    position: relative;
    height: 100%;
    color: #fff;
    background-color: #003763;
    text-align: center;
    border-radius: 1rem;
}
.evergreen-approach .info {
    display: flex;
    flex-direction: column;
    width: 29rem;
    max-width: 100%;
    height: 100%;
    padding: 3rem 1rem;
    margin: 0 auto;
}
.evergreen-approach h5 {
    color: #00AEEF;
    font-family: 'Playfair Display', sans-serif;
    margin: 1rem 0 3rem;
}
.evergreen-approach p {
    margin-bottom: 2rem;
}
.evergreen-approach .img-container {
    position: relative;
    width: 10rem;
    height: 10rem;
    margin: auto auto 0;
}
.evergreen-approach svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (min-width: 768px) {
    .evergreen-approach .col-md-4:nth-child(2) .content {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}
@media (min-width: 992px) {
    .sector-focus .img-container {
        padding-top: 4rem;
    }
    .sector-focus p {
        padding-right: 1rem;
    }
}
@media (min-width: 1399px) {
    .evergreen-approach p {
        font-size: 1.375rem;
    }
}
@media (max-width: 991px) {
    .sector-focus h5 {
        margin-bottom: 3rem;
    }
    .sector-focus .content {
        padding-top: 4rem;
    }
}
@media (max-width: 767px) {
    .sector-focus .content {
        padding-top: 1rem;
    }
    .sector-focus h5.f36 {
        font-size: 1.125rem;
    }
    .sector-focus svg {
        height: 100%;
    }
    .evergreen-approach .content {
        margin-bottom: 1rem;
        height: calc(100% - 1rem);
    }
    .evergreen-approach .info {
    }
}





/*------------------------------
        Icon Animation
------------------------------*/
@media(min-width: 768px) {
    #icon-collaboration #Polygon_1,
    #icon-collaboration circle {
        opacity: 0;
        transition: all .3s ease-out;
    }
}
body.fp-viewing-Focus #icon-collaboration #Polygon_1 {
    opacity: 1;
    transition-delay: 1s;
}
body.fp-viewing-Focus #icon-collaboration #Ellipse_2,
body.fp-viewing-Focus #icon-collaboration #Ellipse_3 {
    opacity: 1;
    transition-delay: 1.2s;
}
body.fp-viewing-Focus #icon-collaboration #Ellipse_4,
body.fp-viewing-Focus #icon-collaboration #Ellipse_6 {
    opacity: 1;
    transition-delay: 1.4s;
}
body.fp-viewing-Focus #icon-collaboration #Ellipse_5,
body.fp-viewing-Focus #icon-collaboration #Ellipse_7 {
    opacity: 1;
    transition-delay: 1.6s;
}

@media(min-width: 768px) {
    #icon-alignment path {
        opacity: 0;
        transition: all .3s ease-out;
    }
}
body.fp-viewing-Focus #icon-alignment path:nth-child(1) {
    opacity: 1;
    transition-delay: 1s;
}
body.fp-viewing-Focus #icon-alignment path:nth-child(3) {
    opacity: 1;
    transition-delay: 1.2s;
}
body.fp-viewing-Focus #icon-alignment path:nth-child(4) {
    opacity: 1;
    transition-delay: 1.4s;
}
body.fp-viewing-Focus #icon-alignment path:nth-child(2) {
    opacity: 1;
    transition-delay: 1.6s;
}

#icon-perspective {
    opacity: .5;
}
@media(min-width: 768px) {
    #icon-perspective path {
        opacity: 0;
        transition: all .3s ease-out;
    }
}
body.fp-viewing-Focus #icon-perspective path:nth-child(1) {
    opacity: 1;
    transition-delay: 1s;
}
body.fp-viewing-Focus #icon-perspective path:nth-child(2) {
    opacity: 1;
    transition-delay: 1.4s;
}
@media(max-width: 767px) {
    .evergreen-approach h5 {
        margin: 1rem 0 2rem;
    }
    .evergreen-approach .img-container {
        width: 8rem;
        height: 8rem;
    }
}





/*------------------------------
            About
------------------------------*/
.about h3 {
    color: #003763;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 2.25rem;
}
.about .img-container {
    height: 100vh;
    width: calc(50vw - 5.625rem);
    margin-left: 5rem;
    border-left: 10px solid #00AEEF;
}
.about p i {
    color: #00AEEF;
    font-weight: 600;
}
@media (min-width: 992px) {
    .section:nth-child(even) .about .col-lg-6:first-child {
        order: 2;
    }
    .section:nth-child(even) .about .col-lg-6:last-child {
        order: 1;
    }
    .section:nth-child(even) .about .img-container {
        float: right;
        margin-left: 0;
        margin-right: 5rem;
        border-left: none;
        border-right: 10px solid #00AEEF;
    }
    .about p {
        font-size: 1.5rem;
        margin-bottom: 1.75rem;
    }
}
@media (max-width: 991px) {
    .about .img-container {
        height: 20rem;
        width: 100%;
        margin: 0;
        border: none;
    }
}





/*------------------------------
            Team
------------------------------*/
.team {
    position: relative;
    padding: 5rem 0;
    margin-top: 8rem;
}
.team h3 {
    color: rgb(255 255 255 / .3);
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 2rem;
}
.team .person {
    cursor: pointer;
    margin-top: 3rem;
}
.team .person img {
    width: 19.625rem;
}
.team .person .info {
    text-align: center;
    width: 100%;
    padding: 1.875rem;
}
.team .name {
    color: #003763;
    font-weight: 600;
    margin-bottom: .5rem;
}
.team .title {
    color: #313131;
    margin-bottom: 0;
}
@media(min-width: 1200px) {
    .team .col-lg-4:nth-child(5) {
        margin-right: 1%;
    }
    /* .team .col-lg-4:nth-child(9) {
        margin-left: 1%;
    }
    .team .col-lg-4:nth-child(10) {
        margin-right: 1%;
    } */
}
@media(max-width: 991px) {
    .team {
        margin-top: 4rem;
    }
}
@media(max-width: 767px) {
    .team .person {
        margin-top: 1rem;
    }
    .team .person .info {
        padding: 1rem;
    }
    .team .name {
        margin-bottom: 0;
    }
}





/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -4rem;
    background-color: #4986B5;
}
.modal .nav .nav-item {
    background-color: #4986B5;
    padding: 1rem;
    border: none;
    margin: .5rem .25rem;
}
.modal .nav .nav-item:hover {
    opacity: .75;
}
.modal .nav .nav-item img {
    width: 1.5rem;
    height: 1.75rem;
}
.modal .modal-body {
    position: relative;
    background-color: #fff;
}
.modal .img-container {
    max-width: 100%;
}
.modal .info {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #4986B5;
    justify-content: start;
    padding: 2rem;
    box-shadow: 6px 0px 20px #00000021;
}
.modal .info .edu {
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.modal .info ul li {
    color: #fff;
}
.modal .info ul li a {
    color: #fff;
}
.modal .content {
    padding: 5rem 2.5rem;
}
.modal .name {
    color: #003763;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
}
.modal .title {
    color: #003763;
    margin: 0;
}
.modal hr {
    border-top: 1px solid #D6D6D6;
    margin: 1.25rem 0 2.5rem;
}
.modal-backdrop {
    background-color: #003763;
}
.modal-backdrop.show {
    opacity: .9;
}
@media (min-width: 1200px) {
    .modal p {
        font-size: 1.5rem;
        line-height: 1.8;
        margin-bottom: 1.75rem;
    }
}
@media (max-width: 991px) {
    .modal .nav {
        right: 0;
    }
    .modal .nav .nav-item {
        margin: 0 .25rem;
    }
    .modal .nav .nav-item img {
        width: 1.25rem;
        height: 1.5rem;
    }
    .modal .info {
        background-color: #fff;
        padding: 0;
    }
    .modal .content {
        padding: 1rem;
    }
    .modal hr {
        margin: 1rem 0 1.5rem;
    }
}





/*------------------------------
            Portfolio
------------------------------*/
#portfolio_page {
    padding-top: 5.5rem;
}
.portfolio .img-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 34rem;
}
.portfolio h3 {
    color: #0d4c80;
    font-family: 'Playfair Display', sans-serif;
    margin: auto auto 3rem;
}
.portfolio .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 32rem;
    padding: 3rem 0;
}
.portfolio p:last-child {
    margin-bottom: 0;
}
.portfolio p b {
    color: #00AEEF;
    font-weight: 600;
}
@media (min-width: 992px) {
    .portfolio .img-container {
        background-attachment: fixed!important;
    }
    .portfolio .row:first-child .img-container {
        background-position: center bottom -15%!important;
    }
}
@media (min-width: 1400px) {
    .portfolio p {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 767px) {
    .portfolio .img-container {
        height: 30rem;
    }
    .portfolio .content {
        min-height: 28rem;
    }
}





/*------------------------------
        Portfolio Modal
------------------------------*/
.modal#portfolioModal .port-tile {
    max-width: 20rem;
}
.modal .team-card-title {
    color: #003763;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.modal .team-card {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}
.modal .team-card .img-container {
    width: 5.9375rem;
    height: 5.9375rem;
    margin-right: .9375rem;
}
.modal .team-card .name {
    color: #003763;
    margin-bottom: .625rem;
}
.modal .team-card .title {
    color: #231F20;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .modal#portfolioModal .carousel-item {
        padding: 3rem 3rem 3rem 2rem;
    }
}





/*------------------------------
            Contact
------------------------------*/
.contact {
    flex: 1;
    position: relative;
    color: #fff;
    background-color: #003763;
    padding: 5rem 0;
    margin-top: 8rem;
}
.contact h3 {
    color: rgb(255 255 255 / .3);
    font-family: 'Playfair Display', sans-serif;
    max-width: 22rem;
    margin-bottom: 2rem;
}
.contact h4 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    margin-bottom: 2rem;
}
.contact address {
    line-height: 1.5;
    margin-bottom: 4rem;
}
.contact a {
    color: #00AEEF;
}
.opportunities {
    padding: 5rem 0;
    text-align: center;
}
.opportunities h3 {
    color: #003763;
    font-family: 'Playfair Display', sans-serif;
    text-shadow: 0 3px 2px #00000017;
    margin-bottom: 3.75rem;
}
.opportunities p a {
    color: #00AEEF;
}
.opportunities p:last-child {
    margin-bottom: 0;
}
.opportunities p b {
    font-weight: 600;
}
@media (min-width: 1400px) {
    .opportunities p {
        font-size: 1.625rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }
}
@media (max-width: 991px) {
    .contact {
        margin-top: 3rem;
    }
}





/*------------------------------
            Terms
------------------------------*/
.terms {
    padding: 5rem 0;
    margin-top: 8rem;
}
.terms h3 {
    color: #003763;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 2.25rem;
}
.terms h5 {
    color: #003763;
    font-weight: 600;
}
.terms p {
    margin-bottom: 1.75rem;
}
.terms ul {
    margin-bottom: 1.75rem;
}
@media (max-width: 1199px) {
    .terms {
        padding: 4rem 0;
    }
}






/*------------------------------
            Footer
------------------------------*/
footer {
    background-color: rgb(255 255 255 / .8);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: color;
    text-align: center;
    padding: 4.25rem 0 2.25rem;
}
footer img {
    width: 18.75rem;
    margin-bottom: 1.5rem;
}
footer h5 {
    color: #003763;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: .5rem;
}
footer address {
    color: #00AEEF;
    font-family: 'Playfair Display', sans-serif;
}
footer address a {
    color: #00AEEF;
}
footer address a:hover {
    color: #00AEEF;
    opacity: .85;
}
footer p {
    line-height: 1.6;
    margin: 0;
}
footer p a:hover {
    color: #00AEEF;
}
@media (max-width: 1399px) {
    footer {
        padding: 2rem 0 1rem;
    }
    footer img {
        width: 16rem;
        margin-bottom: 2rem;
    }
    footer h5.f35 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    footer address.f35 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
}