body {
  background-color: white;
  font-family: "Roboto", sans-serif;
  color: #052049;
  font-size: 16px;
}

header {
  background: #E6E9ED;
}

header h1.site-title a {
  color: #052049;
  font-family: "Crimson Text";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 38.889% */
}

ul.navigation li a {
  color: #052049;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

input, nav.pagination {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

 header nav ul.navigation > li > ul > li {
  font-weight: normal;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=url],
textarea {
  padding: 6.5px 0;
  margin: 0;
}

  input,
  textarea,
  button,
  .button,
  select {
    font-family: "Roboto", sans-serif;
    font-size:16px;
    margin:0;
    vertical-align:top;
  }

h1, h2, h3, h4 {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 50% */
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

p, ul {
  line-height: 25px;
}

#content a{
  text-decoration: underline;
}

div.asset img {
  border: 1px solid #B2A8A8;
}

.page-layout-normal .block.block-layout-alignment-block-left {
  margin: 0 1rem 0 0;
}

#user-bar .login, #user-bar .site-links {
   visibility: hidden;
}

#user-bar:before {
  content: url("/files/asset/ba451412f24504b240348577ea390ebb9123f809.png");
  margin: auto auto auto 20px;
}

#user-bar {
  height: 53px;
  background-color: #052049;
}

body.resource #content > h2:first-of-type + h3 {
  margin: 0 0 10px;
}