.noborder {
  border: 0;
}

.nomargin {
  margin: 0 !important;
}

.noleftmargin {
  margin-left: 0 !important;
}

.norightmargin {
  margin-right: 0 !important;
}

.light {
  font-weight: lighter;
  font-family: HelveticaNeue-Light;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

.border {
  border-top: 1px solid #ececec;
  margin-bottom: 30px;
}

strong {
  color: black;
}

a, a:visited {
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed #888888;
}

a:hover {
  color: white;
  background-color: black;
  border-bottom: none;
  padding: 0;
}

body {
  color: black;
  background-color: white;
}

ul {
  list-style-type: square;
}

ul, ol {
  list-style-position: outside;
  padding-left: 18px;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.5em;
  font-weight: bold;
}

sup a, sup a:hover {
  border-bottom: none;
  padding: 0.2em;
}

#nav {
  float: right;
  margin-right: 0px;
}

#subtitle {
  float: left;
  clear: none;
  margin-right: 0px;
}

#subtitle h2.light {
  margin-bottom: 5px;
}

.sidebar ul, #nav ul {
  list-style-type: none;
  padding: 0;
}

#nav li, #sidebar li {
  text-align: right;
  margin: 0;
  margin-bottom: 5px;
}

#nav .active {
  color: white;
  background-color: black;
  padding: 1px;
}

#nav li a {
  border: none;
  padding: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: HelveticaNeue;
  font-weight: bold;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

h1.logo {
  padding: 50px 0;
  border-bottom: 1px solid #ececec;
}

.sidebar h5 {
  margin-bottom: 5px;
  font-size: 14px;
}

.sidebar a {
  border: none;
}

.list h3 {
  font-size: 1.8em;
}

a[rel="lightbox"] {
  border: 0;
}

a[rel="lightbox"]:hover {
  background-color: white;
}

h1.logo a {
  border: none;
}

.footnotes {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  font-size: 0.9em;
  color: #555;
}

.footnotes strong {
  color: #333;
}

.footnotes ol {
  margin: 0;
}

.footnotes ol li {
  margin-bottom: 5px;
}

.footnotes ol li p {
  margin-bottom: 0;
}

.footnotes ol li p a:last-child {
  padding: 0.1em 0.1em 0 0.1em;
  border-bottom: 0;
  margin-left: 0.1em;
}

@media only screen and (max-width: 767px) {
  #nav {
    text-align: center;
    border-bottom: 1px solid #ececec;
  }

  #nav ul {
    margin-bottom: 10px;
  }

  #nav li {
    display: inline-block;
    min-width: 70px;
    text-align: center;
  }
}
