/* #region :: Right Header, Login Pill / Cheeseburger */
	.headerRight {
		display: flex;
	}

	.innerLeft {
		flex: 0 0 68%;
		padding-top: 30px;
	}

	.innerRight {
		flex: 0;
	}

	@media screen and (min-width: 1023px) {
		.innerLeft {
			flex: 0 0 83%;
			padding-top: 45px;
		}
	}

    /* #region :: Login Pill */

     #PillHolder {
	padding-top: 3rem;
     }

    .DownArrow {
        width: 10%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .LogIn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-left: 5px;
        margin-right: 5px;
    }

        .LogIn a {
            color: rgba(0,0,0,0.6) !important;
            font-weight: 700;
        }

            .LogIn a:hover, .DownArrow:hover {
                color: rgba(0,0,0,0.4) !important;
            }

    .pill {
        min-width: 140px;
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 10%/50%;
        padding: 5px;
        height: 40px;
        background-color: rgba(0,0,0,0.1);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
	float: right;
    }

    .user-icon {
        font-size: 20px;
        line-height: 25px;
        background-color: rgba(255,255,255,0.3);
        border-radius: 100%;
        width: 25px;
        height: 25px;
        text-align: center;
        vertical-align: bottom;
        color: #000;
        opacity: .6;
    }

    /* #endregion :: Login Pill */

    /* #region :: Popover Content */

    .usermenupopover {
        position: relative;
        display: flex;
        height: 100%;
        line-height: 25px;
        justify-content: center;
        align-items: center;
    }

    .usermenupopover_trig {
        border: none;
        cursor: pointer;
    }

    .usermenupopover_content {
        display: none;
        position: absolute;
        background-color: #fefefe;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        text-align: left;
        font-size: 0.8rem;
        border: 1px solid #eee;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        left: -8rem;
    }

/*need devi help
ul in asrt.css is giving margin of 1.25 rem, i'm having a hard time overriding it

*/
.muser>ul, .muser ul , ul.muser, #PillHolder ul  {
	margin-left: 0.75rem !important;
}

        .usermenupopover_content li {
            padding: 0 !important;
            list-style: none;
        }

        .usermenupopover_content a {
            color: #222;
            text-decoration: none;
            display: block;
            padding: 0 !important;
        }

            .usermenupopover_content a:hover {
                background-color: #efefef;
                opacity: 1.0;
            }

    .usermenupopover:hover .usermenupopover_content {
        display: block;
    }


    .usermenupopover_content .progressBar {
        background-color: #ccc;
        height: 20px;
        padding: 2px;
        width: 105px;
        float: right;
	margin-right: 10px;
    }

    .usermenupopover_content .progressFill {
        background-color: #008AB0;
        color: #fff;
        height: 100%;
        text-align: center;
        -ms-text-shadow: 1px 2px #333;
        text-shadow: 1px 2px #333;
        vertical-align: middle;
	font-size: 8pt;
    }

    .mnuser {
    	margin-top: 1rem;
	margin-right: 1.25rem;
    }

    /* #endregion :: Popover Content */