﻿body {
    font-family: "Open Sans", Arial, sans-serif;
}
#template.subpage .main-content img,
#template.subpage .main-content table a img
{
    padding: 3px 5px;
}
#template.subpage .main-content .eventPage .image.right img {
    padding: 3px 15px;
}
@media screen and (max-width: 768px)
{
    #template.subpage .main-content .eventPage .image.right img
    {
        padding: 0;
    }
}
/*
    * Social sharing icons
*/
.modal .social,
#videoContainer .social,
#photoContainer .social
{
    line-height: 1;
}
.socialButton
{
    display: inline-block;
    float: left;
}
.socialButton.left.ical
{
    margin-left: 5px;
}
.socialButton.left.twitter
{
    margin-top: 3px;
}
.eventPage .info .label
{
    color:#425563;
    padding: 0;
    font-size: 100%;
}
.social
{
    overflow: auto;
}
/*
    * Billboard
*/
.billboard
{
    text-align: center;
    margin-bottom: 40px;
}
/*
    * Announcements
*/
.announcements
{
    background-color: transparent;
    padding-bottom: 10px;
}
.announcements .header
{
    padding: 7px 0;
    font-size: inherit;
    font-weight: 600;
}
.callout.announcement .middle .copy
{
    color: #445566;
    font-size: 14px;
}
.callout.clear.announcement.first {
    border: none;
}
.callout.clear.announcement {
    margin-top: 7px;
    padding-top: 3px;
}
.callout.announcement .middle .link a:focus,
.callout.announcement .middle .link a:hover
{
    color: #ba0c2f;
    text-decoration: underline;
    outline: 0;
}
/*
    * Callouts
*/
.announcements,
.callout
{
    display: inline-block;
    border: none;
    text-align: left;
    margin-bottom: 9px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    max-width: 100%;
    word-wrap: break-word;
}
.callout .eventDate {
    color: #425563;
}
.callout.image
{
    border: none;
}
.callout.image .title
{
    padding: 10px 10px 0 0;
}
.callout.image .title a
{
    color: #425563;
    font-size: inherit;
    font-weight: 700;
}
.callout.image .title a:hover,
.callout.image .title a:focus
{
    color: #425563;
}
.callout.standard .middle,
.callout.solid .middle,
.callout.clear .middle
{
    font-size: inherit;
}
.callout.image .copy
{
    font-size: 11pt;
    color: #000;
    padding: 5px 10px 5px 0;
}
.callout.image .thumbnail
{
    border: none;
    background-color: transparent;
}
.callout.image .thumbnail img
{
    width: 100%;
    max-width: 100%;
}
.thumbnail>img,
.thumbnail a>img
{
    margin-left: 0;
    margin-right: 0;
}
.callout.standard, .callout.solid
{
    background-color: transparent;
}
.callouts.right,
.callouts.left
{
    border: none;
    text-align: center;
    margin: 15px 0 25px 0;
    overflow: auto;
}
.callout.links
{
    float: left;
    clear: both;
    background-color: transparent;
    color: #425563;
}
.callout.links .h4
{
    font-size: 18px;
    font-weight: 700;
}
.callout.links ul
{
    color: #425563;
}
.callout.links ul li
{
    background-image: none;
    position: relative;
    line-height: 1.0425;
    padding-bottom: 7px;
}
.callout.links ul li::before
{
    font-family: "FontAwesome";
    content: "\f0c8";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
    color: #ba0c2f;
}
.callout.links ul li a
{
    color: #425563;
    font-weight: 500;
}
.callout.links ul li a:hover,
.callout.links ul li a:focus
{
    color: #425563;
    text-decoration: underline;
}
.callout .top h4 a
{
    color: #ba0c2f;
}
.callout .top h4 a:hover,
.callout .top h4 a:focus
{
    color: #ba0c2f;
    outline: 0;
    text-decoration: underline;
}
.callout.featureProfile .top h4
{
    font-size: inherit;
}
.callout.featureProfile .copy
{
    font-size: inherit;
    font-weight: 500;
}
.callout.featureProfile .copy a
{
    font-size: inherit;
}
.callout.featureProfile .copy a:hover,
.callout.featureProfile .copy a:focus
{
    font-size: inherit;
    outline: 0;
    text-decoration: underline;
}
.callout.standard .top h4,
.callout.solid .top h4,
.callout.clear .top .h4
{
    font-size: inherit;
}
.feature-sidebar
{
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.feature-sidebar .caption
{
    font-size: inherit;
}
.departmentContact
{
    border-top: 1px solid #eee;
    padding-top: 10px;
    font-size: 15px;
}
.departmentContact a
{
    color: #425563;
    text-decoration: underline;
}
.departmentContact a:hover,
.departmentContact a:focus
{
    color: #BA0C2f;
    outline: 0;
}
@media screen and (min-width: 1200px)
{
    .callout
    {
        min-height: 0;
    }
    .callout h2, .callout p
    {
        max-width: 100%;
    }
}

@media screen and (min-width: 992px)
{
    .callout
    {
        min-height: 0;
    }
}
@media screen and (max-width: 991px)
{
    .callout.standard, .callout.solid
    {
        margin-top: 25px;
    }
}
@media screen and (max-width: 479px)
{
    .thumbnail>img, .thumbnail a>img
    {
        margin-left: auto;
        margin-right: auto;
    }
}
/*
    * FeatureHome Callout
*/
.featureHome .content
{
    width: 100%;
    padding: 10px 10px 0 0;
}
.featureHome .content h3
{
    padding: 7px 0;
}
.featureHome .copy
{
    font-size: 11pt;
    color: #425563;
    padding: 5px 10px 5px 0;
}
.callout.featureHome .content h3 a
{
    color: #425563;
    font-size: inherit;
    font-weight: 700;
}
.callout.featureHome .content h3 a:hover,
.callout.featureHome .content h3 a:focus
{
    color: #425563;
}
/*
    * Application menu
*/
.container .mobileOnly.collapse-trigger {
    display: none;
}
#template.subpage.onecolumn [data-target=".navmenu"]
{
    display: none;
}
#secondaryNav
{
    margin-bottom: 25px;
}
#secondaryNav li
{
    background: none;
    border: none;
    border-top: 1px solid #54585a;
    box-shadow: none;
    padding: 0;
    color: #ba0c2f;
}
#secondaryNav li.level1.on
{
    color: #54585a;
    background: transparent;
}
#secondaryNav.canvas-slid li.level1.on
{
    background: #eee;
}
#secondaryNav li.level1
{
    padding-left: 10px !important;
}
#secondaryNav ul.level2
{
    background: transparent;
    background-image: none;
}
#secondaryNav.canvas-slid ul.level2
{
    background: #c2c7ca;
    background-image: none;
    padding: 0;
    border-bottom: none;
}
#secondaryNav ul.level2 li
{
    border-left: none;
}
#secondaryNav.canvas-slid ul.level2 li
{
    border-top: 1px solid #54585a;
}
#secondaryNav ul.level2 li a
{
    background: transparent;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
}
#secondaryNav ul.level2 li a:hover,
#secondaryNav ul.level2 li a:focus
{
    outline: 0;
    color: #ba0c2f;
    background-color: transparent;
}
#secondaryNav li a
{
    display:  block;
    color: #ba0c2f;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 10px 15px 10px 0;
    font-family: "Open Sans", Arial, sans-serif;
}
#secondaryNav li a.on
{
    border: none;
    color: #54585a;
}
#secondaryNav li a:hover,
#secondaryNav li a:focus
{
    color: #54585a;
    background: transparent;
    outline: 0;
}
#secondaryNav li a.on:hover,
#secondaryNav li a.on:focus
{
    color: #ba0c2f;
    background: transparent;
    outline: 0;
}
#secondaryNav li.contextParent
{
    border: none;
    margin-bottom: 10px;
}
#secondaryNav li.contextParent a
{
    color: #54585a;
    border: none;
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 11px 15px 11px 0;
    margin: 0;
    font-weight: 700;
    background-color: transparent;
    text-transform: none;
    letter-spacing: 0;
}
#secondaryNav li.contextParent a:hover,
#secondaryNav li.contextParent a:focus
{
    background-color: transparent;
    color: #ba0c2f;
}
#secondaryNav li.contextParent a:focus
{
    color: #ba0c2f;
    text-decoration: underline;
}
#secondaryNav.in
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    overflow-y: auto;
    width: 300px;
    height: 100%;
    border-color: #8ca2b2;
    border-width: 0 1px 0 0;
    background: #34424c;
}
#secondaryNav.in li
{
    background: #c2c7ca;
    border: none;
}
#secondaryNav.in li+li
{
    border-top: 1px solid #54585a;
}
#secondaryNav.in li a:hover,
#secondaryNav.in li a:focus
{
    color: #ba0c2f;
    background: #eee;
    outline: 0;
}
#secondaryNav.in li.contextParent
{
    background: #425563;
}
#secondaryNav.in li.contextParent a
{
    margin: 0;
    color: #fff;
}
#secondaryNav.in li.contextParent a:hover
{
    background: #425563;
    color: #fff;
}
#secondaryNav.in li.contextParent a:focus
{
    background: #425563;
    color: #fff;
    text-decoration: underline;
    outline: 0;
}
@media screen and (max-width: 992px)
{
    #secondaryNav
    {
        display: none;
    }
    #secondaryNav li a
    {
        padding: 10px 15px;
    }
    #secondaryNav li.contextParent a {
        padding: 11px 15px;
    }
}
/*
    * News Articles
*/
.newsArticles .article .summary
{
    overflow: auto;
}
.newsArticles .article .title a:focus
{
    text-decoration: underline;
    outline: 0;
}
.newsArticles .article .title
{
    font-size: 16px;
}
.newsArticles .article .date
{
    font-size: 15px;
}
#pagination
{
    margin: 25px auto;
}
.fiwrapper
{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.image.newsfeaturedimage
{
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
}
.image.newsfeaturedimage .caption
{
    text-align: left;
}
.relatedItems.news
{
    overflow: auto;
    width: 100%;
    margin-bottom: 20px;
}
.featuredItem.news .callout.image .copy
{
    max-width: 50em;
}
.related .callout
{
    width: 32%;
}
.relatedItems.calendar .related .callout.image .copy,
.relatedItems.news .related .callout.image .copy
{
    font-size: 14px;
}
.relatedItems.news .callout.image .title a,
.relatedItems.calendar .callout.image .title a
{
    font-size: 16px;
}
.relatedItems .related .callout.image .title a,
.relatedItems .related .callout.image .title a:hover,
.relatedItems .related .callout.image .title a:focus
{
    outline: 0;
    color: #425563;
}
.relatedItems .related .callout.image .title a:hover,
.relatedItems .related .callout.image .title a:focus
{
    text-decoration: underline;
}
.relatedItems .related .callout.image .thumbnail a
{
    display: block;
    overflow: auto;
}
.relatedItems .related .callout.image .thumbnail a:focus
{
    border: 1px solid #ba0c2f;
    padding: 1px;
    outline: 0;
}
.relatedItems .related .callout.image .thumbnail img
{
    width: 100%;
}
.relatedItems .related .callout.image .thumbnail
{
    height: auto;
}
.featuredItem .callout.image .title a
{
    color: #BA0C2f;
}
.featuredItem .callout.image .title a:hover,
.featuredItem .callout.image .title a:focus
{
    color: #BA0C2f;
    text-decoration: underline;
    outline: 0;
}
.featuredItem .callout.image .thumbnail a
{
    display: block;
    overflow: auto;
}
.featuredItem .callout.image .thumbnail a:focus
{
    outline: 0;
    border: 1px solid #ba0c2f;
    padding: 1px;
}
.news.left,
.news.right
{
    float: left;
    width: 50%;
}
.news .articles h3 a,
.news .inTheNews h3 a
{
    color: #BA0C2f;
    font-size: inherit;
}
.news .articles h3 a img,
.news .inTheNews h3 a img
{
    max-width: 21px;
    margin-left: 20px;
}
.news .articles h3 a:hover,
.news .inTheNews h3 a:hover,
.news .articles h3 a:focus,
.news .inTheNews h3 a:focus
{
    text-decoration: underline;
    color: #BA0C2f;
    outline: 0;
}
.subpage .main-content .homeList.news,
.subpage .main-content .homeList.in-the-news
{
    padding-left: 0;
    padding-right: 35px;
}
.subpage .main-content .homeList.news li,
.subpage .main-content .homeList.in-the-news li
{
    padding-left: 0;
    padding: 0 0 11px 0;
}
.subpage .main-content ul>li
{
    /*line-height: normal;*/
}
.subpage .main-content .articles ul>li
{
    line-height: 26px;
}
.subpage .main-content ul.itemListing li
{
    line-height: 1.5;
}
.news.left .homeList.news li a,
.news.right .homeList.in-the-news li a
{
    color: #000;
    font-size: 15px;
    line-height: normal;
}
.news.left .homeList.news li a:hover,
.news.right .homeList.in-the-news li a:hover,
.news.left .homeList.news li a:focus,
.news.right .homeList.in-the-news li a:focus
{
    text-decoration: underline;
    outline: 0;
}
.homeList.news li:before,
.homeList.in-the-news li:before
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .news.left,
    .news.right
    {
        width: 100%;
    }
    .news .inTheNews h3
    {
        margin-top: 5px;
    }
}
@media screen and (max-width: 479px)
{
    .newsArticles .article img
    {
        width: 100%;
    }
    .related .callout
    {
        width: 100%;
    }
    .relatedItems .related .callout.image
    {
        margin-bottom: 25px;
    }
    .relatedItems .related .callout.image.last
    {
        margin-bottom: 0;
    }
    .relatedItems .related .callout.image .thumbnail
    {
        height: auto;
    }
    .relatedItems .related .callout.image .thumbnail:focus
    {
        border: 3px solid #ba0c2f;
    }
    .relatedItems .related .callout.image .thumbnail img
    {
        width: 100%;
    }
    .featuredItem .callout.image .thumbnail 
    {
        width: 100%;
    }
    .featuredItem .callout.image
    {
        margin-bottom: 15px;
    }
}
/*
    * Calendar
*/
.eventPage .image img
{
    float: right;
    padding-right: 0 !important;
}
.calendarListing ul.itemListing li
{
    line-height: 22px;
}
.relatedItems.calendar
{
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}
.relatedItems.calendar .callout.image .title a
{
    font-size: 15px;
}
div.event-listing div.event
{
    overflow: auto;
}
div.mini-calendar
{
    margin-bottom: 25px;
    max-width: 400px;
}
div.mini-calendar .ui-state-default:hover,
div.mini-calendar .ui-state-default:focus
{
    background: #BA0C2f;
}
div.mini-calendar-view
{
    width: 100%;
    max-width: 400px;
}
div.mini-calendar-view .ui-button-text-only .ui-button-text
{
    padding: 0;
}
div.mini-calendar-view .last.ui-button-text-only .ui-button-text
{
    padding: 0;
}
div.mini-calendar-view .ui-widget {
    font-size: 12px;
    padding: 5px 0;
    width: 25%;
}
div.mini-calendar .ui-state-default,
div.mini-calendar .ui-widget-content .ui-state-default,
div.mini-calendar .ui-widget-header .ui-state-default
{
    border-color: #d8dcdf;
}
div.mini-calendar .ui-datepicker .ui-datepicker-prev,
div.mini-calendar .ui-datepicker .ui-datepicker-next
{
    border-color: #ba0c2f;
}
div.mini-calendar .ui-datepicker .ui-datepicker-header,
.ui-widget-header
{
    background: #ba0c2f;
}
div.event-listing div.day
{
    font-size: 18px;
}
div.event-listing div.event .title
{
    font-size: 16px;
}
div.event-listing div.event .date,
div.event-listing div.event .summary
{
    font-size: 14px;
}
@media screen and (max-width: 992px)
{
    div.mini-calendar-view
    {
        display: none;
    }
    div.mini-calendar
    {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    table {
        width: 100% !important;
    }
}
/*
    * Link Block Pages
*/
.linkBlock ul.links
{
    margin-bottom: 0;
}
.linkBlocks .linkBlock
{
    margin-bottom: 0;
}
.linkBlock .links li
{
    /*padding: 0 0 5px 0;*/
}
.linkBlocks
{
    overflow: visible;
}
@media screen and (max-width: 992px)
{
    .linkBlocks
    {
        margin-bottom: 35px;
    }
}
/*
    * Media Gallery Slider
*/
.subpage .main-content ul.lightSlider li:before
{
    display: none;
}
.slidermediagallery.media:first-child
{
    margin-top: inherit;
}
.subpage .main-content ul.lightSlider li
{
    padding-left: inherit;
}
.media
{
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
}
.media+.media
{
    margin-bottom: 15px;
}
/*
    * Event Search Page
*/
br.clear {
    line-height: 3em;
    clear: both;
}
@media screen and (max-width: 768px)
{
    input[type="text"].search, textarea.search, select.search
    {
        width: 100%;
        float: left;
        margin: 0 auto 15px auto;
        padding-left: 5px;
        border: solid 1px #425563;
        max-width: 400px;
    }
    label
    {
        width: 100%;
    }
}
/*
    * Public Safety Page
*/
#PublicSafetyNoticeList
{
    overflow-x: auto;
}
#PublicSafetyNoticeList table
{
    width: 100%;
}
#PublicSafetyNoticeList tbody
{
    vertical-align: top;
}
#PublicSafetyNoticeList td
{
    padding: 0 0 15px 0;
}
#PublicSafetyNoticeList td:first-child
{
    width: 32%;
}
/*
    * Map Page
*/
.mapSearchBar .searchBox
{
    background: #ba0c2f;
}
div.mapLegend
{
    overflow: auto;
}
div.clear
{
    width: 100%;
    clear: both;
}
#side-bar a
{
    font-size: 15px;
}
.mapLegend h2
{
    margin-top: 7px;
    font-size: 26px;
}
.mapLegend ul li:before
{
    display: none;
}
.contentCopy ul
{
    width: 50%;
    display: inline-block;
}
.subpage .main-content .contentCopy ul>li
{
    line-height: 1.5;
}
#side-bar
{
    width: 30% !important;
}
#map-canvas
{
    width: 68% !important;
}
#locoselect
{
    display: none;
    padding: 3px;
    margin-bottom: 7px;
}
.gm-style img
{
    float: left;
    padding-left: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}
#map-canvas #content
{
    width: 100% !important;
}
#map-filters input[type="checkbox"]
{
    margin-right: 5px;
}
@media screen and (max-width: 768px)
{
    #locoselect
    {
        display: block;
        width: 100%;
    }
    .mapSearchBar
    {
        display: none;
    }
    #side-bar
    {
        display: none;
    }
    .contentCopy ul
    {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }
    #map-canvas
    {
        width: 100% !important;
    }
    ul.mapLegend li
    {
        width: 40%;
    }
    .mapLegend h2
    {
        font-size: 22px;
    }
}
/*
    * Builiding Page
*/
.organizations h2
{
    font-size: 24px;
    font-weight: 700;
}
.buildingPage .info
{
    display: inline-block;
    width: 100%;
}
.buildingPage .image,
.landmarkPage .image {
    float: right;
    margin: 0 0 0 10px;
    text-align: center;
    width: 250px;
}
.mapAddress
{
    background-color: transparent;
    color: #425563;
    margin-top: 10px;
}
/*
    * Media Gallery Pages
*/
.featuredItem.mediaGallery .callout.image .copy
{
    overflow: auto;
}
.subpage .main-content .media .block h3
{
    color: #425563;
}
.media .block .items .item
{
    float: left;
    position: relative;
}
.media .block .items .clear
{
    width: 0;
    clear: none;
}
.media .block .items .item .title
{
    height: 60px;
    font-size: 14px;
    overflow: hidden;
}
.media .block .items .item .thumbnail a .videoOverlay {
    top: 25px;
    left: 25px;
    right: inherit;
}
@media screen and (max-width: 768px)
{
    .media .block .items.videos
    {
        height: auto;
        width: 100%;
    }
    .media .block .items.videos.full
    {
        height: 205px !important;
        overflow: hidden;
    }
}
/*
    * Hide some things
*/
.callout.featureWide,
.feature-sidebar,
.callout.featureProfile,
.callout.featureHome
{
    display: none;
}