:root {
	--c-militaryroad: #10CDB3;
	--c-gause: #9337D0;
	--c-pontchartrain: #ED8816;
	--c-primary: #073763;
}
.class-filterbar form{
	display: flex;
	justify-content: center;
	margin: 1rem auto;
	
	background: rgba(0,35,65,1.00);
	align-items: flex-end;
	padding-top: 0.75rem;
}
.class-filterbar [class*="filter-"] {
	display: flex;
	width: 26%;
	flex-wrap: wrap;
	padding: 0px 1rem 0.75rem;
}
.class-filterbar input, .class-filterbar select {
	background: #fff;
}
.class-filterbar label {
	color: #fff;
	width: 100%;
}
.class-filterbar [class*="filter-"] li {
	margin-bottom: 0px;
}
.class-filterbar .filterbtn-wrap {
	width: auto;
}
.select2-container--default .select2-selection--multiple {
	border-radius: 0px !important;
}
#cg-schedule-filterbtn {
	background: rgba(20,162,205,1.00);
	color: #fff;
	font-weight: 600;
	line-height: 45px;
	display: block;
	padding: 0px 1em;
text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 0.75rem;
}
.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
	min-height: 32px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: 14px;
	background: #f2f2f2;
	padding: 0.15rem 0.35rem 0.25rem;
	font-weight: 600;
	color: var(--c-primary);
	border: 0px;
}
.filter-location .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #1E1E1E;
	color: #fff;
}
.filter-location .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Military Road"] {
	background: var(--c-militaryroad);
	border-color: var(--c-militaryroad);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Gause"] {
	background: var(--c-gause);
	border-color: var(--c-gause);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Pontchartrain"] {
	background: var(--c-pontchartrain);
	border-color: var(--c-pontchartrain);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 5px;
	font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	position: absolute;
	top: 0;
	right: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-right: 27px;
}
.ht-container {	
	max-width: 1500px;
	width: 100%;

}
.ht-no-sidebar #primary {
	width: 100%;
}
.cg-schedule-wrapper {
	display: flex;
	background: rgba(225,225,225,1.00);
	padding: 0.25rem;
}

.cg-schedule-wrapper .day-col {
	display: flex;
	flex-direction: column;
	width: 14.28%;
	padding: 0.25rem;
	position: relative;
}

.cg-schedule-wrapper .day-heading {
	text-align: center;
	font-size: 95%;
	font-weight: 700;
	text-transform: uppercase;
	background: var(--c-primary);
	color: #fff;
	padding: 0.45em 0.2em;
	position: sticky;
	letter-spacing: 0.12em;
	width: 100%;
	top: 0px;
	z-index: 1;
}
.cg-schedule-wrapper .day-heading small {
	display: block;
	text-align:center;
	opacity: 0.75;
	width: 100%;
	font-size: 95%;
}
.cg-schedule-wrapper .day-col.col-today .day-heading {
	background: rgba(20,162,205,1.00);
	color: #fff;
}
.cg-schedule-wrapper .day-box.d-none {
	display: none !important;
}
.cg-schedule-wrapper .day-box:hover {
	-webkit-box-shadow: 0 0 11px 0 rgba(10,80,136,0.12);
box-shadow: 0 0 11px 0 rgba(10,80,136,0.12);
	outline: 2px solid var(--c-primary);
}
.cg-schedule-wrapper .day-box .time {
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
.cg-schedule-wrapper .day-box .time span {
	display: block;
	font-size: 87%;
	opacity: 0.65;
	display: none;
}
.cg-schedule-wrapper .day-box .instructor  {
	margin-top: 0.25rem;
	padding-top: 0.2rem;
	border-top: 1px dashed rgba(193,193,193,0.76);
}

.cg-schedule-wrapper .day-box {
	padding: 1rem 0.75rem 1.25rem;
	background: #fff;
	margin: 0.75rem auto 0px;
	width: 100%;
	line-height: 1.25;
	font-size: 13px;
	position: relative;
	border-top: 3px solid transparent;
	display: none;
	color: #1F1F1F;
}
.cg-schedule-wrapper .day-box[data-location="Military Road"] {
	border-color: var(--c-militaryroad);
}
.cg-schedule-wrapper .day-box[data-location="Gause"] {
	border-color: var(--c-gause)
}
.cg-schedule-wrapper .day-box[data-location="Pontchartrain"] {
	border-color: var(--c-pontchartrain);
}
.cg-schedule-wrapper .day-box .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1;

}
.cg-schedule-wrapper .day-box .title {
	font-size: 130%;
	font-weight: 900;
	color: var(--c-primary);
	margin: 0.35rem 0px;
	
}
.cg-schedule-wrapper .day-box .location {
	font-weight: 600;
	
}
.modal.class-modal {
	max-width: 680px;
	border-top: 7px solid;
	border-radius: 0px;
	width: 98%;
}
.modal.class-modal[data-location="Military Road"] {
	border-color: var(--c-militaryroad);
}
.modal.class-modal[data-location="Gause"] {
	border-color: var(--c-gause);
}
.modal.class-modal[data-location="Pontchartrain"] {
	border-color: var(--c-pontchartrain);
}
.class-modal .modal-title, .class-modal .modal-date{
	text-align: center;
}
.class-modal .modal-date {
	font-size: 125%;
}
.class-modal .modal-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	padding: 1rem 0px;
	
	text-align: center;
	width: auto;
	flex-wrap: wrap;
	color: var(--c-primary);
	font-weight: 600;
	width: 100%;
	max-width: 500px;
	justify-content: space-between;
}

.class-modal label, .class-filterbar label {
	display: block;
	opacity: 0.75;
	font-size: 81%;
	
	text-transform: uppercase;
	
	
}

.class-modal .modal-info [class*="info-"]:not(.info-instructor) {
	padding: 9px 0.5rem;
	width: 48%;
	margin: 0px 1%;
	text-align: center;
	border: 1px solid #CAD6E3;
}
.class-modal .modal-info .info-instructor {
	width: 100%;
	margin-top: 1rem;

}
.class-modal .modal-info .info-instructor label {
	display: flex;
	align-items: center;
}
.class-modal .modal-info .info-instructor label:after {
	content: "";
	display: table;
	flex-grow: 1;
	border-bottom: 1px solid #CAD6E3;
	margin-left: 9px;
}
.class-modal .modal-info .info-instructor span:not(:first-of-type):before {
	content: ', ';
}
.instructor-photo {
	display: none;
}
.class-modal .instructor-item-wrap {
	display: inline-flex;
	padding: 10px 5px;
	align-items: center;
	justify-content: center;
	width: 50%;	
}
.class-modal .instructor-photo {
	width: 75px;
	height: 75px;
	display: block;
	margin-right: 6px;
	border-radius: 70px;
	background-position: top center;
	background-size: cover;
}

.class-modal .modal-footer {
text-align: center;
	margin: 1rem auto 1.5rem;
	
}
.class-modal a {
	display: inline-flex;
	color: var(--c-primary);
	font-weight: 600;
	text-decoration: underline;
	margin: 0px auto;
	    text-decoration-style: dotted;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
	
}
@media screen and (max-width: 1400px) {
	.ht-container {
		padding: 0px 2%;
	}
}

@media screen and (max-width: 1200px)  {
	.cg-schedule-wrapper {
		flex-wrap: wrap;
	}
	.cg-schedule-wrapper .day-col {
		width: 100%;
	}
	.cg-schedule-wrapper .day-box[style*="display: block;"] {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		font-size: 14px;
	}
	.cg-schedule-wrapper .day-box .time {
		font-size: 118%;
		min-width: 25%;
	}
	.cg-schedule-wrapper .day-box .maininfo {
		padding: 0px 15px;
	}
	.cg-schedule-wrapper .day-box .title {
		font-size: 140%;
	}
	.cg-schedule-wrapper .day-box .instructor:before {
	}
	.cg-schedule-wrapper .day-box .instructor {

		margin-left: auto;
	}
	.class-filterbar form {
		flex-wrap: wrap;

	}
	.class-filterbar [class*="filter-"], .class-filterbar .filterbtn-wrap {
		max-width: 100%;
		width: 45%;
		padding: 0px 1rem 10px;
	}
	#cg-schedule-filterbtn {
		width: 100%;
		margin-bottom: 0px;

	}
	
}
@media screen and (max-width: 600px)  { 
	.cg-schedule-wrapper .day-box .time span {
		display: block;
	}
	.cg-schedule-wrapper .day-box .time {
		width: 100%;
	}
	.cg-schedule-wrapper .day-box .maininfo {
		padding: 0px;
	}
	.cg-schedule-wrapper .day-box .instructor {
		margin-left: 0px;
		width: 100%;
	}

	.class-filterbar label {
		display: none;
	}

}

.day-past-box {
	background: #ccc !important;
    border-color: #999 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 10px !important;
}

.day-past-box .time, .day-past-box .title {
	color: #888 !important;
}

.modal-description {
	margin-bottom: 20px;
}