/*******************************
IMPORT STYLESHEETS FOR CALENDAR
********************************/
/* Core */
@import url("/_resources/calendar-resources/calendar-v2/fullcalendar/fullcalendar.min.css");
/* Print 
@import url("/_resources/calendar-resources/calendar-v2/fullcalendar/fullcalendar.print.min.css");
*/


html {
	scroll-behavior: smooth;
}

#eventImage {
	max-width: 100%;
	height: auto;
}

#pcc-main-calendar a {
	cursor:pointer;
}

.ui-helper-hidden-accessible {
	display:none;
}

/********************************
General Main Calendar
********************************/
.pcc-calendar-container {
	position:relative;
}

/********************************
Sharing
********************************/
.pcc-calendar-sharing {
	margin-bottom:0;
	display: none !important;
}

.pcc-calendar-sharing li:first-child {
	margin-top: 3px;
	vertical-align: top;
}

/********************************
Featured Events Carousel and Single Event Image Header
********************************/

#carousel-pcc-feat-cal-carousel {
	position:relative;
	margin-bottom: 4rem;
}

#carousel-pcc-feat-cal-carousel a.car-wrapper {
	cursor:pointer;
	transition: all .2s ease-in-out;
}

#carousel-pcc-feat-cal .item {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#carousel-pcc-feat-cal-carousel a.car-wrapper:hover .pcc-calendar-featured-events-block {
	background-color: rgba(0, 0, 0, 0.4);
}

#carousel-pcc-feat-cal-carousel .car-owl-content {
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}

#carousel-pcc-feat-cal-carousel .owl-controls {
	position:absolute;
	right:0;
	top: -30px;
}

#carousel-pcc-feat-cal-carousel .owl-controls .owl-prev,
#carousel-pcc-feat-cal-carousel .owl-controls .owl-next {
	display:inline;
	margin-left: 10px;
}

#singleEventImageHeader {
	margin-bottom: 2rem;
}

#singleEventImageHeader .car-owl-content {
	background-size:cover;
	background-repeat:no-repeat;
	background-position: top center;
}

.pcc-calendar-featured-events-block {
	min-height: 300px;
	background-color: rgba(0, 0, 0, 0.2);
	position:relative;
	padding: 0 20px;
}

.owl-carousel.feat-car .pcc-calendar-featured-events-block h2,
.pcc-calendar-featured-events-block h2 {
	color: #fff;
	font-weight:800;
	position:absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom:0;
}

.pcc-cal-feat-car-date {
	background: #000;
    display: block;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
	position:absolute;
	left: 20px;
	top: 20px;
	font-size: 16px;
	padding-top:9px;
}

.pcc-cal-feat-car-date span.pcc-cal-feat-car-date-month,
.pcc-cal-feat-car-date span.pcc-cal-feat-car-date-day {
	display:block;
	line-height: 1;
    margin: 0;
    padding: 0;
}

/********************************
Featured Events Carousel Card Style
********************************/ 

#carousel-pcc-feat-cal-carousel-cards .owl-stage-outer {
	padding-left: 1px;
}

#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal {
	min-height:300px;
	background-color: #fff;
		/*-webkit-box-shadow:inset 0px 0px 0px 1px #E1E1E1;
    	-moz-box-shadow:inset 0px 0px 0px 1px #E1E1E1;
    box-shadow:inset 0px 0px 0px 1px #E1E1E1;*/
	/*border: 1px solid #E1E1E1;*/
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display:block;
}

#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal .car-card-content {
	background: #f1efee;
}

#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal:hover .car-card-content {
	background: #FFC629;
}

#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal .car-card-details {
	padding: 2rem;
}

#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal .car-card-details h2 {
	transition: all .2s ease-in-out;
}

#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal .car-card-details h2 span {
	display:block;
	font-size: 12px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	font-weight: normal;
	color: #929191;
	transition: all .2s ease-in-out;
	margin-bottom: .3rem;
}

#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal .car-card-details span.car-card-date {
	display:block;
	font-size: 13px;
	color: #000;
	margin-bottom: .5rem;
	transition: all .2s ease-in-out;
}

#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal:hover .car-card-details h2 span,
#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal:hover .car-card-details h2,
#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal:hover .car-card-details span.card-date {
	text-decoration:none;
	color: #be1e2d;
}

#carousel-pcc-feat-cal-carousel-cards .car-wrapper.cal-event-modal:hover {
		-webkit-box-shadow:inset 0px 0px 0px 2px #E1E1E1;
    	-moz-box-shadow:inset 0px 0px 0px 2px #E1E1E1;
    box-shadow:inset 0px 0px 0px 2px #E1E1E1;
	text-decoration:none;
	cursor:pointer;
}

#carousel-pcc-feat-cal-carousel-cards .owl-controls .owl-nav {
	text-align:right;
}

#carousel-pcc-feat-cal-carousel-cards .owl-controls .owl-nav .owl-prev,
#carousel-pcc-feat-cal-carousel-cards .owl-controls .owl-nav .owl-next {
	display:inline;
}

#carousel-pcc-feat-cal-carousel-cards .owl-controls .owl-nav .owl-prev {
	margin-right: 1rem;
}
@media only screen and (max-width: 600px) {
	#carousel-pcc-feat-cal-carousel-cards .car-item.car-item-single {
		width: 100% !important;
	}
}

/********************************
Calendar Modifications
*******************************/

/* All
*******************************/

.fc th, .fc td {
	vertical-align: baseline;
}

/* Event BG Color */

.fc-event .fc-bg {
	opacity: 0;
}

/* Time Display */
.fc-time-grid-event .fc-time {
	white-space: normal;
}

/* Event Icons */
.fc-event.importantDate:before {
	position:absolute;
	content:'';
	background-image: url(/_resources/calendar-resources/calendar-v2/images/important-date.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height: 8px;
	width: 7px;
	left: -3px;
	top: 9px;
}

/* Event Content */

.fc-time-grid-event .fc-content {
	padding: 5px;
}

/*Event Hover */
a.fc-event {
	position: relative;
	border-radius: 2px;
	transition: all .1s ease-in-out;
}

/*a.fc-event.pastEvent {
	opacity: .6;
}*/

a.fc-event:hover {
	box-shadow: 0 19px 38px rgba(0,0,0,0.2), 0 15px 12px rgba(0,0,0,0.1);
	z-index: 999;
	border-radius: 2px;
}

a.fc-event:hover .fc-day-grid-event span.fc-time {
	opacity: 1;
}

/*Fix borders */
.fc .table-bordered > thead > tr > th, 
.fc .table-bordered > tbody > tr > th, 
.fc .table-bordered > tfoot > tr > th, 
.fc .table-bordered > thead > tr > td, 
.fc .table-bordered > tbody > tr > td, 
.fc .table-bordered > tfoot > tr > td {
	border-color: #e0e0e0;
}

.fc .table-bordered > thead > tr > th, 
.fc .table-bordered > thead > tr > td {
	border-bottom-width: 1px;
}

.fc .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border:none;
}

/* Headers */

.fc th {
	text-align: left;
}

/* More Events */
a.fc-more {
	font-size: 12px;
}

/* Calendar Grid - Month View 
*******************************/

.fc-day-grid-container .fc-content-skeleton table {
	min-height: 185px;
}

.fc-day-grid-event span.fc-time,
.fc-time-grid-container .fc-time {
	font-weight: 500;
	font-size: 11px;
	font-family: proxima-nova, sans-serif;
	opacity: 1;
}

.fc-day-grid-event .fc-title,
.fc-time-grid-container .fc-title {
	font-weight: 800;
	font-family: proxima-nova, sans-serif;
	font-size: 11px;
}

.fc-day-grid-event .fc-content {
	padding: 6px;
	white-space: normal;
	line-height:11px;
}

.fc-month-view .fc-head table.table-bordered,
.fc-month-view > table.table-bordered {
	border-width: 0;
}

.fc .fc-row.panel-default {
	border-right-width: 0 !important;
}

.fc-month-view th {
	font-size: 10px;
	text-transform: uppercase;
}

a.fc-event:focus {
	color: #fff;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	font-size: 18px;
	color: #999;
	text-align: left;
	float: left;
	margin-left: 10px;
	font-family: proxima-nova, sans-serif;
    font-weight: 600;
}

.fc-today .fc-day-number {
	font-weight: 800 !important;
}

.fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number {
	color: #C10230;
	font-weight: 500;
}

.fc-today {
	background-color: #FFFBEC !important;
}

span.event-tag {
	color: #672666;
	font-weight:800;
	font-style:italic;
	margin-left: 0;
	font-size: 1.2rem;
	padding: 0 1rem .3rem 1rem;
	border-radius: 100px;
	display:inline-block;
} 

.fc-day-grid-event span.event-tag {
	font-size: 100%;
	margin-left:0;
	padding-left:0;
	display: block;
	margin-top: 1rem;
	
}

a:hover span.event-tag {
	background-color: #672666;
	color: #fff;
}

/* Calendar Grid - Week View 
*******************************/

.fc-agenda-view > table.table-bordered {
	border:none;
}

.fc-agenda-view .fc-time-grid-event.fc-short .fc-title {
	font-size: 12px;
}

.fc-agenda-view .fc-day-header.fc-today {
	background-color: #fff !important;
}

.fc-agenda-view .fc-day-header.fc-today span.weekAgenda-day,
.fc-agenda-view .fc-day-header.fc-today span.weekAgenda-date {
	color: #C10230;
}

.fc-agenda-view .fc-day-grid .fc-axis span {
	font-size: 12px;
	text-transform: uppercase;
}

.fc-bootstrap3 hr.fc-divider {
    border-color: #e0e0e0;
    background: #e0e0e0;
}

.fc-agenda-view .fc-day-header span {
	display: block;
	padding: 20px 0 8px 8px;
	font-family: proxima-nova, sans-serif;
}

.fc-agenda-view span.weekAgenda-day,
.fc-agenda-view span.weekAgenda-date {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	display: block;
	line-height: 1;
	padding: 0;
}

.fc-agenda-view span.weekAgenda-date {
	font-size: 23px;
}

.fc-agenda-view .fc-past span.weekAgenda-day,
.fc-agenda-view .fc-past span.weekAgenda-date {
	opacity: .3;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom:0;
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: auto;
	padding-bottom: 2px;
}

/* Calendar List
*******************************/

#gcal-list-calendar {
	min-height:350px;
}

#gcal-list-calendar .fc-toolbar.fc-header-toolbar {
	display:none;
}

#gcal-list-calendar .fc-list-heading-main,
#gcal-list-calendar .fc-list-heading-alt {
	font-size: 14px;
	font-family: proxima-nova, sans-serif;
}

#gcal-list-calendar .fc-list-item.gcal-event {
	font-size: 16px;
}

#gcal-list-calendar .fc-list-item:hover {
	background-color: #f1f1f1;
}

.fc-list-table.table tr.fc-list-heading {
	border-top: 1px solid #F5F5F5;
}

.fc-list-table.table tr.fc-list-heading:first-child {
	border-top-width:0;
}

.fc-list-table.table tr.fc-list-heading td {
	background: transparent;
	border-top: 1px solid #E1E1E1;
}

.fc-list-table.table tr.fc-list-heading .fc-list-heading-main,
.fc-list-table.table tr.fc-list-heading .fc-list-heading-alt {
	float:none;
	display:block;
	color: #000;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
}

.fc-list-table.table tr.fc-list-heading .fc-list-heading-main {
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 1.5rem;
	text-transform:uppercase;
	letter-spacing: .08rem;
}

.fc-list-table.table tr.fc-list-heading .fc-list-heading-alt {
	font-size: 1.8rem;
}

.fc-view-container .fc-view.fc-list-view {
	border:none;
}

.fc-list-item .fc-list-item-title a:first-child {
	color: #000;
	font-family: proxima-nova, sans-serif;
}

.fc-list-item.featuredEvents .fc-list-item-title a:first-child,
.fc-list-item.academicCalendar .fc-list-item-title a:first-child{
	font-weight: 800;
}

.fc-list-item .fc-list-item-title .gcal-list-description {
	font-size: 12px;
}

.fc-list-table.table {
	font-size: 1.4rem;
}

.fc-list-table.table .fc-list-item td {
	border-top:0;
	vertical-align: middle;
}

.fc-list-table.table .fc-list-item-time  {
	color: #000 !important;
}

.fc-list-item.gcal-event {
	background: transparent !important;
}

.fc-list-item:hover {
	background-color: #f1f1f1 !important;
}

.fc-list-item .fc-event-dot {
	background-color: #000 !important;
}

.fc-list-item.academicCalendar .fc-event-dot {
	background-color: #FFCF0C !important;
}

.fc-list-item.featuredEvents .fc-event-dot {
	background-color: #00A89A !important;
}

.fc-list-item.cc_stem_event .fc-event-dot {
	background-color: #0071CE !important;
}

/* Calendar Cancelled Event
*******************************/
.event_cancelled .fc-content .fc-time,
.event_cancelled .fc-content .fc-title,
.event_cancelled .fc-list-item-time,
.event_cancelled .fc-list-item-title {
	text-decoration: line-through;
	opacity: .8;
}

#pcc-cal-modal.event_cancelled #modalTitle,
#pcc-cal-modal.event_cancelled .modal-start-end{
	text-decoration:line-through;
}

#pcc-cal-modal.event_cancelled span.modalEventCancelledText,
.single-event-container.event_cancelled .single-event-sidebar span.singleEventCancelled {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    background: #C10230;
    color: #fff;
    padding: 8px 10px 5px 10px;
    margin-bottom: 10px;
    line-height: 1;
}

#pcc-cal-modal .calModalSchedule li.event_cancelled {
	text-decoration:line-through;
}

.calendar-listing-component .event-component li.event_cancelled .cal-event-list-left,
.calendar-listing-component .event-component li.event_cancelled .event-item-content {
	text-decoration:line-through;
}

/* Single */
.single-event-container.event_cancelled .single-event-sidebar h1#singleEventHeading, 
.single-event-container.event_cancelled .single-event-sidebar .modal-date-time,
.single-event-container.event_cancelled .single-event-sidebar .modal-location,
.single-event-container.event_cancelled .single-event-sidebar #singleTitlePre {
	text-decoration:line-through;
}

/* Calendar Header 
*******************************/

/* Header General */

.fc-left h2 {
	font-family: proxima-nova, sans-serif;
	color: #929191;
	font-weight: 300;
}

.fc-right .btn-group {
	margin-top: 3px;
}

.fc-header-toolbar .fc-right .btn-group .btn-default {
	border: 1px solid #fff;
	text-transform: capitalize;
	border-radius: 100px !important;
    font-size: 14px;
    line-height: 1;
    padding-top: 3px;
    margin-left: 4px;
}

.fc-header-toolbar .fc-right .btn-group .btn-default:hover {
	border-color: #000;
	background: transparent;
	color: #000;
}

.fc-header-toolbar .fc-right .btn-group .btn-default.active {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 100px;
	color: #000;
}

.fc-header-toolbar .fc-right .btn-group .btn-default:hover {
	background:transparent;
	color: #000;
}

/* Prev Next Buttons */

.btn-group .fc-prev-button.btn.btn-default {
	margin-right: 10px;
}

.btn-group .fc-prev-button.btn.btn-default,
.btn-group .fc-next-button.btn.btn-default  {
	width: 36px;
	height: 36px;
	border-radius: 100% !important;
}

.btn-group .fc-prev-button.btn.btn-default span,
.btn-group .fc-next-button.btn.btn-default span{
	top: 2px;
    left: 1px;
    position: relative;
}

.fc-today-button.btn.btn-default {
	border: none;
	background-color: #E1E1E1;
	color:#000;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .08rem;
	font-size: 14px;
	padding-top: 3px;
	margin-top: 3px;
}

.fc-today-button.btn.btn-default:hover {
	background-color: #566168;
	color: #fff;
}

.fc-today-button.btn.btn-default.disabled {
	opacity: .6;
	color: #999;
}

.btn-group .fc-prev-button.btn.btn-default:active,
.btn-group .fc-prev-button.btn.btn-default:focus,
.btn-group .fc-next-button.btn.btn-default:active,
.btn-group .fc-next-button.btn.btn-default:focus{
	outline:none;
	box-shadow:none;
}

/**********************
Loading
**********************/

.pcc-calendar-container.pcc-cal-loading .pcc-calendar-wrapper,
.pcc-calendar-container.pcc-cal-loading .pcc-calendar-filter {
	opacity: .3;
	position: relative;
}

#full-cal-loader {
    border: 10px solid #000; /* Light grey */
    border-top: 10px solid #be1e2d; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 200px;
    margin-top: -30px;
    z-index: 10;
}

#full-cal-loader.modal-loader {
	position:fixed;
}

.cal-carousel-loader {
	border: 10px solid #000; /* Light grey */
    border-top: 10px solid #be1e2d; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: relative;
    margin: 0 auto;
    z-index: 10;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* NEW */

#pcc-loading-animation {
	width: 100px;
    height: 100px;
    position: fixed;
    left: 50%;
    margin-left: -50px;
    top: 30vh;
    z-index: 99;
}
#pcc-loading-animation img {
	max-width: 100%;
}


/**********************
Event Filter
**********************/

.pcc-calendar-filter {
	background-color: #F1F3F4;
	padding: 1rem 1rem 1rem 0;
	width: 20%;
}

.pcc-calender-filter-toggler {
	border: none;
    background: #fff;
    border-radius: 0 20px 20px 0;
    padding: 4px 8px;
    color: #000;
	transition: all .2s ease-in-out;
	font-size:14px;
		-webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.1);
}

.pcc-calender-filter-toggler:hover {
	background-color: #e6e6e6;
}

.pcc-calender-filter-toggler:active,
.pcc-calender-filter-toggler:visited,
.pcc-calender-filter-toggler:focus {
	outline:none;
}

.pcc-calender-filter-toggler span.fa-chevron-down {
	display:none;
}

.pcc-calendar-container .pcc-calendar-filter-text {
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #566168;
    position: relative;
    top: 2px;
    left: 5px;
	transition: all .2s ease-in-out;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper {
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding: 0 1rem;
}

.pcc-calendar-filter .btn-group.btn-group-toggle {
	width: 100%;
	display:block;
	margin: 1.5rem 0;
}

.pcc-calendar-filter .btn-group.btn-group-toggle:after {
	clear:both;
	content: "";
	display:block;
}

.pcc-calendar-filter .btn-group.btn-group-toggle label {
	width: 50%;
	display:inline-block;
	background-color: #E1E1E1;
	color: #566168;
	font-size: 13px;
	font-weight: 600;
	padding:0;
	text-align:center;
}

.pcc-calendar-filter .btn-group.btn-group-toggle label.btn.btn-secondary.active {
	color: #fff;
	background-color: #000;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper span.h4 {
	display:block;
	position:relative;
	margin-bottom:0;
	cursor:pointer;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper span.h4:after {
	content:"\f107";
	font-family:'Font Awesome 5 Free';
	position: absolute;
	right:0;
	top:1px;
	transition: all .2s ease-in-out;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper span.h4.filter-box-open:after {
	transform: rotate(180deg);
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul {
	margin:0;
	padding:1rem 0 0 0;
	display:none;
	transition: all .2s ease-in-out;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul.filter-box-options-open {
	display:block;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li {
	list-style:none;
	display:block;
	margin:0 0 10px 0;
	padding:0;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.2;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container .custom-checkmark {
	position: absolute;
	top: 0px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border: 2px solid #000;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container:hover input ~ .custom-checkmark {
 	background-color: #ccc;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container input:checked ~ .custom-checkmark {
 	background-color: #000;
	border-color: #000;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container .custom-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container input:checked ~ .custom-checkmark:after {
	display: block;
}

.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container .custom-checkmark:after {
	left: 3px;
	top: 0px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pcc-calendar-wrapper {
	width: 80%;
}

.pcc-calendar-filter {
	float:left;
	transition: all .2s ease-in-out;
}

.pcc-calendar-container.filter-closed .pcc-calendar-filter {
	width: 38px;
}

.pcc-calendar-container.filter-closed .pcc-calendar-wrapper {
	width: calc(100% - 38px);
}

.pcc-calendar-container.filter-closed .pcc-filter-boxes-wrapper,
.pcc-calendar-container.filter-closed .pcc-calendar-filter-text {
	opacity:0;
	visibility:hidden;
}

.pcc-calendar-filter span.h4 {
	font-weight:800;
	font-size: 14px;
	color: #000;
}

.pcc-calendar-wrapper {
	float:left;
	transition: all .2s ease-in-out;
	padding-bottom: 2rem;
	box-shadow: -15px 0px 10px -15px rgba(0,0,0,0.25);
}

.pcc-calendar-wrapper.pcc-calendar-wrapper-full-width {
	width: 100%;
	float:none;
	box-shadow:none;
}

.pcc-calendar-wrapper #pcc-main-calendar {
	margin-left: 2rem;
}

/* Career Community Filters */
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-arts-communication-design .custom-checkmark {
	border-color:#F4436C;
	border-radius: 100%;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-arts-communication-design input:checked ~ .custom-checkmark {
	background-color:#F4436C;
	border-color:#F4436C;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-business-industry .custom-checkmark {
	border-color:#672666;
	border-radius: 100%;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-business-industry input:checked ~ .custom-checkmark {
	border-color:#672666;
	background-color:#672666;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-health-sciences-wellness .custom-checkmark {
	border-color:#EC7700;
	border-radius: 100%;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-health-sciences-wellness input:checked ~ .custom-checkmark {
	border-color:#EC7700;
	background-color:#EC7700;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-liberal-arts .custom-checkmark {
	border-color:#93D500;
	border-radius: 100%;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-liberal-arts input:checked ~ .custom-checkmark {
	border-color:#93D500;
	background-color:#93D500;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-social-behavioral-sciences .custom-checkmark {
	border-color:#1DCAD3;
	border-radius: 100%;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-social-behavioral-sciences input:checked ~ .custom-checkmark {
	border-color:#1DCAD3;
	background-color:#1DCAD3;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-stem .custom-checkmark {
	border-color:#0071CE;
	border-radius: 100%;
}
.pcc-calendar-filter .pcc-filter-boxes-wrapper ul li .checkbox-container.checkbox-stem input:checked ~ .custom-checkmark {
	border-color:#0071CE;
	background-color:#0071CE;
}

/********************
Event Key
********************/

.pcc-calendar-key {
	border-top: 1px dotted #ccc;
	margin-top: 2rem;
	padding-top: 2rem;
}

.pcc-calendar-key ul {
	margin:0 1rem 0 2rem;
	padding:0;
}

.pcc-calendar-key ul li {
	list-style:none;
	display:block;
	position:relative;
	font-size: 12px;
	color: #000;
	padding-left: 1rem;
}

.pcc-calendar-key ul li:before {
	content:'';
	display:block;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #fff;
	border-radius:100%;
	border: 1px solid #000;
	position:absolute;
	left: -1.25rem;
	top: 50%;
	margin-top: -.75rem;
}

.pcc-calendar-key ul li.pcc-calendar-key-featured:before {
	background-color: #00A89A;
	border-color: #00A89A;
}

.pcc-calendar-key ul li.pcc-calendar-key-academic:before {
	background-color: #FFC629;
	border-color: #FFC629;
}

.pcc-calendar-key ul li.pcc-calendar-key-sports:before {
	background-color: #e1e1e1;
	border-color: #000;
}

.pcc-calendar-container.filter-closed .pcc-calendar-key {
	visibility:hidden;
	opacity:0;
}

/*******************
EVENTS MODAL + SINGLE EVENT
Uses some similar classes/ styles
*******************/

#pcc-cal-modal .modal-dialog {
	max-width: 768px;
}

#pcc-cal-modal .modal-start-end,
#pcc-cal-modal .calModalLocation{
	font-size:16px;
	display:block;
	line-height: 1.2;
	padding-top: 3px;
}

#pcc-cal-modal .calModalLocation {
	color: #000;
}

#pcc-cal-modal #calModalBody {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 18px;
}

#pcc-cal-modal #calModalBody p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.calModalDetails {
	font-size: 14px;
	color: #000;
	padding: 4rem 0 0 0;
	margin-top: 4rem;
	border-top: 1px solid #C4C3C3;
}

.calModalDetails #calModalWho {
	margin-right: 20px;
}

.calModalDetails #calModalCost span {
	color: #000;
}

#pcc-cal-modal .modal-content {
	border:none;
}

#pcc-cal-modal .modal-header {
	background-color:#F4F4F4;
	color: #000;
	padding:0;
	border-bottom: 0;
}

#pcc-cal-modal .modal-header img {
	margin-bottom: 0;
}

#pcc-cal-modal .modal-header .modal-header-details {
	padding: 4rem;
}

#pcc-cal-modal .modal-header .modal-header-details .modal-date-time,
#pcc-cal-modal .modal-header .modal-header-details .modal-location,
.single-event-container .single-event-sidebar .modal-location,
.single-event-container .single-event-sidebar .modal-date-time,
.single-event-container .single-event-sidebar .event-parking-details {
	display: table;
	width: 100%;
}

#pcc-cal-modal .modal-header .modal-header-details .modal-location,
.single-event-container .single-event-sidebar .modal-location,
.single-event-container .single-event-sidebar .event-parking-details {
	margin-top: 2rem;
}

#pcc-cal-modal .modal-header .modal-header-details .modal-date-time .event-modal-header-icon,
#pcc-cal-modal .modal-header .modal-header-details .modal-location .event-modal-header-icon,
.single-event-container .single-event-sidebar .modal-location .event-modal-header-icon,
.single-event-container .single-event-sidebar .modal-date-time .event-modal-header-icon,
.single-event-container .single-event-sidebar .event-parking-details .event-modal-header-icon {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	opacity: .5;
	width: 25px;
}

#pcc-cal-modal .modal-header .modal-header-details .modal-date-time .event-modal-header-details,
#pcc-cal-modal .modal-header .modal-header-details .modal-location .event-modal-header-details,
.single-event-container .single-event-sidebar .modal-location .event-modal-header-details,
.single-event-container .single-event-sidebar .modal-date-time .event-modal-header-details,
.single-event-container .single-event-sidebar .event-parking-details .event-modal-header-details {
	display: table-cell;
	vertical-align: top;
}

#pcc-cal-modal .modal-header .modal-header-details .modal-location .event-modal-header-details p,
.single-event-container .single-event-sidebar .modal-location .event-modal-header-details p,
.single-event-container .single-event-sidebar .event-parking-details .event-modal-header-details p {
	line-height: 1;
	margin-bottom: 0;
}

.modal-location-address,
.modal-location-city,
.modal-location-state,
.modal-location-zip {
	line-height: 1.2;
	font-size: 14px;
	color: #4D4C4C;
}

.modal-location-address {
	word-break: break-word;
}

#pcc-cal-modal .modal-header .close {
	color: #fff;
    box-shadow: none;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgba(0,0,0,.5);
    border-radius: 100px;
    line-height: 30px;
}

#pcc-cal-modal .modal-header .close span[aria-hidden="true"] {
	display:block;
	line-height:30px;
	margin-top: -3px;
}

#pcc-cal-modal .modal-header .close:hover {
	opacity:.8;
}
#pcc-cal-modal .modal-header span.h4 {
	color: #000;
	font-weight:800;
	line-height: 1.2;
	font-size: 28px;
	margin-bottom: 2rem;
}

#pcc-cal-modal #calModalEventUrl,
#pcc-cal-modal #calModalExternalEventUrl {
	font-size: 16px;
	display: inline-block;
}

#pcc-cal-modal #calModalEventUrl {
	margin-right: 2rem;
}

#pcc-cal-modal .modal-body {
	padding: 4rem;
	color: #000;
}

#pcc-cal-modal .modal-footer {
	background-color: #fff;
	padding: 3rem 4rem;
}

#pcc-cal-modal #calModalWho span:last-child span.whoComma,
#pcc-single-event-template #calModalWho span:last-child span.whoComma{
	display:none;
}

#pcc-cal-modal #calModalOrganizer {
	padding-top: 2rem;
	padding-bottom: 20px;
}

#pcc-cal-modal #calModalOrganizer .event-pre-title {
	margin-bottom: 1.6rem;
}

#calModalOrganizer p.h3 {
	font-size: 18px;
	color: #566168;
	margin-bottom:8px;
}

#calModalOrganizer p {
	font-size: 14px;
	margin-bottom:0;
	line-height: 1.2;
}

#calModalOrganizer p span#calModalOrganizerName {
	font-weight:bold;
}

#calModalOrganizer p span {
	display:block;
	line-height: 1.4;
}

.event-pre-title {
	font-size: 13px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	font-weight: normal;
	color: #929191;
	line-height: 1.2;
	display:block;
}

#pcc-cal-modal .calModalDetails p.event-pre-title {
	margin-bottom: 1.6rem;
}

.calModalSchedule {
	padding: 3rem 0 0 0;
	border-top: 1px solid #C4C3C3;
	margin-top: 4rem;
}

.calModalSchedule ul {
	margin:0;
	padding:0;
}

.calModalSchedule ul li {
	list-style: none;
	display: block;
	padding: 1.6rem 1rem;
	line-height: 1;
	margin:0;
	font-size: 14px;
}

.calModalSchedule ul li span.h4 {
	font-weight: 800;
	font-size: 14px;
	display: inline;
}

.calModalSchedule ul li:nth-child(odd) {
	background-color: #F8F8F8;
}

.modal-location #eventDirections {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 1rem;
}

#pcc-cal-modal #singleEventMap {
	height: 200px;
}

.accessibility-disclaimer {
	font-size: 12px;
	color: #999;
	line-height: 1.2;
	margin-top: 4rem;
	padding-top: 2rem;
	border-top: 1px solid #C4C3C3;
}

/**************************
SINGLE EVENT
**************************/

.single-event-container:after {
	content:'';
	display: block;
	clear: both;
}

.single-event-sidebar {
	width: 33%;
	float: left;
	background-color: #F4F4F4;
}

.single-event-main {
	width: 67%;
	float: left;
	font-size: 16px;
	line-height: 1.7;
}

.single-event-padder {
	padding: 3rem;
}

#singleDesktopEventImage .single-event-padder {
	padding-right:0;
}

/* Single Event Feat Img */
#singleMobileEventImage {
	display: none;
}	
#singleDesktopEventImage {
	display: block;
}

.single-event-container .single-event-top {
	border-bottom: 1px solid #ccc;
}

.single-event-container span.single-event-audience span.fa-users,
.single-event-container span.single-event-cost {
	opacity: .5;
}

.single-event-container span#singleEventCost {
	opacity:1;
}

.single-event-container span.single-event-audience,
.single-event-container span.single-event-cost {
	font-size: 14px;
}

.single-event-container #singleEventMainContent img,
.single-event-container #singleEventMainContent figure {
	max-width: 100%;
	height: auto;
}
.single-event-container #singleEventMainContent img.alignright {
	float:right;
	margin-bottom: 2rem;
    margin-left: 2rem;
}
.single-event-container #singleEventMainContent img.alignleft {
	float:left;
	margin-bottom: 2rem;
    margin-right: 2rem;
}

/* Single Event Title*/
h1#singleEventHeading {
	color: #000;
    font-weight: 800;
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 4rem;
}

/* Left Sidebar Dates & Locations */

#singleScheduleOfEventsAnchor {
	font-size: 12px;
	font-weight: bold;
}

.single-event-sidebar .modal-location {
	margin-bottom: 2rem;
}

.single-event-sidebar .calModalLocation {
	line-height: 1.2;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

.single-event-sidebar #singleEventMap {
	height: 150px;
	display:none !important;
}

ul#singleEventDatesTimes,
ul#singleEventLocation {
	margin:0;
	padding:0;
}

ul#singleEventDatesTimes li,
ul#singleEventLocation li {
	list-style:none;
	line-height: 1.2;
	margin-bottom: 0;
	padding:0;
	font-size: 16px;
}

#singleEventDatesTimes strong,
#singleEventLocation strong,
#singleEventParking strong {
	color: #000;
}

#singleEventParking p {
	font-size:16px;
	line-height: 1.2;
}

.single-event-sidebar #eventShareButtons {
	margin-top: 4rem;
    border-top: 1px solid #ccc;
    padding-top: 2rem;
}

ul#singleEventLocation li:first-child {
	margin-bottom:0;
}

ul#singleEventLocation li#singleEventDirectionsLink {
	font-size: 12px;
}

figure figcaption {
	font-size: 12px;
	font-style: italic;
	line-height: 1.2;
	padding: 1rem 0;
	margin-bottom: 2rem;
}

/* Audience */

#singleEventAudience span:last-child span.whoComma {
	display:none;
}

/* Parking */
#singleEventParking .singleEventParkingDetails,
#singleEventParking .singleEventParkingDetails p {
	font-size: 14px;
	line-height: 1.2;
	
}

/* Organizer */
#singleEventOrganizer {
	border-top: 1px solid #ccc;
	margin-top: 2rem;
	padding-top: 4rem;
}
#singleEventOrganizer p.h3 {
	color: #999;
	font-size: 2rem;
}
#singleEventOrganizer span {
	display:block;
}

#singleEventOrganizer p {
	line-height: 1.4;
}

#singleEventOrganizer #singleEventOrganizerName {
	font-weight:bold;
	color: #000;
}

@media only screen and (max-width: 768px) {
	#singleMobileEventImage {
		display: block;
	}	
	#singleDesktopEventImage {
		display: none;
	}
	.single-event-main,
	.single-event-sidebar {
		width: 100%;
		float: none;
		height: auto !important;
	}
	
	.calModalCostWrapper {
		margin-top: 2rem;
	}
	
}

/*****************************
Calendar Listing Component
******************************/

.calendar-listing-component ul.event-component li {
	position:relative;
	list-style:none;
	padding-left:0;
	padding-top: 15px;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 15px;
}

.calendar-listing-component ul.event-component li .cal-event-list-left,
.calendar-listing-component ul.event-component li .event-item-content{
	display:table-cell;
	vertical-align:middle;
}

.calendar-listing-component ul.event-component li .cal-event-list-left {
	width: 85px;
	text-align:left;
}

.calendar-listing-component ul.event-component li .pcc-cal-feat-car-date {
	position:relative;
	left: auto;
	top: auto;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	color: #000;
	border: none;
	background-color: #f1efee;
	padding-top: 20px;
}

#homepage-pcc-highlights .calendar-listing-component ul.event-component li .pcc-cal-feat-car-date {
	background-color: #fff;
	border: 1px solid #E1E1E1;
}

.calendar-listing-component ul.event-component li.cal-event-list-image .pcc-cal-feat-car-date {
	border:none;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 70px;
    border-radius: 70px;
    height: 70px;
	left:0;
	top:0;
}

.calendar-listing-component span.small-uppercase {
	font-size: 18px;
	letter-spacing: .08rem;
	color: #566168;
	text-transform:uppercase;
	font-family: proxima-nova, sans-serif;
	padding-bottom: 10px;
	display:block;
}

.calendar-listing-component ul.event-component li a {
	color: #000;
	transition: all .2s ease-in-out;
	display:table;
	width: 100%;
}

.calendar-listing-component ul.event-component li a:hover {
	text-decoration:none;
}

.calendar-listing-component ul.event-component li a:hover p {
	color: #000;
}

.calendar-listing-component ul.event-component li a:hover span.h5 {
	color:#be1e2d;
}

.calendar-listing-component ul.event-component li span.h5 {
	font-size: 18px;
	font-family: proxima-nova, sans-serif;
	color: #000;
	font-weight: 800;
	margin-bottom: 7px;
}

.calendar-listing-component ul.event-component li span.h5 span {
	display: block;
	font-size: 12px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	transition: all .2s ease-in-out;
	margin-bottom: .3rem;
}

.calendar-listing-component ul.event-component li p {
	margin-bottom:0;
	padding:0;
	font-size: 13px;
	color: #6A6A6A;
	line-height: 1.2;
}

.calendar-listing-component ul.event-component li a:hover .pcc-cal-feat-car-date {
	background-color: #FFC629;
}

/* Horizontal */
.calendar-listing-component.calendar-listing-horizontal ul.event-component li {
	width: 33.3333333%;
	border-bottom:0;
	float: left;
	padding-right: 20px;
	padding-top:0;
}

.calendar-listing-component.calendar-listing-horizontal ul.event-component:after {
	content:'';
	display:block;
	clear:both;
}

.calendar-listing-horizontal .event-list-component-cta {
	display:block;
	text-align:right;
}

@media only screen and (max-width: 768px) {
	.calendar-listing-component.calendar-listing-horizontal ul.event-component li {
		float:none;
		width: 100%;
		padding-right: 0;
	}
}

/* Tablet/ Small Laptop */

@media only screen and (max-width: 1140px) {
	.pcc-calendar-wrapper {
		width: 80%;
	}
	.pcc-calendar-filter {
		width: 20%;
	}
}

@media only screen and (max-width: 960px) {
	.pcc-calendar-wrapper {
		width: 75%;
	}
	.pcc-calendar-filter {
		width: 25%;
	}
}

@media only screen and (max-width: 768px) {
	.pcc-calendar-wrapper,
	.pcc-calendar-filter {
		width: 100%;
		float:none;
		min-height: auto !important;
	}
	
	.pcc-calendar-wrapper {
		padding-top: 2rem;
		box-shadow: 0 -15px 10px -15px rgba(0,0,0,0.25);
	}
	
	/* Filter */
	.pcc-calendar-container .pcc-calendar-filter {
		height: 64px;
		overflow:hidden;
	}
	
	.pcc-calendar-container.filter-closed .pcc-calendar-filter {
		height: auto;
		width: auto;
	}
	
	.pcc-calendar-container.filter-closed .pcc-calendar-filter-text {
		visibility:visible;
		opacity: 1;
	}
	
	.pcc-calendar-container .pcc-filter-boxes-wrapper {
		visibility:hidden;
		opacity: 0;
	}
	
	.pcc-calendar-container.filter-closed .pcc-filter-boxes-wrapper {
		visibility: visible;
		opacity: 1;
	}
	
	.pcc-calendar-container .pcc-filter-boxes-wrapper.pcc-filter-boxes-wrapper-all-featured {
		opacity: 1;
		visibility: visible;
		position: absolute;
		left: 110px;
		right: 10px;
		width: calc(100% - 110px);
		top:0;
	}
	.pcc-calendar-filter .pcc-filter-boxes-wrapper.pcc-filter-boxes-wrapper-all-featured .btn-group.btn-group-toggle {
		margin: 1rem 0;
	}
	.pcc-calendar-container .pcc-calendar-key {
		visibility:hidden;
		opacity: 0;
	}
	.pcc-calendar-container.filter-closed .pcc-calendar-key {
		visibility:visible;
		opacity: 1;
	}
	.pcc-calender-filter-toggler {
		padding: 10px 14px;
	}
	.pcc-calender-filter-toggler span.fa-bars {
		display:none;
	}
	.pcc-calender-filter-toggler span.fa-chevron-down {
		display:inline-block;
		transition: all .2s ease-in-out
	}
	.pcc-calendar-container.filter-closed .pcc-calender-filter-toggler span.fa-chevron-down {
		transform: rotate(180deg);
	}
	
	.pcc-calendar-filter span.h4 {
		font-size: 17px;
		padding: 4px;
	}
}

/* Mobile Styles */

@media only screen and (max-width: 600px) {

	/* Header Buttons */	
	.fc-toolbar .fc-right {
		float:none;
	}
	
	.fc-right .btn-group {
		width: 100%;
	}
	
	.fc-header-toolbar .fc-right .btn-group .btn-default {
		width: 32%;
		height: auto;
		padding: 10px 0;
	}
	
	/* Header Left */
	.fc-toolbar .fc-left {
		float:none;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.fc-toolbar .fc-left:after {
		content:"";
		display: block;
		clear:both;
	}
	
	.fc-toolbar .fc-left .fc-today-button {
		display: none;
	}
	
	.fc-left h2 {
		font-weight: 500;
		color: #000;
		font-size: 18px;
		padding-top: 7px;
	}
	
	.single-event-container #singleEventMainContent img.alignleft,
	.single-event-container #singleEventMainContent img.alignright {
		float:none;
		text-align:center;
		margin: 2rem auto;
    	display: block;
	}
	
}