/*css varibales*/
:root {
  --primary-color: #1cabe2;
  --primary-hover:#0e95ca;
  --regular-gray1:#333;
  --regular-gray2:#404040;
  --regular-gray3:#595959;
  --regular-gray4:#757575;
  --regular-gray5:#c1c1c1;
  --regular-gray6:#f1f1f1;
  --regular-gray7:#f8f8f8;
  --regular-gray8:#d8d8d8;
  --regular-gray9:#ced4da;
  --regular-accent-action: #e34e09;
  --regular-accent-action-hover: #c94304;
  --white:#fff;
  --black:#000;
  --primary-light:#c5effc;
  --blue1:#2159a8;
  --blue2:#1a4b8f;
  --regular-bkgd:#d3dbdf;
  --hc-color:#0f5c85;
  --hc-hover: #0c4462;
  --hc-color-secondary:#2159a5;
  --hc-regular-accent-action: #9c350d;
  --hc-regular-accent-action-hover: #822500;
  --hc-accent-alert: #a12e26;
  --primary-font: 'Roboto',sans-serif;
  --primary-regular: 400;
  --primary-medium: 500;
  --primary-bold: 700;
  --primary-black: 900;
  --secondary-font: 'PT Serif',serif;
  --secondary-regular: 400;
  --secondary-bold: 800;
  --shadow-hover: 0 3px 3px -2px rgba(0, 0, 0, 0.1),0 3px 4px 0 rgba(0, 0, 0, 0.14),0 1px 8px 0 rgba(0, 0, 0, 0.12);
  --shadow-active: 0 5px 5px -3px rgba(0, 0, 0, 0.12),0 8px 10px 1px rgba(0, 0, 0, 0.14),0 3px 14px 2px rgba(0, 0, 0, 0.12);
  --outline-btn-shadow-hover: 0px 1px 8px 0px rgba(0, 0, 0, 0.12),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 3px 3px -2px rgba(0, 0, 0, 0.10);
  --outline-btn-shadow-active: 0px 3px 14px 2px rgba(0, 0, 0, 0.25),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 5px 5px -3px rgba(0, 0, 0, 0.12);
  --card-hover-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 3px 4px 1px rgba(0, 0, 0, 0.14), 0px 5px 5px -3px rgba(0, 0, 0, 0.12);
  --drop-shadow: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.10));
  --inset-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.25);
  --box-shadow2: 0 1px 3px 0 rgba(0,0,0,0.25);
  --box-shadow3: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --box-shadow4: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  --box-shadow5: 2px -3px 3px 0px rgba(0, 0, 0, 0.15);
  --box-shadow6: 0px 1px 2px -1px rgba(0, 0, 0, 0.25);
  --box-shadow7: 2px 2px 4px -1px rgba(0, 0, 0, 0.75);
  --drop-shadow1:drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
  --drop-shadow2:drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
  --card-height: 525px;
  --bg-tint1: rgba(33, 89, 168, 90%);
  --bg-tint2: rgba(0, 0, 0, 0.6);
  /*survey colors*/
  --sc1: #a3e7f5;
  --sc2: #ffee00;
  --sc3: #ffc20e;
  --sc4: #80bd41;
  --sc5: #c9c9c9;
  /*dataset colors*/
  --ds1:#d9e3f2;
  --ds-h1:var(--blue1);
  --ds2:#d9f2e5;
  --ds-h2:#42b577;
  --ds3:#fcd5d3;
  --ds-h3:#bd605b;
  --ds4:#fcd5d3;
  --ds-h4:#ee9058;
  --ds5:#fff3cf;
  --ds-h5:var(--sc3);
  --ds6:#e1d2e3;
  --ds-h6:#884b90;
  --ds7:#d2eef9;
  --ds-h7:#1cabe2;
  --light-blue:#0e95Ca33; }

.high-contrast-mode {
  --primary-color:var(--hc-color);
  --primary-hover:var(--hc-hover);
  --blue1: var(--hc-color-secondary);
  --regular-accent-action:var(--hc-regular-accent-action);
  --regular-accent-action-hover:var(--hc-regular-accent-action-hover); }

.body-style {
  overflow: hidden; }
  .body-style + .body-image-fullwidth {
    margin-top: 20px; }
  .body-style .mics-more-link {
    margin-top: 12px; }
  .body-style > img + p {
    clear: both;
    padding-top: 18px; }
  .body-style p {
    font-size: 1.188rem;
    line-height: 1.63;
    color: var(--regular-gray1); }
    @media (max-width: 767px) {
      .body-style p {
        font-size: 1.125rem;
        line-height: 1.55; } }
    .body-style p:not(:last-child) {
      margin-bottom: 18px; }
    .body-style p:last-of-type {
      margin-bottom: 0; }
      .body-style p:last-of-type + ul, .body-style p:last-of-type + ol {
        margin-top: 18px; }
  .body-style .align-right {
    margin-left: 15px; }
  .body-style .align-left {
    margin-right: 15px; }
  .body-style iframe {
    width: 100%; }
  .body-style a:hover {
    color: var(--primary-hover); }
  .body-style blockquote {
    margin: 0; }
    .body-style blockquote p {
      font-size: 1.75rem;
      line-height: 1.28;
      text-align: center;
      font-family: Arial;
      font-style: italic; }
    .body-style blockquote:after, .body-style blockquote:before {
      content: '';
      background: var(--primary-color);
      width: 200px;
      height: 2px;
      margin: 19px auto;
      display: block; }
    .body-style blockquote.quote2 p {
      font-family: var(--primary-font);
      font-size: 1.375rem;
      line-height: 1.36;
      color: var(--blue1);
      font-style: normal;
      text-align: left; }
    .body-style blockquote.quote2:after, .body-style blockquote.quote2:before {
      width: 20px;
      height: 3px;
      margin: 20px 0;
      background: var(--blue1); }
    .body-style blockquote.quote2:after {
      margin-bottom: 40px; }
    .body-style blockquote.quote2:before {
      margin-top: 40px; }
  .body-style p + table, .body-style p + .table-responsive {
    margin-top: 50px; }
  .body-style table {
    width: 100% !important;
    float: none;
    border: none; }
    .body-style table:not(:last-child) {
      margin-bottom: 18px; }
    .body-style table td, .body-style table th {
      padding: 12px 16px 10px;
      font-size: 1rem;
      line-height: 1.375; }
    .body-style table thead th {
      background: var(--primary-color);
      color: var(--white);
      font-weight: var(--primary-medium); }
      .body-style table thead th:not(:first-child) {
        border-left: 1px solid; }
    .body-style table tbody td {
      color: var(--regular-gray1);
      border-bottom: 1px solid var(--primary-color); }
  .body-style ul, .body-style ol {
    margin-bottom: 18px; }
    .body-style ul:last-child, .body-style ol:last-child {
      margin-bottom: 0; }
    .body-style ul li, .body-style ol li {
      font-size: 1.188rem;
      line-height: 1.63; }
      @media (max-width: 767px) {
        .body-style ul li, .body-style ol li {
          font-size: 1.125rem;
          line-height: 1.55; } }
      .body-style ul li:not(:last-child), .body-style ol li:not(:last-child) {
        margin-bottom: 10px; }

.body-image {
  margin-top: 20px;
  margin-bottom: 20px; }
  .body-image .body-img-wrap .credit-wrap {
    padding: 0;
    max-width: none; }
  .body-image .body-img-wrap:not(:last-child) {
    margin-bottom: 20px; }

.body-image-normal {
  margin-top: 20px; }

.body-image-normal:not(:last-child) {
  margin-bottom: 20px; }

.body-img-wrap .credit-wrap {
  margin-top: 5px !important; }

.body-video-wrapper .field {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }
  .body-video-wrapper .field iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.form-header {
  margin-bottom: 30px; }

.form-title {
  font-size: 1.5rem;
  line-height: 1.33;
  margin-bottom: 20px;
  font-weight: var(--primary-regular);
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .form-title {
      font-size: 1.375rem; } }
  .form-title + .form-description {
    margin-top: -24px; }

.form-header-custom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 20px;
  flex-direction: column-reverse; }
  .form-header-custom.no-bottom-space {
    margin-bottom: 0; }

.form-button-custom {
  display: flex;
  justify-content: flex-end; }

.data-title {
  font-size: 2.125rem;
  line-height: 1.23;
  font-weight: var(--primary-regular);
  color: var(--regular-gray1);
  margin-bottom: 50px;
  text-align: center;
  text-align: left;
  margin-bottom: 0 !important; }
  @media (max-width: 767px) {
    .data-title {
      font-size: 1.625rem;
      line-height: 1.26;
      margin-bottom: 40px; } }

.data-info {
  font-size: 0.875rem;
  line-height: 1.28;
  font-style: italic;
  padding: 10px 16px; }

.description-style-sm {
  font-size: 0.75rem;
  line-height: 1.33;
  color: var(--regular-gray4); }

.ul-style-1 {
  padding-left: 15px; }
  .ul-style-1:last-child {
    margin-bottom: 0; }
  .ul-style-1 li {
    margin-bottom: 5px; }
    .ul-style-1 li:last-child {
      margin-bottom: 0; }
  .ul-style-1 li::marker {
    font-size: 0.75rem; }

.body-video {
  margin-top: 18px; }
  .body-video video {
    width: 100%;
    height: 100%; }

.body-audio {
  margin-top: 18px;
  margin-bottom: 18px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }
  .body-audio iframe {
    width: 100%; }

/*# sourceMappingURL=body-styles.css.map */
