/*---------------------------------*/
/*----------BASE STYLE-------------*/
/*---------------------------------*/

html {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: .9rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#Title {
  font-size: 1.5rem;
  font-weight: 700;
}

#Subtitle {
  font-size: 1.1rem;
  font-weight: 350;
  margin-top: -20px;
}

.big {
  font-weight: 600;
  font-size: 1.2rem;
}

.source {
  display: flex;
  justify-content: space-between;
}

.item1{
  order: 1;
  opacity: 50%;
  text-align: bottom;
}

.item2{
  order: 2;
}

#csis-logo-inline-source {
  height:23px;
  margin-top: 10px;
}

/*---------------------------------*/
/*--------------BAR----------------*/
/*---------------------------------*/

.master-wrapper {
  border-right: 3px solid black;
}

.fy25 {
  text-align: right;
  height: 80px;
  margin-right: 0.5rem;
}

.fy26 {
  margin-top: 0px;
  text-align: center;
  margin-right: 0.5rem;
  padding: 2rem 0;
}

.top-bar {
  background-color: #0054a4;
  color: #0054a4;
  height: 100px;
  margin-top: -100px;
}

.bottom-bar {
  max-width: 700px;
  background-color: #f0f0f0;
  border-style: dashed;
  height: 97px;
  width: 99.7%;
  border-right: none;
}

.bottom-text {
  color: #0054a4;
  opacity: 70%;
  margin-top: -110px;
  margin-left: 77%;
  padding: 2.5rem 0;
}

/*---------------------------------*/
/*--------------HOVER--------------*/
/*---------------------------------*/


.top-bar:hover {
  transition: 1s;
  width: 66.7%;
  color: white;
}

.top-bar:not(:hover) {
  transition: 1s;
  width: 100%;
}
