html, body {
  position: relative;
  width:100%;
}
body{
  background: #f1f4f5;
  margin: 0;
  min-height:calc(100vh);
    box-sizing: border-box;
  font-family: 'Fidelity Sans', Arial;
}
header {
  width: 100%;
  position: fixed;
  top:0;
  left:0;
  background-color:#ffffff;
  z-index:999;
  .header-section{
    width:100%;
    box-sizing: border-box;
    padding:5px 30px;
    height:60px;
    .logo-section{
      width:125px;
      height:auto;
      img{
        width:100%;
      }
    }
  }
}
footer {
  width: 100%;
  background: transparent;
position: relative;
    clear: both;
  height: 60px;
    .border {
      position: relative;
      max-width: 100vw;
      width: 100vw;
      margin-top: 20px;
      border-top: 2px solid #e7e7e7;
    }
  .footer-section{
    width:100%;
    box-sizing: border-box;
    padding:5px 30px;
    display:grid;
    height: 60px;
    grid-template-columns: 1fr;
    .left-section{
      width:100%;
      padding:15px 0;
      text-align:center;
    }
    .logo-section{
      width:95px;
      height:auto;
      img{
        width:100%;
      }
    }
  }

}
.mw-1440{
  max-width: 1440px;
  margin: 0 auto;
}
.page-section{
  position: relative;
  padding:15px 30px;
  box-sizing: border-box;
  top:60px;
  min-height: calc(100vh - 90px);
  overflow: auto;
}
.disclosures-list{
    padding-bottom: 25px;
}
.default-link-item{
  text-decoration: none;
  font-size:14px;
  font-family: 'Fidelity Sans', Arial;
  color:#284B8E;
  cursor: pointer;
}
.disclosure-item{
  color: #2b992c;
  margin-bottom: 16px;
}
.list{
  padding-left: 15px;
  font-size: 14px;
}
.reports-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 10px;
}
.report-link{
    color: #284B8E;
  text-decoration: underline;
}
.quarter{
  display: grid;
  grid-template-rows: 1fr;
  row-gap: 5px;
  margin-bottom: 25px;
}
.sec-606-page{
    padding-bottom: 30px;
    .title{
        display: flex;
        justify-items: center;
        align-items: center;
        justify-content: space-between;
        gap:10px;
    }
    .back-link{
        color: #0572E3;
        font-size:14px;
        text-decoration: none;
        display:grid;
        grid-template-columns: 20px 50px;
        justify-content: center;
        column-gap:10px;
        align-items: center;
    }
}
