body {
  padding-top: 52px;
}
img {
  max-width: 100%;
  width: 100%;
}
.bg-hero {
  background-color: #d5dde0;
}
.bg-hero-secondary {
  background-color: #f3f8fa;
}
.fg-hero {
  color: #d5dde0;
}
.bg-hero2 {
  background-color: #617d89;
}
.fg-hero2 {
  color: #617d89;
}
.hero-bg {
  background: #fff url("../images/hero-bg-1400-medium.jpg") top left no-repeat;
  background-size: cover;
  border-bottom: #d5dde0 1px solid;
}
.neb::before {
  display: none!important;
}
.neb::after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero.neb::after {
  border-color: #ffffff transparent transparent transparent;
}
.services.neb::after {
  border-color: #fff transparent transparent transparent;
}
.service-item {
  border: 1px solid #eaeaea;
  height: 100%;
  padding: 10px 20px 10px;
  font-size: 14px;
  display: flex;
  flex-flow: column;
}
.feature {
  font-size: 14px;
  padding: 10px;
}
.promotion {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
}
.promotion-link {
  color: #e2e2e2;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  display: block;
  line-height: 1;
}
.promotion-link:hover {
  color: #fff;
  text-decoration: none;
}
.promotion-link [class*=mif] {
  vertical-align: middle;
}
footer {
  background-color: #222;
  color: #fff;
}
textarea {
  overflow-y: scroll;
  resize: vertical;
}
.select .color-box {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}
.simple-menu li a {
  padding: 0 8px;
}
.rating .stars li {
  margin-left: 4px;
}
.rating .stars li::before {
  content: "\2620";
}
.report-label {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}
* + .report-label {
  margin-top: 16px;
}
.report-name {
  font-size: 24px;
  font-weight: 500;
}
.report-desc {
  padding: 16px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.report-desc img {
  width: auto;
}
.report-resources {
  display: flex;
  flex-flow: row wrap;
}
.report-resources figure {
  max-width: calc(20% - 8px);
  min-width: 160px;
  margin: 4px;
}
.report-resources figure figcaption {
  background-color: #f8f8f8;
  font-size: 12px;
  padding: 8px;
}
#evidences,
#docs {
  display: flex;
  flex-flow: row wrap;
  background: url("../images/evidences.jpg") center center no-repeat;
  min-height: 120px;
}
#evidences .evidence,
#docs .evidence {
  width: calc(25% - 8px);
  margin: 4px;
  position: relative;
}
#evidences .evidence .photo-container,
#docs .evidence .photo-container {
  display: block;
  height: 120px;
  overflow: hidden;
}
#evidences .evidence .photo-container img,
#docs .evidence .photo-container img {
  max-width: 100%;
  height: auto;
}
#evidences .evidence .button,
#docs .evidence .button {
  position: absolute;
  top: 4px;
  right: 4px;
}
#docs {
  background: url("../images/docs.jpg") center center no-repeat;
}
.evidence-image-wrapper {
  display: block;
}
.evidence-image-desc {
  display: block;
  position: relative;
  padding: 8px 0;
  font-size: 12px;
}
.dialog-view-evidence {
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw!important;
  height: 100vh!important;
}
.dialog-view-evidence .dialog-content {
  overflow: hidden;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}
.dialog-view-evidence .dialog-actions {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .dialog-view-evidence {
    max-width: 70vw;
    max-height: 70vh;
    width: initial!important;
    height: initial!important;
  }
}
.scam-card {
  background: #f8f8f8 url("../images/logo-no-text-transparency.png") no-repeat;
  background-size: 64px;
  background-position: top 10px right 0;
  padding: 8px 16px;
  transition: transform 0.1s linear;
  z-index: 1;
}
.scam-card .scammer-name {
  color: #888e92;
}
.scam-card:hover {
  background-color: #ffffff !important;
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 2px 2px 5px #888e92;
}
.scam-card:hover .scammer-name {
  color: #617d89;
}
#evidences .present-photo {
  width: calc(25% - 8px);
}
@media screen and (min-width: 768px) {
  #evidences .present-photo {
    width: calc(15% - 8px) !important;
  }
}
@media screen and (min-width: 1024px) {
  #evidences .present-photo {
    width: calc(10% - 8px) !important;
  }
}
.editormd-form > * {
  float: none!important;
  width: 100%!important;
}
.editormd-form label {
  padding-bottom: 0;
}
.editormd-image-dialog {
  height: auto!important;
}
.editormd-dialog-footer {
  margin-top: 10px;
}
.br-wrap {
  margin-top: -10px;
}
/*# sourceMappingURL=site.css.map */