.topbar .site-title {
  font-size: 270%;
}
.header-quicklinks .dropdown > li.district-link {
  display: none;
}
/*Announcements*/

#catapultannounce-content .catapultannounce-item span.readmore {
  text-decoration: none;
}
/*District Footer*/

.footer .grid .col.col-7.tablet-col-10.mobile-full {
  width: 83.33333%;
}
@media only screen and (min-width: 780px) {
  .poBox,
  .twoCity {
    display: inline;
  }
}
@media only screen and (max-width: 780px) {
  .poBox {
    display: block;
    padding-left: 30px;
  }
  .twoCity {
    display: block;
  }
}
.content-area #mc_embed_signup span.asterisk {
  color: #DA3B1B;
}
#calendarPanel .fc-day-number,
.ccmsGoogleCalendar .fc-day-number {
  color: #000000;
}
.social.container {
  color: #ffffff;
}
a {
  color: #1e6c70;
}
/* ----------------------------
 Mobile Header Update 2-13-2019
   --------------------------- */

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .header-quicklinks.container .no-tablet {
    display: inline-block !important;
  }
  .header-quicklinks.container .tablet-col-7 {
    width: 45%;
  }
  .header-quicklinks.container .col-3,
  .col-1-4 {
    width: 29%;
  }
  .header-quicklinks.container .tablet-col-4,
  .tablet-col-1-3 {
    width: 26%;
  }
}
@media only screen and (max-width: 767px) {
  .header-quicklinks.container .no-mobile {
    display: inline-block !important;
  }
  .header-quicklinks.container .col-3,
  .col-1-4 {
    width: 100%;
  }
  .header-quicklinks.container .right {
    float: none !important;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .header-quicklinks .mobile-no-gutter {
    height: 200px;
  }
  .header .header-quicklinks .search-bar {
    top: 150px;
  }
  .header .mobile-nav-button {
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-quicklinks .dropdown .search-icon-mobile {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .header .mobile-nav-button {
    top: 150px;
  }
}
/* -----------------------------------
 End Of Mobile Header Update 2-13-2019
  ---------------------------------- */

