/*This css file contains custom css for this website, */
/*this is generally client-style specific*/
@import url(https://fonts.bunny.net/css?family=open-sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i);

body {
    font-family: 'Open Sans', sans-serif;
}

.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);
}

h1, h2 {
    color: dimgrey;
}

.rollover-wrapper {

}

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

.rollover-wrapper:hover .rollover-shade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
}
.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;
    }
}

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

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

a {
    color: #4296f0;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.dropdown-toggle:hover {
    text-decoration: none;
}

.impersonation-banner {
    height:32px;
    background-color: #c33333;
    color: white;
    font-size: .85rem;
    padding: 6px 0 10px 0;
}

.impersonation-banner a, .impersonation-banner a:hover {
    color: white;
}

#i2i-lightbox-modal-close {
    background-color: #058dc8;
}

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

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #058dc8;
    border-color: #058dc8;
}

.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: #058dc8;
    border-color: #058dc8;
}

.client-form-border {
    border: 3px solid #058dc8;
}

.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';
}

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

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

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

.ar-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
}

.ar-banner {
    padding-top: 41.66%;
}

@media only screen and (max-width: 600px) {
    .ar-banner {
        padding-top: 100%;
    }
}

.nav-darken {
    background: rgba(5,141,200,1) !important;
}

.trbl {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.rbl {
    left: 0;
    bottom: 0;
    right: 0;
}
