.content-background {
  background: #102e50;
}

#header {
  width: 100%;
  text-transform: uppercase;
  top: 0;
  z-index: 9;
  background: #ffffff;
}

.header-wrap {
  display: table;
  width: 100%;
  height: 120px;
}

.logo {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
  height: 100%;
}

.wsite-logo {
  display: inline-block;
  vertical-align: top;
}

.wsite-logo a,
.wsite-logo a:hover {
  font-size: 1.5em;
  font-weight: bold;
  color: #315d8f;
  background: inherit;
}

a {
  text-decoration: none;
}

.wsite-logo a img {
  border: 0;
}

.wsite-logo img,
.wsite-logo span {
  vertical-align: top !important;
}

.wsite-logo a,
.wsite-logo a:hover {
  font-size: 1.5em;
  font-weight: bold;
  color: #315d8f;
}

.menu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 50px;
  height: 100%;
}

.wsite-menu-default {
  float: right;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

.wsite-menu-default li {
  display: inline-block;
  padding: 0 15px;
}

.menu li {
  list-style: none;
}

.wsite-menu-default a {
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  color: #999999;
  text-decoration: none;
}

.toolbar-tabs {
  float: left;
  width: calc(100vw - 600px);
  text-align: end;
}


.selectMulti ul {
  border-color: #aaa;
  border-radius: 3px;
}