.investment-banking .container {
  background: rgba(0, 0, 0, 0) url("../img/investment-bankings-bg.jpg") no-repeat scroll 0 0;
  height: 100%;
  text-align: left;
  width: 100%;
}

.investment-banking h1 {
    color: #986b4d;
    font-size: 34px;
    line-height: 34px;
    margin: 40px 0;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
}

.investment-banking .investment-banking-h3-heading {
    color: #986b4d;
    font-size: 22px;
    margin: 40px 0;
    position: relative;
    text-transform: uppercase;
}

.investment-banking .investment-banking-h3-heading::before {
    border-bottom: 1px solid #191b1c;
    bottom: -15px;
    content: "";
    position: absolute;
    width: 100px;
}

.investment-banking h3 {
  color: #191b1c;
  font-size: 20px;
  margin: 10px 0;
}

.investment-banking h3 strong {
    font-weight: normal;
}

.investment-banking h4,.investment-banking h5 {
    color: #121314;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.investment-banking h5 {
    font-size: 18px;
    text-transform: capitalize;
}

.investment-banking a {
    text-align: left;
    text-decoration: none;
    color: #fff;
}

.investment-banking p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 20px;
}


/* Progress Bar */

/*.investment-banking-content {
    margin: 0 15% 600px;
    padding: 0;
    width: 45%;
}*/

.investment-banking-content {
  margin: 0 0 600px 15%;
  padding: 0;
  width: 49%;
}


.investment-banking-content section {
  margin: 0 0 100px;
}

.investment-banking-progress {
  background: #2a2a2b none repeat scroll 0 0;
  height: 100%;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 310px;
  z-index: 100;
}

.investment-banking-progress .investment-banking-wrapper {
    position: relative;
    width: inherit;
}

/*.investment-banking-progress .investment-banking-wrapper.affix {*/
    /*position: fixed;*/
    /*right: 85px;*/
    /*top: 10px;*/
    /*width: auto;*/
/*}*/

.investment-banking-progress .investment-banking-bar {
  background-color: #090e13;
  border-bottom: 1px solid #ffffff;
  display: block;
  height: auto;
  margin-bottom: 0;
  padding: 31px 0;
  position: relative;
  width: 100%;
}

.investment-banking-bar:last-child {
  margin-bottom: 50px;
}

.investment-banking-progress .investment-banking-bar span {
    background-color: #986b4d;
    bottom: -2px;
    display: block;
    height: 4px;
    position: absolute;
    width: 0;
    z-index: 0;
}

.investment-banking-progress .investment-banking-bar a {
    color: #ffffff;
    font-size: 10px;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}

.investment-banking-progress .investment-banking-bar a:hover {
    color: #986b4d;
}

.investment-banking-progress .investment-banking-bar i {
    position: absolute;
    right: -30px;
    height: 40px;
    line-height: 40px;
    color: #986b4d;

    -webkit-transition: color .3s;
    transition: color .3s;
}

.investment-banking .button-share {
    text-align: center;
}

.search-article {
  background: #07090c none repeat scroll 0 0;
  bottom: 0;
  position: fixed;
  width: 310px;
  z-index: 100;
}

.search-article input[type="text"],.search-article input[type="submit"]  {
    height: 40px;
}

.search-article input[type="text"] {
    background: #07090c;
    border: 1px solid #07090c;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    padding-left: 15px;
    width: 80%;
}

.search-article input[type="submit"] {
    background: #07090c url("../img/artice-search-icon.png") no-repeat scroll center center;
    border: 0;
    border-right: 2px solid #171a1f;
    float: left;
    width: 20%;
}

.investment-banking  .mCSB_container {
  overflow: visible;
}

.investment-banking-content section a {
  color: #986b4d;
  text-decoration: none;
}

.investment-banking-content .download-sec a,.investment-banking-content .button-share a {
  color: #ffffff;
}