/* MAIN */
a {
    color: #18345D;
}

a:hover {
    color: #76849c;
}

.header {padding: 16px 0;background: #FFFFFF;border-bottom: 1px solid #0a3b68;min-height: 92px;position: fixed;top: 0;left: 0;right: 0;z-index: 1001;}
.main {padding-top: 92px;}

.footer {padding: 80px 0;background: #18345D;color: #ffffff;}
.footer a {color: #FFFFFF;}
.footer a:focus,
.footer a:hover {color: #76849c;}
.footer a.phone-link > span { font-size: 18px;float: left;padding: 3px 8px 0 0;}

.sub-footer {border-top: 1px solid #5f718c;margin: 60px 0 0;padding: 40px 0 0;}
.sub-footer p {font-size: 13px;}

/* NAV */
.navbar-light .navbar-nav .nav-link {    color: #18345D;font-weight: 600;}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {color: #76849c;}

.investor-link {font-weight: 400;color: #76849c;}
.investor-link:focus,
.investor-link:hover {color: #18345D;}
.investor-link > span {font-size: 14px;float: left;padding: 5px 12px 0 0;}

@media only screen and (max-width: 979px) {
    .investor-link {
        border-top: 1px solid #e8e8e8;
        padding-top: 24px;
        margin-top: 24px;
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
}

/* SECTION */
.section {position: relative;padding: 32px 16px;}
.section:not(.full-width) {background: #f6f7f9;margin: 16px;border-radius: 8px;}
.section.section-01 {background: url(../images/bg_lines.svg) no-repeat right bottom / 50% auto #f6f7f9;}

/* HOMEPAGE */
.splash {color: #ffffff;background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/img_splash-1.jpg) no-repeat center / cover;}
.splash > .container,
.splash > .container > .row {height: 100%}
.splash h1 * {display: block;}
.special-header > span {display: block; font-family: "DMSans",sans-serif;font-size: 14px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 12.6px;text-transform: uppercase;}

#splash_home {background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/img-sp-home.jpg) no-repeat center / cover;}
#splash_about {background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/img-sp-about.jpg) no-repeat center / cover;}
#splash_strategy {background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/img-sp-strategy.jpg) no-repeat center / cover;}
#splash_portfolio {background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/img-sp-portfolio.jpg) no-repeat center / cover;}
#splash_contact {background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/img-sp-contact.jpg) no-repeat center / cover;}
#splash_news {background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/img-sp-news.jpg) no-repeat center / cover;}


.callout-bucket {background: #f6f7f999;padding: 24px;border-radius: 2px;box-shadow: 5px 7px 20px -14px #e8e8e8;border: 1px solid #e8e8e8;text-align: center;}

.callout-bucket h3 > span {font-size: 48px;line-height: 48px;font-family: "DMSerifDisplay", sans-serif;display: block;}
.callout-bucket h3 > strong {font-size: 16px;font-weight: normal;display: block;}

.section.bg-white .callout-bucket {background: #FFFFFF85;}
.compressed-container {max-width: 1080px;margin: 0 auto;}

.image-callout {
    max-width: 1080px;margin: 0 auto;padding: 32px;border-radius: 8px;
    background:linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('https://www.leoncapitalgroup.com/wp-content/uploads/2023/08/hero_bg.jpg') no-repeat bottom / cover;
}
.image-callout h4,
.image-callout p {color: #ffffff;}
.image-callout p {max-width: 540px;margin: 0 auto 40px;}

.bucket.case-study-bucket {position: relative;background-repeat: no-repeat;background-position: center center;background-size: cover;background-color: #e8e8e8;height: 320px;padding: 24px;}
.bucket.case-study-bucket * {z-index: 2; position: relative; }
.bucket.case-study-bucket:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(24,52,93);
    background: -moz-linear-gradient(135deg, rgba(24,52,93,1) 0%, rgba(24,52,93,0) 100%);
    background: -webkit-linear-gradient(135deg, rgba(24,52,93,1) 0%, rgba(24,52,93,0) 100%);
    background: linear-gradient(135deg, rgba(24,52,93,1) 0%, rgba(24,52,93,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18345d",endColorstr="#18345d",GradientType=1);
    z-index: 1;
}

.bucket.news-bucket {
    margin-bottom: 32px;
}
.bucket.news-bucket .news-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e8e8e8;
    height: 180px;
    cursor: pointer;
}

.bucket.asset-bucket .asset-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e8e8e8;
    height: 240px;
}

.bucket.news-bucket .news-title {
    min-height: 80px;
}

.map-wrapper {border-radius: 16px; padding: 32px; background: white; border: 1px solid #18345d;box-shadow: 0 20px 20px -23px #999999;}
.map-wrapper .media-wrapper {height: 360px;border-radius: 16px;overflow: hidden;}

.form-wrapper {background: rgba(355,355,355,0.85);padding: 24px;border-radius: 4px;box-shadow: 5px 7px 20px -14px #e8e8e8;border: 1px solid #18345d;}
.form-wrapper .form-row {margin-bottom: 8px;}
.form-wrapper h5,
.form-wrapper .h3 {color: #18345d}
.form-wrapper .h3 {font-size: 16px;line-height: 20px;margin-bottom: 8px;margin-top: 10px;}
.form-wrapper .form-control:focus {outline: none; box-shadow: none;}

.team-member {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #e8e8e8;
    width: 100%; height: 0; padding-bottom: 100%;
    cursor: pointer;
    transition: background-size 0.25s ease-in-out;
}

.team-member:before {
    content: '';
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    z-index: 1;
    background: rgb(24,52,93);
    background: -moz-linear-gradient(35deg, rgba(24,52,93,1) 0%, rgba(24,52,93,0) 50%);
    background: -webkit-linear-gradient(35deg, rgba(24,52,93,1) 0%, rgba(24,52,93,0) 50%);
    background: linear-gradient(35deg, rgba(24,52,93,1) 0%, rgba(24,52,93,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18345d",endColorstr="#18345d",GradientType=1);
}
.team-member .meta {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #ffffff;
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 2;
}
.team-member .meta .name {
    font-size: 18px; margin-bottom: 4px;
}
.team-member .meta .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
}

.team-member .meta .learn-more {
    cursor: pointer;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out, margin-top 0.25s ease-in-out;
}

.team-member:hover {
    background-size: 105% auto;
}
.team-member:hover .meta .learn-more {
    opacity: 1;
    max-height: 10em;
    margin-top: 12px;
    transition: all 0.25s ease-in-out;
}

.team-member:hover .meta .learn-more:hover {color: #76849c;}
.team-member:hover .meta .learn-more span {
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-left: 8px;
}

.modal .modal-title {
    font-size: 18px;
}

.modal .modal-body h4 {
    font-size: 20px;
    line-height: 20px;
    font-family: "DMSerifDisplay", sans-serif;
    margin-bottom: 24px;
    font-weight: normal;
}


.abroad_slider .slick-slide {
    padding-right: 40px;
}

#slider_previous, #slider_next {
    position: static;
    margin: 0;
    font-size: 16px;
    border: 1px solid #76849c50;
    border-radius: 4px;
    text-align: center;
    transition: all 0.25s ease-in-out;
}
#slider_previous:hover,
#slider_next:hover {
    border-color: #18345d;
}

.abroad_slider .nav-btn {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
}

@media only screen and (min-width: 768px) {
    .section {padding: 54px 16px;}
    .image-callout {padding: 54px;}
    .callout-bucket.max-width-320 {max-width: 360px;}
    .callout-bucket h3 > span {font-size: 54px;line-height: 54px;}
}
@media only screen and (min-width: 1200px) {
    .section {padding: 80px 16px;}
    .image-callout {padding: 80px;}
    .callout-bucket h3 > span {font-size: 64px;line-height: 64px;}
    .form-wrapper {max-width: 480px;margin-left: auto;}
}