html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.47059;
  font-weight: 400;
  color: #333;
  font-size: 16px !important;
}
nav {
  background-image: linear-gradient(#155b61, #095863);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1em !important;
}
nav a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
nav a a:active,
nav a li:hover,
nav a li.active {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px;
}
nav ul a:hover {
  text-decoration: none;
}
nav ul li {
  margin: 0 5px;
  padding: 15px 20px;
  text-align: center;
}
.content {
  margin-top: 45px;
  margin-bottom: 25px;
}
.limit-wrap {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.limit-wrap-half {
  max-width: 600px;
}
footer {
  background-color: #155b61;
  color: #fff;
  padding: 40px 20px;
  margin-top: 75px;
  text-align: center;
  font-size: 0.9em;
}
footer .user,
footer .actions {
  margin-bottom: 10px;
  font-weight: 400;
}
footer .actions {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
button,
.button {
  background-image: linear-gradient(#155b61, #095863);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  font-size: 1em;
  border-color: transparent;
  border: 0;
  margin: 0;
  justify-content: space-between;
}
button:hover,
.button:hover {
  cursor: default;
}
button a,
.button a,
button a:visited,
.button a:visited {
  color: inherit;
  text-decoration: none;
}
.button.bg-green,
button.bg-green {
  background-image: linear-gradient(#34c759, #34c759);
}
.button.bg-red,
button.bg-red {
  background-image: linear-gradient(#ff3b30, #ff3b30);
}
.button.bg-blue,
button.bg-blue {
  background-image: linear-gradient(#007aff, #007aff);
  color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 20px 0 10px 0;
}
.surveys-wrap .survey-wrap {
  margin-bottom: 30px;
  background-color: #efefef;
  border-radius: 10px;
  padding: 30px;
}
.surveys-wrap .survey-wrap h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.surveys-wrap .survey-wrap a {
  color: inherit;
  text-decoration: none;
}
.surveys-wrap .survey-wrap a:hover {
  text-decoration: underline;
}
.documents {
  display: flex;
}
.column {
  flex: 50%;
  padding: 10px;
}
.column-third {
  width: 40%;
}
.column-twothirds {
  width: 60%;
}
.file-viewer {
  position: relative;
  padding-left: 20px;
  height: 100%;
}
.file-viewer iframe {
  border: none;
}
.preview {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
}
.preview .download-icon {
  font-size: 3em;
}
.preview a {
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.preview a:hover {
  text-decoration: underline;
}
.file:hover,
.file:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.file {
  display: block;
  background-color: #f8f8f8;
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  margin-bottom: 5px;
}
.remove-button {
  background-color: red;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  width: fit-content;
  font-size: 1em;
  border-color: transparent;
  justify-content: space-between;
}
iframe {
  min-height: 500px;
}
.buttons {
  padding: 5px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.buttons:hover {
  cursor: default;
}
.buttons button,
.buttons .button {
  margin-right: 5px !important;
}
.buttons button:last-of-type,
.buttons .button:last-of-type {
  margin-right: 0;
}
.upload-button {
  color: #155b61;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.upload-button:last-of-type {
  margin-right: 0;
}
a {
  color: #155b61;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.buttonwrap:hover {
  text-decoration: none !important;
  cursor: default;
}
.permissions {
  width: auto;
  height: auto;
}
.modify-permissions iframe {
  width: 50%;
  height: 500px;
}
.multi-line-input label {
  display: block;
  margin-bottom: 3px;
}
.multi-line-input input {
  margin-bottom: 15px;
  width: calc(25% - 30px);
  padding: 8px 15px;
  border-radius: 5px;
  border: 2px solid #ccc;
}
.multi-line-input .required {
  color: #c52626;
  font-weight: 800;
}
.input label {
  display: block;
  margin-bottom: 3px;
}
.input input {
  margin-bottom: 15px;
  /* upload box tall */
}
.input input[type="text"],
.input input[type="tel"],
.input input[type="email"] {
  width: calc(50% - 20px);
  padding: 8px 15px;
  border-radius: 5px;
  border: 2px solid #ccc;
}
.input input[type="file"] {
  width: calc(50% - 20px);
  padding: 30px 15px;
  border-radius: 5px;
  border: 2px dashed #ccc;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0.8em;
  transition: background-color 0.2s ease-in-out;
}
.input input[type="file"]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.input select {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 2px solid #ccc;
}
.input button {
  margin-top: 20px;
}
.input .required {
  color: #c52626;
  font-weight: 800;
}
.approvals {
  text-align: left;
}
.image-wrapper {
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.image-wrapper img {
  width: 100%;
  max-width: 750px;
}
.report-wrap {
  display: flex;
  flex-direction: row;
  border: 0;
}
.report-wrap .report-nav {
  height: 100%;
  width: 200px;
  cursor: pointer;
}
.report-wrap .report-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.report-wrap .report-nav ul li {
  height: 100%;
  background-color: #095863;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 10px 20px;
  margin-bottom: 2px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.report-wrap .report-nav ul li:hover,
.report-wrap .report-nav ul li.active {
  background-color: #0e3b41;
}
.report-wrap .container-report {
  width: 100%;
  height: 100vh;
  border: 0;
}
.report-wrap .container-report iframe {
  border: 0;
}
table th {
  text-align: left;
}
.reports-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.reports-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 1px;
  background-color: #efefef;
}
.reports-list li:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.reports-list li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.classification {
  background-color: #d33d3d;
  font-size: 0.8em;
  padding: 5px;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  margin-left: 20px;
}
.classification-subtitle {
  background-color: #d33d3d;
  font-size: 0.8em;
  padding: 5px;
  color: #fff;
  border-radius: 20px;
  display: block;
  width: fit-content;
  margin-top: -15px;
}
.flashes {
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.flashes-success {
  background-color: #169e16;
  color: #fff;
}
.flashes-error {
  background-color: #f50d0d;
  color: #fff;
}
.flashes-warning {
  background-color: #ffa500;
  color: #fff;
}
.step {
  padding: 5px 0 5px 10px;
  border-left: 5px solid #ccc;
  margin: 20px 0;
}

.dt-paging .dt-paging-button.current {
  background-color: #06373d !important;
  color: #ffffff !important;
}
.hero {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(#155b61, #05434b);
  color: #ffffff;
  font-size: 1em;
}
@media only screen and (max-width: 969px) {
  .hero {
    padding-top: 70px;
  }
}
.hero .level {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1230px;
  margin: 0 auto;
  padding: 30px 15px;
}
.hero .level .left {
  display: flex;
  align-items: center;
}
.hero .level .left img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.hero .level .right {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.hero .level .right .org {
  text-align: left;
  margin-left: 25px;
}
.hero .level .right .org p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 0.85em;
  opacity: 0.8;
}
.hero .level .right .org img {
  height: 50px;
}
.hero .level .right .org:first-of-type {
  margin-left: 0;
}
.hero .level img {
  max-height: 100px;
}
@media only screen and (max-width: 969px) {
  .hero .level {
    width: 100%;
    padding: 0;
    flex-direction: column !important;
    align-items: center;
  }
  .hero .level .left img {
    margin: 0 auto;
    max-height: 140px !important;
  }
  .hero .level .left,
  .hero .level .right {
    padding: 15px !important;
    width: 100%;
    max-width: calc(100% - 30px);
  }
}
.hero h1.overview {
  max-width: 800px;
  font-weight: 400;
  font-size: 2.5em;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
@media only screen and (max-width: 969px) {
  .hero h1.overview {
    padding: 40px 15px 20px 15px;
  }
}
.hero .cta-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 100px;
}
.hero .cta-buttons .button {
  padding: 15px 55px;
  margin: 5px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.hero .cta-buttons .button-primary {
  background-color: rgba(255, 255, 255, 0.18);
}
.hero .cta-buttons a:hover {
  text-decoration: none;
  cursor: pointer;
}
.hero .cta-buttons a:hover .button {
  background-color: rgba(255, 255, 255, 0.3);
}
.control label {
  display: block;
  margin-bottom: 3px;
}
.control input {
  margin-bottom: 15px;
}
.control input[type="text"] {
  width: calc(50% - 20px);
  padding: 8px 15px;
  border-radius: 5px;
  border: 2px solid #ccc;
}
@media only screen and (max-width: 969px) {
  .control input[type="text"] {
    width: calc(100% - 30px);
  }
}
.control button {
  margin-top: 20px;
}
.control .hint {
  margin-top: 0;
  font-size: 0.8em;
  margin-bottom: 5px;
}
.control .required {
  color: #c52626;
  font-weight: 800;
}
.control .consent_agreement_wrap .just-validate-error-label {
  margin-left: 10px;
  margin-top: 5px;
}
.control-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.control-inline label {
  margin-left: 10px;
}
.dashboard-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.dashboard-cards a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.dashboard-cards a:hover {
  text-decoration: none;
  transform: scale(1.1);
}
.dashboard-cards .card {
  padding: 20px;
  background-color: #eee;
  text-align: center;
  border-radius: 10px;
}
.dashboard-cards .card h2 {
  margin: 0;
  font-weight: 600;
  font-size: 1.2em;
}
.dashboard-cards .card p {
  font-size: 1.7em;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.split-half {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 969px) {
  .split-half {
    flex-direction: column-reverse;
  }
}
.split-half .left {
  width: calc(60% - 80px);
  padding-right: 40px;
  border-right: 1px solid #ccc;
  margin-right: 20px;
}
@media only screen and (max-width: 969px) {
  .split-half .left {
    width: 100%;
  }
}
.split-half .right {
  width: calc(40% - 10px);
}
@media only screen and (max-width: 969px) {
  .split-half .right {
    width: 100%;
    margin-top: 20px;
  }
}
