/*This css file contains custom css for this website, */
/*this is generally client-style specific*/

.nav-active-line {
    width: calc(100% - 1rem);
    height: 3px;
    border-radius: 2px;
    background: white;
    opacity: 1;
    position: absolute;
}
.nav-link {
    position: relative;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}





.rollover-wrapper {

}

.rollover-shade {
    /*background-color: rgba(0, 0, 0, 0.50);*/
    opacity: 0;
    transition: .5s;
}

.rollover-wrapper:hover .rollover-shade {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.rollover-title {
    /*background-color: rgba(0, 0, 0, 0.50);*/
    opacity: 1;
    transition: .5s;
    position: absolute;
    bottom: 0;
    height:16%;
    overflow:hidden;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000000;
}

.rollover-wrapper:hover .rollover-title {
    opacity: 1;
    height:100%;
    background-color: rgba(140, 93, 167, 0.9);
    color: #ffffff;
}

.rollover-title-extras {
    opacity: 0;
    height:0;
    overflow:hidden;
    transition:.25s;
    color: #000000;
}

.rollover-wrapper:hover .rollover-title-extras {
    opacity: 1;
    height:80px;
    transition:.25s;
    color: #ffffff;
}

.rollover-title-hidden {
    opacity: 0;
}

.rollover-title-hidden:hover {
    opacity: 1;
}

.team-div-line {
    width: 15%;
    height: 2px;
    border-radius: 2px;
    background: white;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0.3rem;
    outline: 0;
}

@media (max-width: 768px) {
    .absolute-top {
        background-color: rgba(0,0,0,.9) !important;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        padding-left:0.5rem;
    }
    .mx-auto-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}

.dropdown-toggle::after {
    display: none;
}


.btn-outline-primary {
    color: #8c5da7;
    background-color: transparent;
    background-image: none;
    border-color: #8c5da7;
    border-width: 2px;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #8c5da7;
    border-color: #8c5da7;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #8c5da7;
    border-color: #8c5da7;
}

.client-form-border {
    border: 3px solid #2c4a82;
}

.login-form-top-spacer {
    margin-top: 7rem;
}

.about-collapsible {
    height: 200px;
    overflow:hidden;
}
.about-expanded {
    height: 250px;
    transition: .5s;
}

.summary {
    font-size: 14px;
    line-height: 1.5;
}

.summary div.collapse:not(.show) {
    height: 126px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.summary div.collapsing {
    min-height: 126px !important;
}

.summary  {
    content: '+ Read More';
}

.summary a.collapsed:after  {
    content: '+ Read More';
}

.summary a:not(.collapsed):after {
    content: '- Read Less';
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: transparent;
    border-radius: 0.2rem;
    border:1px solid #fff;
}

.modal-backdrop {
    background-color: #000000;
}

.modal-backdrop.show {
    opacity: 0.75;
}

a.no-underline {
    text-decoration: none;
}

.news-block > .markdown-wrapper > p {
    margin-bottom: 1rem;
}

a.cc-btn.cc-dismiss {
    padding: 1.5rem 2rem;
    text-transform: uppercase;
}
