html {
  position: relative;
  min-height: 100%;
}

a {
  text-decoration: none !important;
}

.container {
  font-family: 'Roboto', sans-serif;
}

.navbar-custom {
  background: #f26900;
  border: 0;
}

.navbar-nav > li > a, .navbar-nav > li > a:focus {
    color: #ffffff !important;
}

.navbar-nav > li > a:hover {
    color: #3a3a3c !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff !important;
}

.navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #f26900 !important;
}

.navbar-collapse {
  border: none;
}

.jumbotron-custom {
  background-color: #f26900;
  height: 300px;
}

.featured-content {
  margin-top: 60px;
  float: right;
  text-align: right;
}

.featured-content .title {
  font-weight: 100;
  font-size: 3em;
  color: #ffffff;
  line-height: 1.75em;
}

.featured-content > img {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.featurette, .featurette-dark {
  padding-bottom: 40px;
}

.featurette-dark {
  background-color: #f2f2f2;
}

.featurette-last {
  /* Margin bottom by footer height */
  margin-bottom: 180px;
}

.container .row .col-md-8 > ul {
  list-style-type: circle;
}

.container .row .col-md-4 .owa-icon {
  text-align: center;
}

.container .row .col-md-4 > h4 {
  margin-top: 40px;
}

.faq-question {
  margin-top: 15px;
  font-size: 1.2em;
  line-height: 1.75em;
  color: #07c;
  cursor: pointer;
}

.faq-answer-list-padded {
  margin-top: 10px;
}

.user-guide {
  text-align: center;
  margin-bottom: 30px;
}

.user-guide > a {
  color: #07c;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.submission-thank-you-message > h1, .submission-thank-you-message > h3 {
  text-align: center;
  font-weight: 300;
}

.error-message, .error-message > h1, .error-message > h3 {
  font-weight: 300;
}

.error-message-links {
  font-size: 1.2em;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 180px;
  background-color: #303030;
  color: #ffffff;
  font-weight: 100;
  font-size: 0.9em;
  line-height: 2em;
  padding: 40px;
}