.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: 10px;
}

fieldset {
  text-align: left;
  border: none;
}

.dot {
  padding-left: 5px;
}

.icon--close-courses {
  content: "";
  z-index: 99;
  cursor: pointer;
  color: #333;
}

.icon--close:after,
.icon--close:before {
  content: "";
  position: absolute;
  background: currentColor;
  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;
}

.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*/
}

#searchoptionsGeneric .col-filteraz-search {
  padding-right: 0;
}

#searchoptionsGeneric .submit-button {
  padding-left: 0;
  margin-top: 0.2rem;
}

#searchoptionsGeneric .submit-button button {
  height: 3.15rem;
  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: underline;
  cursor: pointer;
}

main a:hover {
  text-decoration: none;
}

:-ms-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #355458;
}

:-ms-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder,
::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);
}

.button--transparent-blue {
  background: transparent;
  color: rgba(0, 169, 206, .9);
  border: 1px solid rgba(0, 169, 206, .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;
}

/* Sticky Nav  */

.sticky-nav__toggle:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.sticky-nav__toggle:before {
  content: "\f078";
}

.sticky-nav__toggle:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

button {
  outline: none;
}

button:focus {
  outline: 3px solid #FFB400;
}

.sticky-nav .container {
  padding: 0;
}

.sticky-nav__menu {
  margin: 0;
  padding: 0;
}

.sticky-nav__menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-nav__menu li.active {
  background-color: #e6f1f7;
}

.sticky-nav__menu li.active a {
  color: #0071b3;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 #0071b3;
}

@media (max-width: 1170px) {
  .sticky-nav__menu li.active a {
    box-shadow: inset 3px 0 0 #0071b3;
  }
}

.sticky-nav__menu a {
  color: #202024;
  display: block;
  padding: 1em 15px;
  text-decoration: none;
}

.sticky-nav__menu a:focus {
  outline: 0;
  box-shadow: inset 0 0 0 3px #FFB400 !important;
  background-color: inherit;
}

@media (max-width: 1170px) {
  .sticky-nav__menu {
    display: none;
  }

  .sticky-nav__menu li {
    display: block;
    float: none;
    border-top: 1px solid #949494;
  }
}

@media (min-width: 1171px) {
  .sticky-nav__menu {
    display: block !important;
  }
}

.sticky-nav__toggle {
  cursor: pointer;
  display: flex;
  padding: 1em 3em 1em 15px;
  position: relative;
}

.sticky-nav__toggle:focus {
  background-color: #f0f0f0;
  outline: 3px solid #FFB400;
}

.sticky-nav__toggle:before {
  color: #202024;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

@media (min-width: 36em) and (max-width: 75em) {
  .sticky-nav__toggle:before {
    font-size: calc(1.2em + .05 * ((100vw - 36em) / 39));
  }
}

@media (min-width: 75em) {
  .sticky-nav__toggle:before {
    font-size: 1.25em;
  }
}

@media (min-width: 1171px) {
  .sticky-nav__toggle {
    display: none;
  }
}

.sticky-nav__toggle-button {
  background: none;
  border: 0;
  box-shadow: none;
  color: #0071b3;
  font-weight: bold;
  padding: 0;
  text-align: left;
}

.sticky-nav__toggle-button:hover {
  text-decoration: underline;
  color: #005586;
}

.sticky-nav__toggle-button:focus {
  text-decoration: underline;
  outline: none;
}

.sticky-nav__toggle-button:active {
  color: #202024;
  background: #FFB400;
  box-shadow: 0 3px #FFB400;
  text-decoration: underline;
  outline: 3px solid #FFB400;
}

#sticky-nav__active-section {
  color: #6a6a6b;
  margin-left: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

@media only screen and (max-width: 768px) {
  .text-descrip {
    padding: 0;
  }
}

.index-intro {
  width: 100%;
}

.index-intro,
.jumbotron {
  padding-top: 4rem;
}

.course-detail {
  min-height: 270px;
}

.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: 2.2rem;
  }

  .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;
}

@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: 2.5rem;
}

@media screen and (max-width: 575px) {
  .course-info {
    padding-left: 0;
  }

  .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 auto;
  clear: both;
}

.inn-courses-4 {
  position: relative;
  padding: 2rem;
}

.inn-courses-4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 575px) {
  .inn-courses-4 img {
    max-height: 200px;
  }
}

.inn-courses-4 .right {
  position: absolute;
  z-index: 1;
  top: 6.2rem;
  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: 80%;
  border-radius: 3px;
}

@media screen and (max-width:991px) {
  .inn-courses-4 .right {
    bottom: auto;
    top: auto;
    width: 100%;
    margin-bottom: 2rem;
    left: 0;
    position: relative;
  }

  .inn-courses-4 {
    padding: 0;
  }

  .inn-courses-4:first-child {
    margin-top: 2rem;
  }
}

.course-section.course-section--course-details {
  background: rgba(0, 169, 206, 0.9);
}

.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;
}

.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;
}

/*testimonials*/

.course-section {
  background-color: #fff;
  padding: 20px;
}

.tier-color-lighter {
  background-color: #fff;
}

.tier-color-darker {
  background: #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 .testimonial {
  padding: 3rem;
  border: 2px solid #efefef;
  border-left: none;
  border-right: none;
}

.course-testimonial .heading {
  margin: 2rem 0;
  display: block;
}

.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;
  }
}

.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 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;
  padding: 1rem;
}

.hero fieldset .label-inline {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
}

.hero h2 {
  margin-top: 1rem;
  background-color: transparent !important;
}

.hero .search-input.input-filteraz {
  min-width: 100%;
}

/*Selected Tags CSS*/

#searchoptions {
  margin-bottom: 2rem;
}

#searchoptions-filters {
  display: block;
  margin-bottom: 2rem;
}

#searchoptions-filters #event-filters {
  display: block;
}

#searchoptions-filters .heading {
  display: block;
  margin-top: 1.5rem;
}

#searchoptions-filters ul {
  list-style: none;
  margin-left: -2.5rem;
  margin-top: -0.5rem;
}

#searchoptions-filters ul li {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  color: #00a9ce;
  border: 1px solid #00a9ce;
  padding: 0.3rem 0.5rem;
}

#searchoptions-filters ul li span {
  margin-left: 1rem;
  color: #000;
}

#searchoptions-filters ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 170, 204);
  color: #fff;
}

#searchoptions-filters ul li:hover span {
  color: #fff;
  background-color: rgba(0, 170, 204);
}

.banner-1 {
  padding-top: 4rem;
}

/*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;
}

.course-listing-result .course-title a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #333;
  display: block;
}

.course-listing-result span {
  color: rgb(0, 170, 204, 1);
  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: 90px;
}

*/

.pagination-box {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.pagination {
  margin: 2rem 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;
}

#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: 4.1rem;
  padding: 1rem 2rem;
  border: 1px solid rgba(0, 170, 204, 0.2);
  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:after {
  content: '\2714';
  font-size: 1rem;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #333;
}

#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: 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
}

/*Apply Now Floating Button*/

main {
  position: relative;
}

.apply-now-button {
  position: fixed;
  z-index: 100;
  bottom: 3rem;
  right: 3rem;
  background-color: #06B4AA;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  padding: 0.9rem;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(153, 153, 153, 1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(153, 153, 153, 1);
  box-shadow: 5px 5px 10px 0px rgba(153, 153, 153, 1);
  transition: background-color 0.4s ease;
}

.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,
.course-content-hidden__block .course-tab--get-in-touch a {
  text-decoration: none !important;
  background-color: #00b4aa !important;
  border: 1px solid #00b4aa;
  color: #fff !important;
  padding: 1rem;
  text-decoration: none;
}

/* .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;
}

/* .course-content-hidden__block .course-tab--options li a,
.course-content-hidden__block .course-tab--apply li a {
  border: none;
  background-color: transparent !important;
  padding: none !important;
  color: #0569b9 !important;
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 1rem !important;
} */

.course-content-hidden__block .course-tab--apply li::marker {
  color: #efefef;
}

/* Calendar */
tr.calendar-box-header {
  background-color: #efefef;
}

span.prev-next-link {
  color: #0569b9 !important;
  font-weight: 400;
}

#prev_month a,
#next_month a {
  position: relative;
  display: block;
}

#prev_month .icon--chevron,
#next_month .icon--chevron {
  position: relative;
  display: block;
  margin: 0;
  width: 8px;
  height: 8px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
}

#next_month .icon--chevron {
  margin-left: -6px;
}

#prev_month .icon--chevron {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -3px;
}

.calendar-dayrow .today a {
  position: relative;
}

.calendar-dayrow .today a:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 50%;
  bottom: 4px;
  left: calc(50% - 2px);
}

#calendar_box table tr td.today {
  background: #00b4aa;
  color: #FFFFFF;
}

.calendar-box-header th,
.calendar-dayhead th {
  background: #efefef;
}

tr.calendar-dayrow {
  background: #f8f8f8;
}

#calendar_box_custom table,
#calendar_box table {
  width: 100%;
  text-align: center;
  max-width: 100%;
  border: 1px solid #efefef;
}

#calendar_box_custom table th,
#calendar_box table th {
  border-color: #FFFFFF;
  box-shadow: none;
  padding: 8px 2px;
  font-size: 12px
}

#calendar_box_custom table td,
#calendar_box table td {
  border-color: #FFFFFF;
  padding: 8px 2px;
  font-size: 12px
}

#calendar_box_custom table tr th,
#calendar_box_custom table tr td,
#calendar_box table tr th,
#calendar_box table tr td {
  width: calc(100%/7);
  text-align: center;
}

#calendar_box_custom table tr th.hasEvents,
#calendar_box_custom table tr td.hasEvents,
#calendar_box table tr th.hasEvents,
#calendar_box table tr td.hasEvents {
  padding: 0;
}

#calendar_box_custom table tr th.hasEvents a,
#calendar_box_custom table tr td.hasEvents a,
#calendar_box table tr th.hasEvents a,
#calendar_box table tr td.hasEvents a {
  color: white;
  display: block;
  padding: 9px 0;
  height: 100%;
  background: #0569b9;
  text-align: center;
  text-decoration: none;
}

#calendar_box_custom table tr th.hasEvents a,
#calendar_box_custom table tr td.hasEvents a,
#calendar_box table tr th.hasEvents a,
#calendar_box table tr td.hasEvents a:hover {
  color: white;
  display: block;
  padding: 9px 0;
  height: 100%;
  background: #00a9ce;
  text-align: center;
  text-decoration: none;
}

#calendar_box_custom table tr th.hasEvents.outperiodday a,
#calendar_box_custom table tr td.hasEvents.outperiodday a,
#calendar_box table tr th.hasEvents.outperiodday a,
#calendar_box table tr td.hasEvents.outperiodday a {
  opacity: 0.5;
  background: #0569b9;
  color: #ffffff;
}

/* #calendar_box_custom table tr th .prev-next-link,
#calendar_box table tr th .prev-next-link {
  text-indent: -9999px;
  display: block;
  float: left;
}  */

.notCurrentMonth {
  opacity: 0.2;
  background: #0569b9;
  color: #ffffff;
}

div#view_switchers {
  margin: 10px 0 30px;
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
}

a.ajax-load-link {
  text-decoration: none;
}

.panel {
  font-size: 13px;
  border: 2px solid #ececec;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 1rem;
}

.panel fieldset {
  padding: 0;
}

.category_form {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}

.calendar-button {
  background-color: #fff;
  color: #FFF;
  background: #00b4aa;
  border: none;
  font-size: 13px;
  margin-top: 1rem;
  padding-top: 12px;
}

.calendar-button:hover {
  background-color: #fff;
  color: #00b4aa;
  border: 1px solid #00b4aa;
  font-size: 13px;
  margin-top: 1rem;
  padding-top: 10px;
}

.news-events-list__before-content {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 15px;
}

.news-events-list__before-content fieldset {
  padding: 0;
}

fieldset.no-padding {
  padding: 0;
}

#searchoptions-generic {
  margin-bottom: 15px;
}

#searchoptions-generic fieldset {
  width: 100%;
}

#searchoptions-generic input[type=text] {
  padding: 10px 20px;
  margin: 2rem 0 0 0;
  width: 100%;
  max-width: 500px;
}

.view_period_switchers {
  margin-bottom: 30px;
}

#past_events,
#past_events p,
#view_period_switchers p {
  margin-bottom: 15px;
}

#past_events {
  margin-bottom: 15px;
}

.prev-search-link {
  position: relative;
  /*padding-left: 15px;*/
  text-decoration: none;
}

.prev-search-link .icon--chevron {
  left: 3px;
  top: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.next-search-link {
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.next-search-link .icon--chevron {
  right: 3px;
  top: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Tags */

.tags {
  list-style-type: none;
  padding-left: 0;
}

.tags li {
  display: inline;
  margin-right: .75rem;
}

.tags li:last-child {
  margin-right: 0;
}

.tags li a {
  background: #00b4aa;
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #00b4aa;
}

.tags li a:hover,
.tags li a:active {
  background: #FFFFFF;
  color: #00b4aa;
}

.tags.no-style a,
.tags.no-style a:active,
.tags.no-style a:focus,
.tags.no-style a:hover {
  background: none;
  color: #0569b9;
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: underline;
}

.tags.no-style a:active,
.tags.no-style a:focus,
.tags.no-style a:hover {
  text-decoration: none;
}

/* Blockquote */
blockquote {
  margin: 0 0 30px;
  font-family: Open Sans;
  font-weight: 300;
  color: #494949;
  padding: 2.2rem 0 0;
  position: relative;
  font-size: 25px;
  line-height: normal;
  letter-spacing: .3px;
}

@media (min-width: 768px) {
  blockquote {
    margin: 0 5pc 30px;
  }
}

@media (min-width: 992px) {
  blockquote {
    font-size: 28px;
    line-height: 1.25;
  }
}

blockquote::before {
  content: url('/site-assets/svg/quote.svg');
  color: #dddfe1;
  position: absolute;
  left: 50%;
  top: -7px;
  margin-left: -20px;
}

@media (min-width: 768px) {
  blockquote::before {
    left: 0;
    margin-left: 0;
  }
}

blockquote::after {
  content: '';
}

blockquote strong {
  display: block;
  font-weight: 700;
  margin-top: 5px;
}

/* News listing tweaks */

.news-events-list .news-events-list__item-summary>p {
  font-size: 15px;
  margin-bottom: 15px;
}

.news-events-list .news-events-list__inner {
  margin-bottom: 0;
}

/*
.news-events-list__item:last-child {
  margin-bottom: 0;
}
*/

.news-events-list__item:last-child .news-events-list__item-date {
  margin-bottom: 0;
}

.news-events-list .pagination-box {
  padding: 0 15px;
}

/* Additional styles for inline image variations */
.inline-image {
  float: none;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .inline-image {
    margin-top: 10px;
  }

  .inline-image-right {
    float: right;
    margin-left: 30px;
  }

  .inline-image-left {
    float: left;
    margin-right: 30px;
  }
}

.event-details .h4 {
  margin-bottom: 2rem;
}

.reduced-line-height p {
  line-height: 5px;
}

.display-block {
  display: block;
}
