/*
 * UBUNTU FONTS
 */

@font-face {
font-family: UbuntuMono-R;
src:
url(/css/fonts/UbuntuMono-R.ttf)
format("opentype");
font-weight: normal;
}

@font-face {
font-family: Ubuntu-L;
src:
url(/css/fonts/Ubuntu-L.ttf)
format("opentype");
font-weight: 300;
}

@font-face {
font-family: Ubuntu-R;
src:
url(/css/fonts/Ubuntu-R.ttf)
format("opentype");
font-weight: normal;
}

@font-face {
font-family: Ubuntu-B;
src:
url(/css/fonts/Ubuntu-B.ttf)
format("opentype");
font-weight: bold;
}

html {
  font-family: Ubuntu-L, sans-serif;
  position: relative;
  min-height: 100%;
}
body {
  font-family: Ubuntu-L, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  line-height: 1.54;
  margin-bottom: 300px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Ubuntu-B, sans-serif;
}
dt {
  font-family: Ubuntu-R, sans-serif;
}

.navbar-brand {
  height: 110px;
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar-collapse {
  height: 90px;
}
/*
.navbar ul li {
  font-family: Ubuntu-R,sans-serif;
}
*/
.navbar-collapse ul li a {
  color: #666666;
  font-family: Ubuntu-R,sans-serif;
}
/*
.navbar-collapse > li a:hover {
  color: #000;
  text-decoration: none;
}
.navbar-collapse > ul {
  padding: 29px 0 10px 0;
  line-height: 27px;
}
*/

/*
.container-page {
  min-height: 600px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
*/

.sidebar-small ul {
  list-style: none;
  margin: 0 !important;
}

.sidebar-small ul li {
  padding: 9px 0;
  border-bottom: solid 1px #eee;
}
.sidebar-small ul li a {
  display: block;
  margin: -6px 0;
  padding: 6px 0;
}

/*
footer {
  padding-top: 35px;
  padding: 10px 15px;
}
.footer-bottom {
  background: #eee;
  line-height: 2.3;
  font-size: 11px;
}
*/
.footer {
  position: absolute;
  bottom: 0;
  background: #eee;
  width: 100%;
  height: 200px;
}

/*
.faq ul {
  list-style: disc inside;
  padding: 0;
}
dd {
    margin-left: 0;
}
*/
dl {
  margin-bottom: 20px;
}
dt {
  font-family: Ubuntu-R,sans-serif;
  padding-top: 1ex;
  font-weight: 400;
}
dt, dd {
    line-height: 1.3;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 30pt;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #e63021;
}
.jumbotron p {
  font-size: 30pt;
  font-weight: 200;
  line-height: 1.4;
}
.masterhead h1 {
  color: #fff !important;
}
.masterhead p {
  color: #fff !important;
}
.masterhead a {
  color: #000 !important;
}


