
.row {
  margin-left: 0px;
  *zoom: 1;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 0px;

}

.gutter20 {
    margin-right: 20px
}

form {
    margin-bottom: 0px;
    vertical-align: middle;
}

.modal-header {
    background-color: lightgray;
}

.modal-footer {
    background-color: lightgray;
}

#footerparent {
    position: relative;
    height: 100px;
    background-color: #202020;
    margin-top: 20px;
}

#footerchild {
  text-align: center;
  display: table-cell;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40%;
  width: 70%;
  margin: -3% 0 0 -35%;
}

#footerhidden {
    height: 100px;
}

#contactform {
    margin-top: 20px;
    padding-left: 40px;
}

ul,
ol {
  padding: 0;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

body {
    background-color: black;
}

html,body {
    height:100%;
}

hr {
    margin: 20px -10px 0px -10px;
    border-top: 4px solid #202020;
    border-bottom: 4px solid #202020;
}

.checkmarks {
    margin-right: 15px; 
}

div.span4, div.span5, div.span6, div.span7 {
}

#headerlogo {
    margin-top: 15px;
    height: 60px;
}

#headertext {

    margin-top: 15px;
    /*    font-weight: bold; */
    height: 60px;
}

#headermessage {
    font-size: 14px;
    /*    font-weight: bold; */
    margin: 0px 0px 0px 0px;
}

#headerphone {
    font-size: 32px;
    margin: 18px 0px 0px 0px;
}

#imageholder {
    padding: 15px 0px 0px 20px;
}

#termsmodal {
    width: 900px;
    margin: 0px 0px 0px -460px;
}

.getstartedbutton {
    height: 40px;
    /*
    margin: 0px 0px 0px 0px;
    */
}

.registerbutton {
    height: 40px;
    /*
    margin: 0px 0px 0px 0px;
    */
}

.greysquare {
    height: 280px;
    padding-top: 20px;
    font-size: 18px;
    background-color: #202020;
}

.greysquare li {
    line-height: 30px;
    /*    font-weight: bold; */
}

.pull-center {
    text-align: center;
}

.text {
    color: white;
    font-family: "Trebuchet MS";
}