﻿


@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }


    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
}


@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
}


    .square:before {
        content: "";
        display: block;
        padding-top: 100%; /* initial ratio of 1:1*/
    }

    kiLink {
        color: #743C97 !important;
    }

        kiLink:hover {
            color: #BB0E82 !important;
        }

    .btn-KIPurple {
        color: #fff !important;
        background-color: #743C97 !important;
        border-color: #743C97 !important;
    }

        .btn-KIPurple:hover {
            color: #743C97 !important;
            background-color: #F3E6FB !important;
            border-color: #743C97;
        }


.btn-KIOrange {
    color: #fff !important;
    background-color: #F7921E !important;
    border-color: #F7921E !important;
}

    .btn-KIOrange:hover {
        color: #F7921E !important;
        background-color: #FCD8AE !important;
        border-color: #F7921E;
    }


    .kibuttonHero {
        font-size: 1rem !important;
    }

    .kiTitle {
        color: #743C97 !important
    }

    .kiSubTitle {
        color: #BB0E82 !important
    }

    .kiCallOutTop {
        padding-top: 99px;
        padding-bottom: 25px;
        padding-left: 11%;
        padding-right: 11%;
    }

    @media (max-width: 991.98px) {
        .kiCallOutTop {
            padding-top: 25px !important;
            padding-left: 0;
            padding-right: 0;
        }
    }


    .kiIcon {
        color: #BB0E82 !important
    }


    .kiIconPurple {
        color: #743C97 !important
    }


    .kiPurple {
        color: #743C97 !important
    }

    .kiTeal {
        color: #68C6B4 !important
    }

    .kiOrange {
        color: #F7921E !important
    }

    .kiTeal {
        color: #68C6B4 !important;
    }

    .kiMagenta {
        color: #BB0582 !important;
    }

    .kiGreen {
        color: #9ECF7C !important;
    }

    .kiWhite {
        color: #ffffff !important;
    }

.kiGray {
    color: #808285 !important;
}


    .kiDimPurpleBG {
        background-color: #F3E6FB !important
    }

    .kiDimTealBG {
        background-color: #68C6B4 !important
    }

    .kiDimGreenBG {
        background-color: #EBF5E5 !important;
    }

    .kiDimOrangeBG {
        background-color: #FCD8AE !important
    }

    .kiDimTealBG {
        background-color: #D1EEE8 !important;
    }

    .kiDimMagentaBG {
        background-color: #F5DBEC !important;
    }

    .kiMagentaBG {
        background-color: #BB0E82 !important;
        color: #fff !important;
    }


    .kiDimGrayBG {
        background-color: #e6e6e6 !important;
    }

    .kiPurpleBorder {
        border-color: #743C97 !important
    }

    .kiTealBorder {
        border-color: #68C6B4 !important
    }

    .kiOrangeBorder {
        border-color: #F7921E !important
    }

    .kiTealBorder {
        border-color: #68C6B4 !important;
    }

    .kiMagentaBorder {
        border-color: #BB0582 !important;
    }

    .kiGreenBorder {
        border-color: #9ECF7C !important;
    }


    .kiFilter {
        height: 100%;
        border-style: solid;
        border-width: 1px;
        border-radius: .25rem;
        padding: 1.25rem;
        text-align: center;
    }

    .ki-dim-gray {
        background-color: rgba(242,242,242,.4);
        position: absolute;
        top: 75px;
        left: 0px;
        width: 100%;
    }


    .ki-dim-purple {
        background-color: rgba(242,242,242,.4);
    }



    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        padding: .75rem 1rem;
        margin-bottom: 1rem;
        list-style: none;
        background-color: transparent;
        border-radius: .25rem;
    }

    .breadcrumb-item a {
        color: black !important;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: .5rem;
    }

    .breadcrumb-item a:hover {
        color: #BB0582 !important;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #788487;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #BB0582 !important;
    }

    .heroSectionNoImg {
        padding: 90px 0 40px !important;
    }

    @media (max-width: 991.98px) {
        .heroSectionNoImg {
            padding-top: 60px !important;
        }
    }


    /* Google maps
---------------------------------- */
    #map-canvas {
        height: 450px;
    }

        #map-canvas.small {
            height: 347px;
        }

    #collapseMap:not(.show) {
        overflow: hidden;
        height: 0;
        -webkit-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }

    #collapseMap.in {
        height: 450px;
    }

    .footer-content #map-canvas {
        height: 300px;
    }

    #map-canvas img {
        max-width: inherit;
    }



    /* Hero Button Video */

    .btn-heroVideo {
        color: #fff !important;
        border-color: #BB0E82 !important;
    }

        .btn-heroVideo:hover {
            color: #BB0E82 !important;
            background-color: #fff !important;
            border-color: #BB0E82 !important;
        }

        .btn-heroVideo:focus,
        .btn-heroVideo.focus {
            box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5) !important;
        }

        .btn-heroVideo.disabled,
        .btn-heroVideo:disabled {
            color: #fff !important;
            background-color: transparent !important;
        }

        .btn-heroVideo:not(:disabled):not(.disabled):active,
        .btn-heroVideo:not(:disabled):not(.disabled).active,
        .show > .btn-heroVideo.dropdown-toggle {
            color: #BB0E82 !important;
            background-color: #fff !important;
            border-color: #fff !important;
        }

            .btn-heroVideo:not(:disabled):not(.disabled):active:focus,
            .btn-heroVideo:not(:disabled):not(.disabled).active:focus,
            .show > .btn-heroVideo.dropdown-toggle:focus {
                box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5) !important;
            }



    .btn-heroVideoA {
        border-color: #BB0E82 !important;
        color: #BB0E82 !important;
        background-color: rgba(255, 255, 255, .4) !important;
        min-width: 236px !important;
    }

        .btn-heroVideoA:hover {
            color: #fff !important;
            background-color: #BB0E82 !important;
            border-color: #BB0E82 !important;
        }

        .btn-heroVideoA:focus,
        .btn-heroVideoA.focus {
            box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5) !important;
        }

        .btn-heroVideoA.disabled,
        .btn-heroVideoA:disabled {
            color: #fff !important;
            background-color: transparent !important;
        }

        .btn-heroVideoA:not(:disabled):not(.disabled):active,
        .btn-heroVideoA:not(:disabled):not(.disabled).active,
        .show > .btn-heroVideoB.dropdown-toggle {
            color: #BB0E82 !important;
            background-color: #fff !important;
            border-color: #fff !important;
        }

            .btn-heroVideoA:not(:disabled):not(.disabled):active:focus,
            .btn-heroVideoA:not(:disabled):not(.disabled).active:focus,
            .show > .btn-heroVideoB.dropdown-toggle:focus {
                box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5) !important;
            }


    .btn-heroVideoB {
        border-color: #BB0E82 !important;
        color: #BB0E82 !important;
        background-color: #fff !important;
    }

        .btn-heroVideoB:hover {
            color: #fff !important;
            background-color: transparent !important;
            border-color: #BB0E82 !important;
        }

        .btn-heroVideoB:focus,
        .btn-heroVideoB.focus {
            box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5) !important;
        }

        .btn-heroVideoB.disabled,
        .btn-heroVideoB:disabled {
            color: #fff !important;
            background-color: transparent !important;
        }

        .btn-heroVideoB:not(:disabled):not(.disabled):active,
        .btn-heroVideoB:not(:disabled):not(.disabled).active,
        .show > .btn-heroVideoB.dropdown-toggle {
            color: #BB0E82 !important;
            background-color: #fff !important;
            border-color: #fff !important;
        }

            .btn-heroVideoB:not(:disabled):not(.disabled):active:focus,
            .btn-heroVideoB:not(:disabled):not(.disabled).active:focus,
            .show > .btn-heroVideoB.dropdown-toggle:focus {
                box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5) !important;
            }


    .has-error .form-control,
    .has-error .form-control:focus {
        border-color: #cd211e;
    }

    .has-success .form-control,
    .has-success .form-control:focus {
        border-color: #3c763d;
    }

    .has-error .error {
        font-weight: 400;
        margin-bottom: 5px;
        display: block;
        color: #cd211e;
    }


    .alert-kiMagenta {
        color: #BB0582;
        background-color: #F5DBEC;
        border-color: #BB0582;
        font-weight: 500;
        font-size: 1.125rem;
    }

    .alert-kiPurple {
        color: #743C97;
        background-color: #F3E6FB;
        border-color: #743C97;
        font-weight: 500;
        font-size: 1.125rem;
    }

    .alert-kiTeal {
        color: #68C6B4;
        background-color: #D1EEE8;
        border-color: #68C6B4;
        font-weight: 500;
        font-size: 1.125rem;
    }

    .alert-kiOrange {
        color: #F7921E;
        background-color: #FCD8AE;
        border-color: #F7921E;
        font-weight: 500;
        font-size: 1.125rem;
    }

    .alert-kiGreen {
        color: #9ECF7C;
        background-color: #EBF5E5;
        border-color: #9ECF7C;
        font-weight: 500;
        font-size: 1.125rem;
    }

    .alert-kiMagentaDark {
        color: #fff;
        background-color: #BB0582;
        border-color: #BB0582;
        font-weight: 500;
        font-size: 1.125rem;
    }


    .socialIconFooter {
        height: 40px;
        width: 40px;
        margin: 5px;
    }

    .footer-bar .copyright {
        padding-left: 50px;
    }

    @media(max-width:1100px) {
        .footer-bar .copyright {
            padding-left: 0px;
            text-align: center;
        }

        .btnLessPadding {
            padding: 0.6rem 0.6rem !important;
        }
    }


    @media(max-width:500px) {
        .btnLessPadding {
            padding: 0.6rem 0.3rem !important;
        }
    }

    .summarybox {
        padding: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    @media(max-width:1400px) {
        .summarybox {
            width: 70%;
        }
    }

    @media(max-width:1100px) {
        .summarybox {
            width: 90%;
        }
    }

    @media(max-width:600px) {
        .summarybox {
            width: 100%;
        }
    }

    .studioContact {
        font-size: 1rem;
    }

    @media(min-width:576px) and (max-width:768px), (min-width: 1200px) {
        .studioContact {
            font-size: 1.2rem;
        }
    }


    /*Floating Labels*/


    .form-floating {
        --input-padding-x: 1rem;
        --input-padding-y: .75rem;
        position: relative;
        /*    margin-bottom: 1rem;*/
    }

        .form-floating > input,
        .form-floating > label {
            padding: var(--input-padding-y) var(--input-padding-x);
            /*height: 60px;*/
        }

        .form-floating > label {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            margin-bottom: 0; /* Override default `<label>` margin */
            line-height: 2;
            color: #495057;
            border: 1px solid transparent;
            border-radius: .25rem;
            transition: all .1s ease-in-out;
            font-size: 1rem;
        }

        .form-floating input::-webkit-input-placeholder {
            color: transparent;
        }

        .form-floating input:-ms-input-placeholder {
            color: transparent;
        }

        .form-floating input::-ms-input-placeholder {
            color: transparent;
        }

        .form-floating input::-moz-placeholder {
            color: transparent;
        }

        .form-floating input::placeholder, .form-floating textarea::placeholder {
            color: transparent;
        }

        .form-floating input:not(:placeholder-shown),
        .form-floating input:focus,
        .form-floating textarea:not(:placeholder-shown),
        .form-floating textarea:focus {
            padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
            padding-bottom: 0;
        }

            .form-floating input:not(:placeholder-shown) ~ label,
            .form-floating input:focus ~ label,
            .form-floating textarea:not(:placeholder-shown) ~ label,
            .form-floating textarea:focus ~ label {
                padding-top: 0;
                padding-bottom: 0;
                font-size: 12px;
                color: #777;
            }

    #cookieConsent {
        background-color: rgba(20,20,20,0.8);
        min-height: 26px;
        font-size: 14px;
        color: #ccc;
        line-height: 26px;
        padding: 8px 0 8px 30px;
        font-family: "Trebuchet MS",Helvetica,sans-serif;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        z-index: 9999;
    }

        #cookieConsent a {
            color: #4B8EE7;
            text-decoration: none;
        }

    #closeCookieConsent {
        float: right;
        display: inline-block;
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin: -15px 0 0 0;
        font-weight: bold;
    }

        #closeCookieConsent:hover {
            color: #FFF;
        }

    #cookieConsent a.cookieConsentOK {
        background-color: #743C97;
        color: #FFFFFF;
        display: inline-block;
        border-radius: 5px;
        padding: 0 20px;
        cursor: pointer;
        float: right;
        margin: 0 60px 0 10px;
    }

        #cookieConsent a.cookieConsentOK:hover {
            background-color: #BB0E82;
        }



    /*Brain*/
    .braincontainer {
        position: relative;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto
    }

    .brainmain {
        display: block;
        width: 100%;
        height: auto;
        z-index: 2
    }

    .brainbehind {
        display: block;
        width: 100%;
        height: auto;
        z-index: 1
    }

    .brainover, .brainover2 {
        position: absolute;
        bottom: 0;
        width: 100%;
        transition: .5s ease;
        opacity: 1;
        z-index: 3
    }

    .brainover2 {
        z-index: 4
    }

    .overlayBase {
        position: absolute;
        z-index: 5;
        display: block
    }

    #overlaya1 {
        width: 40%;
        height: 39%;
        top: 10%;
        left: 5%
    }

    #overlaya2 {
        width: 20%;
        height: 10%;
        top: 49%;
        left: 5%
    }

    #overlayb1 {
        width: 35%;
        height: 35%;
        top: 10%;
        left: 48%;
        bottom: 50%
    }

    #overlayc1 {
        width: 25%;
        height: 27%;
        top: 49%;
        left: 25%
    }

    #overlayc2 {
        width: 9%;
        height: 17%;
        top: 59%;
        left: 16%
    }

    #overlayc3 {
        width: 10%;
        height: 23%;
        top: 45%;
        left: 50%
    }

    #overlayc4 {
        width: 13%;
        height: 13%;
        top: 45%;
        left: 60%
    }

    #overlayd1 {
        width: 21%;
        height: 23%;
        top: 45%;
        left: 73%
    }

    #overlayd2 {
        width: 13%;
        height: 10%;
        top: 58%;
        left: 60%
    }

    #overlayd3 {
        width: 11%;
        height: 10%;
        top: 35%;
        left: 83%
    }

    #overlaye1 {
        width: 30%;
        height: 20%;
        top: 68%;
        left: 50%
    }
    /*End of Brain*/



.table .headerSort:hover {
    text-decoration: underline;
    color: #7D4199;
    cursor: pointer;
}

