#course {
  box-sizing: border-box;
  line-height: 1.5;
}

#course button {
  border-radius: 0;
  border: 0;
  background: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}

#course button:hover {
  opacity: 0.7;
}

#course * {
  box-sizing: inherit;
}

#course nav {
  position: relative;
  background: #000;
}

#course nav a {
  vertical-align: middle;
}

#course nav img {
  width: auto;
}

#course a {
  color: #fff;
}

.blackTextLink{
  color:black !important;
}

#course .container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8rem;
  padding-right: 8rem;
}

@media (max-width: 450px) {
  #course .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#course h2 {
  font-size: 36px;
}

@media (max-width: 720px) {
  #course h2 {
    font-size: 24px;
  }
}



/* banner */

#course-banner {
  background: #0f4beb;
  padding-top: 10px;
  padding-bottom: 10px;
}

#course-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

#course-banner h1 {
  margin: 0;
  color: #fff;
  font-size: 36px;
}

#course-banner button {
  background: #fff;
  padding: 15px 40px;
  font-size: 16px;
}

@media (max-width: 720px) {
  #course-banner .container {
    display: block;
  }

  #course-banner h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  #course-banner button {
    width: 100%;
  }
}

 #video-container {
    align-content: center;
    padding-top:20px;
    text-align: center;
  }
 #video-container .container p {
    text-align: left;
  }

/*video css */
/*Android SamsungS6*/
@media (min-device-width : 360px) and (max-device-width : 640px) {
  #video-container .container p {
    font-size: 16px;
  }  
  #video-container img, #video-container iframe{   
    width: 280px;
    height: 157px;
  }
}

/*iphone6 7 8 */
@media (min-device-width : 375px) and (max-device-width : 667px) {
  #video-container .container p {
    font-size: 16px;
  }  
  #video-container img, #video-container iframe{   
    width: 280px;
    height: 157px;
  }
}

/*iphone 6Plus 7Plus 8Plus*/
@media (min-device-width : 414px) and (max-device-width : 736px){
    #video-container .container p {
    font-size: 16px;
  }  
  #video-container img, #video-container iframe{   
    width: 320px;
    height: 180px;
  }
}
/*ipad*/
@media(min-device-width:737px) and (max-device-width:1024px){
  #video-container .container p {
    font-size: 24px;
  }  
  #video-container img, #video-container iframe{   
    width: 540px;
    height: 304px;
  }
}
/*Chrome*/
@media(min-device-width:1024px){
  #video-container img, #video-container iframe {
    width: 997px;
    height: 561px;
  }
  #video-container .container p {
    font-size: 24px;  
  }
}


/* meta */

#meta {
  background: #ebebeb;
}

#meta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

#meta img {
  height: 50px;
  width: auto;
  display: block;
  margin: 20px auto;
}

#meta span {
  padding: 10px;
  font-size: 20px;
  display: block;
}

@media (max-width: 720px) {
  #meta img {
    height: 30px;
  }

  #meta span {
    font-size: 16px;
  }
}



/* content */

#content {
  font-size: 24px;
  padding: 40px 0;
}

@media (max-width: 720px) {
  #content {
    font-size: 16px;
  }
}



/* structure */

#structure {
  background: #ebebeb;
  font-size: 24px;
  padding: 40px 0;
}

#structure li {
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  #structure {
    font-size: 16px;
  }
}



/* why */

#why {
  background: #000;
  color: #fff;
  font-size: 24px;
}

#why li {
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  #why {
    font-size: 16px;
  }
}



/* experts */

#experts {
  background: #ebebeb;
  font-size: 24px;
}

#experts .container {
  padding-bottom: 60px;
}

#experts .header {
  margin-bottom: 60px;
}

@media (max-width: 450px) {
  #experts .header {
    margin-bottom: 0;
  }
}

#experts .container .experts .body .content .fl {
  font-size: 36px;
  margin: 0;
  line-height: 1;
  width: 60%;
}

@media (max-width: 1000px) {
  #experts h3 {
    width: 100%;
  }
}

#experts h3 small {
  font-size: 20px;
  display: block;
}

#experts .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

#experts .body.measure-impact{
  align-items:flex-start;
}

@media (min-width: 1024px){
  #experts .body .content {
    max-width: 57%;
  }
}
#experts .profile-wrapper {
  min-width: 300px;
  min-height: 300px;
  margin-right: 100px;
}
#experts .measure-impact .profile-wrapper{
  margin-top: 150px;
  transform:scale(1,1);
}

#experts .profile {
  width: 100%;
  display: block;
}

#experts .linked-in {
  height: 60px;
  width: 60px;
}

#experts .uts-logo-micro {
  height: 60px;
  width: 60px;
}

#experts .content-header {
  margin-bottom: 40px;
}

#experts .linked-in-wrapper {
  padding-left: 30px;
}

@media (max-width: 1024px) {
  #experts .linked-in-wrapper {
    float: left;
    padding-left: 0;
    padding-top: 20px;
    padding-right: 30px;
  }
  #experts .uts-logo-wrapper {
    float: left;
    padding-top: 20px;
  }
}

#experts .carousel-cell {
  width: 100%;
}

#experts .flickity-prev-next-button {
  right: 0;
  top: -100px;
  left: auto;
  width: 100px;
  height: 100px;
  background: #000;
}

#experts .flickity-prev-next-button.previous {
  right: 101px;
}

#experts .flickity-prev-next-button .arrow {
  fill: #fff;
}

.flickity-prev-next-button.next {
  margin-right: 0;
}

@media (max-width: 768px) {
  #experts .body {
    display: block;
  }

  #experts .content-header {
    display: block;
  }

  #experts .profile-wrapper {
    margin: 0 auto 40px;
    min-width: auto;
    min-height: auto;
    width: 200px;
    height: 200px;
  }

  #experts h3 {
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
  }

  #experts {
    font-size: 16px;
  }

  #experts .flickity-prev-next-button {
    right: 0;
    top: -45px;
    width: 50px;
    height: 50px;
  }

  #experts .flickity-prev-next-button.previous {
    right: 51px;
  }
  .flickity-prev-next-button.next {
    margin-right: 0;
  }
}

#content .container .comments a {
  color:black;
}


/* bottom banner */

#bottom-banner {
  background: url("img/background-people.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

#bottom-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

#bottom-banner h2 {
  font-weight: 400;
  padding-right: 40px;
}

#bottom-banner button {
  background: #fff;
  font-size: 16px;
  padding: 15px 40px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  #bottom-banner .container {
    display: block;
  }

  #bottom-banner button {
    width: 100%;
    margin-top: 20px;
    white-space: nowrap;
    padding: 15px 40px;
    font-size: 16px;
  }
}



/* other courses */

#other-courses .flickity-prev-next-button.next {
  position: absolute;
  right: 4rem;
  background: #fff;
  border-radius: 50%;
}

@media (max-width: 720px) {
  #other-courses .flickity-prev-next-button.next {
    right: 1rem;
  }
}

#other-courses #viewcourses {
  width: 100%;
  text-align: center;
}

#other-courses .button-set {
  position: relative;
  background-color: #FF2305;
  margin: 5% 0 0;
  color: white;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

#other-courses #slidecontainer {
  position: relative;
}

#other-courses .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: .7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

#other-courses .slider:hover {
  opacity: 1;
}

#other-courses .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 10px;
  background: #ff2305;
  cursor: pointer;
}

#other-courses .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #ff2305;
  cursor: pointer;
}

#other-courses {
  background-color: #ebebeb;
}

#other-courses .container {
  position: relative;
  padding-right: 0;
}

#other-courses .carousel {
  position: relative;
  margin-top: 5%;
}

#other-courses .carousel-cell {
  height: 381px;
  width: 317px;
  margin-right: 44px;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

#other-courses .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

#other-courses .carousel-top {
  position: absolute;
  top: 0;
  height: 156px;
  width: 100%;
  background-image: url("img/courseimg.jpg");
  background-size: 100% 100%;
  background-size: cover;
}

#other-courses .blockchain {
  background-image: url("img/courseimages/blockchain-min.png");
}

#other-courses .facinguptofrailty {
  background-image: url("img/courseimages/facing-up-to-fraility.png");
}

#other-courses .makingdecisionsinuncertainity {
  background-image: url("img/courseimages/making_decisions_in_uncertainity.png");
}

#other-courses .copyright {
  background-image: url("img/courseimages/copy-and-human-rights-min.png");
}

#other-courses .datajourneys {
  background-image: url("img/courseimages/creating-data-journeys-min.png");
}

#other-courses .designingoutproblems {
  background-image: url("img/courseimages/designing-out-problems-min.png");
}

#other-courses .interjournal {
  background-image: url("img/courseimages/international-journalism-min.png");
}

#other-courses .mediaethics {
  background-image: url("img/courseimages/media-law-and-ethics-min.png");
}

#other-courses .podcasting {
  background-image: url("img/courseimages/podcasting-matters-min.png");
}

#other-courses .problemsolving {
  background-image: url("img/courseimages/problem-solving-min.png");
}

#other-courses .genomics {
  background-image: url("img/courseimages/genomics-min.png");
}

#other-courses .measuringsocialimpact {
  background-image: url("img/courseimages/measuring-Social-Impact-min.png");
}

#other-courses .systemsthinking {
  background-image: url("img/courseimages/systems-thinking-min.png");
}

#other-courses .trademark {
  background-image: url("img/courseimages/why-trade-mark-min.png");
}

#other-courses .protectyourbrand {
  background-image: url("img/courseimages/protect-your-brand-min.png");
}

#other-courses .ethicaljournalism {
  background-image: url("img/courseimages/ethical-journalism-min.png");
}

#other-courses .facebookknowyou {
  background-image: url("img/courseimages/do-facebook-know-you-min.png");
}

#other-courses .geneticounselling {
  background-image: url("img/courseimages/genetic-counselling-min.png");
}

#other-courses .entrepreneurship {
  background-image: url("img/courseimages/entrepreneurship-min.png");
}

#other-courses .whylocalgovtmatters {
  background-image: url("img/courseimages/why-local-govt-matters.png");
}

#other-courses .carousel-top .course-info {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15%;
  width: 40%;
  background-color: #0f4beb;
  text-align: center;
  color: white;
}

#other-courses .carousel-top .course-info-upcoming {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15%;
  width: 40%;
  background-color: #000;
  text-align: center;
  color: white;
}

#other-courses .carousel-bottom {
  position: absolute;
  top: 156px;
  height: 225px;
  width: 100%;
  background-color: white;
  color: black;
}

#other-courses .carousel-bottom .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  padding-top: 0;
}

#other-courses .carousel-bottom .meta tag {
  padding: 10px;
  margin-right: 10px;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

#other-courses .carousel-bottom .meta img {
  height: 46px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#other-courses .carousel-bottom .meta span {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 450px) {
  #library-cards .meta span {
    font-size: 12px;
  }
  #library-cards .meta img {
    height: 39px;
  }
}

#other-courses .carousel-bottom .tagline {
  margin-left: 15px;
  margin-right: 15px;
}


#other-courses .carousel-bottom .tagline h1 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.25rem;
}

/*@media not all and (min-resolution:.001dpcm) { @media { #other-courses .carousel-bottom .tagline h1{
      font-size: 18px;  
    } 
  } 
}
*/
#other-courses .carousel-bottom .tagline p {
  font-size: 15px;
  line-height: 17px;
}

#other-courses .carousel-bottom .img-holder {
  position: absolute;
  bottom: 20%;
  height: 25%;
  width: 100%;
}

#other-courses .carousel-bottom .img-holder .pace {
  position: absolute;
  float: left;
  left: 0;
  height: 46px;
  width: 50%;
}

#other-courses .carousel-bottom .img-holder .pace img {
  position: relative;
  height: 100%;
  width: auto;
  margin-left: 10%;
}

#other-courses .carousel-bottom .img-holder .pace span {
  width: auto;
  position: absolute;
  line-height: 46px;
  padding-left: 7%;
}

#other-courses .carousel-bottom .img-holder .timer {
  float: right;
  height: 46px;
  width: 50%;
}

#other-courses .carousel-bottom .img-holder .timer img {
  height: 100%;
  width: auto;
  padding-left: 20%;
}

#other-courses .carousel-bottom .img-holder .timer span {
  width: auto;
  position: absolute;
  line-height: 46px;
  padding-left: 5%;
}

@media (max-width: 450px) {
  #other-courses .carousel-bottom .img-holder .timer p {
    font-size: 12px;
  }
}

#other-courses .carousel-bottom .explore {
  position: absolute;
  bottom: 0;
  height: 42px;
  line-height: 12px;
  width: 100%;
  background-color: #0f4beb;
  color: white;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#other-courses .carousel-bottom .explore-upcoming {
  position: absolute;
  bottom: 0;
  height: 42px;
  line-height: 12px;
  width: 100%;
  background-color: #000;
  color: white;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#other-courses .carousel-bottom .explore:hover {
  opacity: 0.7;
}

#other-courses .carousel-bottom .explore-upcoming:hover {
  opacity: 0.7;
}

.carousel-bottom .explore a {
  display: block;
  text-decoration: none;
  margin: 16px;
}

.carousel-bottom .explore-upcoming a {
  display: block;
  text-decoration: none;
  margin: 16px;
}

@media (max-width: 720px) {
  #other-courses .carousel-cell {
    width: 70vw;
    margin-right: 50px;
  }
}

.other-courses-header h1 {
  padding-right: 120px;
}

@media (max-width: 768px) {
  .other-courses-header h1 {
    padding-right: 70px;
  }
}

@media (max-width: 450px) {
  .other-courses-header h1 {
    font-size: 24px;
    padding-right: 60px;
  }
}

@media (max-width: 450px) {
  #other-courses .carousel-bottom .tagline h1 {
    font-size: 15px;
  }
  #other-courses .carousel-bottom .tagline p {
    font-size: 12px;
  }
  #other-courses .carousel-bottom .img-holder .pace span {
    font-size: 12px;
    padding-left: 2%;
  }
  #other-courses .carousel-bottom .img-holder .pace img {
    height: 80%;
    width: auto;
  }
  #other-courses .carousel-bottom .img-holder .timer img {
    height: 80%;
    width: auto;
    padding-left: 0;
    margin-left: 0;
  }
  #other-courses .carousel-bottom .img-holder .timer span {
    font-size: 12px;
    padding-left: 2%;
  }
}
