/* -- Testing ** -- */
body, html {
  background: #00350b;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  border: 0;
  margin: 0;
  color: #000;
}
body *, html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body *:focus, html *:focus {
  outline: none;
}

#content:before, #content:after {
  content: "";
  height: 14px;
  width: 100%;
  display: block;
  background: #f9e66c;
  background: linear-gradient(147deg, rgb(249, 230, 108) 0%, rgb(201, 165, 49) 17%, rgb(249, 230, 108) 38%, rgb(201, 165, 49) 61%, rgb(249, 230, 108) 81%, rgb(201, 165, 49) 100%);
  position: relative;
  z-index: 10;
  box-shadow: -1px -1px 13px 4px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: -1px -1px 13px 4px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: -1px -1px 13px 4px rgba(0, 0, 0, 0.51);
}

#masterWrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px 0;
  position: relative;
  color: #fff;
  z-index: 1;
  background: #00350b;
}
#masterWrapper:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: url("https://www.delhi.edu/academics/commencement/program/assets/bg_2.jpg") no-repeat center center;
  background-size: 100% 100%;
  mix-blend-mode: overlay;
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
  opacity: 0.6;
}
#masterWrapper * {
  z-index: 2;
}

header#mainHeader {
  text-align: center;
  font-family: "Cinzel", serif;
  font-style: normal;
  padding: 30px;
  position: relative;
}
header#mainHeader #seal {
  display: block;
  width: 30%;
  max-width: 200px;
  min-width: 100px;
  height: auto;
  margin: 0 auto 30px auto;
  border-radius: 100px;
  padding: 1px;
  overflow: hidden;
  position: relative;
}
header#mainHeader #seal img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
header#mainHeader #seal:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -150%;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  height: 300%;
  width: 100px;
  mix-blend-mode: screen;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  z-index: 2;
  -webkit-animation: shineSweep 8s linear infinite;
          animation: shineSweep 8s linear infinite;
}
header#mainHeader hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  font-size: clamp(13px, 1.3vw, 30px);
}
header#mainHeader hgroup h1, header#mainHeader hgroup h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: normal;
}
header#mainHeader hgroup h1 {
  font-size: 1.4em;
  text-transform: uppercase;
}
header#mainHeader hgroup h1 span {
  font-size: 2em;
  display: block;
  margin-top: 15px;
  color: #c9a531;
  background: -webkit-linear-gradient(#f9e66c, #c9a531);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header#mainHeader hgroup h2 {
  font-size: 1.4em;
  text-transform: uppercase;
}

@-webkit-keyframes shineSweep {
  0% {
    left: -150%;
  }
  50% {
    left: -150%;
  }
  75% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shineSweep {
  0% {
    left: -150%;
  }
  50% {
    left: -150%;
  }
  75% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
nav#mainNavigation {
  width: 100%;
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  -webkit-transition: max-width 0.2s linear;
  transition: max-width 0.2s linear;
}
nav#mainNavigation label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
nav#mainNavigation span.navicon {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  pointer-events: none;
  color: #000;
  font-size: 25px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(54%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 54%, rgb(255, 255, 255) 100%);
  height: 55px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 0 20px 0 0;
  z-index: 3;
}
nav#mainNavigation select {
  background: #fff;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  height: 55px;
  width: 100%;
  border-radius: 0;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 600;
  color: #000;
}
nav#mainNavigation select option {
  color: #000;
}
nav#mainNavigation.stuck {
  position: sticky;
  top: 0;
  z-index: 100;
  max-width: 100%;
  width: 100%;
}
nav#mainNavigation.stuck:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #F9E66C;
  background: linear-gradient(143deg, rgb(249, 230, 108) 0%, rgb(201, 165, 49) 19%, rgb(249, 230, 108) 41%, rgb(211, 178, 61) 62%, rgb(224, 196, 77) 84%, rgb(249, 230, 108) 100%);
  display: block;
}

main#mainContent.edit-screen {
  color: #000;
  background: #fff;
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0 auto;
  padding: 20px;
}
main#mainContent.edit-screen h3 {
  color: #000;
  font-size: 2.3em;
  border-bottom: 1px dotted #000;
}
main#mainContent.edit-screen h4 {
  color: #626262;
  font-size: 1.7em;
  margin: 0 0 10px 0;
  font-weight: 500;
}
main#mainContent.edit-screen h4 strong {
  font-weight: 800;
}
main#mainContent.edit-screen ul {
  margin: 0 0 30px 0;
  padding: 20px 25px;
  border: 1px dotted #000;
}
main#mainContent.edit-screen ul li {
  margin-bottom: 10px;
}
main#mainContent.edit-screen ul li:last-of-type {
  margin-bottom: 0;
}

main#mainContent:not(.edit-screen) {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 90%;
  max-width: 1000px;
  font-weight: 300;
  text-align: center;
  position: relative;
  z-index: 2;
}
main#mainContent:not(.edit-screen) h3, main#mainContent:not(.edit-screen) h4 {
  font-family: "Cinzel", serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
}
main#mainContent:not(.edit-screen) h3 {
  font-size: clamp(22px, 1.5vw, 40px);
  margin-bottom: 20px;
  color: #c9a531;
  line-height: 1.15em;
  background: -webkit-linear-gradient(#f9e66c, #c9a531);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgb(249, 230, 108);
  padding: 15px 15px 13px 15px;
  display: inline-block;
}
main#mainContent:not(.edit-screen) h4 {
  font-size: clamp(15px, 1.1vw, 30px);
  line-height: 1.6em;
  margin-bottom: 10px;
  color: #d2c99a;
}
main#mainContent:not(.edit-screen) h4 strong {
  font-size: 1.4em;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
}
main#mainContent:not(.edit-screen) p {
  display: block;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-size: clamp(18px, 1.2vw, 25px);
}
main#mainContent:not(.edit-screen) p strong {
  color: #d2c99a;
  font-weight: normal;
}
main#mainContent:not(.edit-screen) ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px dotted rgba(210, 201, 154, 0.6);
  container-type: inline-size;
  font-size: clamp(18px, 1.2vw, 21px);
}
main#mainContent:not(.edit-screen) ul li {
  padding: 10px 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  line-height: 1.25em;
}
main#mainContent:not(.edit-screen) ul li em {
  font-size: 0.8em;
}
main#mainContent:not(.edit-screen) ul li:only-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
main#mainContent:not(.edit-screen) ul:has(> li:first-child:nth-last-child(2)) li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@container (max-width: 800px) {
  main#mainContent:not(.edit-screen) ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@container (max-width: 600px) {
  main#mainContent:not(.edit-screen) ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
main#mainContent:not(.edit-screen) section#orderProgram {
  padding-top: 50px;
}
main#mainContent:not(.edit-screen) section#orderProgram a.button {
  background: #d2b54b;
  border: 1px solid #d6be67;
  border-top-color: #feedaf;
  border-right-color: #feedaf;
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
  font-weight: 500;
  color: #000;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  -webkit-box-shadow: inset -1px 1px 5px 1px rgba(0, 0, 0, 0.24);
  box-shadow: inset -1px 1px 5px 1px rgba(0, 0, 0, 0.24);
}
main#mainContent:not(.edit-screen) section#orderProgram a.button:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  left: -100px;
  height: 300%;
  width: 100px;
  mix-blend-mode: overlay;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
main#mainContent:not(.edit-screen) section#orderProgram a.button:hover {
  padding: 15px 40px;
}
main#mainContent:not(.edit-screen) section#orderProgram a.button:hover:after {
  left: 100%;
}
main#mainContent:not(.edit-screen) div.ou-justedit-region.mce-content-body * {
  color: #000 !important;
}

footer#mainfooter {
  margin-top: 30px;
  text-align: center;
  padding: 20px 0;
  font-family: "Cinzel", serif;
  font-style: normal;
  position: relative;
}
footer#mainfooter img.logo {
  width: 230px;
  display: block;
  height: auto;
  margin: 0 auto;
}
footer#mainfooter p {
  font-size: 15px;
  letter-spacing: 0.09em;
}
footer#mainfooter section#creditEdit div#directedit, footer#mainfooter section#creditEdit span {
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}
footer#mainfooter section#creditEdit div#directedit a, footer#mainfooter section#creditEdit span a {
  color: inherit;
  text-decoration: none;
}
footer#mainfooter section#creditEdit div#directedit {
  margin-right: 3px;
}