div#suiteBarLeft {
    /* background: linear-gradient(-45deg, #1F4128, #b47e34, #1F4128); */
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

.ms-pub-contentLayout {
    background: none !important;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* The Modal (background) */

.modal-multi {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 200px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content-multi {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s; */
    animation-name: animatetop;
    animation-duration: 0.5s;
    /* border-radius: 50% !important; */
}

.modal-content-multi:hover .icon {
    transform: rotate(360deg);
    transition: all 1s ease-in-out;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.modal-header-multi {
    padding: 25px;
    background: linear-gradient(0deg, #ddc599, #b47e34);
    font-size: 18px;
    text-align: center;
    /* color: white; */
}

.consentClick-multi {
    margin-top: 10px;
    margin-bottom: 10px;
}

.consentClick-multi>a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.consentClick-multi>a:visited {
    text-decoration: none;
    color: inherit;
}


/*.icon:hover {*/


/* .modal-content-multi:hover .icon {
    transform: rotate(360deg);
    transition: all 1s ease-in-out;
} */


/* .yearheading-td {
    width: 100%;
} */

.yearheading {
    /* margin-left: 110%; */
    margin-left: 2%;
}

.yearheading img {
    width: 1000px;
    height: 400px;
    /*aspect ratio 2.64*/
}

.addtocal {
    margin-bottom: -35px;
    margin-right: -32px;
    /* opacity: 0.75; */
    transition: 0.1s linear;
}

.addtocal img {
    height: 50px;
    width: 50px;
}

.addtocal:hover {
    /* transform: scale(1.5); */
    opacity: 1;
    /* transition: 0.1s linear; */
}

.addtocal a {
    text-decoration: none;
}

.addtocal a:visited {
    text-decoration: none;
}

.kfmcbottable {
    width: 100%;
}

.kfmcbottable td {
    min-width: 0;
    border: none;
}

.kfmcbottable td:nth-child(1) {
    width: 100%;
}

.kfmcbottable td:nth-child(2) {
    vertical-align: bottom;
}

.ms-mpSearchBox {
    display: none;
}

.ms-core-pageTitle {
    display: none;
}

.ctgTable {
    border-spacing: 15px;
    margin: auto;
    /* margin-left: 170px; */
}

.ctgnormal {
    padding: 5px 10px 5px 10px;
    color: gray !important;
    border-bottom: 2px solid transparent;
    vertical-align: middle;
}

.ctgnormal:hover {
    cursor: pointer;
    color: #b47e34 !important;
    border-bottom: 2px solid #b47e34;
}

.ctgTable td a {
    text-decoration: none !important;
    color: inherit !important;
    line-height: 28px;
}

.ctgTable td:hover a {
    color: #b47e34 !important;
}

.ctgTable td:hover img {
    color: #b47e34 !important;
    -webkit-filter: sepia(1);
    filter: sepia(1);
}

.ctgTable td a img {
    height: 28px;
    width: 28px;
    padding-right: 5px;
}

.ctgselected {
    padding: 5px 10px 5px 10px;
    color: #b47e34 !important;
    border-bottom: 2px solid #b47e34;
}

.ctgselected:hover {
    cursor: pointer;
    color: #b47e34 !important;
}

.tdofctg {
    text-align: center;
}

.calhdng {
    display: flex !important;
    vertical-align: middle !important;
}


/* .calhdngseparator {
    border-right: 2px solid lightgray;
} */

.catseparator {
    height: 40px;
    width: 2px;
    /* background: linear-gradient(0deg, lightgray, white, lightgray); */
    background: linear-gradient(0deg, white, lightgray, white);
}

.ctgTable td:last-child {
    display: none !important;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */

.hero {
    position: relative;
    /* background-color:#e15915; */
}

.hero:after {
    content: '';
    position: absolute;
    top: 100%;
    /* left: 30%; */
    margin-left: -55%;
    width: 0;
    height: 0;
    border-top: solid 12px #e15915;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.subctgTable {
    border-spacing: 15px;
    margin: auto;
    margin-left: 180px;
    margin-top: -20px;
}

.subctgnormal {
    border: 1px solid firebrick;
    border-radius: 20px;
    background-color: lightcoral;
    padding: 5px 10px 5px 10px;
    color: firebrick !important;
}

.subctgnormal:hover {
    background-color: crimson !important;
    cursor: pointer;
    color: aqua !important;
}

.subctgTable td a {
    text-decoration: none !important;
    color: black !important;
}

.subctgTable td:hover a {
    color: aqua !important;
}

.subselected {
    border: 1px solid #23d5ab;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
    color: brown !important;
    background-color: chartreuse !important;
}

.subselected:hover {
    background-color: crimson !important;
    cursor: pointer;
    color: aqua !important;
}

.loadingimage {
    display: none;
    background-color: black;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    align-items: center;
    justify-content: center;
}
