.blue {
   color: #337ab7;
}
.lighthd {
    font-weight: 300;
}
.line-divider {
  height: 1px;
  margin: 9px 0;
  width:100%;
  background-color: #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #eee;
}
.landing-spacer {
  margin:5px 0 0 0;
}
.content-border {
  padding:10px 0 0 0;
}
.tick-list ul {
  list-style-type: none;
  margin:0;
  padding:0;
}
.tick-list li {
  padding-left: 35px;
  margin: 7px 0;
  background: no-repeat url('../../img/account/grn-tick-roundel.png') left top;
  background-size: 30px 30px;
}
.tick-list p, .tick-list li {
  font-size: 16px;
  font-weight: 300;
}
.btn-main {
  min-width:250px;
  text-align:left;
}
.lead {
  margin-bottom:0;
}
.btn-container {
  border-right: solid 5px #eee;
}
@media (min-width: 768px) {
  .social-content {
    background-color: none;
    float:right;
  }
}
@media (max-width: 767px) {
  .social-content {
  background-color: blue;
  float:left;
  }
}
.acc-info {
    padding-top:0;
}
@media (min-width: 1200px) {
  .acc-info {
    padding-left:10px;
  }
}
@media (max-width: 1199px) {
  .acc-info {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .acc-info {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
    .acc-info {
      padding-top: 30px;
  }
}
.test {
  border:solid 1px red;
}
.security-pic {
  max-width:200px;
}
@media (max-width: 768px) {
  .security-pic {
  display:none;
  }
}

/* Immobilise for buisness
================================== */

div.assetwatch > h1 {
  font-weight:400;
  font-size: 42px;
}
div.assetwatch > h2 {
  font-weight:400;
  font-size: 34px;
}
div.assetwatch > p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 1000px;
}
.assetwatch > h2.heading-dgrey {
  font-size:28px;
  color: #333;
}
.assetwatch > ul li {
  list-style: none;
  font-weight: normal;
  color: #333;
  margin: 8px 0;
}
.assetwatch .lead {
  font-size: 26px!important;
  padding-bottom: 20px;
  line-height: 1.2!important;
}
ul.asset-list, ul.best-practice {
  list-style-type: none;
  margin:20px 0 0 0;
  padding:0;
}
.asset-list li {
  padding: 0 0 4px 35px;
  margin: 8px 0;
  background: no-repeat url('../../img/landing/businessassets/green-roundel-tick.svg') left top;
  background-size: 25px;
  max-width: 800px;
}
.best-practice li {
  padding: 0 0 4px 10px;
  margin: 8px 0;
  background-size: 25px;
  max-width: 1000px;
}
.asset-list p, .asset-list li, .best-practice li {
  font-size: 16px;
}
.statrow {
  margin: 0;
}
div.statbox {
  padding: 10px;
  color: #333;
}
div.statbox > h3 {
  padding:10px 0;
  margin:0;
  color: #337ab7;
}
div.statbox > p {
  font-size: 16px;
}
.statbox img {
  margin: 0 auto;
  text-align: center;
}
.statdivider {
  border-right: 1px solid #337ab7;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .statdivider {
    border-right: 1px solid transparent;
    margin: 10px 0;
  }
}
.statend {
  border-right: 1px solid transparent;
  margin: 10px 0;
}
