@charset "utf-8";

#insights-menu-heading {
    color: #999;
    height: 40px;
    padding: 20px 0 20px 20px;
    border-bottom: 2px solid #B1B1B1;
}

.insights-menu-item {
    width: 350px;
    margin: 0 10px 0 10px;
    padding: 13px 0 11px 12px; 
    font-size: 17px;
    border-radius: 5px;
    color: #333;
}

.insights-menu-item:hover, .insights-menu-item.active {
    background-color: #EEF2F7;
}

.insights-menu-item a {
    text-decoration: none;
}

.insights-menu-panel a {
    text-decoration: none;
}

/*---------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {

    #insights-menu-heading {
        margin: 0 30px 40px 10px;
    }

    .insights-menu-panel {
        position: fixed;
        top: 153px;
        left: 0;
        width: 40%;
        height: auto;
        padding: 40px 0px 0px 0px;
        background-color: white;
        font-family: Helvetica, Arial;
        line-height: 1.3;
        z-index: 2;
    }

    .insights-menu-items {
        float: right;
        max-width: 400px;
        padding-right: 20px;
    }

    .insights-menu-item {
        height: 16px;
    }

    .insights-content-panel {
        float: right;
        margin-right: 0;
        width: 57%;
        height: auto;
        padding: 40px 20px 40px 0px;
        background-color: white;
        z-index: 1;
    }

    .insights-content-text {
        float: left;
        height: auto;
        max-width: 650px;
        margin: 140px 0px 100px 0px;
        background-color: white;
        font-family: Helvetica, Arial;
        line-height: 1.3;
        text-align: left;
        z-index: 1;
    }  
}

/*----------------------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {

    #insights-menu-heading {
        margin: 0 30px 50px 10px;
    }

    .insights-menu-panel {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: auto;
        margin-top: 150px;
        padding: 40px 0px 0px 20px;
        background-color: white;
        font-family: Helvetica, Arial;
        line-height: 1.3;
        z-index: 2;
    }

    .insights-menu-items {     
        max-width: 500px;
        margin: 20px 0 0 0;
        padding-right: 20px;
    }

    .insights-menu-item {
        height: 24px;
    }

    .insights-content-panel {
        display: flex;
        width: auto;
        flex-direction: row;
        justify-content: center;
        height: auto;
        padding: 10px 25px 0px 25px;
        background-color: white;
        z-index: 1;
    }

    .insights-content-text {
        height: auto;
        width: auto;
        margin: 140px 0px 400px 0px;
        background-color: white;
        font-family: Helvetica, Arial;
        line-height: 1.3;
        text-align: left;
        z-index: 1;
    }
}

