@import url(../../common/font/css?family=Open+Sans:400italic,400,600,700,300);
/* Primary Palette */
/* Secondary Palette */
/* Tertiary Palette */
/* Dolby title font stack */
/* Dolby Navigation font stack */
/* Dolby body font stack */
/* Navbar height */
/* Theme */
/* Add some padding to the body to compensate for the navbar. */
body {
  background-color: #e9e9e9;
}
/* Navigation fonts */
.footer,
.navbar,
.footer > .container {
  font-family: 'Gustan Light','Open Sans', sans-serif;
}
/* Offsets for anchors to account for the navbar */
.offset-anchor {
  padding-top: 0px;
  margin-top: 0px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Heading styling */
#top-title,
#top-subtitle {
  font-family: 'Gustan Bold', Verdana, Geneva, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 1;
  color: #ffffff;
}
#top-version {
  font-family: 'Gustan Book','Open Sans', sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 1;
  color: #ffffff;
}
#top-title {
  font-size: 2em;
  /* text-transform: uppercase; */
}
#top-subtitle {
  font-size: 2em;
}
#top-version {
  font-size: 1em;
}
#top-logo {
  width: 120px;
  height: 120px;
}
.jumbotron {
  background-color: #008996;
  padding-right: 0px;
  padding-left: 0px;
}
/* Setup body fonts */
article {
  min-height: 350px;
}
article h1,
article h2,
article h3 {
  font-family: 'Gustan Bold', Verdana, Geneva, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
}
article > div > div > h1 {
  font-size: 3em;
  /*text-transform: uppercase;*/

  padding-top: 2em;
  margin-top: 3em;
  border-top: 1px dotted gray;
  padding-bottom: 0.25em;
}
article > div > div > h1:first-of-type {
  padding-top: 0em;
  margin-top: 0.5em;
  border-top: none;
}
article h1 {
  font-size: 2.5em;
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px dotted gray;
  padding-bottom: 0.25em;
}
article .first-head {
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: none;
}
article h2 {
  font-size: 1.5em;
  /*text-transform: uppercase;*/

  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
article h3 {
  font-size: 1em;
}
article a,
article p,
article dd,
article dt,
article ul,
article td,
article th,
article caption,
article blockquote,
article li {
  /*font-size: 1em;*/

  font-family: 'Gustan Book','Open Sans', sans-serif;
}
article a {
  color: #008996;
}
article a:hover {
  text-decoration: none;
}
article caption {
  font-weight: 700;
  padding-bottom: 1em;
}
article caption:before {
  content: "TABLE\A0\2014\A0";
  position: relative;
  font-weight: 700;
}
article .table-wrapper {
  margin-top: 3em;
  padding-bottom: 2em;
}
/* Remove dotted lines from abbr's */
abbr[title],
acronym[title] {
  border-bottom-width: 0;
}
pre code {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}
.footer-upper {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #909090;
  color: #dddddd;
}
.footer-lower {
  padding-top: 1em;
  padding-bottom: 3em;
  background-color: #5d5d5d;
  color: #dddddd;
}
.footer {
  margin-top: 4em;
  /* Remove hyperlink coloring in the footer */

}
.footer .container p {
  color: #dddddd;
  font-size: 1.25em;
}
.footer .container small {
  color: #dddddd;
}
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  color: #ddd;
  text-decoration: none;
}
