body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #008AC4;
}

#container {
  position: relative;
  width: 1045px;
  padding: 0 34px;
  background-position: 31px 0px;
}

/* NAVIGATION */
nav {
  height: 44px;
  padding: 23px 0px;
}

nav li {
  list-style: none;
  float: left;
  padding-top: 12px;
  vertical-align: bottom;
  position: relative;
}

nav a, nav span, .clip h4 {
  display: inline-block;
  margin-right: 35px;
}

nav a,
nav span,
.clip h4 {
  color: #adadad;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}

.clip h4 {
  padding: 0;
  height: 19px;
  line-height: 19px;
}

nav a:hover,
.clip [data-do="view"]:hover h4,
nav span, .list-clipped .clip h4 {
  color: #009fe3;
}

nav li:first-child {
  margin-right: 89px;
  font-size: 1.6em;
  padding-top: 4px;
}

nav li:nth-child(5) {
  margin-left: 15px;
  font-size: 0;
}

nav li:nth-child(5) span::before,
nav li:nth-child(5) a::before {
  content: '';
  background-image: url("../images/icons/wastebasket-emoji-15px.png");
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 10px;
}

ul.nav {
  padding-left: 0;
}

rte-floatpanel {
	display:none !important;
}