body {
    padding: 0;
    background: white;
    color: #333;
    font: 83%/1.5 arial,tahoma,verdana,sans-serif;
}

.body-embed {
    padding: 0;
    background: #ffffff;
    font: 83%/1.5 arial,tahoma,verdana,sans-serif;
}

#wrap {
    max-width: 100%;
    margin: 0 auto;
    border: none;
}

#header {
    padding: 0;
    background: #1B7BC1;
}

#header-content {
    width: 1024px;
    margin: 0 auto;
}

#header img {
    width: 320px;
    height: 75px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header a {
    text-decoration: none;
}

#header a:hover, #header a:visited {
    text-decoration: none;
    color: #29abe2;
}

h1, h2 {
    color: #29abe2;
}

#header h1 {
    margin-left: 10px;
    padding: 0;
}

#languagebar {
    max-width: 1024px;
    margin: 5px auto;
}

#content {
    max-width: 1024px;
    margin: 0 auto;
}

body #content .ui-widget-header {
    border-width: 0;
    background: white;
}

body #content .ui-widget-content {
    border-width: 0;
}

body #content .ui-state-default {
    background: white;
}

body #content .ui-state-default a {
    color: white;
}

body #content .ui-state-active a {
    color: white;
}

#logo {
  background-color: #2c78c0;
}

.logo {
  padding: 0;
  display: block;
  margin-top: 24px;
  margin-left: 80px;
  width: 190px;
  height: auto;
}

@media screen and (max-width: 1023px){
  .container {
    display: flex;
    padding: 24px;
  }

  .logo {
    margin-left: 24px;
  }
}

@media screen and (min-width: 1024px){
  .container {
    justify-content: left;
    align-content: stretch;
    align-items: center;
    height: calc(100vh - 100px) ;
  }
}
