
.course-image {
    min-height: 120px;
    padding-bottom: 30px;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #00876a;
}
 
.course-image:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    right: 0;
    background-color: rgb(255,255,255);
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    bottom: -20px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

@media (min-width: 768px) { 
	.course-image {
		height: auto;
		padding-bottom: 0;
	}

	.course-image:after {
	    content: "";
	    position: absolute;
	    display: block;
	    top: 0;
	    width: 30px;
	    height: 101%;
	    right: -15px;
	    background-color: rgb(255, 255, 255);
	    -webkit-transform: skewX(-3deg);
	    transform: skewX(-3deg);

	    -webkit-transform-origin: 50%;
	    transform-origin: 50%;
	}


.grid-view .course-image {
    min-height: 120px;
    padding-bottom: 30px;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #00876a;
}

.grid-view .course-image:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    right: 0;
    background-color: rgb(255,255,255);
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    bottom: -20px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    top: auto;
}




}

.course-result {
    margin-bottom: 10px;
    overflow: hidden;
}


.course-result .course-event-search-title a {
   font-size: 1rem !important;
   line-height: 1em;
   letter-spacing: 0px;
   color: #fff !important;
}

.course-result .course-event-search-title a:hover {
   color: #ffffff !important;
   text-decoration: underline !important;
}



.course-content .nav-tabs .nav-item .nav-link {
   padding: 0.2rem 1.5rem;
    font-size: 0.75rem;
    font-family: 'Raleway';
    font-weight: 600;
}

.course-summary table {
  font-size:  0.85rem;
}

.course-summary table td {
  width: 33%;
}

.course-details {
    padding: 5px ;
    z-index: 1;
}

.course-details p {
    font-size: 0.85rem;
}

.course-summary {
    text-align: left;
}

.course-summary p {
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.course-details p a.btn {
    font-size: 0.8rem !important;
    font-family: 'Raleway';
    padding: 0.5rem 1rem;
    line-height: 1rem;
} 

.course-details p a.btn.btn-sucess-outline {
    border: 1px solid #3aa43b;
    color: #3aa43b;
}

.course-summary .summary-label, .course-details .summary-label {
    text-transform: uppercase;
    font-family: 'Raleway';
    color:#5f5656;
    font-size:0.55rem;
    letter-spacing: 1px;
    font-weight: 400;
}

.course-badge {
    color: #ffffff;
    margin-top: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-size:0.6em;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #17a2b8;  
    right: 0;
    text-align: right;
}


.nct-purple {background-color: rgba(133,71,126,1)  !important; }

.spaces-remaining-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway';
    margin-bottom: 8px;
}

.border-left-dark-green {
    border-top: 4px solid #00886a;
  }

.border-left-green {
    border-top: 4px solid #3AA43B;
  }
  .border-left-purple {
    border-top: 4px solid #84467e;
  }
  .border-left-orange {
    border-top: 4px solid #f5a029;
  }
  .border-left-blue {
    border-top: 4px solid #00a1ac;
  }

  .course-actions {
      border-top: 1px solid #dee2e6;
  }
  @media (min-width: 768px) { 
    .course-actions {
        border-top: none;
    }
  }

  .course-actions .btn {
      padding: 8px 12px;
      font-size: 14px;
      font-family: 'Raleway', 'Lato';
      font-weight: 500;
      line-height: 1.3;
      border: 1px solid transparent;
  }
  .course-actions .btn.btn-outline-success {
    border-color: #28a745;
    font-size: 12px;
    padding: 6px 18px;
  }
 a.search-sessions-toggle {
      font-size: 11px !important; 
      font-family: 'Raleway', 'Lato';
      font-weight: 600;
  }

.search-sessions-toggle i.fa-rotate-180 {
    transition: all 0.3s linear;
}
.search-sessions-toggle i {
    transition: all 0.3s linear;
}
  
.course-result .course-title a, .course-title .course-event-search-title a {
    font-family: 'Raleway' !important;
    color: #00886a !important;
    font-size: 16px !important;
    line-height: 150% !important;
    font-weight: 500 !important;
}
.course-result .course-title a:hover, .course-title .course-event-search-title a:hover {
    color: #3AA43B !important;
    text-decoration: none !important;
}
.course-data-bold {
    font-weight: 500;
}