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

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

*::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{
    font-family: 'Source Sans Pro', sans-serif!important;
}

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;*/
}

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-item {
    min-width: 300px;
    margin-left:auto;
    margin-right:auto;
}

.nav-active-line {
    width: calc(100% - 1rem);
    height: 3px;
    border-radius: 2px;
    background: pink;
    opacity: 1;
    position: absolute;
}
.nav-link {
    position: relative;
}

.nav-link-active {
    background:#C14191;
}
.navbar-toggler:focus {
    outline:none!important;
}
.nav-link-active .nav-link-custom {
    color:white !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    /*text-shadow: 0px 0px 5px #000;*/
}

.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: 425px) {
    /*.map-contact{*/
    /*    height: 240px!important;*/
    /*    width: 275px!important;*/
    /*}*/
}

@media (max-width: 768px) {
    .absolute-top {
        background-color: rgba(0,0,0,.9) !important;
    }
    .banner-size-mobile{
        min-height: 30vh!important;
    }
    .home-banner-size-mobile{
        min-height: 50vh!important;
    }
    .homepage-banner-text{
        bottom: 25%!important;
    }
    .home-banner-text-mobile{
        font-size: 1.2rem!important;
    }
    .slick-left{
        top: 40%!important;
        width: 25px!important;
    }

    .slick-right {
        top: 40%!important;
        width: 25px!important;

    }
}

@media (max-width: 991px) {
    .logo-mobile {
        width: 100px;
    }
}

@media (max-width: 600px) {
    .page-title {
        display: none;
    }
}

@media (max-width: 1024px) {
    .banner-size-mobile{
        min-height: 30vh!important;
    }
    .banner-text-mobile{
        font-size: 2rem!important;
    }
}

@media (max-width: 1200px) {
    /*.map-contact{*/
    /*    height: 260px!important;*/
    /*    width: 307px!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);*/
    /*color: #3A4294;*/
    color: #c14191;
    text-decoration: none!important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: .3s;
}

a:hover {
    /*color: var(--client-primary);*/
    color: #3A4294;
    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;
}

.directory_ro_image .directory_ro_shade {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.85);
    transition: 150ms;
}

.directory_ro_image:hover .directory_ro_shade {
    opacity: 0;
}

.directory_ro_image:hover .directory_ro_text {
    color:white;
    /*text-shadow: 0 0 #000;*/
    -webkit-text-stroke: 1px #7a7a7a;
    text-stroke: 1px #7a7a7a;
}

.btn-lightblue {
    color: #fff;
    background-color: #419fc1;
    border-color: #419fc1;
}
.btn-lightblue:hover {
    color: #fff;
    background-color: #3283a1;
    border-color: #3283a1;
}

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

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

.cc-btn {
    min-width: 160px;
}

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

.cc-banner .cc-message {
    font-size: 1.1rem;
}
.cc-btn.cc-dismiss {
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 20px;
}

.cc-link{
    opacity: 1!important;
}
.cc-link:hover{
    text-decoration: underline!important;
}

.navbar-custom{
    color: #000;
}

.nav-link-custom{
    text-transform: uppercase;
    color: #3A4294!important;
    padding-bottom: 3px;
    transition: 0s!important;
}
.nav-link-custom:hover{
    border-bottom: 3px solid #C14191;
    /*color: #3A4294!important;*/
    padding-bottom: 2px;
}

.directory-search-box {
    /*min-width:350px;*/
}

@media only screen and (max-width: 575px) {
    .directory-search-box {
        /*width:200px;*/
    }
}


.underline{
    border-bottom: 3px solid #C14191;
}

.text-client {
    color: #C14191;
    font-weight: 600;
}

/*.footer-link{*/
/*    transition: .3s;*/
/*    !*text-decoration: none!important;*!*/
/*}*/
/*.footer-link:hover{*/
/*    !*color: #C14191!important;*!*/
/*    text-decoration: underline!important;*/
/*}*/

.footer-link:hover{
    border-bottom: 2px solid #C14191;
    /*padding-bottom: 2px;*/
}

.bg-lightgrey{
    background-color: #F3F3F3;
}

.slick-left{
    position: absolute;
    left: 2%;
    top: 35%;
    z-index: 1;
    cursor: pointer;
    width: 40px;
}

.slick-right {
    position: absolute;
    right: 2%;
    top: 35%;
    z-index: 1;
    cursor: pointer;
    width: 40px;

}

.homepage-banner-text{
    bottom: 40%;
    left: 25%;
    color: white;
    text-shadow: 0 0 10px black;
}

.banner-text{
    bottom: 20%;
    left: 10%;
    color: white;
    text-shadow: 0 0 10px black;
}

.bg-orange-client{
   background-color: #ED7D31;
}

.bg-grey-client{
    background-color: #A5A5A5;
}
.bg-green-client{
    background-color: #70AD47;
}
.bg-blue-client{
    background-color: #5B9BD5;
}
.bg-yellow-client{
    background-color: #FFC000;
}

.testimonial-rectangle{
    height: 240px;
    display: flex;
    align-items: center;
    font-size: 21px;
    color: white;
    text-align: center;
    justify-content: center;
    padding-top:16px;
}

.font-weight-bolder{
    font-weight: 800;
}

.modal-close{
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #C14191;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    transition: .3s;
}
.modal-close:hover{
    background-color: #3A4294;
}

.modal-footer#teamFooter{
    border-top: none;
    padding-top: 0;
}

.icon-contact{
    font-size: 70px;
    color: #C14191;
}

.icon-contact-text{
   font-size: 22px;
    text-transform: uppercase;
    color: #C14191;
}

.icon-contact-email{
    font-size: 20px;
    text-decoration: none!important;
    transition: .3s;
}

.icon-contact-email:hover{
    color: #C14191;
}

.map-text{
    font-size: 20px;
    text-transform: uppercase;
    color: #C14191;
}

.map-contact{
    border: 1px solid #3A4294;
    height: 366px;
    /*width: 350px;*/
    width: 100%;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 3px solid #3A4294;
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header#programmesHeader{
    border-bottom: 2px solid rgba(193, 65, 145, 0.3)!important;
}

.login-button{
    /*font-size: 12px;*/
    letter-spacing: 1px;
    background-color: #C14191;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    transition: .3s;
}
.login-button:hover{
    background-color: #3A4294;
}

.programmes-link{
    transition: .25s;
}
.programmes-link:hover{
    color: #3A4294!important;
}

.ar-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background-position: center;
    background-size: cover;
}

.ar-thumb-overlay {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
}

.ar-banner,
.ar-home-banner {
    position: relative;
    width: 100%;
    padding-top: 39.06%; /* 1920 x 750 */
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 575px) {
    .ar-banner, .ar-home-banner {
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
    }
}

.ar-banner-overlay,
.ar-home-banner-overlay {
    position:  absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
}

.ar-home-banner-overlay {
    top:0;
}

.infobox {
    border-radius: 1.25rem;
    overflow:hidden;
}

.infobox-directory {
    padding-bottom:75%;
    position: relative;
}

.infobox-directory:hover {
    border-color: pink;
}

.infobox-img {
    background-image: url("/images/offers.jpg");
    background-size: cover;
    padding-bottom:28%;
}

.infobox-header-img {
    background-image: url("/images/offers.jpg");
    background-size: cover;
    padding-bottom:100%;
}

.markdown-wrapper h1,
.markdown-wrapper h2,
.markdown-wrapper h3,
.markdown-wrapper h4,
.markdown-wrapper h5,
.markdown-wrapper h6 {
    color: #C14191;
    font-weight: bold;
    margin-bottom:1rem;
}

.markdown-wrapper img {
    max-width: 100%;
}

.text-pink {
    color: #C14191 !important;
}

.media-thumbnail-wrapper {
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    background-size: cover;
    position:relative;
}

.media-thumbnail-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.55);*/
    transition: .5s
}

.video-button{
    opacity: 0.7;
    transition: ease-in-out 0.2s;

}
.video-button:hover{
    opacity: 1;
    cursor: pointer;
}


/*.spacetest {*/
/*    background-color: greenyellow;*/
/*}*/

/*.spacetest-h {*/
/*    background-color: orange;*/
/*}*/


.modal-max {
    max-width: 80%;
}

.flag_icon {
    transform: translateY(-2px);
    height:18px;
    margin-right:4px;
}

.pledge-input::placeholder {
    color: #bebebe;
    font-style: italic;
    text-align: center;
}

.pledge-ribbon {
    position: absolute;
    top:0;
    right:0;
    width:90px;
    padding:.5rem;
    transform: translateX(-10px);
}

.pledge-card {
    /*padding-left: 5rem;*/
    /*padding-right: 5rem;*/
}

.btn {
    white-space: normal;
}

@media only screen and (min-width: 600px) {
    .min-350-desktop {
        min-width: 350px;
    }
}
