html, body {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

.contr {
  position: relative;
  width: 50%;
}

.contr #change-icon-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 9px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  height: 2.5;
  width: 8;
}

#change-icon-button {
    margin: .5em 0;
    border: 0;
    border-radius: .5rem;
    cursor: pointer;
    padding: 1em 1.25em;
    font-size: .5rem;
    display: none;
}

#profileIconWrap:hover + #change-icon-button, #change-icon-button:hover {
    display: inline-block;
}

.profile-name {
    display: inline-block;
}

.account-nav .user-info {
    display: inline-block;
    padding: 14px 15px 4px 15px;
    max-width: 460px;
    height: 33px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    font-size: .8125rem;
    font-weight: normal;
}

.account-nav .dropdown {
    top: 50px;
    padding: 0;
    padding-top: 5px;
    width: 100%;
    box-sizing: border-box;
}

.dropdown {
    display: none;
    position: absolute;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;
    background-color: #1eff04;
    padding: 10px;
    min-width: 9rem;
    max-width: 16.25rem;
    overflow: visible;
    color: white;
    font-size: .8125rem;
    font-weight: normal;
}

.dropdown.open {
    display: block; 
}

#navigation {
    background-color: #24395e;
    width: 100%;
    height: 50px;
	position:fixed;
}

.navigation-editor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 3rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    background-color: hsla(215, 100%, 65%, 1);
    color: hsla(0, 100%, 100%, 1);
}

#navigation .inner > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 50px;
    list-style: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#navigation .inner > ul > li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0;
    height: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

#navigation .inner > ul > li.right {
    float: right;
    margin-left: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

/* unvisited link */
.user-menu:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* visited link */
.user-menu:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* mouse over link */
.user-menu:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* selected link */
.user-menu:active {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.container {
	position: relative;
    top: 50px;
    width: 940px;
    margin: auto;
    padding: 0 1px;
    zoom: 1;
}


#footer ul.footer-col {
    margin-bottom: 10px;
}

.box {
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 10px 10px 0 0;
    background-color: white;
    width: 100%;
}

.box .box-header {
    display: block;
    clear: both;
    margin: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 10px 10px 0 0;
    background-color: #f2f2f2;
    padding: 8px 20px;
    height: 20px;
    overflow: hidden;
}

.box .box-header h4, .box .box-header h5 {
    display: inline-block;
    float: left;
	margin: 0;
}

.box .box-content {
    display: block;
    clear: both;
    background-color: white;
    padding: 8px 20px;
}

.social-message-date {
    color: #b3b3b3;
    font-size: .65rem;
}

.button {
    display: inline-block;
    margin: .5em 0;
    border: 0;
    border-radius: .5rem;
    background-color: #850000;
    cursor: pointer;
    padding: 1em 1.25em;
    color: white;
    font-size: .8rem;
    font-weight: bold;
}

#navigation .button {
    display: inline-block;
    margin: .5em 0;
    border: 0;
    border-radius: .5rem;
    background-color: #24395e;
    cursor: pointer;
    padding: 1em 1.25em;
    color: white;
    font-size: .8rem;
    font-weight: bold;
}

.action-button {
    margin: 0 0 0 .54625rem;
    border-radius: .25rem;
    padding: 6px 1.25rem 14px 1.25rem;
    height: 36px;
}

.subactions .action-buttons .action-button {
    margin: 0 0 0 .5rem;
    border-radius: 19px;
    background-color: #4d97ff;
    padding: 0 .75rem;
    height: 2rem;
    text-decoration: none;
    line-height: .875rem;
    font-size: .75rem;
    font-weight: bold;
}

#logo {
	height:100%;
}

.stage-header_stage-button_hkl9B {
    display: block;
    border: 1px solid hsla(0, 0%, 0%, 0.15);
    border-radius: calc(0.5rem / 2);
    width: calc(1rem + 2px);
    height: calc(1rem + 2px);
    background: hsla(0, 100%, 100%, 1);
    padding: 0.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.navilink {
	text-decoration: none;
	color: white;
}

.navilink:hover {
	text-decoration: none;
	color: yellow;
}
