.loadspinner {
    position:absolute;
    top:10px;
    right:16px;
    padding:2px;
    background-color:#fff;
    z-index:10;
    width:100%;
    text-align:right;
    visibility:hidden;
    transition: 0.25s all;
}

/* colors */
.fc-bg-500 {
  background: #0074ad;
  color: #fff;
}
.fc-bg-501 {
  background: #ae0536;
  color: #fff;
}
.fc-bg-502 {
  background: #a01262;
  color: #fff;
}
.fc-bg-503 {
  background: #343434;
  color: #fff;
}
.fc-bg-504 {
  background: #e3ae00;
  color: #fff;
}
.fc-bg-505 {
  background: #007341;
  color: #fff;
}
.fc-bg-506 {
  background: #52337a;
  color: #fff;
}
.fc-bg-507 {
  background: #0C2447;
  color: #fff;
}
.fc-bg-508 {
  background: #52337a;
  color: #fff;
}
/* Filter */

@media (max-width: 767px) {
    .sub-menu {
        z-index: 20;
    }
}


@media (min-width: 991px) {
  .sub-menu .filter {margin-top:56px;}
  .sub-menu .filter div[data-accordion-content="fc-course-filter"] {
    overflow:visible;
}

}

@media (min-width: 768px) {
.sub-menu > nav .fc-filter--content {
    margin-left: 30px;
  }

}

.sub-menu > nav .fc-filter--content label {
  font-size: 17px;
  font-family: openSans-Semibold-webfont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sub-menu > nav .fc-filter--content input {
  font-family: openSans-Regular-webfont, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.sub-menu > nav .fc-filter--content .fc-filter--flex {
  display: flex;
  margin-top: 4px;
}
.sub-menu > nav .fc-filter--content .fc-filter--flex label {
  padding: 0.5em 0.5em 0.5em 0;
}
.sub-menu > nav .fc-filter--content .search-choice-close {
  border-top: 0px !important;
}
@media (max-width: 767px) {
  .content.full-width {
    margin-top: 71px;
  }
}
.fc-results {
  text-align: right;
}
.fc-results + .row.inner {
  margin-top: 22px;
}
/* Cards */
.fc-box h5 {
  min-height: 6em;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.fc-box .box--link {
  top: 45px;
  z-index: 0 !important;
}
.fc-box p.text-meta {
  margin-bottom: 3em;
}
.fc-box p.text-bottom {
  position: absolute;
  bottom: 0.7em;
  /* right: 1em; */
}
.fc-domains {
  margin: 0;
}
.fc-domains > div {
  padding-left: 0;
  padding-right: 0;
}
.fc-domains span {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.3em;
}
/* Course Detail */

.fc-details p:not([class]), .fc-details span:not([class]), .fc-details li:not([class]) {
    font-family:inherit !important;
    font-size:inherit !important;
    text-align:inherit !important;
    
}

.fc-details-table th, .fc-details-table td {
  vertical-align: top;
}
.fc-details-table td>p {
    margin-bottom:0.5em;
}
.accordion .fc-details-table {
  margin: 10px 0 10px 0
}
.accordion .fc-details-table tr:first-child {
  border-top: none;
}
.accordion .fc-details-table tr:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .fc-details-table th, .fc-details-table td {
    display: block;
    padding-top: 0;
  }
  .fc-details-table th:first-child, .fc-details-table td:first-child {
    padding-bottom: 0;
  }
}
.fc-details-small {
  font-size: 80%;
}


.fc-details .box.disabled {
  cursor: not-allowed;
  opacity: .65;
}
.fc-details .box.disabled span {
  color: inherit;
}
.fc-essentials th, .fc-essentials td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}

.fc-essentials th {
  padding-right: 0.5em;
}

.fc-essentials th p, .fc-essentials td p {
  font-family:inherit !important;
  font-size:inherit !important;
  margin:0;
}

.fc-essentials tr:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .fc-essentials th, .fc-essentials td, .fc-essentials p {
    display: inline;
  }
  .fc-essentials tr {
    padding: 10px 0 10px 0;
  }
  .fc-essentials tr:before {
    display: none;
  }
}