/******************************************************************************
 * itn-trial-leap-responsive.layout.scss
 *
 * Additional, theme specific styles for the LEAP Study layout.
 *****************************************************************************/
/* ITN branding */
/**
 * $BASE-TYPEOGRAPHY
 */
body {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #f99d31;
}

@media (min-width: 44em) {
  .block-footer-text {
    width: 57.44681%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }

  .block-footer-images {
    width: 40.42553%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
