   .notice.emergency {
        background: #e95530;
    }
    .notice.warning {
        background: #ea9a00;
    }
    .notice a {
        background: url('/media/site-assets/images/warning_64.png') no-repeat scroll 32px 50%;
        color: white;
        display: block;
        font-size: 20px;
        font-weight: bold;
        padding: 40px 50px 40px 120px;
        text-decoration: none;
    }
    .notice .fa {
        float: right;
        margin: -60px 16px 0 0;
        font-weight: bold;
        color: white;
        /*border: 2px solid white;*/
        padding: 5px;
        /*border-radius: 5px;*/
        cursor: pointer;
        position: relative;
        top: -52px;
    }
    .notice.emergency a,
    .notice.warning a,
    .notice.emergency .fa,
    .notice.warning .fa {
        color: #fff;
        border-color: #fff;
    }
    .fa-remove:before, .fa-close:before, .fa-times:before {
    	content: "\274C";
    	font-size: 1.18rem;
	}

    @media (max-width: 550px) {
        .notice .row span {
            margin: -70px 16px 0 0;
        }
    }
    @media (max-width: 330px) {
        .notice .row span {
            margin: -90px 16px 0 0;
        }
    }
    .notice {
        opacity: 1 !important;
        display: block !important;
    }
    .notice.closed {
        display: block !important;
        transition: opacity 500ms ease-out, max-height 500ms ease-out !important;
        max-height: 0 !important;
        opacity: 0 !important;
    }
    .notice.closed .fa {
        display: none !important;
    }
    .notice.closed a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        transition: padding 500ms ease-out !important;
        max-height: 0 !important;
    }

  .calendar-container #calendar_box table tr td.hasEvents a {
      color: white;
      display: block;
      padding: 12px 0 12px 0;
      height: 50px;
      background: #c94d00;
      transition: background-color 0.35s;
  }

  .sibling-nav-children li {
      margin: 10px 0 10px;
  }
  /*The White-space nowrap was added by Paul Adarr to prevent long titles from wraping and pushing the left navigation down*/
  .sectionNameInfo {
     visibility: hidden;
     white-space: nowrap;
  }



h1, h2, h3, h4 {
	font-weight: inherit;
}
h2 {
	font-weight: inherit !important;
}


/* Large Calendar*/
#calendar_events table {
  width: 100%; min-width:100%; }
  #calendar_events table tr th {
    width: calc(100%/7);
    text-align: center; }
  #calendar_events table tr.calendar-box-header th {
    font-size: 1em; }
    #calendar_events table tr.calendar-box-header th .prev-next-link {
      text-indent: -9999px;
      display: block;
      float: left; }
  #calendar_events table tr.calendar-dayhead th {
    font-size: 0.8em; }
  #calendar_events table tbody tr.calendar-dayrow td {
    width: calc(100%/7);
    vertical-align: top;
    padding: 0.1em;
    height: 8em;
    border: 1px solid #eee; }
    #calendar_events table tbody tr.calendar-dayrow td.fillday {
      background-color: #eee; }
      #calendar_events table tbody tr.calendar-dayrow td.fillday span {
        color: #999; }
  #calendar_events table tbody tr.calendar-dayrow span {
    font-size: 1.2em;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-weight: bold; }
  #calendar_events table tbody tr.calendar-dayrow .cal-event a {
    font-size: 0.80em;
    line-height: 1.2em;
    display: block;
    max-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.3em;
    background-color: #c94d00;
    margin-bottom: 2px;
    color: #FFF;
    word-break: break-all;
    color: #FFF;
    white-space: unset; }
  #calendar_events table tbody tr.calendar-dayrow .cal-event a:hover{
	background-color: #aab300;
  }
  #calendar_events table tbody tr.calendar-dayrow .cal-event.end a {
    padding-left: 0px;
    background-color: #000; }
  #calendar_events table tbody tr.calendar-dayrow .cal-event.start a {
    padding-right: 0px;
    background-color: #000; }
  #calendar_events table tbody tr.calendar-dayrow .cal-event.middle a {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #000; }
  #calendar_events table tbody tr.calendar-dayrow .tooltip-info {
    display: block;
    width: 200px;
    min-height: 100px;
    background-color: white;
    border: 1px solid #eeead9;
    position: absolute;
    margin-left: calc(100%/7);
    margin-top: -45px;
    /* min-height/2 */
    z-index: 100;
    color: #000;
    font-size: 1em;
    padding: 0.5em;
    display: none;
    text-align: left}
    #calendar_events table tbody tr.calendar-dayrow .tooltip-info:after, #calendar_events table tbody tr.calendar-dayrow .tooltip-info:before {
      right: 100%;
      top: 26px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #calendar_events table tbody tr.calendar-dayrow .tooltip-info:after {
      border-color: transparent;
      border-right-color: white;
      border-width: 6px;
      margin-top: -6px; }
    #calendar_events table tbody tr.calendar-dayrow .tooltip-info:before {
      border-color: rgba(0, 0, 0, 0);
      border-right-color: #eeead9 ;
      border-width: 10px;
      margin-top: -10px; }
    #calendar_events table tbody tr.calendar-dayrow .tooltip-info.active {
      display: block; }
    #calendar_events table tbody tr.calendar-dayrow .tooltip-info h2 {
      font-size: 1em;
      line-height: 1em;
      margin-top: 0.1em;
      margin-bottom: 0.1em; 
	  text-align: center}
    #calendar_events table tbody tr.calendar-dayrow .tooltip-info div.info {
      font-size: 0.80em;
      margin-bottom: 0.3em; }
      #calendar_events table tbody tr.calendar-dayrow .tooltip-info div.info p {
        font-size: 1em;
        margin: 0px;
        padding-bottom: 0px;
        line-height: 1.2em; }
    #calendar_events table tbody tr.calendar-dayrow .tooltip-info div.short-desc {
          font-size: 0.80em;
    font-weight: normal;
    font-style: italic;
    line-height: 1.2; }

	.view-type a span.fa, .view-type span span.fa {
    font-size: 1.4rem;
    vertical-align: middle;
    color: #FFF;
    font-size: 1rem;
    height: 17px;
    border-radius: 50%;
    background: #c94d00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}


.calendar-container  #calendar_events .cal-table {
margin: 0;
}


.view-type a:hover span.fa, .view-type span.active span.fa {
	background: #00b1c1;
	color:#fff;
}
.view-type {
	margin-top: -40px;
    float: right;
}


@media only screen and (max-width: 40.063em) {
 #calendar_events table tbody tr.calendar-dayrow .tooltip-info {
	display: none !important;
}

}

.pcb-mini-cal td.today {
   position: relative;
}
.pcb-mini-cal td.today:after {
   content: '';
   width: 6px;
   height: 6px;
   background: rgba(0,0,0,0.5);
   border-radius: 50%;
   z-index: 999999999;
   position: absolute;
   bottom: 8px;
   left: calc(50% - 2px);
}












