.bg-grey {
  background-color: #eff0f1;
}

.hero {
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero .discover {
  text-transform: uppercase;
  color: #fff;
  font-size: 4em;
  text-align: center;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .hero .discover {
    letter-spacing: 2px;
  }
}

fieldset {
  text-align: left;
  border: none;
}

.dot {
  padding-left: 45px;
  padding-right: 30px;
}

@media screen and (max-width: 1199px) {
  .dot {
    width: 50% !important;
  }

  .hero fieldset {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .dot {
    width: 100% !important;
  }
}

span.heading.h3 {
  padding: 0 0;
}

.icon--close:after,
.icon--close:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 20px;
  width: 20px;
  height: 2px;
  left: 10px;
}

.icon--close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon--close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon--close:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* Gradient & Overlays for Header */
.gradient {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}

.gradient--grey {
  background: linear-gradient(180deg, rgba(85, 85, 85, 1) 0%, rgba(239, 239, 239, 0.20211834733893552) 35%, rgba(85, 85, 85, 1) 100%);
}

.gradient--blue {
  background: linear-gradient(180deg, rgba(0, 170, 205, .5) 0%, rgba(0, 30, 105, 0.1) 42%, rgba(0, 170, 205, 1) 100%);
}

.gradient--dark {
  background: linear-gradient(360deg, rgba(64, 86, 143, 1) 42%, rgba(0, 0, 0, 0.2764976958525346) 100%);
}

.gradient--brown {
  background: linear-gradient(0deg, rgba(200, 170, 120, 0.5) 15%, rgba(82, 88, 27, 0.401) 50%);
}

.overlay {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
}

.overlay-light {
  background-color: rgba(0, 30, 105, 0.5);
  /* Black background with opacity */
}

.overlay-colour {
  background-color: rgba(50, 215, 0, 0.3);
  /* Black background with opacity */
}

.formcontainer {
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.form-filteraz {
  font-size: 3em;
  margin-top: 30px;
  margin-bottom: 10px;
}

.input-filteraz {
  border: 0;
  font-size: 1em;
  width: 90%;
  background: #ececec;
  border-bottom: 2px solid #999;
  padding: 10px 20px 10px 20px;
  min-height: 50px;
  min-width: 800px;
  /*change this for responsive*/
}

/*Breadcrumb Navigation*/
.breadcrumb ul>li>a {
  text-decoration: none;
}

.col-12 .col-lg-9 {
  padding: 0;
}

#searchoptionsGeneric .col-filteraz-search {
  padding-right: 0;
}

#searchoptionsGeneric .submit-button {
  padding-left: 0;
  margin-top: 0.14rem;
}

#searchoptionsGeneric .submit-button button {
  height: 3.12rem;
  font-size: 1.4rem;
  width: 100%;
  text-transform: uppercase;
  background-color: #00b4aa;
  border: 1px solid #00b4aa;
  color: #fff;
}

#searchoptionsGeneric .submit-button button:hover {
  background-color: #fff;
  color: #00b4aa;
  cursor: pointer;
}

@media screen and (max-width:991px) {
  #searchoptionsGeneric .col-filteraz-search {
    padding-right: 15px;
  }

  #searchoptionsGeneric .submit-button {
    padding-left: 15px;
  }
}

.courses-4 {
  margin-left: 15%;
}

.courses-section {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-courses {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  background-color: transparent;
}

main a {
  color: #0569b9;
  text-decoration: none;
  cursor: pointer;
}

main a:hover {
  text-decoration: none;
}

:-ms-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #355458;
}

.button {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 8px 21px;
  color: #fff;
  border-radius: 1px;
  text-transform: uppercase;
  transition: background 0.2s ease-out, colour 0.2s;
}

.button,
.button:hover {
  text-decoration: none;
}

.button--blue-alt {
  background: rgba(0, 169, 206, 0.9);
  border: 1px solid rgba(0, 169, 206, 0.9);
}

.button--blue-alt:hover {
  background: #fff;
  color: rgba(0, 169, 206, 0.9);
}

:focus {
  outline: none;
}

/* Container for flexboxes */

.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.column {
  flex: 50%;
  padding: 20px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */

@media screen and (max-width: 992px) {
  .column {
    flex: 100%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
  .row {
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  .left {
    width: 100%;
  }

  .right {
    width: 80%;
    margin: 0;
    /* margin-top: -100px; */
  }
}

.radio-container {
  font-size: 24px;
  color: white;
}

.text-descrip {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .text-descrip {
    padding: 0;
  }
}

.index-intro {
  width: 100%;
}

.index-intro,
.jumbotron {
  padding: 15px;
  padding-top: 1rem;
}

.course-detail {
  min-height: 290px;
  position: relative;
}

.course-detail .course-detail-intro {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  .course-detail .course-detail-intro {
    position: relative;
  }

  .course-detail .course-detail-intro .course-detail-overview .fa-ico {
    display: block;
    width: 100%;
    padding-left: 1rem;
    margin: 0.5rem auto;
  }
}

.fa-ico {
  padding-top: 5px;
  padding-bottom: 2px;
  margin: 1rem auto;
  padding-left: 2.5rem;
  color: #EFEFEF;
}

.course-btn {
  padding-top: 5px;
  padding-bottom: 2px;
  margin: 10ox auto;
  text-align: center;
  border-radius: 3px;
}

.course-detail .sub-heading {
  font-size: 1.3rem;
}

.discover {
  color: #FFF;
}

h1.discover {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
  .hero .discover {
    font-size: 30px;
  }

  .label-inline {
    padding: 0;
  }
}

p.discover {
  font-size: 1.3rem;
}

span.descrip {
  display: block;
  padding: 2rem;
}

@media screen and (max-width: 575px) {
  p.discover {
    margin-bottom: 0.5rem;
  }
}

.discover span {
  margin-right: 1.5rem;
}

.course-btn>a {
  text-decoration: none !important;
  background-color: #00b4aa !important;
  border: 1px solid #00b4aa !important;
  color: #fff !important;
  width: 80%;
  padding: 1rem;
  border-radius: 3;
}

.course-btn>a:hover,
.course-btn>a.active {
  background-color: #fff !important;
  color: #00b4aa !important;
}

/* Show More Button font size */
.btn.btn-primary.option-toggler.closed {
  font-size: 1rem;
}

@media screen and (max-width: 575px) {
  .course-btn>a {
    width: 100%;
  }
}

a {
  text-decoration: none;
  /* display: inline-block; */
}

.course-type-boxes {
  background-color: #efefef;
}

.full-text {
  background-color: #FFF;
}

.course-info {
  text-align: left;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 3.5rem;
}

@media screen and (max-width: 575px) {
  .course-info {
    padding-left: 0 !important;
  }

  .heading .container {
    padding: 0;
  }

  .course-detail-overview .col {
    flex-basis: auto;
    padding-left: 15px;
    margin: 0;
    margin-bottom: 1rem;
  }
}

.course-types {
  background-color: #fff;
}

.courses-4 {
  max-width: 1180px;
  margin: 0 -15px;
  padding-top: 40px;
}

.inn-courses-4 {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .inn-courses-4 {
    margin-bottom: 60px;
  }
}

.inn-courses-4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 575px) {
  .inn-courses-4 img {
    max-height: 300px;
  }
}

.inn-courses-4 .right {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  background-color: white;
  right: 0;
  width: 18rem;
  padding: 1.2rem;
  text-align: center;
}

.inn-courses-4 .right p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.inn-courses-4 .right a {
  width: 85%;
  border-radius: 3px;
}

@media screen and (max-width:991px) {
  .inn-courses-4 .right {
    bottom: auto;
    width: 100%;
    position: relative;
  }

  .inn-courses-4 {
    /* padding: 0; */
    height: 100%;
  }
}

@media (max-width:1199px) {
  .inn-courses-4:last-child {
    margin-bottom: 60px;
  }
}

.tier--light {
  background-color: #eff0f1;
}

.text-descrip {
  padding-top: 20px;
}

.tier-padding-small {
  /* padding-top: 20px; */
  padding-bottom: 1px;
}

hr.hr {
  border: 1px solid #cecece;
}

.js-tabs__wrapper {
  width: 100%;
}

/* font colour on tab */
.tabs [role=tab][aria-selected=true] {
  color: #06B4AA;
}

.tabs [role=tab]:focus:before,
.tabs [role=tab]:hover:before {
  border-top: 3px solid #06B4AA;

}

.tabs [role=tab][aria-selected=true]:not(:focus):not(:hover):before {
  color: #06B4AA;
}

.tabs [role=tab][aria-selected=false] {
  background-color: #06B4AA;
  color: white;
}

.course-content .tabbed,
.course-content .card--video {
  margin-right: -2rem;
  margin-left: -2rem;
}

@media screen and (max-width:991px) {

  .course-content .tabbed,
  .course-content .card--video {
    padding: 1rem;
  }
}

.course-content .card--video {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.card--video-courses {
  max-height: none;
  padding: 1.25rem 0 4.375rem;
}

@media (min-width: 576px) {
  .card--video-courses {
    padding: 1.563rem 0 4.375rem;
  }
}

.course-content .tabbed h3 {
  padding: 1rem;
}

.tabbed .course-section--course-details h3 {
  padding-left: 0;
  padding-bottom: 0;
}

.tabbed .course-section--course-details h3 span {
  margin-right: 1rem;
}

.photo {
  padding: 10px;
}

.photo img {
  width: 40%;
  height: auto;
  object-fit: cover;
}

.deets-photo {
  position: relative;
  top: -450px;
  right: -750px;
  z-index: 1;
}

.parent {
  padding: 50px;
  background-color: #00a9ce;
}

.parent h2 {
  padding-left: 43px;
  color: #fff;
}

.parent h4 {
  padding-left: 43px;
  color: #fff;
}

.parent a:link {
  /* padding-left: 83px; */
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.parent p {
  padding-left: 83px;
  color: #fff;
  margin: 0;
}

.child {
  height: 2rem;
}

.fas {
  padding-right: 0.5rem;
}

.section--more {
  color: #fff;

}

.admission-requirements,
.course-background-testimonial {
  background: #eff0f1;
}

.dark-admission {
  background-color: red;
}

/* only apply on screens over 576px -- the `sm` breakpoint */
@media (min-width: 576px) {
  .abs-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }

  .abs-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }

  .of {
    /* optional to reprevent image resize*/
    object-fit: fit;
  }
}

/*testimonials*/
.course-section {
  background-color: #fff;
  padding: 20px;
  padding-top: 0;
  line-height: 1.75;
}

@media screen and (max-width: 1199px) {
  .course-section {
    padding: 0;
  }

  .course-info {
    padding-left: 1.5rem;
  }
}

.tier-color-lighter {
  background-color: #fff;
}

.tier-color-darker {
  background-color: #eff0f1;
}

.tier-color-darker h3 {
  color: brightgrey;
}

.tier-padding-medium {
  padding-top: 40px;
  padding-bottom: 20px;
}

.tier-padding-medium {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: padding .1s linear;
  -moz-transition: padding .1s linear;
  -ms-transition: padding .1s linear;
  -o-transition: padding .1s linear;
  transition: padding .1s linear;
}

@media screen and (min-width: 720px) {
  .tier-padding-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.course-testimonial .course-background-testimonial {
  padding: 3rem;
  border: 2px solid #efefef;
  border-left: none;
  border-right: none;
}

.course-testimonial .heading {
  margin: 30px 0;
}

/* .course-testimonial {
  margin-bottom: 2rem;
}

.course-testimonial .testimonial__image {
  max-width: 180px !important;
  margin-right: 5rem !important;
  border: 3px solid rgb(6, 180, 170);
}

@media screen and (max-width: 575px) {
  .course-testimonial .testimonial__image {
    margin: 0 !important;
    margin-bottom: 2rem !important;
    padding: 1rem;
  }
}

.course-testimonial .testimonial__author {
  font-size: 1.2rem;
}

.course-testimonial .testimonial__role {
  font-size: 1.1rem;
  font-weight: bold;
  color: rgb(6, 180, 170) !important;
}

*/

.testimonial__image_sits {
  height: 100%;
  width: 100%;
  max-width: 120px;
  border-radius: 100%;
  padding-bottom: 1rem;
}

/*Related Courses*/
.related-courses {
  background-color: #efefef;
  padding: 2rem;
  /*margin: 0 -1rem;*/
}

@media screen and (max-width: 575px) {
  .related-courses {
    padding: 1rem 0;
  }
}

.related-courses .heading {
  display: block;
  margin-bottom: 2rem;
}

.related-courses a {
  text-transform: none;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  overflow: hidden;
}

.related-courses a:hover {
  text-decoration: underline;
}

.related-courses .related-courses__course-wrap {
  margin-bottom: 30px;
}


.related-courses .related-courses__course {
  height: 100%;
  background: #fff;
}

.related-courses .related-courses__course img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .2s;
}

.related-courses a:hover img {
  transform: scale(1.2);
}

.related-courses .related-courses__course .text {
  padding: 1.2rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .related-courses .related-courses__course {
    margin-bottom: 1rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}

.hero {
  height: auto !important;
  min-height: 300px;
}

.hero form {
  max-width: auto;
  display: block;
  margin-top: 0;
}

.hero .search-input {
  width: 100%;
}

.hero fieldset {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 575px) {
  .hero fieldset {
    padding-left: 3rem;
    text-align: left;
    margin-bottom: 1rem;
  }
}

.hero fieldset span {
  display: inline-block;
  float: left;
  text-align: left;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .hero fieldset span {
    text-align: left;
  }

  .hero fieldset {
    padding-left: 3rem;
  }
}

.hero fieldset .label-inline {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  margin-left: -1.5rem;
}

.hero h2 {
  margin-top: 1rem;
  background-color: transparent !important;
}

.hero .search-input.input-filteraz {
  min-width: 100%;
}

/*Selected Tags CSS*/
#searchoptions-filters {
  display: block;
  /* margin-bottom: 2rem; */
}

#searchoptions-filters #event-filters {
  display: block;
}

#searchoptions-filters .heading {
  display: block;
  margin-top: 2rem;
}

#searchoptions-filters ul {
  list-style: none;
  margin-left: -2.5rem;
  margin-top: -0.5rem;
}

#searchoptions-filters ul li {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
  color: #fff;
  background: #00a9ce;
  border: 1px solid #00a9ce;
  padding: 8px 21px;
  border-radius: 3px;
  font-size: 15px;
  text-transform: uppercase;
  transition: background .2s ease-out, colour .2s;
  line-height: 1.75;
}

#searchoptions-filters ul li span {
  margin-left: 1rem;
  color: #999;
}

#searchoptions-filters ul li:hover {
  cursor: pointer;
  background-color: #fff;
  color: #00a9ce;
}



/* #searchoptions-filters ul li:hover span {
  color: #fff;
  background-color: #00a9ce;
} */

.banner-1 {
  padding-top: 4rem;
}

/* Courses Tags */
#event-filters .button {
  padding-right: 35px;
}

#event-filters .button .remove.icon--close {
  right: 0;
}

#event-filters .remove.icon--close {
  position: relative;
  top: -10px;
  right: 20px;
  width: 16px;
  height: 16px;
  transition: all .3s;
  padding: 0;
}

#event-filters .icon--close:after,
#event-filters .icon--close:before {
  width: 16px;
}

#event-filters .primary:hover .icon--close:after,
#event-filters .primary:hover .icon--close:before {
  background: #999;
}

/*Search-results*/
.course-listing-row {
  clear: both;
}

.course-listing-row .heading {
  display: block;
  padding: 1.5rem 0 2rem 0;
}

.course-listing-row .course-listing-result {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ececec;
}

.course-listing-result .course-title {
  padding: 0 0 0.5rem 0;
  font-size: 1.3rem;
  display: block;
}

.course-listing-result .course-title:hover a {
  text-decoration: underline;
  color: rgb(0, 170, 204, );
}

.course-listing-result .course-title a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: 400;
}

.course-listing-result span {
  color: #53565a;
  font-size: 1rem;
}

.course-listing-result span:after {
  content: '/';
  margin: 0 0.3rem;
  color: rgb(0, 170, 204, 1);
}

.course-listing-result span:last-child:after {
  content: '';
}

/*
.component-margin-top-menu {
  margin-top: 5rem;
}
*/

.component-margin-top-menu {
  margin-top: 30px;
}

.pagination-box {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.pagination {
  margin: 1rem 0;
  list-style-type: none;
}

.pagination:before,
.pagination:after {
  content: "";
  display: table;
}

.pagination:after {
  clear: both;
}

.pagination a,
.pagination span {
  display: block;
  float: left;
  border: 1px solid rgba(0, 170, 204, 0.2);
  background-color: rgba(0, 170, 204, 0.2);
  color: rgba(0, 170, 204, 1);
  padding: 0.3rem 0.6rem;
  margin-right: 0.25rem;
  text-decoration: none;
}

.pagination a:hover {
  background-color: rgba(0, 170, 204, 1);
  text-decoration: none;
  color: #fff;
}

.pagination span,
.pagination .current a,
.pagination .current a:hover {
  color: rgba(0, 170, 204, 1);
  background: white;
}

.pagination span {
  border: 1px solid rgba(0, 170, 204, 1);
}

.pagination-pages,
#searchPaginate {
  display: inline-block;
}

.pagination a {
  font-size: 1.1rem !important
}

#searchPaginate {
  float: right;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#searchPaginate span.results {
  margin-top: 0.3rem;
  color: rgba(0, 170, 204, 1);
}

#searchPaginate select {
  -webkit-appearance: none !important;
  background-color: rgba(0, 170, 204, 0.2);
  border: 1px solid rgba(0, 170, 204, 0.2);
  padding: 0.3rem;
  border-radius: 0;
  height: 2rem;
  width: 4.5rem;
  margin-left: 1rem;
  color: #008080;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='120' fill='%23008080'><polygon points='0,0 100,0 50,60'/></svg>") !important;
  background-size: 10px !important;
  background-position: calc(100% - 13px) 14px !important;
  background-repeat: no-repeat !important;
}

#searchoptions {
  margin-top: 2.35rem;
  margin-bottom: 2rem;
  padding: 2rem 2rem;
  border-radius: 5px;
  background-color: #efefef;
}

#searchoptions .columns-full {
  margin-bottom: 2rem;
  padding: 0;
}

#searchoptions fieldset {
  text-align: left;
  padding: 0;
}

#searchoptions fieldset legend {
  margin-bottom: 1rem;
}

#searchoptions fieldset label {
  display: block;
  padding-left: 1rem;
}

#searchoptions fieldset label span {
  display: inline-block;
  float: left;
  color: #333;
  width: 91%;
  margin-bottom: 1rem;
  margin-right: -2rem;
  font-size: 1rem;
}

#searchoptions fieldset label span.mode {
  width: 93%;
}

#searchoptions fieldset label input[type='checkbox'] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid rgb(179, 179, 179);
  padding: 10px;
  display: inline-block;
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

#searchoptions fieldset label input[type='checkbox']:checked:before {
  position: absolute;
  left: -3px;
  top: 41%;
  height: 50%;
  width: 2.5px;
  background-color: #999;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}

#searchoptions fieldset label input[type='checkbox']:checked:after {
  position: absolute;
  right: 5px;
  bottom: 2px;
  height: 3px;
  width: 90%;
  background-color: #999;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}

#searchoptions .option-toggler {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #00a9ce;
  border: 1px solid #00a9ce !important;
  border-radius: 3px;
  clear: both;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#searchoptions .option-toggler:hover {
  cursor: pointer;
  background-color: rgba(0, 170, 204, 1);
  color: #fff;
}

#searchoptions .option-toggler:after {
  content: "Show More";
}

#searchoptions .option-toggler.show-less:after {
  content: "Show Less";
}

#staffAtoZ {
  margin-top: 0.7rem;
}

#staffAtoZ button {
  display: block;
  float: left;
  border: 1px solid rgba(0, 128, 128, 0.2);
  background-color: rgba(0, 170, 205, 0.2);
  color: #00aacd;
  padding: 0.3rem 0rem;
  margin-right: 1rem;
  text-decoration: none;
  margin-bottom: 1rem;
  width: 2.1rem;
}

#staffAtoZ button:hover {
  background-color: rgba(0, 170, 204, 1);
  color: #fff;
  cursor: pointer;
}

/*Results Set Homepage*/
section.course-search-results {
  padding: 0 1rem;
}

section.course-search-results .results-count .heading {
  font-size: 1.3rem;
  display: block;
  margin: 2rem 0;
}

section.course-search-results .results-set {
  margin-bottom: 2rem;
}

section.course-search-results .results-set .heading {
  display: block;
}

section.course-search-results .results-set .course-result {
  display: block;
  padding: 1rem;
  padding-left: 0;
  text-transform: none;
  font-size: 1rem;
  color: #333;
  border-top: 1px solid #d3d3d3;
}

section.course-search-results .results-set .course-result:last-child {
  border-bottom: 1px solid #d3d3d3;
  ;
}

section.course-search-results .results-set .course-result:hover {
  text-decoration: underline
}

main {
  position: relative;
}

/* main ul {
  margin-left: -40px;
} */

.course-tab.course-tab--apply.ul {
  margin-left: -40px;
}

.course-tab .course-tab--options ul {
  margin-left: -40px;
}

.apply-now-button a {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
}

.apply-now-button:hover {
  background: #333;
  cursor: pointer;
}

/*Course COntent Hidden tabs*/
.course-content-hidden {
  background-color: #efefef;
}

.course-content-hidden .course-content-hidden__block {
  padding: 2rem;
}
/*
.course-content-hidden__block .course-tab--options a {
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #485361 !important;
}
*/

course-overview.ul.li {
  margin-left: 40px;
}

/* .course-content-hidden__block .course-tab--options a:hover,
.course-content-hidden__block .course-tab--apply a:hover {
  background-color: #fff !important;
  color: #00b4aa !important;
} */

.course-content-hidden__block .course-tab--options ul,
.course-content-hidden__block .course-tab--apply ul {
  list-style: none;
  /* margin-left: -40px; */
  padding: 0;
}


/*.course-content-hidden__block .course-tab--options li,*/
.course-content-hidden__block .course-tab--apply li {
  border-bottom: 1px solid #dddfe1;
  padding: 20px 30px 20px 0;
  margin: 0;
  position: relative;
  color: #53565a;
  line-height: 1.25;
}

.course-content-hidden__block .course-tab--options li {
	margin-bottom: 22px;
}

/*.course-content-hidden__block .course-tab--options li a,*/
.course-content-hidden__block .course-tab--apply li a {
  text-decoration: none;
}


.course-content-hidden__block .course-tab--options li a em,
.course-content-hidden__block .course-tab--apply li a em {
  float: right;
  padding-right: 1rem;
}

.course-content-hidden__block .course-tab--apply li::marker {
  color: #efefef;
}

/* Courses Apply Links & Chevron  */
.course-tab.course-tab--apply em {
  color: #999;
}

.course-tab.course-tab--options a {
  /* background: #00a9ce;
  color: #ffffff !important;
  padding: 12px;
  border-radius: 4px;
  margin: 0 0 10px 0; */
  display: inline-block;
  text-decoration: underline;
}

.course-tab.course-tab--options.course-options.a:hover {
  color: #00b4aa !important;
  border: 1px solid #00b4aa !important;
  padding: 12px;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.course-content-hidden__block li a em,
.course-content-hidden__block li a em {
  float: right;
  padding-right: 2rem;
}

.course-content-hidden__block li:after,
.course-content-hidden__block li:after {
  /* border-style: solid;
  border-color: #00a9ce;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  position: absolute;
  top: 1.4rem;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  right: 1rem;
  transform: rotate(45deg); */

  position: absolute;
  content: "";
  right: 15px;
  top: 25px;
  height: 8px;
  width: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDggOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjAwMSA1MTIuMDAxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjgiIGhlaWdodD0iOCI+PHBhdGggc3R5bGU9ImZpbGw6IzM2NDM0ZDsiIGQ9Ik02LjA3NSAzLjc0MyAyLjQzOSAwLjEwNmMtMC4xNDIgLTAuMTQyIC0wLjM3MiAtMC4xNDIgLTAuNTE0IDAgLTAuMTQyIDAuMTQyIC0wLjE0MiAwLjM3MiAwIDAuNTE0bDMuMzc5IDMuMzc5IC0zLjM3OSAzLjM3OWMtMC4xNDIgMC4xNDIgLTAuMTQyIDAuMzcyIDAgMC41MTRBMC4zNjIgMC4zNjIgMCAwIDAgMi4xODIgOGEwLjM2MiAwLjM2MiAwIDAgMCAwLjI1NyAtMC4xMDdMNi4wNzUgNC4yNTdhMC4zNjQgMC4zNjQgMCAwIDAgMCAtMC41MTR6Ii8+PC9zdmc+);
}
}

.course-content-hidden__block li {
  position: relative;
  /**/
  border-bottom: 1px solid #dddfe1;
  padding: 20px 30px 20px 0;
  margin: 0;
  position: relative;
  color: #53565a;
}

.dot input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  top: 0;
  left: 0;
  margin-right: 1rem;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.container:hover input~.checkmark {
  background-color: #ccc;
}

.container input:checked~.checkmark {
  background-color: #00b4aa;
  border: 2px solid #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/*Sticky Menu*/
.course-navigation .mobile-only {
  display: none;
}

.course-navigation .course-navigation-links {
  display: block;
  padding-left: 2rem;
}

.course-navigation .course-navigation-links a {
  color: #333;
  display: inline-block;
  padding: 1.2rem;
  text-decoration: none;
}

.course-navigation .course-navigation-links a:hover {
  background-color: #bebebe;
}

.course-navigation .course-navigation-links a.active {
  background-color: #bebebe;
  font-weight: bold;
}

.course-navigation .course-navigation-links a.apply-btn {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #00b4aa;
  color: #00b4aa;
  padding: 0.5rem 1.2rem;
  border-radius: 3px;
  float: right;
  margin-top: 0.6rem;
}

.course-navigation .course-navigation-links a.apply-btn:hover {
  background-color: #00b4aa;
  color: #fff;
}

.course-navigation .course-navigation-heading {
  display: none;
}

.course-navigation .mobile-only button {
  float: right;
}

.course-navigation .mobile-only button span {
  font-size: 1.2rem;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .course-navigation .course-navigation-heading {
    display: inline-block;
  }

  .course-navigation .mobile-only {
    display: block;
    padding: 1.2rem 1rem;
  }

  .course-navigation .course-navigation-links {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    visibility: hidden;
  }

  .course-navigation .course-navigation-links.active {
    max-height: 1000px;
    height: auto;
    transition: max-height 0.25s ease-in;
    visibility: visible;
    border-top: 2px solid #bebebe;
  }

  .course-navigation .course-navigation-links.active a {
    border-bottom: 1px solid #bebebe;
    padding: 0.8rem;
  }

  .course-navigation .course-navigation-links a {
    display: block;
  }

  .course-navigation .course-navigation-links a.apply-btn {
    display: block;
    margin: 0.5rem;
    float: none;
    text-align: center;
    width: 90%;
  }
}

#courseNav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.course-content h2 {
  scroll-margin-top: 4rem;
}

/*Course Details Background*/
.course-details-wrapper {
  background-color: #00a9ce;
  position: relative;
  padding: 2rem;
  min-height: 250px;
}

.course-details-wrapper .course-details {
  padding: 0 2rem;
}

.course-details-wrapper span,
.course-details-wrapper h2,
.course-details-wrapper h4,
.course-details-wrapper p,
.course-details-wrapper a {
  color: #fff;
}

.course-details-wrapper a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.course-details-wrapper span {
  margin-bottom: 1rem;
}

.course-details-wrapper:after {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 250px;
  height: 100%;
  top: 0;
  right: 0;
}

.course-details-wrapper .course-details-photo {
  position: absolute;
  top: -3rem;
  right: 3rem;
  z-index: 5;
}

@media screen and (max-width: 1199px) {
  .course-details-wrapper:after {
    background-color: transparent;
  }

  .course-details-wrapper .course-details-photo {
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
  }

  .course-details-wrapper .course-details-photo img {
    display: inline-block;
  }
}

.course-fees-wrapper {
  padding: 2rem;
}

.section-area {
  padding: 2rem 0;
}

/*Alignment Updates*/
.course-details-wrapper .course-details {
  padding: 0 2.5rem;
}

.section-area .course-content-hidden__block {
  padding: 0 2.5rem
}

.course-fees-wrapper {
  padding: 2rem 3.5rem
}

.card--video.course-video .col-12 {
  padding: 0
}

.card--video.course-video .card__text {
  padding: 30px 30px 20px 60px;
}

.sits-testimonial .tier-padding-medium {
  padding: 50px
}

/* .course-testimonial .heading {
  padding: 0 3rem
} */

.related-courses .container {
  padding: 0 3rem
}

@media screen and (max-width: 1199px) {
  .course-details-wrapper .course-details {
    padding: 0 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .section-area .course-content-hidden__block {
    padding: 0 1.5rem;
  }

  .course-fees-wrapper {
    padding: 2rem 2.5rem;
  }

  .sits-testimonial .tier-padding-medium {
    padding: 40px;
  }

  .course-testimonial .heading {
    padding: 0 2.5rem;
  }

  .related-courses .container {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .course-details-wrapper .course-details {
    padding: 0 0rem;
  }

  .section-area .course-content-hidden__block {
    padding: 0;
  }

  .course-fees-wrapper {
    padding: 2rem 1rem;
  }

  .course-testimonial .heading {
    padding: 0 1rem;
  }

  .related-courses .container {
    padding: 0 2rem;
  }
}

#event-filters .option-toggler-li {
  clear: both;
}

#event-filters .option-toggler-li:after {
  content: "Show More +";
}

#event-filters .option-toggler-li.show-less-li:after {
  content: "Show Less -";
}

/*PSRR-13334*/
@media screen and (min-width:1200px) {
  .course-detail-intro .row.course-detail-overview {
    display: inline-block;
  }

  .course-detail-intro .fa-ico {
    float: left;
    padding-left: 3.5rem;
  }
}

/* PSRR 13476 - Top Banner Wrap */

section.main-container.course-detail {
  background-size: cover !important;
}

/* PSRR 13462 - Chevron non-linking bullet points */
.course-content-hidden__block li.remove-chevron:after {
  border: none;
}

/* PSRR-13590*/
.course-section ol {
  line-height: 1.75;
  letter-spacing: .3px;
  color: #53565a;
  margin: 0 0 30px;
}

/* PSRR 13468 - Image Overlap */

.course-details-wrapper .course-details span {
  max-width: 100%;
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .course-details-wrapper .course-details span {
    max-width: 48% !important;
  }
}

@media screen and (min-width: 1350px) {
  .course-details-wrapper .course-details span {
    max-width: 55% !important;
  }
}

@media screen and (min-width: 1500px) {
  .course-details-wrapper .course-details span {
    max-width: 65% !important;
  }
}

@media screen and (min-width: 1800px) {
  .course-details-wrapper .course-details span {
    max-width: 75% !important;
  }
}

@media screen and (min-width: 2000px) {
  .course-details-wrapper .course-details span {
    max-width: 85% !important;
  }
}

/* Override font-size styles from SITS XML in course descriptions */
.course-section.course-section--summary span[style] {
  font-size: 100% !important;
}






