/* Oscar and Quang Begin */

/* #textArticle {
  font-family: 'Times New Roman', serif;
  font-size: 18px;
  line-height: 2;
   white-space: pre-line;
} */

#main {
  float: left;
  width: 750px;
}




#sidebar {
  float: right;
  width: 100px;
}

#sequence {
  width: 600px;
  height: 70px;
}

#legend {
  padding: 10px 0 0 3px;
}

#sequence text, #legend text {
  font-weight: 600;
  fill: #fff;
}



#chart path {
  stroke: #fff;
}

#explanation {
  position: absolute;
  top: 200px;
  left: 200px;
  width: 140px;
  text-align: center;
  color: #666666;
  z-index: -1;
}


div.tooltip {
        display: inline-block;
        position: absolute;
        text-align: center;
        width: 80px;
        height: 45px;
        padding: 10px;
        font-weight: bold;
        background: lightgrey;
        border: 0px;
        border-radius: 8px;
        pointer-events: none;
        z-index: 5;
}


div.pseudobox {
    text-align: center;
    position: fixed;
    position: -webkit-sticky;
    width: 80px;
    height: 45px;
    padding: 10px;
    font-weight: bold;
    background: lightgrey;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    z-index: 5;
}

.highlighter {
    position: relative;
    display: inline;
}

.highlighter .highlightertext {
    visibility: hidden;
    fit-content: min(max-content, max(min-content, fill-available));
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
    padding: 3px;
    opacity: 1;
    color: black;
    background-color: #D3D3D3;
    position: absolute;
    z-index: 1;
    overflow: auto;
}
.highlighter:hover .highlightertext {
    visibility: visible;
    position: fixed;
}

#percentage {
  font-size: 2.5em;
  color: #666;

}

/*
.svg-container {
    display: inline-block;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden;
}
*/

.svg-content {
    display: inline-block;
    position: absolute;

    top: 0;
    left: 0;
}





#header {
  height: 50px;
  background-color: rgb(83, 83, 89);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 35px;
  padding-left: 10px;

}
#spacer {
  height: 50px;
}

#footer
{
    height: 50px;
    background-color: rgb(83, 83, 89);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.sunburst {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  left: -2000px;
  height: 300px;
  width: 400px;
  z-index: 3;
}

#popup {
  height: 25px;
  width: 25px;
  bottom: 0px;
  right: 300px;
  border-radius: 50%;
  z-index: 100;
  position: absolute;
  opacity: .55;
}

#popup:focus {
  outline: none;
}

.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 3; /* Sit on top */
  bottom: -110px;
  right: 8px;
  width: auto; /* Full width */
  height: 70%; /* Full height */
  /* overflow: auto; /* Enable scroll if needed */ */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 10px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
/* .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} */

.userScore {
    position: absolute;
    top: 345px;
    left: 9%;
    font-size: 22px;
    border-radius: 5px;
    border-style: solid;
    padding:5px;
    border-color: #FFFFFF;
    display:none;
}


.options {
    position: -webkit-sticky;
    position: sticky;
    margin-left: 10%;
    font-size: 20px;
    top: 150px;
}

#chart {
  position: absolute;
  top: -50px;
  left: 0;
  height: 400px;
  width: 400px;
  z-index: 13;
}

#shadow-roor {
    fill: #000;
}

.dropTitle {
    font-size: 24px;
}

.categories {
    grid-column: 1/3;
    grid-row: 1/2;
    padding-left: 20px;
}

#categories {
    margin-top: 100px;
    width: 100%;
}


.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
    border: 2px #fff solid;

}

.check {
    vertical-align: -20%;
    zoom: 1.5;
}

.jumpable {
    background-color: #696969;
        color: white;
        padding: 10px 20px;
        text-align: left;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        border: 2px #fff solid;
}

a {
    opacity: 1;
    transition: opacity .5s;
}

a:hover {
    opacity: .7;
}

.active, .collapsible:hover {
    background-color: #555;
}

.content {
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    width: 100%;
}




/* Oscar and Quang End */


p.p-explain {
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}


p.p-info {
    font-weight: 400;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
  }


.p-annotate {
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  color: black;
}

.teal-bg {
  background-color: #DDEAEC;
  z-index: -1;
  width: 100%;
}

.purple-text {
  color: #3f69af;
}

h2 {
  font-size: 32px;
  margin: 0px;
  font-weight: 500;
  color: #323648;
}

h1 {
    color: #323648;
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
  }

  .text.hero > p {
    font-size: 20px;
    color: black;

  }

  .content-block {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
  }


  .content-block > h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .5px;
  }

  /* .teal-gradient {
    background-image: linear-gradient(#C7DADD, #DDEAEC, white);
  } */

  .teal-gradient {
    background-image: linear-gradient(#DDEAEC, white);
  }


/* ====== Contact Form =====*/

.form-grid {
          display: grid;
          min-width: 100%;
          grid-template-columns: 128px auto;
          grid-template-rows: 1fr;
          grid-column-gap: 16px;
        }

.form-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: no-wrap;
}

form {
  transition: all 4s ease-in-out;
}

.form-control {
  min-width: 200px;
  max-width: 600px;
  background: transparent;
  border: 1px solid;
  outline: none;
  color: black;
  font-size: 18px;
  margin-bottom: 0px;
}



br.footer {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 13px; /* change this to whatever height you want it */
}


input {
  height: 32px;
}


form .submit
  {
    grid-column: 2 / 3;
    grid-row: 1 / 1;
    background: #3f69af;
    border-color: transparent;
    border-radius: 6px;
    width: 200px;
    color: white;
    font-size: 24px;
    font: inherit;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }


form .submit:hover
{
background-color: #7790c4;
cursor: pointer;
}

.form-label {
  grid-column: 1 / 2;
  grid-row: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}


.form-input {
  grid-column: 2 / 3;
  grid-row: 1 / 1;
}

.form-label > p {
    margin: 0px;
}


@media screen and (min-width: 890px) {

  .form-control {
    width: 500px;
  }

  input {
    height:48px;
  }

  form .submit {
    width: 500px;
  }

  .form-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
  }

}




/* ====== other =====*/

.white {
  color: white;
}

.orange {
  background-color: #FAA883;
}

.bg-blue {
  background-color: #3F69AF;
}


.hidden {
  display: none;
}


.feature-link {
   font-family: 'Roboto', sans-serif;
   font-size: 18px;
   text-decoration: none;
   line-height: 1.2;
   display: inline-block;
   color: #3f69af;
   font-weight: 400;
   padding-bottom: 4px;
   border-bottom: 1px solid #3f69af;
}

.fa-angle-right {
  font-weight:400;
  padding-left: 4px;
}


.feature-link:hover {
   text-decoration: none;
   color: #7790c4;
   -webkit-transition-duration: 0.5s; /* Safari */
   transition-duration: 0.5s;
}

.navlink {
   text-decoration: none;
   color: inherit;
}

/* mouse over link */
.navlink:hover {
   color: #7790c4;
   text-decoration: none;
   -webkit-transition-duration: 0.5s; /* Safari */
   transition-duration: 0.5s;
}

/* selected link */
a:active {
   text-decoration: none;
    color:inherit;
}

.header-display {
    background-color:#ffffff;
    position:static;
}

.header-title-nav-wrapper {
    text-align: right;
}


.embedded-message {
    background-color: #e1eaec;
    text-align: center;
    color: #000000 !important;
    height: 30px;
}


/* ====== global styles =======*/

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Lato', sans-serif;
}

ul {
  padding: 0;
  list-style: none;
}

.extra-small-space {
  width: 100%;
  height: 28px;

}


.small-space {
  width: 100%;
  height: 64px;
}

.large-space {
  width: 100%;
  height: 84px;
}


.feature-center {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  margin: 0px;
  }


.image-container {
  padding-left: 12vw;
  padding-right: 12vw;
}

web {
  display: none;
}

@media screen and (min-width: 890px) {


h1 {
    color: #323648;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 0px;
  }

h2 {
    color: #323648;
    font-size: 34px;
    margin: 0px;
    font-weight: 500;
  }

h3 {
      color: #323648;
      font-size: 32px;
      margin: 0px;
    }
}
/* Katie come back  */



/*Explore the article dropwdown style */

.hide {
  opacity: 0;
  max-height: 0;
  overflow:hidden;
}

.show {
  opacity: 1;
  max-height: 100%;
}

.hidden {
  width: 50px;
  display: none;
}

.shown {
  display: inline-block;
  color: #bd1313;
}

.userform {
  position: relative;
  border-radius: 12px;
  width: 90%;
  margin: auto;
  display: inline-block;
}

.article_elem_button {
  border-radius: 12px;
  margin: 5px;
  background-color: #ffb400;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  opacity: .6;
  font-family: 'Lato', sans-serif;
  border: none;
  width: 94%;

}
.article_elem_button:hover + .hide {
  transition: opacity 2s, max-height 1s;
  opacity: 1;
  max-height: 100%;
  margin: 5px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  display: block;
  color: #323648;
}

.user_button {
  border-radius: 12px;
  margin: 5px;
  font-family: 'Lato', sans-serif;
  border: none;
  background-color: #76bce2;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  opacity: 0.6;
  width: 94%;
}
.user_button:hover + .hide {
  transition: opacity 2s, max-height 1s;
  opacity: 1;
  max-height: 500px;
  margin: 5px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  display: block;
  color: #323648;
}

.classic_button {
  border-radius: 12px;
  margin: 5px;
  border: none;
  font-family: 'Lato', sans-serif;
  background-color: #57c1ae;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  opacity: 1;
  width: 94%;

}
.classic_button:hover + .hide {
  transition: opacity 2s, max-height 1s;
  opacity: 1;
  max-height: 500px;
  margin: 5px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  display: block;
  color: #323648;
}

.dropbtn {
  position: sticky;
  position: -webkit-sticky;
  border-radius: 100px;
  background-color: #4d61b3;
  color: white;
  padding: 16px;
  font-size: 18px;
  border: none;
  font-family: 'Raleway';
  width: 200px;
  top: 0;
}

.dropbtn:focus {
  outline: none;
}

.dropdown {
  position: sticky;
  position: -webkit-sticky;
  display: inline-block;
}

.dropdown-content {
  text-align: center;
  border-radius: 12px;
  display: none;
  position: absolute;
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding:5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block !important;}

.dropdown:hover .dropbtn {background-color: #4d61b3;}


#close_button {
  cursor: pointer;
  color: #aaaaaa;
  padding-top: 110px;
  font-size: 16px;
}

#close_button:hover {
  transition: color 1.3s;
  color: #000000;

}
/** End Explore the Article section **/

p.p-explain {
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  color: #666;
}


p.p-info {
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    margin: 0px;
  }


p.p-article {
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  color: black;
  white-space: pre-line;
  margin-top:80px;
}

p.p-annotate {
    font-size: 18px;
    color: #666;
}




.extra-small-space {
  width: 100%;
  height: 32px;
}

.small-space {
  width: 100%;
  height: 80px;
}

.large-space {
  width: 100%;
  height: 120px;
}

.extra-small-space.web-hide {
  height: 0px;
  width: 0;
}

.small-space.web-hide {
  height: 0px;
  width: 0;
}

.web-hide {
  display:none;
}




.feature-center {
  text-align: center;
  flex-wrap: nowrap;
  width: 46vw;
}

.image-container {
  padding-left: 30vw;
  padding-right: 30vw;
}




.image-span {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 0px;
}



#about-image-web {
  padding-right: 10vw;
  display: block;
}

@media screen and (max-width: 889px) {

.mobile-hide {
  display: none;
  height: 0px;
  width: 0px;
}

.small-space.mobile-hide {
  height: 0px;
  width: 0;
}

.extra-small-space.mobile-hide {
  height: 0px;
  width: 0;
}

}


@media screen and (max-width: 600px) {

  .teal-gradient {
    background-image: linear-gradient(#DDEAEC, white);
  }

  .link-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }


  .content-block {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .text.hero > p {
    font-size: 18px;
    color: black;

  }

  .p-annotate {
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: black;
}



  #about-cta {
    max-width: 75vw;
  }


  .form-grid {
            display: grid;
            min-width: 100%;
            grid-template-columns: 90px 300px;
            grid-template-rows: 1fr;
            grid-column-gap: 16px;
          }


  #about-image-mobile {
    padding-right: 10vw;
    display: block;
    height: 240px;
  }


.infographic-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .infographic-image {
    grid-area: graphic;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 7vw 0 7vw;
    margin: 0;
  }

  .infographic-image.full-span {
    padding: 0;
  }

  .infographic-image.connector > img {
    height: 50px;
  }

  .infographic-text {
    grid-area: text;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 7vw 0 7vw;
    margin: 20px;
  }


  .infographic-text > h2 {
    font-size: 20px;
    font-weight: 800;
  }


  #infographic-cred-score {
    padding: 0 9vw 0 9vw;
  }

  /* ====== typography =======*/

  h1 {
    color: #323648;
    font-size: 32px;
    margin: 0px;
  }

  h2 {
    font-size: 24px;
    margin: 0px;
    font-weight: 500;
    color: #323648
  }

/* katie come back
This is mobile

*/

  p {
    color: #5b5e6d;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 16px;
    letter-spacing: .3px;
  }

  p.p-explain {
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: #666;
  }

  p.p-info {
    font-weight: 400;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
  }



  .no-margin > p {
    margin-top: 0px;
  }

  }

  /*====== mobile: nav ============*/

  .nav-pad {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    width: 250px;
    left: 100px;
    /* padding-top: 44px; */
    background: #ffffff;
  }
  .nav-wrap {
    position: static;
    width: 100%;
    height: 32px;
    padding-top: 0px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(36,50,66,.15);
    z-index: 2;
  }


  .nav-light {
    /* z-index: 2; */
    /* grid-area: 1 / 1 / 2 / 2;
    grid-row-start: 1 / 2; */
    width: 100vw;
    background-color: white;
    font-weight: 400;
    padding: 0px;
  }



  .nav-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 3;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 0 21px;
  }

  .nav-bar ul {
      padding: 0;
      list-style: none;
      padding-bottom: 10px;
      padding-top: 10px;
      font-size: 14px;
    }


  .nav-bar li:not(:first-child) {
    margin-right: 10px;
  }

  .nav-brand {
    margin-right: auto;
    padding-left: 10px;
    font-weight: 500;
    color: #365a96;
  }



  /* ======= mobile: call to action========== */

  .call-to-action {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .call-to-action > h1 {
      margin: 3vh 0;
      font-size: 36px;
  }

  .call-to-action > p {
      margin-top: 0;
  }






@media screen and (min-width: 890px) {


  #read-tap {
  height: 500px;
  }

  .read-tap {
    margin-top: 20px;
  }

  .no-padding {
      padding-top: 0px;
    }


  /* #about-image-web {
    display: block;
    padding-right: 25vw;
  }

  #about-image-mobile {
    padding-right: none;
    display: none;
  } */

}



/* = test styles 1 ======== */

  .container {
      padding: 0px 8vw;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

  .feature {
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8vh 0px 8vh 0px;
  }

  .infographic {
    display: flex;
    justify-content: center;
    padding: 8vh 10vh;

  }

  .page-span {
    display: block;
    background-color: #2f3a8e;
    color: white;
    width: 100%;
    padding-bottom: 10vh;
    box-shadow: inset 0 1px 0 rgba(12,13,14,0.15),
  }


  .info-wrap > h1 {
    display: flex;
    direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 9vh;
  }



@media screen and (min-width: 890px) {

  .infopage {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .infopage > p {
    max-width: 40vw;
    text-align: center;
  }

  .cta {
    max-width:1000px;
  }


  .container {
    justify-content: center;
    align-items: center;
    grid-area: main;
    }

    .feature , .page-span {
        display: block;
        grid-area: main;
        width: 100%;
      }

    .infographic-section {
        display: grid;
        min-width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-areas: "graphic text";
        margin: 0px;
      }

      .infographic-image {
        grid-area: graphic;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 8px 0 22vw;
      }

      .infographic-image.connector > img {
        height: 50px;
      }

      .infographic-text {
        grid-area: text;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: .8rem;
        max-width: 300px;
        margin: 0 0 0 8px;
      }

      .infographic-text > p {
        margin-top: 8px;
        font-size: 16px;
      }

      .infographic-text > h2 {
        font-size: 20px;
        font-weight: 800;
      }



 }






.form-group {
  width: 560px;
  padding:0 0 30px 0;

}

.form-group > label {
  padding-right: 15px;
  text-align: right;
  display: inline-block;
  width: 110px;
}






.feature {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}



.feature-contact {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8vh 0px 0px 0px;
}

.break {
  width: 300px;
  height: 1px;
  background-color: rgb(190, 193, 198);
  margin: 2vh 0;
}

.span-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px;
  min-width: 100%;
  height: 50vh;
  background-color: rgb(190, 193, 198);
}

.span-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  min-width: 100%;
  padding: 0px;
}

#coming-soon {
  justify-content:center;
}

.span-content-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  padding: 0;
}


.button {
    background-color: #3f69af;
    border: none;
    border-radius: 6px;
    display: flex;
    text-align: center;
    align-items: center;
    height: 50px;
    letter-spacing: 1.5px;

    padding: 4px 42px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.button:hover {
    background-color: #686199;
    color: white;
    text-decoration: none;
}

.button > a {
    color: white;
    font-weight: 300;
    font-size: .92rem;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 2/6;
  grid-row: 1/2;
}

.text.article {
  grid-column: 4/11;
}

.cred-score-container {
  grid-column: 11/13;
  grid-row: 1/3;
  position: relative;
  left: -65px;
  padding-left: 00px;
  top: 100px;
}


.homepage-image {
  padding-top: 48px;
}


.hero-image {
  grid-column: 2 / 6;
  grid-row: 2 / 3;
  margin-top: 16px;
}


.left-center {
  grid-column: 2 / 5;
  grid-row: 2 / 3;
}

.left-bleed {
  grid-column: 1 / 7;
  grid-row: 2 / 3;

}

.right-bleed {
  grid-column: 2 / 7;
  grid-row: 2 / 3;

}


  @media screen and (min-width: 890px) {

    .link-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
      }


    .teal-gradient {
      background-image: linear-gradient(#DDEAEC, white);
    }



    .homepage-image {
      padding-top: 16px;
    }


    .text.hero > p {
      font-size: 20px;
      color: #666;

    }

    .text.hero > h1 {
      font-size: 52px;
    }

    .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .text.right {
      grid-column: 8 / 13;
    }

    .text.left {
      grid-column: 3 / 7;

    }

    .right-center {
      grid-column: 10 / 13;
      padding: 0 0 0 30px;

    }


    .left-center {
      grid-column: 4 / 8;
      grid-row: 1 / 1;
      padding: 0 64px 0 0;

    }

    .left-bleed {
      grid-column: 1 / 8;
      grid-row: 1 / 1;
      padding: 0 32px 0 0;
    }


    .segment-left {
      grid-column: 1 / 7;
      grid-row: 1 / 1;
    }

    .segment-left-long {
      grid-column: 1 / 11;
      grid-row: 1 / 1;
      margin-left: -170px;
      padding-right: 60px;
    }

    .margin-cheat {
      margin-left: -170px;
      padding-right: 60px;
    }

    .segment-left-medium {
      grid-column: 1 / 9;
      grid-row: 1 / 1;
    }

    .segment-right {
      grid-column: 9 / 15;
      grid-row: 1 / 1;
      padding: 0;
    }

    .segment-right-long {
      grid-column: 7 / 15;
      grid-row: 1 / 1;
      padding: 0;
    }

    .segment-right-short {
      grid-column: 10 / 15;
      grid-row: 1 / 1;
      padding: 0;
    }

    .right-bleed {
      grid-column: 8 / 15;
      grid-row: 1 / 1;
      padding: 0;

    }

    .hero-image {
      grid-column: 7 / 14;
      grid-row: 1 / 1;
      padding-right: 6vw;
    }


    .feature {
      display: flex;
      flex-wrap: nowrap;
    }

    .feature.right {
      flex-direction: row-reverse !important;
    }

    .feature.left {
      flex-direction: row !important;
    }


    .call-to-action {
      display:flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 0;
    }

    .call-to-action > h1 {
        margin: 3vh 0;
        font-size: 3.5rem;
    }

    .span-content-wrapper{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }

    .content-block {
      width: 100%;
      height: 100%;
      /* min-width: 330px;
      max-width: 430px;
      max-height: 465px;
      min-height: 350px; */
      margin-right: 24px;
      background-color: white;
      padding-top: 40px;
      padding-bottom: 20px;
      padding-right: 35px;
      padding-left: 35px;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
      -moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
      box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
    }

    .no-right-margin {
      margin-right: 0px;
    }

    .p-trust-details {
      font-size: 16px;
      line-height: 26px;

    }


    .call-to-action > h1 {
        font-size: 52px;
    }


   .call-to-action.about-cta > h1 {
    font-size: 40px;
   }


}



/* = layout layer 1 ========= */



.page-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-area: content;
}


.content-container {
    padding: 0px 7vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }


.feature-container {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
/*  border-color: red;
    border-style: dashed; */
}

.feature-container > img {
    max-height: 40vh;
    padding-bottom: 90px;
    }






main {
  grid-area: 3 / 1 / 4 / 2;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 237px;
}

.content-wrapper-right {
display:flex;
flex-direction: column;
}

.homepage-section {
  display: grid;
  min-width: 100%;
  max-width: 100%;
  grid-template-columns: 7vw repeat(4, 1fr) 7vw;
  grid-template-rows: repeat(2,fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 0px;
}

.annotate-grid {
  display: none;
}


.homepage-section.reverse {
  flex-direction: column-reverse;
}


.pills {
    text-align: center;
}

@media screen and (min-width: 601px) {

  .infographic-whole {
    grid-column: 4/14;
    grid-row: 1/2;
  }

  #connector-step-1 {
    grid-column: 10/11;
  }

  #image-step-1 {
    grid-column: 4/14;
    grid-row: 1/60;
  }

  #text-step-1 {
    grid-column: 11 / 20;
    grid-row: 3/7;
    }

 #image-step-2 {
   grid-column: 5/13;
   grid-row: 1/1;
 }

 #image-step-3 {
   grid-column: 3/15;
   grid-row: 1/1;
 }

  #image-step-4 {
    grid-column: 5/13;
    grid-row: 1/1;
  }

  #image-step-5 {
    grid-column: 6/11;
    grid-row: 1/1;
  }

  #image-step-6 {
    grid-column: 4/14;
    grid-row: 1/1;
  }



 #connector-step-1 {
   grid-column: 10 / 11;
   grid-row: 1 / 11;
   display: block;
   width: 15%;
 }

 .connector-bg {
   grid-column: 10 / 11;
   grid-row: 1 / 11;
   display: block;
   background-color: #DDEAEC;
   display: grid;
   min-width: 100%;
   grid-template-columns: repeat(7, 1fr);
   grid-template-rows: 1fr;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   margin: 0px;
 }

 .connector-row-bg {
   grid-column: 4 / 14;
   grid-row: 1 / 1;
   display: block;
   background-color: #DDEAEC;
   display: grid;
   min-width: 100%;
   grid-template-columns: 1fr;
   grid-template-rows: repeat(7, 1fr);
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   margin: 0px;
 }

 .connector-row-stroke {
   grid-column: 1 / 1;
   grid-row: 6 / 7;
   /* display: block;
   width: 15%; */
   background-color: #3f69af;
 }


 .connector-stroke {
   grid-column: 3 / 4;
   grid-row: 1 / 1;
   /* display: block;
   width: 15%; */
   background-color: #3f69af;
 }

  .info-image {
    z-index: 0
  }

  .info-caption {
    width: 340px;
    z-index: 1;
    background-color: #3f69af;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.15);
  }


  .homepage-section {
    display: grid;
    min-width: 100%;
    grid-template-columns: 7vw repeat(12, 1fr) 7vw;
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    margin: 0px;
  }

  .annotate-grid {
    display: grid;
    min-width: 100%;
    grid-template-columns: 7vw repeat(16, 1fr) 7vw;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0px;
  }

  .caption-grid {
    display: grid;
    min-width: 100%;
    grid-template-columns: 7vw repeat(20, 1fr) 7vw;
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    margin: 0px;
  }



main {
        grid-area: 3 / 1 / 4 / 4;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 237px;
      }

  .infopage-container {
/*      display: flex;
      flex-direction: column;
      flex-wrap: wrap; */
      grid-area: main;
    }



.homepage-content-container  {
                    grid-area: 3/ 1 / 4 / 5;
                      }

  .feature-container {
    align-items: center;
    }

    .content-wrapper-right {
          padding: 0px;
          width: 25vw;
          }

    .content-wrapper-center {
      display:flex;
      flex-direction: column;
      max-width: 60vw;
      justify-content: center;
      text-align: center;
    }

}


/* = footer ========= */


.footer-span {
  grid-area: footer;
  display: flex;
  font-family: Poppins;
  font-weight: 300;
  font-size: 19px;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  background-color: #e1eaec;
  color: black;
  padding-bottom: 10vh;
  background-color:#e1eaec;
  box-shadow: inset 0 1px 0 rgba(12,13,14,0.15),
  0 0 0 transparent,
  0 0 0 transparent,
  0 0 0 transparent;
  height: 210px;
}





.homepage-container {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;


  }

  .gutter {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .gutter-left {
    padding-left: 7vw;
    padding-right: 0;
  }



.footer-stuff {
    position: relative;
    width:100%;
}

.footer-links {
   position:relative;
   top: 11%;
   width: 100%;
   height: 100%;
   color: #4d61b3;
   text-decoration: underline;
}

.description_project {
    position: absolute;
    left: 5%;
    top: 5%;
    height: inherit;
}

.description_power {
    position: absolute;
    left: 25%;
    top: 5%;
    height: inherit;
    width: inherit;

}

.description_sponsor {
    position: absolute;
    left: 50%;
    top:5%;
    height:inherit;
    width: inherit;

}

.links_1 {
    position: absolute;
    right: 200px;
    width:150px;
    z-index: 1;
}

.links_2 {
    position: absolute;
    right: 20px;
    width:140px;
    z-index: 1;

}

/* = header ========= */

  .homepage-container {
     display: flex;
     flex-direction: row;
    }

  .homepage-container.banner {
         justify-content: flex-start;
  }



/* --- nav: web --- */

  @media screen and (min-width: 890px) {

.nav-wrap {
      position: static;
      width: 100%;
      height: 32px;
      background-color: white;
      padding-top: 12px;
      box-shadow: 0 1px 2px 0 rgba(36,50,66,.15);
    }

.nav-light {
      /* grid-area: 1 / 1 / 2 / 5; */
      position:static;
      padding: 0px;
      background-color: white;
    }

.nav-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 3;
    justify-content: flex-start;
    align-items: center;
    }

}
span.highlight {
  border-bottom:1px solid;

}

span.highlight span.highlight { padding-bottom:2px; }

span.highlight span.highlight span.highlight { padding-bottom:4px; }

span.highlight span.highlight span.highlight span.highlight { padding-bottom:6px; }



@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px var(--color);
  }
  100% {
    box-shadow: 0 0 0 5px var(--color);
  }
}
