@import url(https://hello.myfonts.net/count/398d0f);
.navigation-bar {
  height: 60px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  margin: 0 auto;
  /* Position and sizing of burger button */
  /* Color/shape of burger icon bars */
  /* Color/shape of burger icon bars on hover*/
  /* Position and sizing of clickable cross button */
  /* Color/shape of close button cross */
  /*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
  /* General sidebar styles */
  /* Morph shape necessary with bubble or elastic */
  /* Wrapper for item list */
  /* Individual item */
  /* Styling of overlay */ }
  .navigation-bar .menu {
    background-color: #5E2B9D;
    width: 100%;
    padding: 12px 10px 8px; }
    .navigation-bar .menu .logo {
      height: 40px; }
    .navigation-bar .menu .title {
      color: white;
      font-weight: bold;
      font-size: 16px;
      margin-left: 10px;
      vertical-align: middle; }
  .navigation-bar .bm-burger-button {
    position: absolute;
    width: 20px;
    height: 15px;
    right: 19px;
    top: 23px; }
  .navigation-bar .bm-burger-bars {
    background: white; }
  .navigation-bar .bm-burger-bars-hover {
    background: white; }
  .navigation-bar .bm-cross-button {
    height: 24px;
    width: 24px; }
  .navigation-bar .bm-cross {
    background: #bdc3c7; }
  .navigation-bar .bm-menu-wrap {
    position: fixed;
    height: 100%; }
  .navigation-bar .bm-menu {
    background: #432568;
    color: #dbdbdb;
    font-size: 1.15em; }
  .navigation-bar .bm-morph-shape {
    fill: #373a47; }
  .navigation-bar .bm-item {
    color: white;
    display: inline-block;
    font-size: 18px;
    padding: 13px 20px 12px; }
    .navigation-bar .bm-item:focus {
      outline: none; }
    .navigation-bar .bm-item:not(.menu-item) {
      padding: 23px 20px 32px; }
  .navigation-bar .menu-item {
    background: #4D277C;
    color: #fff;
    margin-bottom: 1px; }
  .navigation-bar .bm-overlay {
    background: rgba(0, 0, 0, 0.3); }

.back {
  background: #fff;
  margin-top: 60px; }
  .back a {
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    font-size: 14px;
    padding: 12px 10px 11px;
    text-decoration: none;
    color: #505D68; }
    .back a svg {
      height: 24px;
      margin-right: 10px;
      color: #5E2B9D; }

.version-footer {
  position: absolute;
  bottom: 0;
  right: 0; }

.version-footer-inner {
  font-size: 14px; }

.hidden {
  display: none; }

.online-indicator-toggle {
  z-index: 1000;
  position: absolute;
  top: 8px;
  right: 67px; }

.online-indicator-toggle-icon {
  width: inherit;
  height: inherit;
  padding: 0.75rem;
  fill: #fff; }

.offline-indicator {
  position: absolute;
  top: 60px;
  right: 60px;
  padding: 10px;
  border-radius: 1.2px;
  border-top-right-radius: 0;
  font-size: 0.75rem;
  background-color: #F2D304;
  color: #fff; }
  .offline-indicator:before {
    content: "";
    position: absolute;
    display: block;
    border: 0.5rem solid transparent;
    border-bottom-color: #F2D304;
    top: -1rem;
    right: 0; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  background-color: #5E2B9D;
  font-size: 1rem;
  line-height: 4rem;
  color: #fff;
  z-index: 1001;
  margin: 0 auto;
  max-width: 768px;
  width: 100%; }
  .loading:before {
    display: block;
    content: "";
    width: 5.5rem;
    height: 5.5rem;
    border: 5px solid #fff;
    border-radius: 100%;
    border-top: 0;
    border-right: 0;
    transform: rotate(0deg);
    animation: infinite loading-animation 400ms linear; }
  .loading.logo {
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: 9.1875rem 6.625rem; }
    .loading.logo:before {
      content: none; }

@keyframes loading-animation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.home {
  flex-grow: 1;
  position: absolute;
  left: 0;
  right: 0;
  min-height: calc(100vh - 60px);
  color: white; }
  .home .logo {
    width: 80%;
    margin: 15% auto;
    max-height: 140px;
    display: block; }
    .home .logo.with-hamburger {
      margin: 15px auto 50px; }
  .home .button-primary,
  .home .button-secondary {
    display: block;
    font-size: 17px;
    min-width: 240px;
    padding: 17px 40px 15px;
    width: 100%; }
  .home .button-secondary {
    background: transparent;
    color: white !important;
    border: 3px solid white; }
  .home .button-wrapper {
    margin: 0 20px; }
  .home .login-button {
    margin: 20px auto; }
  .home .ad-hoc-button {
    margin: 16px auto 20px;
    background: none;
    border: none;
    color: white;
    text-decoration: underline !important;
    text-transform: initial;
    font-weight: normal;
    width: 230px;
    padding: 0px; }
  .home p {
    text-align: center;
    margin: 0 auto 0.5rem;
    width: 200px;
    font-weight: bold; }
    .home p.welcome-back {
      font-size: 26px;
      margin: 0 auto 25px; }
    .home p a {
      color: white;
      text-decoration: underline; }
  .home .or {
    text-align: center;
    font-weight: bold;
    line-height: 3em; }
    .home .or::before, .home .or::after {
      content: "";
      border: solid 0.5px white;
      width: 1px;
      height: 40px;
      display: block;
      margin: 0 auto; }
  .home .continue-wrapper {
    margin: auto 20px 13px 20px;
    color: white;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-height: 620px) {
      .home .continue-wrapper {
        position: initial; } }
    .home .continue-wrapper .continue-title {
      display: block;
      font-size: 16px;
      margin: 0 0 12px; }
    .home .continue-wrapper .continue-box {
      margin-top: 10px;
      padding: 15px;
      background-color: #432568;
      display: flex; }
      .home .continue-wrapper .continue-box .previous-survey-details {
        flex: 1; }
        .home .continue-wrapper .continue-box .previous-survey-details span {
          text-align: left;
          display: block;
          font-weight: normal;
          font-size: 18px;
          margin: 0 0 3px; }
        .home .continue-wrapper .continue-box .previous-survey-details .date {
          font-size: 12px; }
      .home .continue-wrapper .continue-box .button {
        background-color: white;
        color: #432568;
        font-size: 14px;
        padding: 10px 14px 9px;
        border-radius: 5px; }
        .home .continue-wrapper .continue-box .button svg {
          margin-left: 7px; }

.survey-home {
  background: #393939;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  padding: 0 0 50px; }
  .survey-home header {
    display: flex;
    justify-content: space-between;
    margin: 0;
    overflow: hidden;
    padding: 25px 25px 25px;
    position: relative; }
    .survey-home header .header-content {
      z-index: 1; }
      .survey-home header .header-content h1 {
        color: white;
        margin: 0 0 25px;
        text-align: left;
        width: 150px; }
      .survey-home header .header-content p {
        padding: 0; }
    .survey-home header svg {
      height: 110%;
      position: absolute;
      right: -100px;
      top: -10px;
      z-index: 0; }
  .survey-home p {
    padding: 20px;
    margin: 0;
    color: #dbdbdb; }
  .survey-home .section-links {
    background: white; }
    .survey-home .section-links a {
      color: #393939;
      display: block;
      padding: 15px 20px 13px;
      padding-left: 0;
      border-bottom: 1px solid #393939;
      font-size: 1.6em;
      display: flex;
      align-items: center; }
      .survey-home .section-links a.disabled {
        opacity: 0.4; }
      .survey-home .section-links a.completed svg {
        color: #5E2B9D; }
      .survey-home .section-links a.partial svg {
        color: #FECF49; }
      .survey-home .section-links a svg {
        color: #5E2B9D; }
      .survey-home .section-links a .section-link-icon {
        width: 4em;
        display: flex;
        justify-content: center; }
        .survey-home .section-links a .section-link-icon svg {
          color: #432568;
          height: 2em; }
      .survey-home .section-links a span {
        flex: 1; }
      .survey-home .section-links a:hover {
        text-decoration: none; }

.survey-section-header {
  padding: 20px;
  display: flex;
  align-items: center; }
  .survey-section-header svg {
    height: 3em; }
  .survey-section-header .survey-section-title {
    text-align: left;
    margin-left: 17px; }

.survey-setup-header .survey-setup-steps {
  list-style: none;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .survey-setup-header .survey-setup-steps > li {
    position: relative;
    display: table-cell;
    text-align: center; }
    .survey-setup-header .survey-setup-steps > li:before {
      content: attr(data-step);
      display: block;
      margin: 0 auto;
      width: 30px;
      height: 30px;
      text-align: center;
      margin-bottom: 0.25em;
      line-height: 30px;
      border-radius: 100%;
      position: relative;
      background-color: #E1C9FF;
      color: white;
      z-index: 1; }
    .survey-setup-header .survey-setup-steps > li:after {
      content: '';
      position: absolute;
      display: block;
      background-color: #dbdbdb;
      width: 100%;
      height: 1px;
      top: 1.1em;
      left: 50%;
      margin-left: 1.5em\9; }
    .survey-setup-header .survey-setup-steps > li:last-child:after {
      display: none; }
    .survey-setup-header .survey-setup-steps > li.active:before {
      background: #5E2B9D; }

.survey-setup {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100vh; }

.survey-details {
  padding: 10px;
  display: flex;
  flex-direction: column; }

.map-wrapper {
  height: calc(100% - 30px); }

.map {
  top: 0; }

.crosshair-map {
  position: relative !important; }
  .crosshair-map:after {
    border-radius: 100px;
    border: 3px solid white;
    content: '';
    height: 65px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65px; }
  .crosshair-map .cross-hair {
    position: absolute;
    background: white; }
    .crosshair-map .cross-hair:before, .crosshair-map .cross-hair:after {
      content: '';
      position: absolute;
      background: black; }
    .crosshair-map .cross-hair.y {
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      transform: translate(-50%, 0); }
      .crosshair-map .cross-hair.y:before, .crosshair-map .cross-hair.y:after {
        height: calc(50% - 32px);
        left: -2px;
        width: 4px; }
      .crosshair-map .cross-hair.y:after {
        bottom: 0; }
    .crosshair-map .cross-hair.x {
      left: 0;
      top: 50%;
      height: 2px;
      width: 100%;
      transform: translate(0, -50%); }
      .crosshair-map .cross-hair.x:before, .crosshair-map .cross-hair.x:after {
        width: calc(50% - 32px);
        top: -2px;
        height: 4px; }
      .crosshair-map .cross-hair.x:after {
        right: 0; }

.map-recenter-btn {
  background-color: #FFF;
  border-radius: 100px;
  border: none;
  bottom: 30px;
  color: #666;
  height: 46px;
  left: 10px;
  position: absolute;
  width: 46px; }
  .map-recenter-btn:active, .map-recenter-btn:focus {
    outline: none; }

.set-location-button {
  font-weight: 600;
  padding: 10px 12px !important; }
  .set-location-button svg {
    margin-left: 3px; }

.location-selector-pin {
  margin: 0 0 1px 10px; }

.toggle-button {
  background-color: #DFD8FA;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin-right: 10px;
  border-radius: 50%;
  height: 40px;
  min-width: 40px;
  outline: none !important;
  border: 1px solid #432568;
  touch-action: manipulation;
  display: inline-flex;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #432568;
  font-weight: bold; }
  .toggle-button.selected {
    background-color: #5E2B9D;
    border-color: #5E2B9D;
    color: white; }
  .toggle-button.light {
    background-color: white;
    color: #505D68; }
    .toggle-button.light.selected {
      background-color: #5E2B9D;
      color: white; }

.photo-import-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.photo-import-label {
  background: #E1C9FF;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 24px;
  border: 1px solid white;
  color: #432568 !important;
  margin-bottom: 0; }

.survey-area {
  padding: 20px 10px !important; }
  .survey-area section {
    margin-bottom: 10px;
    color: #393939;
    font-size: 14px;
    background: white; }
    .survey-area section.survey-area-point {
      background: white; }
      .survey-area section.survey-area-point .survey-area-coordinates {
        margin-bottom: 20px;
        position: relative; }
        .survey-area section.survey-area-point .survey-area-coordinates::after {
          background-color: #5E2B9D;
          bottom: 0;
          content: '';
          height: 1px;
          left: 50%;
          position: absolute;
          transform: translateX(-50%);
          width: calc(100% - 30px); }
      .survey-area section.survey-area-point .point-value {
        font-size: 1.1em;
        text-overflow: ellipsis;
        overflow-wrap: break-word;
        overflow: hidden; }
    .survey-area section.survey-area-selection {
      background: initial;
      display: flex;
      flex-direction: column;
      padding-bottom: 20px; }
      .survey-area section.survey-area-selection header {
        font-size: 16px;
        padding: 5px 15px 0; }
      .survey-area section.survey-area-selection .create-new-location-button {
        margin-top: 20px; }
    .survey-area section.survey-area-size .input-group {
      border: 1px solid #432568;
      border-radius: 3px; }
      .survey-area section.survey-area-size .input-group .input-text {
        border: none;
        border-right: 1px solid #432568; }
      .survey-area section.survey-area-size .input-group .input-group-text {
        background-color: white;
        border: none;
        color: #6E6E6E; }
    .survey-area section.survey-site-assessment {
      padding: 17px 0 0; }
      .survey-area section.survey-site-assessment header {
        font-weight: bold;
        padding: 0 15px 17px; }
      .survey-area section.survey-site-assessment .form-group {
        display: flex; }
        .survey-area section.survey-site-assessment .form-group input {
          margin-right: 10px;
          margin-top: 6px;
          height: 1.3em;
          width: 1.3em; }
        .survey-area section.survey-site-assessment .form-group label {
          flex: 1; }
    .survey-area section header {
      display: flex;
      padding: 15px 15px 7px;
      align-items: center;
      justify-content: space-between;
      color: #393939;
      font-size: 18px;
      font-weight: 600; }
      .survey-area section header span {
        flex: 1; }
      .survey-area section header .survey-area-start-point-icon {
        color: #24FE00; }
      .survey-area section header .survey-area-end-point-icon {
        color: #FF0101; }
      .survey-area section header .map-button {
        font-size: 14px;
        padding: 10px 12px 9px;
        min-width: 65px; }
    .survey-area section fieldset {
      padding: 7px 15px;
      border: none;
      margin: 0; }
      .survey-area section fieldset label {
        font-weight: normal; }
        .survey-area section fieldset label.bold {
          font-weight: bold; }
      .survey-area section fieldset .form-label {
        margin: 0 0 2px; }
      .survey-area section fieldset .left {
        padding-right: 10px; }
      .survey-area section fieldset .right {
        padding-left: 10px; }
  .survey-area .survey-area-photos fieldset label,
  .survey-area .survey-area-photos fieldset img {
    margin: 5px 5px 0 0; }
  .survey-area .survey-area-photos fieldset img {
    height: 80px;
    border: 1px solid white;
    vertical-align: bottom; }
  .survey-area .toggle-button {
    border: 1px solid white; }

.map-modal {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .map-modal header {
    display: flex;
    padding: 0 20px 20px;
    justify-content: space-between; }
    .map-modal header h2 {
      flex: 1;
      font-size: 1.5em; }
  .map-modal > div:first-of-type {
    flex: 1; }

.react-datepicker-wrapper, .react-datepicker__input-container {
  display: block; }

.map-modal-close {
  color: #FFF; }

.map-modal-title {
  color: white;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 30px 0 0; }

.map-modal-title-location {
  color: #F2D304;
  text-transform: uppercase; }

.map-modal-btn {
  font-weight: 600;
  padding: 10px 15px; }

.img-div {
  position: relative;
  display: inline; }

.img-close-btn {
  position: absolute;
  margin-top: 8px;
  right: 8px;
  max-width: 22px;
  max-height: 22px;
  cursor: pointer; }

.survey-area-location-row {
  margin: 0 0 20px; }

.survey-area-location-btn {
  align-items: center;
  display: flex;
  justify-content: flex-end; }

.map-container {
  display: flex;
  flex-direction: column;
  height: 280px; }
  .map-container > div:first-of-type {
    flex: 1; }

.multiselectContainer {
  max-height: 60px; }

.searchBox {
  border: 1px solid #432568;
  border-radius: 3px; }

.add-large-item-location-btn {
  margin: 0 0 10px; }

.large-items > header {
  padding: 10px 15px;
  font-size: 1.2em;
  align-items: center;
  color: white; }

.large-items .add-large-item-button {
  margin-top: 30px;
  margin-bottom: 60px; }

.collapsable-section-items.collapsed {
  height: 0px;
  overflow: hidden;
  transition: height 1s ease-out; }

.add-item .examples {
  display: block;
  font-size: 0.8em;
  margin-bottom: 20px; }

.add-item .inputs {
  display: flex;
  align-items: center; }
  .add-item .inputs .form-group {
    flex: 1; }
    .add-item .inputs .form-group .count-inputs {
      display: flex;
      align-items: center; }
      .add-item .inputs .form-group .count-inputs input {
        margin-right: 20px; }
      .add-item .inputs .form-group .count-inputs button {
        font-size: 2em;
        line-height: 1em; }
    .add-item .inputs .form-group.confidence {
      flex: none;
      margin-left: 20px; }

.add-item .errors {
  display: flex;
  margin-bottom: 20px; }
  .add-item .errors .text-danger {
    flex: 1; }
    .add-item .errors .text-danger.confidence {
      flex: none;
      margin-left: 20px; }

.add-item .photo-import-label {
  margin-bottom: 5px; }

.add-item .img-div {
  position: relative;
  display: inline; }
  .add-item .img-div img {
    width: 50%; }

.add-item .img-close-btn {
  position: absolute;
  margin-top: 8px;
  right: 8px;
  max-width: 22px;
  max-height: 22px;
  cursor: pointer; }

.photo-upload-dialog .modal-title {
  color: #5E2B9D;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4em; }

.photo-upload-dialog .examples {
  margin-top: 1rem; }

.photo-upload-dialog a {
  color: #5E2B9D;
  font-weight: bold; }

.photo-upload-dialog .violet {
  color: #5E2B9D; }

.photo-upload-dialog .pink {
  color: #E50051; }

.photo-upload-dialog .violet {
  color: #5E2B9D; }

.photo-upload-dialog .center {
  text-align: center; }

.photo-upload-dialog img {
  margin: 10px auto;
  display: block; }

.photo-upload-dialog .progress-wrapper {
  display: flex;
  margin-bottom: 1rem; }
  .photo-upload-dialog .progress-wrapper .progress-bar-wrapper {
    margin: 0 5px;
    position: relative;
    height: 17px;
    width: 100%;
    border-radius: 50px;
    overflow: hidden; }
    .photo-upload-dialog .progress-wrapper .progress-bar-wrapper .progress-line {
      position: absolute;
      background-color: #C6C6C6;
      height: 1px;
      width: 100%;
      top: 8px; }
    .photo-upload-dialog .progress-wrapper .progress-bar-wrapper .progress-bar,
    .photo-upload-dialog .progress-wrapper .progress-bar-wrapper .progress-bar-pink {
      position: absolute;
      border-radius: 50px;
      height: 17px;
      background-color: #5E2B9D; }
    .photo-upload-dialog .progress-wrapper .progress-bar-wrapper .progress-bar-pink {
      background-color: #E50051; }

.photo-upload-dialog .img-robot {
  width: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px; }

.photo-upload-dialog .img-close-btn {
  margin-top: -8px;
  right: 10px; }

.photo-upload-dialog .photo-upload-results-wrapper {
  display: flex;
  align-items: flex-end; }
  .photo-upload-dialog .photo-upload-results-wrapper .category-photos-total,
  .photo-upload-dialog .photo-upload-results-wrapper .all-photos-total {
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
    text-align: center; }
  .photo-upload-dialog .photo-upload-results-wrapper .thumb {
    height: 2.5em; }
  .photo-upload-dialog .photo-upload-results-wrapper .category-photos-total {
    font-size: 2.5em;
    font-weight: bold; }
  .photo-upload-dialog .photo-upload-results-wrapper .all-photos-total {
    font-size: 1.5em; }

.photo-upload-dialog .privacy-statement {
  font-size: 0.8em;
  text-align: center; }

.photo-upload-dialog .modal-button-group {
  justify-content: space-around; }

.edit-item {
  display: flex; }
  .edit-item .input-groups {
    padding: 10px 20px 0 20px; }
    .edit-item .input-groups .count,
    .edit-item .input-groups .weight {
      display: flex;
      align-items: center;
      flex-direction: row; }
      .edit-item .input-groups .count .confidence,
      .edit-item .input-groups .weight .confidence {
        flex: none;
        margin-left: 20px; }
      .edit-item .input-groups .count .value,
      .edit-item .input-groups .weight .value {
        flex: 1; }
    .edit-item .input-groups .count-inputs {
      display: flex;
      align-items: center; }
      .edit-item .input-groups .count-inputs .form-control {
        flex: 1;
        margin-right: 10px; }
      .edit-item .input-groups .count-inputs .toggle-button {
        font-size: 28px; }
  .edit-item .button-group {
    display: flex;
    flex-direction: column; }
    .edit-item .button-group .button-secondary {
      border-radius: initial;
      margin: 0;
      padding: 0;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: none;
      min-width: 75px;
      background: #5E2B9D;
      color: white !important; }
      .edit-item .button-group .button-secondary:first-child {
        margin-bottom: 1px; }
      .edit-item .button-group .button-secondary:last-child {
        margin-top: 1px; }

.additem-controls-container {
  display: block;
  position: relative; }
  .additem-controls-container .additem-confidence {
    float: left;
    margin: 5px; }
  .additem-controls-container .additem-weight {
    position: absolute;
    float: right;
    right: 75px;
    margin: 5px; }
    .additem-controls-container .additem-weight .additem-label {
      padding-left: 0px; }
  .additem-controls-container .additem-count {
    position: absolute;
    float: right;
    right: 10px;
    margin: 5px; }
    .additem-controls-container .additem-count .additem-label {
      padding-left: 0px; }

.survey-audit {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100vh;
  background: white; }
  .survey-audit .survey {
    display: flex;
    flex-direction: column; }
    .survey-audit .survey .beach-summary {
      padding: 20px; }
      .survey-audit .survey .beach-summary #name {
        font-size: 1.5em;
        font-weight: bold;
        text-transform: capitalize; }
      .survey-audit .survey .beach-summary #date {
        display: block;
        font-weight: normal; }
      .survey-audit .survey .beach-summary .submit-button {
        align-self: center;
        margin-top: 50px; }
    .survey-audit .survey .litter-category:last-of-type {
      margin-bottom: 40px; }
    .survey-audit .survey .litter-category h2 {
      font-size: 16px;
      font-weight: bold;
      color: white;
      background: #393939;
      padding: 10px 20px 8px;
      text-align: left; }
    .survey-audit .survey .collapsable-section {
      border-top: 1px solid #C2D1D9;
      border-bottom: 1px solid #C2D1D9; }
      .survey-audit .survey .collapsable-section .item-accordian-header {
        background-color: white;
        position: relative;
        padding: 10px 20px;
        font-weight: normal;
        display: flex; }
        .survey-audit .survey .collapsable-section .item-accordian-header.expanded {
          background-color: #E5E6E6; }
          .survey-audit .survey .collapsable-section .item-accordian-header.expanded .count {
            background: white;
            border: 2px solid #5E2B9D;
            color: #505D68; }
        .survey-audit .survey .collapsable-section .item-accordian-header .labels {
          flex: 1; }
          .survey-audit .survey .collapsable-section .item-accordian-header .labels .label {
            color: #505D68;
            display: block;
            font-size: 18px;
            font-weight: 600; }
          .survey-audit .survey .collapsable-section .item-accordian-header .labels .sub-label {
            display: block;
            font-size: 12px;
            color: #b1b1b1; }
        .survey-audit .survey .collapsable-section .item-accordian-header .count {
          align-items: center;
          background-color: #5E2B9D;
          border: 2px solid #5E2B9D;
          color: white;
          display: flex;
          border-radius: 5px;
          font-weight: 600;
          justify-content: center;
          min-width: 53px;
          height: 50px;
          font-size: 20px;
          text-align: center; }
      .survey-audit .survey .collapsable-section .item-accordian-section {
        background-color: #E5E6E6; }
        .survey-audit .survey .collapsable-section .item-accordian-section.expanded {
          border-top: 1px solid white; }
    .survey-audit .survey .item-controls-group {
      display: inline-block;
      flex-grow: 1.2; }
      .survey-audit .survey .item-controls-group input {
        font-size: 1.6em;
        width: 3em;
        height: 1.6em;
        border: 1px solid black;
        border-radius: 5px; }
        .survey-audit .survey .item-controls-group input.count {
          margin-right: 5px; }
      .survey-audit .survey .item-controls-group.confidence {
        flex-grow: 0.8; }

.survey-summary {
  background: white;
  display: flex;
  flex: 1;
  flex-direction: column; }
  .survey-summary .header {
    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
    padding: 10px; }
  .survey-summary h2 {
    color: #6E6E6E;
    font-size: 14px;
    margin: 0;
    text-align: center; }
  .survey-summary h2 {
    color: #505D68;
    font-size: 18px;
    margin-bottom: 8px; }
  .survey-summary .body {
    background-color: #E5E6E6;
    padding: 10px; }
  .survey-summary section {
    background: white;
    margin-bottom: 20px; }
    .survey-summary section header {
      font-size: 20px;
      font-weight: bold;
      padding: 15px 15px 13px;
      border-bottom: 1px solid #C6C6C6; }
    .survey-summary section .section-content {
      padding: 10px;
      color: #6E6E6E; }
      .survey-summary section .section-content .section-group:not(:last-of-type) {
        margin: 0 0 30px; }
      .survey-summary section .section-content .section-group label {
        color: #393939; }
  .survey-summary .visual-grade {
    background: #5E2B9D;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 2px 0 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px; }
  .survey-summary label {
    font-size: 1.1em;
    font-weight: bold; }
  .survey-summary table {
    width: 100%; }
    .survey-summary table .category-summary::after {
      content: '';
      display: block;
      margin-bottom: 20px; }
    .survey-summary table .category-summary .weight {
      min-width: 80px; }
    .survey-summary table .category-summary .weight,
    .survey-summary table .category-summary .count {
      font-size: 14px;
      text-align: right;
      color: #b1b1b1;
      padding-right: 5px; }

.map-container {
  display: flex;
  flex-direction: column;
  height: 280px; }
  .map-container > div:first-of-type {
    flex: 1; }

.survey-view-page {
  height: 100%; }

.survey-view-submit-success {
  background-color: #432568;
  color: #FFF;
  font-size: 16px;
  padding: 20px 15px 15px; }

.survey-view-container {
  padding: 0 10px;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 770px) {
    .survey-view-container {
      margin: 0 auto;
      max-width: 1200px; } }



.error {
  background: white; }
  .error .content {
    padding: 10px;
    background: white; }

.litter-categories {
  flex-grow: 1;
  background: #E5E6E6;
  padding: 0 0 90px; }
  .litter-categories .litter-category-section {
    margin-bottom: 2px; }
    .litter-categories .litter-category-section .litter-category {
      color: white;
      background-color: #393939;
      position: relative;
      padding: 10px 20px;
      font-size: 18px;
      font-weight: 600; }
      .litter-categories .litter-category-section .litter-category .header-label {
        display: block; }
      .litter-categories .litter-category-section .litter-category svg {
        position: absolute;
        top: 15px;
        right: 20px; }
  .litter-categories .litter-item {
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    flex-direction: row; }
    .litter-categories .litter-item .labels {
      flex-grow: 1; }
      .litter-categories .litter-item .labels .litter-item-name {
        display: block;
        font-size: 1.3em;
        font-weight: normal; }
      .litter-categories .litter-item .labels .litter-item-example {
        display: block;
        font-size: 0.8em;
        color: #b1b1b1; }
    .litter-categories .litter-item .litter-item-add-button {
      background-color: #D9E3E8;
      padding: 0;
      text-decoration: none;
      border: none;
      font-size: 28px;
      border-radius: 50%;
      height: 40px;
      min-width: 40px;
      outline: none;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .litter-categories .search-bar {
    padding: 20px;
    position: relative;
    background-color: #E5E6E6; }
    .litter-categories .search-bar label {
      color: #393939; }
    .litter-categories .search-bar .search-input-wrapper {
      position: relative; }
      .litter-categories .search-bar .search-input-wrapper .input-icon {
        position: absolute;
        top: 14px;
        right: 14px;
        display: block;
        pointer-events: none; }

.my-surveys {
  background: white; }
  .my-surveys .survey-area-header {
    color: white;
    background-color: #393939;
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600; }
    .my-surveys .survey-area-header .header-label {
      display: block; }
    .my-surveys .survey-area-header svg {
      position: absolute;
      top: 15px;
      right: 20px; }
  .my-surveys .survey-card-wrapper {
    color: #393939; }
    .my-surveys .survey-card-wrapper:hover {
      text-decoration: none;
      color: #393939; }
  .my-surveys .survey-card {
    background-color: white;
    padding: 20px;
    border-bottom: 2px solid #393939; }
    .my-surveys .survey-card .row {
      display: flex;
      margin: 0;
      justify-content: space-between; }
      .my-surveys .survey-card .row.density, .my-surveys .survey-card .row.quantity {
        font-size: 13px; }
      .my-surveys .survey-card .row .labels {
        align-self: flex-start; }
        .my-surveys .survey-card .row .labels p {
          margin: 0; }
      .my-surveys .survey-card .row .values {
        align-self: flex-end;
        color: #5E2B9D;
        font-size: 2em;
        font-family: 'TTNormsPro-Bold';
        line-height: 1em; }
        .my-surveys .survey-card .row .values .icon {
          height: 30px; }

@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3771663, 2019-06-10T17:29:54-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TTNormsPro-ExtraBlackItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/heavy-ital/
 * 
 * Webfont: TTNormsPro-ExtraBlack by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/heavy/
 * 
 * Webfont: TTNormsPro-ExtraBoldItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/exbold-ital/
 * 
 * Webfont: TTNormsPro-Bold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/bold/
 * 
 * Webfont: TTNormsPro-ExtraLightItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/exlight-ital/
 * 
 * Webfont: TTNormsPro-ExtraBold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/exbold/
 * 
 * Webfont: TTNormsPro-ExtraLight by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/exlight/
 * 
 * Webfont: TTNormsPro-Italic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/ital/
 * 
 * Webfont: TTNormsPro-LightItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/light-ital/
 * 
 * Webfont: TTNormsPro-Light by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/light/
 * 
 * Webfont: TTNormsPro-MediumItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/med-ital/
 * 
 * Webfont: TTNormsPro-Regular by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/regular/
 * 
 * Webfont: TTNormsPro-ThinItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/thin-ital/
 * 
 * Webfont: TTNormsPro-Medium by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/medium/
 * 
 * Webfont: TTNormsPro-Black by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/black/
 * 
 * Webfont: TTNormsPro-Thin by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/thin/
 * 
 * Webfont: TTNormsPro-BlackItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/black-ital/
 * 
 * Webfont: TTNormsPro-BoldItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/bold-ital/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3771663
 * Licensed pageviews: 20,000
 * Webfonts copyright: Copyright (c) 2016-2019 by TypeType. Designers Ivan Gladkikh, Pavel Emelyanov. Technical designers Vika Usmanova, Olexa Volochay, Nadyr Rakhimov. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'TTNormsPro-ExtraBlackItalic';
  src: url(/398D0F_0_0.eot);
  src: url(/398D0F_0_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_0_0.woff2) format("woff2"), url(/398D0F_0_0.woff) format("woff"), url(/398D0F_0_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-ExtraBlack';
  src: url(/398D0F_1_0.eot);
  src: url(/398D0F_1_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_1_0.woff2) format("woff2"), url(/398D0F_1_0.woff) format("woff"), url(/398D0F_1_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-ExtraBoldItalic';
  src: url(/398D0F_2_0.eot);
  src: url(/398D0F_2_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_2_0.woff2) format("woff2"), url(/398D0F_2_0.woff) format("woff"), url(/398D0F_2_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-Bold';
  src: url(/398D0F_3_0.eot);
  src: url(/398D0F_3_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_3_0.woff2) format("woff2"), url(/398D0F_3_0.woff) format("woff"), url(/398D0F_3_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-ExtraLightItalic';
  src: url(/398D0F_4_0.eot);
  src: url(/398D0F_4_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_4_0.woff2) format("woff2"), url(/398D0F_4_0.woff) format("woff"), url(/398D0F_4_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-ExtraBold';
  src: url(/398D0F_5_0.eot);
  src: url(/398D0F_5_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_5_0.woff2) format("woff2"), url(/398D0F_5_0.woff) format("woff"), url(/398D0F_5_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-ExtraLight';
  src: url(/398D0F_6_0.eot);
  src: url(/398D0F_6_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_6_0.woff2) format("woff2"), url(/398D0F_6_0.woff) format("woff"), url(/398D0F_6_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-Italic';
  src: url(/398D0F_7_0.eot);
  src: url(/398D0F_7_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_7_0.woff2) format("woff2"), url(/398D0F_7_0.woff) format("woff"), url(/398D0F_7_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-LightItalic';
  src: url(/398D0F_8_0.eot);
  src: url(/398D0F_8_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_8_0.woff2) format("woff2"), url(/398D0F_8_0.woff) format("woff"), url(/398D0F_8_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-Light';
  src: url(/398D0F_9_0.eot);
  src: url(/398D0F_9_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_9_0.woff2) format("woff2"), url(/398D0F_9_0.woff) format("woff"), url(/398D0F_9_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-MediumItalic';
  src: url(/398D0F_A_0.eot);
  src: url(/398D0F_A_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_A_0.woff2) format("woff2"), url(/398D0F_A_0.woff) format("woff"), url(/398D0F_A_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-Regular';
  src: url(/398D0F_B_0.eot);
  src: url(/398D0F_B_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_B_0.woff2) format("woff2"), url(/398D0F_B_0.woff) format("woff"), url(/398D0F_B_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-ThinItalic';
  src: url(/398D0F_C_0.eot);
  src: url(/398D0F_C_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_C_0.woff2) format("woff2"), url(/398D0F_C_0.woff) format("woff"), url(/398D0F_C_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-Medium';
  src: url(/398D0F_D_0.eot);
  src: url(/398D0F_D_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_D_0.woff2) format("woff2"), url(/398D0F_D_0.woff) format("woff"), url(/398D0F_D_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-Black';
  src: url(/398D0F_E_0.eot);
  src: url(/398D0F_E_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_E_0.woff2) format("woff2"), url(/398D0F_E_0.woff) format("woff"), url(/398D0F_E_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-Thin';
  src: url(/398D0F_F_0.eot);
  src: url(/398D0F_F_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_F_0.woff2) format("woff2"), url(/398D0F_F_0.woff) format("woff"), url(/398D0F_F_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-BlackItalic';
  src: url(/398D0F_10_0.eot);
  src: url(/398D0F_10_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_10_0.woff2) format("woff2"), url(/398D0F_10_0.woff) format("woff"), url(/398D0F_10_0.ttf) format("truetype"); }

@font-face {
  font-family: 'TTNormsPro-BoldItalic';
  src: url(/398D0F_11_0.eot);
  src: url(/398D0F_11_0.eot?#iefix) format("embedded-opentype"), url(/398D0F_11_0.woff2) format("woff2"), url(/398D0F_11_0.woff) format("woff"), url(/398D0F_11_0.ttf) format("truetype"); }

* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  margin: 0; }

html {
  font-size: 17px; }

body {
  color: #393939;
  font-size: 0.875rem;
  font-family: 'TTNormsPro-Regular','Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  background-color: #393939; }

#app {
  background-color: #5E2B9D;
  display: flex;
  min-height: 100%;
  position: relative; }
  #app > div {
    flex-grow: 1;
    min-height: 100vh; }
  #app .page-content {
    margin: 0 auto;
    max-width: 768px;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column; }
  #app .page {
    position: relative; }
    #app .page:after {
      background-color: #393939;
      content: '';
      top: 0;
      transform: translate3d(-100%, 0px, 0px);
      position: fixed;
      width: 300px;
      height: 100%;
      z-index: 1101; }

h1, h2, h3, h4, h5, h6 {
  color: #393939;
  font-weight: normal;
  margin: 0;
  text-align: left; }

h1 {
  color: #393939;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center; }

h2 {
  color: #393939;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center; }

.content {
  background: #E5E6E6;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px 20px; }
  .content label {
    color: #393939; }
    .content label.form-title {
      font-size: 16px;
      margin: 0 0 18px; }

.form-control {
  border: 1px solid #432568;
  font-size: 19px; }

.is-invalid {
  border-width: 2px;
  border-color: #E50051 !important; }

.text-danger {
  color: #E50051 !important; }

.fade-enter {
  opacity: 0;
  z-index: 1;
  transform: translateX(100%); }

.fade-appear-active,
.fade-enter.fade-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 300ms linear 150ms, transform 300ms ease-out 150ms; }

.fade-exit {
  opacity: 1;
  transform: translateX(0); }

.fade-exit.fade-exit-active {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 300ms linear, transform 150ms ease-in; }

.home.fade-enter {
  opacity: 0;
  z-index: 1;
  transform: scale(1.3); }

.home.fade-appear-active, .home.fade-enter.fade-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 300ms linear 150ms, transform 300ms ease-out 150ms; }

.home.fade-exit {
  opacity: 1; }

.home.fade-exit.fade-exit-active {
  opacity: 0;
  transform: scale(2);
  transform: translateX(-100%);
  transition: opacity 300ms linear, transform 150ms ease-in; }

.survey-setup-header, .survey-section-header {
  background-color: white; }

.hidden {
  visibility: hidden; }

.info-wrapper {
  display: flex;
  flex-direction: row; }
  .info-wrapper .info-icon {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-left: 10px; }

.react-tooltip-lite {
  max-width: 768px !important;
  background: #333;
  color: white;
  z-index: 1002 !important; }

.tooltip-header-wrapper,
.tooltip-label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .tooltip-header-wrapper .tooltip-icon-wrapper,
  .tooltip-label-wrapper .tooltip-icon-wrapper {
    margin-left: 15px; }

.tooltip-header-wrapper {
  margin: 15px 15px 7px; }
  .tooltip-header-wrapper header {
    padding: 0 !important; }

.tooltip-label-wrapper {
  margin: 15px 0 7px; }
  .tooltip-label-wrapper label {
    margin: 0 !important; }

.help-text {
  background: white;
  padding: 10px;
  color: #6E6E6E;
  font-size: 14px;
  margin: 0;
  text-align: center; }

label {
  color: #505D68;
  display: block;
  font-weight: bold;
  font-size: 1.1em; }

.button {
  align-items: center;
  display: flex;
  align-self: center;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 40px;
  text-align: center;
  font-size: 1em;
  min-width: 110px;
  cursor: pointer;
  padding: 15px 40px 14px;
  font-weight: bold; }
  .button.full-width {
    width: 100%; }

.button-primary {
  background: #FFF;
  color: #5E2B9D;
  border: 3px solid white;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 2em; }
  .button-primary svg {
    margin-left: 20px; }
  .button-primary.dark {
    background: #5E2B9D;
    border: 3px solid #5E2B9D;
    color: white; }

.button-text {
  width: 100%; }

.button-secondary {
  background: #E1C9FF;
  color: #432568 !important; }
  .button-secondary svg {
    margin-left: 10px; }

.react-datepicker-wrapper {
  display: block; }
  .react-datepicker-wrapper .react-datepicker__input-container {
    display: block; }

.svg-inline--fa {
  vertical-align: middle; }

.form-group label {
  display: block; }

.modal-title {
  color: #505D68;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem; }

.modal-button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }
  .modal-button-group .button-secondary {
    background: #dbdbdb !important;
    color: white !important; }
  .modal-button-group .button-primary {
    border: none;
    background: #5E2B9D;
    color: white; }
  .modal-button-group .button {
    margin: 0 10px; }
    .modal-button-group .button:first-child {
      margin-left: 0; }
    .modal-button-group .button:last-child {
      margin-right: 0; }

.form-control {
  height: 3em;
  padding: 13px 10px 11px; }

.date-picker:read-only {
  background: white; }

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  z-index: 1001 !important;
  max-width: 768px;
  margin: 0 auto;
  background-color: rgba(35, 36, 36, 0.9) !important; }

.react-datepicker-popper {
  z-index: 100; }

.textarea {
  width: 100%;
  height: 100px; }

