* {
  font-family: "HelveticaNeue", sans-serif;
}

body {
   margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat:no-repeat;
  background-color: #F9F9F9;
}

a {
  outline: 0 !important;
  color: #1e69a6;
  text-decoration: underline;
}

a:hover {
  color: #e7501e;
}

.header {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.www-header-com {
  font-family: "Helvetica Neue", Helvetica, 'Segoe UI', Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: initial !important;
  overflow: visible;
  background-color: #FFFFFF;
}

.sticky-menu {
  overflow: visible;
}

.sticky-menu .sticky-menu-logo {
  height: 52px;
  display: inline-block;
}

.sticky-menu > .sticky-menu-logo > a {
  display: inline-block;
  width: 350px;
  height: 52px;
  position: relative;
}

.sticky-menu > .sticky-menu-logo > a > img {
  position: absolute;
  width: 350px;
  margin: 0px 10px 0px 10px;
}

.container {
  margin: 50px auto 0;
  width: 719px;
  box-sizing: border-box;
}

.container .simple-message {
  text-align: center;
  font-size: 20px;
}