@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: "Open Sans Condensed", sans-serif;
}

strong {
  font-weight: bold;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  background-color: #307583;
  border-radius: 20px;
  border: 3px solid white;
}

section {
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}

section#welcome {
  height: calc(100% - 140px);
}

section.content {
  align-items: center;
  justify-content: center;
  position: fixed;
  flex-direction: column;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 99999;
}

.close-section {
  clear: both;
  margin-right: 10px;
  font-size: 1.6em;
  margin-top: 10px;
  text-align: right;
  cursor: pointer;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.close-section h2 {
  float: left;
  margin-left: 17px;
  font-weight: bold;
}

.open-menu {
  position: fixed;
  top: 10px;
  left: 20px;
  cursor: pointer;
  z-index: 99999;
}
.open-menu svg {
  width: 40px;
  height: 40px;
}
.open-menu > ol {
  display: none;
  background: #cdd8d8;
  border: 1px solid #1c1c37;
  border-radius: 1em;
  width: 190px;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #1c1c37;
  padding-top: 1em;
  padding-bottom: 1em;
}
.open-menu > ol li {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.open-menu > ol li:hover, .open-menu > ol li.active-section {
  background: #1c1c37;
  color: white;
}
.open-menu > ol.deployed {
  display: block !important;
}

.contact-p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-p svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.contact-p a {
  color: white;
  font-size: 1.3em;
}

.element-desktop {
  display: inline-block !important;
}

.element-mobile {
  display: none !important;
}

.consortium-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.consortium-footer span {
  text-align: center;
  color: #4d4d4d;
  margin-right: 10px;
  font-size: 12px;
}
.consortium-footer div {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.consortium-footer div a {
  margin-left: 4px;
  margin-right: 4px;
}
.consortium-footer div img {
  height: 38px;
}
.consortium-footer .footer-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 370px;
}
.consortium-footer .footer-data .element-desktop {
  margin-bottom: 10px;
}
.consortium-footer .footer-data .footer-data-logos img {
  height: 30px;
}
.consortium-footer .footer-logos {
  display: flex;
  flex-direction: column;
  flex: 1;
}

section#welcome {
  display: flex;
}
section#welcome img#imt {
  width: 500px;
  height: auto;
}
section#welcome .circle-im {
  margin-top: 1.5em;
  position: relative;
}
section#welcome .circle-im > div {
  background: #307583;
  width: 210px;
  text-transform: none;
  font-size: 1.1em;
  height: 210px;
  padding: 40px;
}
section#welcome .circle-im > div svg {
  width: 50px;
  height: 50px;
  margin-bottom: -50px;
  margin-top: 10px;
}
section#welcome .tutorial-link {
  display: flex;
  width: auto;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  color: #1c1c37;
  margin-top: 13px;
  cursor: pointer;
}
section#welcome .tutorial-link svg {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}
section#welcome .tutorial-modal {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
section#welcome .tutorial-modal > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 520px;
  max-width: 700px;
  border: 1px solid #307583;
  background: white;
}
section#welcome .tutorial-modal > div .close-tutorial {
  text-align: right;
  font-size: 1.9em;
  margin: 9px;
}
section#welcome .tutorial-modal > div .close-tutorial span {
  cursor: pointer;
}
section#welcome .tutorial-modal > div .tutorial-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.section-large-content {
  max-height: 490px;
  overflow-y: auto;
  padding: 20px;
}
.section-large-content table {
  color: white;
  border: 1px solid #525252;
}
.section-large-content table th {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #525252;
  background: #2d2d51;
}
.section-large-content table tr {
  border-top: 1px dashed #525252;
}
.section-large-content table tr p {
  padding: 0;
}
.section-large-content table tr td {
  padding: 5px;
  border-right: 1px dashed #525252;
}
.section-large-content table tr td:nth-child(1) {
  width: 150px;
  justify-content: center;
  vertical-align: middle;
}
.section-large-content table tr td:nth-child(2) {
  width: 420px;
}
.section-large-content table tr td:nth-child(3) {
  width: 140px;
  vertical-align: middle;
}

div.circle-im {
  height: auto;
  width: auto;
  border-radius: 50%;
  background: #f3f4f8;
  border: 2px dotted black;
  cursor: pointer;
  position: relative;
}
div.circle-im div {
  height: 135px;
  width: 135px;
  margin: 7px;
  background: black;
  color: white;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1em;
  flex-direction: column;
}
div.circle-im div svg {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
div.circle-im .main-tip {
  display: none;
  position: absolute;
  color: white;
  padding: 10px;
  width: 210px;
  left: -245px;
  top: 60px;
  border-radius: 1em;
  z-index: 9999;
  color: white;
}
div.circle-im .main-tip:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-left-color: #00aabb;
  border-right: 0;
  margin-top: -14px;
  margin-right: -14px;
}

.circle-im.type .main-tip {
  background: #307583;
}
.circle-im.type .main-tip:after {
  border-left-color: #307583;
}

.circle-im.location .main-tip {
  background: #945558;
}
.circle-im.location .main-tip:after {
  border-left-color: #945558;
}

.circle-im.industry .main-tip {
  background: #69509c;
  left: 195px;
}
.circle-im.industry .main-tip:after {
  border-right: 14px solid;
  border-left: 0;
  border-left-color: transparent;
  border-right-color: #69509c;
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: -14px;
}

.circle-im.services .main-tip {
  background: #d27618;
  left: 195px;
  margin-top: -30px;
}
.circle-im.services .main-tip:after {
  border-right: 14px solid;
  border-left: 0;
  border-left-color: transparent;
  border-right-color: #d27618;
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: -14px;
  margin-top: -40px;
}

.circle-im.issue .main-tip {
  background: #19946b;
  left: 195px;
}
.circle-im.issue .main-tip:after {
  border-right: 14px solid;
  border-left: 0;
  border-left-color: transparent;
  border-right-color: #19946b;
  right: auto;
  left: 0;
  margin-left: -14px;
}

.circles {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
}
.circles div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.circles :nth-child(1) {
  background: #307583;
}
.circles :nth-child(2) {
  background: #19946b;
}
.circles :nth-child(3) {
  background: #945558;
}
.circles :nth-child(4) {
  background: #69509c;
}
.circles :nth-child(5) {
  background: #d27618;
}

section#report, section#welcome {
  align-items: center;
  justify-content: center;
  background: url(../img/main-bgr.jpg);
  background-size: cover;
  background-position: center;
  font-family: sans-serif;
  flex-direction: column;
}
section#report h1, section#welcome h1 {
  font-size: 2em;
}
section#report .categories-main, section#welcome .categories-main {
  margin-top: -30px;
  width: 440px;
  height: 415px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 10px;
  padding-top: 25px;
}
section#report .categories-main .type, section#welcome .categories-main .type {
  border-color: #307583;
  position: relative;
  left: 15px;
}
section#report .categories-main .type > div, section#welcome .categories-main .type > div {
  background-color: #307583;
}
section#report .categories-main .location, section#welcome .categories-main .location {
  border-color: #945558;
  position: relative;
  left: -55px;
}
section#report .categories-main .location > div, section#welcome .categories-main .location > div {
  background-color: #945558;
}
section#report .categories-main .issue, section#welcome .categories-main .issue {
  border-color: #19946b;
  position: relative;
  left: -15px;
}
section#report .categories-main .issue > div, section#welcome .categories-main .issue > div {
  background-color: #19946b;
}
section#report .categories-main .industry, section#welcome .categories-main .industry {
  border-color: #69509c;
  position: relative;
  left: 60px;
}
section#report .categories-main .industry > div, section#welcome .categories-main .industry > div {
  background-color: #69509c;
}
section#report .categories-main .services, section#welcome .categories-main .services {
  border-color: #d27618;
  position: relative;
  top: -51px;
}
section#report .categories-main .services > div, section#welcome .categories-main .services > div {
  background-color: #d27618;
}

section#welcome {
  display: flex;
  background-image: url(../img/welcome-bgr.jpg);
}

.mobile-main-filters {
  display: none;
  color: white;
  text-transform: uppercase;
}

.filter {
  transition-property: transform, opacity, border-radius, background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  cursor: default;
}

.filter:hover {
  z-index: 999999;
}

.filter.can-click {
  cursor: pointer;
}

.main-filters {
  display: none;
}
.main-filters .filter {
  transition: background-color 0.5s linear;
}

.main-filters[data-which=industry] {
  flex-wrap: wrap;
  width: 670px;
}

#services-provided-choose .services-intermediate {
  display: flex;
  flex-direction: row;
}
#services-provided-choose .services-intermediate > div {
  text-align: center;
  flex: 1;
  padding: 2em;
  cursor: pointer;
}
#services-provided-choose .services-intermediate .services-title {
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  height: 9em;
  width: 9em;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 5px;
  background: #d27618;
}

section#about-us p img {
  margin-top: 12px;
  position: relative;
  top: 10px;
  margin-right: 11px;
  height: 40px;
}
section#about-us .about-us-orgs span {
  width: 530px;
  float: left;
  margin-right: 10px;
  padding-left: 14px;
}
section#about-us .img-cont {
  display: inline-block;
  background: white;
  width: 193px;
  margin-bottom: 10px;
  text-align: center;
  height: 42px;
  border-radius: 10px;
}
section#about-us .img-cont img {
  max-height: 100%;
}
section#about-us .au-lower img {
  height: 41px;
  margin-left: 58px;
}
section#about-us .about-footer-logos {
  background: white;
  display: inline-block;
  padding: 7px;
  border-radius: 8px;
  margin-left: 13px;
  margin-bottom: 10px;
}
section#about-us .about-footer-logos img {
  height: 35px;
}

section#report-actions {
  flex-direction: column;
  height: 100%;
  flex: 1;
}
section#report-actions .main-filter {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s;
}
section#report-actions .main-filter h2 {
  color: white;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
}
section#report-actions .main-filter h2 svg {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
section#report-actions .main-filter .narrow-search {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  text-transform: uppercase;
}
section#report-actions .main-filter .narrow-search svg {
  width: 50px;
  height: 60px;
  margin-right: 15px;
}
@keyframes wiggle {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  85% {
    transform: translateX(10px) scale(1.5) translateY(-2px);
  }
  100% {
    transform: translate(0);
  }
}
section#report-actions .main-filter .narrow-search span span {
  display: inline-block;
  animation: wiggle 4s infinite;
}
section#report-actions .main-filter .narrow-search.selected span span {
  animation: none;
}
section#report-actions .main-filter button.refresh {
  position: relative;
  top: 12px;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 13px;
  left: -7px;
  border-radius: 7px;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  outline: none;
}
section#report-actions .main-filter button.refresh svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
section#report-actions .main-filter button.refresh.disabled {
  cursor: default;
  opacity: 0.5;
}
section#report-actions .main-filter .main-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
section#report-actions .main-filter .main-filters .filter {
  border: 3px solid white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  font-size: 0.9em;
}
section#report-actions .main-filter .main-filters .filter[data-category=services] {
  padding: 14px;
}
section#report-actions .main-filter .main-filters .filter.selected {
  background-color: #1c1c37 !important;
  opacity: 1 !important;
}
section#report-actions .type {
  background-color: #307583;
}
section#report-actions .location {
  background-color: #945558;
}
section#report-actions .issue {
  background-color: #19946b;
}
section#report-actions .industry {
  background-color: #69509c;
}
section#report-actions .services {
  background-color: #d27618;
}
section#report-actions .results-hint {
  padding: 15px;
  font-size: 1.3em;
  text-align: center;
}
section#report-actions #filters-actions {
  display: flex;
  min-height: 0;
  flex-direction: row;
  flex: 1;
  transition: opacity 2s linear;
  /* Works on Chrome, Edge, and Safari */
}
section#report-actions #filters-actions #secondary-filters {
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  background: url(../img/filters-bgr.jpg);
  background-size: 100% auto;
  background-size: cover;
  padding-bottom: 50px;
}
section#report-actions #filters-actions #secondary-filters > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex: 1;
  align-items: flex-start;
  padding-top: 1em;
}
section#report-actions #filters-actions #secondary-filters .sub-filter-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 9px;
}
section#report-actions #filters-actions #secondary-filters .sub-filter-title svg {
  width: 50px;
  height: 50px;
}
section#report-actions #filters-actions #secondary-filters .sub-filter-title span {
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 17px;
}
section#report-actions #filters-actions #secondary-filters .sub-filter-title.issue-title {
  color: #19946b;
}
section#report-actions #filters-actions #secondary-filters .sub-filter-title.location-title {
  color: #945558;
}
section#report-actions #filters-actions #secondary-filters .sub-filter-title.type-title {
  color: #307583;
}
section#report-actions #filters-actions #secondary-filters .sub-filter-title.industry-title {
  color: #69509c;
}
section#report-actions #filters-actions #secondary-filters .sub-filter-title.services-title {
  color: #d27618;
}
section#report-actions #filters-actions .filter {
  opacity: 0.5;
  width: 80px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 0;
  margin-left: 0.5em;
  font-size: 0.9em;
  margin-right: 0;
  background-color: none !important;
  background: url(../img/filter-states.png);
  background-size: 493px auto;
  background-position: 2px -13px;
  position: relative;
}
section#report-actions #filters-actions .filter[data=cross-industry], section#report-actions #filters-actions .filter[data=global] {
  opacity: 0.9;
  transform: scale(1.1);
}
section#report-actions #filters-actions .filter.longText {
  align-items: baseline;
  padding-top: 24px;
  height: 77px;
}
section#report-actions #filters-actions .no-results {
  transform: scale(0.8);
}
section#report-actions #filters-actions .filter[data-category=industry] {
  background-position-y: -13px;
}
section#report-actions #filters-actions .filter[data-category=industry] .floating-counter {
  background: #69509c;
}
section#report-actions #filters-actions .filter[data-category=industry] .floating-counter:after {
  border-right-color: #69509c;
  border-left-color: #69509c;
}
section#report-actions #filters-actions .filter[data-category=issue] {
  background-position-y: -281px;
}
section#report-actions #filters-actions .filter[data-category=issue] .floating-counter {
  background: #19946b;
}
section#report-actions #filters-actions .filter[data-category=issue] .floating-counter:after {
  border-right-color: #19946b;
  border-left-color: #19946b;
}
section#report-actions #filters-actions .filter[data-category=services] {
  background-position-y: -563px;
}
section#report-actions #filters-actions .filter[data-category=services] .floating-counter {
  background: #d27618;
}
section#report-actions #filters-actions .filter[data-category=services] .floating-counter:after {
  border-right-color: #d27618;
  border-left-color: #d27618;
}
section#report-actions #filters-actions .filter[data-category=location] {
  background-position-y: -147px;
}
section#report-actions #filters-actions .filter[data-category=location] .floating-counter {
  background: #945558;
}
section#report-actions #filters-actions .filter[data-category=location] .floating-counter:after {
  border-right-color: #945558;
  border-left-color: #945558;
}
section#report-actions #filters-actions .filter[data-category=type] {
  background-position-y: -426px;
}
section#report-actions #filters-actions .filter[data-category=type] .floating-counter:after {
  border-right-color: #307583;
  border-left-color: #307583;
}
section#report-actions #filters-actions .filter[data-category=type] .floating-counter {
  background: #307583;
}
section#report-actions #filters-actions .filter[data-results-display=lowResults] {
  background-position-x: -126px;
  opacity: 1;
  transform: scale(0.9);
}
section#report-actions #filters-actions .filter[data-results-display=midResults] {
  background-position-x: -249px;
  opacity: 1;
  transform: scale(0.95);
}
section#report-actions #filters-actions .filter[data-results-display=highResults] {
  background-position-x: -373px;
  opacity: 1;
  transform: scale(1.1);
}
section#report-actions #filters-actions .filter.selected {
  background-image: none;
  background-color: #1c1c37;
  border-radius: 50%;
  opacity: 1 !important;
}
section#report-actions #filters-actions .floating-counter {
  padding: 5px;
  width: 40px;
  float: right;
  position: absolute;
  left: 110px;
  top: 40px;
  font-size: 18px;
  display: none;
  border-radius: 0.4em;
  z-index: 999999;
}
section#report-actions #filters-actions .floating-counter.reversed {
  left: -50px;
}
section#report-actions #filters-actions .floating-counter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 0;
  margin-top: -8px;
  margin-left: -8px;
}
section#report-actions #filters-actions .floating-counter.reversed:after {
  border: 8px solid transparent;
  border-right: 0;
  left: 100%;
  margin-left: 0;
  margin-right: -8px;
}
section#report-actions #filters-actions *::-webkit-scrollbar {
  width: 12px;
}
section#report-actions #filters-actions *::-webkit-scrollbar-track {
  background: white;
}
section#report-actions #filters-actions *::-webkit-scrollbar-thumb {
  background-color: #307583;
  border-radius: 20px;
  border: 3px solid white;
}
section#report-actions #filters-actions .results {
  background: #1c1c37;
  width: 270px;
  padding-bottom: 10px;
  position: relative;
  overflow-y: auto;
  color: white;
  text-align: center;
}
section#report-actions #filters-actions .results h2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.4em;
}
section#report-actions #filters-actions .results .counter {
  font-size: 5em;
}
section#report-actions #filters-actions .results .matches {
  font-size: 1.8em;
  border-bottom: 1px dotted white;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
}
section#report-actions #filters-actions .results .results-buttons {
  position: fixed;
  font-weight: bold;
  bottom: 0;
}
section#report-actions #filters-actions .results .see-all, section#report-actions #filters-actions .results .download-all {
  position: fixed;
  font-weight: bold;
  bottom: 0;
  background: #101026;
  padding: 6px;
  color: white;
  cursor: pointer;
  width: 128px;
  text-align: center;
  font-size: 1.4em;
}
section#report-actions #filters-actions .results .download-all {
  margin-left: 140px;
  text-decoration: none;
  font-size: 15px;
  width: 117px;
  height: 22px;
  display: flex;
  align-items: center;
  border-left: 1px solid white;
  justify-content: center;
}
section#report-actions #filters-actions .results .results-list {
  text-align: left;
  padding: 10px;
  list-style: decimal;
}
section#report-actions #filters-actions .results .results-list .result {
  margin-left: 23px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 18px;
  opacity: 0.8;
}
section#report-actions #filters-actions .results .results-list .result:hover {
  opacity: 1;
}
section#report-actions #filters-actions .results .mobile-tags {
  display: none;
}
section#report-actions #filters-actions .results .results-tags {
  line-height: 2em;
  border-bottom: 1px dotted white;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
section#report-actions #filters-actions .results .results-tags span {
  background: white;
  border-radius: 3px;
  padding: 1px;
  color: #1c1c37;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  margin-top: 2px;
  cursor: pointer;
}
section#report-actions #filters-actions .results .results-tags span span {
  padding: 0;
  margin-left: 7px;
  background: lightgray;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  line-height: 13px;
  text-align: center;
  position: relative;
  top: -1px;
}

.result-opaque {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.result-opaque .close {
  cursor: pointer;
}
.result-opaque .result-sheet {
  max-width: 780px;
  max-height: 100%;
  width: 100%;
  transition: all 1s linear;
  /* Works on Chrome, Edge, and Safari */
}
.result-opaque .result-sheet * {
  scrollbar-width: thin;
  scrollbar-color: #307583 white;
}
.result-opaque .result-sheet *::-webkit-scrollbar {
  width: 12px;
}
.result-opaque .result-sheet *::-webkit-scrollbar-track {
  background: white;
}
.result-opaque .result-sheet *::-webkit-scrollbar-thumb {
  background-color: #307583;
  border-radius: 20px;
  border: 3px solid white;
}
.result-opaque .result-sheet .result-data {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  padding: 15px;
}
.result-opaque .result-sheet .result-data div.result-data-title {
  width: 170px;
  display: flex;
  align-items: center;
}
.result-opaque .result-sheet .result-data div.result-data-title span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
}
.result-opaque .result-sheet .result-data span.result-content {
  width: 565px;
}
.result-opaque .result-sheet div.result-industry .result-data-title span {
  background: #69509c;
}
.result-opaque .result-sheet div.result-type .result-data-title span {
  background: #307583;
}
.result-opaque .result-sheet div.result-issue .result-data-title span {
  background: #19946b;
}
.result-opaque .result-sheet div.result-services .result-data-title span {
  background: #d27618;
}
.result-opaque .result-sheet div.result-location .result-data-title span {
  background: #945558;
}
.result-opaque .result-sheet div.result-more-content {
  line-height: 18px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 4px;
  height: 20px;
  margin-bottom: 17px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 4px;
  position: relative;
  transition: all 1s linear;
  cursor: pointer;
}
.result-opaque .result-sheet div.result-more-content span.arrow {
  font-size: 0.7em;
  position: relative;
  left: 6px;
}
.result-opaque .result-sheet div.result-more-content .more-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: -moz-linear-gradient(top, rgba(28, 28, 55, 0) 0%, #1c1c37 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(28, 28, 55, 0) 0%, #1c1c37 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(28, 28, 55, 0) 0%, #1c1c37 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001c1c37", endColorstr="#1c1c37",GradientType=0 );
  /* IE6-9 */
}
.result-opaque .result-sheet div.result-more-content.expanded {
  height: 78px;
  overflow-y: auto;
  cursor: default;
}
.result-opaque .result-sheet div.result-more-content.expanded .more-gradient {
  display: none;
}
.result-opaque .result-sheet div.result-more-content.expanded span.arrow {
  display: none;
}

.ht-header, .ht-footer {
  background-color: #307583;
  padding: 15px;
  border-radius: 1em 1em 0 0;
  display: flex;
  text-transform: uppercase;
  color: white;
  font-size: 1.3em;
  padding-left: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ht-footer {
  border-radius: 0 0 1em 1em;
  min-height: 10px;
}

.ht-body {
  font-family: "Open Sans", sans-serif;
  background: #1c1c37;
  color: white;
  display: inline-table;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
}
.ht-body p {
  padding: 1em;
}
.ht-body a {
  color: white;
  font-weight: bold;
}

.result-title {
  flex: 1;
}

.download {
  color: white;
  text-decoration: none;
  background: #307583;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0.5em;
  margin: 0 auto;
  display: block;
  font-size: 1.3em;
  width: 140px;
  text-align: center;
}

/*
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	margin-right:3px;
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
*/
.section-content {
  margin-top: 17px;
  max-width: 786px;
  width: 100%;
}
.section-content .section-content-scroll {
  overflow-y: auto;
}
.section-content .ht-body {
  border-radius: 1em 1em 0 0;
}

.search {
  position: fixed;
  top: 15px;
  right: 20px;
  color: #aaa;
  font-size: 16px;
}
.search input {
  width: 190px;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
  text-indent: 32px;
}
.search .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}
.search .search-results {
  display: none;
  max-height: 430px;
  overflow-y: scroll;
  transition: all 1s linear;
  position: absolute;
  right: 0;
  width: 410px;
  background: white;
  padding: 10px;
  margin-top: 5px;
  border-radius: 0.5em;
  color: #307583;
  border: 1px solid #666;
}
.search .search-results li {
  margin-bottom: 6px;
  cursor: pointer;
}
.search .search-results li span {
  color: gray;
}
.search .search-results li.open-category-result {
  font-style: italic;
}
.search .search-results li.open-category-result span.result-list-tag {
  background: #307583;
  border-radius: 4px;
  color: white;
  padding-left: 3px;
  padding-right: 4px;
  font-size: 13px;
  font-style: initial;
  font-weight: bold;
}
.search .search-results li.open-category-result:hover span.result-list-tag {
  background: transparent;
}
.search .search-results li:hover, .search .search-results li.default {
  background: #307583;
  color: white;
}
.search .search-results li:hover span, .search .search-results li.default span {
  color: #fdfdfd;
}

.w3-tooltip, .w3-display-container {
  position: relative;
}

.w3-content {
  margin-top: -10px;
}

.w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 25px;
  outline: none;
}

.w3-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

/* Loader 5 */
.loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
}

.loader.visible {
  display: flex;
}

.loader-5 {
  height: 60px;
  width: 60px;
  -webkit-animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-5-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-5::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #945558;
  border-radius: 50%;
  -webkit-animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate3d(24px, 0, 0) scale(0.5);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes loader-5-2 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, 0, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.loader-5::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #19946b;
  border-radius: 50%;
  -webkit-animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate3d(-24px, 0, 0) scale(0.5);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes loader-5-3 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-24px, 0, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.loader-5 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 60px;
}

.loader-5 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #307583;
  border-radius: 50%;
  -webkit-animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate3d(0, 24px, 0) scale(0.5);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes loader-5-4 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 24px, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.loader-5 span::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #69509c;
  border-radius: 50%;
  -webkit-animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate3d(0, -24px, 0) scale(0.5);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes loader-5-5 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -24px, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blinker 1s normal forwards ease-in-out;
}

@media (min-width: 769px) {
  #contact-us .section-content .section-content-scroll, #report-section .section-content .section-content-scroll, #resources .section-content .section-content-scroll, #submit-data.submit-done .section-content .section-content-scroll, #download-data .section-content .section-content-scroll {
    overflow-y: auto;
    height: auto !important;
  }

  section#report-actions #filters-actions #secondary-filters {
    margin-bottom: 0;
  }
  section#report-actions #filters-actions .results {
    margin-bottom: 34px;
  }
}
@media (max-width: 768px) {
  .element-desktop {
    display: none !important;
  }

  .element-mobile {
    display: inline-block !important;
  }

  .consortium-footer div img {
    height: 21px;
  }

  section#welcome .circle-im > div {
    width: 170px;
    font-size: 0.9em;
    height: 170px;
  }

  section#welcome .circle-im > div svg {
    width: 30px;
    height: 30px;
  }

  section#welcome .tutorial-link {
    font-size: 13px;
  }

  section#report-actions #filters-actions {
    flex-direction: column;
  }

  .consortium-footer span {
    font-size: 12px;
  }

  section#report-actions #filters-actions .results {
    width: 100%;
    display: flex;
    height: 135px;
    padding-bottom: 16px;
    bottom: 0;
    overflow: hidden;
    z-index: 999999;
  }

  section#report-actions #filters-actions .results .results-list {
    margin-bottom: 20px;
  }

  section#report-actions #filters-actions .results h2 {
    display: none;
  }

  section#report-actions #filters-actions .results .matches {
    font-size: 1em;
    margin-bottom: 5px;
    border-bottom: none;
  }

  section#report-actions #filters-actions .results .results-tags {
    display: none;
  }

  section#report-actions #filters-actions .results .mobile-tags {
    display: block;
  }
  section#report-actions #filters-actions .results .mobile-tags .tag {
    margin-right: 5px;
  }
  section#report-actions #filters-actions .results .mobile-tags .tag span {
    display: none;
  }
  section#report-actions #filters-actions .results .mobile-tags .tag strong {
    padding-right: 3px;
  }

  section#welcome img#imt {
    height: auto;
    max-width: 89%;
  }

  section#report-actions #filters-actions .results .counter {
    font-size: 2.5em;
  }

  .circles {
    margin-bottom: 0.5em;
    margin-top: 2em;
  }

  section#welcome .circles {
    margin-top: 5em;
  }

  .circles div {
    width: 10px;
    height: 10px;
  }

  .search input {
    width: 160px;
    height: 25px;
  }

  .search .fa-search {
    top: 6px;
  }

  .open-menu > ol li {
    font-size: 18px;
  }

  section#report h1, section#welcome h1 {
    font-size: 1.2em;
  }

  section#report .categories-main {
    width: 328px;
    height: 353px;
    background-size: contain;
  }

  .main-tip {
    display: none !important;
  }

  div.circle-im div {
    height: 125px;
    width: 125px;
    font-size: 0.9em;
  }

  div.circle-im div svg {
    width: 50px;
    height: 50px;
  }

  .ht-footer, .ht-header {
    border-radius: 0;
  }

  .result-opaque .result-sheet .result-data {
    font-size: 13px;
    padding: 5px;
  }

  .result-title {
    font-size: 15px;
  }

  .result-opaque .result-sheet .result-data div.result-data-title {
    width: 138px;
  }

  .result-opaque .result-sheet .result-data span.result-content {
    width: auto;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .result-opaque .result-sheet .result-data span.result-content a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .result-opaque .result-sheet div.result-more-content {
    height: 38px;
  }

  .result-opaque .result-sheet div.result-more-content.expanded {
    height: 68px;
  }

  .result-opaque .result-sheet div.result-more-content span.arrow {
    left: 0px;
  }

  .section-content .ht-body {
    border-radius: 0;
    font-size: 16px;
    line-height: 17px;
  }
  .section-content .ht-body h2 {
    font-weight: bold;
  }

  .ht-footer {
    border-radius: 0;
  }

  section.content {
    height: 100%;
    z-index: 99999999;
  }

  #contact-us .section-content-scroll, #report-section .section-content-scroll, #resources .section-content-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section-content {
    margin-top: 0;
    height: 100%;
  }

  section#welcome .tutorial-modal {
    z-index: 999999;
  }

  section#welcome .tutorial-modal > div {
    height: 100% !important;
  }

  .results_1 {
    padding-left: 10px;
    width: 120px;
  }

  section#report-actions #filters-actions .results .results-list .result {
    font-size: 16px;
  }

  .results_2 {
    flex: 1;
    height: 148px;
    overflow-y: auto;
  }

  .search .search-results {
    display: none;
    max-width: 320px;
  }

  section#report-actions #filters-actions .results {
    display: none;
  }

  section#report-actions #filters-actions .results .see-all {
    width: 100%;
    font-size: 18px;
    bottom: 0;
    display: none;
  }

  section#report-actions #filters-actions .results.selected {
    display: flex;
    padding-top: 15px;
  }

  section#report-actions #filters-actions .results.selected .see-all {
    display: block;
    height: 22px;
    width: 62%;
  }

  section#report-actions #filters-actions .results.selected .download-all {
    width: 38%;
    right: 0;
  }

  section#report-actions .main-filter button.refresh {
    display: none;
  }

  section#report-actions .main-filter .narrow-search svg {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  section#report-actions .main-filter .main-filters .filter {
    margin-bottom: 4px;
  }

  section#report-actions .main-filter .main-filters {
    margin-top: 1em;
    width: 100%;
    flex-wrap: wrap;
  }

  section#report-actions .main-filter {
    transition: 1s all linear;
    flex-direction: column;
    height: 100%;
  }

  section#report-actions .main-filter .narrow-search {
    font-size: 1em;
    margin-top: 2em;
  }

  section#report-actions #filters-actions #secondary-filters .sub-filter-title svg {
    display: none;
  }

  section#report-actions #filters-actions #secondary-filters .sub-filter-title span {
    letter-spacing: 0px;
    font-size: 14px;
    margin-bottom: -6px;
    text-align: center;
  }

  section#report-actions #filters-actions .filter {
    margin-bottom: -12px;
    transform: scale(0.9);
  }

  section#report-actions #filters-actions .filter[data-results-display=highResults] {
    transform: scale(0.85);
  }

  section#report-actions #filters-actions .filter[data-results-display=midResults] {
    transform: scale(0.8);
  }

  section#report-actions #filters-actions .filter[data-results-display=midResults] {
    transform: scale(0.8);
  }

  section#report-actions #filters-actions .no-results {
    transform: scale(0.6);
  }

  section#report-actions #filters-actions .filter.selected {
    transform: scale(0.9);
  }

  section#report-actions .main-filter.selected {
    height: 60px;
  }
  section#report-actions .main-filter.selected .narrow-search, section#report-actions .main-filter.selected .main-filters {
    display: none;
  }
  section#report-actions .main-filter.selected .mobile-main-filters {
    margin-top: 41px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  section#report-actions .main-filter.selected .mobile-main-filters .mobile-main-filter {
    font-weight: bold;
    margin-left: 5px;
  }
  section#report-actions .main-filter.selected .change-main-mobile {
    text-decoration: underline;
    margin-left: 20px;
  }

  .floating-counter {
    display: none !important;
  }

  #submit-data .checkbox-options label {
    width: 100% !important;
  }

  section#report .categories-main .issue, section#welcome .categories-main .issue {
    left: -5px;
  }

  section#report .categories-main .type, section#welcome .categories-main .type {
    left: 5px;
  }

  section#report .categories-main .industry, section#welcome .categories-main .industry {
    left: 31px;
  }

  section#report .categories-main .location, section#welcome .categories-main .location {
    left: -42px;
  }

  section#report .categories-main .services, section#welcome .categories-main .services {
    top: -51px;
    left: -5px;
  }

  .filters-text {
    font-size: 14px;
  }

  .ht-body {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 40px);
  }

  .section-content-scroll {
    max-height: none;
    height: calc(100% - 200px);
  }

  .section-content .ht-body h2 {
    font-size: 19px;
  }

  #dataset table {
    width: 100%;
    font-size: 12px;
  }

  #services-provided-choose .services-intermediate {
    flex-direction: column;
    font-size: 12px;
  }

  #services-provided-choose {
    overflow: auto;
  }

  section#about-us .about-us-orgs span {
    width: 100%;
  }

  section#about-us .img-cont {
    margin-top: 10px;
    margin-left: 12px;
  }

  section#report-actions #filters-actions #secondary-filters .sub-filter-title {
    height: 20px;
  }
}
.section-content .ht-body h2 {
  font-weight: bold;
}

/* FORM */
#submit-data h2 {
  padding-left: 10px;
}
#submit-data input[type=text], #submit-data input[type=email], #submit-data select {
  display: block;
  width: 100%;
  max-width: 490px;
  padding: 4px;
  margin-top: 10px;
}
#submit-data textarea {
  display: block;
  width: 100%;
  max-width: 550px;
  height: 100px;
}
#submit-data .checkbox-options label {
  display: inline-block;
  width: 33%;
  padding-bottom: 10px;
}
#submit-data .comment {
  padding: 5px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  font-style: italic;
}
#submit-data button {
  background-color: #307583;
  color: white;
  font-size: 1.5em;
  border-radius: 6px;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
  display: block;
  border: none;
  outline: none;
}
#submit-data button:disabled {
  background: lightGray;
  color: gray;
}

.error {
  color: crimson;
  font-weight: bold;
  padding-top: 5px;
  display: inline-block;
  padding-left: 10px;
}

.filters-text {
  color: darkgray;
  padding: 10px;
  max-width: 560px;
  text-align: center;
}

.mapOpen .consortium-footer {
  display: none;
}

#about-us a {
  font-weight: normal;
}

@media (max-height: 600px) {
  section#report .categories-main, section#welcome .categories-main {
    transform: scale(0.8);
    height: 299px;
  }

  section#report h1, section#welcome h1 {
    font-size: 1.5em;
  }

  section#welcome .circle-im > div {
    height: 140px;
    width: 140px;
    font-size: 0.8em;
  }

  section#welcome img#imt {
    width: 274px;
  }

  section#welcome .circle-im > div svg {
    width: 20px;
    height: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
