﻿#iMercerSurveyTopNav {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    height: 100%;
    display: table;
}

.iMercerSurveyTopNavLIDepth_0 {
    display: inline;
    list-style: none;
    height: 100%;
    background: url(/images/VerticalNavigationLine.png) no-repeat left;
    float: left;
    margin: 0;
    padding-left: 2px;
    position:relative;
}

    .iMercerSurveyTopNavLIDepth_0:first-child {
        background-image: none;
    }

.menuItem {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 9px 0px 9px;
    height: 41px;
    width: 100%;
}

    .menuItem i {
        line-height: 28px;
        color: #179de6;
    }

    .menuItem .fa-stack-1x {
        color: #d3dfe4;
    }

    .menuItem span, .menuItem:hover span {
        color: #072d78;
        font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: normal;
    }

    .menuItem:hover {
        background-color: #0B6093;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 9px 0px 9px;
        height: 41px;
        width: 100%;
    }

        .menuItem:hover i {
            color: #FFFFFF;
        }

        .menuItem:hover .fa-stack-1x {
            color: #0B6093;
        }

        .menuItem:hover span {
            color: #FFFFFF;
        }

    .menuItem a {
        text-decoration: none;
    }

#subMenuItemContainer {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #E4EBEE;
    border: 1px solid #0B6093;
    padding: 20px 0 20px 0;
    max-height: 350px;
    box-shadow: 13px 13px 16px 16px rgba(0,0,0,0.3);
}

.iMercerSurveyTopNavLIDepth_0:hover #subMenuItemContainer {
    display: table;
}

.subMenuColumnDiv:first-child {
    border: none;
}

.subMenuColumnDiv {
    padding: 0 20px 0 10px;
    width: 250px;
    max-height: 350px;
    border-left: 1px solid #8EA2AD;
    display: table-cell;
}

    .subMenuColumnDiv ul {
        width:210px;
    }
.iMercerSurveyTopNavLIDepth_1 {
    list-style: none;
    padding-top: 5px;
    padding-bottom:6px;                                   /*186820---Menu Spacing Reduction---- Add Bottom Padding of 6px*/ 
}

    .iMercerSurveyTopNavLIDepth_1 a {
        color: #006D9E;
        font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: normal;
        text-transform: uppercase;
        text-decoration: none;
    }

        .iMercerSurveyTopNavLIDepth_1 a:hover {
            text-decoration: underline;
        }

.iMercerSurveyTopNavLIDepth_2 {
    list-style: disc;
    font-size: 25px;
    margin-left:20px;
    margin-right:20px;
    padding-bottom:6px;                          /*186820---Menu Spacing Reduction---- Add Bottom Padding of 6px*/ 
    font-size: 15px\0;                              /*IE hack for menu spacing reduction --- Task id:186820**/ 
}

    .iMercerSurveyTopNavLIDepth_2 a {
        color: #000000;
        font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-decoration: none;
        /*line-height: 30px;*/
    }

        .iMercerSurveyTopNavLIDepth_2 a:hover {
            text-decoration: underline;
        }

.iMercerSurveyTopNavLIDepth_3 {
    list-style: none;
    margin-left: 20px;
    margin-bottom:10px;

}

.subMenuColumnDiv li.iMercerSurveyTopNavLIDepth_3:before {
    content: '-';
    margin-left: -7px; 
}

.iMercerSurveyTopNavLIDepth_3 a, .iMercerSurveyTopNavLIDepth_3 a:hover, .subMenuColumnDiv li.iMercerSurveyTopNavLIDepth_3:before {
    color: #454545;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
}

    .iMercerSurveyTopNavLIDepth_3 a:hover {
        text-decoration: underline;
    }


@-moz-document url-prefix() {
    .iMercerSurveyTopNavLIDepth_2 {
        list-style: disc;
        font-size: 15px;
    }
}

@media all and (-webkit-min-device-pixel-ratio:0) {
    .iMercerSurveyTopNavLIDepth_2 {
        list-style: disc;
        font-size: 15px;
    }
}


/*New header styles*/
.headerRow {
            max-width: 1110px;
            margin-left: auto;
            margin-right: auto;
        }

header {
    padding: 0px 0px 10px 0px;
}

.logo {
    max-width: 250px;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media (max-width: 795px) {
    .logo-xs {
         max-width: 180px;
    }
}

.welcome {
    font-size: 17px;
    color: #006d9e;
    margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome {
        font-size: 15px;
        color: #006d9e;
        margin-top: 15px;
    }
}

.flex-section
{
    display:flex;
    justify-content: flex-end;
}

.flex-div
{
    display:flex;
    flex-direction:column;
    /*justify-content:flex-end;*/
    padding : 0px 10px 10px 10px
}
.menuItemSmallFontSpan {
    font-family: Arial !important;
    font-weight: bold !important;
    font-size: 7pt !important;
    line-height: normal !important;
    margin-left: 1px;
} 