@font-face {
    font-family: "KnockoutFeatherweight";
    src: url("https://open-studio.s3-ap-southeast-2.amazonaws.com/fonts/KnockoutFeatherweightRegular.woff");
  }
  
  @font-face {
    font-family: "Apercu Light";
    src: url("https://open-studio.s3-ap-southeast-2.amazonaws.com/fonts/Apercu-Light-Web.woff");
  }
  
  @font-face {
    font-family: "Apercu Regular";
    src: url("https://open-studio.s3-ap-southeast-2.amazonaws.com/fonts/Apercu-Regular-Web.woff");
  }
  
  @font-face {
    font-family: "Apercu Bold";
    src: url("https://open-studio.s3-ap-southeast-2.amazonaws.com/fonts/Apercu-Bold-Web.woff");
  }
  
  @font-face {
    font-family: "Apercu Black";
    src: url("https://open-studio.s3-ap-southeast-2.amazonaws.com/fonts/Apercu-Black-Web.woff");
  }
  
  @font-face {
    font-family: "icon-font";
    src: url("https://open-studio.s3-ap-southeast-2.amazonaws.com/fonts/icon-font.woff2");
  }
  
  /* .feature-region {
    background: #d25336;
    background-size: cover;
    height: 400px;
    position: relative;
  } */

  .feature-region {
    background: url("https://open-studio.s3.ap-southeast-2.amazonaws.com/practicing-on-country/banner_8.jpg") center center;
    background-size: cover;
    height: 400px;
    position: relative;
  }
  
    #feature {
        display: flex;
        padding: 2rem;
    }

    /* add course length to card */

    .product-dates::before {
      color: white;
      font-size: 18px;
    }

    .product-dates {
      color: #111;
      font-size: 1px !important;
    }

    div.product-dates:last-of-type {
      display: none;
    }
  
  #content:active,
  #content:focus {
    outline: 0;
    border: none;
  }
  
  #search-form.callout-region {
    background-color: #111;
  }
  
  .course-tile,
  .program-tile {
    border: 5px solid #111;
  }
  
  .ProductIcon__Wrapper--gallery-index {
    transform: translate(-15%, 50%);
    z-index: 9;
  }
  
  .ProductIcon__LargeCircle--course,
  .ProductIcon__LargeCircle--program {
    font-size: 21px;
    color: white;
    width: auto;
    border-radius: 0;
    background: #111;
    border: 0;
    padding: 5px 10px;
  }
  
  .ProductIcon__LargeCircle--course:after {
    content: "Now Open_";
    font-family: "Apercu Bold";
    padding: 0 10px;
    font-size: 14px;
  }

  .ProductIcon__LargeCircle--program:after {
    content: "Coming Soon_";
    font-family: "Apercu Bold";
    padding: 0 10px;
    font-size: 14px;
  }
  
  .product-tile .product-title {
    font-family: "Apercu Bold";
    font-size: 18px;
  }
  
  .product-tile .product-heading > h3 {
    margin-top: 10px !important;
  }
  
  .product-tile .product-description {
    font-family: "Apercu Light";
  }
  
  .product-tile .product-footer {
    font-family: "Apercu Bold";
    background-color: #111;
    color: #fff;
  }
  
  .product-tile .product-footer .learn-more:before {
    display: none;
  }
  
  .product-tile .product-value {
    width: 40%;
  }
  
  .product-tile .product-dates {
    font-family: "Apercu Light";
    width: 50%;
    float: right;
    font-size: 18px;
    text-align: right;
  }
  
  .product-tile .learn-more {
    padding-top: 5px;
  }
  
  .product-tile:hover > .product-image:after {
    width: 100%;
    height: 100%;
    opacity: 0.25;
    content: "";
  }
  
  .product-tile > .product-image:after {
    content: "\E011";
    font-family: "icon-font";
    position: absolute;
    right: 0;
    bottom: 0;
    
    transition: all 0.2s;
    background-color: #e64626;
    padding: 20px 22px;
    width: 68px;
    height: 68px;
    color: #fff;
    font-size: 22px;
    
    box-sizing: border-box;
  }
  
  .btn-info {
    background-color: #e64626;
    border: none;
    border-radius: 0;
  }
  
  .btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn-info.active {
    color: white;
    background-color: #e66348;
  }
  /*
  .product-results .product-tile:hover {
  box-shadow: 0px 0px 0px 3px #111;
}
*/

.ProductIcon__Wrapper--gallery-show {
  bottom: -30px;
  left: -90px;
}

.expert-profile {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  border: 4px solid #ff856d;
  display: flex;
  max-width: 1200px;
  margin-bottom: 2em;
}

.expert {
  flex: 1 0 20%;
  width: 20%;
  position: relative;
}

.expert figure {
  display: block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.expert figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0; 
  font-size: 0;
  color: transparent;
}

.expert figure img {
  width: 100%;
}

.expert figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
  color: #fff;
  font: 12px arial, sans-serif;
  text-align: center;
  height: auto;
  line-height: 1em;
  transition: all 0.7s ease;
}
.expert-bio h3 {
  margin: 5px 0;
}
.expert-bio h4 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.expert-bio {
  flex: 1 0 70%;
  width: 70%;
  align-self: center;
  padding: 0 2em;
}

.expert-bio p {
  margin-bottom: 0;
}

.expert:hover:after {
  width: 100%;
  height: 100%;
  opacity: 0.25;
  content: "";
  border: ;
}

.expert:after {
  content: "\E011";
  font-family: "icon-font";
  position: absolute;
  right: 0;
  bottom: 0;
  
  transition: all 0.2s;
  background-color: #e64626;
  padding: 20px 22px;
  width: 68px;
  height: 68px;
  color: #fff;
  font-size: 22px;
  
  box-sizing: border-box;
  pointer-events: none;
}

.partner-img {
  margin: 0 2em;
}

:root {
  --inner-border-color: #eee;
  --inner-border-weight: 3px;
}

.grid-container {
  height: 100%;
  margin: 0;
  text-align: center;
  font-size: 130%;
  font-family: sans-serif;
}

.grid-container p {
  color: #888;
  font-weight: 300;
  margin: 10px 0;
}

.grid-container h2 {
  margin: 10px 0;
  font-size: 130%;
  font-weight: 700;
}

.grid-container h3 {
  margin: 10px 0;
  font-size: 110%;
  font-weight: 700;
}

.cpd h3 {
  margin: 20px 0;
}

.grid-container {
  display: grid;
  grid-template-columns: 150px 150px;
  grid-template-rows: 80px 80px 80px 160px;
  grid-template-areas: "title title" "cost1 time" "cost1 mode" "cpd cpd";
  width: 300px;
  height: 400px;
  border: 5px solid #111;
  box-sizing: content-box;
}

.title,
.cost1,
.cost2,
.time,
.mode,
.cpd {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: var(--inner-border-color);
  height: var(--inner-border-weight);
}

.title {
  grid-area: title;
  position: relative;
}

.cost1::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  height: 100%;
  background-color: var(--inner-border-color);
  width: var(--inner-border-weight);
}

.cost1 {
  grid-area: cost1;
  position: relative;
}

.cost2::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  background-color: var(--inner-border-color);
  width: var(--inner-border-weight);
  height: 100%;
}
.cost2 {
  grid-area: cost2;
  position: relative;
}

.time {
  grid-area: time;
}

.mode::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  background-color: var(--inner-border-color);
  width: 100%;
  height: var(--inner-border-weight);
}

.mode {
  grid-area: mode;
  position: relative;
}

.cpd::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  background-color: var(--inner-border-color);
  width: 100%;
  height: var(--inner-border-weight);
}

.cpd {
  grid-area: cpd;
  position: relative;
  padding: 1em;
}

.os-content-container {
  display: flex;
}

.os-content {
  /* 2021 updates start */
  /* width: calc(100% - 310px); */
  /* 2021 updates end */
  padding-right: 3em;
  /* 2021 updates start */
  display: grid;
  grid-template-columns: 3fr 1fr;
  /* 2021 updates end */
}

/* 2021 updates start  */

.os-lh-content, .os-rh-content {
  border-bottom: solid grey .5px;
}

.os-lh-content {
  padding-right: 2rem;
}
.os-rh-content {
  border-left: solid grey .5px;
}

.os-rh-content > * {
  padding: 0 0 15px 2rem;
}

.os-rh-content > h4 {
  font-weight: bold;
  padding-bottom: 0;
}

.os-rh-content > ul {
  padding-left: 40px;
  border-bottom: solid .5px grey;
  list-style: none;
  /* list-style-image: url("https://open-studio.s3-ap-southeast-2.amazonaws.com/2021-updates-assets/red-sqaure.png"); */
}

.os-rh-content li {
  margin: 1rem 0;
}

.os-rh-content > ul:nth-of-type(1) > li::before {
  content: '';
  height: 12px;
  width: 8px;
  background-image: url("https://open-studio.s3-ap-southeast-2.amazonaws.com/2021-updates-assets/red-sqaure.png");
  display: inline-block;
  margin-left: -12px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.os-rh-content > ul:nth-of-type(2) > li::before {
  content: '';
  height: 10px;
  width: 15px;
  background: url("https://open-studio.s3-ap-southeast-2.amazonaws.com/2021-updates-assets/red-triangle.png") no-repeat;
  background-size: auto;
  display: inline-block;
  margin-left: -14px;
  margin-right: 30px;
  background-size: contain;
}

.os-rh-content > p {
  border-bottom: solid .5px grey;
}

.os-rh-content > p:last-of-type {
  border-bottom: none;
}

.os-rh-content span {
  font-size: .7rem;
}


/* 2021 updates end  */

.os-details {
  width: 300px;
  padding-top: 80px;
}

iframe {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .expert-profile {
    display: block;
  }
  
  .expert {
    width: 100%;
    border-right: 5px solid #111;
    position: relative;
  }
  
  .expert-bio {
    width: 100%;
    align-self: center;
    padding: 0 20px;
    margin: 20px 0;
  }
  
  .os-content-container {
    display: block;
  }
  .os-content {
    flex: 100%;
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .os-details {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .grid-container {
    margin: 0 auto;
  }
}

/* 2021 CSS UPDATES */

/* Search bar changes */

#search {
    background: #111; 
    border: none;
    color: white !important;
}

#search-submit {
    color: white !important;
}


.search-form {
  display: none !important;
}

.search-form-container {
  height: 65px;
}

/* Product Page changes */

#product-page > #feature {
  justify-content: center;
  background: #f0f0f0;
  padding-bottom: 63px;
}

/* Product Page - course details banner */

.course-details-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: .5rem;
  border: solid #bbb;
  text-align: center;
}

.course-details-container > li {
  list-style-type: none;
  font-family: sans-serif;
  font-weight: bold;
  font-weight: 600;
  font-size: 18px;
}

.course-details-container > li > span { 
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
}


/* product editor css changes (embeded source code on product pages */

.outline-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: normal;
}
.module-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.module-container > * {
  flex:1;
  
}



.module-outline {
  flex:4;
  padding-left: 4rem;
}

.module-outline > h1 {
  font-size: 18px;
  font-weight: 500;
}



.module-outline ul {
  list-style: none;
  padding: 0;
}

.module-outline li {
  line-height: 2rem;
}

.module-outline p {
  display: inline-block;
}

.module-outline li > p:nth-of-type(2) {
  padding-left: 2rem;
}

.module-outline span {
  padding-left: 20px;
}

.see-all-button {
  text-transform: uppercase;
  color: #e54726;
  border: solid 1px #e54726;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0rem auto 4rem;
  display: block;
  width: 75px;
  text-align: center;
  
}

.see-all-button:hover {
  color: white;
  background: #e54726;
}

.module-banner {
  text-align: center;
  min-width: 175px;
}

.module-banner img {
  width: 35px;
}

.module-banner p {
  margin: 0;
}

.module-banner span {
  font-size: 3rem;
}

.module-banner > div:nth-of-type(1) {
  border: solid 1px #e54726;
  border-radius: 120px;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.module-banner > div:nth-of-type(1) > h1 {
  margin: 2.75rem 0 1rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500
}

.module-banner > div:nth-of-type(1) > h2 {
  font-size: 3rem;
  margin: 0;
}



.module-banner > div:nth-of-type(2) {
  display: flex;
  text-align: center;
  justify-content: space-around;
  width: 175px;
  margin: 0 auto;
  align-items: center;
}

/* ENROL NOW BANNER */

.enrol-banner {
  background: #e6a897;
  display: flex;
  justify-content: space-around;
  padding: 2rem 0;
}

.enrol-banner > * {
  text-align: center;
  margin: auto;
}

.enrol-description-container * {
  color: #333;
}

.enrol-description-container > h1 {
  padding-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.enrol-description-container > ul {
  display: flex;
  justify-content: space-around;
  width: 500px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.enrol-description-container li > p {
  margin: 0;
  padding: .25rem 0;
}

.enrol-description-container li > p:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: bold;
} 

.enrol-button-container {
  display: flex;
}

.enrol-button-container > a {
  margin: auto;
  padding: 1rem 1.5rem;
  background: #e64626;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.enrol-button-container > a:hover {
  background: #f56548;
}

/* hide the existing callout content on product page */

.callout-region > h3, .callout-region  > a {
  display: none;
}

/* accordion */

.accordion {
  cursor: pointer;
}


/* align padding of hero content on product pages */

.hero-region.jumbotron.container {
  padding-left: .5rem;
  padding-right: .5rem;
  padding-bottom: 60px;
}

/* align padding of content on product pages */

.container.product-details {
  padding: 0;
  margin-top: 63px;
}

/* remove second home button in product page - these might break if the contents is changed in product details */

#description > div:nth-of-type(1) {
  display: none;
}

#description > div:nth-of-type(2) > p {
  margin-bottom: 63px;
}

/* a class for extra padding */

.pt-1-5-r {
  padding-top: 1.5rem !important;
}

.mb-30-p {
  margin-bottom: 30px !important;
}

/* 2023 updates */
/*updating margin for login/school text*/

.pull-left {
margin-bottom: 5px;
}

/* 2024 update */
/*making sure teaser text maintains size*/

@media screen and (min-width: 768px) {
    .hero-region h1, .hero-region .h1, .hero-region .header-branding div, .header-branding .hero-region div, .hero-region .AdminSynopsis__Title {
        font-size: 1.3rem;
        margin-top: 0;
    }
}

@media screen and (max-width: 720px) {
  .module-outline p {
    margin: 0;
    padding: 0 !important;
  }

  /* remove right hand content padding for mobile  */

  .os-rh-content > * {
    padding: 0;
  }
  /* remove course details li */

  .course-details-container > li:first-of-type {
    display: none;
  }

  .os-rh-content {
    padding: 0 2rem;
    border-left: none;
  }

  .expert-profile {
    margin: 2rem;
  }

  #description > div > h2 {
    margin: 2rem;
  }

  /* changing content specialist look + feel */
  .expert-profile {
    border: none; 
    position: relative;
  }

  .expert {
    border-right: none;
  }

  .expert-bio > h3 {
    position: absolute;
    top: 0.25rem;
  }

  .expert-bio > h4 {
    position: absolute;
    top: 2.25rem;
  }

  .portrait {
    padding-top: 4rem;
    background: #f2a392;
  }

  /* enrol now footer mobile adjustments */

  .enrol-banner {
    flex-direction: column;
  }

  .enrol-description-container, .enrol-description-container > ul {
    width: 100%;
  }

  .profile-accordion > .expert-bio > p {
    display: none;
  }

  .profile-accordion > .expert > .portrait > img {
    display: none;
  }

  .profile-accordion > .expert::after {
    background: none;
    padding: 0 0 0 30px;
    width: 50px;
    height: 20px;
    transform: rotate(90deg);
    right: 0;
    top: 0;
    transition: none;
  }

  
  .os-lh-content {
    margin: 0 2rem;
    padding: 0;
  }

  .module-outline {
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .module-container {
    flex-direction: column;
  }

  .portrait {
    padding-top: 5rem;
  }
}