/**
 * @file
 * Styles.
 *
 * WARNING: DO NOT EDIT /css/main.css file manually.
 * This should be generated only by compiler based on this file.
 */
/**
 * @file
 * Global styles.
 *
 */
img,
picture {
  display: block;
  margin: 0;
  max-width: 100%;
}

img {
  font-size: 0;
  height: auto;
}

.toolbar button {
  border-radius: 0;
}
.toolbar a {
  font: inherit;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.coh-container.coh-container-boxed {
  margin-left: auto;
  margin-right: auto;
}

.margin-top-custom {
  margin-top: -60px;
}

.dx8-aov {
  visibility: visible !important;
}

.coh-style-social-link--newsletter::before {
  background-image: url("/themes/custom/baker-institute/images/newsletter.svg");
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-family: "icomoon";
  width: 24px;
  height: 24px;
}

body.user-logged-in .js-header-component {
  background-color: #006a55 !important;
}
body.path-user .main-menu > li > .main-menu__link {
  color: white;
}

@media only screen {
  .screen--hide {
    display: none;
  }

  .screen--show {
    display: block;
  }

  .screen--show--inline {
    display: inline;
  }

  .screen--show--flex {
    display: flex;
  }

  .screen--show--inline-flex {
    display: inline-flex;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact !important;
  }

  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body main[role=main] {
    padding-top: 0;
  }

  h2, h3 {
    page-break-before: always;
  }

  h2 + h3 {
    page-break-before: unset;
  }

  h3 + h2 {
    page-break-before: unset;
  }

  #main-header > .coh-container #main-content > .coh-container,
footer > .coh-container {
    border-left-width: 0;
    border-right-width: 0;
  }

  header.main-header {
    position: relative !important;
    display: block !important;
    width: 100%;
  }
  header.main-header .main-logo {
    display: none !important;
  }
  header.main-header .print-logo-element {
    display: block !important;
  }
  header.main-header .js-header-component {
    border: 0 !important;
  }
  header.main-header .branding-block {
    display: block !important;
  }
  header.main-header .branding-block + div[class*=coh-ce-cpt_header_new] {
    display: none !important;
  }
  header.main-header > div.coh-container.print--hide {
    display: block !important;
    border: 0 !important;
  }
  header.main-header .js-main-menu-mobile-toggle,
header.main-header .research-menu {
    display: none !important;
  }
  header.main-header .main-menu-wrapper {
    display: none !important;
  }
  header.main-header + main > .coh-container {
    border: 0 !important;
  }

  .coh-style-floating-mobile-toggler--sidebar-toggler {
    display: none;
  }

  .js-research-body p:has(+ figure) {
    page-break-before: always;
  }

  .print--hide {
    display: none !important;
  }

  .print--show {
    display: block !important;
  }

  .print--show--inline {
    display: inline !important;
  }

  .print--show--flex {
    display: flex !important;
  }

  .print--show--inline-flex {
    display: inline-flex !important;
  }

  .print--no-padding {
    padding: 0 !important;
  }

  .print--no-margin {
    margin: 0 !important;
  }

  .print--body-flex-wrapper .coh-row-inner,
.print--body-flex-wrapper.coh-row-inner {
    display: block !important;
  }

  .print--full-width {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .print--order-one {
    order: 1;
  }

  .print--order-two {
    order: 2;
  }

  .coh-style-video-overlay:after {
    content: "";
    display: none;
  }
}
