@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1, h3, h5, h6, hr, p, figure {
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    border-width: 0;
    opacity: 1;
}



h4, h2{
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  border-width: 0;
  opacity: 1;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
}

li {
    display: block;
}

button {
    background-color: transparent;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    align-items: normal;
}

picture {
    line-height: 0;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.page-header {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.sticking {
    margin: 0 !important;
    z-index: 10000 !important;
}

@media (max-width: 99999px) {
    .max\:show {
        display: flex;
        flex-direction: column;
    }

    .xxxl\:show {
        display: none;
    }

    .xxl\:show {
        display: none;
    }

    .xl\:show {
        display: none;
    }

    .lg\:show {
        display: none;
    }

    .md\:show {
        display: none;
    }

    .sm\:show {
        display: none;
    }

    .xs\:show {
        display: none;
    }

    .xxs\:show {
        display: none;
    }

    .tn\:show {
        display: none;
    }

    .max\:hide {
        display: none;
    }
}

@media (max-width: 2999px) {
    .xxxl\:show {
        display: flex;
        flex-direction: column;
    }

    .xxxl\:hide {
        display: none;
    }
}

@media (max-width: 1919px) {
    .xxl\:show {
        display: flex;
        flex-direction: column;
    }

    .xxl\:hide {
        display: none;
    }
}

@media (max-width: 1399px) {
    .xl\:show {
        display: flex;
        flex-direction: column;
    }

    .xl\:hide {
        display: none;
    }
}

@media (max-width: 1199px) {
    .lg\:show {
        display: flex;
        flex-direction: column;
    }

    .lg\:hide {
        display: none;
    }
}

@media (max-width: 991px) {
    .md\:show {
        display: flex;
        flex-direction: column;
    }

    .md\:hide {
        display: none;
    }
}

@media (max-width: 767px) {
    .sm\:show {
        display: flex;
        flex-direction: column;
    }

    .sm\:hide {
        display: none;
    }
}

@media (max-width: 575px) {
    .xs\:show {
        display: flex;
        flex-direction: column;

    }

    .xs\:hide {
        display: none;
    }
}

@media (max-width: 480px) {
    .xxs\:show {
        display: flex;
        flex-direction: column;
    }

    .xxs\:hide {
        display: none;
    }
}

@media (max-width: 384px) {
    .tn\:show {
        display: flex;
        flex-direction: column;
    }

    .tn\:hide {
        display: none;
    }
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.grid {
    display: grid;
}

.vertical-center {
    display: flex;
    justify-content: center;
}

.fit-container {
    min-width: 0px;
    width: 100%;
    height: 100%;
}

a {
  text-decoration :none !important;
}

.desc5 {
  color: rgb(42, 42, 44);
  font-family: "DM Sans", Helvetica, Arial, serif;
  font-size: 56px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .desc5 {
    align-items: flex-start;
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  .desc5 {
    font-size: 30px;
  }
}


.desc3 {
  color: rgb(42, 42, 44);
  font-family: "DM Sans", Helvetica, Arial, serif;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .desc3 {
    align-items: flex-start;
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .desc3 {
    font-size: 24px;
  }
}

.desc2 {
  color: rgb(42, 42, 44);
  font-family: "DM Sans", Helvetica, Arial, serif;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .desc2 {
    align-items: flex-start;
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .desc2 {
    font-size: 16px;
  }
}

.desc1 {
  color: rgb(42, 42, 44);
  font-family: "DM Sans", Helvetica, Arial, serif;
  font-size: 22px;
}
@media (max-width: 991px) {
  .desc1 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .desc1 {
    font-size: 14px;
  }
}

.progress{
  top: 30%;
  position: relative;
  margin-right: -45px;
  z-index: 1;
  height:40%;
  border-radius: 20px;
}

.progressLogo{
  z-index: 5;
}

.homeCard{
  background-color: white;
  border : 1px solid #4c6849;
  margin:auto;
  border-radius: 25px;
  height: 300px;
  border-width: 3px;
  border-color: black;
}

.settingsCard{
  background-color:#092B51;
  /* border : 1px solid #60935E; */
  margin:auto;
  border-radius: 25px;
  height: 300px;
  border-width: 3px;
  border-color: black;

}

.innerSettingSelect{
  background-color:white;
  z-index:2;
  border-radius: 10px;
  width:80%;
  height:100%;
  border-color: #60935E;
  border-width: 5px;
  margin-left: 10%;
  margin-right: 10%;
}

.icon{
  height: 100%;
}

.innerPageContent{
  background-color: white;
  padding:20px;
  border : 1px solid #4c6849;
  padding : 20px;
  border-radius: 25px;
  margin-top:5%;
  margin-left:5%;
  margin-right:5%;
}

.centerContent{
  margin-left:5% !important;
  margin-right:5% !important;
  text-align: center;
}

.autoCenter{
  margin-left:auto !important;
  margin-right:auto !important;
  text-align: center;
}



.centeredHeaders{
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .startSurvey{
    background-color:white;
    z-index:2;
    border-radius: 10px;
    width:100%;
    height:100%;
    border-color: #FFE661;
    border-width: 5px;
    margin:auto;
  }

  .surveyExp{
    width:90%;
    margin:auto;
  }
  .row-40{
    height:25%;
    text-align: center;
  }

  .surveyCard{
    background-color:#092B51;
    /* border : 1px solid #60935E; */
    color:white;
    margin:auto;
    border-radius: 25px;
    height: 400px;
    border-width: 3px;
    border-color: black;
    margin-top:5%;
    margin-left:5%;
    margin-right:5%;
    margin-bottom: 5%;
    color:white !important;
  }

  .topLine{
    height:20%;
  }
  .middleBlurb{
    height:60%;
    text-align: center;
    vertical-align: middle;
  }
  .lowerButton{
    height:20%;
    text-align: center;
    margin-bottom: auto;
  }

}

@media (min-width: 601px) {
  .startSurvey{
    background-color:white;
    z-index:2;
    border-radius: 10px;
    width:100%;
    height:100%;
    border-color: #FFE661;
    border-width: 5px;
    margin:auto;
  }

  .surveyExp{
    width:60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
  .topLine{
    height:20%;
  }
  .middleBlurb{
    height:60%;
    text-align: center;
    vertical-align: middle;
  }
  .lowerButton{
    height:20%;
    text-align: center;
    margin-bottom: auto;
  }

  .surveyCard{
    background-color:#092B51;
    color:white;
    margin:auto;
    border-radius: 25px;
    height: 500px;
    border-width: 3px;
    border-color: black;
    margin-top:5%;
    margin-left:5%;
    margin-right:5%;
    color:white !important;
  }
}

#passSurvey{
  text-decoration: none;
}

.breadCrumbPanel{
  background-color:#092B51 !important;
  color:white;
  margin:20px;
  padding: 20px;
  border : 1px solid #4c6849;
  border-radius: 25px;
}

.breadCrumbMenu{
  background-color:white;
  z-index:2;
  border-radius: 10px;
  height:100%;
  border-color: #FFE661;
  border-width: 5px;
  margin-left:0;
  padding:8px;
}

.breadIcon{

}

.nextButton{
  margin-right:0;
  margin-left:80%;
  color:white;
  border-color:white;
}

.marginTB{
  margin-top: auto !important;
  margin-bottom: auto !important;

}
