html, body {
    background: rgba(0, 0, 0, 0) linear-gradient(145deg, #04cdf7, #134953 96%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(145deg, #04cdf7, #134953 96%) repeat scroll 0 0;
    font-family: "Arial", sans-serif;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    color: #134953;
    background-attachment: fixed;
    height: 100%;
}

hr {
    margin-top: 80px;
    margin-bottom: 40px;
}

.content div {
    opacity: 9;
    color: #fff;
}

.content h1, h2, h3 {
    opacity: 0.7;
    color: #fefefe;
}

.transparent {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop(0%, rgba(0, 0, 0, 0.80)), color-stop(100%, rgba(0, 0, 0, 0.80)));
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    opacity: 0.9;
}

.content {
    min-height: 70%;
    padding-top: 40px;
    min-height: -webkit-calc(100% - 186px - 400px - 40px);
    min-height: -moz-calc(100% - 186px - 400px - 40px);
    min-height: calc(100% - 186px - 400px - 40px);
}

ul#system_status {
    list-style-type: none;
    padding-left: 7px;
}

ul#system_status li {
    vertical-align: middle;
    /*display: inline-block;*/
}

ul#system_status li span {
    vertical-align: middle;
    display: inline-block;
    height: 36px;
}

ul#service_list {
    list-style-type: none;
}

ul#service_list li {
    vertical-align: middle;
    display: inline-block;
}

ul#service_list li a {
    color: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
    display: inline-block;
    font-size: larger;
    height: 36px;
}

ul#service_list li a:hover {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    text-decoration: none;
    font-size: larger;
}

.glyphicon {
    top: 3px;
}

.nav li .btn {
    margin: 7px;
}

a.anchor {
    text-decoration: none;
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.footer {
    position-bottom: 0px;
    margin-top: 40px;
    padding: 20px;
    height: 186px;
    background-color: #fefefe;
}

#intro {
    background: url('/img/email.png') 50% 0 fixed no-repeat;
    height: 600px;
    margin: 0 auto;
    background-size: cover;
}

#bg2 {
    background: url('/img/intro_bg.jpg') 50% 0 fixed no-repeat;
    height: 400px;
    margin: 0 auto;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 40px;
}

#bg2 .container {
	background-color: rgba(0,0,0,0.3);
	height: 100%;
}

/* TIMELINE
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
*/

#legal h1 {
    color: #134953 !important;
}

#legal h2 {
    color: #2e6da4 !important;
}

#legal h3 {
    color: #2e6da4 !important;
}
