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

*::selection {
    /* When highlighting text with mouse */
    /* Value is based on client colours (!ch) */
    background: rgba(74, 187, 189, 0.5);
}

*::-moz-selection {
    /* When highlighting text with mouse */
    /* Value is based on client colours (!ch) */
    background: rgba(74, 187, 189, 0.5);
}

body, p {
    /* Standard text colour (!ch) */
    color: #212121;
    /* Standard font (!ch) */
    font-family: 'Lato', sans-serif;

    /*background-image: linear-gradient(to right, #d07245, #c44878);*/
    /*background-image: url('/images/dot-background.jpg');*/
    /*background-image: url('/images/background-2023.jpg');*/
    background-image: url('/images/background-2024.jpg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .col-md-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-40 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .hd-md-100 {
        height: 100%;
    }

}

footer {
    /* Keep a good margin above the footer after page content */
    /*margin-top:4rem;*/
    /* Footer background colour (!ch) */
    background-color: transparent;
    /* General client-based footer styles (!ch) */
    /*border-top: 1px solid #4ABBBD;*/
    /*padding-top: 1.5rem;*/
    /*background-color: #c5477b;*/
}

footer, footer p{
    /* Keep text and hyperlinks one colour */
    color: #282828 !important;
}

footer a {
    /* Keep text and hyperlinks one colour */
    color: #ffffff !important;
}

.title-info-heading {
    /* Inheriting Lato from body for Film London */
    font-family: inherit;
    /* 500 used for Film London Lato Medium */
    font-weight: 600;
    /* No bottom margin so that the heading is directly above the info */
    margin-bottom: 0;
}

.title-info {
    /* Inheriting Lato from body for Film London */
    font-family: inherit;
    /* 400 used for Film London Lato Regular */
    font-weight: 400;
}

.nav-active-line {
    width: calc(100% - 1rem);
    height: 3px;
    border-radius: 2px;
    background: pink;
    opacity: 1;
    position: absolute;
}
.nav-link {
    position: relative;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    /*text-shadow: 0px 0px 5px #000;*/
}

h1, h2 {
    color: #4ABBBD;
    color: #282828;
}

.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:64px;*/
    }
    .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;
}

a {
    color: var(--client-primary);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: var(--client-primary);
    text-decoration: underline;
}

.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: #cb625f;
}

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

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #4ABBBD;
    border-color: #4ABBBD;
}

.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: #4ABBBD;
    border-color: #4ABBBD;
}

.btn-custom {
    /*background-color: #c5477b;*/
    /*border-color: #c5477b;*/
    background-color: #e6397b;
    border-color: #e6397b;
}
.btn-custom:hover {
    background-color: #c5477b;
    border-color: #c5477b;
}

.client-form-border {
    border: 3px solid #4ABBBD;
}

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

.toast {
    width: 250px;
}

.nav-link {
    font-size: 1.2em;
}

.cc-message, .cc-dismiss {
    font-size: 1.25rem!important;
}

.header-logo-size {
    max-width: 250px;
}
@media (max-width: 567px){
    .header-logo-size {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .min-w-lg-400 {
        max-width: 400px!important;
    }
    footer {
        background-color: #d53779;
    }
}