.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.m-0 {
  margin: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.h-full {
  height: 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-8 {
  gap: 2rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  font-family: Open Sans, sans-serif;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(5 59 93 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(0 8 49 / var(--tw-text-opacity));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.odca_hero {
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: center;
}
.odca_hero #inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .odca_hero #inner {
    flex-direction: row;
  }
}
.odca_hero #inner .gform_wrapper {
  margin: 0px;
}
.odca_hero #inner form {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.odca_hero #inner form .gform_body {
  flex-grow: 1;
}
.odca_hero #inner form .gform_footer {
  margin: 0px;
  width: auto;
  flex-shrink: 1;
  padding: 0px;
}
.odca_hero #inner form label {
  display: none;
}
.odca_hero #inner form li,
.odca_hero #inner form .ginput_container {
  margin: 0px;
  padding: 0px;
}
.odca_hero #inner form input[type=submit] {
  margin: 0px;
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
}
#related_reports h3 {
  padding-bottom: 1rem;
  text-align: center;
}
#related_reports .buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#related_reports .buttons a {
  margin-bottom: 0px;
  padding: 0.75rem;
  line-height: 1.3;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#related_reports .buttons a:hover {
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
footer {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
footer #gform_4 {
  flex-direction: row !important;
}
#auditude_sidebar {
  display: flex;
  width: 100%;
  flex: none;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  #auditude_sidebar {
    width: 33.333333%;
  }
}
#report_press_release {
  margin-bottom: 1rem;
}
#report_press_release .pdfemb-wantmobile {
  display: none;
}
rs-fullwidth-wrap {
  overflow: hidden !important;
}
#homeButtons .button-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  #homeButtons .button-group {
    flex-direction: row;
    gap: 0.5rem;
  }
}
#filter_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  #filter_form {
    flex-direction: row;
    align-items: flex-end;
    gap: 3rem;
  }
}
#report-list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1500px;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  #report-list {
    flex-direction: row;
  }
}
#report-list .sidebar {
  flex: none;
}
@media (min-width: 768px) {
  #report-list .sidebar {
    width: 200px;
  }
}
#report-list .reportContent {
  display: flex;
  flex-direction: column;
}
.font-sans {
  font-family: "Open Sans" !important;
}
footer .menu-item-3296 {
  display: none;
}
#dca-header-mobile {
  position: sticky;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#dca-header-mobile .logo {
  width: 200px;
}
#dca-header-mobile .dca-header-search {
  margin-left: auto;
}
#dca-header-mobile a {
  padding: 0px !important;
}
#dca-header-mobile .icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#dca-header-mobile .icons svg {
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 640px) {
  #dca-header-mobile .icons svg {
    height: 2rem;
    width: 2rem;
  }
}
.even\:bg-slate-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.even\:bg-slate-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:text-red {
  --tw-text-opacity: 1;
  color: rgb(161 30 35 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
