html {
  height: 100%;
  font-family: "Helvetica Now Variable",Arial,sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;  
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

header {
  border-top:#002D62 solid 32px;
  border-bottom:lightgrey solid 1px;
}

.header-nav-item a::after {
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 25%,var(--grey-400) 25%,var(--grey-400) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 25%,var(--grey-400) 25%,var(--grey-400) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 1px
}

footer {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #002D62;
  color: #002D62;
  padding: 10px 20px;
}

footer a {
  color: #002D62 !important;
  text-decoration: none;
}

.footer-left,
.footer-right {
  display: flex;
}


.footer-link-container {
  padding: 0 10px
}

.begin-claim-button {
  border: #003F9F;
  background-color: #002D62;
  color: #fff;
  font-weight: 400;
  padding: 8px 24px;
  text-align: center;
}

.navbar button.navbar-toggler {
  background-color: #FFF;
}

.navbar ul li i {
  margin-right: 10px;
}



main {
  flex-grow: 1;
}


.labelClass {
  color: #f9f7f7;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 0.75em;
  font-family: "Helvetica Now Variable",Arial,sans-serif;
}

.col-tracker {
  align-self: center;
  padding-left: 0px;
  padding-right: 0px;
}

.bar-container {
  justify-content: center;
}

.barInfo {
  display: flex;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 0.75em;
  font-family: "Helvetica Now Variable",Arial,sans-serif;
}

.progress-tracker {
  margin-top: 30px;
}

input.form-control {
  border: 1px solid #949494;
}

.form-control {
  background-color: #ffffff !important;
  color: #000000;
  border-radius: 0px;
}

.verify-claim-letter-container {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}


/**********************
* START OVERVIEW PAGE
***********************/  

.overview-container {
  max-width: 1200px;
  margin: auto;
  padding: 2rem;
}


.overview-container h2,
.overview-container h3 {
  text-align: left  ;  
}  


.overview-content {
  background-image: linear-gradient(bottom, #F7F8F9, #F7F8F9 40%, transparent 40%, transparent 100%);
  background-image: -webkit-linear-gradient(bottom, #F7F8F9, #F7F8F9 40%, transparent 40%, transparent 100%);  
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px;
}


.overview-content-left {
  display: flex;
  flex-direction: column; 
  gap: 80px
}

.overview-content-right {
  display: flex;
  flex-direction: column; 
  gap: 20px; 
  align-items: center;
}


.overview-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.overview-hero h1 {
  font-size: 1.8rem;
}

.overview-hero p {
  margin: 1rem 0;
}


.getstarted-btn , .questions-btn
{
  margin-right:20px;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #002D62;
  display: inline-block;
  width: 170px;
  text-align: center;
}

.getstarted-btn {
  background: #FDB913;
  margin-right:20px;
 /* padding: 0.6rem 1.2rem;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #002D62;
  display: inline-block;
  width: 170px;
  text-align: center;*/
}

.questions-btn {
  background: white;
  border:#002D62 solid 1px;
  /*
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #002D62;
  display: inline-block;
  width: 170px;
  text-align: center;*/
}

.overview-definition {
  margin: 3rem 0;
}

.overview-steps {
  text-align: center;
  padding: 30px 20px 0 20px;
}

.overview-step-list {
  display: flex;
  justify-content: space-around;
  margin: 2rem 0;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.overview-step img {
  height: 64px;
  margin-bottom: 0.5rem;
}

/**********************
* END OVERVIEW PAGE
***********************/  

/**********************
* START SPEECH BUBBLE
***********************/
.speech-bubble-container {
  position: relative;
  background: linear-gradient(180deg, #F7F8F9, #fff);
  padding: 2rem;
  border: 2px solid #ccc;
  margin-top: 20px;
  border-radius: 3rem;
  text-align: center;
}

.speech-bubble-container::before,
.speech-bubble-container::after {
  content: '';
  position: absolute;
  border: 23px solid transparent;
}

.speech-bubble-container::after {
  border: 20px solid transparent;
}

.speech-bubble-container.bottom-left::before,
.speech-bubble-container.bottom-left::after {
  top: 100%;
  left: 44px;
  border-top-color: #ccc;
}

.speech-bubble-container.bottom-left::after {
  left: 47px;
  border-top-color: #ffffff;
}


.speech-bubble-container.bottom-right::before,
.speech-bubble-container.bottom-right::after {
  top: 100%;
  right: 44px;
  border-top-color: #ccc;
}

.speech-bubble-container.bottom-right::after {
  right: 47px;
  border-top-color: #ffffff;
}
/**********************
* END SPEECH BUBBLE
***********************/ 
 

/**************************
* BEGIN MEDIA ADJUSTMENTS
**************************/ 

@media (min-width: 768px) {
  #page-wrapper {
    overflow: auto;
  }

  #page-wrapper.collapsed {
    margin: 0 0 0 42px;
  }

  #page-wrapper-container {
    margin: 20px;
  }

  #navbarNav {
    display: none !important;
  }

  .overview-content {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  #main-menu > li > a.nav-toggle {
    display: none;
  }

  .verify-claim-letter-container {
    flex-direction: column;
  }
  
  .overview-content {
    background-image: none;
  }

  .overview-content-left {
    gap: 20px
  }
}

/**************************
* END MEDIA ADJUSTMENTS
**************************/ 