@charset "utf-8";
/* CSS Document */

.pn-courselist * {
	box-sizing: border-box;
}
.pn-courselist {
	color: #333333;
	font-size: 14px;
}
.pn-row {
    display: flex;
    flex-wrap: wrap;
}
.pn-col {
	padding: 0 .75rem;
}
.pn-col-xs-12 {
	width: 100%;
}
.course-filter-wrapper {
	margin-bottom: 0.5rem;
}
.filter-title {
	display: inline-block;
	font-weight: bold;
	margin-right: 0.8rem;
}
.course-filter-item {
	cursor: pointer;
}
.course-filter-item.active {
	background: #777;
	color: white;
}
.pn-courselist .card {
	margin: .5rem 0 1rem;
	background-color: #fff;
	transition: box-shadow .25s;
	border-radius: 2px;
	position: relative;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.courselist-card-title {
	padding: 10px;
	color: #424242;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pn-courselist .aspect-ratio-golden {
}
.pn-courselist .aspect-ratio-frame {
	background-color: #f5f5f5;
}
.pn-courselist .aspect-ratio-frame img.aspect-image {
    display: block;
    width: 100%;
}
.courselist-description {
	color: #616161;
	font-size: .8rem;
	line-height: 1.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #e0e0e0;
	margin: 10px;
}

.courselist-all-proposal-terms {
	padding-top: 1px;
	max-height: 80px;
	overflow: hidden;
}
.courselist-proposal-terms {
    padding: 0 0 0 10px;
	display: inline-block;
}
.courselist-chip {
	margin-right: 5px;
    font-size: .8rem;
    background: #ddd;
	display: inline-block;
	color: rgba(0,0,0,.6);
	line-height: 32px;
	padding: 0 12px;
	border-radius: 16px;
}
.courselist-proposal-date {
	min-height: 105px;
	list-style-type: none;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}
.courselist-proposal-date li {
    padding: 5px 15px;
    height: 35px;
    line-height: 35px;
	text-indent: 0;
	margin: 0;
}
.pn-courselist-view-all {
	display: block;
	color: #343434;
	padding: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: 36px;
	transition: .2s ease-out;
}
.pn-courselist-view-all:hover {
	color: #26a69a;
}

body .featherlight .featherlight-content {
}
.pn-courselist-lightbox {
	width: 680px;
}
.pn-courselist-lightbox .courselist-card-title {
	background-color: #555;
	color: white;
	padding: 20px 10px;
}
body .featherlight .featherlight-close-icon {
    top: 45px;
	right: 29px;
	background: none;
	font-size: 24px;
	color: white;
}
.pn-courselist-lightbox .aspect-ratio-frame {
    text-align: center;
}
.pn-courselist-lightbox .aspect-image {
	margin-top: 10px;
	margin-bottom: 20px;
	max-height: 320px;
	width: auto;
}
.pn-courselist-lightbox .proposal-category {
	color: #aaa;
	padding-bottom: 5px;
}
.pn-courselist-lightbox .courselist-all-proposal-terms {
    max-height: unset;
	margin-bottom: 10px;
}
.pn-courselist-lightbox .courselist-description {
	border-bottom: none;
}
.pn-courselist-lightbox .dates {
	padding: 10px;
	color: #aaa;
}
.pn-courselist-lightbox .courselist-proposal-date {
	border-top: 1px solid #aaa;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: none;
}
.pn-courselist-lightbox .courselist-proposal-date li {
	border: 1px solid #aaa;
	border-top: none;
	text-align: center;
	line-height: 40px;
	height: auto;
}

@media (max-width: 1024px) {
	body .featherlight .featherlight-content {
		padding: 25px 25px 0;
	}
}
@media (max-width: 720px) {
	.pn-courselist-lightbox {
		width: 100%;
	}
}
@media (max-width: 559px) {
	.pn-col-xs-12 {
		float: none;
	}
}
@media (min-width: 560px) {
	.pn-col-sm-6 {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.pn-col-md-4 {
		width: 33.33%;
	}
}
@media (min-width: 1199px) {
	.pn-col-lg-3 {
		width: 25%;
	}
}



/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}