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

:root {
  --header-height: 154px;
  --header-nav-height: 54px; }

body.toolbar-fixed {
  padding-top: 39px !important; }
  body.toolbar-fixed.toolbar-tray-open {
    padding-top: 79px !important; }

.header-sticky {
  padding-top: var(--header-nav-height); }
  .header-sticky .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    box-shadow: var(--card-hover-shadow);
    z-index: 2; }
  .header-sticky.toolbar-fixed {
    padding-top: calc(var(  --header-nav-height) + 39px) !important; }
    .header-sticky.toolbar-fixed .header-bottom {
      top: 39px; }
    .header-sticky.toolbar-fixed.toolbar-tray-open {
      padding-top: calc(var(  --header-nav-height) + 79px) !important; }
      .header-sticky.toolbar-fixed.toolbar-tray-open .header-bottom {
        top: 79px; }

.site-header {
  --header-padding: 50px;
  box-shadow: var(--card-hover-shadow);
  position: relative;
  z-index: 5;
  background-color: var(--white);
  padding: 10px 0 0;
  height: var(--header-height); }

.header-top,
.header-middle {
  padding-left: var(--header-padding);
  padding-right: var(--header-padding); }

.high-contrast-mode .high-contrast-menu {
  color: var(--primary-color); }

.high-contrast-menu {
  color: var(--regular-gray3); }

.region-header-top {
  display: flex;
  justify-content: flex-end; }
  .region-header-top .text-formatted {
    line-height: 0; }
    .region-header-top .text-formatted > a {
      font-size: 0.875rem;
      line-height: 1.21;
      padding-left: 10px;
      margin-left: 10px;
      border-left: 1px solid var(--regular-gray5); }
      .region-header-top .text-formatted > a:hover {
        text-decoration: underline; }

.header-middle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 15px; }

.header-left {
  margin-top: -15px; }

.header-logo-block img {
  width: auto;
  height: auto; }
.header-logo-block p {
  display: flex;
  align-items: center; }
  .header-logo-block p a:not(:last-child) {
    position: relative;
    margin-right: 25px;
    padding-right: 25px; }
    .header-logo-block p a:not(:last-child):after {
      content: '';
      height: 57px;
      width: 1px;
      display: block;
      background: var(--regular-gray5);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }

.region-header-right {
  display: flex;
  align-items: center; }

.g-translate-blk {
  display: none; }

.header-top-inner .gtranslate-dummy {
  margin-top: -2px; }

.gtranslate-dummy {
  line-height: 0; }
  .gtranslate-dummy .select2-container--default {
    width: auto !important; }
    .gtranslate-dummy .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 0; }

.gtranslate-drop {
  width: 150px !important; }
  .gtranslate-drop .select2-results__option[id$="en|en"] {
    font-weight: var(--primary-bold); }
  .gtranslate-drop .select2-results__option:empty {
    display: none; }

.gtranslate-dummy * {
  outline: none; }

.search-blk {
  --search-size: 36px;
  --expand-size: 270px;
  margin-left: 5px;
  position: relative;
  width: var(--search-size);
  overflow: hidden;
  transition: all .25s; }
  .search-blk.search-open {
    width: var(--expand-size); }
    .search-blk.search-open .form-type-search {
      right: 0; }
      .search-blk.search-open .form-type-search input {
        width: 100%;
        visibility: visible;
        opacity: 1;
        position: relative;
        z-index: 1;
        padding-right: 40px;
        border-right: 0; }
        .search-blk.search-open .form-type-search input:focus, .search-blk.search-open .form-type-search input:focus-visible {
          box-shadow: none; }
  .search-blk > div[data-once="contextual-render"] {
    display: none; }
  .search-blk .form-type-search {
    position: relative;
    right: 16px;
    width: 100%; }
    .search-blk .form-type-search input {
      border: 1px solid var(--blue1);
      border-radius: 30px;
      position: relative;
      right: 0;
      background-color: transparent;
      height: var(--search-size);
      width: var(--search-size);
      z-index: -1;
      visibility: hidden;
      opacity: 0;
      color: var(--regular-gray4);
      font-size: 1rem;
      line-height: 1.375;
      transition: opacity .25s;
      padding: 7px 18px; }
      .search-blk .form-type-search input::placeholder {
        color: var(--regular-gray4); }
  .search-blk .form-actions {
    position: absolute;
    right: 0;
    top: 0; }
    .search-blk .form-actions input {
      background: url("/sites/mics/themes/custom/mics/components/images/icons/header/Search-Icon-header.svg") no-repeat center center;
      display: block;
      width: var(--search-size);
      height: var(--search-size);
      font-size: 0;
      border: none;
      position: relative;
      z-index: 2; }
      .search-blk .form-actions input:hover {
        background: url("/sites/mics/themes/custom/mics/components/images/icons/header/Search-Icon-header-hover.svg") no-repeat center center; }

.menu-toggle,
.responsive-menu-space {
  display: none; }

.header-right img {
  height: 40px; }

.header-bottom {
  border-top: 1px solid var(--primary-color); }

.main-menu-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0; }

.menu-item {
  padding: 7px 1px; }

.menu-item-link {
  padding: 10.5px 19px;
  font-weight: var(--primary-bold);
  color: var(--blue1);
  font-size: 1rem;
  line-height: 1.17;
  text-transform: uppercase;
  position: relative;
  border-radius: 20px;
  border: 2px solid transparent;
  height: 40px;
  display: block; }
  .menu-item-link.dropdown-toggle {
    display: block; }
    .menu-item-link.dropdown-toggle::after {
      display: none; }
  @media (hover: hover) {
    .menu-item-link:not(.is-active):not(.active):hover {
      border-color: var(--blue1); } }
  .menu-item-link.is-active, .menu-item-link.active {
    color: var(--white);
    background-color: var(--blue1); }
    .menu-item-link.is-active:after, .menu-item-link.is-active:before, .menu-item-link.active:after, .menu-item-link.active:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .menu-item-link.is-active:after, .menu-item-link.active:after {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 11px solid var(--blue1);
      bottom: -11px; }
    .menu-item-link.is-active:before, .menu-item-link.active:before {
      width: 13px;
      height: 13px;
      background: var(--white);
      bottom: -16px;
      transform: rotate(45deg);
      box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.15); }

.parent-link-menu {
  font-weight: var(--primary-bold); }

@media (hover: hover) {
  .parent-link-menu {
    display: none; } }
.has-submenu {
  display: flex;
  --link-width: 250px;
  --extra-space: 70px;
  --second-menu-width: 270px; }

.main-menu-navigation-view ul {
  list-style: none;
  padding: 0; }

.submenu-main-link {
  border-bottom: 1px solid var(--regular-gray6); }

.submenu-main-link:hover, .submenu-open .submenu-main-link {
  background-color: var(--regular-gray6); }
  .submenu-main-link:hover:after, .submenu-open .submenu-main-link:after {
    display: block; }

.menu-item .mega-drop-inner a[href="#"] {
  cursor: default; }

.mega-drop-container {
  display: none; }

.mega-menu-open .mega-drop-container {
  display: block; }

.submenu-open > a {
  background-color: var(--regular-gray6); }
.submenu-open .mega-inner {
  display: flex; }

.menu-label {
  font-size: 1.188rem;
  line-height: 1.63;
  font-weight: var(--primary-bold);
  color: var(--regular-gray1);
  margin-left: 20px;
  display: block; }

.second-drop {
  width: var(--second-menu-width);
  margin-right: 40px; }
  .second-drop li a {
    font-size: 1.188rem;
    line-height: 1.63;
    padding: 12px 20px;
    color: var(--regular-gray1);
    display: block; }
    .second-drop li a:hover {
      background-color: var(--regular-gray6); }

.mega-inner {
  display: none; }

.mega-description-inner {
  padding: 20px 12px; }

.mega-description-title {
  font-size: 1.188rem;
  line-height: 1.63;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .mega-description-title {
      font-size: 1.125rem;
      line-height: 1.55; } }

.mega-description-content {
  margin-bottom: 10px; }
  .mega-description-content p {
    font-size: 1rem;
    line-height: 1.375; }

/*# sourceMappingURL=header.css.map */
