/*** GENERAL CSS ***/
/* body {
    max-width: 100%;
    margin: 0;
    color: #343434;
    height: 100%;
  } */

  .ug-pg-courses .faculty-colour.wits-blue {
    background-color: #003B5C !important;
  }
	
  /*.faculty-colour.charcoal {
    background-color: #333;
  }*/

  .ug-pg-courses .faculty-colour.wits-blue.commercelawandmanagement {
    background-color: #359946 !important;
  }

  .ug-pg-courses .faculty-colour.wits-blue.engineeringandthebuiltenvironment {
    background-color: #9B2242 !important;
  }

  .ug-pg-courses .faculty-colour.wits-blue.healthsciences {
    background-color: #007377 !important;
  }

  .ug-pg-courses .faculty-colour.wits-blue.humanities {
    background-color: #FDA301 !important;
  }

  .ug-pg-courses .faculty-colour.wits-blue.science {
    background-color: #407EC9 !important;
  }

  /*.faculty-colour.light-grey {
    background-color: #EDEDED;
  }*/
  
  /* .header {
    position: relative;
    height: 144px;
    background-color: #003B5C;
    width: 100%;
    color: #343434;
    position: relative;
    padding: 0;
  }
  
  .main {
    width: 100%;
  } */
  
  .ug-pg-courses .wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5rem;
  }
  
  .ug-pg-courses #main-text {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    float: left;
    padding: 0;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .ug-pg-courses #sidebar {
    float: right;
    margin-top: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  
  /* .header-wrapper {
    padding: 0;
  } */
  
  .ug-pg-courses #facts {
    padding: 16px 24px;
    margin: 16px 0 32px 0;
    background: rgba(17, 157, 164, 0.07);
    border: 1px solid rgba(17, 157, 164, 0.5);
    border-radius: 4px;
  }
  
  .ug-pg-courses #facts p {
    padding: 0 0 8px 0;
    margin: 4px 0;
  }
  
  .ug-pg-courses .fact h3 {
    padding-top: 8px;
  }
  
  .ug-pg-courses .line {
    margin: 0.5rem 0 1rem 0;
    border: 0.5px solid lightgray;
  }
  
  .ug-pg-courses .in-this-section {
    background: #119DA4;
    border: 1px solid rgba(17, 157, 164, 0.5);
    border-radius: 4px;
    padding: 1.2rem 1.5rem 0.5rem 1.5rem;
    width: 24rem;
    margin: 1.5rem 0;
    color: #ffffff;
  }
  
  .ug-pg-courses .in-this-section-links {
    color: #ffffff;
    padding: 6px 0;
    text-decoration: underline;
  }
  
  .ug-pg-courses .in-this-section-links:hover {
    color: lightgrey;
    padding: 6px 0;
    text-decoration: underline;
  }
  
  .ug-pg-courses .in-this-section-heading {
    color: #ffffff !important;
  }
  
  .ug-pg-courses ol li {
    padding: 4px 0;
    font-size: 15px;
  }
  
  .ug-pg-courses ol {
    margin-left: 1.25rem;
    padding-left: 1.1rem;
  }
  
  .ug-pg-courses .ol-margin {
    margin-left: 0rem;
  }
  
  .ug-pg-courses .fact p {
    font-size: 14px;
  }
  
  .ug-pg-courses ul li {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 8px;
  }
  
  /*** MEDIA QUERIES ***/
  @media only screen and (min-width: 1401px) {
    .ug-pg-courses .wrap {
      width: 65%;
    }
  }
  
  @media only screen and (min-width: 801px) and (max-width: 1400px) {
    .ug-pg-courses .wrap {
      width: 90%;
    }
  }
  
  /* @media only screen and (max-width: 800px) {
    .hero-image {
      margin-bottom: 2rem;
    }
    .main {
      margin-top: 1.25rem;
    }
    .wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 90%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    #main-text {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      padding: 0;
    }
    #sidebar {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      margin-top: 1rem;
    }
    header {
      left: 0;
      padding: 0;
      margin: 0;
      width: 100%;
    } 
  }*/
  
  /*** UG PG Customisations ***/
  .pg-ug-hero-image img {
    height: 300px;
    -o-object-fit: cover;
     object-fit: cover;
    width: 100%;
  }
  
  .ug-pg-courses .faculty-colour {
    height: 20px;
  }
  
  /*** TYPOGRAPHY ***/
  .ug-pg-courses h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 1rem 0;
    color: #343434;
  }
  
  .ug-pg-courses h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 1rem 0 0.5rem 0;
    display: inline-block;
    color: #343434;
  }
  
  .ug-pg-courses h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0.5rem 0;
    color: #343434;
  }
  
  .ug-pg-courses h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0.5rem 0 0 0;
    color: #343434;
  }
  
  .ug-pg-courses p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #343434;
    margin-bottom: 1rem;
  } 
  
  .ug-pg-courses {
    margin-bottom: 3rem;
  }
  
  .ug-pg-courses .wrap {
    width: 80%;
    max-width: 75rem;
    gap: 1rem;
  }
  
  .ug-pg-courses .wrap:after {
    content: "";
    clear: both;
    display: table;
  }
  
  .ug-pg-courses #main-text {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
  /*
  .ug-pg-courses #sidebar {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  */
  .ug-pg-courses ul, .ug-pg-courses li {
    margin-left: 0;
  }
  
  .ug-pg-courses .box-bg-blue {
    background: #003B5C;
    padding: 16px 24px;
    margin: 32px 0;
    border-radius: 4px;
  }
  
  .ug-pg-courses .box-bg-blue p {
    color: #ffffff;
    margin-bottom: .5rem;
  }
  
  .ug-pg-courses .box-bg-blue a {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .ug-pg-courses .box-bg-blue a:hover, .ug-pg-courses .box-bg-blue a:focus {
    color: lightgrey;
  }
  
  .ug-pg-courses .box-bg-blue h3 {
    color: #ffffff;
    font-size: 1.2rem;
    padding-bottom: 24px;
  }
  
  .ug-pg-courses #facts {
    background: rgba(0, 58, 92, 0.1);
    border: 1px solid rgba(0, 58, 92, 0.7);
  }
  
  .ug-pg-courses #coordinator-name {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0.6rem;
    font-weight: 600;
  }
  
  .ug-pg-courses #coordinator-email, .ug-pg-courses #coordinator-phone {
    color: #ffffff;
    margin-bottom: 0.6rem;
    font-size: 15px;
  }
  
  .ug-pg-courses .ug-pg-courses-apply {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    background: -webkit-gradient(linear, left top, left bottom, from(#003a5c), to(#003a5c));
    background: linear-gradient(180deg, #003a5c 0%, #003a5c 100%);
  }
  
  .ug-pg-courses .ug-pg-courses-apply:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#003B5Cba), color-stop(47.92%, #00507eba), to(#003B5Cba));
    background: linear-gradient(180deg, #003B5Cba 0%, #00507eba 47.92%, #003B5Cba 100%);
    cursor: pointer;
  }
  
  .ug-pg-courses iframe {
    height: 185px !important;
  }
  
  .ug-pg-courses .in-this-section {
    background-color: #003a5c;
    width: 100%;
  }
  
  @media screen and (min-width: 966px) {
    .ug-pg-courses .in-this-section {
      max-width: 55%;
    }
  }
  
  .ug-pg-courses .in-this-section-links:focus {
    color: lightgrey;
    padding: 6px 0;
    text-decoration: underline;
  }
  
  .ug-pg-courses #facts .lead {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  
  .media-hero {
    background-color: grey;
    width: 100%;
    height: 100%;
    max-height: 450px;
    position: relative;
    overflow: hidden;
  }
  
  @media screen and (min-width: 966px) {
    .media-hero {
      height: 100vh;
      min-height: 450px;
      max-height: 800px;
    }
  }
  
  .media-hero .video {
    display: none;
  }
  
  @media screen and (min-width: 966px) {
    .media-hero .video {
      display: block;
      aspect-ratio: 16/9;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
    }
  }
  
  .media-hero img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*# sourceMappingURL=style.css.map */











