/* Override global font: MS JhengHei prioritised over Lato */
body.is-mainland-page {
  font-family: "Microsoft JhengHei", "微軟正黑體", Lato, sans-serif !important;
}

body.is-mainland-page h1,
body.is-mainland-page h2,
body.is-mainland-page h3,
body.is-mainland-page h4,
body.is-mainland-page h5,
body.is-mainland-page h6 {
  font-family: "Microsoft JhengHei", "微軟正黑體", Lato, sans-serif !important;
}

body.is-mainland-page main {
  padding-bottom: 0;
}

body.is-mainland-page .field--name-field-ml-item-description a,
body.is-mainland-page .field--name-field-ml-item-description a:visited,
body.is-mainland-page .field--name-field-ml-item-description a:hover,
body.is-mainland-page .field--name-field-ml-item-description a:focus {
  color: #DA562B;
}



body.is-mainland-page.page-node-type-homepage-mainland .block-system-main-block {
  background-position: left 0;
}

body.is-mainland-page.page-node-type-colleges-and-schools .block-system-main-block,
body.is-mainland-page.page-node-type-basic-page-mainland .block-system-main-block {
  background-position: left 300px;

  @media (min-width: 1200px) {
    background-position: left 500px;
  }
}



body.is-mainland-page #loader .path {
    animation:
        dash 1.4s ease-in-out infinite,
        colors-ml 6.4s ease-in-out infinite;
}

@keyframes colors-ml {
    0% {
        stroke: #e84c0e;
    }

    50% {
        stroke: #192347;
    }

    100% {
        stroke: #192347;
    }
}