﻿*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #dbdbdb;
  margin: 0;
  padding-top: 60px;
  height: 100%;
}
h1,
h3 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
h1 {
  font-size: 36px;
  font-weight: 600;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 2.1428571435;
}
div.jumbotron.cut-top {
  padding-top: 0px;
}
html,
body {
  height: 100%;
  overflow: visible;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -70px;
  padding: 0 0 70px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:after {
  clear: both;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
  font-weight: 600;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
h1 {
      margin-top: 20px;
    margin-bottom: 10px;
}
@media (min-width: 960px) and (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .container {
    max-width: initial;
  }
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
  .navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
p {
    margin: 0 0 10px;
    line-height: 20px;
}
footer {
  height: 70px;
  margin-top: 10px;
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #c2c2c2;
  color: #999999;
}
footer .container {
  padding-top: 5px;
}
footer a,
footer .link {
  color: #555555;
}
footer a:hover,
footer .link:hover {
  color: #222222;
}
footer small {
  float: left;
}
.center {
  text-align: center;
}
.footer-disclaimer {
  font-size: 12px;
  padding-top: 2px;
}
footer a {
  color: #999;
}
a {
  text-decoration: none;
  color: #703196;
}
footer a:hover {
  text-decoration: underline;
  color: #703196;
}
small {
  font-size: 11.9px;
  text-size-adjust: 100%;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb {
  background: transparent;
  margin-top: -14px;
  margin-left: -19px;
  margin-right: -19px;
  border-bottom: solid 1px #ccc;
  border-radius: 1px;
  padding-bottom: 5px;
}
.breadcrumb a.active,
.breadcrumb a.active:hover,
.breadcrumb a.active:focus {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
}
.container-for-page {
  margin-top: -20px;
  padding-top: 20px;
}
