/*
    Ascendant class of $context
    $context = '.classname'
 */
/*
    Descendant class of
 */
/* 
    Adjacent Elements entity 
    Parent must be a Block entity
 */
/*  
    Adjacent classes or selectors (better not use this ones)
    element1: target element
    if $self -> false
        element2: previous element 
    if $self -> true
        $self: previous element  
 */
/*
    Adjacent $self
 */
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.slick-dots, .slick-dots li, .l-footer__container, .l-footer__list, .l-footer__item, .l-logos, .l-video, .l-searchbar, .c-search__button, .c-slider__controls, .c-loader, .c-label, .c-banner__wrapper, .c-cta__item {
  display: flex;
  align-items: center;
  justify-content: center; }

.c-icon--centered, .c-banner__info, .c-feature__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.c-filter__reset, .c-comment__icon {
  display: flex;
  align-items: center;
  flex: 1; }

.slick-dots, .slick-dots li, .l-footer__list, .c-nav, .c-comment__list, .c-cta {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }

.centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.baseline {
  display: flex;
  align-items: baseline;
  flex: 1; }

.v-center {
  display: flex;
  align-items: center;
  flex: 1; }

.breadcrumb > .active, .c-card__subtitle-text, .c-inputfile__btn, .c-table__text-icon, .p-itinerary__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-through {
  text-decoration: line-through; }

.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

.img-overlay {
  position: relative; }
  .img-overlay:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    display: block;
    top: 0;
    background-color: rgba(51, 51, 51, 0.5); }

.crop {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: inherit; }
  .crop__image {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-width: auto;
    height: 100%; }

.u-underline {
  text-decoration: underline; }

/* 32px */
/* 36px */
/* 40px */
/* 42px */
/* 40px */
/* 42px */
/* 28px */
/* 31px */
/* 34px */
/* 36.4px */
/* 38.75px */
/* 39.1px */
/* 22px */
/* 24px */
/* 28px */
/* 25px */
/* 30px */
/* 32.2px */
/* 18px */
/* 20px */
/* 20px */
/* 22px */
/* 14px */
/* 15.4px */
/* 12px */
/* 13.2px */
/* Breadcrumb */
/* Form */
/* Modal */
/* Tabs */
/* Panel */
/* Pagination */
/* Toasts */
/* Lightbox */
/* 90px because negative margin top of p-course__body */
/* 90px because negative margin top of p-course__body */
html {
  position: relative;
  font-size: 62.5%;
  height: 100%; }

body {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  background-color: #ffffff;
  color: #666666; }

html, body {
  min-height: 100%; }

* {
  box-sizing: border-box; }

header {
  padding-right: inherit;
  /* Inherit 17px padding-right from body added by bootstrap when launching a modal because navbar-fixed-top */ }

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 1.25em 0 0.625em; }

h1 {
  font-size: 3.2rem;
  line-height: 1.25; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.6rem;
      line-height: 1.16667; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 4rem;
      line-height: 1.05; } }

h2 {
  font-size: 2.8rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h2 {
      font-size: 3.1rem;
      line-height: 1.25; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 3.2rem;
      line-height: 1.15; } }

h3 {
  font-size: 2.2rem;
  line-height: 1.13636; }
  @media (min-width: 768px) {
    h3 {
      font-size: 2.4rem;
      line-height: 1.25; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 2.8rem;
      line-height: 1.15; } }

h4 {
  font-size: 1.8rem;
  line-height: 1.11111; }
  @media (min-width: 768px) {
    h4 {
      font-size: 2rem;
      line-height: 1.11111; } }

h5 {
  font-size: 1.4rem;
  line-height: 1.1; }

h6 {
  font-size: 1.2rem;
  line-height: 1.1; }

hr {
  border-top: 1px solid #bfbfbf;
  border-bottom: none; }

p {
  margin-bottom: 0 0 1.25em;
  padding: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

ul, ol {
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

li {
  margin-bottom: 1.25em; }

nav a {
  -webkit-font-smoothing: antialiased; }

a, a:hover, a:active, a:focus {
  color: #80b51b;
  text-decoration: none; }

input:focus, textarea:focus, button:focus {
  outline: none; }

select {
  border-radius: 0; }

*:focus {
  outline: 0 !important;
  box-shadow: 0; }

input::placeholder {
  font-size: 16px;
  color: #80b51b; }

.c-icon {
  width: 16px;
  height: 16px;
  fill: #80b51b;
  /*
   * ========== BEM Modifiers ==========
   */
  /* List of items */
  /* Colors */
  /* Layout */
  /* Aligned to right in a flex box*/ }
  .--inverse .c-icon {
    fill: #ffffff; }
  .c-icon--detail {
    width: 56px;
    height: 56px;
    fill: #ffffff; }
  .c-icon--close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    fill: #ffffff; }
  .c-icon--close-scorm {
    width: 20px;
    height: 20px;
    fill: #333333;
    margin-right: 10px; }
  .c-icon--type-view {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    fill: currentColor; }
  .c-icon--certificate {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    fill: #80b51b; }
  .c-icon--time {
    width: 32px;
    height: 32px;
    margin-left: 4px;
    fill: #80b51b; }
  .c-icon--map {
    width: 20px;
    height: 20px;
    fill: #80b51b; }
  .c-icon--course-sidebar {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    fill: #666666; }
  .c-icon--state-locked {
    fill: #969696; }
  .c-icon--state-started {
    fill: #dedede; }
  .c-icon--state-completed {
    fill: #80b51b; }
  .c-icon--btn {
    display: flex;
    width: 20px;
    height: 20px; }
  .c-icon--type {
    width: 20px;
    height: 20px; }
  .c-icon--employee {
    width: 95%;
    height: auto;
    fill: #cccccc; }
  .c-icon--type-video {
    fill: #80B51B; }
  .c-icon--type-course {
    fill: #B51B1B; }
  .c-icon--type-course-presential {
    fill: #E29C10; }
  .c-icon--type-pdf {
    fill: #009A92; }
  .c-icon--type-webinars {
    fill: #67009A; }
  .c-icon--type-links {
    fill: tomato; }
  .c-icon--disabled {
    fill: #bfbfbf; }
  .c-icon--btn {
    vertical-align: middle;
    margin-right: 8px;
    fill: #ffffff; }
  .c-icon--centered {
    margin: 0; }
  .c-icon--ar {
    margin-left: auto; }
  .c-icon--fullwidth {
    width: 100%;
    padding-bottom: 100%; }

@media screen and (max-width: 767px) {
  .container {
    width: 100%; } }
[class*="col-md-6"] .panel-group + [class*="col-md-6"] {
  margin-bottom: 5px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 0.625em 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .breadcrumb {
      margin: 1.875em 0; } }
  .breadcrumb > li {
    display: inline-block;
    margin-bottom: 0; }
  .breadcrumb > .active {
    color: #666666; }
  .breadcrumb > li + li:before {
    padding: 0 0.875em 0 0.875em;
    color: rgba(102, 102, 102, 0.5);
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 0.9rem; }
  .breadcrumb > li > a {
    color: #80b51b; }

.form-control {
  height: 42px;
  padding: 10px 12px;
  font-size: 1.5rem;
  line-height: 1.42857;
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: #ffffff;
  background-image: none;
  box-shadow: none; }

.form-control:focus {
  border-color: #80b51b;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 181, 27, 0.6); }

select.form-control {
  border: 0;
  outline: 1px solid #cccccc;
  outline-offset: -1px; }

select.form-control:focus {
  border: 0;
  outline: 1px solid #80b51b !important;
  outline-offset: -1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 181, 27, 0.6); }

.input-group-addon {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 0; }

.form-horizontal .control-label {
  font-size: 16px;
  font-weight: 500;
  color: #333333; }

.modal {
  z-index: 10050; }
  .modal.in {
    display: flex !important;
    justify-content: center;
    align-items: center; }

.modal .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px 30px;
  font-weight: 400;
  opacity: 1; }

.modal-content {
  border-radius: 5px; }

.modal-body {
  box-shadow: none;
  margin-bottom: 0;
  border-radius: inherit;
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  margin: 20px; }
  @media (min-width: 768px) {
    .modal-body {
      margin: 20px 40px; } }
  .modal-body--maps {
    margin: 0; }
  .modal-body--rays {
    background-image: url(/css/images/rays.svg);
    background-size: contain;
    background-repeat: no-repeat; }

.modal-header {
  padding: 15px 20px;
  border-bottom: 0px; }
  @media (min-width: 768px) {
    .modal-header {
      padding: 15px 40px; } }

.modal-footer {
  border-top: 0px;
  margin-bottom: 20px; }

.modal-title {
  color: #80b51b;
  font-size: 32px;
  line-height: 0.9;
  font-weight: 300;
  padding-top: 10px; }

.close ~ .modal-title {
  margin-right: 30px; }

.panel {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.page-header {
  border-bottom: none;
  margin: 0; }

.page-header h2 {
  margin: 0; }

.nav-tabs > li > a {
  font-weight: 400;
  color: #333333; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: transparent;
  border-bottom: 2px solid #80b51b;
  color: #80b51b; }

.tab-content {
  padding-top: 1.25em; }
  @media (min-width: 768px) {
    .tab-content {
      padding-top: 1.25em; } }

.pagination_row {
  text-align: center;
  margin-top: 14px; }

.pagination > li > a,
.pagination > li > span {
  border: 1px solid #80b51b;
  color: #80b51b;
  font-weight: 500; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #80b51b;
  background-color: #80b51b;
  color: #ffffff; }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  border-color: #80b51b;
  background-color: #ffffff;
  color: #f2f2f2; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  border-color: #80b51b;
  background-color: rgba(128, 181, 27, 0.2);
  color: #80b51b; }

.slick-dots, .slick-dots li {
  margin: 0; }

.slick-dots li {
  margin: 0 6px; }

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #80b51b;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden; }
  .--inverse .slick-dots li button {
    background-color: transparent;
    border: 1px solid #ffffff; }

.slick-dots li.slick-active button {
  background-color: #80b51b;
  border: 1px solid #80b51b; }
  .--inverse .slick-dots li.slick-active button {
    background-color: #ffffff;
    border: 1px solid #ffffff; }

.slick-dots li button:before {
  content: ''; }

.slick-prev:before, .slick-next:before {
  content: ''; }

.jq-toast-single {
  font-size: 14px;
  font-family: arial,sans-serif;
  line-height: 18px; }

.jq-toast-single h2 {
  margin: 0 8px 7px 0;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 700; }

#lg-outer {
  background: #ffffff !important; }
  #lg-outer .object {
    box-shadow: none !important; }

#lg-slider:after {
  content: "";
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #80b51b;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: -1; }

#lg-gallery .thumb-cont {
  background: #80b51b;
  text-align: center; }

#lg-gallery .thumb-cont .thumb-info {
  background: #80b51b; }

#lg-gallery .thumb-cont .thumb-info .count {
  display: none; }

#lg-gallery .thumb-cont .thumb-info .close {
  width: 14px;
  margin-top: 0;
  background: none; }

#lg-gallery .thumb-cont .thumb-info .close:hover {
  background: none; }

#lg-gallery .thumb-cont .thumb {
  opacity: 1;
  filter: alpha(opacity=100); }

#lg-gallery .thumb-cont .thumb-inner {
  display: inline-block;
  padding: 12px 12px 15px; }

.lg-slide {
  background: none !important; }

.lg-slide em {
  font-style: normal; }

.lg-slide em h3 {
  margin-bottom: 5px; }

.lg-slide p {
  width: 90%;
  margin: 0 auto;
  white-space: pre-wrap; }

.lg-slide .video-cont {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); }

.thumb-info .close {
  opacity: 1; }

.lightbox-img {
  display: none; }

#lg-close {
  background-color: #80b51b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: right;
  line-height: inherit;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1; }

#lg-close:hover {
  color: #80b51b;
  background-color: #ffffff; }

#lg-close:after {
  font-size: 20px;
  left: 15px;
  top: 11px; }

#lg-action {
  top: 47%;
  width: 100%;
  left: 0;
  margin-left: 0 !important;
  height: 40px; }

#lg-action > a {
  background: transparent;
  color: #80b51b;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: background-color 0.3s ease; }

#lg-action > a:hover {
  background: transparent; }

#lg-action > a#lg-prev {
  left: 20px; }

#lg-action > a#lg-next {
  right: 20px; }

#lg-action > a#lg-prev,
#lg-action > a#lg-next {
  position: fixed;
  color: #fff;
  background-color: #80b51b; }

#lg-action > #lg-prev:hover,
#lg-action > #lg-next:hover {
  color: #80b51b;
  background-color: transparent; }

#lg-action > a#lg-prev:before {
  top: 11.5px;
  left: 12px; }

#lg-action > a#lg-next:after {
  top: 11.5px;
  left: 15px; }

#lg-action .cl-thumb {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 38px;
  background: #80b51b;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }

#lg-action .cl-thumb:after {
  text-align: center;
  left: 16px !important;
  bottom: 6px !important;
  color: #ffffff; }

#lg-action .cl-thumb:hover {
  background: #80b51b; }

@media (max-width: 992px) {
  #lg-action {
    top: 0;
    text-align: center; }

  #lg-action > a#lg-prev,
  #lg-action > a#lg-next {
    position: relative;
    left: 0;
    right: 0;
    margin: 10px !important;
    color: #fff;
    background-color: #80b51b; }

  #lg-action > a#lg-prev:hover,
  #lg-action > a#lg-next:hover {
    color: #80b51b;
    background-color: transparent; } }
.theme-krajee-fa .star {
  font-size: 1.1em; }

.theme-krajee-fa .caption {
  margin-top: -0.2em; }

.fc {
  min-height: 200px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  margin: 20px 0 30px;
  font-size: 0.7em !important; }

.fc td,
.fc th {
  border-color: #f0f0f0; }

.fc th {
  font-weight: 400; }

.fc table tr > td:first-child {
  border-left-width: 0; }

#mycalendar .fc-toolbar:before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

#mycalendar .fc-toolbar .fc-center {
  margin-top: 10px;
  position: relative; }

.fc .c-btn-calendar-newevent {
  font-size: 1em;
  border: 2px solid #80b51b;
  background-color: #ffffff;
  color: #80b51b;
  width: 5em;
  min-width: initial;
  height: 5em;
  border-radius: 50%;
  z-index: 950;
  position: absolute;
  right: 25px;
  bottom: 40px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25); }

.fc .c-btn-calendar-newevent:hover {
  background-color: #80b51b;
  color: #ffffff; }

#mycalendar .fc-day-header {
  color: #ADADAD;
  text-align: right;
  font-size: 14px;
  border-bottom-width: 0;
  border-right-color: #eee;
  padding: 10px 12px; }

#mycalendar .fc-day-number {
  padding-right: 10px !important;
  color: #CCC;
  text-align: right !important; }

@media only screen and (min-width: 991px) {
  #mycalendar .fc-day-number {
    font-size: 20px;
    letter-spacing: -2px; } }
#mycalendar .fc-day-grid-event {
  margin: 1px 9px 0; }

.fc-toolbar {
  margin-bottom: 0;
  padding: 0 7px 5px;
  position: relative; }

.fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
  margin-right: .75em; }

.fc-toolbar h2 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #80b51b; }

.fc-toolbar .ui-button {
  border: 0;
  background: 0 0;
  padding: 0;
  outline: none !important;
  text-align: center;
  width: 10px;
  height: 30px;
  border-radius: 50%;
  margin-top: 2px;
  color: #80b51b; }

.fc-toolbar .ui-button:hover {
  background: #fff;
  color: #517211; }

.fc-toolbar .ui-button > span {
  position: relative;
  font-family: 'Material Icons';
  font-size: 20px;
  line-height: 100%;
  width: 10px;
  display: block;
  margin-top: 2px; }

@media only screen and (max-width: 767px) {
  .fc-prev-button > span:berore,
  .fc-next-button > span:berore {
    margin-left: -5px; } }
.fc-toolbar .ui-button > span:before {
  position: relative;
  z-index: 1; }

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
  content: "\E314"; }

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
  content: "\E315"; }

.fc-toolbar .actions.actions-alt > li > a > i,
.fc-toolbar .actions.actions-alt > li.open > a > i {
  color: #80b51b; }

@media only screen and (min-width: 768px) {
  .fc-toolbar .ui-button {
    width: 30px;
    height: 30px; }

  .fc-toolbar .ui-button > span {
    width: 30px; } }
.fc-highlight {
  background: #80b51b;
  opacity: .05;
  filter: alpha(opacity=5); }

.fc-event {
  padding: 0;
  font-size: 11px;
  border-radius: 0;
  border: 0;
  border: 1px solid #80b51b;
  background-color: #80b51b; }

.fc-event .fc-title {
  padding: 2px 8px;
  display: block;
  cursor: pointer; }

.fc-event .fc-time {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  margin: 0 0 0 -1px; }

.fc-view,
.fc-view > table {
  border: 0;
  overflow: hidden; }

.fc-view > table > tbody > tr > .ui-widget-content {
  border-top: 0; }

div.fc-row {
  margin-right: 0 !important;
  border: 0 !important; }

.fc-basic-view .fc-body .fc-row {
  min-height: 5em !important;
  height: auto !important; }

.fc-row .fc-content-skeleton {
  padding-bottom: 8px; }

.fc-today {
  color: #80b51b !important; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px;
  border-color: #eee; }

@media only screen and (min-width: 768px) {
  .fc .c-btn-calendar-newevent {
    width: 6em;
    height: 6em;
    right: 45px;
    bottom: 60px; } }
.calendar-event--course {
  border: 1px solid tomato !important;
  background-color: tomato !important; }

.calendar-event--admin {
  border: 1px solid teal !important;
  background-color: teal !important; }

.calendar-event--user {
  border: 1px solid steelblue !important;
  background-color: steelblue !important; }

/* End Calendar */
/* Actions */
#fc-actions {
  position: absolute;
  bottom: 6px;
  right: 12px; }

#fc-actions > li {
  margin-bottom: 0; }

.actions {
  list-style: none;
  padding: 0;
  z-index: 2;
  margin: 0; }

.actions > li > a:hover:before, .actions > a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100); }

.actions > li > a:before, .actions > a:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0); }

/* End Actions */
span[class*='bgm-'] {
  display: inline-block;
  margin-bottom: 6px;
  min-height: 24px;
  line-height: initial; }

/* reset videojs */
.video-js .vjs-big-play-button:before {
  content: ""; }

.video-js .vjs-big-play-button {
  border: 0;
  background-color: transparent; }

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  background-color: transparent;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

/* end reset videojs */
.vjs-poster:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5); }

.video-js .vjs-big-play-button {
  background-image: url("/bundles/alejandria/css/images/icons.svg");
  background-size: 300% auto;
  background-position: -100% -1000%;
  border-radius: inherit;
  width: 88px;
  height: 88px; }

.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -44px;
  margin-left: -44px; }

.table.dataTable {
  font-size: 1.4rem;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 8px; }

.table > thead > tr > th {
  border-bottom: 0; }

.table.dataTable > tbody > tr:nth-of-type(odd),
.table.dataTable > tbody > tr:nth-of-type(even) {
  background-color: #fafafa;
  border-radius: 5px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0; }

.table > tbody > tr > td:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.table > tbody > tr > td:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f0f0f0;
  background-color: #f0f0f0;
  cursor: pointer; }

table.dataTable > thead > tr > th.sorting {
  position: relative;
  color: #666666; }

table.dataTable > thead > tr > th.sorting:after,
table.dataTable > thead > tr > th.sortable:after,
table.dataTable > thead > tr > th.sorting_asc:after,
table.dataTable > thead > tr > th.sorting_desc:after {
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-size: 1rem;
  content: "\e114";
  color: #666666;
  margin: 3px 0 0 10px; }

table.dataTable > thead > tr > th.sorting_asc:after {
  content: "\e113"; }

.dataTables_wrapper > .row {
  display: none; }

.table.dataTable td:first-child {
  max-width: 220px !important;
  width: auto !important; }

.table.dataTable td:nth-of-type(3) {
  width: 130px !important; }

.table.dataTable td:last-child {
  width: 102px !important;
  min-width: 102px !important; }

.l-header {
  border: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.25);
  /*
   * ========== Media Queries ==========
   */
  /*
   * ========== SELECTORS Combinators ==========
   */
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 1200px) {
    .l-header {
      margin-left: 250px;
      width: calc(100% - 250px);
      height: 150px;
      padding-right: inherit;
      /* Hereda el padding right del body cuando se muestra una modal para sustituir el ancho del scroll */ } }
  @media (min-width: 480px) {
    .b-l-header--topmenu .l-header {
      margin-left: 0;
      width: 100%; } }
  .b-l-header--fixed .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .l-header .navbar-offcanvas {
    border: 0; }
  .l-header__mobile {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .l-header__mobile {
        display: none; } }
  @media (max-width: 1199px) {
    .l-header__offcanvas {
      background-color: #ffffff; } }
  @media (min-width: 1200px) {
    .l-header__user {
      height: 3.125em;
      background-color: #80b51b; } }
  .l-header__nav {
    display: none; }
    @media (min-width: 1200px) {
      .l-header__nav {
        display: block;
        height: 6.25em; } }
  .l-header__nav-logo {
    margin-right: auto; }
  .l-header__container {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1199px) {
      .l-header__container {
        width: 100%; } }
    @media (min-width: 1200px) {
      .l-header__container--user {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        height: inherit; } }
    @media (min-width: 1200px) {
      .l-header__container--nav {
        height: inherit;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start; } }
  .l-header__user-data {
    display: none; }
    @media (max-width: 1199px) {
      .l-header__user-data {
        order: 2;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 1.25em 0; } }
  .l-header__user-options {
    order: 5; }
    @media (min-width: 1200px) {
      .l-header__user-options {
        order: 2; } }
  .l-header__nav-user {
    order: 3; }
    @media (min-width: 1200px) {
      .l-header__nav-user {
        order: 1; } }
  @media (max-width: 1199px) {
    .l-header__nav-site {
      order: 4; } }
  @media (min-width: 1200px) {
    .l-header__user .l-header__nav-site {
      display: none; } }
  .l-header__language {
    order: 1; }
    @media (min-width: 1200px) {
      .l-header__language {
        order: 3; } }

.l-login {
  margin: 0 0 0 18px; }
  @media (max-width: 1199px) {
    .l-header__user .l-login {
      display: none; } }

/*
 * ========== Jasny Overwritten Classes ==========
 */
.navbar-offcanvas {
  position: fixed;
  width: 250px;
  -webkit-overflow-scrolling: touch; }

.navmenu-fixed-right, .navbar-offcanvas.navmenu-fixed-right {
  /*border-width: 0 0 0 0;
  box-shadow: 0px 0px 4px 4px rgba(0,0,0,.25);*/ }

@media (min-width: 1200px) {
  .b-l-header--topmenu .navbar-offcanvas.offcanvas-md {
    position: relative;
    width: 100%; }

  .b-l-header--topmenu .navmenu-fixed-right,
  .b-l-header--topmenu .navbar-offcanvas.navmenu-fixed-right {
    box-shadow: none; }

  .navbar-offcanvas.offcanvas-md {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }
.l-content.canvas-sliding,
.l-content.canvas-slid,
.l-page__logo.canvas-sliding,
.l-page__logo.canvas-slid {
  left: auto !important; }

@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static; } }
.l-footer {
  width: 100%;
  /* if topmenu active */
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 768px) {
    .l-footer {
      width: calc(100% - 250px); } }
  @media (min-width: 768px) {
    .b-l-header--topmenu .l-footer {
      margin-left: 0;
      width: 100%; } }
  @media (min-width: 992px) {
    .image .l-footer {
      position: absolute;
      bottom: 0; } }
  .l-footer__logos {
    background-color: #fafafa;
    padding: 1.25em 0 1.25em 0; }
    @media (min-width: 768px) {
      .l-footer__logos {
        padding: 2.5em 0 2.5em 0; } }
  .l-footer__nav {
    background-color: #0d0d0d;
    padding: 1.25em 0 1.25em 0; }
  .l-footer__container {
    flex-direction: column;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .l-footer__container {
        align-items: flex-end; } }
  .l-footer__list {
    flex-direction: column;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .l-footer__list {
        flex-direction: row; } }
  .l-footer__item {
    margin: 0.375em 0;
    padding: 0; }
    @media (min-width: 992px) {
      .l-footer__item {
        margin: 0; }
        .l-footer__item:not(:last-child):after {
          content: '|';
          color: #80b51b;
          margin: 0 20px 0 20px; } }
  .l-footer__link {
    display: flex;
    align-items: center;
    font-size: 1.4rem; }
    .l-footer__link, .l-footer__link:hover, .l-footer__link:active, .l-footer__link:focus {
      color: #80b51b; }
  .l-footer__icon {
    width: 1.5em;
    height: 1.5em;
    margin-right: 10px;
    fill: #80b51b; }
  .l-footer__credits {
    margin: 0;
    font-size: 1.2rem;
    color: #525252;
    text-align: center; }
    .l-footer__credits a, .l-footer__credits a:hover, .l-footer__credits a:active, .l-footer__credits a:focus {
      color: #525252; }

.l-logos {
  align-items: stretch;
  line-height: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .l-logos__item {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .l-logos__item {
        max-width: 200px;
        margin-right: 60px; } }
    .l-logos__item:last-child {
      margin-right: 0; }
  .l-logos__tit {
    font-size: 1.2rem;
    line-height: normal;
    color: #333333;
    margin-bottom: 10px; }
  .l-logos__link {
    display: flex;
    flex: 1; }
  .l-logos__image {
    margin: 0 auto; }

.l-body {
  display: flex;
  flex-direction: column; }

.l-searchbar {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff; }

.l-main {
  flex: 1 0 auto;
  width: 100%; }
  .landing .l-main {
    margin-top: 130px; }
    @media (min-width: 1200px) {
      .landing .l-main {
        margin-top: 100px; } }
  @media (min-width: 1200px) {
    .l-main {
      margin-top: 100px; } }

.l-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  z-index: 2000;
  box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.25);
  /* if topmenu active */
  /*@include m(white) {
      background-color: $white;
  }*/ }
  @media (min-width: 1200px) {
    .l-content {
      margin-left: 250px;
      width: calc(100% - 250px);
      overflow-y: hidden; } }
  @media (min-width: 1200px) {
    .b-l-header--topmenu .l-content {
      margin-left: 0;
      width: 100%;
      box-shadow: none; } }

.l-page {
  flex: 1 0 auto;
  /* if map active */ }
  .l-page__logo {
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 50px;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .l-page__logo {
        display: none; } }
    .l-page__logo.canvas-slid {
      display: flex; }
    .l-page__logo.canvas-sliding {
      display: flex; }
  .l-page__body {
    position: relative;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 1200px) {
      .l-page__body {
        padding-top: 150px;
        padding-bottom: 100px; } }
    .landing .l-page__body {
      padding-bottom: 0; }
  .map .l-page {
    padding-top: 20px; }

.l-page-header {
  display: flex;
  flex-direction: column;
  margin: 1.25em 0 0.9375em;
  padding: 0; }
  .l-page-header__link, .l-page-header__link:hover, .l-page-header__link:active, .l-page-header__link:focus {
    color: #333333; }
  @media (min-width: 1200px) {
    .l-page-header {
      margin: 2.5em 0 2.5em; } }
  .l-page-header__filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .l-page-header__options {
    flex: 1 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: inherit; }
  .l-page-header__switcher {
    display: flex;
    align-items: center;
    margin-right: 1.25em; }
  .l-page-header__select {
    margin-top: 3.125em; }
    @media (max-width: 767px) {
      .l-page-header__select {
        align-self: flex-end; } }
    @media (min-width: 768px) {
      .l-page-header__select {
        margin-top: 0; } }
  .l-page-header--form {
    margin: 2.5em 0 1.875em; }
    @media (min-width: 768px) {
      .l-page-header--form {
        margin: 3.75em 0 1.875em; } }
  .l-page-header--selects {
    align-items: flex-end; }
    @media (min-width: 768px) {
      .l-page-header--selects {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; } }
  .l-page-header--myspace {
    align-items: flex-end;
    margin: 0 0 1.875em; }
  .l-page-header--breadcrumb {
    margin: 0.625em 0 2.5em; }
  .l-page-header--fullscreen {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* if map active */ }
    .map .l-page-header--fullscreen, .scorm .l-page-header--fullscreen, .moodle .l-page-header--fullscreen {
      margin: 0;
      height: 30px;
      background-color: #ffffff; }
    .l-page-header--fullscreen .l-page-header__link {
      display: inline-flex;
      align-items: center;
      font-size: 1.2rem; }
      @media (min-width: 768px) {
        .l-page-header--fullscreen .l-page-header__link {
          font-size: 1.5rem; } }
    .l-page-header--fullscreen .l-page-header__logo {
      display: flex;
      align-items: center;
      margin: 0 0 0 10px; }
      @media (min-width: 768px) {
        .l-page-header--fullscreen .l-page-header__logo {
          margin: 0 0 0 20px; } }
    .l-page-header--fullscreen .l-page-header__title {
      color: #333333;
      font-size: 1.2rem;
      font-family: "Ubuntu", sans-serif;
      font-weight: 700;
      line-height: normal; }
      @media (min-width: 768px) {
        .l-page-header--fullscreen .l-page-header__title {
          font-size: 1.5rem; } }

.l-block-filters {
  display: flex;
  align-items: baseline;
  justify-content: flex-end; }
  .l-block-filters--margins {
    margin: 0 0 1.875em; }

.l-block-header {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  margin: 1.25em 0 1.25em; }
  @media (min-width: 768px) {
    .l-block-header {
      margin: 1.875em 0 1.875em; } }
  .l-block-header--border-bottom {
    padding: 0 0 16px;
    border-bottom: 1px solid #80b51b; }

.l-block-actions {
  margin: 2.5em 0; }
  @media (min-width: 768px) {
    .l-block-actions--left {
      text-align: left; }
    .l-block-actions--right {
      text-align: right; } }
  .l-block-actions--left {
    text-align: left; }
  .l-block-actions--center {
    text-align: center; }
  .l-block-actions--right {
    text-align: right; }
  @media (max-width: 767px) {
    .l-block-actions--fullwidth {
      display: flex;
      flex-wrap: wrap; } }
  .l-block-actions--small {
    margin: 1.25em 0; }

.l-sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  will-change: opacity;
  opacity: 1; }

/* Layout video */
.video-modal {
  overflow: hidden; }

.l-video {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001; }
  .l-video .video-js-container {
    flex: 1 0 100%; }
    @media (min-width: 480px) {
      .l-video .video-js-container {
        max-width: 75%; } }

/* Map wrapper */
.l-map-wrapper {
  position: relative; }

/* Related */
.l-related {
  margin: 0;
  padding: 50px 0 50px;
  background-color: #f2f3f2; }

/* Comments */
.l-comments {
  margin: 50px 0 0 5px; }
  @media (min-width: 768px) {
    .l-comments {
      margin: 50px 0 0 35px; } }

.l-view__list {
  position: relative;
  display: block; }
  .l-view__list--hidden {
    display: none; }
@media (min-width: 768px) {
  .l-view__results {
    margin-top: -4px; } }
@media (min-width: 1200px) {
  .l-view__results {
    margin-top: -30px; } }
@media (max-width: 767px) {
  .l-view__results-text {
    margin-top: -100px; } }

.l-home {
  padding-bottom: 0; }
  .l-home--first-section {
    padding: 2.5em 0 3.75em;
    background-color: inherit; }
    @media (min-width: 768px) {
      .l-home--first-section {
        padding: 2.5em 0 3.75em; } }
  .l-home--second-section {
    background-color: #80b51b;
    background: none;
    padding: 3.75em 0; }
    @media (min-width: 768px) {
      .l-home--second-section {
        padding: 3.75em 0; } }
  .l-home--third-section {
    padding: 2.5em 0 3.75em;
    background-color: inherit; }
    @media (min-width: 768px) {
      .l-home--third-section {
        padding: 2.5em 0 3.75em; } }

.l-featured {
  margin: 0 0 3.75em;
  padding: 0; }
  @media (min-width: 768px) {
    .l-featured {
      margin: 0 0 2.5em;
      padding: 0; } }

.l-itineraries {
  margin: 0;
  padding: 0 0 3.75em; }
  @media (min-width: 768px) {
    .l-itineraries {
      margin: 0;
      padding: 0; } }

.l-activity,
.l-article,
.l-forum {
  padding: 0; }
  @media (min-width: 768px) {
    .l-activity,
    .l-article,
    .l-forum {
      padding: 0; } }

.l-cta {
  margin: 0 0 2.5em 0; }
  @media (min-width: 768px) {
    .l-cta {
      margin: 0 0 5em 0; } }

.l-my-training {
  position: relative;
  background-color: #ffffff;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .l-my-training {
      display: none; } }
  .l-my-training:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #bfbfbf;
    position: absolute;
    bottom: -1px; }

.l-searchbar {
  position: fixed;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  margin-bottom: 3.125em; }
  @media (min-width: 768px) {
    .l-searchbar {
      height: 150px;
      margin-bottom: 5em; } }

.l-search {
  margin-bottom: 3.125em; }
  @media (min-width: 768px) {
    .l-search {
      margin-bottom: 5em; } }

html.scorm,
html.scorm body {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#content-box {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100% - 30px);
  overflow: hidden; }

.scorm iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%; }

.c-card__title, .c-card__intro, .c-card--employee .c-card__subtitle, .c-list__title, .c-list__text, .p-webinars__lastest-item-title {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  box-orient: vertical; }

.c-logo {
  margin: 0 auto 0 0;
  width: auto;
  height: 30px; }
  @media (min-width: 1200px) {
    .c-logo {
      margin: 0 100px 0 0;
      height: 30px; } }
  .c-logo--page-header {
    margin: 0 10px 0 0;
    height: 24px; }

.c-heading {
  color: #80b51b;
  font-weight: 700;
  position: relative;
  margin: 0;
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-heading__icon {
    margin: 0 15px 0 0;
    width: 40px;
    height: 40px;
    fill: #80b51b; }
  .c-heading--home-primary {
    margin: 0 0 58px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #80b51b; }
    @media (min-width: 768px) {
      .c-heading--home-primary {
        font-size: 3.6rem;
        line-height: 1.1; } }
    .--inverse .c-heading--home-primary {
      color: #ffffff; }
  .c-heading--home-secondary {
    margin: 12px 0 32px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #80b51b; }
    @media (min-width: 768px) {
      .c-heading--home-secondary {
        margin: 12px 0 56px; } }
    .--inverse .c-heading--home-secondary {
      color: #ffffff; }
  .c-heading--article {
    margin-top: 1.5625em; }
  .c-heading--h3 {
    color: #80b51b;
    padding-bottom: 16px;
    margin: 50px 0 30px;
    border-bottom: 1px solid #666666; }
  .c-heading--h4 {
    color: #80b51b;
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #80b51b; }
  .c-heading--icon {
    display: flex;
    align-items: center; }
  .c-heading--first {
    margin-top: 0; }

.c-heading-text {
  margin-top: 10px; }

.c-form--mt {
  margin-top: 30px; }

.btn {
  border-radius: 3px;
  padding: 13px 31px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  /*
   * ========== BEM Modifiers ==========
   */
  /*
   * ========== Selectors ==========
   */
  /*+ a[class*="-block"] {
      margin: 10px 0 0;
  }*/ }
  @media (min-width: 768px) {
    .btn {
      padding: 13px 31px; } }
  .btn.btn-primary {
    border: 1px solid #80b51b;
    background-color: #80b51b;
    color: #ffffff; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      border: 1px solid #618914;
      background-color: #618914;
      color: #ffffff; }
    .--inverse .btn.btn-primary {
      border: 1px solid #ffffff;
      background-color: #ffffff;
      color: #80b51b; }
      .--inverse .btn.btn-primary:hover, .--inverse .btn.btn-primary:active, .--inverse .btn.btn-primary:focus {
        border: 1px solid #e6e6e6;
        background-color: #e6e6e6;
        color: #80b51b !important; }
    .l-header__user .btn.btn-primary {
      border: 1px solid #ffffff;
      background-color: #ffffff;
      color: #80b51b; }
      .l-header__user .btn.btn-primary:hover, .l-header__user .btn.btn-primary:active, .l-header__user .btn.btn-primary:focus {
        border: 1px solid #e6e6e6;
        background-color: #e6e6e6;
        color: #80b51b; }
  .btn.btn-default {
    border: 1px solid #80b51b;
    background-color: transparent;
    color: #80b51b; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
      border: 1px solid #80b51b;
      background-color: #80b51b;
      color: #ffffff; }
    .--inverse .btn.btn-default {
      border: 1px solid #ffffff;
      color: #ffffff; }
      .--inverse .btn.btn-default:hover, .--inverse .btn.btn-default:active, .--inverse .btn.btn-default:focus {
        border: 1px solid #ffffff;
        background-color: rgba(255, 255, 255, 0.3);
        color: #ffffff; }
    .btn.btn-default[disabled], .btn.btn-default[disabled]:hover, .btn.btn-default[disabled]:active, .btn.btn-default[disabled]:focus {
      border-color: #e0e0e0;
      background-color: #ffffff;
      color: #333333; }
    .btn.btn-default--greyscale {
      border: 1px solid #666666;
      color: #666666; }
      .btn.btn-default--greyscale:hover, .btn.btn-default--greyscale:active, .btn.btn-default--greyscale:focus {
        border: 1px solid #666666;
        background-color: #666666;
        color: #ffffff; }
  .btn.btn-lg {
    min-width: 200px;
    padding: 12px 40px; }
  .btn--icon {
    display: flex; }
  .btn--small {
    padding: 10px 16px; }
  .btn--fullwidth {
    flex: 1; }
  .btn--halfwidth {
    width: 100%; }
    @media (min-width: 768px) {
      .btn--halfwidth {
        width: 48%; } }
  .btn--search-more {
    margin-left: auto;
    color: #ffffff; }
    .btn--search-more:after {
      content: '>';
      margin-left: 6px; }
  @media (min-width: 992px) {
    .btn--inline {
      width: auto !important;
      display: inline-block !important; } }
  .btn--link {
    color: #333333;
    font-size: 1.2rem;
    line-height: inherit;
    text-decoration: underline;
    width: auto; }
    .l-login .btn--link {
      font-size: 1.2rem;
      padding: 0;
      margin: 8px 0 0; }
  .btn + .btn:not(.btn--link),
  .btn + .btn:not(a[class*="-block"]) {
    margin-left: 4px; }
    .c-panel__options .btn + .btn:not(.btn--link), .c-panel__options
    .btn + .btn:not(a[class*="-block"]) {
      margin: 0 10px 0 0; }

.btn + .btn {
  margin: 0 0 0 4px; }

.c-panel__options .btn + .btn {
  margin: 0 8px 0 0; }

@media (min-width: 768px) {
  .btn-block {
    display: inline-block;
    width: auto; } }

.btn-block + .btn-block {
  margin: 10px 0 0; }
  @media (min-width: 768px) {
    .btn-block + .btn-block {
      margin: 0; } }

.c-menu {
  padding: 16px 0 16px 18px;
  cursor: pointer;
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 1200px) {
    .c-menu {
      display: none; } }
  .c-menu__line {
    background-color: #80b51b;
    border-radius: 3px;
    width: 28px;
    height: 2px;
    transition: all;
    transition-duration: 300ms; }
    .c-menu__line--center {
      margin: 5px 0; }
    .c-menu__line--last {
      width: 20px;
      margin-left: 8px; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.075); }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e4e4e4; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > a {
  outline: 0; }

.c-user {
  width: 250px;
  display: flex;
  align-items: center;
  margin: 0 -15px;
  padding-left: 0;
  list-style: none;
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 1200px) {
    .c-user {
      width: auto;
      width: initial;
      margin: 0 0 0 20px !important; } }
  .c-user__dropdown {
    margin-bottom: 0;
    width: inherit; }
  .c-user__toggle {
    display: none;
    background-color: #ffffff !important;
    color: #80b51b !important;
    height: 100px;
    cursor: default; }
    @media (min-width: 1200px) {
      .c-user__toggle {
        display: flex;
        align-items: center;
        background-color: transparent !important;
        height: auto;
        cursor: pointer; } }
  .c-user__image {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 35px; }
  .c-user__icon {
    flex: 0 0 auto;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    fill: #bfbfbf; }
    @media (min-width: 1200px) {
      .c-user__icon {
        width: 35px;
        height: 35px;
        fill: #ffffff; } }
    @media (min-width: 1200px) {
      .c-user__icon--offcanvas {
        display: none; } }
  .c-user__title {
    color: #80b51b;
    font-size: 16px;
    font-weight: 700; }
  .c-user__name {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.6rem;
    margin: 0; }
  .c-user__caret {
    display: none; }
    @media (min-width: 1200px) {
      .c-user__caret {
        display: block;
        margin-top: 3px;
        color: #ffffff; } }
  .c-user__list {
    width: inherit;
    background-color: transparent !important;
    border: 0;
    border-radius: 7.5px !important;
    padding: 0;
    box-shadow: none; }
    @media (max-width: 1199px) {
      .c-user__list {
        height: 150px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .c-user__list {
        position: absolute;
        top: 42px !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } }
  .c-user__item {
    margin-bottom: 0;
    border-bottom: 1px solid #bfbfbf !important; }
    .c-user__item:last-child {
      border-bottom: 0 !important; }
    @media (min-width: 1200px) {
      .c-user__item {
        border-bottom: 1px solid #e0e0e0 !important; }
        .c-user__item:first-child {
          border-top-left-radius: inherit;
          border-top-right-radius: inherit; }
        .c-user__item:last-child {
          border-bottom-left-radius: inherit;
          border-bottom-right-radius: inherit; } }
  .c-user__link {
    height: 50px;
    padding: 15px 20px !important;
    font-size: 1.5rem;
    text-decoration: none;
    color: #333333 !important;
    background-color: #e0e0e0 !important;
    border-radius: inherit; }
    .c-user__link:hover, .c-user__link:active, .c-user__link:focus {
      color: #ffffff !important;
      background-color: #80b51b !important; }
    .c-user__item.active .c-user__link {
      color: #ffffff !important;
      background-color: #80b51b !important; }
    @media (min-width: 1200px) {
      .c-user__link {
        color: #80b51b !important;
        background-color: #ffffff !important; }
        .c-user__link:hover, .c-user__link:active, .c-user__link:focus {
          color: #ffffff !important;
          background-color: #80b51b !important; }
        .c-user__item.active .c-user__link {
          color: #ffffff !important;
          background-color: #80b51b !important; } }

.c-nav {
  display: flex;
  flex-direction: column;
  margin: 0 -15px;
  background-color: #009a92;
  background: none;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  @media (min-width: 1200px) {
    .c-nav {
      flex-direction: row;
      margin: 0;
      background: transparent; } }
  @media (max-width: 1199px) {
    .l-header__nav .c-nav {
      display: none; } }
  .c-nav__item {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(128, 181, 27, 0.3); }
    .c-nav__item:last-child {
      border-bottom: 0 !important; }
    @media (min-width: 1200px) {
      .c-nav__item {
        border-bottom: 0 !important; } }
  .c-nav__link {
    height: 50px;
    padding: 15px 20px !important;
    font-size: 16px;
    text-transform: none;
    color: #80b51b !important;
    background-color: transparent !important;
    display: flex !important;
    align-items: center; }
    .c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus {
      background-color: rgba(255, 255, 255, 0.3) !important; }
    .c-nav__item.active .c-nav__link {
      background-color: rgba(255, 255, 255, 0.3) !important; }
    @media (min-width: 1200px) {
      .c-nav__link {
        height: 100px;
        padding: 15px 15px !important; }
        .c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus {
          background-color: rgba(255, 255, 255, 0.3) !important; }
        .c-nav__item.active .c-nav__link {
          background-color: transparent !important;
          border-bottom: 3px solid #80b51b; } }
  .c-nav__icon {
    fill: #80b51b;
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px; }
    @media (min-width: 1200px) {
      .c-nav__icon {
        fill: #80b51b;
        width: 1.5em;
        height: 1.5em; } }
  .c-nav--user {
    background-color: #80b51b; }
    @media (min-width: 1200px) {
      .c-nav--user {
        background-color: transparent; } }
    .c-nav--user .c-nav__item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .c-nav--user .c-nav__link {
      height: 50px;
      color: #ffffff !important; }
      @media (min-width: 1200px) {
        .c-nav--user .c-nav__item.active .c-nav__link {
          border-bottom: 3px solid #ffffff; } }
    .c-nav--user .c-nav__icon {
      fill: #ffffff; }
  @media (max-width: 1199px) {
    .c-nav--sections .c-nav__link {
      /*flex-direction: column;
      align-items: center;
      justify-content: center;*/ } }

.c-search {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  border: transparent;
  border-bottom: 1px solid #666666;
  border-radius: 0;
  background-color: transparent;
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 768px) {
    .c-search {
      width: 60%; } }
  @media (min-width: 1200px) {
    .c-search {
      width: 60%; } }
  .c-search__input {
    flex: 1 0 auto;
    width: inherit;
    font-size: 2.4rem;
    color: #666666;
    background-color: transparent;
    border: none;
    box-shadow: none; }
    @media (min-width: 1200px) {
      .c-search__input {
        font-size: 3rem; } }
    .c-search__input::placeholder {
      color: #cccccc; }
  .c-search__button {
    width: 50px;
    padding: 0;
    font-size: 15px;
    color: #333333;
    background-color: transparent;
    border: none; }
    .c-search__button--active {
      background-color: #ffffff; }
    .c-search__button--desktop {
      display: none; }
      @media (min-width: 768px) {
        .c-search__button--desktop {
          display: flex;
          margin-left: 1.875em; } }
  .c-search__icon {
    width: 1.5em;
    height: 1.5em;
    fill: #80b51b; }
    .l-searchbar .c-search__icon {
      fill: #666666; }

.c-card {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 1.875em;
  text-align: left;
  background-color: transparent;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7.5px;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */
  /* Modifier SEARCH */
  /* Modifier ARTICLE */
  /* Modifier EMPLOYEE */ }
  .c-card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .c-card__header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    position: relative; }
  .c-card__image {
    width: 100%;
    padding: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .c-card__progress {
    position: absolute;
    right: 0.625em;
    bottom: 0.625em; }
    .c-card__progress--floating {
      width: 50%;
      bottom: 0.9375em; }
  .c-card__importance {
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    z-index: 1; }
  .c-card__completed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 181, 27, 0.6);
    background-image: linear-gradient(-225deg, rgba(128, 181, 27, 0.6) 20%, rgba(97, 137, 20, 0.6) 100%);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .c-card__coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 181, 27, 0.6);
    background-image: linear-gradient(-225deg, rgba(128, 181, 27, 0.6) 20%, rgba(0, 154, 146, 0.6) 100%);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .c-card__locked {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 181, 27, 0.6);
    background-image: linear-gradient(-225deg, rgba(128, 181, 27, 0.6) 20%, rgba(0, 154, 146, 0.6) 100%);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .c-card__header-icon {
    width: 56px;
    height: 56px;
    fill: #ffffff; }
  .c-card__status {
    margin-top: 15px;
    color: #ffffff; }
  .c-card__completed + .c-card__progress {
    display: none; }
  .c-card__body {
    padding: 14px 20px 20px;
    background-color: #ffffff;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }
  .c-card__subtitle {
    display: flex;
    align-items: center;
    height: 24px;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 300;
    color: #525252; }
  .c-card__subtitle-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: #525252; }
    .--inverse .c-card__subtitle-icon {
      fill: #525252; }
  .c-card__subtitle-text {
    flex: 1 1 100%; }
  .c-card__title {
    margin: 6px 0 10px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #80b51b;
    line-height: 2rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 42px;
    min-height: 42px; }
  .c-card__rating {
    font-size: 20px;
    color: #80b51b !important; }
  .c-card__intro {
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: #666666;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 72px;
    min-height: 72px; }
    .c-slider .c-card__intro {
      display: none !important; }
    .c-card__intro p {
      font-size: 1.4rem; }
  @media (min-width: 768px) {
    .c-card--search {
      margin-bottom: 0; } }
  .c-card--article {
    box-shadow: none;
    border-radius: 0; }
    .c-card--article .c-card__image {
      border-radius: 7.5px; }
    .c-card--article .c-card__body {
      background-color: transparent;
      padding: 20px;
      text-align: center; }
    .c-card--article .c-card__subtitle {
      font-size: 1.2rem;
      text-transform: uppercase;
      justify-content: center; }
    .c-card--article .c-card__title {
      margin-top: 8px;
      font-size: 2.2rem;
      line-height: 2.5rem;
      height: auto;
      min-height: auto; }
    .c-card--article .c-card__intro {
      margin-bottom: 1.25em;
      font-size: 16px;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      height: 44px;
      min-height: 44px; }
      @media (min-width: 768px) {
        .c-card--article .c-card__intro {
          min-height: auto;
          height: auto; } }
      .c-card--article .c-card__intro p {
        font-size: inherit; }
  .c-card--employee {
    box-shadow: none;
    border-radius: 0;
    text-align: center; }
    .c-card--employee .c-card__figure {
      width: 100%;
      height: 1px;
      padding-bottom: 100%; }
    .c-card--employee .c-card__image {
      border-radius: 50%;
      width: 90%;
      max-width: 160px; }
    .c-card--employee .c-card__body {
      background-color: transparent;
      padding: 0;
      text-align: center; }
    .c-card--employee .c-card__title {
      margin-top: 8px;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 2.2rem;
      height: 42px;
      min-height: 42px; }
    .c-card--employee .c-card__subtitle {
      font-size: 1.4rem;
      line-height: normal;
      font-weight: 400;
      text-transform: normal;
      justify-content: center;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      height: 42px;
      min-height: 42px; }
      .c-card--employee .c-card__subtitle a, .c-card--employee .c-card__subtitle a:hover, .c-card--employee .c-card__subtitle a:active, .c-card--employee .c-card__subtitle a:focus {
        color: #333333; }
  @media (max-width: 767px) {
    .c-card--horizontal {
      display: flex;
      margin-bottom: 0.625em; }
      .c-card--horizontal .c-card__link {
        text-decoration: none !important; }
      .c-card--horizontal .c-card__header {
        flex: 1 0 40%;
        border-radius: 0;
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit;
        overflow: hidden; }
      .c-card--horizontal .c-card__image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: 100%; }
      .c-card--horizontal .c-card__body {
        flex: 1 0 60%;
        border-radius: 0;
        border-top-right-radius: inherit;
        border-bottom-right-radius: inherit;
        padding: 14px 14px 14px; }
      .c-card--horizontal .c-card__title {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        height: 63px;
        min-height: 63px; } }

.c-activity {
  text-align: center;
  /*
   * ========== BEM Elements ==========
   */ }
  .c-activity__list {
    list-style-type: none;
    padding: 0;
    overflow: hidden; }
  .c-activity__item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 5px 0 5px 45px;
    margin-bottom: 15px; }
  .c-activity__icon-box {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    border-radius: 7.5px;
    background-color: #e0e0e0; }
    .--inverse .c-activity__icon-box {
      background-color: rgba(255, 255, 255, 0.25); }
  .c-activity__icon {
    fill: #80b51b;
    align-self: center; }
  .c-activity__title {
    flex: 1 100%;
    margin-bottom: 6px;
    color: #525252;
    font-weight: 700;
    line-height: 20px;
    text-align: left; }
    .--inverse .c-activity__title {
      color: #ffffff; }
  .c-activity__progress {
    flex: 1; }
  .c-activity__continue {
    flex: 0 auto;
    margin-left: 15px;
    color: #80b51b;
    font-size: 1.4rem;
    font-weight: 400; }
    .--inverse .c-activity__continue {
      color: #ffffff; }
  .c-activity__no-activity {
    width: 100%;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 1.25em; }

path[data-name='shirt'] {
  fill: orangered !important; }

/* Stars rate before */
.c-stars {
  margin-right: 25px;
  border-right: 1px solid #80b51b;
  padding-right: 25px;
  display: inline-block;
  color: #80b51b;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== Selectors ==========
   */ }
  .c-stars__rated {
    font-size: 0.8em;
    font-weight: 700; }
  .c-stars .rating-container .empty-stars {
    color: #80b51b; }
  .c-stars .rating-container .filled-stars {
    color: #80b51b; }
  .c-stars .rating-container .clear-rating {
    color: #bfbfbf; }
  .c-stars .clear-rating-active:hover {
    color: #80b51b; }
  .c-stars .rating-container .caption {
    color: #525252; }

.c-slider {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-direction: column;
  /*
   * ========== BEM Elements ==========
   */ }
  .c-slider__item {
    padding-right: 15px;
    padding-left: 15px; }
  .c-slider__nav {
    order: 2;
    position: relative;
    margin-top: 20px; }
    .c-slider__nav--inside {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px; }
      @media (min-width: 768px) {
        .c-slider__nav--inside {
          bottom: 20px; } }
      @media (min-width: 1200px) {
        .c-slider__nav--inside {
          bottom: 50px; } }
    .c-slider__nav--banner {
      bottom: 10px; }
      @media (min-width: 768px) {
        .c-slider__nav--banner {
          bottom: 10px; } }
      @media (min-width: 1200px) {
        .c-slider__nav--banner {
          bottom: 20px; } }
      .c-slider__nav--banner .c-slider__arrow {
        display: none !important; }
  .c-slider__arrow {
    width: 16px;
    height: 16px;
    fill: #80b51b;
    cursor: pointer; }
    .--inverse .c-slider__arrow {
      fill: #ffffff; }
    .c-slider__arrow--prev {
      margin-right: 16px; }
    .c-slider__arrow--next {
      order: 3;
      margin-left: 16px; }

.c-loader {
  width: 100%;
  height: auto;
  min-height: 200px;
  flex-direction: column;
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 768px) {
    .c-loader {
      min-height: 500px; } }
  .c-loader__circle {
    border-radius: 100%;
    border-style: solid;
    border-width: 0.25rem;
    border-color: rgba(51, 51, 51, 0.5);
    border-top-color: transparent;
    height: 5rem;
    width: 5rem;
    animation: loader-rotation 1s infinite linear; }
  .c-loader__text {
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.5);
    margin-top: 20px; }

@keyframes loader-rotation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(359.9deg); } }
.c-filter {
  position: fixed;
  top: 50px;
  left: -290px;
  display: none;
  width: 280px;
  height: calc(100vh - 50px);
  /* Le restamos los 50px que hay hasta el top por el menu */
  padding: 30px 15px 15px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  z-index: 990;
  transition: all;
  transition-duration: .35s;
  overflow-y: auto;
  /*@include multiple(affix) {
      @include mq(small) {
          position: fixed;
          top: 130px;
      } 
  }*/
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 768px) {
    .c-filter {
      position: relative;
      top: 30px;
      left: auto;
      display: block;
      width: auto;
      height: auto;
      padding: 0;
      padding-bottom: 50px;
      background-color: transparent;
      box-shadow: none;
      transition: none; } }
  .c-filter__fieldset {
    margin-top: 20px; }
  .c-filter__legend {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 0;
    color: #496910;
    font-weight: 500; }
  .c-filter__item {
    color: #80b51b;
    font-weight: 400;
    text-transform: capitalize; }
  .c-filter__trigger {
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .c-filter__trigger {
        display: none; } }
  .c-filter__trigger-text {
    margin-left: 8px;
    color: #80b51b;
    font-weight: 500; }
  .c-filter__trigger-icon {
    width: 24px;
    height: 24px;
    fill: #80b51b; }
  .c-filter__reset {
    margin-top: 8px;
    cursor: pointer;
    color: #80b51b;
    font-weight: 700; }
  .c-filter__reset-icon {
    width: 24px;
    height: 24px;
    margin: -3px 0 0 10px;
    fill: #80b51b; }
  .c-filter__close {
    position: absolute;
    top: 10px;
    right: 10px; }
    @media (min-width: 768px) {
      .c-filter__close {
        display: none; } }
  .c-filter__close-icon {
    width: 20px;
    height: 20px;
    fill: #666666; }

.c-checkbox {
  box-sizing: border-box;
  margin-bottom: 0.625em;
  padding: 0;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */
  /*
   * ========== Selectors ==========
   */ }
  .c-checkbox__input:not(:checked), .c-checkbox__input:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .c-checkbox__label {
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none; }
    .c-checkbox__label--filter {
      font-weight: 400;
      color: #80b51b; }
    .c-checkbox__input:disabled + .c-checkbox__label {
      color: inherit;
      cursor: not-allowed; }
    .c-checkbox__label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      margin-top: 2px;
      border: 1px solid #5a5a5a;
      border-radius: 1px;
      z-index: 1;
      transition: .2s; }
      .c-checkbox__input:checked + .c-checkbox__label:before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid #80b51b;
        border-bottom: 1px solid #80b51b;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
      .c-checkbox__input:checked:disabled + .c-checkbox__label:before {
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
      .c-checkbox__input:not(:checked):disabled + .c-checkbox__label:before {
        border: 1px solid rgba(0, 0, 0, 0.25);
        background-color: transparent;
        color: rgba(0, 0, 0, 0.25);
        cursor: not-allowed; }
      .c-checkbox__input--filled-in:checked + .c-checkbox__label:before {
        top: 2px;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
      .c-checkbox__input--filled-in + .c-checkbox__label:before {
        content: '';
        left: 0;
        position: absolute;
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        z-index: 1; }
      .c-checkbox__input--filled-in:not(checked) + .c-checkbox__label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 20% 40%;
        transform-origin: 100% 100%; }
      .c-checkbox__input--filled-in:disabled:not(:checked) + .c-checkbox__label:before {
        background-color: transparent;
        border: 1px solid transparent; }
      .c-checkbox__input--filled-in:disabled:checked + .c-checkbox__label:before {
        background-color: transparent; }
    .c-checkbox__input:not(.c-checkbox__input--filled-in) + .c-checkbox__label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      margin-top: 2px;
      border: 0;
      border-radius: 1px;
      z-index: 1;
      transition: .2s;
      -webkit-transform: scale(0);
      transform: scale(0); }
    .c-checkbox__input--filled-in + .c-checkbox__label:after {
      content: '';
      left: 0;
      position: absolute;
      border-radius: 2px;
      transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
      z-index: 1; }
    .c-checkbox__input--filled-in:not(checked) + .c-checkbox__label:after {
      top: 2px;
      width: 20px;
      height: 20px;
      border: 1px solid #5a5a5a;
      background-color: transparent;
      z-index: 0; }
    .c-checkbox__input--filled-in:checked + .c-checkbox__label:after {
      top: 2px;
      width: 20px;
      height: 20px;
      border: 1px solid #80b51b;
      background-color: #80b51b;
      z-index: 0; }
    .c-checkbox__input--filled-in:disabled:not(checked) + .c-checkbox__label:after {
      border-color: #bdbdbd;
      background-color: transparent; }
    .c-checkbox__input--filled-in:disabled:checked + .c-checkbox__label:after {
      background-color: #bdbdbd;
      border-color: #bdbdbd; }
  .c-checkbox--header {
    margin: 0; }
  .c-checkbox--alone {
    margin-top: 30px; }
    .c-checkbox--alone .c-checkbox__label {
      font-weight: 400;
      color: #333333; }
  .c-checkbox--second-level {
    margin-left: 30px; }
  .c-checkbox--block-actions {
    flex: 1 0 100%;
    margin-bottom: 20px;
    text-align: left; }
  .c-checkbox--collapse {
    display: flex;
    align-items: baseline; }
    .c-checkbox--collapse .c-checkbox__arrow {
      margin-left: auto; }
      .c-checkbox--collapse .c-checkbox__arrow:after {
        font-family: 'Glyphicons Halflings';
        font-size: 12px;
        content: "\e114";
        color: #80b51b; }
      .c-checkbox--collapse .c-checkbox__arrow.collapsed:after {
        content: "\e080"; }
  .c-compliance .c-checkbox {
    margin-bottom: 0; }

.c-label-group {
  display: flex;
  margin-right: 10px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .c-label-group {
      margin-right: 15px; } }

.c-label-list {
  display: none; }
  @media (min-width: 768px) {
    .c-label-list {
      display: flex;
      list-style: none;
      /* hack display-inline elements */
      line-height: 0;
      /* hack display-inline elements */
      height: 40px;
      padding: 0;
      margin: 0 20px; } }
  .c-label-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-right: 15px; }
  .c-label-list__number {
    font-size: 16px;
    color: #808080;
    margin-left: 5px; }

.c-label {
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-label__icon {
    fill: #ffffff; }
  .c-label--first-level {
    width: 28px;
    height: 28px;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .c-label--first-level {
        width: 40px;
        height: 40px; } }
    .c-label--first-level .c-label__icon {
      width: 20px;
      height: 20px; }
  .c-label--second-level {
    width: 28px;
    height: 28px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .c-label--second-level {
        width: 32px;
        height: 32px; } }
    .c-label--second-level .c-label__icon {
      width: 18px;
      height: 18px; }
  .c-label--icon {
    background-color: #858585; }
    @media (min-width: 768px) {
      .c-label-group .c-label--icon {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; } }
    .isCompleted .c-label--icon {
      background-color: #80b51b; }
  .c-label--index {
    display: none;
    background-color: #f2f2f2;
    color: #525252; }
    @media (min-width: 768px) {
      .c-label-group .c-label--index {
        display: flex;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
    .isCompleted .c-label--index {
      color: #80b51b; }
  .c-label--type-list {
    width: 24px;
    height: 24px;
    border: initial;
    background-color: #858585; }
    .c-label--type-list .c-label__icon {
      width: 16px;
      height: 16px; }
    .p-itinerary .isCompleted .c-label--type-list {
      background-color: #80b51b; }
  .c-label--type-video {
    background-color: rgba(128, 181, 27, 0.2); }
  .c-label--type-course {
    background-color: rgba(181, 27, 27, 0.2); }
  .c-label--type-course-presential {
    background-color: rgba(226, 156, 16, 0.2); }
  .c-label--type-pdf {
    background-color: rgba(0, 154, 146, 0.2); }
  .c-label--type-webinars {
    background-color: rgba(103, 0, 154, 0.2); }
  .c-label--type-links {
    background-color: rgba(255, 99, 71, 0.2); }
  .c-label--progress {
    padding: 0.3125em 0.625em;
    border-radius: 5px;
    background-color: #ffffff;
    color: #80b51b;
    font-size: 1.2rem;
    font-weight: 400; }
  .c-label--activity {
    padding: 0.3125em 0.625em;
    border-radius: 5px;
    background-color: #80b51b;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700; }
    .--inverse .c-label--activity {
      background-color: rgba(255, 255, 255, 0.25); }
  .c-label--completed {
    background-color: #80b51b;
    color: #ffffff; }
  .c-label--incompleted {
    background-color: #b51b1b;
    color: #ffffff; }
  .c-label--importance {
    margin: 0.5em 0 0;
    border: none;
    border-radius: 5px;
    padding: 0.3125em 0.625em 0.25em;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #ffffff; }
  .c-label--essential {
    background-color: #b51b1b;
    color: #ffffff; }
  .c-label--suggested {
    background-color: #F89406;
    color: #ffffff; }
  .c-label--other {
    background-color: #fdcb0c;
    color: #ffffff; }

.c-progress {
  display: flex;
  align-items: baseline;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-progress__bar {
    background-color: #80b51b;
    border-radius: 3px;
    box-shadow: none; }
    .--inverse .c-progress__bar {
      background-color: #ffffff; }
  .c-progress__text {
    flex: 0 1 auto;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #525252; }
  .c-progress__inline-wrapper {
    display: flex;
    align-items: center;
    flex: 1 0 auto; }
  .c-progress__bg {
    height: 10px;
    flex: 1 1 100%;
    margin-bottom: 0;
    padding: 2px;
    border-radius: 5px;
    box-shadow: none;
    background-color: #e0e0e0; }
    .c-progress__bg--shadow {
      box-shadow: 0px 0 4px 0 rgba(0, 0, 0, 0.8);
      background-color: #ffffff; }
    .--inverse .c-progress__bg {
      background-color: rgba(255, 255, 255, 0.25); }
    @media (min-width: 768px) {
      .c-onboarding__progress .c-progress__bg {
        background-color: #ffffff; } }
  .c-progress__percentage {
    flex: 1 0 auto;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #525252; }
    @media (min-width: 768px) {
      .c-onboarding__progress .c-progress__percentage {
        color: #ffffff; } }
  .c-progress--light {
    background-color: #e0e0e0; }
  .c-progress--dark {
    background-color: #666666; }
  .c-progress--vertical {
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    margin: 0 1.25em 0 0; }
    .c-progress--vertical .c-progress__text {
      margin-bottom: 4px; }

.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.video-wrapper .video-responsive {
  max-width: initial; }

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  flex: 1 0 100%; }

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-listview {
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-listview__list {
    list-style-type: none;
    padding-left: 0; }
  .c-listview--myspace .c-listview__item {
    margin: 0 0 25px;
    border-radius: 5px;
    box-shadow: #cccccc 0 0 16px; }
  .c-listview--compound-course .c-listview__item {
    margin: 0 0 10px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 12px 14px; }
    @media (min-width: 768px) {
      .c-listview--compound-course .c-listview__item {
        padding: 12px 20px; } }

.c-comment {
  margin: 50px 0 0 0;
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 768px) {
    .c-comment {
      margin: 50px 0 0; } }
  .c-comment__header {
    margin: 0 0 30px;
    font-size: 3rem;
    font-weight: 500; }
  .c-comment__add {
    display: flex; }
  .c-comment__list {
    margin-top: 20px;
    overflow: auto; }
  .c-comment__item {
    display: flex;
    margin: 15px 0; }
  .c-comment__user {
    display: none; }
    @media (min-width: 768px) {
      .c-comment__user {
        display: block;
        width: 50px;
        margin: 0 25px 0 0; } }
    .c-comment__user--other {
      display: block;
      margin: 20px 15px 0 0; }
      @media (min-width: 768px) {
        .c-comment__user--other {
          margin: 25px 25px 0 0; } }
  .c-comment__user-icon {
    width: 50px;
    height: 50px;
    fill: #858585; }
  .c-comment__image {
    width: 50px;
    height: 50px; }
  .c-comment__input {
    flex: 1 1 100%;
    padding-top: 5px; }
  .c-comment__text {
    flex: 1 1 100%;
    border-top: 1px solid #cccccc;
    padding: 20px 0; }
  .c-comment__username {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #4d4d4d; }
  .c-comment__date {
    margin: 0 0 10px;
    font-size: 1.2rem;
    color: #666666; }
  .c-comment__message {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #4d4d4d; }
  .c-comment__icon {
    width: 32px;
    height: 32px;
    fill: #80b51b; }
  .c-comment__icon-number {
    font-size: 14px;
    font-weight: 700;
    fill: #80b51b; }

.c-compliance {
  margin-top: 30px;
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-compliance__box {
    border: 2px solid #80b51b;
    padding: 10px; }
    .c-compliance__box--disabled {
      border: 2px dashed #cccccc;
      color: #cccccc; }

.c-inputfile__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.c-inputfile__thumbnail {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  display: inline-block; }
.c-inputfile__btn {
  display: inline-flex;
  max-width: 100%;
  margin-top: 0.5rem;
  border: 1px solid #80b51b;
  border-radius: 3px;
  padding: 6px 10px;
  background-color: #80b51b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.33333;
  text-transform: none;
  cursor: pointer; }
  .c-inputfile__btn:hover, .c-inputfile__btn:active, .c-inputfile__btn:focus {
    background-color: #618914;
    border: 1px solid #618914; }
  .c-inputfile__btn svg {
    margin-right: 0.5em; }
  .c-inputfile__btn svg path {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: #ffffff;
    margin-top: -0.25em;
    margin-right: 0.25em; }

.c-rule {
  margin-top: 50px;
  padding: 15px 0;
  border: 1px solid #4d4d4d;
  overflow: hidden;
  /*
   * ========== BEM Elements ==========
   */ }
  .c-rule__title {
    margin: 15px 0 10px;
    padding: 4px;
    background-color: #4d4d4d;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center; }
    @media (min-width: 768px) {
      .c-rule__title {
        margin-top: 0; } }
    .c-rule__title--nomargin {
      margin-top: 0; }
  .c-rule__list {
    margin-bottom: 0;
    padding-left: 2rem; }
  .c-rule__item {
    margin-bottom: 0;
    font-size: 1.2rem; }
  .c-rule__text {
    width: 85%;
    display: inline-block;
    vertical-align: top; }
  .c-rule__icon {
    width: 15%;
    display: inline-block;
    text-align: right;
    vertical-align: top; }
    .c-rule__icon.isFail {
      color: #b51b1b; }

.c-panel {
  display: flex;
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 768px) {
    .c-panel {
      width: 100%; } }
  @media (min-width: 768px) {
    .c-panel__header {
      flex: 0 0 25%;
      border-top-left-radius: inherit;
      border-bottom-left-radius: inherit; } }
  @media (min-width: 768px) {
    .c-panel__image {
      display: block;
      width: 100%;
      height: 100%;
      border-top-left-radius: inherit;
      border-bottom-left-radius: inherit;
      background: url(assets/images/course-default.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; } }
  .c-panel__body {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #80b51b;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    background-color: #ffffff;
    padding: 20px 15px 15px; }
    @media (min-width: 768px) {
      .c-panel__body {
        flex: 1 auto;
        padding: 20px 20px 15px; } }
  .c-panel__tit {
    flex: 1 100%;
    margin: 0 0 0.625em;
    font-size: 2rem;
    color: #80b51b; }
  .c-panel__description {
    font-size: 16px; }
  .c-panel__text {
    display: inline;
    /* If last element is a p */
    /* If last element is not a p */ }
    .c-panel__text p:last-child {
      display: inline; }
    .c-panel__text :not(p):last-child {
      margin-bottom: 10px; }
  .c-panel__more-detail {
    display: inline-block; }
  .c-panel__separator {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #bfbfbf; }
    .c-panel__separator--vertical {
      border: 0;
      border-left: 1px solid #bfbfbf;
      height: 30px;
      margin: 4px 10px; }
      @media (min-width: 768px) {
        .c-panel__separator--vertical {
          margin: 4px 20px; } }
  .c-panel__options {
    flex: 1 100%;
    align-self: flex-end;
    display: flex;
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.25em; }
  .c-panel__dedication {
    display: flex;
    align-items: center; }
  .c-panel__progress {
    flex: 1;
    flex: 0 1 180px; }

.c-select {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-select__label {
    margin-right: 15px; }
  @media (min-width: 768px) {
    .c-select__dropdown {
      display: none; } }
  .c-select__selected {
    display: none; }
    @media (min-width: 768px) {
      .c-select__selected {
        position: relative;
        display: inline-block;
        min-width: 100px;
        margin-bottom: 0;
        border: 1px solid #666666;
        border-radius: 5px;
        padding: 8px 16px;
        background-color: transparent;
        color: #666666;
        cursor: pointer;
        /* Style the arrow inside the select element */ }
        .c-select__selected:after {
          content: "";
          position: absolute;
          top: 18px;
          right: 10px;
          width: 0;
          height: 0;
          border: 4px solid transparent;
          border-color: #666666 transparent transparent transparent; } }
    .c-select__selected--active {
      /* Style the arrow inside the select element when is active */ }
      .c-select__selected--active:after {
        border-color: transparent transparent #333333 transparent;
        top: 14px; }
  .c-select__list {
    min-width: 100px;
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #666666;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding-left: 0;
    list-style-type: none;
    z-index: 99; }
    .c-select__list--hide {
      display: none; }
  .c-select__item {
    color: #333333;
    margin-bottom: 0;
    padding: 8px 16px;
    cursor: pointer; }
    .c-select__item:hover, .c-select__item:active, .c-select__item:focus {
      background-color: rgba(0, 0, 0, 0.05); }
    .c-select__item--selected {
      background-color: rgba(0, 0, 0, 0.1); }
  .c-select--last {
    margin-right: 0; }
  .c-select--custom {
    position: relative; }
    @media (min-width: 992px) {
      .c-select--custom select {
        display: none;
        /*hide original SELECT element: */ } }

.c-banner {
  position: relative;
  overflow: hidden;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-banner [class^="slick"] {
    height: inherit; }
  .c-banner__item {
    height: inherit;
    line-height: 0; }
  .c-banner__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: inherit;
    margin: 0;
    text-align: left;
    background-color: transparent; }
    .c-banner__wrapper:before {
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(51, 51, 51, 0.4);
      z-index: 1; }
  .c-banner__image {
    border-radius: inherit;
    width: auto;
    height: inherit; }
  .c-banner__info {
    width: 100%;
    text-align: center;
    z-index: 2; }
    .image .c-banner__info {
      top: calc(50% - 50px);
      /* 50px is half of footer height without logos */ }
  .c-banner__tit {
    display: flex;
    flex-direction: column;
    margin: 0.625em;
    color: #ffffff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .c-banner__tit {
        font-size: 4.2rem; } }
    @media (min-width: 992px) {
      .c-banner__tit {
        font-size: 5rem; } }
    @media (min-width: 1200px) {
      .c-banner__tit {
        font-size: 6rem; } }
    .c-banner__tit--small {
      margin-bottom: 0.625em;
      color: #ffffff;
      font-size: 60%; }
  .c-banner__subtit {
    margin-bottom: 1.875em;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 300; }
    @media (min-width: 768px) {
      .c-banner__subtit {
        font-size: 2.2rem; } }
  .c-banner--slider {
    height: 448px;
    margin-bottom: 0 !important; }
    @media (min-width: 768px) {
      .c-banner--slider {
        height: 517px; } }
    @media (min-width: 1200px) {
      .c-banner--slider {
        height: 524px; } }
    @media (min-width: 1600px) {
      .c-banner--slider {
        height: 636px; } }
    @media (min-width: 1920px) {
      .c-banner--slider .c-banner__image {
        width: 100%;
        height: auto; } }
  .c-banner--cover {
    width: 100%;
    height: calc(100vh - 130px);
    margin: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .c-banner--cover {
        height: calc(100vh - 100px); } }
    .c-banner--cover .c-banner__item {
      padding: 0; }
    .c-banner--cover .c-banner__image {
      height: inherit; }
  .c-banner--card {
    height: 400px;
    overflow: hidden;
    border-radius: 7.5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
    .c-banner--card .c-banner__wrapper:before {
      background-color: rgba(128, 181, 27, 0.6);
      border-radius: inherit; }
    .c-banner--card .c-banner__info {
      top: initial;
      bottom: calc(5% + 30px);
      left: 50%;
      transform: translate(-50%, 0%);
      width: 80%;
      text-align: center; }
    .c-banner--card .c-banner__tit {
      margin: 0 0 0.3125em;
      font-size: 3rem;
      line-height: 110%; }
    .c-banner--card .c-banner__subtit {
      margin: 0 0 0.3125em;
      font-size: 1.8rem;
      line-height: 110%; }
  @media (min-width: 1920px) {
    .c-banner--fullwidth .c-banner__image {
      width: 100%;
      height: auto; } }

.c-feature {
  width: 100%;
  margin-bottom: 2.5em;
  text-align: center;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .c-feature {
      height: 350px; } }
  @media (min-width: 992px) {
    .c-feature {
      height: auto; } }
  .c-feature__circle {
    position: relative;
    margin: 0 auto;
    width: 50%;
    padding-bottom: 50%;
    border-radius: 50%;
    background-color: #f7f7f7; }
    @media (min-width: 768px) {
      .c-feature__circle {
        width: 60%;
        padding-bottom: 60%; } }
  .c-feature__icon {
    width: 50%;
    height: 50%;
    fill: #80b51b;
    border-radius: initial; }
    @media (min-width: 768px) {
      .c-feature__icon {
        width: 80px;
        height: 80px; } }
    @media (min-width: 992px) {
      .c-feature__icon {
        width: 60px;
        height: 60px; } }
    @media (min-width: 1200px) {
      .c-feature__icon {
        width: 72px;
        height: 72px; } }
  .c-feature__title {
    margin: 1.25em 0 0.625em;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #80b51b; }
  .c-feature__text {
    font-size: 16px;
    color: inherit; }

.c-features {
  margin-bottom: 0;
  padding: 2.5em 0;
  text-align: center; }
  .c-features__header {
    margin: 1.875em; }
    @media (min-width: 768px) {
      .c-features__header {
        margin: 1.875em 10%; } }
    @media (min-width: 992px) {
      .c-features__header {
        margin: 1.875em 20% 3.125em; } }
  .c-features__heading {
    margin-bottom: 0.625em; }
  .c-features__intro {
    font-size: 16px; }

.c-list {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-list__list {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0;
    overflow: auto; }
  .c-list__item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 8px 5px 95px;
    margin-bottom: 15px; }
  .c-list__image {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 5px;
    left: 0; }
  .c-list__subtitle {
    font-size: 1.2rem;
    font-weight: 300; }
  .c-list__title {
    color: #80b51b;
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 45px;
    min-height: 45px; }
  .c-list__link, .c-list__link:hover, .c-list__link:active, .c-list__link:focus {
    color: #80b51b; }
  .c-list__text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 62px;
    min-height: 62px;
    font-size: 1.4rem;
    line-height: 2.1rem; }
    .c-list__text p {
      font-size: 1.4rem;
      /* for paragraphs from tinymce */ }
  .c-list__btn {
    align-self: flex-end; }
  .c-list--article {
    height: 370px; }
  .c-list--forum .c-list__list {
    max-height: inherit; }
  .c-list--forum .c-list__item {
    padding: 5px 8px 5px 45px; }
  .c-list--forum .c-list__image {
    top: 2px;
    width: 30px;
    height: 30px; }

.c-cookies {
  position: fixed;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  padding: 20px 20px 0;
  background-color: #80b51b;
  text-align: center;
  /*
   * ========== BEM Elements ==========
   */ }
  .c-cookies__text {
    font-size: 1.2rem;
    line-height: normal; }
    .--inverse .c-cookies__text {
      color: #ffffff; }
      .--inverse .c-cookies__text p {
        color: #ffffff; }
      .--inverse .c-cookies__text a {
        color: #ffffff; }
    .c-cookies__text p {
      font-size: 1.2rem; }

.c-task {
  /*
   * ========== BEM Elements ==========
   */ }
  .c-task__list {
    list-style: none;
    margin-top: 1.875em;
    padding-left: 0; }
  .c-task__item {
    margin: 1em 0;
    display: flex; }
    @media (min-width: 768px) {
      .c-task__item {
        margin: 1.5em 0; } }
  .c-task__icon {
    align-self: flex-start;
    margin-right: 10px; }

.c-category {
  /*
   * ========== BEM Elements ==========
   */ }
  .c-category__list {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    border: 1px solid #525252;
    border-radius: 7.5px; }
  .c-category__item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 8.5px 5px; }
    .c-category__item:not(:last-child) {
      border-bottom: 1px solid #525252; }
  .c-category__title {
    margin-bottom: 0;
    text-align: center; }
  .c-category__link, .c-category__link:hover, .c-category__link:active, .c-category__link:focus {
    color: #80b51b; }

.c-collapsible {
  margin: 0 0 1.25em;
  background-color: #fafafa;
  border-radius: 5px;
  box-shadow: none;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-collapsible__heading {
    position: relative;
    padding: 14px 20px; }
    .c-collapsible__heading:after {
      position: absolute;
      top: 13px;
      right: 10px;
      font-family: 'Glyphicons Halflings';
      font-size: 12px;
      content: "\e114";
      color: #333333; }
      .collapsed .c-collapsible__heading:after {
        content: "\e080"; }
  .c-collapsible__link, .c-collapsible__link:hover, .c-collapsible__link:active, .c-collapsible__link:focus {
    text-decoration: none; }
  .c-collapsible__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333333; }
  .c-collapsible__body {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    padding: 15px 20px;
    background-color: inherit;
    color: #333333;
    overflow: hidden; }
    .c-collapsible__body p:last-child {
      margin-bottom: 0; }
  .c-collapsible__image {
    float: left;
    width: 30%;
    margin: 0 1.25em 1.25em 0;
    cursor: pointer; }
  .c-collapsible--glossary {
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    background-color: #ffffff; }
    .c-collapsible--glossary .c-collapsible__heading {
      padding: 14px 0; }
      .c-collapsible--glossary .c-collapsible__heading:before {
        position: absolute;
        top: 13px;
        left: 0;
        font-family: 'Glyphicons Halflings';
        font-size: 12px;
        color: #80b51b;
        content: "\2212"; }
      .c-collapsible--glossary .c-collapsible__heading:after {
        content: ''; }
    .c-collapsible--glossary .collapsed .c-collapsible__heading:before {
      content: "\2b"; }
    .c-collapsible--glossary .c-collapsible__title {
      padding-left: 20px;
      color: #80b51b; }
    .c-collapsible--glossary .c-collapsible__body {
      color: inherit; }

.c-language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 8px 3px 0 15px;
  padding: 4px 12px;
  list-style-type: none;
  z-index: 4000;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  @media (min-width: 1200px) {
    .c-language {
      justify-content: flex-start;
      margin: 0 0 0 15px; } }
  .c-language__toggle, .c-language__toggle:hover, .c-language__toggle:active, .c-language__toggle:focus {
    text-decoration: none;
    color: #80b51b; }
  @media (min-width: 1200px) {
    .c-language__toggle, .c-language__toggle:hover, .c-language__toggle:active, .c-language__toggle:focus {
      color: #ffffff; } }
  .c-language__list {
    right: 0;
    left: auto;
    min-width: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 0;
    padding: 0; }
  .c-language__item {
    margin-bottom: 0; }
    .c-language__item:last-child {
      border-bottom: 0 !important; }
    .c-language__item:first-child {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
    .c-language__item:last-child {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit; }
  .c-language__link {
    padding: 10px 20px !important;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 2.0rem !important;
    color: #80b51b !important;
    background-color: #ffffff !important;
    border-radius: inherit; }
    .c-language__link:hover, .c-language__link:active, .c-language__link:focus {
      color: #ffffff !important;
      background-color: #80b51b !important; }
    .c-user__item.active .c-language__link {
      color: #ffffff !important;
      background-color: #80b51b !important; }
  .c-language--logged {
    margin: 4px 3px 0 15px; }
    @media (min-width: 1200px) {
      .c-language--logged {
        margin: 9px 3px 0 15px; } }
    @media (max-width: 991px) {
      .c-language--logged .c-language__toggle, .c-language--logged .c-language__toggle:hover, .c-language--logged .c-language__toggle:active, .c-language--logged .c-language__toggle:focus {
        color: #80b51b; } }

.c-tabs {
  display: flex;
  flex-direction: row;
  height: 50px;
  margin-top: 2.25em;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #bfbfbf;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  .c-tabs__item {
    height: inherit;
    margin: 0;
    padding: 0 20px; }
    .c-tabs__item.active {
      z-index: 1000;
      border-bottom: 2px solid #80b51b; }
  .c-tabs__link {
    display: flex;
    height: inherit;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #858585;
    cursor: pointer; }
    .c-tabs__link:hover, .c-tabs__link:active, .c-tabs__link:focus {
      color: inherit;
      text-decoration: none; }
    .active .c-tabs__link {
      font-weight: 700;
      color: #333333; }
  .c-tabs--course {
    height: 90px;
    margin-top: 0;
    border-radius: 0; }
    .c-tabs--course .c-tabs__item {
      flex-grow: 1;
      max-width: 25%;
      border-right: 1px solid #bfbfbf;
      padding: 0; }
      .c-tabs--course .c-tabs__item.active {
        border-bottom: 2px solid #ffffff; }

.c-authors {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 480px) {
    .c-authors {
      flex-direction: row;
      align-items: flex-start; } }
  .c-authors__figure {
    flex: 0 0 25%;
    width: 50%;
    height: auto;
    padding: 0;
    overflow: hidden; }
    @media (max-width: 479px) {
      .c-authors__figure {
        margin-bottom: 10px; } }
    @media (min-width: 480px) {
      .c-authors__figure {
        width: 100%; } }
  .c-authors__image {
    border-radius: 50%; }
    .c-authors__image:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .c-authors__body {
    margin: 10px 0 0;
    text-align: center; }
    @media (min-width: 480px) {
      .c-authors__body {
        margin: 0 0 0 10px;
        text-align: left; } }
  .c-authors__heading {
    margin: 0 0 0.5em;
    font-size: 1.8rem; }
  .c-authors__text {
    font-size: 1.2rem; }
    @media (min-width: 480px) {
      .c-authors__text {
        font-size: 1.4rem; } }
    @media (min-width: 768px) {
      .c-authors__text {
        font-size: inherit; } }

.c-validation-hint {
  min-height: 3.2em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .9em; }
  .c-validation-hint > * {
    display: none;
    margin: 0;
    padding: 10px  0;
    color: darkred; }
    .c-validation-hint > *.c-validation-hint-active {
      display: block; }

.c-validation {
  display: none;
  min-height: 3.2em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .9em; }
  .c-validation__hint {
    display: none;
    margin: 0;
    padding: 10px  0;
    color: darkred; }
    .c-validation__hint--active {
      display: block; }
  .c-validation--active {
    display: block; }

.c-table__icon {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-right: 16px; }
.c-table__text-icon {
  margin: 3px 0 0 40px;
  display: block; }
.c-table__text {
  display: inline-block;
  margin-top: 3px; }
.c-table__rating {
  color: #80b51b;
  display: flex;
  margin-top: 3px; }
  .c-table__rating .fa {
    font-size: 1.8rem;
    margin-right: 4px; }
    .c-table__rating .fa:last-child {
      margin-right: 0; }

.c-cta {
  display: flex;
  flex-direction: column;
  margin: 0;
  /*
   * ========== BEM Elements ==========
   */ }
  @media (min-width: 768px) {
    .c-cta {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .c-cta {
      flex-wrap: nowrap; } }
  .c-cta__item {
    position: relative;
    justify-content: flex-end;
    flex-direction: column;
    height: 200px;
    margin: 0;
    border-top: 0.625em solid white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.875em;
    text-align: center; }
    @media (min-width: 768px) {
      .c-cta__item {
        flex: 1 0 50%;
        height: 260px; }
        .c-cta__item:nth-child(odd) {
          border-right: 0.625em solid white; } }
    @media (min-width: 992px) {
      .c-cta__item {
        height: 260px;
        flex: 1 0 0;
        border-right: 0.625em solid white; }
        .c-cta__item:last-child {
          border-right: 0; } }
    @media (min-width: 1200px) {
      .c-cta__item {
        height: 262px; } }
    @media (min-width: 1600px) {
      .c-cta__item {
        height: 318px; } }
    .c-cta__item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(51, 51, 51, 0.4); }
    .c-cta__item--1 {
      background-color: #80b51b; }
    .c-cta__item--2 {
      background-color: #009a92; }
    .c-cta__item--3 {
      background-color: #80b51b; }
    .c-cta__item--4 {
      background-color: #80b51b; }
  .c-cta__title {
    margin: 0 0 0.3125em 0;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    z-index: 2; }
    @media (min-width: 768px) {
      .c-cta__title {
        font-size: 2.2rem; } }
    @media (min-width: 1200px) {
      .c-cta__title {
        font-size: 2.2rem; } }
  .c-cta__subtitle {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    z-index: 2; }
    @media (min-width: 768px) {
      .c-cta__subtitle {
        font-size: 1.6rem; } }
    @media (min-width: 1200px) {
      .c-cta__subtitle {
        font-size: 1.6rem; } }
  .c-cta__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .c-cta__link, .c-cta__link:hover, .c-cta__link:active, .c-cta__link:focus {
      text-decoration: none; }

.c-home-comments {
  margin: 0 0 1.875em;
  text-align: center; }
  .c-home-comments__title {
    display: block;
    margin: 0 10% 1.25em;
    font-size: 2.1rem;
    font-weight: 400;
    font-style: italic; }
  .c-home-comments__user {
    font-size: 1.6rem; }

.c-faq + .c-faq {
  margin-top: 3.125em; }
.c-faq__title {
  margin-top: 0;
  color: #666666;
  font-weight: 700; }

.c-countdown {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-right: 1.25em;
  /*
   * ========== BEM Elements ==========
   */ }
  .c-countdown__square {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 0.625em;
    border: 2px solid #80b51b;
    border-radius: 3px; }
    @media (min-width: 992px) {
      .c-countdown__square {
        width: 50px;
        height: 50px; } }
  .c-countdown__days {
    color: #80b51b;
    font-size: 2.4rem;
    font-weight: 900; }
    @media (min-width: 992px) {
      .c-countdown__days {
        font-size: 2.8rem; } }
  .c-countdown__body {
    flex: 1 1 auto; }
  .c-countdown__title {
    margin: 0;
    color: #80b51b;
    font-size: 1.8rem;
    font-weight: 900; }
  .c-countdown__subtitle {
    color: #525252;
    font-size: 1.1rem; }
    @media (min-width: 768px) {
      .c-countdown__subtitle {
        color: #ffffff; } }
  .c-countdown--webinar {
    flex-flow: initial;
    flex-direction: column;
    margin: 0 0 20px 0; }
    @media (min-width: 992px) {
      .c-countdown--webinar {
        flex-direction: row;
        align-items: center;
        margin: 0; } }
    .c-countdown--webinar .c-countdown__container {
      display: flex;
      flex-direction: column;
      margin-left: 0; }
    .c-countdown--webinar .c-countdown__vals {
      display: flex;
      flex-direction: row;
      width: 100%;
      border: 1px solid #FFF;
      border-radius: 5px; }
    .c-countdown--webinar .c-countdown__labels {
      display: flex;
      flex-direction: row;
      width: 100%; }
    .c-countdown--webinar .c-countdown__val {
      position: relative;
      display: flex;
      flex-direction: column;
      flex: 1 1 0;
      align-items: center;
      padding: 10px 20px 10px;
      line-height: 1;
      font-size: 3.2rem;
      font-weight: 600; }
      @media (min-width: 768px) {
        .c-countdown--webinar .c-countdown__val {
          font-size: 2.8rem;
          padding: 10px 15px 10px; } }
      .c-countdown--webinar .c-countdown__val + .c-countdown__val {
        border-left: 1px solid #FFF; }
    .c-countdown--webinar .c-countdown__label {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 1rem;
      padding: 0 3px 1px; }
    .c-countdown--webinar .c-countdown__header {
      margin: 0;
      font-size: 2rem;
      font-weight: 400;
      padding: 0 0 0.4em;
      text-align: center; }
      @media (min-width: 768px) {
        .c-countdown--webinar .c-countdown__header {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .c-countdown--webinar .c-countdown__header {
          margin: 0 25px 0 0;
          padding: 0;
          font-size: 2rem; } }

.p-course {
  /*
   * ========== BEM Elements ==========
   */ }
  .p-course__hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding: 0 0.9375em;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 992px) {
      .p-course__hero {
        min-height: 500px;
        padding: 3.75em 0.9375em; } }
    .p-course__hero:after {
      position: absolute;
      content: ' ';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(51, 51, 51, 0.5); }
  .p-course__header {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    z-index: 10; }
    @media (min-width: 992px) {
      .p-course__header {
        max-width: 720px;
        margin: 0 auto 90px; } }
    @media (min-width: 1200px) {
      .p-course__header {
        max-width: 800px; } }
  .p-course__title {
    margin: 0 0 0.625em;
    font-size: 2.4rem;
    font-weight: 400; }
    @media (min-width: 768px) {
      .p-course__title {
        font-size: 3.2rem; } }
    @media (min-width: 992px) {
      .p-course__title {
        font-size: 4rem; } }
  .p-course__subtitle {
    margin: 0 0 0.25em;
    font-family: "Roboto", serif;
    font-size: 1.8rem;
    font-weight: 400; }
    @media (min-width: 768px) {
      .p-course__subtitle {
        font-size: 2.4rem; } }
    @media (min-width: 992px) {
      .p-course__subtitle {
        font-size: 2.4rem; } }
  .p-course__header-btn {
    margin: 1.25em 0 0; }
  .p-course__body {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    background: #ffffff; }
    @media (min-width: 992px) {
      .p-course__body {
        margin: 0 auto 100px;
        min-height: 500px;
        margin-top: -90px; } }
  .p-course__tabs {
    padding: 0; }
    @media (min-width: 992px) {
      .p-course__tabs {
        padding: 0 2.5em 0 0; } }
  .p-course__tab-content {
    padding: 2.5em 0.9375em 2.5em; }
    @media (max-width: 991px) {
      .p-course__tab-content {
        display: flex;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .p-course__tab-content {
        padding: 3.125em 0 3.125em 0; } }
  .p-course__tab-pane {
    margin-bottom: 1.5625em; }
    @media (min-width: 768px) {
      .p-course__tab-pane {
        margin-bottom: 3.125em; } }
    @media (max-width: 991px) {
      .p-course__tab-pane[data-index='1'] {
        order: 1; }
      .p-course__tab-pane[data-index='2'] {
        order: 2; }
      .p-course__tab-pane[data-index='3'] {
        order: 3; } }
    @media (max-width: 991px) {
      .p-course__tab-content .p-course__tab-pane {
        display: block; } }
    .p-course__tab-pane:last-child {
      margin-bottom: 0; }
  .p-course__heading {
    margin: 0 0 0.625em 0;
    color: #80b51b; }
    @media (min-width: 992px) {
      .p-course__heading {
        display: none; } }
  .p-course__description {
    margin: 0 0 0.625em; }
    @media (min-width: 992px) {
      .p-course__description {
        margin: 0 0 0.625em; } }
  .p-course__more-info {
    margin: 0 0 0.625em; }
    @media (min-width: 992px) {
      .p-course__more-info {
        margin: 0 0 1.25em; } }
  @media (max-width: 991px) {
    .p-course__sidebar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0.9375em 0.9375em;
      background-color: #ffffff;
      box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.2);
      z-index: 5000; } }
  @media (min-width: 992px) {
    .p-course__sidebar {
      padding: 2.5em 2.5em 2.5em 0; } }
  .p-course__preinscription {
    margin: 1.25em 0;
    padding: 0;
    list-style: none; }
  .p-course__preinscription-item {
    font-size: 1.4rem;
    line-height: normal; }
    .p-course__preinscription-item:before {
      content: '\2219';
      font-size: 20px; }
    .p-course__preinscription-item:first-child {
      margin-bottom: 0; }
  .p-course__preinscription-link {
    font-size: 1.4rem;
    line-height: normal; }
  .p-course__progress-container {
    display: flex; }
  .p-course__progress {
    width: 60%; }
  .p-course__social {
    display: flex;
    align-items: center;
    margin: 1.5625em 0 0; }
    @media (max-width: 767px) {
      .p-course__social {
        justify-content: space-between; } }
    @media (min-width: 992px) {
      .p-course__social {
        margin: 1.875em 0 0; } }
  .p-course__info {
    display: flex;
    align-items: flex-start;
    margin: 1.5625em 0 0;
    color: #666666; }
    @media (min-width: 992px) {
      .p-course__info {
        margin: 1.875em 0 0; } }
    .p-course__info + .p-course__info {
      margin: 0.625em 0 0; }
      @media (min-width: 992px) {
        .p-course__info + .p-course__info {
          margin: 1.25em 0 0; } }
  .p-course__info-icon {
    align-self: flex-start;
    margin-right: 0.9375em; }
  .p-course__info-data {
    margin-bottom: 0.3125em; }
  .p-course__info-label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0; }
  .p-course__info-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.3125em; }
  .p-course__info-link, .p-course__info-link:hover, .p-course__info-link:active, .p-course__info-link:focus {
    text-decoration: none; }

.p-course-activity {
  display: flex;
  flex-direction: column;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */ }
  .p-course-activity__row {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .p-course-activity__index {
    display: none; }
    @media (min-width: 768px) {
      .p-course-activity__index {
        display: block;
        min-width: 20px;
        margin: 0 1.25em 0 0;
        font-weight: 700;
        text-align: right;
        color: #666666; } }
  .p-course-activity__icon-box {
    width: 48px;
    height: 48px; }
  .p-course-activity__icon {
    width: 32px;
    height: 32px; }
  .p-course-activity__title {
    flex: 1 1 0;
    margin: 0 14px;
    font-size: 16px;
    color: #666666; }
    @media (min-width: 768px) {
      .p-course-activity__title {
        margin: 0 20px; } }
  .p-course-activity__link, .p-course-activity__link:hover, .p-course-activity__link:active, .p-course-activity__link:focus {
    text-decoration: none; }
  .isLocked .p-course-activity__link {
    pointer-events: none; }
  .p-course-activity__extras {
    margin: 10px 0 0;
    color: #c4c4c4; }
    @media (min-width: 768px) {
      .p-course-activity__extras {
        margin: 10px 44px 0 108px; } }
  .p-course-activity__info {
    display: none; }
    @media (min-width: 768px) {
      .p-course-activity__info {
        display: block;
        color: #666666; } }
  .p-course-activity__compliance {
    flex: 1 1 100%;
    margin: 0; }
  .p-course-activity__icon-state {
    width: 24px;
    height: 24px;
    margin-left: auto; }
    .p-course-activity__icon-state--started {
      fill: #dedede; }
    .p-course-activity__icon-state--completed {
      fill: #80b51b; }
    .p-course-activity__icon-state--locked {
      fill: #969696; }
  @media (min-width: 768px) {
    .p-course-activity--disabled .p-course-activity__index {
      color: #666666; } }
  .p-course-activity--disabled .p-course-activity__title {
    color: #666666; }
  .p-course-activity--disabled .p-course-activity__icon-box {
    background-color: #c4c4c4; }
  .p-course-activity--disabled .p-course-activity__icon {
    fill: #666666; }

.p-glossary {
  /*
   * ========== BEM Elements ==========
   */
  /* Special bootstrap modifications for glossary */ }
  .p-glossary__bar {
    width: 100%;
    height: 50px;
    margin: 0px; }
    .p-glossary__bar--transparent {
      background-color: transparent; }
    .p-glossary__bar--fixed-top {
      border-top: 1px solid #e6e6e6;
      background-color: #ffffff;
      box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.07);
      position: fixed;
      top: 50px;
      left: 0px;
      padding: 0 15px;
      z-index: 1050; }
      @media (min-width: 768px) {
        .p-glossary__bar--fixed-top {
          top: 150px; } }
  .p-glossary__list {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    height: 50px;
    text-align: justify !important;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto; }
  .p-glossary__item {
    font-size: 1.2em;
    padding: 8px 0; }
  .p-glossary__link {
    color: #80b51b; }
    .p-glossary__bar--fixed-top .p-glossary__link {
      color: #80b51b; }
    .p-glossary__link:after {
      content: '\2022';
      margin: 0 10px; }
      @media (min-width: 768px) {
        .p-glossary__link:after {
          margin: 0 30px; } }
      .p-glossary__item:last-child .p-glossary__link:after {
        content: '';
        margin: 0; }
    .p-glossary__link:hover, .p-glossary__link:active, .p-glossary__link:focus {
      text-decoration: none; }
  .p-glossary__definitions {
    margin-top: 0.625em; }
    .p-glossary__bar--fixed-top + .p-glossary__definitions {
      margin-top: 5em;
      /* p-glossary__definitions margin-top (10px) + p-glossary__bar--fixed-top height (50px) + l-page-header margin bottom (20px) */ }
    @media (min-width: 768px) {
      .p-glossary__definitions {
        margin-top: 1.25em; }
        .p-glossary__bar--fixed-top + .p-glossary__definitions {
          margin-top: 6.25em;
          /* p-glossary__definitions margin-top (20px) + p-glossary__bar--fixed-top height (50px) + l-page-header margin bottom (30px) */ } }
  .p-glossary__letter-section {
    margin-bottom: 1.25em; }
  .p-glossary__letter-tit {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px 16px;
    background-color: transparent;
    color: #80b51b;
    font-weight: 500; }
  .p-glossary .panel:first-child {
    margin-top: 5px; }
  .p-glossary .panel-group {
    margin-bottom: 0; }

.p-article {
  /*
   * ========== BEM Elements ==========
   */ }
  .p-article__date {
    font-size: 1.4rem;
    color: #666666; }
  .p-article__image {
    margin: 30px 0 40px;
    border-radius: 7.5px; }

.p-detail__body {
  margin-bottom: 0.9375em; }
.p-detail__image {
  margin-bottom: 1.25em; }
  @media (min-width: 768px) {
    .p-detail__image {
      margin-bottom: 0; } }
.p-detail__state {
  position: relative; }
  @media (min-width: 768px) {
    .p-detail__state {
      margin: 0 2rem 1.4rem 0;
      width: 50%;
      float: left; } }
  @media (min-width: 992px) {
    .p-detail__state {
      margin: 0 2rem 1.4rem 0;
      width: 40%; } }
  .p-detail__state:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); }
.p-detail__progress {
  position: absolute;
  right: 0.625em;
  bottom: 0.625em; }
  .p-detail__state .p-detail__progress {
    right: 0.9375em;
    bottom: 0.9375em; }
.p-detail__tit {
  margin: 0.9375em 0;
  color: #80b51b;
  font-size: 3rem;
  font-weight: 400; }
  @media (min-width: 768px) {
    .p-detail__tit {
      margin: 30px 0;
      font-size: 3.8rem; } }
  @media (min-width: 992px) {
    .p-detail__tit {
      margin-top: 0; } }
.p-detail__actions {
  margin: 1.25em 0 0; }
.p-detail__footer {
  margin: 2.5em 0 1.25em 0;
  padding: 1.125em 0.9375em;
  background-color: #f0f0f0; }
.p-detail__social {
  display: flex;
  align-items: center;
  margin: 0.5em 0 0 0; }

.p-itinerary {
  margin-top: 0.625em; }
  @media (min-width: 768px) {
    .p-itinerary {
      margin-top: 1.25em; } }
  .p-itinerary__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0.875em; }
    @media (min-width: 992px) {
      .p-itinerary__intro {
        flex-direction: row;
        align-items: baseline;
        margin: 0 0 1.25em; } }
  .p-itinerary__social {
    margin: 0.625em 0; }
  .p-itinerary__tit {
    flex: 1;
    margin: 0 0 14px 0;
    color: #80b51b;
    font-weight: 700; }
    @media (min-width: 992px) {
      .p-itinerary__tit {
        margin: 0 50px 0 0; } }
  .p-itinerary__more-info {
    position: relative;
    flex: 0;
    padding: 0 30px 0 0;
    color: #80b51b; }
    .p-itinerary__more-info, .p-itinerary__more-info:hover, .p-itinerary__more-info:active, .p-itinerary__more-info:focus {
      color: #80b51b;
      box-shadow: none; }
    .p-itinerary__more-info:after {
      position: absolute;
      top: 5px;
      right: 6px;
      font-size: 1.25rem;
      font-family: 'Glyphicons Halflings';
      content: "\e114";
      color: #80b51b; }
    .p-itinerary__more-info.collapsed:after {
      top: 4px;
      content: "\e080"; }
  .p-itinerary__info {
    margin: 20px 0 0; }
  .p-itinerary__image {
    margin-bottom: 1.25em; }
  .p-itinerary__progress {
    position: relative;
    margin: 1.25em 0 1.5625em; }
  .p-itinerary__panel .panel-group {
    margin-bottom: 0; }
  .p-itinerary__panel .panel {
    border-radius: 7.5px;
    box-shadow: none; }
  @media screen and (max-width: 767px) {
    .p-itinerary__panel--breakout {
      padding: 25px;
      margin: 25px;
      margin-left: -1000px;
      margin-right: -1000px;
      padding-left: 1000px;
      padding-right: 1000px; } }
  .p-itinerary__list {
    list-style: none;
    padding-left: 0; }
    .p-itinerary__list > .panel-default {
      border: none; }
      .p-itinerary__list > .panel-default > a, .p-itinerary__list > .panel-default > a:hover {
        text-decoration: none; }
    .p-itinerary__list.first-level > .panel-default {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
    .p-itinerary__list .panel-heading {
      position: relative;
      border: none;
      border-radius: 3px; }
    .p-itinerary__list.first-level .panel-heading {
      display: flex;
      align-items: center;
      padding: 0.25em 1.875em 0.25em 0.625em;
      z-index: 1000; }
      @media (min-width: 768px) {
        .p-itinerary__list.first-level .panel-heading {
          padding: 0.25em 2.8125em 0.25em 0.9375em;
          border-left: 16px solid #ffffff; } }
    .p-itinerary__list.second-level.panel-group {
      padding-top: 3px;
      background-color: whitesmoke; }
    .p-itinerary__list.second-level .panel + .panel {
      margin-top: 3px; }
    .p-itinerary__list.second-level > li:first-child {
      margin-top: 1px; }
    .p-itinerary__list.second-level .panel-heading {
      padding: 0.25em 1.875em 0.25em 1.5em; }
      @media (min-width: 768px) {
        .p-itinerary__list.second-level .panel-heading {
          padding: 0.5em 2.8125em 0.5em 3.4375em;
          border-left: 16px solid #ffffff; } }
    .p-itinerary__list .c-accordion-toggle .panel-heading:after {
      position: absolute;
      right: 6px;
      font-size: 1.25rem;
      font-family: 'Glyphicons Halflings';
      content: "\e114";
      color: #80b51b; }
    .p-itinerary__list .c-accordion-toggle.collapsed .panel-heading:after {
      content: "\e080"; }
    .p-itinerary__list .panel-collapse {
      border-radius: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
    .p-itinerary__list .panel-body {
      padding: 20px 15px;
      border-radius: inherit;
      box-shadow: inset 0px 10px 8px -8px rgba(0, 0, 0, 0.15); }
      .p-itinerary__list .panel-body .video-js-container {
        margin-bottom: 30px; }
    @media (min-width: 768px) {
      .p-itinerary__list.first-level > .isCompleted .panel-heading {
        border-left: 16px solid #80b51b; }
      .p-itinerary__list.second-level > .isCompleted .panel-heading {
        border-left: 16px solid #80b51b; }
      .p-itinerary__list .panel-body {
        padding-top: 40px; }
      .p-itinerary__list .c-accordion-toggle .panel-heading:after {
        right: 15px; } }
    @media (min-width: 992px) {
      .p-itinerary__list.first-level .panel-title {
        max-width: 60%; }
      .p-itinerary__list.second-level .panel-title {
        max-width: 100%; } }
  .p-itinerary__title {
    flex: 1;
    margin: 0;
    color: #525252; }
    .isCompleted .p-itinerary__title {
      color: #80b51b; }
    .first-level .p-itinerary__title {
      font-size: 1.8rem;
      margin-right: 0.9375em; }
      @media (min-width: 768px) {
        .first-level .p-itinerary__title {
          font-size: 2rem;
          margin-right: 1.25em; } }
    .second-level .p-itinerary__title {
      font-size: 16px; }
      @media (min-width: 768px) {
        .second-level .p-itinerary__title {
          font-size: 1.8rem; } }
  .p-itinerary__icon-state {
    margin-left: auto; }
    .p-itinerary__icon-state--started {
      fill: #dedede; }
    .p-itinerary__icon-state--completed {
      fill: #80b51b; }
    .p-itinerary__icon-state--locked {
      fill: #969696; }

.rectangular__span--tachado {
  text-decoration: line-through; }

.p-inscription__info {
  margin: 0 0 1.875em;
  border-radius: 5px;
  background-color: #ebebeb;
  padding: 1.25em;
  text-align: center; }
.p-inscription__info-price {
  font-size: 3rem; }
.p-inscription__table-row {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #cccccc; }
  .p-inscription__table-row--no-margin {
    border: 0; }
.p-inscription__table-col {
  flex: 1;
  text-align: left;
  padding: 0.875em 0.875em; }
  .p-inscription__table-col--header {
    font-weight: 700; }
  .p-inscription__table-row--no-margin .p-inscription__table-col {
    border: 0; }
  .p-inscription__table-col .form-group {
    margin-bottom: 0; }
.p-inscription__panel {
  background-color: #ebebeb; }

.p-webinars {
  /*
   * ========== BEM Elements ==========
   */
  /* Next */
  /* Latest */ }
  .p-webinars__hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding: 0 0.9375em;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 992px) {
      .p-webinars__hero {
        min-height: 400px;
        padding: 3.75em 0.9375em; } }
    .p-webinars__hero:after {
      position: absolute;
      content: ' ';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(51, 51, 51, 0.5); }
  .p-webinars__header {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    z-index: 10; }
    @media (min-width: 992px) {
      .p-webinars__header {
        max-width: 720px;
        margin: 0 auto 0; } }
    @media (min-width: 1200px) {
      .p-webinars__header {
        max-width: 800px; } }
  .p-webinars__info {
    padding: 25px 0 25px;
    background: #80b51b;
    color: #ffffff; }
  .p-webinars__info-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 768px) {
      .p-webinars__info-flex {
        flex-direction: row;
        margin: 0; } }
  .p-webinars__info-date-icon {
    margin: 0 1.875em 0 0;
    fill: #ffffff; }
  .p-webinars__info-date-flex {
    position: relative;
    display: flex;
    margin: 0 0 32px 0; }
    @media (max-width: 767px) {
      .p-webinars__info-date-flex:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -16px;
        width: 50px;
        height: 1px;
        border-bottom: 1px solid #ffffff;
        transform: translateX(-50%); } }
    @media (min-width: 768px) {
      .p-webinars__info-date-flex {
        margin: 0;
        padding-right: 50px;
        border-right: 1px solid #ffffff; } }
  .p-webinars__info-date-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
  .p-webinars__info-date {
    margin: 4px 0 0 0;
    font-size: 1.3rem; }
    @media (min-width: 768px) {
      .p-webinars__info-date {
        font-size: 1.5rem; } }
  .p-webinars__info-date-label {
    display: block;
    font-size: 2.06rem;
    line-height: 1; }
    @media (min-width: 768px) {
      .p-webinars__info-date-label {
        margin: 0;
        font-size: 2rem; } }
  .p-webinars__btn-access {
    margin: 0;
    color: #ffffff !important;
    border: 1px solid #ffffff !important; }
    @media (min-width: 768px) {
      .p-webinars__btn-access {
        margin: 0; } }
    .p-webinars__btn-access:hover, .p-webinars__btn-access:active, .p-webinars__btn-access:focus {
      color: #80b51b !important;
      border: 1px solid #ffffff !important;
      background-color: #ffffff !important; }
  .p-webinars__next {
    padding: 30px 0 25px;
    background: #f2f2f2; }
    @media (min-width: 768px) {
      .p-webinars__next {
        padding: 60px 0 60px; } }
  .p-webinars__next-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 250px;
    margin: 0 0 15px;
    padding: 15px;
    font-weight: 300;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 8px solid #ffffff;
    box-shadow: 0 5px 10px rgba(65, 92, 14, 0.15); }
    @media (min-width: 768px) {
      .p-webinars__next-item {
        height: 420px;
        padding: 25px; } }
    .p-webinars__next-item > * {
      position: relative;
      z-index: 10; }
    .p-webinars__next-item:before {
      content: '';
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(51, 51, 51, 0.5); }
  .p-webinars__next-item-date {
    font-size: 1.4rem; }
  .p-webinars__next-item-title {
    margin: 1rem 0 2rem;
    font-size: 2.2rem;
    line-height: 1.4; }
  .p-webinars__lastest {
    margin: 50px 0; }
    @media (min-width: 768px) {
      .p-webinars__lastest {
        margin: 80px 0 60px; } }
  .p-webinars__lastest-dropdown {
    margin: 0 0 15px 0;
    text-align: left; }
    .p-webinars__lastest-dropdown .btn {
      text-align: left; }
  .p-webinars__lastest-nav {
    font-size: 16px;
    margin: 0 0 50px 0; }
    .p-webinars__lastest-nav .active a {
      background: none !important; }
  .p-webinars__lastest-item {
    display: flex !important;
    margin: 0 0 25px 0; }
    @media (min-width: 768px) {
      .p-webinars__lastest-item {
        flex-direction: column;
        display: block;
        margin: 0 0 45px 0; } }
  .p-webinars__lastest-item-img {
    width: 120px;
    margin: 0 10px 0 0;
    align-self: flex-start;
    flex: 1 0 auto;
    cursor: pointer; }
    @media (min-width: 768px) {
      .p-webinars__lastest-item-img {
        width: auto;
        margin: 0 0 10px;
        align-self: auto; } }
  .p-webinars__lastest-item-content {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    cursor: pointer; }
    @media (min-width: 768px) {
      .p-webinars__lastest-item-content {
        flex: 1 1 auto; } }
  .p-webinars__lastest-item-date {
    margin: 0;
    font-size: 1.2rem;
    line-height: normal; }
  .p-webinars__lastest-item-host {
    margin: 0 0 5px;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .p-webinars__lastest-item-host {
        margin: 0 0 10px; } }
  .p-webinars__lastest-item-title {
    margin: 0;
    font-size: 16px;
    color: #80b51b;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 68px;
    min-height: 68px; }

/*

.c-countdown {
    display: flex;
    flex-direction: column;
    // margin-bottom: 10px;
    //margin-left: auto;


    @include mq(medium) {
        flex-direction: row;
        align-items: center;
        margin-left: 0;
    }

    .countdown__container{
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    .c-countdown__vals,
    .c-countdown__labels{
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .c-countdown__vals{
        border: 1px solid #FFF;
        border-radius: 5px;
    }

    .c-countdown__label,
    .c-countdown__val{
        display: flex;
        flex-direction: column;
        flex: 1 1 0;
        align-items: center;
        padding: .5em 8px .4em;
        line-height: 1;
        font-size: 1.6rem;
        font-weight: 600;


        @include mq(small) {
            font-size: 2.8rem;
        }
    }

    .c-countdown__val{
        padding: .4em 8px .3em;
        line-height: 1;

        & +  .c-countdown__val{
            border-left: 1px solid #FFF;
        }

        @include mq(small) {
            padding: .4em 15px .3em;
        }
    }

    .c-countdown__header,
    .c-countdown__label{
        font-size: .9rem;
        font-weight: 400;

        @include mq(small) {
            font-size: 1.1rem;
        }
    }

    .c-countdown__header{
        margin: -1.5em 0 0;
        padding: 0;
        white-space: nowrap;


        padding: 0 0 0.4em;
        white-space: nowrap;
        text-align: center;

        @include mq(medium) {
            margin: 0 25px 0 0;
            align-self: flex-start;
            // text-align: left;
        }
    }

    .c-countdown__label{
        padding: .6em 0;
    }

}
*/
