  .gsm-text-primary {
  color: #036;
}

.o-hidden {
  overflow: hidden;
}

.text-white {
  color: #fff;
}

.panel.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.panel {
  width: 100%;
  min-height: 820px; /* added by db */
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  /*position: relative; */ /* edited by db */
}
.panel > div {
  height: 100%;
  width: 100%;
}
.panel.panel-short {
  height: calc(100vh - 100px);
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .panel.panel-short {
    overflow: visible;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
  }
}
.panel.panel-short::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 769px) {
  .panel {
   /* margin-top: 0;*/ /* edited by db */
  }
}

@media screen and (min-width: 769px) {
  .vh-panel {
    min-height: 100vh;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .center-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.coba-news-link {
  display: inline-block;
  font-size: 1rem;
}

.gsml-hero {
  background-color: #00274F;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #003366), color-stop(50%, #FCFBF7));
  background: linear-gradient(0deg, #003366 50%, #FCFBF7 50%);
  border-bottom: 10px solid #ffcc33;
  height: 100%;
  min-height:650px !important; 	/* edited by db */
  position: relative;
  margin-top: -1px;
  top: -10px;
}
@media screen and (min-width: 414px) {
  .gsml-hero {
    top: -10px;
  }
}
@media screen and (min-width: 769px) {
  .gsml-hero {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00274F), color-stop(50%, #FCFBF7));
    background: linear-gradient(90deg, #00274F 50%, #FCFBF7 50%);
    height: 95%;
  }
}
@media screen and (min-height: 896px) {
  .gsml-hero {
    height: 95%;
  }
}

.gsml-hero__img-one {
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.gsml-hero__intro-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  max-width: 77.1875rem;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .gsml-hero__intro-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2rem;
  }
}

.gsml-hero__intro {
  bottom: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
  width: auto;
}
.gsml-hero__intro h3 {
  color: #fff;
  font-family: "Univers LT W10 65 Bold";
  font-size: 0.6875rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 20rem) {
  .gsml-hero__intro h3 {
    font-size: calc(11px + 7 * ((100vw - 320px) / 1000));
  }
}
@media (min-width: 82.5rem) {
  .gsml-hero__intro h3 {
    font-size: 1.125rem;
  }
}

.gsml-hero__heading {
  color: #ffcc33 !important;
  font-family: "UniversLTW10-85ExtraBla";
  line-height: 1 !important;
  text-align: center;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  width: 100%;
}
.gsml-hero__heading span {
  display: block;
  margin-bottom: -7px;
  text-transform: uppercase;
}
.gsml-hero__heading span:first-child {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 1px;
}
@media (min-width: 20rem) {
  .gsml-hero__heading span:first-child {
    font-size: calc(40px + 22 * ((100vw - 320px) / 1000));
  }
}
@media (min-width: 82.5rem) {
  .gsml-hero__heading span:first-child {
    font-size: 3.875rem;
  }
}
.gsml-hero__heading span:nth-child(2) {
  display: block;
  letter-spacing: 1px;
  font-size: 2.75rem;
}
@media (min-width: 20rem) {
  .gsml-hero__heading span:nth-child(2) {
    font-size: calc(44px + 23 * ((100vw - 320px) / 1000));
  }
}
@media (min-width: 82.5rem) {
  .gsml-hero__heading span:nth-child(2) {
    font-size: 4.1875rem;
  }
}
.gsml-hero__heading span:nth-child(3) {
  display: block;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  font-size: 1.125rem;
}
@media (min-width: 20rem) {
  .gsml-hero__heading span:nth-child(3) {
    font-size: calc(18px + 24 * ((100vw - 320px) / 1000));
  }
}
@media (min-width: 82.5rem) {
  .gsml-hero__heading span:nth-child(3) {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 769px) {
  .gsml-hero__heading span {
    margin-bottom: -11px;
  }
}

.gsml-hero__intro .btn {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  max-width: 435px;
  width: 100%;
}
@media (min-width: 20rem) {
  .gsml-hero__intro .btn {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1000));
  }
}
@media (min-width: 82.5rem) {
  .gsml-hero__intro .btn {
    font-size: 1.125rem;
  }
}
.gsml-hero__intro .btn span {
  display: inline-block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.gsml-hero__intro .btn.explore-link {
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 1rem;
}
@media (min-width: 20rem) {
  .gsml-hero__intro .btn.explore-link {
    font-size: calc(15px + 1 * ((100vw - 320px) / 1000));
  }
}
@media (min-width: 82.5rem) {
  .gsml-hero__intro .btn.explore-link {
    font-size: 1rem;
  }
}
.gsml-hero__intro .btn.explore-link span {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gsml-hero__intro .btn:hover {
  background: #00A3E0;
}
.gsml-hero__intro .btn:hover span {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.gsml-hero__intro .btn:hover.explore-link {
  background: transparent;
  color: #ffcc33;
}
.gsml-hero__intro .btn:hover.explore-link span {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.gsml-hero__intro .btn:active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.scroll-arrow {
  width: 14px;
  height: 14px;
  border-left: 2px solid #ffcc33;
  border-bottom: 2px solid #ffcc33;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: sdb05 1.7s infinite;
          animation: sdb05 1.7s infinite;
  margin: 0 auto;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.gsml-hero-stats {
  height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}

.swiper.mySwiper {
  /*height:24vh;*/
  height: auto;
  width: 100%;
  max-width: 1400px;
  text-align: center;
  margin: 0px auto;
}

.swiper-wrapper {
  padding: 20px 0 !important;
}

.stat .stat-number {
  font-size: 90px !important;
  font-family: UniversLTW10-85ExtraBla;
  color: #036;
}

.stat .stat-text {
  color: #036;
  font-size: 16px;
}

.stat .stat-source {
  color: #666;
  font-size: 12px;
}

.swiper-slide {
  text-align: center;
}

.mySwiper:after {
  margin-bottom: 50px;
}
@media screen and (min-width: 950px) {
  .mySwiper:after {
    margin-bottom: 0;
  }
}

.coba-campus-section .swiper-pagination-bullet {
  width: 30px !important;
  height: 5px !important;
  border-radius: 0 !important;
  background: #003366;
}
.coba-campus-section .swiper-button-next, .coba-campus-section .swiper-button-prev {
  color: #fff;
}

.coba-campus-container {
  width: 90%;
  margin: 0.5em auto;
}
@media screen and (min-width: 769px) {
  .coba-campus-container {
    width: 95%;
    margin: 0.75em auto;
  }
}
@media screen and (min-width: 950px) {
  .coba-campus-container {
    max-width: 70.1875rem;
    width: 100%;
    margin: 1em auto;
    padding: 0 16px;
  }
}
.coba-campus-container h2 {
  font-size: 3.5em;
  font-weight: bold;
  color: #003366 !important;
}
.coba-campus-container p {
  font-size: 1.25em;
}
@media screen and (min-width: 769px) {
  .coba-campus-container p {
    font-size: 2.25em;
  }
}

.grid-container {
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 414px) {
  .grid-container {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .grid-container {
    width: 80%;
  }
}
@media screen and (min-width: 950px) {
  .grid-container {
    width: 100%;
  }
}

.coba-campus-slider {
  position: relative;
}

.coba-grid-container {
  max-width: 77.1875rem;
  margin: 1em auto;
  text-align: center;
}
.coba-grid-container h2 {
  color: #003366 !important;
  font-size: 3.5em;
  font-weight: bold;
}
.coba-grid-container p {
  font-size: 2.25em;
}

.css-grid-layout {
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 414px) {
  .css-grid-layout {
    margin: 0 auto;
    width: 98%;
  }
}
@media screen and (min-width: 769px) {
  .css-grid-layout {
    width: 95%;
  }
}
@media screen and (min-width: 950px) {
  .css-grid-layout {
    width: 100%;
  }
}

.grid-primary {
  background: #003366;
}
.grid-primary .grid-stat {
  color: #ffcc33;
}
.grid-primary .grid-stat-text {
  color: #fff;
}

.grid-secondary {
  background: #ffcc33;
}
.grid-secondary .grid-stat {
  color: #fff;
}
.grid-secondary .grid-stat-text {
  color: #003366;
}

.grid-type-stat a {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-type-stat .grid-stat {
  display: block;
  margin-bottom: 12px;
  text-align: center;
}
.grid-type-stat .grid-stat-text {
  display: block;
  font-size: 16px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.grid-type-img {
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stat-img-copy {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.grid-image-stat {
  color: #fff;
  display: block;
}
@media screen and (max-width: 769px) {
  .grid-image-stat {
    font-size: 0.5em;
  }
}

.grid-image-text {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

.css-col-span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.css-item--height2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.css-grid-container {
  display: -ms-grid;
  display: grid;
}

.css-item {
  color: white;
  font-size: 50px;
  position: relative;
}
.css-item a {
  width: 100%;
  height: 100%;
}
.css-item a:hover {
  text-decoration: none;
}
.css-item img.css-grid-img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 769px) {
  .css-grid-container {
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .css-grid-container {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.inside-coba-section {
  background: #036;
}

.coba-inside-container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 3%;
  text-align: center;
}
.coba-inside-container h2 {
  color: #ffcc33 !important;
}

.inside-coba-section .card {
  background: none;
}
.inside-coba-section .card-body {
  padding: 1.25rem 0;
  text-align: left;
}
.inside-coba-section .card-body p {
  font-size: 1em !important;
  color: #fff !important;
}

.inside-coba-btn {
  text-align: center;
  width: 100%;
}

.ranked-image-block {
  position: relative;
}

.ranked-img_text {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.ranked-img_text p {
  color: #fff !important;
  font-weight: bold;
}

.coba-events-container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 3%;
  text-align: center;
}

.coba-events-container h2 {
  color: #003366 !important;
}

a.coba-event-link:hover {
  text-decoration: none;
}

.event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 950px) {
  .event-card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
	
	
.coba-events-container .row {
	align-items: center; 
	justify-content: center;
}


}


	

.event-calendar {
  display: inline-block;
  max-width: 75px;
  width: 100%;
}

.event-month {
  background-color: #ffcc33;
  color: #003366;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 0.6em 0;
  width: 100%;
}

.event-date {
  color: #003366;
  border: 1px solid #ffcc33;
  display: block;
  font-size: 1.35em;
  font-weight: bold;
  padding: 0.75em 0;
  width: 100%;
}

.event-text {
  color: #003366;
  display: inline-block;
  max-width: 200px;
  margin-left: 10px;
  margin-top: -10px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.event-multiple {
  color: #003366;
  display: inline-block;
  font-size: 1.5em;
  margin: 1em 8px 0 8px;
}

#reach-for-more {
  max-width: 1800px;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#reach-for-more h2 {
  position: relative;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #reach-for-more h2 {
    width: 90%;
  }
}

#reach-for-more p {
  text-align: left;
  margin: 0 auto 2em auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media screen and (max-width: 769px) {
  #reach-for-more p {
    width: 90%;
  }
}

div.form-wrapper {
  width: 80%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto 2em auto;
}

#reach-for-more .form-description {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #reach-for-more .form-description {
    width: 100%;
  }
}

select#form_c71d6c09-14a8-4306-8e78-69ee2429079e {
  background-color: dodgerBlue;
  border-color: dodgerBlue;
  font-size: 16px;
  color: #fff;
  padding: 10px 10px;
  line-height: 1;
  border-radius: 5px;
  float: left;
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

#reach-for-more form {
  width: 100%;
  max-width: 600px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

#reach-for-more input[type=text],
#reach-for-more input[type=tel],
#reach-for-more input[type=email] {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  font-size: 16px;
  border-color: #E3E3E3;
  border-radius: 5px;
  font-family: arial, sans-serif;
}

#reach-for-more input[type=checkbox] {
  float: left;
}

#reach-for-more textarea {
  width: 100%;
  max-width: 600px;
  border-color: #E3E3E3;
  border-radius: 5px;
  font-size: 16px;
  height: 100px;
  font-family: arial, sans-serif;
}

#reach-for-more .form_label,
#reach-for-more label {
  display: block;
  padding: 0 7px;
  text-align: left;
}

#reach-for-more button.form_button_submit {
  background: #079929;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(37%, #079929), to(#1fe04d));
  background: linear-gradient(0deg, #079929 37%, #1fe04d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#079929", endColorstr="#1fe04d", GradientType=1);
  color: #fff;
  font-weight: bold;
  border: none;
  font-size: 16px;
  padding: 13px 10px;
  min-width: 200px;
  border-radius: 5px;
  float: left;
  margin-top: 20px;
}

.map-animation {
  position: relative;
  width: 100%;
}

.map-animation-1 {
  position: absolute;
  padding-top: 10vh;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .map-animation-1 {
    top: 0;
  }
}

.map-animation-2 {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 2em;
}
@media screen and (min-width: 769px) {
  .map-animation-2 {
    top: 0;
  }
}

@media screen and (max-width: 769px) {
  .program-navigation {
    opacity: 1 !important;
  }
}
body {
  font-family: "Univers LT W01 55 Roman";
}

#topNavigation {
  height: 69px;
  background: #00274f;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #00274f), to(#00a3e0));
  background: linear-gradient(90deg, #00274f 40%, #00a3e0 100%);
}

#wrapperContent {
  width: 100%;
  max-width: none !important;
}

#coba-landing-page {
  padding: 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 950px) {
  #coba-landing-page {
    margin-top: -60px;
  }
}
#coba-landing-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#coba-landing-page #pageIdentity {
  display: none;
}
#coba-landing-page h2 {
  color: #888;
  font-size: 3em;
  /*  @media screen and (min-width: $bp-sm) {
       font-size: 1.8vh;
   }
   @media screen and (min-width: $bp-lg){
       font-size: 2vh;
   }
   @media screen and (min-width: $bp-xl) {
       font-size: 4vh;
   } */
}
@media screen and (max-width: 769px) {
  #coba-landing-page h2 {
    font-size: 2em;
  }
}
#coba-landing-page h2 em {
  color: #022C58;
  display: block;
  font-style: normal;
}
#coba-landing-page p {
  color: #888;
}
@media screen and (min-width: 414px) {
  #coba-landing-page p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  #coba-landing-page p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 950px) {
  #coba-landing-page p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  #coba-landing-page p {
    font-size: 1.4rem;
  }
}
#coba-landing-page .btn-coba {
  background: #004d99;
  border: 1px #fff solid;
  border-radius: 0;
  color: #fff;
}
/*# sourceMappingURL=maps/coba-landing-global.css.map */

/
brand lite */

#menuContainer {
  background-color: #036;
}

#leftContent::before {
	display: none;
}

#leftContent {
  box-sizing: border-box;
  padding: 0 !important;
  width: 100% !important;
  margin-top: -90px !important;
  max-width: none;
  border-bottom: 0px;
  filter: none;
}

#coba-landing-page {
  padding: 0;
  width: 100%;
  position: relative;
  margin-top: -5rem!important;
}
.coba-campus-container a {
  color: #036 !important;
}

#coba-landing-page h2 {
  font-size: 3em !important;
}

#wrapperContent h3 {
  color: #fff !important;
}

#wrapperContent a:not(.grid-type-stat a) {
font-family: 'Open Sans', sans-serif;
  font-size: inherit !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: .3s;
  cursor: pointer;
  color: white;
}

.css-item {
  color: white !important;
  font-size: 50px !important;
}

.stat .stat-number {
  font-size: 90px !important;
  color: #036;
  line-height: 120%;
}

a {
  text-decoration: none !important;
}

#coba-landing-page h2 {
	font-family: "UniversLTW10-85ExtraBla" !important;
}

#wrapperContent h3 {
  color: #fff !important;
  font-size: 1.75rem !important;
  margin-bottom: 1rem !important;
  font-family: "Univers LT W10 65 Bold" !important;
}

.gsml-hero__intro .btn span {
  font-size: 1.1rem!important;
}

ul:not(#menu):not(.columnsLeft):not(.ou-search-results):not(.subnav ul) {
  margin: auto !important;
  padding: 0 0 0 0;
}

#wrapperContent ul li:not(.ou-search-result-li):not(.resp-tab-item):not(.ou-search-list-li) {
  list-style: disc !important;
  padding: 6px 10px !important;
}

Add :not pseudo to this:
#wrapperContent a:not(.grid-type-stat a):not(.marquette-today a):not(.info__link)

@media screen and (min-height: 896px) {
  .gsml-hero {
    height: 100%!important;
  }
	#wrapperContent h2 {
  line-height: inherit!important;
		font-size: 2rem!important;
		width: 100%!important;
	}
	#wrapperContent h3 {
  font-size: 1.25rem !important;
}
