/*body {
  font-family: "Open Sans", sans-serif;
  color: #555759;
  background-color: #D4D5D5;
}*/

a:hover {
  text-decoration: none;
}

hr {
  background-color: #AAABAC;
}

.div-underline, .div-underlind div {
  border-bottom: 1px solid #AAABAC;
  padding: 10px 0px;
}

.bg-shadow {
  /*-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);*/
}

#top-bar {
  /*background-color: #0E69AF;*/
  background-color: rgb(12, 81, 139);
}

#logo-bar {
  background-color: white;
  width: 100%;
}

#logo-bar .container .row {
  height: 93px;
}

.img-fluid {
  width: 160px;
  margin-left: 25px;
}

.img-etf {
  height: 93px;
}

.hero-container2 {
  /*background-color: #1AA2DC;*/
  padding: 40px 0px;
  color: white;
}

.information-icon {
  color: #00a3e0;
  background-color: white;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 10px;
}
.tab-content{
    background-color:white;
}
.info-box {
  color: #555759;
  background-color: white;
  padding: 20px 30px;
  font-weight: bold;
}

.info-box-fluid {
  /*color: #555759;
  background-color: white;
  padding: 0px;
  font-weight: bold;*/
    color: #555759;
    background-color: white;
    padding: 0px;
    font-weight: bold;
    margin-bottom: 80px;
}

.fund-detail {
  padding: 30px 0px;
}

.title {
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 15px;
  /*font-family: "Utopia";*/
  color: #515151;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {

    border-radius: 0;
    padding: 0;
    /*height: 37px;*/
    line-height: 37px;
    color: #555151;    
    /*border: 1px solid #00a3e0;*/
    /*margin: 0 14px 0 0;*/
    border-bottom: none;
   background: #f0f0f0;
    font-weight:500;
    padding: 0;
}

.nav-pills .nav-link {
    border: 1px solid #00a3e0;
    margin-bottom: -1px;
    border-radius: 0;
    height: 38px;
    
     background: #e2e2e2;
    color: #7c7c7c;
    max-height: 40px !important;
    font-weight:500;
}

.nav{
        background: #f0f0f0;
}
.table {
  color: #555759;
  /* font-size: 13px; */
}

table th {
  border: 0px !important;
  /*color: #1AA2DC;*/
  color: #00A3E0;
  border-collapse: collapse;
  font-weight: normal;
  text-align: right;
}

table td {
  /* border-top: 0px !important; */
  /* border-bottom: 1px solid !important; */
  border-top: 0px !important;
  border-bottom: 1px solid #AAABAC;
  border-collapse: collapse;
  font-weight: normal;
  text-align: right;
}

.table-label {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
}

.tab-pane {
  padding: 20px 40px;
  font-size: 13px;
  font-weight: normal;
}

.container-row {
  margin: 80px 0px;
  /*background-color: white;*/
}

.container-first-row {
  margin-top: 20px;
  /*background-color: white;*/
}

.nav-pills .nav-link {
  /*border-radius: 0rem;*/
  /*color: white;*/
  /*max-height: 40px !important;*/
}

#hero {
  width: 100%;
  position: relative;
}

#hero .hero-container {
  /* position: absolute; */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: url("../img/hero-bg.png") top center;
  background-size: cover;
  height: 375px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  #hero h1,
  #hero h2 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
    .nav li {
        border-bottom: none !important;
    }
    .tab-pane {
        padding: 10px 25px;
    }
}

#logo-bar .text-asset {
  font-size: 12px;
  height: 20px;
  line-height: 23px;
}

@media (max-width: 767px) {
  #logo-bar {
    height: 80px;
  }
  #logo-bar .logo img {
    height: 80px;
    width: auto;
  }
  #logo-bar img {
    width: 120px;
    margin-top: 5%;
    /*margin-left: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto;*/
  }
  #hero .hero-container {
	 /*height: 105px;*/
  }
    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        border: 1px solid #00a3e0;
    }
}
.nav li.active{
      border-bottom: none !important;
}

.nav li {
  /*padding: 0px;*/
  border-bottom: 1px solid #00a3e0;
    float: none;
    display: table-cell;
    text-align: center;
}

.doc-list-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.doc-list-item .label {
  /*color: #1AA2DC;*/
  color: #00A3E0;
  font-weight: bold;
}

.doc-list-item .date {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 11px;
}

.doc-list-item .action {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.doc-list-item .action a {
  color: #62CBC7;
  font-size: 20px;
  margin-left: 8px;
}

.doc-list-item .action img {
  width: 30px;
  height: 30px;
  padding-bottom: 3px;
}

#doc .notes {
  font-size: 10px;
  padding: 30px 0px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.scrollto {
    display:block;
}
.back-to-top {
  position: fixed;
  display: block;
  right: -111px;
  top: 150px;
  z-index: 99999;
   /*background: #0E69AF;*/
   
    /*background-color: rgb(12, 81, 139);*/
    background-color: rgb(12, 81, 139);
  color: #fff;
   -webkit-transition: all 0.8s;
  transition: all 0.8s;

}
.back-to-top:hover {
  right:0px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.back-to-top a {
    color: #fff;
}

.back-to-top img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  width: 40px;
  /*height: 40px;*/
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  /*background: #0E69AF;*/
  background-color: rgb(12, 81, 139);
  color: #fff;
  display:inline;
  /*-webkit-transition: all 0.4s;
  transition: all 0.4s;*/
  -o-object-fit: cover;
     object-fit: cover;
}

.back-to-top i:hover {
  /*background: #0E69AF;*/
  color: #fff;
  right:0px;
}

.back-to-top a:hover {
  background-color: #0080c7;
}
.back-to-top a:hover .sideimg {
    background-color: #0080c7;
  /*opacity: 0.6;*/
  /*background-color: #0E69AF;
  color: #fff;*/
  /*padding: 0px 0px 0px 2px;*/
}
/*# sourceMappingURL=doc.css.map */