.responsive-tabs__heading,
.ccms-tabbedcontent-tab {
  background-color: #efefef !important;
  font-size: 100%;
  margin-bottom: 10px !important;
  padding: 5px 0 !important;
  text-align: center;
  line-height: normal !important;
  border-radius: 0;
  box-shadow: none;
}
.ccms-tabbedcontent-tab {
  line-height: 2 !important;
  margin: 0 !important;
  padding: 0 15px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  border-width: 1px !important;
  border-radius: 0 !important;
  font-weight: bold;
  border-color: #CCC;
  border-bottom: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ccms-tabbedcontent-tab.ccms-tabbedcontent-active:hover,
.responsive-tabs__heading--active:hover,
.ccms-tabbedcontent-tab.ccms-tabbedcontent-active,
.responsive-tabs__heading--active {
  background: #118389 !important;
  color: #fff !important;
  border-color: #118389;
}
.responsive-tabs__list__item:hover,
.responsive-tabs__heading:hover {
  background: #18514F !important;
  color: #fff !important;
}
.responsive-tabs__heading:hover::after {
  border-top: 10px solid #ffffff !important;
}
.responsive-tabs__list {
  border-bottom: 5px solid #118389 !important;
  margin: 0;
}
.responsive-tabs__panel {
  padding: 20px !important;
  border: 1px solid #ccc;
}
/* Display Adjustments for Banner */

#subbanner {
  min-height: 304px;
  background-size: cover;
  border: 0.0625rem solid #fff;
  background-color: #fff;
  -moz-box-shadow: 0 0 0.375rem 0.125rem #d9dfe4;
  -webkit-box-shadow: 0 0 0.375rem 0.125rem #d9dfe4;
  box-shadow: 0 0 0.375rem 0.125rem #d9dfe4;
}
#subbanner .slick-slider {
  margin-bottom: 0px;
}
.sub-page #previewPanel {
  overflow: hidden;
}
.sub-page #previewPanel .slick-initialized .slick-slide {
  min-height: 280px;
  padding: 0px;
}
.sub-page #previewPanel,
.sub-page .banner {
  background: #FFF;
}
.sub-page #previewPanel .ccms-banner,
.sub-page .banner .ccms-banner,
.sub-page #previewPanel .slider,
.sub-page .banner .slider {
  min-height: 304px;
  max-height: 304px;
  overflow: hidden;
}
.sub-page #previewPanel .ccms-banner:after,
.sub-page .banner .ccms-banner:after {
  display: none;
}
.sub-page #previewPanel .banner-slide,
.sub-page .banner .banner-slide {
  min-height: 304px;
}
.sub-page #previewPanel .ccms-banner-overlay,
.sub-page .banner .ccms-banner-overlay,
.sub-page #previewPanel .slick-next::before,
.sub-page .banner .slick-next::before,
.sub-page #previewPanel .slick-prev::before,
.sub-page .banner .slick-prev::before,
.sub-page #previewPanel .slick-prev,
.sub-page .banner .slick-prev,
.sub-page #previewPanel .slick-next,
.sub-page .banner .slick-next,
.sub-page #previewPanel .slick-dots,
.sub-page .banner .slick-dots {
  display: none !important;
}
.latest-color-box #calendarPanel a,
.latest-color-box .ccmsGoogleCalendar a {
  color: #fff;
}
#calendarPanel a,
.ccmsGoogleCalendar a {
  color: #444;
}
#calendarPanel .fc-unthemed td,
.ccmsGoogleCalendar .fc-unthemed td {
  border-color: #BBB;
}
#calendarPanel .fc-day-header,
.ccmsGoogleCalendar .fc-day-header {
  background: #ddd;
  color: #333;
  border-color: #ddd;
}
#calendarPanel .fc-day,
.ccmsGoogleCalendar .fc-day {
  background: #f9f9f9;
  border-color: #BBB;
}
#calendarPanel .fc-other-month,
.ccmsGoogleCalendar .fc-other-month {
  background: #f9f9f9;
  color: #DDD;
}
#calendarPanel .fc-day-number,
.ccmsGoogleCalendar .fc-day-number {
  background: #f5f5f5 !important;
}
#calendarPanel .fc-day-number.fc-today,
.ccmsGoogleCalendar .fc-day-number.fc-today {
  color: #FFF;
  background: #666 !important;
}
#calendarPanel .fc-event,
.ccmsGoogleCalendar .fc-event {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#calendarPanel .fc-event:hover,
.ccmsGoogleCalendar .fc-event:hover {
  color: #444 !important;
}
#calendarPanel .fc-event .fc-content,
.ccmsGoogleCalendar .fc-event .fc-content {
  text-overflow: ellipsis;
}
#calendarPanel .fc-corner-right,
.ccmsGoogleCalendar .fc-corner-right,
#calendarPanel .fc-corner-left,
.ccmsGoogleCalendar .fc-corner-left {
  border-radius: 0 !important;
}
#calendarPanel .fc-state-default,
.ccmsGoogleCalendar .fc-state-default {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: #f5f5f5;
  background-image: none;
  color: #444;
  outline: none !important;
  text-shadow: none !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#calendarPanel .fc-state-active,
.ccmsGoogleCalendar .fc-state-active {
  background-color: #118389 !important;
  color: #FFF;
  box-shadow: none !important;
}
#calendarPanel .fc-state-hover,
.ccmsGoogleCalendar .fc-state-hover {
  background-color: #e9e9e9 !important;
}
#calendarPanel .fc-state-down,
.ccmsGoogleCalendar .fc-state-down {
  box-shadow: none !important;
}
#calendarPanel .fc-day-number,
.ccmsGoogleCalendar .fc-day-number {
  color: #999;
  font-weight: bold;
  font-size: 70%;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li {
  border: none;
  margin-bottom: 0;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li article,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li article {
  font-size: 90%;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li article div,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li article div {
  font-size: 100%;
  padding-bottom: 0;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li article h4,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li article h4 {
  color: #118389;
  font-size: 105%;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li h3,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li h3 {
  width: 25%;
  background: #3e4650;
  color: #FFF;
  padding-top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li h3 span,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li h3 span {
  font-weight: 300;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li h3 span.ccms-gcalendar-day,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li h3 span.ccms-gcalendar-day {
  display: none;
  font-size: 11px;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li h3 span.ccms-gcalendar-date,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li h3 span.ccms-gcalendar-date {
  font-size: 180%;
  font-weight: bold;
  padding: 3px;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li h3 span.ccms-gcalendar-month,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li h3 span.ccms-gcalendar-month {
  font-size: 95%;
  padding: 3px;
  background-color: #118389;
  color: #fff;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  color: inherit;
  padding: 10px 15px;
  border-radius: 0px;
  margin: 0px 5px;
  font-weight: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full:before,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full:before {
  display: block;
  content: " ";
  height: 1px;
  width: 30%;
  border-top: 1px solid #016db9;
  position: absolute;
  top: 0;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full:after,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full:after {
  font-family: FontAwesome;
  content: "\f178";
  color: #118389;
  display: inline-block;
  margin: 0 0 0 0.5rem;
  position: relative;
  top: 1px;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full:hover,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li.ccms-gcalendar-full:hover {
  background-color: #3e4650;
  color: #118389;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li:hover,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li:hover {
  background: transparent;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li:hover h3,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li:hover h3 {
  background: #118389;
}
#calendarPanel ul.ccms-gcalendar-calendar-feed-list li:hover li.ccms-gcalendar-full:after,
.ccmsGoogleCalendar ul.ccms-gcalendar-calendar-feed-list li:hover li.ccms-gcalendar-full:after {
  color: #fff;
}
#calendarPanel a.ccms-gcalendar-link:hover,
.ccmsGoogleCalendar a.ccms-gcalendar-link:hover {
  background-color: transparent;
}
.ccms-gcalendar-description {
  height: 4.1em;
  overflow: hidden;
}
/****************************
*   ANNOUNCMENT OVERRIDES
*****************************/

#catapultannounce-content li.catapultannounce-item.catapultannounce-item-priority,
#catapultannounce-content li.catapultannounce-item.catapultannounce-item-priority:nth-child(2n),
#catapultannounce-content li.catapultannounce-item:nth-child(2n) {
  background-color: transparent;
}
#catapultannounce-content date.catapultannounce-date {
  visibility: hidden;
}
#catapultannounce-content li.catapultannounce-item {
  border-bottom: none;
  padding: 10px 0;
}
#catapultannounce-content li.catapultannounce-item:hover {
  background-color: transparent !important;
}
#catapultannounce-content li.catapultannounce-item:hover span.readmore {
  background: none;
  color: #18514F;
}
#catapultannounce-content .catapultannounce-title {
  font-family: 'Bree Serif', serif;
}
#catapultannounce-content a.all-catapultannounce-link {
  color: inherit;
  border: 1px solid #18514F;
  font-weight: 400;
  text-decoration: none;
  font-size: 85%;
  font-style: italic;
}
#catapultannounce-content a.all-catapultannounce-link:hover {
  background-color: #18514F;
  color: #000;
}
#catapultannounce-content .catapultannounce-image-holder .catapultannounce-image {
  outline: none;
  border: 3px solid #18514F;
  padding-bottom: 100%;
  background-repeat: no-repeat;
}
#catapultannounce-content .catapultannounce-description {
  font-size: 90%;
}
#catapultannounce-content .catapultannounce-feed-view .catapultannounce-list li.catapultannounce-item:first-of-type {
  border-top: none;
}
#catapultannounce-content .catapultannounce-item span.readmore {
  color: inherit;
  border: none;
  margin-left: 5px;
  margin-top: 0;
  padding: 0;
  font-size: inherit;
  font-weight: 400;
  text-decoration: underline;
  font-style: italic;
}
.catapultannounce-popup date.catapultannounce-date {
  color: #111;
}
#catapultannounce-container date.catapultannounce-date {
  color: #111;
}
.catapultannounce-item span.readmore {
  color: #111;
  border: 1px solid #111;
}
date.catapultannounce-date {
  color: #111;
}
li.catapultannounce-item.catapultannounce-item-priority {
  background: #35969b;
}
/*Directory Styles*/

#catapultsd-list-container .catapultsd-list > li:nth-of-type(2n) {
  background: #f5fafa;
}
#catapultsd-container .catapultsd-list h3 {
  color: #111;
}
.ccmsImageRotator {
  margin-bottom: 0;
}
.ccmsImageRotator .slick-slider {
  margin-bottom: 0;
}
.ccmsImageRotator .slick-slider .slick-slide {
  border-radius: 0 !important;
}
.ccmsImageRotator .slick-slider .slick-slide::after {
  border-radius: 0;
  bottom: 0;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
  box-shadow: inset 0 0 50px 0px rgba(0, 0, 0, 0.5);
}
.ccmsImageRotator .slick-slider .slick-slide .ccms-ImageRotator-overlay {
  background: rgba(24, 81, 79, 0.85);
  border-radius: 0;
  min-height: 15%;
  height: auto;
}
.ccmsImageRotator .slick-slider .slick-slide .ccms-ImageRotator-overlay p {
  position: relative;
  text-align: center;
  z-index: 1;
}
.ccmsImageRotator .slick-slider .slick-prev,
.ccmsImageRotator .slick-slider .slick-next {
  background: rgba(0, 0, 0, 0) !important;
  margin-top: 24%;
  z-index: 2;
}
.ccmsImageRotator .slick-slider .slick-prev:hover,
.ccmsImageRotator .slick-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.ccmsImageRotator .slick-slider .slick-prev::before {
  content: "\f177";
}
.ccmsImageRotator .slick-slider .slick-next::before {
  content: "\f178";
}
.ccmsImageRotator .slick-slider .slick-dots {
  display: none !important;
}
