@import url('https://fonts.googleapis.com/css?family=Noto Serif');
.home-wrapper {
  display: table;
  width: 100%;
  height: 84vh;
  /* margin: auto; */
  /* margin-left: 10px; */
  /* border-bottom: 2px solid rgb(235, 237, 238); */
}

.home-static-link {
  text-decoration: underline;
  color: white;
}
#home-top {
  width: 100%;
  height: 800px;
  background-image: url('../../assets/img/back-blue.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

#home-bottom {
  display: table;
  width: 100%;
  height: 1000px;
  /* background-image: url("../../assets/img/home-bottom.svg"); */
  background-color: #e7eff4;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  padding-left: 0;
}
#home-top .tabs {
  /* position: absolute; */
  /* bottom: -12%; */
  /* height: 140px; */
  width: 100%;

  margin: auto;
}
.home-top-content {
  display: table;
  width: 70%;
  height: 80%;
  margin: auto;
  position: relative;
  max-width: 2000px;
}

.home-bottom-content {
  width: 70%;
  height: 75%;
  margin: auto;
  position: relative;
  padding: 0;
  max-width: 2000px;
}

.home-top-content-heading {
  width: 100%;
  padding: 10% 0 0 0;
  font-family: 'News Cycle bold';
  font-size: 40px;
  color: white;
  margin: auto;
  vertical-align: middle;
}

.home-bottom-warning-heading {
  width: 100%;
  padding: 3% 0 0 0;
  font-family: 'News Cycle bold';
  font-size: 35px;
  color: black;
  margin: auto;
  vertical-align: middle;
}

.home-bottom-content-heading {
  width: 100%;
  padding: 6% 0 0 0;
  font-family: 'News Cycle bold';
  font-size: 35px;
  color: black;
  margin: auto;
  vertical-align: middle;
}

.top-left-content {
  /* position: relative; */
  display: table;
  margin: auto !important;
  /* margin-right: 15%; */
  width: 100%;
  height: 95%;
  max-width: 1800px;
}
.top-right-content {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 95%;
  vertical-align: top;
  padding: 6% 0 0 0;
  margin: auto;
  margin-top: 3%;
}

.button-alignment {
  margin-top: 3%;
  width: 100%;
}

.bottom-left-content {
  position: relative;
  display: table;
  margin-left: 0 !important;
  /* margin-right: 10%; */
  width: 100%;
  height: 95%;
  max-width: 1800px;
}

.bottom-right-content {
  position: relative;
  display: inline-block;
  width: 45%;
  height: 95%;
  vertical-align: top;
  padding: 6% 0 0 0;
  margin: auto;
  margin-top: 1%;
}

.btn-home-bottom {
  margin: auto;
  background-color: #295d6d;
  color: white;
  font-family: 'News Cycle bold';
  font-size: 16px;
  width: 80%;
  height: 40px !important;
}

#btn-bottom-section {
  width: 20%;
  margin: 3% auto;
}

.topic {
  font-family: 'News Cycle';
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 3% !important;
}

#top-right-list {
  margin: auto;
}

#bottom-right-list {
  margin: auto;
}

#top-right-list a {
  font-family: 'News Cycle bold';
  font-size: 17px;
  color: white;
  text-decoration: none;
  margin-bottom: 2%;
}

#bottom-right-list a {
  font-family: 'News Cycle bold';
  font-size: 18px;
  color: #227aa7;
  text-decoration: none;
  margin-bottom: 1%;
}

hr.top-right-divider {
  border: none;
  border-top: 1px solid #bababa;
  width: 95%;
  margin-top: 4%;
}

.outage-text {
  width: 100%;
  word-wrap: break-word;
  font-family: News Cycle;
  font-size: 20px;
  color: white;
}

.top-content-text {
  width: 100%;
  word-wrap: break-word;
  font-family: News Cycle;
  font-size: 15px;
  color: white;
}

.bottom-content-text {
  width: 100%;
  /* word-wrap: break-word; */
  font-family: Noto Serif;
  font-size: 16px;
  color: #212529;
  margin: 20px 0 16px 0;
  line-height: 1.7rem;
}

.btn-content-login {
  width: 30%;
  font-family: News Cycle;
  font-weight: 700;
  font-size: 15px;
  background-color: white;
  color: #295d6d;
  margin-right: 3%;
  border-radius: 3px;
}
.btn-content-account {
  width: 30%;
  font-family: News Cycle;
  font-weight: 700;
  font-size: 15px;
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 3px;
}

.btn-content-account:active,
.btn-content-account:focus {
  border: 1px solid white !important;
}

hr.break-line {
  border: none;
  border-top: 3px solid #2ca34e;
  color: #2ca34e;
  margin-top: 3%;
  width: 20%;
}

.top-right-content {
  display: inline-block;
  margin: auto;
}

.tabs {
  height: 15%;
  max-width: 1800px;
}

#tab-container {
  display: flex;
  justify-content: space-evenly;
  /* position: relative; */
  height: 100%;
  width: 70%;
  /* display: table; */
  margin: auto;
  min-width: fit-content;
  max-width: 1800px;
}

#tab-container span {
  height: 100%;
  width: 32%;
}

#tab-container span:hover {
  cursor: pointer;
}

.tab-list {
  width: 95%;
  height: 100%;
  display: inline-block;
  list-style-type: none;
  vertical-align: bottom;
  text-decoration: none !important;
  margin-right: 1%;
  height: 100%;
  border: none;
  border-radius: 3px 3px 3px 3px;
  background-color: #295d6d;
}

.tab-list-selected {
  width: 95%;
  height: 101%;
  display: inline-block;
  list-style-type: none;
  vertical-align: bottom;
  text-decoration: none !important;
  margin-right: 1%;
  border: none;
  border-radius: 3px 3px 3px 3px;
  background-color: #e7eff4;
}

.tab1-selected {
  width: 95%;
  height: 101%;
  display: inline-block;
  list-style-type: none;
  vertical-align: bottom;
  text-decoration: none !important;
  margin-right: 1%;
  border: none;
  border-radius: 3px 3px 3px 3px;
  background-color: #e7eff4;
  background-image: url('../../assets/img/White-bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#tab-link-container {
  width: 80%;
  height: 80%;
  margin: auto;
}

#tab-top {
  font-family: 'News Cycle bold';
  font-size: 22px !important;
  margin-top: 2%;

  text-align: center;
}

#tab-bottom {
  font-family: 'News Cycle';
  /* text-align: left !important; */
  font-size: 14px !important;
  font-weight: 500px;
  color: #295d6d;
  text-align: center !important;
}

.tab-list #tab-top {
  color: white;
}

.tab-list #tab-bottom {
  color: white;
}

.tab-list-selected #tab-top {
  color: black;
}

.tab-list-selectd #tab-bottom {
  color: #295d6d;
}

.tab1-selected #tab-top {
  color: black;
}

.tab1-selectd #tab-bottom {
  color: #295d6d;
}

.financial-aid {
  margin: auto;
  padding: 3% 3%;
}

.aid-top {
  width: 50%;
  height: 30%;
  margin: auto;
}

.aid-heading {
  font-family: 'News Cycle bold';
  text-align: center;
}

.aid-top .mat-display-1 {
  margin-bottom: 4%;
}

.aid-text {
  font-family: 'Noto Serif Regular';
  width: 80%;
  word-wrap: word-break;
  margin: auto;
}

#aid-text-align {
  margin: auto;
}

.aid-bottom {
  width: 60%;
  margin: auto;
  margin-top: 5%;
}

.aid-bottom span {
  width: 35% !important;
  height: 35%;
  margin-right: 1%;
}

#step-divider {
  width: 90%;
  height: 14px;
  border-bottom: 1px solid #cccfcf;
  text-align: left;
}

.step-level {
  font-family: 'News Cycle bold';
  font-size: 17px;
  color: green;
  background-color: white;
  padding-right: 8px;
}

.aid-step {
  width: 19%;
  height: 30%;
  margin-right: 1%;
  display: inline-block;
}

.aid-step-heading {
  font-family: 'News Cycle bold';
  font-size: 27px;
}

.aid-step-heading mat-display-1 {
  margin-bottom: 0 !important;
}

.aid-step-text {
  font-family: 'Noto Serif Regular';
  font-size: 15px;
}

.bullets li {
  line-height: 50;
}

@media only screen and (max-width: 400px) {
  #tab-top {
    font-size: 18px !important;
  }
  #tab-bottom {
    font-size: 12px;
  }
  .btn-content-login {
    width: 40%;
  }
  .btn-content-account {
    width: 40%;
  }
  #home-bottom {
    width: 96.5%;
  }

  #home-top {
    width: 100%;
    height: auto;
  }

  .button-alignment {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
  }

  .btn-content-login,
  .btn-content-account {
    height: 40px !important;
    width: 100% !important;
  }

  .btn-content-account {
    margin-top: 2%;
    margin-bottom: 10px;
    border: 1px solid white;
  }
}
@media only screen and (min-width: 400px) and (max-width: 700px) {
  #tab-top {
    font-size: 18px;
  }

  .home-top-content-heading {
    padding: 3% 0 0 0;
    font-size: 30px;
  }

  .top-left-content {
    /* position: relative; */
    display: table;
    margin: auto;
    margin-top: 3% !important;
    width: 100%;
    height: 85%;
  }

  .top-content-text {
    font-size: 13px;
  }

  .home-bottom-content-heading {
    font-size: 30px;
  }

  .home-bottom-warning-heading {
    font-size: 30px;
  }

  .bottom-content-text {
    font-size: 13px;
  }

  .btn-home-bottom {
    font-size: 13px;
    line-height: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #tab-top {
    font-size: 18px;
  }
  .home-top-content-heading {
    padding: 3% 0 0 0;
    font-size: 30px;
  }

  .top-left-content {
    /* position: relative; */
    display: table;
    margin: auto;
    margin-top: 3% !important;
    width: 100%;
    height: 85%;
  }
  .btn-content-login {
    width: 40%;
  }
  .btn-content-account {
    width: 40%;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  #tab-container {
    width: 60%;
  }

  #home-top .tabs {
    /* position: absolute; */
    bottom: 42.2%;
    /* height: 120px; */
    width: 100%;
    margin: auto;
  }

  .tab-list {
    /* width: 25%; */
    height: 100%;
    display: inline-block;
    list-style-type: none;
    vertical-align: bottom;
    text-decoration: none !important;
    margin-right: 1%;
    height: 100%;
    border: none;
    border-radius: 3px 3px 3px 3px;
    background-color: #295d6d;
  }
  /* #tab-container span {
     width: 25%; 
  } */
  #tab-top {
    font-size: 25px;
  }

  /* .tab1-selected {
    /* width: 25%; */
  /* height: 100%; 
  }

  .tab-list-selected {
    /* width: 25%; */
  /* height: 100%; 
  } */

  #home-top {
    width: 101.5%;
  }

  #home-bottom {
    width: 100%;
    height: 1200px;
  }

  #tab-bottom {
    font-family: 'News Cycle';
    text-align: center;
    font-size: 13px;
    font-weight: 500px;
    color: #295d6d;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  #tab-container {
    width: 95%;
  }

  #home-top .tabs {
    /* position: absolute; */
    bottom: -30%;
    /* height: 120px; */
    width: 100%;
    margin: auto;
  }

  .tab-list {
    /* width: 30%; */
    height: 100%;
    display: inline-block;
    list-style-type: none;
    vertical-align: bottom;
    text-decoration: none !important;
    margin-right: 1%;
    height: 100%;
    border: none;
    border-radius: 3px 3px 3px 3px;
    background-color: #295d6d;
  }

  #tab-container span {
    width: 30%;
  }

  #tab-top {
    font-size: 25px;
  }

  /* .tab1-selected {
    /* width: 30%; */
  /* height: 100%; 
  }

  .tab-list-selected {
    /* width: 30%; */
  /* height: 100%; 
  } */

  #home-bottom {
    width: 100%;
    height: 1050px;
  }

  .home-top-content-heading {
    padding: 5% 0 0 0;
    font-size: 45px;
  }

  .top-left-content {
    /* position: relative; */
    display: table;
    margin: auto;
    margin-top: 5% !important;
    width: 100%;
    height: 85%;
  }
}


@media only screen and (min-width: 1650px) {
  #tab-container {
    width: 70%;
  }

  #home-top .tabs {
    /* position: absolute; */
    /* bottom: 14%; */
    /* height: 140px; */
    width: 100%;
    margin: auto;
  }

  .top-left-content {
    /* position: relative; */
    display: table;
    margin: auto;
    margin-top: 5% !important;
    width: 100%;
    height: 85%;
  }

  .bottom-left-content {
    width: 100%;
    max-width: 1800px;
    margin: auto;
  }

  .top-right-content {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 80%;
    vertical-align: top;
    padding: 6% 0 0 0;
    margin: auto;
    margin-top: 3%;
  }

  .home-top-content-heading {
    padding: 5% 0 0 0;
    font-size: 45px;
  }

  #tab-top {
    font-size: 27px;
  }

  .home-bottom-content {
    width: 70%;
  }

  #tab-bottom {
    font-family: 'News Cycle';
    text-align: center;
    font-size: 18px;
    font-weight: 500px;
    color: #295d6d;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1650px) {
  #tab-container {
    width: 70%;
    height: 100%;
  }

  #home-top .tabs {
    /* position: absolute; */
    bottom: -12% !important;
    /* height: 140px; */
    width: 100%;

    margin: auto;
  }

  .top-left-content {
    position: relative;
    display: inline-block;
    margin: auto;
    margin-right: 15%;
    width: 55%;
    height: 85%;
  }

  .bottom-left-content {
    width: 100%;
  }

  .top-right-content {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 80%;
    vertical-align: top;
    padding: 6% 0 0 0;
    margin: auto;
    margin-top: 3%;
  }

  .home-top-content-heading {
    padding: 15% 0 0 0;
  }

  #tab-top {
    font-size: 30px;
  }

  .home-bottom-content {
    width: 70%;
  }

  .home-top-content-heading {
    padding: 5% 0 0 0;
    font-size: 45px;
  }

  .top-left-content {
    /* position: relative; */
    display: table;
    margin: auto;
    margin-top: 5% !important;
    width: 100%;
    height: 85%;
  }

  #tab-bottom {
    font-family: 'News Cycle';
    text-align: center;
    font-size: 16px;
    font-weight: 500px;
    color: #295d6d;
  }
}


@media only screen and (min-width: 400px) and (max-width: 768px) {
  #tab-top {
    font-size: 20px;
  }
  #tab-bottom {
    font-size: 13px;
  }
  .home-top-content-heading {
    padding: 3% 0 0 0;
    font-size: 30px;
  }

  .top-left-content {
    /* position: relative; */
    display: table;
    margin: auto;
    margin-top: 3% !important;
    width: 100%;
    height: 85%;
  }
  #home-bottom {
    width: 96.5%;
  }

  #home-top {
    width: 100%;
  }

  .button-alignment {
    margin-top: 8%;
    display: flex;
    flex-direction: column;
  }

  .btn-content-login,
  .btn-content-account {
    height: 4.2rem !important;
    font-size: 1rem;
    width: 100% !important;
  }

  .btn-content-account {
    margin-top: 2%;
    margin-bottom: 10px;
    border: 1px solid white;
  }

  #btn-bottom-section {
    width: 50%;
    margin: 3% auto;
  }
}

@media only screen and (min-width: 2000px) {
  .top-left-content {
    /* position: relative; */
    display: table;
    margin: auto;
    margin-top: 1% !important;
    width: 100%;
    height: 99%;
  }

  .home-top-content-heading {
    padding: 0;
  }

  .home-top-content {
    height: 70%;
  }
  .tabs {
    height: 30%;
  }
}
