html {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  max-width: 960px;
}

body {
  max-height: 700px;
  overflow: scroll;
}

a {
  color: #1993D0;
}

.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }

#interactiveLabel {
  font-weight: 600;
  font-size: .8rem;
}

#interactiveTitle {
  font-size: 2.2rem;
  color: #707070;
  font-weight: 700;
}

#filterRow {
  background-color: #E8E8E8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0px;
}
.material-icons {
  line-height: 1.4;
  font-size: 20px;
}
.dropdown-arrow {
  float: right;
}

#fixedRow {
  position: fixed;
  z-index: 55;
  width: 100vw;
  background-color: white;
  display: block;
  max-width: 960px;
}

#gridContainer {
  top: 110px;
  height: 800px !important;
  overflow: scroll;
}
.linkBtn {
  padding-left: .3rem;
  position: absolute;
  display: inline-block;
}
.input-field {
  margin-top: -5px;
}
.input-field .prefix {
  color: white;
}
.input-field>label {
  color: white;
}
.applicationText {
  pointer-events: none;
  line-height: 1.2rem;
  padding: 0.4rem;
  display: inline-block;
}
.application_link_text {
  word-break: break-all;
}
.applicationLabel {
  font-size: .9rem;
  margin-bottom: 0rem;
  text-align: center;
}
.greenStatus {
  color: #2C6C2F;
}
.yellowStatus {
  color: #CC621B;
}
.redStatus {
  color: #C33623;
}
.goToText {
  font-size: .8rem;
  margin: auto;
  width: 100px;
  line-height: 1.9rem;
}
.applicationBox {
  text-align: center;
  border-radius: 5px;
  padding: 0rem;
  width: 100%;
  margin: auto;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.tagCapsule {
    display: inline-block;
    background-color: #D1C4E9;
    border-radius: 5px;
    padding: .2rem 1rem .3rem 1rem;
    color: #707070;
    font-weight: 600;
    margin: .2rem .2rem;
    cursor: pointer;
    text-transform: uppercase;
    font-size: .9rem;
}

.card .card-content .card-title {
    font-weight: 600;
    color: #707070;
    padding-left: 1rem;
}

.cardrow2 {
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

.filter-count {
    padding-left: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    position: absolute;
    top: 80px;
}

a.dropdown-trigger.btn {
    width: 100%;
    text-transform: inherit;
    text-align: left;
    max-width: 420px;

}

.application_cont {
  border: 2px solid #333;
  border-radius: 5px;
  padding: .5rem 0rem !important;
  width: 140px !important;
  margin-left: 30px !important;
}

.newContainer {
  padding: 0rem 3rem !important;
}

#randomize {
  width: 100%;
}

.results-cont-inner {
  margin: auto;
  margin-top: 1rem;
}
.result-header-left {
  font-size: 2rem;
  font-weight: bold;
}
.results-header-row {
  padding-top: 1rem;
  padding-bottom: .5rem;
  margin-bottom: 0rem;
}
.result-status {
  border-radius: 50px;
  background-color: darkred;
  padding: .5rem;
  font-size: .8rem;
  text-align: center;
  color: white;
  font-weight: bold;
}
.results-content-row {
  padding-bottom: 1.5rem;
}
.result-title-text {
  line-height: 2.4rem;
  padding-left: .8rem;
  font-size: 1.6rem;
}

.action-title {
  display: inline-block;
}
.action-status-cont {
  display: inline-block;
}
.impact-title {
  display: inline-block;
}
.impact-status-cont {
  display: inline-block;
}
/*
.result-left {
  border-style: solid;
  border-width: 0px 5px 0px 0px;
  border-image: linear-gradient(to bottom, #D1C4E9 2%, #E8E8E8 40%)
                0 100% 0 0;
}
*/
.desc_title {
  font-weight: bold;
}
.result-desc-text {
  font-weight: normal;
  padding: 0.3rem;
  padding: 0.15rem;
}
.newLabel {
    background-color: #AA1D1D;
    color: white;
    padding: .2rem .2rem .2rem 1rem;
    margin-right: -1.8rem;
    font-weight: 600;
}
#covidAlertText {
    background-color: #AA1D1D;
    width: fit-content;
    border-radius: 5px;
    color: white;
    padding: .3rem .5rem;
    font-weight: 600;
    font-size: .9rem;
}
#covidAlert {
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-left: .3rem;
}

.btn {
  background-color: white;
  color: #707070;
  font-weight: 600;
}

.section-search input.autocomplete {
  color: #707070;
}
.input-field .prefix.active {
  color: white !important;
}
.dropdown-content li>a, .dropdown-content li>span {
  color: #707070 !important;
}
.autocomplete-content li .highlight {
  color: #707070 !important;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: white;
  color: #707070;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
  background-color: white;
  color: #707070;
}

input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid white ;
  box-shadow: 0 1px 0 0 white ;
  background-color: transparent;
  caret-color: white;
  color: white;
}

input[type=text] {
  color: white;
}

.scrollContainer {
  padding: .5rem 1rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-iteration-count: 5;
  position: fixed;
  z-index: 50;
  right: 0rem;
  bottom: 2rem;
  cursor: pointer;
}

.scroll-bg {
  background-color: rgba(112, 112, 112, .8);
  padding: 0rem 1rem .6rem 1rem;
  border-radius: 5px;
}

.scrollText {
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  color: white;
  font-weight: normal !important;
  line-height: 1.2rem !important;
}

.scrollArrow {
  display: inline-block;
  color: white;
  font-size: 1.2rem;
}

.hidden {
  opacity: 0;
  transition:  opacity 0.5s ease;
  transition-delay:0.2s;
}

.visible {
  opacity: 1;
  transition:  opacity 0.5s ease;
  transition-delay:0.2s;
}

.filterTagBtn {
  margin-bottom: .5rem;
}

.dropdown-trigger span {
  padding-left: 0px !important;
}

@media only screen and (min-width: 691px) {
  .dropdown-trigger {
    font-size: 1rem;
  }
  .result-header-right {
    padding-left: 0rem !important;

  }
}

@media only screen and (max-width: 691px) {
  .dropdown-trigger {
    font-size: .8rem;
  }
  .result-header-right {
    padding-left: 1.5rem !important;
    width: 80% !important;
    margin-top: 1rem;
    max-width: 250px;
  }
  .material-icons {
    line-height: 1.8;
  }
}




@media only screen and (max-width: 420px) {
  #interactiveTitle {
    line-height: 2.2rem;
    padding: 1rem .7rem;
  }
  #titleRow {
    margin-bottom: .7rem;
  }
  .filterTagBtn {
    margin-bottom: .5rem;
  }
  #filterRow {
    padding-bottom: 1rem;
    padding-top: 1.5rem;
  }
  .card-title {
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
  }
  .tagCapsule {
    font-size: .7rem;
    line-height: .9rem;
    padding: .5rem 1rem .4rem 1rem;
  }
  .results-header-row {
    padding-top: 0rem;
  }
  .card .card-content {
    padding: 1rem .5rem;
  }
  .scroll-bg {
    background-color: rgba(112, 112, 112, .8)
  }
  .scrollContainer {
    bottom: .5rem;
  }
  .result-right {
    padding-left: .1rem !important;
  }
  .result-left {
    padding-right: .2rem !important;
  }
  #gridContainer {
    top: 195px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 600px) {
  #interactiveTitle {
    line-height: 2.2rem;
    padding: .5rem .7rem;
  }
  #titleRow {
    margin-bottom: .7rem;
  }
  .filterTagBtn {
    margin-bottom: .5rem;
  }
  #filterRow {
    padding-bottom: 1rem;
    padding-top: 1.5rem;
  }
  #gridContainer {
    top: 195px;
  }
  .btn {
    font-size: 12px;
  }

}

@media only screen and (min-width: 601px) {
  #interactiveTitle {
    line-height: 2.2rem;
    padding: .5rem .7rem;
  }
  #titleRow {
    margin-bottom: .7rem;
  }

  a.dropdown-trigger.btn {
    height: 3rem;
    line-height: 1rem;
    padding-top: 0.5rem;
}

}

@media only screen and (max-width: 601px) {
  .linkBtn {
      margin-top: -5px;
      padding-left: .5rem;
  }
  .cardrow2 {
    padding-top: 1rem;
  }
  .filter-count {
    top: 170px;
  }
}
@media only screen and (max-width: 420px) {
  .newLabel {
      margin-right: -.6rem;
      padding: .2rem .2rem .2rem .5rem;
  }
  .btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 360px) {
  #gridContainer {
    top: 195px;
  }
  .btn {
    font-size: 9px;
  }
}
