@media screen and (min-width: 768px) {
  .container-fluid.page-banner .brand-nav {
    float: left; } }
.container-fluid.page-banner .brand-nav.franklinton {
  background: #0b48c0; }
  .container-fluid.page-banner .brand-nav.franklinton > ul > li > ul {
    background: #0b48c0; }
    .container-fluid.page-banner .brand-nav.franklinton > ul > li > ul > li > a:hover {
      background: #092d74; }
.container-fluid.page-banner .brand-nav.hilltop {
  background: #610b91; }
  .container-fluid.page-banner .brand-nav.hilltop > ul > li > ul {
    background: #610b91; }
    .container-fluid.page-banner .brand-nav.hilltop > ul > li > ul > li > a:hover {
      background: #500d76; }
.container-fluid.page-banner .brand-nav > ul > li {
  position: relative; }
  .container-fluid.page-banner .brand-nav > ul > li a {
    position: relative;
    color: #fff;
    padding: 12px 23px;
    display: block;
    font-size: 15px;
    font-family: "Roboto Condensed", arial, helvetica sans-serif !important; }
  .container-fluid.page-banner .brand-nav > ul > li > a {
    padding-right: 35px; }
    .container-fluid.page-banner .brand-nav > ul > li > a:after {
      content: "";
      display: block;
      background: url("../img/chevron.svg");
      width: 12px;
      height: 14px;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto; }
  .container-fluid.page-banner .brand-nav > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 3;
    width: 100%; }
  @media screen and (min-width: 768px) {
    .container-fluid.page-banner .brand-nav > ul > li:hover > a:after {
      transform: rotate(180deg); }
    .container-fluid.page-banner .brand-nav > ul > li:hover > ul {
      display: block; } }
  .container-fluid.page-banner .brand-nav > ul > li.active > a:after {
    transform: rotate(180deg); }

.featured-tag {
  position: absolute;
  padding: 10px 15px;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Roboto, arial, helvetica sans-serif !important;
  color: #fff;
  z-index: 3; }
  .featured-tag.emergency-services {
    background: #fd523f; }
  .featured-tag.health-social-services {
    background: #da3768; }
  .featured-tag.food {
    background: #a44e8b; }
  .featured-tag.housing {
    background: #60559a; }
  .featured-tag.education {
    background: #25bed5; }
  .featured-tag.business-workforce {
    background: #2a588d; }
  .featured-tag.faith {
    background: #607e92; }
  .featured-tag.youth-family {
    background: #0a9b80; }
  .featured-tag.recreation-arts {
    background: #4aa84e; }
  .featured-tag.government-services {
    background: #b8d734; }
  .featured-tag.events {
    background: #f19c1d; }
  .featured-tag.contact {
    background: #f19c1d; }
  .featured-tag.refugee-immigrant {
    background: #f5c300; }

.franklinton-events #calendar-view form button {
  background: #f19c1d; }
.franklinton-events.event-tabs .event-nav button {
  color: #f19c1d; }
  .franklinton-events.event-tabs .event-nav button.active {
    color: #333; }

.event-tabs .event-block.col-md-8 .content .text .section {
  color: #f19c1d; }
.event-tabs .event-nav {
  border-bottom: solid 2px #ddd;
  margin-bottom: 20px;
  overflow: hidden; }
  .event-tabs .event-nav button {
    background: none;
    border: none;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto, arial, helvetica sans-serif !important;
    border: solid 2px transparent;
    border-bottom: none;
    font-size: 12px;
    width: 50%;
    float: left; }
    @media screen and (min-width: 800px) {
      .event-tabs .event-nav button {
        padding: 20px;
        font-size: 16px;
        width: auto; } }
    .event-tabs .event-nav button.active {
      border: solid 2px #ddd;
      border-bottom: none; }
.event-tabs #list-view {
  display: none; }

#calendar-view form {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 800px) {
    #calendar-view form {
      width: 60%;
      float: right; } }
  #calendar-view form button {
    font-family: "Roboto Condensed", arial, helvetica sans-serif !important;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 13px;
    padding: 15px 21px 13px;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: .25s;
    border: none;
    margin-top: 20px; }
    @media screen and (min-width: 800px) {
      #calendar-view form button {
        width: 20%;
        float: right; } }
  #calendar-view form label {
    display: block;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 800px) {
      #calendar-view form label {
        width: 40%;
        padding: 0 20px 0 0;
        float: left; } }
    #calendar-view form label:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #444;
      position: absolute;
      right: 30px;
      top: 40px; }
  #calendar-view form select {
    width: 100%;
    padding: 10px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: solid 1px #ddd;
    margin: 0 20px 0 0;
    font-weight: 700;
    color: #333;
    display: block; }
#calendar-view h2 {
  font-weight: 700;
  text-align: center;
  text-align: left;
  margin: 20px 0 20px 0; }
  @media screen and (min-width: 800px) {
    #calendar-view h2 {
      width: 40%;
      float: left; } }

table.month {
  width: 100%;
  text-align: center;
  font-family: Roboto, arial, helvetica sans-serif !important; }
  table.month tbody tr.days {
    border-top: solid 1px #ddd; }
    table.month tbody tr.days td {
      padding: 10px;
      text-transform: uppercase;
      font-weight: 700;
      border-left: solid 1px #ddd; }
      table.month tbody tr.days td:last-child {
        border-right: solid 1px #ddd; }
  table.month tbody tr.week {
    border-bottom: solid 1px #ddd;
    vertical-align: top; }
    table.month tbody tr.week:nth-child(2) {
      border-top: solid 1px #ddd; }
    table.month tbody tr.week td {
      border-left: solid 1px #ddd; }
      table.month tbody tr.week td.calendar-day {
        position: relative;
        font-weight: 700;
        width: 14%;
        padding: 10px 0 20px;
        height: 130px; }
        table.month tbody tr.week td.calendar-day .day-number {
          font-size: 14px;
          border-bottom: solid 1px #ddd;
          padding: 0 0 10px 0; }
          @media screen and (min-width: 800px) {
            table.month tbody tr.week td.calendar-day .day-number {
              font-size: 18px; } }
        table.month tbody tr.week td.calendar-day .tooltip-trigger {
          color: #f19c1d;
          font-weight: 700;
          cursor: pointer; }
        table.month tbody tr.week td.calendar-day .event-tooltip {
          background: #fff;
          padding: 10px;
          left: 0; }
          table.month tbody tr.week td.calendar-day .event-tooltip ul li {
            padding: 5px 0;
            text-align: left;
            line-height: 1; }
            table.month tbody tr.week td.calendar-day .event-tooltip ul li:last-child {
              border-bottom: 0; }
            table.month tbody tr.week td.calendar-day .event-tooltip ul li a {
              font-size: 12px;
              font-weight: 700;
              text-align: left; }
              table.month tbody tr.week td.calendar-day .event-tooltip ul li a:hover {
                color: inherit;
                text-decoration: underline; }
      table.month tbody tr.week td:last-child {
        border-right: solid 1px #ddd; }

.alert {
  display: none; }

@media screen and (max-width: 767px) {
  .home .sponsors .col-sm-3 img {
    max-width: 295px;
    padding: 20px 0; } }
.event-block.col-md-8 .content .text .section {
  color: #f19c1d; }

/*# sourceMappingURL=shared-styles.css.map */
