.intro-education-header{
    padding-top: 112px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: linear-gradient( to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
 url(../../assets/img/education/1.jpg) no-repeat center center;
    background-size: cover;
    height: 450px;
    /*background-position: 0 80px;*/
}

label{font-weight:normal;}

.form-control{font-weight:normal;}

#EducationContainerInsights{
  background-size: cover;
  background-color:#eee;
  border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;
}
#active{color:#989898;}
#Education-Header{
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  color: #3ba729;
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
}

p{line-height:24px;}

.intro-message-education{
  position: relative;
  padding-top: 10%;
}

.intro-message-education > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

#ArchiveText{font-size:15px;font-weight:bold;font-family: TrendSans-One, Arial, sans-serif;color: #95ae51;}

@media screen and (max-width: 1000px) {
    .intro-message-education{padding-left:0px;}
    .intro-message-education > h1 {font-size:4em}
}

@media screen and (max-width: 600px) {
    .intro-message-education > h1 {font-size:3em}
}

@media screen and (max-width: 500px) {
    .intro-message-education > h1 {font-size:2.5em}
}

.InsightsDivider{
      font-family: 'Open Sans', sans-serif;
      box-sizing: border-box;
      color: #3ba729;
      font-size: 50px;
      font-weight: 100;
      text-align: center;
      margin-bottom: 20px;
      margin-top:0px;
      padding-top:30px;
}


/**************************************/
/*************.NAV TABS ***************/
/**************************************/
.nav-pills, .nav-stacked{
  display: -moz-box;
  display: -webkit-box;
  display: box;width:100%;
}

.nav-pills > li, .nav-stacked > li{
  /*margin-right:70px; spacing*/
  font-size:17px;
  background: #e1e3d8;
  transition: background-color 0.5s ease;
  text-align: center;
  border: 1px solid rgb(199, 199, 199);
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  }

.nav-stacked > li + li {margin-top:0px;margin-left: -5px;}

.nav-pills > li > a{color:#404244;}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
color: rgb(53, 49, 49);background-color:#fff;
border-bottom:1px solid #FFF;
border-radius:0px;
margin-bottom:-2px;
}



/*Color not working on hover*/
.nav-pills > li:hover{background-color: #f0f1eb;color:#3ba729;}

.tab-content{padding:0px 20px 0px 20px;
border-left:1px solid rgb(199, 199, 199);
border-right:1px solid rgb(199, 199, 199);
border-bottom:1px solid rgb(199, 199, 199);}

.tabbable{box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;}
/* ************************************* */
/* ************ ./NAV TABS ************* */
/* ************************************* */
.active{font-weight:bold;}
.pagination{margin: -7px 10px 10px -10px;}
.pagination li{font-weight:normal;}
/*INVESTMENTPROCESS*/

.MutualFundBasicsSection, .CommentarySection{padding: 0px 15px 10px 15px;}


@media screen and (max-width: 600px){
  .nav-pills > li, .nav-stacked > li {font-size:14px;}
}

@media screen and (max-width: 460px){
  .nav-pills, .nav-stacked{display:block;}
  .nav-stacked > li + li {margin-left:0px;}
}
