.bg_image
{
    background-color: black;
    background-image: url('../img/sg_background.jpg');
    overflow: visible;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
}

.login_form
{
    background: rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 1px 5px rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 1px 1px 5px rgba(255,255,255,.5) inset;
    box-shadow: 1px 1px 5px rgba(255,255,255,.5) inset;
    border: 1px solid #334D54;
    border-image: initial;
    position: absolute;
    top:30%;
    left:0%;
    padding:40px 80px;
}

.login_form h2, .login_form label
{
    color:white;
}

.item
{
/*    height: 220px;*/
display: table;
}

.hero-unit
{
    padding:30px 0px 30px 60px;
/*    margin-right: 70px;*/
    margin-bottom: 0;
    height: 230px;
    display:table-cell;
    vertical-align: middle;
}

.hero-unit h1
{
    font-size: 52px;
}

a.thumbnail
{
    text-align: center;
}

.thumbnail
{
    max-width:96%;
}

.box
{
    background-color: #f5f5f5;
    height: 270px;
}

.box h4, .box div
{
    margin-left:10px;
    margin-right:10px;
}

li.span1
{
    width:40px;
}

.fullwidth
{
    width:100%;
}

.navbar .container
{
    width:940px;
}

.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
/*  margin-left: 20px;*/
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #000;
}

.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
/*  padding: 1px 17px 8px;*/
  line-height: 28px;
  color: #fff;
  opacity: 0.4;
  text-decoration: none;
  text-transform:uppercase;
  font-weight: 200;
  font-size: 120%;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #999;
  text-decoration: none;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;


}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
  background:#fff;
  text-decoration: none;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 30px 10px 0 0;
  font-size: 100%;
}


body {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #595959;
  background: #fff;
}

p {
  margin: 0 0 9px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.alert
{
    margin-left: 20px;
}

table p
{
    margin:0;
}

#benefits_list li
{
    margin-bottom:10px;
}

#offering-list dd
{
    margin-bottom: 10px;
}

.table tr.info {
background-color: #D9EDF7;
}
