#topheader 
{
	width:100%;
}
#topheader .topbar
{
	z-index: 100;
	width: 100%;
	height: 75px;
	background-color: #00232c;
}
#topheader .topbar-left
{
	float:left;
	padding: 10px;
	width: 250px;
	height: 55px;
	padding-left: 16px !important;
}
#topheader .topbar-logo
{
    display: inline-block;
    vertical-align: middle;
    width: 136px;
    height: 52px;
    background-size: 136px 52px;
    top: 12px;
    background: url("/content/images/1-Stop-Logo_White-RevAqua_RGB_136x52px.png") no-repeat;
	padding-right: 25px;
    position: relative;
}
#topheader .topbar-right
{
	float:right;
	padding: 10px;
	width: 53px;
	height: 55px;
	padding-right: 16px !important;
}
#topheader .avatar-circle {
	/* position: relative; */
	/* top: 8px; */
    /* width: 34px; */
    /* height: 34px; */
    /* background-color: #656378; */
    /* text-align: center; */
    /* border-radius: 10%; */
    /* border:3px solid #2751A4; */
    /* -webkit-border-radius: 50%; */
    /* -moz-border-radius: 50%; */
    /* cursor: pointer; */
	
	position: relative;
    top: 2px;
    width: 46px;
	height: 46px;
    background-color: #5b968c;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #5b968c;
    cursor: pointer;
}
.toggler {
    width: 100px;
    height: 50px;
}
#topheader .initials {
    /* position: relative; */
    /* top: 10px; */
    /* font-size: 16px; */
    /* line-height: 16px; */
    /* color: #fff; */
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
	
	text-transform: uppercase;
    position: relative;
    top: 3px;
    font-size: 18px;
    line-height: 2.5rem;
    color: #232d34;
    font-family: Proxima Nova,Helvetica Neue,sans-serif;
    font-weight: 700;
}
.material-icons 
{
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #2751A4;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
div.username 
{
    position: relative;
    display: block;
    top: 23%;
	font-family: "Proxima Nova", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    visibility: visible;
}

.avatar-menu-content
{
    border: 1px solid #CCC; 
    padding-left: 15px; 
    padding-right:15px; 
    padding-top:3px;
    padding-bottom:2px;
}