  /* CSS Document 
 yellow = #fbae14
   red = #f03f35
   blue = #3f91c9
   grey = #cdd7d6 */

.UIEC-bottmBor-yellow,
.UIEC-bottmBor-red,
.UIEC-bottmBor-blue,
.UIEC-bottmBor-blue-hr {
  padding: 0.38em 0.58em 0em 0.58em;
  margin-bottom: 1em;
  border: 1px solid #cdd7d6;
}

.UIEC-bottmBor-yellow {
  border-bottom: 2px solid #ba8b2e;
}

.UIEC-bottmBor-red {
  border-bottom: 2px solid #f03f35;
}

.UIEC-bottmBor-blue,
.UIEC-bottmBor-blue-hr,
.UIEC-bottmBor-black-hr {
  border-bottom: 2px solid #3f91c9;
}

.UIEC-bottmBor-black-hr {
  border-bottom: 1px solid #000;
}

.UIEC-bottmBor-blue-hr {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  margin-top: -5px;
}

.UIEC-bottmBor-rainbow-hr {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(63, 145, 201),
    rgba(240, 63, 43),
    rgba(254, 172, 26)
  );
  border-image-slice: 1;
  width: 100%;
  margin: 1.6em 0;
}

.UIEC-bottmBor-yellow a:link,
.UIEC-bottmBor-yellow a:visited,
.UIEC-bottmBor-yellow a:active,
.UIEC-bottmBor-yellow a:visited,
.UIEC-bottmBor-red a:link,
.UIEC-bottmBor-red a:visited,
.UIEC-bottmBor-red a:active,
.UIEC-bottmBor-red a:visited,
.UIEC-bottmBor-blue a:link,
.UIEC-bottmBor-blue a:visited,
.UIEC-bottmBor-blue a:active,
.UIEC-bottmBor-blue a:visited {
  color: black;
  text-decoration: none;
}

.numberList ul,
.timeline-UIEC ul {
  padding: 0;
  margin: 1.6em 0;
  padding-bottom: 1em;
}

.timeline-UIEC {
  padding: 0 0 0 0.38em;
  border-left: 4px solid transparent;
  border-image: linear-gradient(
    0turn,
    rgba(254, 172, 26),
    rgba(240, 63, 43),
    rgba(63, 145, 201)
  );
  border-image-slice: 1;
  width: 100%;
  /*	margin:1.6em 0; */
}

.numberList li,
.timeline-UIEC li {
  list-style: none;
}

.numberList li {
  font-weight: bold;
}

.timeline-UIEC li {
  list-style: none;
  display: flex;
  flex-direction: row;
  column-gap: 0.98em;
  margin-bottom: 1em;
}

.timeline-UIEC-Arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3f91c9;
}

.timeline-UIEC-Year {
  font-weight: bold;
  margin-right: 2em;
}

.numberBlue,
.numberRed,
.numberYellow {
  /* background-color: #3f91c9; */
  border-radius: 50%;
  height: 1.8em;
  width: 1.8em;
  border: 2px solid #3f91c9;
  /* color: white; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 1em 4px 0;
  font-size: 1.6em;
  padding-top: 0.5em;
  list-style: none;
}

.numberRed {
  /* background-color:  #f03f35; */
  border-color: #f03f35;
}

.numberYellow {
  /* background-color: #fbae14; */
  border-color: #fbae14;
}

.contact-UIEC-Box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact-UIEC-Names {
  flex: 0 0 50%;
  margin-bottom: 1em;
  margin-top: 0.78em;
}

/* Accordion CSS Overrides ***/
.expandMenu details {
  background-color: #deebf5;
}

.expandMenu .exContnet {
  background-color: white;
  padding: 0.98em 1.4em 4px 1.4em !important;
}
