ul ul{
  list-style-type: disc;
  color: inherit;
}

.el-main .article{
  background-color: #2F558E;
}
.el-main .article .el-tabs__header{
  padding: 0 30px;
  background: #213977;
}
.el-main .article .tab-content{
  padding: 0 45px 45px;
}

.el-main .container-fluid{
  position: relative;
  z-index: 1;
}

body.ipsApp #ipsLayout_body.ipsLayout_container.el-main {
  background: linear-gradient(180deg, #052854 0%, #1b457f 45.31%, #00183F 100%)!important;
}
body.ipsApp .ipsLayout_container.el-main:before {
  top: 0;
}

body.ipsApp .topNav h1{
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-shadow: none;
  padding: 0 0 30px;
  box-sizing: border-box;
}

.el-main{
  margin: 100px auto;
}
.el-tabs__header nav{
  position: relative;
  width: 100%;
  overflow-y: hidden;
}

.el-tabs__header nav .nav-tabs{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 2px solid transparent;
}
.el-tabs__header nav .nav-tabs .nav-link{
  display:block;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  border: none;
}
.el-tabs__header nav .nav-tabs .nav-link.active{
  position: relative;
  border-color: transparent;
  color: #FFFFFF;
  background: transparent;
}
.el-tabs__header nav .nav-tabs .nav-link:hover{
  color: #FFFFFF;
  border: none;
}
.el-tabs__header nav .nav-tabs .nav-link.active:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #FFAA00;
  z-index: 1;
}
.tab-content{
  margin-top: 30px;
}
.tab-content .tab-pane.fade{
  display: none;
}
.tab-content .tab-pane.fade.active.show{
  display: block;
}
.tab-content .tab-pane .card{
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  border-radius: 0;
  background: transparent;
}
.tab-content .tab-pane .card:last-of-type{
  border: none;
}

.tab-content .tab-pane .card .card-header{
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.08rem;
  color: #ffffff;
  background: transparent;
  line-height: 1.2;
  padding: 20px 0 10px;
  border: none;
}
.tab-content .tab-pane .card .card-header div{
  color: #fff;
}
.tab-content .tab-pane .card .card-body{
  font-family: 'Roboto', sans-serif;
}
.tab-content .tab-pane .card .card-body p, .tab-content .tab-pane .card .card-body *{
  font-size: 16px;
  color: rgba(255, 255, 255, .7)!important;
}
.tab-content .tab-pane .card .card-body b,
.tab-content .tab-pane .card .card-body strong{
  color: #fff;
}
.tab-content .tab-pane .card .card-body a{
  text-decoration: underline;
}
.tab-content .tab-pane .card .card-body a:hover{
  text-decoration: none;
}

#ipsLayout_footer{
  position: relative;
  background-color: #142E70;
  margin-bottom: 0;
}
#ipsLayout_footer:before{
  display: none;
}

@media(min-width: 768px){
  .tab-content .tab-pane .card .collapse{
    display: block !important;
  }
}

@media(max-width: 1024px){
  .el-tabs__header nav .nav-tabs{
    border: none;
  }
  .el-tabs__header nav .nav-tabs .nav-link:hover{
    border: none;
  }
  .el-tabs__header nav .nav-tabs .nav-link.active:before{
    bottom: 1px;
  }
}

@media(max-width: 768px){

  .topNav h1{
    color: #082750;
    font-size: 24px;
  }
  .el-main{
    margin: 30px auto;
  }
  .el-tabs__header nav .nav-tabs .nav-link{
    font-size: 16px;
  }
  .tab-content .tab-pane .card .card-header{
    font-size: .96rem;
  }
  .el-main .article .el-tabs__header{
    padding: 0 15px;
  }
  .el-main .article .tab-content{
    padding: 0 25px 25px
  }
  .tab-content .tab-pane .card .card-body ul{
    padding-left: 20px;
  }
  .tab-content .tab-pane .card .card-body ul li{
    margin-bottom: 10px;
  }
}

@media(max-width: 480px){
  .el-main{
    margin: 10px auto 40px;
  }
  .tab-content .tab-pane .card .card-body{
    padding: 20px 0 5px;
  }
}