﻿.introVideo {
    max-width: 100%;
    max-height: 400px;
    padding: .2em;
    border-radius: 1em;
    border: 2px solid #095CD3;
    margin: 1em;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 5px
}

.profile .profile-header {
    position: relative
}

    .profile .profile-header .profile-header-cover {
        background: url(/Images/longlogowithbgcolor.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 12.625rem;
        position: relative;
        background-position-x: 8.75rem;
        background-color: rgb(9, 92, 211);
        background-size: 95%;
    }
    
@media (max-width:991.98px) {
    .profile .profile-header .profile-header-cover {
        background-origin: content-box;
        padding: 0 4em;
        background-size: contain;
        background-position-x: 7.5rem;
    }
}

.btn-cstm-very-small {
    
    padding: .1rem .3rem .1rem .3rem;
}

@media (max-width:767.98px) {
    .profile .profile-header .profile-header-cover {
        height: 6.25rem;
        background-position-x: 0rem !important;
    }

    .btn-cstm-very-small {
        padding: .0rem .16rem .0rem .16rem;
        font-size: x-small;
    }
}

.profile .profile-header .profile-header-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile .profile-header .profile-header-content {
    position: relative;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

@media (max-width:767.98px) {
    .profile .profile-header .profile-header-content {
        display: block;
        padding: 0 20px
    }
}

.profile .profile-header .profile-header-content .profile-header-img {
    max-width: 12.5rem;
    max-height: 12.5rem;
    overflow: hidden;
    z-index: 10;
    margin-top: -9.75rem;
    padding: .1875rem;
    background: #fff;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 15px;
}

@media (max-width:767.98px) {
    .profile .profile-header .profile-header-content .profile-header-img {
        max-width: 4.375rem;
        max-height: 4.375rem;
        margin: -3.75rem 0 0
    }
}

.profile .profile-header .profile-header-content .profile-header-img img {
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.profile .profile-header .profile-header-content .profile-header-tab {
    position: relative;
    margin-left: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:767.98px) {
    .profile .profile-header .profile-header-content .profile-header-tab {
        margin: .375rem -20px 0;
        padding: 0 20px;
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.profile .profile-header .profile-header-content .profile-header-tab .nav-item .nav-link {
    padding: .8125rem .625rem .5625rem;
    text-align: center
}

@media (max-width:767.98px) {
    .profile .profile-header .profile-header-content .profile-header-tab .nav-item .nav-link {
        padding: .9375rem .625rem .3125rem
    }
}

.profile .profile-header .profile-header-content .profile-header-tab .nav-item .nav-link .nav-field {
    font-weight: 600;
    font-size: .8125rem
}

@media (max-width:767.98px) {
    .profile .profile-header .profile-header-content .profile-header-tab .nav-item .nav-link .nav-field {
        font-size: .6875rem;
        margin-bottom: -.125rem
    }
}

.profile .profile-header .profile-header-content .profile-header-tab .nav-item .nav-link .nav-value {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.5px
}

@media (max-width:767.98px) {
    .profile .profile-header .profile-header-content .profile-header-tab .nav-item .nav-link .nav-value {
        font-size: 1.125rem
    }
}

.profile .profile-header .profile-header-content .profile-header-tab .nav-item .nav-link.active {
    color: #4e73df;
    border-color: #4e73df;
}

@media (max-width:767.98px) {
    .profile .profile-header .profile-header-content .profile-header-tab .nav-item .nav-link.active {
        background: 0 0
    }
}

.profile .profile-header .profile-header-content .profile-header-tab .nav-item + .nav-item {
    margin-left: .9375rem
}

.profile .profile-container {
    padding: 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767.98px) {
    .profile .profile-container {
        padding: 20px 20px
    }
}

.profile .profile-container .profile-sidebar {
    width: 13.75rem
}

@media (max-width:1012px) {
    .profile .profile-container .profile-sidebar {
        display: none
    }
}

.profile .profile-container .profile-content {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:767.98px) {
    .profile .profile-container .profile-content {
        padding-left: 0
    }
}

@media (max-width: 575.98px) {
    .profile-header-img {
        position: unset !important;
    }

    .small-screen-dropdown-fix {
        left: 10px !important;
    }
}

.profile .profile-img-list {
    list-style-type: none;
    margin: -.0625rem -1.0625rem;
    padding: 0
}

    .profile .profile-img-list:after, .profile .profile-img-list:before {
        content: '';
        display: table;
        clear: both
    }

    .profile .profile-img-list .profile-img-list-item {
        width: 25%;
        padding: .0625rem;
        float: left
    }

        .profile .profile-img-list .profile-img-list-item.main {
            width: 50%
        }

        .profile .profile-img-list .profile-img-list-item .profile-img-list-link {
            display: block;
            padding-top: 75%;
            overflow: hidden;
            position: relative
        }

            .profile .profile-img-list .profile-img-list-item .profile-img-list-link .profile-img-content, .profile .profile-img-list .profile-img-list-item .profile-img-list-link img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                max-width: 100%;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat
            }

                .profile .profile-img-list .profile-img-list-item .profile-img-list-link .profile-img-content:before, .profile .profile-img-list .profile-img-list-item .profile-img-list-link img:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    border: 1px solid rgba(60,78,113,.15)
                }

        .profile .profile-img-list .profile-img-list-item.with-number .profile-img-number {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            color: #fff;
            font-size: 1.625rem;
            font-weight: 500;
            line-height: 1.625rem;
            margin-top: -.8125rem;
            text-align: center
        }

.hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hover-scale:hover {
        transform: translateY(-5px);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.1);
    }