<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  ﻿.nav__wrapper,.search__button, .search__wrapper,
.footer__links--medium,
.footer__content .footer__award--medium,
.footer__address--medium,
.footer__content .footer__social {
  display:none;
}

.header__logo {
    background-image: url(/siteelements/2020/images/dmu-dubai-logo2.svg)!important;
}


a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    outline: 0;
    text-decoration: none;
    font-weight: 400
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    border-bottom: 5px solid #eee;
}

h1.hero-banner__heading {
  border-bottom: 0px solid #eee;
}
.title {
  margin: 0;
}

.award {
  margin: 0;
  color: black;
  font-weight: 300;
  text-decoration: none !important;
}

.course:hover img {
    outline: 2px solid #990033;
    border-radius: 10px;
}


.course img {
  outline: 2px solid #99003300;
    transition: all 0.3s;
}

.course-list a:focus-within img {
    outline: 2px solid #990033;
    border-radius: 10px;
}

.course-list a:focus-visible{
  outline: 0;
}
.hero-banner__heading {
  background: linear-gradient(0deg, rgba(153,0,51,1) 2%, rgba(153,0,51,0) 3%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 2%, rgba(153,0,51,0) 3%);
  width: fit-content;
  background-position: -150px -10px;
  background-size: 30% 100%;
  background-repeat: no-repeat;
  animation-name: underline;
  animation-duration: 6s;
  animation-delay: 4s;
  animation-iteration-count: infinite;
}

@keyframes underline {
  0%   {background-position: -150px -10px;}
  100% {background-position: 500px -10px;}
}
p {
  font-size: 1.1rem;
}

li {
  font-size: 1.1rem;
}

.news-section .button--center {
    display: none;
}

.dmu-card__header * {
    margin: 0;
    font-size: 1rem;
    color: #fff;
}

.dmu-card {
    background: #9d0932;
}

.dmu-card--hover:hover{
  outline: 2px solid #9d0932;
}

.dmu-card--hover:focus-within{
  outline: 2px solid #9d0932;
}

@media only screen and (min-width: 68.75em) {
.hero-banner .hero-banner__heading {
    font-size: 5em;
    margin-right: 150px;
    line-height: 1.5;
    padding: 0;
}
}

@media only screen and (max-width: 700px) {
.hero-banner .hero-banner__heading {
    font-size: 2.2em;
    margin-right: unset;
    line-height: 1.5;
    padding: 0;
    width: unset;
}
}

.course-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.course {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 1em;
}

.course img {
  border-radius: 10px;
  height: 220px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .course-list {
    grid-template-columns: 1fr;
  }
}

table.tableStyle {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

table.tableStyle:first-of-type caption {
    margin: 10px 0 10px 0
}

table.tableStyle caption {
    margin: 40px 0 10px 0;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    background-color: transparent
}

table.tableStyle tbody th {
    padding: 12px;
    color: #000;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #4e4e4e;
    background-color: #f2f2f2
}

table.tableStyle tbody tr:last-child {
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e
}

table.tableStyle tbody tr:last-child td {
    border: none;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca
}

table.tableStyle th a {
    color: #fff
}

table.tableStyle td {
    padding: 10px 5px;
    color: #000;
    border: 1px solid #cacaca
}

table.tableStyle p {
    padding: 0;
    margin: 0
}</pre></body></html>