/*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); }

.mega-drop-container {
  display: block;
  position: absolute;
  width: 100%;
  left: -9999rem;
  right: 0;
  padding-top: 15px;
  z-index: 2;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.mega-menu-open .mega-drop-container {
  left: 0; }

.mega-drop-inner {
  position: relative;
  min-height: 410px;
  padding: 40px;
  box-shadow: var(--box-shadow3);
  border-radius: 10px;
  background-color: var(--white);
  overflow: auto;
  max-height: 550px;
  overflow: auto; }
  .mega-drop-inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 5px; }
  .mega-drop-inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--regular-gray5); }

.submenu-main-link {
  padding: 12px 20px;
  width: var(--link-width);
  display: flex;
  position: relative; }
  .submenu-main-link:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: var(--regular-gray6);
    display: none; }
  .submenu-main-link .menu-icon {
    flex-shrink: 0; }

.menu-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  --img-width:420px;
  --img-height:315px; }
  .menu-img.menu-img-no-content:after {
    display: none; }
  .menu-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 31.75%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none; }
  .menu-img img {
    width: var(--img-width);
    height: var(--img-height);
    object-fit: cover; }
  .menu-img .menu-content {
    position: absolute;
    bottom: 0;
    padding: 20px 20px;
    z-index: 1; }
  .menu-img .menu-type {
    font-weight: var(--primary-bold);
    margin-bottom: 6px;
    font-size: 0.875rem;
    line-height: 1.28;
    color: var(--white); }
  .menu-img > a:hover .menu-visual-title {
    color: var(--primary-color); }
  .menu-img .menu-visual-title {
    font-size: 1.375rem;
    line-height: 1.27;
    font-weight: var(--primary-bold);
    color: var(--white); }

.menu-video:before {
  content: '';
  background: url("/sites/mics/themes/custom/mics/components/images/icons/header/youtube-menu.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68px;
  height: 47px;
  z-index: 1;
  pointer-events: none; }
.menu-video:hover .menu-visual-title {
  color: var(--primary-color); }

.tool-menu {
  --tools-item-width:270px; }
  .tool-menu ul {
    background-color: var(--regular-gray6);
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px;
    border-radius: 10px; }
  .tool-menu li {
    margin: 15px; }
  .tool-menu a {
    width: var(--tools-item-width);
    min-height: 121px;
    display: flex;
    justify-content: center;
    box-shadow: var(--outline-btn-shadow-hover);
    border-radius: 5px;
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    transition: all 0.25s ease-in-out; }
    .tool-menu a:hover {
      box-shadow: var(--outline-btn-shadow-active); }
  .tool-menu span.tool-label {
    display: inline-block;
    font-size: 1.188rem;
    line-height: 1.63;
    font-weight: var(--primary-bold);
    color: var(--regular-gray1); }
    @media (max-width: 767px) {
      .tool-menu span.tool-label {
        font-size: 1.125rem;
        line-height: 1.55; } }

.visual-style-2 {
  --second-menu-width: 250px; }
  .visual-style-2 .second-drop {
    margin-right: 20px; }
  .visual-style-2 .mega-menu-visual a:hover .menu-content-title {
    color: var(--primary-color); }

.mega-img-content-wrap {
  display: flex;
  --img-width:230px;
  --img-height:297px;
  --resource-width:460px;
  width: var(--resource-width); }
  .mega-img-content-wrap .mega-img-wrap {
    flex-shrink: 0;
    margin-right: 20px; }
    .mega-img-content-wrap .mega-img-wrap img {
      width: var(--img-width);
      height: var(--img-height);
      object-fit: cover;
      border: 1px solid var(--regular-gray5); }
  .mega-img-content-wrap .mega-content {
    padding-top: 10px; }
  .mega-img-content-wrap .mega-content-type {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 6px;
    color: var(--regular-gray1); }
  .mega-img-content-wrap .menu-content-title {
    font-size: 1.188rem;
    line-height: 1.63;
    font-weight: var(--primary-bold);
    color: var(--regular-gray1);
    display: inline-block; }
    @media (max-width: 767px) {
      .mega-img-content-wrap .menu-content-title {
        font-size: 1.125rem;
        line-height: 1.55; } }
    .mega-img-content-wrap .menu-content-title:hover {
      color: var(--primary-color); }

.mega-inner {
  position: absolute;
  top: 40px;
  left: -99999rem;
  border-left: 1px solid var(--regular-gray5);
  padding-right: 40px;
  padding-left: 40px;
  height: calc(100% - 80px);
  display: flex; }

.submenu-open .mega-inner {
  right: auto;
  left: calc(var(--link-width) + 90px); }

.touch-device .mega-drop-inner {
  min-height: 500px; }

.abbr-menu {
  --abbr-menu:460px;
  width: var(--abbr-menu);
  padding-left: 40px; }
  .abbr-menu .drupal-search-view .view-filters {
    margin-bottom: 40px; }

.abbr-sort ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .abbr-sort ul li {
    width: 30px;
    font-size: 1.875rem;
    line-height: 1.26;
    color: var(--regular-gray5);
    font-weight: var(--primary-bold);
    margin: 0 5px 34px;
    text-align: center; }
  .abbr-sort ul a {
    color: var(--primary-color); }
    .abbr-sort ul a:hover {
      color: var(--primary-hover); }

.no-sub-items {
  position: relative; }
  .no-sub-items .has-submenu {
    --link-width:100%; }
  .no-sub-items .mega-drop-container {
    right: 0;
    transform: translateX(-50%);
    width: 370px; }
  .no-sub-items .mega-drop-inner {
    padding: 20px;
    min-height: auto; }
  .no-sub-items.mega-menu-open .mega-drop-container {
    left: 50%; }

.hide-mage-inner .mega-inner {
  display: none; }

.no-submenu-item .mega-submenu {
  display: none; }

.mega-menu-open .menu-item-link {
  border-color: var(--blue1); }

.show-iframe {
  border-radius: 0; }
  .show-iframe .menu-video {
    display: none; }
  .show-iframe:after {
    display: none; }

.show-iframe:not(:has(iframe)) {
  position: relative; }
  .show-iframe:not(:has(iframe)):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/sites/mics/themes/custom/mics/components/images/icons/loader/Loader_01.gif") no-repeat center center;
    z-index: 1;
    display: block; }

.menu-frame {
  width: var(--img-width);
  height: var(--img-height); }
  .menu-frame span {
    cursor: pointer; }
  .menu-frame iframe {
    border-radius: 10px;
    background: var(--black);
    max-width: 100%; }

.menu-frame:not(.show-iframe) iframe {
  display: none; }

/*# sourceMappingURL=header-min-992.css.map */
