﻿#iMercerSurveyTopNav {
   /* padding: 0px 0px 0px 0px;
    margin: 0px;
    height: 100%;
    display: table;*/
}

.iMercerSurveyTopNavLIDepth_0 {
   /* display: inline;
    list-style: none;
    height: 100%;
    background: url(../images/VerticalLine.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 20px 0px 20px;
    height: 41px;
    width: 100%;*/
}

    .menuItem i {
        /*line-height: 28px;
        color: #bed3e4;*/
    }

    .menuItem .fa-stack-1x {
        color: #d3dfe4;
    }

    .menuItem span, .menuItem:hover span {
        /*color: #072d78;*/
        /*font-family: 'Mute', Calibri, Arial, sans-serif;
        font-weight: 500;*/
        /*font-size: 15px;*/
        /*line-height: normal;
        font-family: Mute;
        font-size: 18px;
        color: #bed3e4;
        text-decoration: none solid rgb(190, 211, 228);*/
    }

    .menuItem:hover {
        /*background-color: #003865;*/
      /*  display: table-cell;
        vertical-align: middle;
        padding: 0px 20px 0px 20px;
        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;*/
    }

.subMenuItemContainerClass {
    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 .subMenuItemContainerClass {
    display: table;
}

.subMenuColumnDiv:first-child {
   /* border: none;*/
}

/*this is very important css*/
.subMenuColumnDiv {
    /*padding: 0 20px 0 10px;
    width: 250px;
    max-height: 350px;
    border-left: 1px solid #8EA2AD;*/
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
}

    .subMenuColumnDiv ul {
        width:210px;
        margin-left:0px;
    }
.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: 'Mute', Calibri, Arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: normal;
        text-decoration: none;
    }
	
	    .MiniCartHeading span {
        color: #002c77 !important;
        font-family: 'Mute', Calibri, Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        text-decoration: none;
		padding: 0px !important;
    }

        .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: 'Mute', Calibri, 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: #0065ac !important;
    font-family: 'Noto Sans', Arial, sans-serif !important;
    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: 18px;
	color: #003865;
	margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome {
        font-size: 15px;
        color: #003865;
        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;
}
/*#Removing inline css*/
/*#region iMercerNavBar .iMNB-*/
.iMNB-menuItem-icon {
	/*max-height: 24px;*/
}

.iMNB-menuItem-node-span {
	/*vertical-align: middle;
	display: inline-block;
	margin-top: 2px;*/
}

.iMNB-subMenuItemContainer {
	right: 0;
}
/*#endregion iMercerNavBar */

.nav-item i {
    vertical-align:bottom;
}
@media (min-width: 992px) {
    .navbar .nav-link {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.nav-link {
    font-size: 1rem !important;
    color: white !important;
    padding-left: 1rem !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
}

.dropdown {
    padding-top: 6px !important;
}

.dropdown-menu {
    min-width: 250px;
    border-radius: 0px !important;
    margin: 0px !important;
    box-shadow: 0px 0px 12px rgb(30 32 34 / 20%), 0px 0px 4px rgb(30 32 34 / 30%);
    border: 0px !important;
}

.divider {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 15px;
    margin-right : 15px;
}

li.dropdown-item {
    list-style-type: disc !important;
}


.secondary li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

ul.secondary li.liDivider {
    list-style-type:none;
}

.dropdown-item {
    color: #0065ac !important;
    font-size: 1rem;
    padding: .5rem !important;
    white-space: normal !important;
    cursor: pointer;
}
.topItem {
    font-weight: 600 !important;
    color: #002c77 !important;
}
.topItem-p0-m0 {
    font-weight: 600 !important;
    color: #002c77 !important;
	padding: 0px !important;
	margin: 0px !important;
}
@media (min-width: 992px) {
    .navbar .megamenu {
        left: auto;
        right: auto;
        width: auto;
        padding: 1rem 0rem;
    }
}
ul .secondary 
{
    padding-left: 0px !important;
    margin-left: 0px !important;
}

/*.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    background-color: #c7edff;
    color: #002c77 !important;
}*/

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #767676 !important;
    color: #ffffff !important;
}

.dropdown-item a:focus, .dropdown-item a:hover {
    background-color: #767676 !important;
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    background-color: #c7edff;
    color: #002c77 !important;
}

.navbar-dark .navbar-nav .nav-link span:focus, .navbar-dark .navbar-nav .nav-link span:hover {
    background-color: #c7edff;
    color: #002c77 !important;
}

.navbar-dark .navbar-nav .nav-link i:focus, .navbar-dark .navbar-nav .nav-link i:hover {
    background-color: #c7edff;
    color: #002c77 !important;
}

.navbar-dark .navbar-nav a.nav-link span:focus, .navbar-dark .navbar-nav a.nav-link span:hover {
    background-color: #c7edff;
    color: #002c77 !important;
}
.nohover, .nohover:hover {
    background-color: #ffffff !important;
    color: #0065ac !important;
}
.navbar .has-megamenu {
    position: static !important;
}
.caretalign {
    display:inherit !important;
}

/*Sign in button css not picking from skin.css*/
a.SignInButton {
    background-color: #002c77;
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 24px 4px 22px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    border-radius: 5px !important;
}

 a.SignInButton:hover {
        background-color: #003faa;
 }

    a.SignInButton:focus {
        background-color: #003faa;
    }