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

.site-footer {
  background-color: var(--primary-color);
  padding: 40px 0 50px;
  --footer-col-width:270px;
  --footer-col-space: 16px; }
  .site-footer .nav-item .dropdown-toggle {
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.28;
    font-weight: var(--primary-bold);
    margin-bottom: 12px;
    color: var(--white); }
    .site-footer .nav-item .dropdown-toggle:after {
      display: none; }
  .site-footer .nav-item ul {
    padding: 0;
    list-style: none;
    margin: 0; }
  .site-footer .nav-item {
    line-height: normal; }
    .site-footer .nav-item:not(:last-child) {
      margin-bottom: 6px; }
    .site-footer .nav-item a.nav-link:hover {
      text-decoration: underline; }
    .site-footer .nav-item .nav-link {
      color: var(--white);
      font-size: .875rem;
      line-height: 1.28;
      padding: 0; }
      .site-footer .nav-item .nav-link.dropdown-toggle {
        font-size: 1rem;
        line-height: 1.375; }
      .site-footer .nav-item .nav-link:not(.dropdown-toggle) {
        display: inline-block; }

.region-footer-left {
  display: flex; }

.footer-left {
  display: flex;
  flex-wrap: wrap; }
  .footer-left .footer-menu-inner {
    width: var(--footer-col-width);
    margin-right: var(--footer-col-space); }
  .footer-left .navbar-nav > .nav-item {
    margin-bottom: 0; }
    .footer-left .navbar-nav > .nav-item:not(:last-child) {
      margin-bottom: 20px; }

.region-footer-menu-three .nav-link {
  font-weight: var(--primary-bold); }

.footer-right {
  flex-shrink: 0; }

.footer-bottom {
  display: flex;
  justify-content: space-between; }

.footer-extra-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

/*social media*/
.footer-social-share {
  margin: 20px 0; }
  .footer-social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center; }
  .footer-social-share li:not(:last-child) {
    margin-right: 5px; }
  .footer-social-share a {
    font-size: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    border-radius: 50px; }
    .footer-social-share a:hover {
      background-color: var(--primary-hover); }
  .footer-social-share .fb a {
    background-image: url("/sites/mics/themes/custom/mics/components/images/icons/footer/fb.svg"); }
  .footer-social-share .x a {
    background-image: url("/sites/mics/themes/custom/mics/components/images/icons/footer/x.svg"); }
  .footer-social-share .instagram a {
    background-image: url("/sites/mics/themes/custom/mics/components/images/icons/footer/insta.svg"); }
  .footer-social-share .youtube a {
    background-image: url("/sites/mics/themes/custom/mics/components/images/icons/footer/youtube.svg"); }
  .footer-social-share .linkedin a {
    background-image: url("/sites/mics/themes/custom/mics/components/images/icons/footer/linkedin.svg"); }

/*contact legal menu*/
.footer-bottom-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }
.footer-bottom-menu li:not(:last-child) a {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid var(--white); }
.footer-bottom-menu a {
  color: var(--white);
  font-size: 0.875rem;
  line-height: 1.28; }
  .footer-bottom-menu a:hover {
    text-decoration: underline; }

.footer-extra {
  --extra-footer-space:40px;
  border-top: 1px solid var(--white);
  margin-top: var(--extra-footer-space);
  padding-top: var(--extra-footer-space); }
  .footer-extra p {
    color: var(--white);
    font-size: 0.875rem;
    line-height: 1.28; }

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