/* NEW TIME LINE */

/* The actual timeline (the vertical ruler) */
.timeline-w3 {
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline-w3::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #1f4c78;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -17px;
  background-color: aliceblue;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-timeline {
  left: 0;
}

/* Place the container to the right */
.right-timeline {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-timeline::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #1f4c78;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent aliceblue;
}

/* Add arrows to the right container (pointing left) */
.right-timeline::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #1f4c78;
  border-width: 10px 10px 10px 0;
  border-color: transparent #1f4c78 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-timeline::after {
  left: -16px;
}

/* The actual content */
.content-timeline {
  padding: 20px 30px;
  background-color: aliceblue;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  .timeline-w3::after{left:8%;}
  
  /* Full-width containers */
  .container-timeline {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
  left: 60px;
  border: medium solid #1f4c78;
  border-width: 10px 10px 10px 0;
  border-color: transparent #1f4c78 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-timeline::after, .right-timeline::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right-timeline {
  left: 0%;
  }
}

/* SUPERNOFA CSS */

.supernofa #banner h1, #banner h1 a {color: #06407a;}
.supernofa .add-fa {color: #000;}
.supernofa .nofa-page-banner{background-color:#fee9ce;}
.supernofa .nofa-menu-section{background-color:#b54f01;}
.supernofa .nofa-summary{background-color:#efefef;}
.supernofa .nofa-links{background-color:#fff2e0;}
/* .supernofa .nofa-menu-section .nofa-menu ul li:last-of-type a {
   background-color: #fdce9c;
   border-radius: 15px;
   margin-top: 7px;
   padding: 5px 13px;
   color: #000;
} */
.supernofa .nofa-menu-section .nofa-menu ul li:last-of-type a:hover { background-color: #eee; }
#programs-container {
    font-family: 'Roboto', sans-serif !important;
}
.program-heading
{
  margin-top:20px;
  margin-bottom:30px;
}
#programs-container h2 {
    font-family: 'Roboto', sans-serif;
    color: #06407a;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
}

#programs-container p {
    padding: 5px 0 0 0;
    margin: 0;
    line-height: 1.4em;
    font-weight: 300;
    font-size: 1.25em;
    text-align: center;
}

.program-box {
   background-color: #e4f5ff;
    border-radius: 7px;
    border: 1px solid #c6dcec;
    padding: 20px 10px;
    text-align: center;
    font-size: 20px;
    float: left;
    margin: 0 10px;
    color: #044e8b;
    width:22.22%;
}

.program-img
{
  height:185px;
}

.program-box:hover {
    background-color: #fefaf5;
    cursor: pointer;
    border: 1px solid #eddfcc;
}

.program-box img {
  height:165px;
  width: auto;
}

.program-box span {
    display: block;
    height:85px;
}
.program-box a span {
    text-align: center;
    font-size: 20px;
    color: #044e8b;
    font-weight: 400;
    line-height: 24px;
}

.program-box a { text-decoration:none;}

.nofa-links { 
    background: linear-gradient(0deg, rgba(255, 242, 224, 0.95), rgba(255, 242, 223, 0.95)), url('/sites/default/files/default_images/subsite-construction-bright.webp'); 
    background-size: cover;
    background-position: center;
}