@font-face {
    font-family: "mencken-std-head-compress", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "mencken-std-head-compress", sans-serif;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "mencken-std-head-compress", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.font-mencken {
    font-family: "mencken-std-head-compress", sans-serif;
}

:root {
    --client-primary: #3A3B93;
    --client-secondary: #4A8CBC;
    --client-tertiary: #1D1D1D;
    --client-quaternary: #295d81;
    --client-quinary: #4B4575;
}

html {
    scroll-behavior: smooth;
}


.btn {
    /*display: inline-block;*/
    /*font-weight: 400;*/
    /*color: #212529;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
    /*cursor: pointer;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
    /*padding: .375rem .75rem;*/
    /*font-size: 1rem;*/
    /*line-height: 1.5;*/
    /*border-radius: .25rem;*/
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    border-radius: 1rem;
}

.text-client {
    color: var(--client-primary);
}

.btn-client-primary {
    color: #fff;
    background-color: var(--client-primary);
    border-color: var(--client-primary);
}

.btn-client-primary:hover {
    color: var(--client-primary);
    background-color: transparent;
    border-color: var(--client-primary);
}

.btn-client-primary:focus, .btn-client-primary.focus {
    box-shadow: 0 0 0 0.2rem transparent;
}

.btn-client-secondary {
    color: #fff;
    background-color: var(--client-secondary);
    border-color: var(--client-secondary);
}

.btn-client-secondary:hover {
    color: var(--client-secondary);
    background-color: transparent;
    border-color: var(--client-secondary);
}

.btn-client-secondary:focus, .btn-client-secondary.focus {
    box-shadow: 0 0 0 0.2rem transparent;
}

.btn-client-tertiary {
    color: #fff;
    background-color: var(--client-tertiary);
    border-color: var(--client-tertiary);
}

.btn-client-tertiary:hover {
    color: var(--client-tertiary);
    background-color: transparent;
    border-color: var(--client-tertiary);
}

.btn-client-tertiary:focus, .btn-client-tertiary.focus {
    box-shadow: 0 0 0 0.2rem transparent;
}

.btn-all {
    background-color: #ffffff;
    color: #3B3C95;
    border-color: #3B3C95;
    padding-top: 0.4rem !important;
}
.btn-all:hover,.btn-all.active,.btn-all.mixitup-control-active  {
    background-color: #3B3C95;
    color: #ffffff;
    border-color: #3B3C95;
}
.btn-all:focus, .btn-all.focus {
    box-shadow: 0 0 0 0.2rem transparent;
}

.btn-films {
    background-color: #ffffff;
    color: #000;
    border-color: #000;
    padding-top: 0.4rem !important;
}
.btn-films:hover,.btn-films.active,.btn-films.mixitup-control-active  {
    background-color: #000;
    color: #ffffff;
    border-color: #000;
}
.btn-films:focus, .btn-films.focus {
    box-shadow: 0 0 0 0.2rem transparent;
}


.bg-opacity-blue {
    background-color: rgba(74, 140, 188, 0.75) !important;
}

.bg-opacity-gold {
    background-color: rgba(213, 161, 44, 0.75) !important;
}

.text-black {
    color: #000 !important;
}

input.expanding-search {
    width:200px!important;
    transition: 250ms;
}

input.expanding-search:focus {
    width:300px!important;
    outline: none;
    box-shadow: none;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }




/* Removes Chrome's black border on focus of elements */
*,*:focus,*:hover{
    outline:none;
}



.curved {
    border-radius: 1rem;
}

.overflow-hidden {
    overflow:hidden;
}






.ar {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.ar-16x9 {
    padding-top: 56.25%;
}

.ar-home-banner {
    /*padding-top: 51.04%;*/
    padding-top: 39%;
}

.ar-news-thumb {
    padding-top: 60%;
}

.ar-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ar-bg-image {
    background-position: center;
    background-size: cover;
}

.ar-parallax-window-size { padding-top: 39.06%; }
.ar-img-type-1 { padding-top: 39.06%; }
.ar-img-type-2 { padding-top: 65.00%; }
.ar-img-type-3 { padding-top: 66.00%; }
.ar-img-type-4 { padding-top: 39.06%; }
.ar-img-type-5 { padding-top: 56.25%; } /* done */
.ar-img-type-6 { padding-top: 66.00%; }
.ar-img-type-7 { padding-top: 66.00%; }
.ar-img-type-8 { padding-top: 66.00%; }
.ar-img-type-9 { padding-top: 66.00%; }
.ar-img-type-10 { padding-top: 150.00%; }

.ar-img-type-fake-button { padding-top: 44.00%; }


.zoomable {
    background-size: 100%;
    transition: 250ms;
}

.zoomable:hover {
    background-size: 110%;
}

.scaleable {
    /*position: relative;*/
    transition: 250ms ease-in-out;
}

.scaleable:hover {
    transition: 250ms ease-in-out;

    /*transform: scale(1.05);*/
    z-index: 9999;
}

.additional-info {
    /*background-color: #1d1d1d;*/
    background-color: #444;
    max-height:0;
    width:100%;
    overflow: hidden;
    transition: 250ms ease-in-out;
    border-radius: 1rem 1rem 1rem 1rem;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 100%;*/
}

.scaleable:hover .additional-info {
    max-height:300px;
    transition: 250ms ease-in-out;
    border-radius: 0 0 1rem 1rem;
}


.home-slider-text {
    color: #ffffff; /* Colour of text */
    font-weight: bold; /* Font weight */
    padding: 0.5rem; /* Padding for background box */
    background-color: rgba(0, 0, 0, 0.25); /* Background box colour */
    display:inline-block; /* Makes background box not full width by default */
}

.home-feature-text {
    color: #ffffff; /* Colour of text */
    font-weight: bold; /* Font weight */
    padding: 0.5rem; /* Padding for background box */
    background-color: rgba(0, 0, 0, 0.25); /* Background box colour */
    display:inline-block; /* Makes background box not full width by default */
}

.home-info-text {
    color: #ffffff; /* Colour of text */
    font-weight: bold; /* Font weight */
}



footer {
    color: #ffffff; /* Standard footer text colour */
}

.footer-bg {
    /*background-color: #000000; !* Standard footer background colour *!*/
    background-color: #3D3E9A;
}

/*.badge-primary {*/
/*    color: #fff;*/
/*    background-color: #3D3E9A;*/
/*    border-radius: 0;*/
/*    padding:0.5rem;*/
/*}*/

/*.badge-secondary {*/
/*    color: #fff;*/
/*    background-color: #ABC648;*/
/*    border-radius: 0;*/
/*    padding:0.5rem;*/
/*}*/

.absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


.bg-blue-mobile {

}

.absolute-top-desktop {

}

.fixed-top-desktop {
    /*background: linear-gradient(0deg, rgba(61, 62, 154,0) 0%, rgba(61, 62, 154,0.75) 100%)!important;*/
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%)!important;
}

.fixed-top-desktop.navbar-scrolled {
    background:#a8a6a1!important;
    /*background:#000!important;*/
    transition:250ms;
    /*background: linear-gradient(0deg, rgba(61, 62, 154,0) 0%, rgba(61, 62, 154,0.75) 100%)!important;*/
}

@media only screen and (max-width: 990px) {
    .bg-blue-mobile {
        background-color: #3D3E9A !important;
    }
}

@media only screen and (min-width: 990px) {
    .absolute-top-desktop {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .fixed-top-desktop {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

.nav-pills .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3D3E9A;
}



.video-thumb .ar {
    border-radius: 1rem 1rem 1rem 1rem;
    overflow:hidden;
}

.video-thumb:hover .ar {
    border-radius: 1rem 1rem 0 0;
    overflow:hidden;
}




.slick-dots {
    bottom: 10px !important;
}

.slick-dots li button:before {
    color: white !important;
    font-size: 10px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.collapse-text-gradient {
    left:0;bottom:0;right:0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    height:100px;
    opacity: 1;
    transition: 1s;
}

.collapse.show > .collapse-text-gradient {
    opacity:0;
    transition: 1s;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}



.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #3C3D99;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3C3D99 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
