html, body {
  font-family: 'PT Sans', sans-serif;
  height: 100%;
  background: #b9b7cb;
  ;
}

.top-wrapper {
  border-top: 8px solid #2c285a;
}

.container {
  background: #FFF;
}

.telephone {
  color: #2c285a;
  float: right;
  margin-top: 11px;
  font-size: 22px;
}

hr {
  border: 1px solid #2c285a;
  margin: 0 15px 0 15px;
  opacity: 0.5;
}

.twitterTitle {
  text-align: left;
  font-size: 19px;
  font-weight: bold;
}

.fluid {
  width: 100%;
}

.margin-top {
  margin-top: 15px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.margin-right {
  margin-right: 15px;
}

.margin-left {
  margin-left: 15px;
}

input, textarea {
  color: #666;
}

.no-overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.fluid {
  width: 100% !important;
}

.center {
  margin: 0 auto;
}
/* Header */
header {
  width: 100%;
  background: #f2f1f2;
  height: auto;
}

  header .container {
    padding: 0;
  }

  header .top {
    height: 128px;
  }

    header .top img {
      margin-top: 25px;
    }

  header .applynow {
    height: 45px;
    /*width:300px;*/
    line-height: 45px;
    float: right;
    background: #2c285a;
    margin-top: 40px;
  }

    header .applynow a {
      color: #fff;
      font-size: 25px;
    }

  header .logo-wrap p {
    font-size: 0.8em;
    margin: 5px 0 5px 0;
  }

/* Header nav */
#nav {
  height: 35px;
  line-height: 35px;
  background: #2c285a;
  border-bottom: 2px solid #bbb9b9;
}

  #nav ul {
    list-style-type: none;
  }

  #nav li {
    float: left;
    text-align: center;
    position: relative;
    display: block;
  }

    #nav li:hover {
      background: #e1dfdf;
      cursor: pointer;
    }

      #nav li:hover > a {
        color: #2c285a;
      }

      #nav li:hover > ul {
        display: block;
      }

  #nav a {
    padding: 7px 25px 7px 25px;
    text-decoration: none;
    color: #fff;
  }
  /* nav second layer */
  #nav li > ul {
    display: none;
    z-index: 999999;
    position: absolute;
    top: 35px;
    left: 0;
    background: #2c285a;
    padding: 0;
  }

  #nav li ul li {
    width: 200px;
    margin: 0;
    padding: 0;
  }

  #nav li ul > li:hover {
    background: #e1dfdf;
  }

    #nav li ul > li:hover > a {
      color: #2c285a;
    }
  /* nav third layer */
  #nav li ul li ul {
    left: 200px;
    top: 0px;
    background: #2c285a;
    border-left: 1px solid #e1dfdf;
  }

    #nav li ul li ul li:hover {
      background: #e1dfdf;
    }

      #nav li ul li ul li:hover a {
        color: #2c285a;
      }

/* Header slider */
.slideshow {
  height: 215px;
  overflow: hidden;
  position: relative;
}

  .slideshow img {
    top: 215px;
    height: 215px;
    width: 100%;
    position: absolute;
  }

    .slideshow img:first-child {
      top: 0;
    }


/* Content wrapper */
.content-wrapper {
  background: #d9d9d9;
  min-height: 70%;
}

  .content-wrapper.stripe-background {
    background: url('../images/background-stripe.png') #d9d9d9;
  }

  .content-wrapper .container {
    position: relative;
  }

  .content-wrapper .content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

.eclipse1 {
  position: absolute;
  left: -133px;
  top: -130px;
}

.whatsnext {
  background: #b9b7cb;
  min-height: 260px;
}

  .whatsnext [class^=row] {
    height: 160px;
  }

  .whatsnext h2 {
    color: #2c285a;
    text-align: center;
    margin: 15px 0 15px 0;
  }

  .whatsnext [class^=box] {
    height: 160px;
    border: 1px solid #2c285a;
    position: relative;
  }

    .whatsnext [class^=box] h3 {
      width: 55%;
      text-align: right;
      float: right;
      color: #2c285a;
      margin-right: 10px;
    }

  .whatsnext .more {
    height: 30px;
    width: 60%;
    line-height: 30px;
    background: #2c285a;
    color: #fff;
    font-size: 1.5em;
    float: right;
    position: absolute;
    bottom: 15px;
    right: 0;
  }

    .whatsnext .more p {
      margin-left: 10px;
    }

  .whatsnext .box1 {
    background: url(../images/whatsnext-1.png) no-repeat #fff;
  }

  .whatsnext .box2 {
    background: url(../images/whatsnext-2.png) no-repeat #fff;
  }

  .whatsnext .box3 {
    background: url(../images/whatsnext-3.png) no-repeat #fff;
  }

.step-progress a {
  color: #fff;
}

.container.content table {
  width: 100%;
  !important;
}

  .container.content table tr,
  .container.content table td {
    border: 1px solid #999;
    padding: 3px;
  }

/* Content sidebar */
.content-wrapper .sidebar .applynow {
  height: 160px;
  float: right;
  width: 100%;
}

.content-wrapper .sidebar hr {
  margin: 15px 0 15px 0;
}

.content-wrapper .sidebar [class^=box] {
  height: 160px;
  border: 1px solid #2c285a;
  position: relative;
}

  .content-wrapper .sidebar [class^=box] h3 {
    width: 55%;
    text-align: right;
    float: right;
    color: #2c285a;
    margin-right: 10px;
  }

.content-wrapper .sidebar .more {
  height: 30px;
  width: 60%;
  line-height: 30px;
  background: #2c285a;
  color: #fff;
  font-size: 1.5em;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 0;
}

  .content-wrapper .sidebar .more p {
    margin-left: 15px;
  }

.content-wrapper .sidebar .box1 {
  background: url(../images/whatsnext-1.png) no-repeat #fff;
}

.content-wrapper .sidebar .box2 {
  background: url(../images/whatsnext-2.png) no-repeat #fff;
}

.content-wrapper .sidebar .box3 {
  background: url(../images/whatsnext-3.png) no-repeat #fff;
}
/* Content main form */
.content-wrapper.main-form .container {
  background: #737189;
  color: #fff;
  padding-bottom: 25px;
}

.content-wrapper.main-form hr {
  border: 1px solid #fff;
  width: 100%;
  margin: 0;
  margin-top: 15px;
}

.content-wrapper.main-form input,
.content-wrapper.main-form textarea {
  padding: 7px;
  border-radius: 3px;
  border: 2px solid #ccc;
  width: 100%;
}

.content-wrapper.main-form textarea {
  height: 100px;
}

.content-wrapper.main-form button {
  padding: 7px;
  border: 0;
  background: #2c285a;
  color: #fff;
  width: 250px;
  text-align: left;
  font-size: 1.5em;
}


h2.twitterTitle {
  margin-left: 0 !important;
}
/* Bottom wrapper */
.bottom-wrapper {
  background: #b9b7cb;
  height: auto;
}

.border-right {
  border-right: 1px solid #2c285a;
}
/* Section 1 */
.bottom-wrapper .section1 {
  padding-bottom: 25px;
}

.box-blog p {
  margin-left: 7px;
  margin-top: 8px;
}

.blog-bottom-wrap {
  height: 250px;
  overflow-y: scroll;
  position: relative;
  ;
}

.tweet {
  padding: 12px 12px 10px 69px;
  border-width: 0 0 1px;
}

.customisable-border {
  border: 1px solid #e8e8e8;
}

.root, .tweet, .footer, .detail-expander, .header, .timeline {
  position: relative;
}

.blog-bottom-wrap::-webkit-scrollbar {
  display: none;
}

.blog-bottom-wrap h3 {
  margin: 0;
  padding-left: 13%;
  text-align: left;
  font-size: 16px;
}

img.profile-image {
  width: 10% !important;
  float: left;
  border-radius: 50%;
}

.blog-bottom-wrap ol, .blog-bottom-wrap ul {
  padding: 0;
  margin: 0;
  font: normal normal normal 12px/16px "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-transform: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  -webkit-outline: 0;
  -moz-outline: 0;
  -ms-outline: 0;
  -o-outline: 0;
  outline: 0;
}
/*
.bottom-wrapper .section1 .box {
    border:1px solid #2c285a;
    height:160px;
    width:100%;
    overflow:scroll;
}*/
.bottom-wrapper .section1 .box img {
  margin: 0 auto;
  height: 100%;
}

.bottom-wrapper .section1 .box-blog img {
  width: 100%;
  height: auto;
}
/* Testimonials */
.container.testimonial {
  margin-top: 25px;
}

  .container.testimonial .box {
    margin-bottom: 25px;
    height: 125px;
    overflow: hidden;
  }

  .container.testimonial img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .container.testimonial .arrow {
    margin-top: 50px;
  }

    .container.testimonial .arrow:hover {
      cursor: pointer;
    }

/* Footer nav */
footer {
  background: #b9b7cb;
}

  footer img,
  footer ul {
    margin-top: 10px;
  }

  footer ul {
    list-style-type: none;
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
  }

  footer li {
    float: left;
    padding-right: 15px;
  }

    footer li a {
      color: #2c285a;
      text-decoration: none;
    }

      footer li a:hover {
        color: #1d1a3b;
      }

img.profile-image {
  position: absolute;
  left: 20px;
  top: 20px;
}

.customisable-border h3 {
  /* height: 60px; */
  margin-left: -30px;
  line-height: 22px;
}
