/* for testing only */
.theme-healthadvocate2022 .w-menu {
    float: none;
    z-index:99999;
}
.w-menu-full .k-menu-scroll-wrapper {
    width: auto !important;
}
.w-menu-full .w-menu-menu {
    display: flex;
    flex-wrap: wrap;
    width: auto !important;
}

.theme-healthadvocate2022 .w-menu .k-animation-container {
    z-index:99999 !important;
}


/* Breaking inheritance */

/** PAGE SPECIFIC STYLES -- SK 11/25/20 **/


/* Poll widget - reducing height and scroll bar */

.w-poll.w-assessmentAggregate .question .k-chart {
    height: 275px;
}

/* Pathways slider */
/*
.bx-wrapper .bx-next {
    right: -50px;
}

.bx-wrapper .bx-prev {
    left: -50px;
}
*/
/* Pathways cards */
/* 
.pathways-card {
    position: relative;
    cursor: pointer;
}

.pathways-card:hover {
    background-color: white;
}

.nutrition-card img:hover {
    opacity: .5;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
}

.pathways-card h1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(24, 164, 180, .8);
    color: white;
    text-align: center;
    padding: 20px 0;
}

.pathways-card .k-button {
    display: block;
    margin: 20px auto;
}

a.card-button {
    font-style: normal;
}

a.card-button:hover,
a.card-button:active {
    cursor: pointer;
    text-decoration: none;
}

.pathways-card .card-lock {
    background: #005072 url("/shared/templates/HealthAdvocate/images/lock-icon.png");
    background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)) url("/shared/templates/HealthAdvocate/images/lock-icon.png");
    background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)) url("/shared/templates/HealthAdvocate/images/lock-icon.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30%;
}

.card-lock img,
.card-lock h1,
.card-lock input {
    opacity: 30%
}
*/