/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 * Additional styling for front end pages
*/


/** dashboard */
  .action-badge{
    width:120px;
    height:130px;
    margin:auto;
    border-radius: 5px;
    background-color: rgb(177 201 89);
  }

  .phase-li a {
    letter-spacing: .03rem;
  }
  
  hr.phase-separator {
    width: 100%;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(2,128,144,.8);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .phase-step-container{
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-items: center;
  }


  .phase-badge-container{
    position: relative;
  }
  
  .phase-badge{
    width:165px;
    height:180px;
    margin:auto;
  }

  .phase-item{
    /*height: 100%;*/
    display:flex;
    flex-direction: row;
    margin: .25rem 0rem;
    
  }

  .milestone-index{
    max-width: 60px;
    padding:0px 10px;
  }

  .milestone-index-badge{
    border-radius: 5px;
    background-color: rgb(125,125,125);
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: Interstate, sans-serif;
    font-weight: 700;
    min-width: 40px;
    max-height: 34px;
  }

  .milestone-index-badge img{
    object-fit: cover;
  }

  .milestone-title{
    text-align: left;
  }

  .milestone-progress{
    float:right;
    max-width:150px;
  }

  .warning-box {
    background-color:#028090;
    padding: 8px 16px;
    cursor: pointer;
    color:white;
    font-size: 1rem;
    font-family: 'Interstate Bold','Verdana','sans-serif';
    margin-bottom: .5rem;
    margin-top: .5rem
  }

  /** Knowledgebase / Blog */

  .card-panel{
    width:932px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .card-panel.wrapping{
    flex-wrap: wrap!important;
  }

  .blog-card{
    width:220px;
    height: 250px;
    margin-bottom: 2rem;
    cursor: pointer;
  }

  .blog-card-icon{
    font-size: 96px;
    line-height: 175px!important;
  }

  .blog-card-footer{
    width:220px;
    height:75px;
  }

  span.blog-title{
    font-family: 'Interstate Bold','Verdana','sans-serif'!important;
    color: whitesmoke;
    font-size: 18px;
  }

/** Dashboard nav panel */


.nav-panel{
  width:100%;
  margin-bottom: 3rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-btn-container{
  width: 125px;
  height: 135px;
  background-color: rgb(177 201 89);
  border-radius: 10px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: space-evenly;
    margin-right: 2rem;
  */
  padding: 16px 8px 0px 8px;
  cursor: pointer;
}

.nav-btn-icon{
  font-size:3em;
 
  margin-bottom: 16px;
}

.nav-stack{
  font-size: 1.5em;

  margin-bottom: 16px;
}

.nav-stack:first-child{
  vertical-align: middle;
  width:100%;
}

.nav-stack:nth-child(2){
  color: rgb(177 201 89)!important;
  vertical-align: middle;
}

.nav-btn-label{
  font-size: 16px;
  line-height: 24px;
  font-family: interstate, sans-serif !important;
}

.nav-btn-label::first-line{
  line-height:12px

  