html,
body {
  height: 100%;
  margin: 0;
}
body {
  color: #4d4d4d;
  font-family: Arial, Helvetica, Verdana, Tahoma sans-serif;
  font-size: 14px;
  background: #fff;
}
header {
  background-color: #35b5ed;
  display: block;
  text-align: center;
  height: 55px;
}
#logo {
  margin: 0px auto 2px;
  width: 117px;
  height: 50px;
  padding-top: 2px;
}
main {
  text-align: center;
}
.layout-content {
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  max-width: 600px;
  font-size: 12px;
  line-height: 16px;
}
a:link,
a:visited {
  color: #1283bf;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
}
footer {
  font-size: 11px;
  position: absolute;
  bottom: 16px;
  margin: 0;
  padding: 0;
  left: 0;
  width: 100%;
}
#copyright {
  color: #6d6e70;
  float: right;
  margin-right: 64px;
}
footer .spacer {
  margin-left: 8px;
  margin-right: 8px;
}
img {
  margin-bottom: 6px;
}
h2.page-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 18px 0;
}
.field--type-entity-reference {
  margin-top: 12px;
}
#locale-switcher {
  margin-top: 42px;
  margin-bottom: 22px;
}
.field--type-datetime {
  font-weight: bold;
}
.field--type-datetime,
.field--type-datetime *,
.field--name-field-date-separator,
.field--name-field-date-separator * {
  display: inline;
}
.field--name-field-date-separator .clearfix:after {
  content: inherit;
  display: none;
}
#utc-offset {
  font-weight: bold;
}
#timezone-switcher {
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (max-width: 490px) {
  footer {
    margin-top: 64px;
    text-align: center;
    position: relative;
  }
  #copyright {
    float: none;
    margin: 0;
  }
}
