@charset "UTF-8";

div.popover {
  -webkit-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.36);
}

div#course-calendar-date-selector {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.74rem;
}
div.course-calendar-month .carousel-inner {
    min-width: 255px;
}

div#course-calendar-date-selector div.carousel-inner {
  padding: 0 25px;
}

div#course-calendar-date-selector a.carousel-control-prev, div#course-calendar-date-selector a.carousel-control-next {
  top: 0;
  background-color: rgb(255,255,255);
  opacity: 1;
}

div#course-calendar-date-selector a.carousel-control-prev {
  left: 0;
}

div#course-calendar-date-selector a.carousel-control-next {
  right: 0;
}

div.timezone-selection {
  padding-left: 36px;
  background-image: url('../images/clock-icon.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px;
  line-height: 30px;
  white-space: nowrap;
}
img.small-image {
    width: 28px;
}
div.timezone-selection select::-ms-expand {
    display: none;
}
div.timezone-selection select {
  margin: 0 auto;
  padding: 5px;
  background-color: transparent;
  background-image: url('images/dropdown-arrow-blue-icon.png');
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: center;
  border: none;
  border-radius: 0;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: rgb(79,197,221);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.course-type-container img {
    max-width: 280px !important;
    min-width: 250px;
}
div.view-buttons {
  position: relative;
  left: 18%;
  white-space: nowrap;
}

div.view-buttons a.calendar-view-change {
  font-weight: 700;
  margin-left: .75rem;
  opacity: 0.18;
}

div.view-buttons a.calendar-view-change:hover, div.view-buttons a.calendar-view-change:focus, div.view-buttons a.calendar-view-change.active {
  opacity: 1;
  text-decoration: none;
}

div.view-buttons a.calendar-view-change img {
  width: 12%;
  min-width: 20px;
}

h3.popover-header {
  background-color: rgb(255,255,255);
}

h3.popover-header small {
  font-weight: 700;
}

div#calendar-wrap, div.calendar, div.calendar ul.days, div.calendar ul.weekdays {
	width: 100%;
}

div#calendar-wrap {
  padding: 10px;
}

div.calendar ul.days, div.calendar ul.weekdays {
  margin-bottom: 0;
	padding: 0 0;
  list-style: none;
  display: table;
}

div.calendar ul.days {
  height: 10.25rem;
  min-height: 10.25rem;
}

div.calendar ul.weekdays {
  height: inherit;
  min-height: 0;
}

div.calendar li.day {
  width: 14%;
	display: block;
  z-index: 900;
  margin: 1px;
}

div.calendar ul.weekdays li.day {
  display: table-cell;
	padding: 3rem .24rem .75rem .24rem;
  background-color: transparent;
	border: none !important;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', 'Roboto',Helvetica,Arial,san-serif !important;
	font-size: .84rem;
  font-weight: 700;
  color: rgb(0,0,0);
}

div.calendar ul.days li.day {
    position: relative;
  height: 100%;
  min-height: 10.23rem;
  display: table-cell;
  vertical-align: top;
  border: 2px solid white;
  border-radius: calc(.51rem - 1px) calc(.51rem - 1px) calc(.51rem - 1px) calc(.51rem - 1px);
}

div.calendar ul.days li.day {
  background-color: rgb(236,239,238);
}
div.calendar ul.days li.day.multiple-courses {
    background-color: #ffffff;
    padding: .1em 0em;
}

div.calendar ul.days li.day.other-month {
  background-color: rgb(201,201,201);
}

div.calendar ul.days li.day.free-course {
  background-color: #f2fc82;
}

div.calendar ul.days li.day.live-course {
  background-color: #93ebf6;
}

div.calendar ul.days li.day.certification-course {
  background-color: #fab8c3;
}

div.calendar span.date {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: .15rem;
  padding-right: .24rem;
  font-size: .84rem;
	color: rgb(0,0,0);
  font-weight: 700;
  text-align: center;
}

div.calendar a.event {
  display: block;
  padding: .24rem .24rem .86rem .24rem;
  border-radius: calc(.51rem - 1px) calc(.51rem - 1px) calc(.51rem - 1px) calc(.51rem - 1px);
  line-height: 1rem;
}
div.calendar li.day.multiple-courses a.event {
    margin-bottom: .1em;
}

div.calendar li.day a.event:hover p {
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}

div.calendar li.day a.event:hover p, div.calendar li.day a.event:focus p {
  text-shadow: 1px 3px 2px rgba(0,0,0,.25);
  text-decoration: underline;
}

div.calendar li.day.empty a.event:hover, div.calendar li.day.empty a.event:focus, div.calendar li.day.other-month a.event:hover, div.calendar li.day.other-month a.event:focus {
  background: none;
}

div.calendar a.event span.week-of-date {
  display: none;
}

a.event span.calendar-course-type img {
  width: inherit;
  height: inherit;
}

div.calendar p.event-title {
  padding: 20% 1.5% .24rem 1.5%;
  display: block;
  margin: 0 0;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', 'Roboto',Helvetica,Arial,san-serif !important;
	font-weight: 700;
  font-size: .93rem;
  cursor: pointer;
}

div.calendar p.event-description {
  display: none;
}

div.calendar .other-month {
  z-index: -1;
}

div.calendar div.dropdown {
  width: 20px;
  position: absolute;
  z-index: 950;
  margin-top: -2rem;
  margin-left: 8.25rem;
}

div.calendar div.dropdown a.dropdown-toggle {
  margin-left: 10%;
}

div.calendar div.dropdown a.dropdown-toggle::after {
  border: none;
}

div.calendar div.dropdown img {
  height: 1.5rem;
}

/**
 * Course Calendar List View
 */

div.calender.list-view {
  padding: 10px;
}

div.calender.list-view div#course-calendar-date-selector {
  margin-bottom: 50px;
}

div.calendar.list-view .weekdays, div.calendar.list-view .other-month, div.calendar.list-view li.day.disabled, div.calendar.list-view li.day.empty {
  display: none !important;
}

div.calendar.list-view ul.days {
  height: inherit;
  min-height: auto;
}

div.calendar.list-view li.day {
   height: auto !important;
   border: 1px solid #ededed;
   width: 100%;
   margin-bottom: -1px;
 }

div.calendar.list-view li.day span.date {
  display: none;
}

div.calendar.list-view ul.days li.day {
  display: block;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

div.calendar.list-view ul.days li.day.free-course {
  background-color: #f2fc82;
}

div.calendar.list-view ul.days li.day.live-course {
  background-color: #93ebf6;
}

div.calendar.list-view ul.days li.day.certification-course {
  background-color: #fab8c3;
}

div.calendar.list-view a.event span.week-of-date, div.calendar.list-view p.event-description {
  display: inline-block;
}

div.calendar.list-view span.week-of-date strong {
  display: block;
  text-align: right;
  line-height: 2.5rem;
}

div.calendar.list-view li.day p.event-title {
  padding: 20px;
  font-size: 1.5rem;
}

div.calendar.list-view li.day div.dropdown {
  position: inherit;
  margin-left: 97%;
}

div.calendar.list-vie li.day:hover, div.calendar.list-view li.day:focus {
  background-color: none;
}

div.calendar.list-view li.day a.event:hover, div.calendar.list-view li.day a.event:focus {
  background-color: transparent;
}

div.calendar.list-view li.day small {
  font-weight: 700;
}

div.calendar.list-view a.event {
  background-color: rgba(236, 238, 239, 0.25);
  padding: 1.5rem 1.5rem 2.1rem 1.5rem;
  margin-top: 1.5rem;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.45);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.45);
  line-height: 1.25rem;
}

div.calendar.list-view a.event:hover, div.calendar.list-view a.event:focus {
  background-color: rgba(200, 222, 255, 0.5) !important;
}

div.calendar.list-view a.event span.calendar-course-type {
  float: none;
}

div.calendar.list-view a.event span.date, div.calendar.list-view a.event span.week-of-date {
  float: right;
}

div.calendar.list-view span.date {
  display: block;
  text-align: right;
  font-size: 2.5rem;
}

div.calendar.list-view a.event span.week-of-date {
  font-size: 1.25rem;
}

@media(max-width: 1040px) {
  div.popover {
    display: none;
  }
	div.timezone-selection-container, div.view-buttons-container, div.calendar .weekdays, div.calendar .other-month {
		display: none !important;
	}
  div.calendar ul.days {
    height: inherit;
    min-height: auto;
  }
	div.calendar li.day {
		height: auto !important;
		width: 100%;
		margin-bottom: -1px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	}
	div.calendar span.date {
		display: none;
	}
  div.calendar a.event span.week-of-date {
    display: block;
    font-size: 1.25rem;
  }
  div.calendar span.week-of-date strong {
    font-size: 2.5rem;
  }
  div.calendar ul.days li.day {
    padding: 0 0;
    display: block;
    background-color: transparent;
  }
  div.calendar li.day p.event-title {
    padding: 20px 10px 10px 10px;
    font-size: 1.5rem;
  }
  div.calendar p.event-description {
    display: block;
  }
  div.calendar li.day.disabled, div.calendar li.day.empty, div.calendar li.day div.dropdown {
    display: none !important;
  }
  div.calendar li.day a.event:hover, div.calendar li.day a.event:focus {
    background-color: transparent;
  }
  div.calendar li.day small {
    font-weight: 700;
  }
  div.calendar a.event {
    background-color: rgba(236, 238, 239, 0.25);
    padding: 1.5rem 1.5rem 2.1rem 1.5rem;
    margin-top: 1.5rem;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.45);
    line-height: 1.25rem;
  }
  div.calendar a.event span.calendar-course-type {
    float: none;
  }
  div.calendar a.event span.date {
    font-size: 2.5rem;
  }
  div.calendar a.event span.week-of-date {
    display: block;
    text-align: right;
  }
}
