/*CSS*/
/*Objective List*/
 ul.popout-list{
     list-style-type: none;
 }
 ul.popout-list.large li::marker {
     font-family: "Tiempos Headline Semibold";
     font-size: 2.75rem;
     line-height: 1.25;
     color: #f56600;
}
 ul.popout-list.large li .las, ul.popout-list.large li .lab {
     font-size: 50px;
     margin-right: 12px;
     position: relative;
}
 ul.popout-list li .ul-text {
     font-family: "Tiempos Headline Semibold";
     font-size: 2.2rem;
     line-height: 1.25;
     color: #f56600;
}
 ul.popout-list li .cu-stat~.heavy.condensed {
     font-size: 22px;
}
 ul.popout-list.large {
     padding-bottom: 2.75rem;
}

/*Custom Contact Cards*/
.cu-wc p, .cu-wc img {
     margin-bottom: 5px;
}
 .cu-content .cell.contact .card {
     height: 100%;
     background: #f7f7f7 0% 0% no-repeat padding-box;
     box-shadow: 0px 3px 6px #00000029;
     border-radius: 5px;
     max-width: 325px;
}
 .title {
     font-family: "Tiempos Text semibold";
     font-size: 1.25rem;
     line-height: 1.5rem;
     margin-bottom:4px;
}
 .title a{
     text-decoration: none;
}
 .title a:hover,a:focus{
     text-decoration: Underline;
}
 .name{
     font-weight: 400;
     font-size: 1.25rem;
     line-height: 1.75rem;
}
 

/*NSF Granted*/
.box {
    padding: 20px 1%;

    &:nth-child(odd) {
      background-color: #EDF6FF !important;
    }
    
    &:nth-child(even) {
      background-color: #F7F7F7 !important;
    }
  }