﻿header {
    background: rgba(32, 35, 88, 1);
}

.white-btn-small {
    border-radius: 4px;
    background-color: #ffffff;
    height: 30px;
    font-size: 13px;
    font-family: "Barlow";
    color: #328538;
    font-weight: bold;
    text-transform: uppercase;
}

    .white-btn-small:hover {
        background: #41ad49;
        color: #ffffff;
    }

.interiorHeadercontainer {
    width: 100%;
    background-size: cover !important;
    position: relative;
    margin-top: 0;
    height: 240px;
}

    .interiorHeadercontainer.bg-1 {
        background: transparent url(/images/colr_int-subhead-generic_01.jpg) no-repeat scroll center center;
    }

    .interiorHeadercontainer.bg-2 {
        background: transparent url(/images/colr_int-subhead-generic_02.jpg) no-repeat scroll center center;
    }

    .interiorHeadercontainer.bg-3 {
        background: transparent url(/images/colr_int-subhead-generic_03.jpg) no-repeat scroll center center;
    }

    .interiorHeadercontainer.bg-4 {
        background: transparent url(/images/colr_int-subhead-generic_04.jpg) no-repeat scroll center center;
    }

    .interiorHeadercontainer.bg-5 {
        background: transparent url(/images/colr_int-subhead-generic_05.jpg) no-repeat scroll center center;
    }



.mayor .interiorHeadercontainer.bg-1 {
    background: transparent url(/images/colr_int-subhead-generic-mayor_01.jpg) no-repeat scroll center center;
}

.mayor .interiorHeadercontainer.bg-2 {
    background: transparent url(/images/colr_int-subhead-generic-mayor_01.jpg) no-repeat scroll center center;
}

.mayor .interiorHeadercontainer.bg-3 {
    background: transparent url(/images/colr_int-subhead-generic-mayor_01.jpg) no-repeat scroll center center;
}

.mayor .interiorHeadercontainer.bg-4 {
    background: transparent url(/images/colr_int-subhead-generic-mayor_01.jpg) no-repeat scroll center center;
}

.mayor .interiorHeadercontainer.bg-5 {
    background: transparent url(/images/colr_int-subhead-generic-mayor_01.jpg) no-repeat scroll center center;
}




.police .interiorHeadercontainer.bg-1 {
    background: transparent url(/images/colr_int-subhead-generic_police.jpg) no-repeat scroll center center;
}

.police .interiorHeadercontainer.bg-2 {
    background: transparent url(/images/colr_int-subhead-generic_police.jpg) no-repeat scroll center center;
}

.police .interiorHeadercontainer.bg-3 {
    background: transparent url(/images/colr_int-subhead-generic_police.jpg) no-repeat scroll center center;
}

.police .interiorHeadercontainer.bg-4 {
    background: transparent url(/images/colr_int-subhead-generic_police.jpg) no-repeat scroll center center;
}

.police .interiorHeadercontainer.bg-5 {
    background: transparent url(/images/colr_int-subhead-generic_police.jpg) no-repeat scroll center center;
}





.fire .interiorHeadercontainer.bg-1 {
    background: transparent url(/images/colr_int-subhead-generic_fire.jpg) no-repeat scroll center center;
}

.fire .interiorHeadercontainer.bg-2 {
    background: transparent url(/images/colr_int-subhead-generic_fire.jpg) no-repeat scroll center center;
}

.fire .interiorHeadercontainer.bg-3 {
    background: transparent url(/images/colr_int-subhead-generic_fire.jpg) no-repeat scroll center center;
}

.fire .interiorHeadercontainer.bg-4 {
    background: transparent url(/images/colr_int-subhead-generic_fire.jpg) no-repeat scroll center center;
}

.fire .interiorHeadercontainer.bg-5 {
    background: transparent url(/images/colr_int-subhead-generic_fire.jpg) no-repeat scroll center center;
}



.parks .interiorHeadercontainer.bg-1 {
    background: transparent url(/images/colr_int-subhead-generic_parks.jpg) no-repeat scroll center center;
}

.parks .interiorHeadercontainer.bg-2 {
    background: transparent url(/images/colr_int-subhead-generic_parks.jpg) no-repeat scroll center center;
}

.parks .interiorHeadercontainer.bg-3 {
    background: transparent url(/images/colr_int-subhead-generic_parks.jpg) no-repeat scroll center center;
}

.parks .interiorHeadercontainer.bg-4 {
    background: transparent url(/images/colr_int-subhead-generic_parks.jpg) no-repeat scroll center center;
}

.parks .interiorHeadercontainer.bg-5 {
    background: transparent url(/images/colr_int-subhead-generic_parks.jpg) no-repeat scroll center center;
}





.secondary-nav-container {
    margin-top: -46px;
}

/******* interior subhead not default ******/
.-page-slider {
    overflow: hidden;
    width: 100%;
}

.interior-page-slider .slider {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 0;
    border: 0;
}


.interior-page-slider .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.interior-page-slider .title-container {
    bottom: 90px;
    top: unset;
    height: auto;
    color: #fff;
}

    .interior-page-slider .title-container h1 {
        color: #fff;
        line-height: 1;
        text-shadow: 0px 0px 30px #000000;
        font-size: 60px;
    }

.interior-page-slider .slide {
    text-align: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 450px;
}

    .interior-page-slider .slide picture {
        /*max-height: 100%;
    display: block;
    max-width: 100%;*/
    }

        .interior-page-slider .slide picture img {
            /*max-width: 100%;
    min-height: 500px;
    width: 100%;*/
            flex: none;
            object-fit: cover;
            height: 450px;
            position: absolute;
            left: 0;
            object-position: center center;
        }

/****** breadcrumb style ******/
.breadcrumbContainer {
    background: #f0f0f5;
    /* height: 42px; */
    border-top: 1px solid #9194b7;
}

.breadcrumb {
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

    .breadcrumb .pull-left {
        width: 100%;
    }

    .breadcrumb a {
        padding: 0 5px 15px 0;
        display: inline-block;
        font-size: 16px;
        font-family: "Barlow";
        color: rgb(65, 65, 65);
        line-height: 1.1;
        text-align: left;
    }

    .breadcrumb span.currentNode {
        padding: 10px 5px 10px 0;
        display: inline-block;
        font-size: 16px;
        font-family: "Barlow";
        color: #42469a;
        line-height: 1.1;
        text-align: left;
    }

    .breadcrumb a.breadcrumblogo {
        padding: 0;
        position: relative;
        top: 1px;
        padding-right: 3px;
    }

        .breadcrumb a.breadcrumblogo img:hover {
            opacity: .5;
        }


.menu-side-nav li ul.subactivemenu a {
    font-weight: 500;
    padding: 7px 7px;
    font-size: 15px;
    color: #495f96;
    background: transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-family: "Montserrat", sans-serif;
    display: block;
    margin: 0 4px;
}

.menu-side-nav,
.blog-sidebar dl {
    display: block;
    position: relative;
    background: #F7F7F7;
    width: 100%;
}

.blog-sidebar dl {
    border: 1px solid lightgrey;
    border-top: none;
}

.menu-side-nav li {
    width: 100%;
    display: none;
}

.blog-sidebar dd {
    padding: 0 15px;
}

    .menu-side-nav li.activeTopLevel,
    .blog-sidebar dd.activeTopLevel {
        display: block;
        border-bottom: none !important;
    }

    .menu-side-nav li a,
    .blog-sidebar dd a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
    }

.menu-side-nav li.activeTopLevel a,
.blog-sidebar dt {
    background-color: rgb(45, 49, 116);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 24px;
    font-family: "Nunito Sans";
    color: rgb(255, 255, 255);
    font-weight: 800;
    text-transform: uppercase;
}

.blog-sidebar dt {
    padding-left: 15px;
    padding-right: 15px;
}

    .blog-sidebar dt a {
        color: #FFF;
    }

.menu-side-nav li .subactivemenu {
    padding: 8px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(145, 148, 183);
    background-color: rgb(240, 240, 245);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .menu-side-nav li .subactivemenu li {
        display: block;
    }

.menu-side-nav li ul.subactivemenu li a,
.blog-sidebar dd a {
    padding: 12px 0;
    display: block;
    margin: 0;
    font-size: 22px;
    font-family: "Barlow";
    color: rgb(65, 65, 65);
    line-height: 1.1;
    font-weight: 700 !important;
    text-transform: capitalize;
}

.menu-side-nav li {
    border-bottom: 1px solid #cacbdc;
}

    .menu-side-nav li ul.subactivemenu li a:hover,
    .blog-sidebar dd a:hover {
        opacity: .5;
    }

    .menu-side-nav li ul.subactivemenu ul.subactivemenu {
        margin: -4px 0px 0;
        padding: 0;
        border: 0;
        position: relative;
    }

        .menu-side-nav li ul.subactivemenu ul.subactivemenu ul.subactivemenu {
            margin: 0;
            padding: 0;
            border: 0;
        }

            .menu-side-nav li ul.subactivemenu ul.subactivemenu ul.subactivemenu ul.subactivemenu {
                margin-top: 0px;
                margin-bottom: 5px;
            }

        .menu-side-nav li ul.subactivemenu ul.subactivemenu li a,
        .blog-sidebar dd.current div a {
            padding: 0px 0 8px 12px;
            display: block;
            font-size: 20px;
            font-family: "Barlow";
            color: rgb(65, 65, 65);
            line-height: 1;
            text-align: left;
            text-transform: none;
            font-weight: 500;
        }

            .menu-side-nav li ul.subactivemenu ul.subactivemenu li a:before,
            .blog-sidebar dd.current div a:before {
                content: "-";
                position: absolute;
                left: 0;
            }

        .menu-side-nav li ul.subactivemenu ul.subactivemenu ul.subactivemenu li a {
            display: block;
            font-size: 18px;
            font-family: "Barlow";
            /* color: rgb(66, 70, 154); */
            line-height: 1;
            text-align: left;
            padding: 0 0 8px 12px;
            font-weight: 500;
        }

            .menu-side-nav li ul.subactivemenu ul.subactivemenu ul.subactivemenu li a:before {
                content: "";
                padding-right: 0;
            }

        .menu-side-nav li ul.subactivemenu ul.subactivemenu ul.subactivemenu ul.subactivemenu li a {
            font-size: 16px;
            line-height: 15px;
            padding: 0px 0 10px 24px;
            color: #4d4d4d;
            display: block;
            border-bottom: none;
            font-weight: 500;
        }

            .menu-side-nav li ul.subactivemenu ul.subactivemenu ul.subactivemenu ul.subactivemenu li a:before {
                content: "-";
                position: absolute;
                left: 12px;
            }

        .menu-side-nav li ul.subactivemenu ul.subactivemenu ul.subactivemenu ul.subactivemenu ul.subactivemenu li a {
            font-size: 14px;
            line-height: 15px;
            padding: 4px 0px 2px 25px;
            color: #4d4d4d;
            display: block;
            font-weight: 500;
        }

            .menu-side-nav li ul.subactivemenu ul.subactivemenu ul.subactivemenu ul.subactivemenu ul.subactivemenu li a:before {
                content: "";
                padding-right: 0;
            }

    .menu-side-nav li li li, .menu-side-nav li li:last-child {
        border-bottom: none !important;
    }

    .menu-side-nav li.active.current > a {
        color: rgb(66, 70, 154) !important;
        font-weight: bold !important;
    }

.menu-side-nav ul.subactivemenu ul.subactivemenu ul.subactivemenu ul.subactivemenu li.active a {
    padding-bottom: 5px;
}

.menu-side-nav .bottombluebar {
    width: 100%;
    height: 10px;
    background: #384975;
    position: absolute;
    bottom: 0;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
}

.interiorPageContent .showSideNav-True .umb-grid .grid-section div > .container {
    max-width: 100%;
    padding: 0;
}

.interiorPageContent .showSideNav-False .umb-grid .grid-section div > .container {
    max-width: 100%;
    padding: 0;
}

.interiorPageContent .container .row {
    position: relative;
}

h1, .interiorPageContent .umb-grid .grid-section .container h1 {
    margin-top: 0;
    font-size: 48px;
    font-family: "Nunito Sans";
    color: rgb(82, 82, 82);
    font-weight: 800;
    line-height: 1.1;
    text-align: left;
}

h2 {
    font-size: 26px;
    font-family: "Barlow";
    color: rgb(45, 49, 116);
    font-weight: bold;
    line-height: 1.0;
    text-align: left;
}

#content {
    padding: 30px 0;
}

    #content p {
        font-size: 18px;
        font-family: "Barlow";
        color: rgb(82, 82, 82);
        line-height: 1.3;
        text-align: left;
    }

.bottomMenu svg {
    fill: #858585;
}

    .bottomMenu svg:hover {
        fill: #8BBC3F;
    }

.editpagelink {
    position: absolute;
    top: -25px;
    padding-left: 15px;
    display: block;
}

.you-tube-video {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: url("../images/video-brd-img.jpg") 30% 30% 30% 30% round round;
    height: 0;
    max-width: 510px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .you-tube-video iframe, .you-tube-video object, .you-tube-video embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.searchForm {
    width: 100%;
    margin: 10px auto 30px auto;
    background: #f4f4f4;
    border: 1px solid #CCC;
    font-size: 14px;
}

.searchFormTitle {
    display: table-cell;
    width: 0;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px 10px 20px;
}

.searchFormInput {
    display: table-cell;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px 10px 0;
}

.searchFormButton {
    display: table-cell;
    width: 0;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px 10px 0;
}

    .searchFormButton button {
        color: #ffffff;
        font-family: "Montserrat",sans-serif;
        font-size: 16px;
        padding: 7px 15px;
        display: block;
        text-align: center;
        background: #8CBD39;
        border-radius: 10px;
        border: none;
        font-weight: normal;
    }

        .searchFormButton button:hover {
            background: #8CBD39;
        }

.searchresultsListings {
    padding: 10px 0;
    border-bottom: 1px solid #C7C7C7;
    font-size: 16px;
}

.sitesearchlistings a {
    color: #384975;
    font-weight: bold;
}

.searchresultsListings a.searchresultsLink {
    word-break: break-all;
    word-wrap: break-word;
    line-height: 22px;
    color: #3e8941;
    font-weight: normal;
}

.searchresultsListings .searchresultsDescription {
    font-size: 14px;
    padding-left: 17px;
    line-height: 16px;
    padding-top: 0px;
}

.searchresultsListings img.searchresultImage {
    float: right;
    margin-left: 10px;
}

.listingsSearchPager {
    display: block;
}

.listingsSearchPagerRight, .listingsSearchPagerLeft {
    /* width: 100%; */
    font-size: 20px;
    font-family: "Barlow";
    color: rgb(94, 90, 94);
    line-height: 1.1;
    text-align: left;
    display: inline-block;
}

.listingsSearchPagerCenter {
    position: absolute;
    display: inline-block;
    right: 15px;
}

    .listingsSearchPagerCenter a, .listingsSearchPagerCenter span {
        position: relative;
        line-height: 1;
        text-decoration: none;
        border: 1px solid #5e5a5e;
        display: inline-block;
        padding: 4px 0 5px;
        border-radius: 4px;
        border-width: 1px;
        width: 23px;
        height: 25px;
        font-size: 16px;
        font-family: "Barlow";
        color: rgb(255, 255, 255);
        font-weight: bold;
        background-color: #ffffff;
        color: #5e5a5e;
        font-weight: bold;
        text-align: center;
    }

        .listingsSearchPagerCenter a:hover, .listingsSearchPagerCenter a:focus {
            opacity: .5;
        }

        .listingsSearchPagerCenter a img {
            width: 11px;
            height: 11px;
            opacity: .8;
            vertical-align: baseline;
        }

        .listingsSearchPagerCenter a:hover img {
            opacity: .4;
        }

    .listingsSearchPagerCenter span {
        color: #fff;
        background-color: #5e5a5e;
        border-color: #5e5a5e;
        cursor: default;
    }

    .listingsSearchPagerCenter .listingsSearchPagerNextPrev, .listingsSearchPagerCenter .listingsSearchPagerFirstLast {
        padding: 0;
        font-size: 21px;
        top: 1px;
    }

.eventlistingsSearchResults {
    background: #f5f4ef;
    margin: 15px 0;
}

.listingdescription p {
    font-size: 16px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
    line-height: 1.1;
    text-align: left;
}

.searchResultContainer {
}

.searchResultListings a.searchTitle {
    color: #384975;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    display: block;
    font-family: 'Roboto Slab', serif;
}

.searchResultListings a.searchUrl {
    color: #339933;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    display: block;
}

.searchResultListings a.featuredreadmore {
    color: #339933;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
}

.searchResultContainer .searchsepline {
    margin: 15px 0;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #eee;
}

.contentImageRight {
    margin: 0 0 15px 15px;
    float: right;
}

.contentImageLeft {
    margin: 0 15px 15px 0;
    float: left;
}

.redText {
    font-size: 14px;
    color: #ff0000;
}

.citydepartmentContainer {
    background: #F7F7F7;
    border: 1px solid lightgrey;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    padding: 15px;
    margin: 15px 0 0 0;
    border-bottom: none;
    height: auto !important;
}

    .citydepartmentContainer .citydepartmentImage {
        padding-bottom: 15px;
        border-bottom: 1px solid lightgrey;
        text-align: center;
        min-height: 112px;
        vertical-align: bottom;
        line-height: 112px;
    }

        .citydepartmentContainer .citydepartmentImage img {
            max-width: 688px;
            /* max-height: 105px; */
            width: 100%;
        }

    .citydepartmentContainer .citydepartmentTitle {
        color: #384975;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
        font-family: "Nunito Sans";
        line-height: 20px;
    }

    .citydepartmentContainer .citydepartmentText {
        font-size: 17px;
        font-family: "Barlow";
        color: rgb(82, 82, 82);
        line-height: 1.3;
        text-align: left;
    }

.citydepartmentBottomCap {
    /* width: 100%; */
    /* position: relative; */
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    /* text-align: center; */
    /* margin: 0 0 15px 0; */
    background: #F7F7F7;
    border: 1px solid lightgrey;
    border-top: none;
    padding: 0 15px 15px;
}

    .citydepartmentBottomCap a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #328538;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        font-family: "Barlow";
        color: rgb(255, 255, 255) !important;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none !important;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .citydepartmentBottomCap a:hover {
            background: #41ad49;
            color: rgb(255, 255, 255);
            text-decoration: none;
        }


.imagesContainer {
    background: #F7F7F7;
    border: 1px solid lightgrey;
    padding: 10px;
    margin: 15px 0 0 0;
}

    .imagesContainer .containerImage {
        padding-bottom: 15px;
        border-bottom: 1px solid lightgrey;
        text-align: center;
        min-height: 112px;
        vertical-align: bottom;
        line-height: 112px;
    }

        .imagesContainer .containerImage img {
            max-width: 200px;
            max-height: 125px;
        }

    .imagesContainer .containerImage {
        color: #384975;
        font-size: 17px;
        font-weight: bold;
        margin-top: 10px;
        font-family: 'Roboto Slab', serif;
        line-height: 20px
    }

    .imagesContainer .containerImage {
        color: #4d4d4d;
        font-size: 13px;
        line-height: 17px;
    }

    .imagesContainer .containerTitle {
        color: #384975;
        font-size: 17px;
        font-weight: bold;
        margin-top: 10px;
        font-family: 'Roboto Slab', serif;
        line-height: 20px
    }

    .imagesContainer a {
        color: #384975;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
        font-family: "Nunito Sans";
        line-height: 20px;
    }

.ekko-lightbox .modal-backdrop {
    z-index: 0;
}

/****** Agenda Meeting Style  *******/
.agendaItemContainer .nav-tabs > li.active.agendayeartitle > a, .agendaItemContainer .nav-tabs > li.active.agendayeartitle > a:focus, .agendaItemContainer .nav-tabs > li.active.agendayeartitle > a:hover .agendayeartitle, .agendaItemContainer .nav-tabs > li.agendayeartitle > a {
    color: rgb(45, 49, 116);
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    font-family: 'Barlow';
}



/****** interior slideshow style *********/
.interiorSlideshowImagesContainer {
    padding-bottom: 15px;
    margin-top: 20px;
}

    .interiorSlideshowImagesContainer .flexslider {
        background: #FFF;
        border: 0 solid #FFF;
        position: relative;
        border-radius: 0;
        margin: 0 auto 20px auto;
        max-width: 100%;
        width: 100% !important;
    }

    .interiorSlideshowImagesContainer .flex-control-paging {
        width: 100%;
        height: 25px;
        background: #3e8941;
        position: relative;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-right: 15px;
        display: none;
        top: 0;
    }
/*.interiorSlideshowImagesContainer .flexslider .slides img{
	width:initial;
}*/
.slideshowInfo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100% !important;
    max-width: 100%;
    color: #fff !important;
    padding: 15px;
}

    .slideshowInfo p.title {
        color: #72A7D7;
        font-size: 15px;
        line-height: 15px;
        margin-top: 10px;
        margin-bottom: 2px;
        text-transform: uppercase;
        padding: 0px 15px;
    }

    .slideshowInfo, .slideshowInfo p {
        font-size: 13px !important;
        line-height: 1 !important;
        color: #FFF !important;
        margin: 0 !important;
    }

        .slideshowInfo a {
            color: rgb(65, 173, 73) !important;
            font-weight: 700;
        }

/****  FAQ STYLING   *****/
.faqListingsContainer {
    margin-top: 20px;
}

    .faqListingsContainer .panel-group .panel {
        border-radius: 0;
        margin: 0px;
        background-color: transparent;
        border: 0px solid transparent;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid lightgrey;
    }

    .faqListingsContainer .panel-default > .panel-heading h4 a {
        font-weight: bold;
        font-size: 20px;
        color: rgb(45, 49, 116);
    }

    .faqListingsContainer .panel-default > .panel-heading {
        color: #5D5D5D;
        background-color: transparent;
        border-color: transparent;
        font-weight: bold;
        padding: 10px 0 10px 25px;
        position: relative;
        font-family: "Montserrat", sans-serif;
    }

        .faqListingsContainer .panel-default > .panel-heading h4 a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 25px;
            height: 29px;
            background-size: 14px 14px;
            background-repeat: no-repeat;
            background-image: url(/images/colr_minus.svg);
            background-position: left center;
        }

        .faqListingsContainer .panel-default > .panel-heading h4 a.collapsed:before {
            content: "";
            top: 5px;
            background-image: url(/images/colr_plus.svg);
        }

        .faqListingsContainer .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent;
            border-top: 0 solid #ddd;
            padding: 10px 30px;
        }

.green-bar {
    width: 40px;
    height: 6px;
    background: #41ad49;
    margin-bottom: 10px;
}

.listingGreenButton {
    border-radius: 4px;
    background-color: #328538;
    font-size: 14px;
    font-family: "Barlow";
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block !important;
    text-align: center;
    padding: 11px 7px;
    white-space: nowrap;
}

    .listingGreenButton:hover {
        background: #41ad49;
        text-decoration: none;
    }

    .listingGreenButton img {
        width: 9px;
        height: 12px;
        min-height: 12px !important;
        margin: -1px 0 0 1px;
        min-width: 9px !important;
    }

.align-middle {
    margin-top: 37px;
}
/*MediaReleases*/
/*.release-img-container {
    min-width: 155px;
}*/

.mediareleasecategory {
    font-size: 26px;
    font-family: "Barlow";
    color: rgb(45, 49, 116);
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-top: 45px;
}

    .mediareleasecategory img {
        height: 24px;
        padding-right: 12px;
        vertical-align: middle;
    }

.single-cat {
    margin-bottom: 20px;
}

    .single-cat .mediareleasecategory {
        margin-top: 20px;
    }

.mediareleaseContainer {
    position: relative;
}

.mediaReleasesContainer {
    background: #f5f4ef;
}

.header-container {
    position: relative;
}

.mediareleaseContainer .mediareleaseItem .mediareleaseInsideContainer {
    position: relative;
}

.mediareleaseItem {
    padding: 25px;
}

.mediareleaseContainer .mediareleaseItem .mediareleaseInsideContainer a {
    display: block;
}

.mediareleaseContainer .mediareleaseItem .mediareleaseInsideContainer .mediareleaseNoImage img {
    width: 125px;
    height: auto;
    margin: 0 auto;
}

.mediareleaseContainer .mediareleaseItem .mediareleasedate {
    font-size: 16px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
}

.mediareleaseContainer .mediareleaseItem .mediareleaseTitle h3 {
    color: rgb(82, 82, 82);
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Barlow";
    line-height: 1.1;
    text-align: left;
}

    .mediareleaseContainer .mediareleaseItem .mediareleaseTitle h3 a {
        color: rgb(82, 82, 82);
    }

.mediareleaseContainer .mediareleaseItem .mediareleaseText {
    font-family: Arial;
}

    .mediareleaseContainer .mediareleaseItem .mediareleaseText p.mediareleasedescription {
        font-size: 16px;
        font-family: "Barlow";
        color: rgb(82, 82, 82);
        line-height: 1.4;
        text-align: left;
    }

.mediareleaseContainer .learnMorePromo {
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    padding: 7px;
    display: block;
    text-align: right;
    background: #8CBD39;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



    .mediareleaseContainer .learnMorePromo .fa-caret-right {
        padding-left: 3px;
    }

.mediaSeparator {
    background: #c4c3bf;
    height: 1px;
    width: 95%;
    margin: auto;
}

    .mediaSeparator:last-child {
        display: none;
    }
/*media release detail*/
.news-back {
    font-size: 15px;
    font-family: "Barlow";
    color: rgb(50, 133, 56);
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

    .news-back:hover, .news-back:active, .news-back:visited, .news-back:focus {
        text-decoration: underline;
    }

    .news-back img {
        width: 8px;
        height: 11px;
        vertical-align: baseline;
        margin-right: 6px;
    }

.news-headline {
    font-size: 36px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
}

.news-divider {
    border-top: 1px solid #c4c3bf;
}

.media-seal {
    height: 84px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.release-date {
    font-size: 18px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
    font-weight: bold;
    line-height: 1.333;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.mediareleasedetailsdate {
    text-align: left;
}

.mediareleasedetailcontact h2 {
    margin-top: 0;
}

.media-release-contacts {
    font-size: 18px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
    line-height: 1.3;
    text-align: right;
}

    .mediareleasedetailcontact, .mediareleasedetailcontact h2, .media-release-contacts p {
        text-align: right !important;
    }

.pressreleaseviewall {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .pressreleaseviewall a {
        font-size: 15px;
        font-family: "Barlow";
        color: rgb(50, 133, 56);
        font-weight: bold;
        text-transform: uppercase;
    }

/*Event listing*/

.eventListingHeader h3 {
    margin: 0;
}

.searchContainer .searchContainer {
    padding: 20px 0;
    /*color: #5A5959;*/
    background-color: #F5F4EF;
    font-size: 16px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
    line-height: 1.1;
    text-align: left;
}

.searchContainer .searchtitle {
    background: #384975 none repeat scroll 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.searchContainer .searchformbutton {
    color: #ffffff;
    font-family: "Barlow",sans-serif;
    font-size: 14px;
    padding: 12px 10px;
    display: block;
    text-align: center;
    background: #328438;
    border-radius: 4px;
    border: none;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 11px;
}

    .searchContainer .searchformbutton:hover, .searchContainer .searchformbutton:focus, .searchContainer .searchformbutton:active {
        background: #41ad49;
        border: none;
        outline: none;
    }

.searchContainer .submitbuttoncont {
}

.showSideNav-False .searchContainer .submitbuttoncont {
    margin-top: 11px;
}

.searchContainer .listingsFieldset {
    margin-bottom: 10px;
}

    .searchContainer .listingsFieldset span {
        font-weight: 600;
        display: inline-block;
        margin-bottom: 4px;
    }

.searchContainer .form-control {
    font-size: 16px;
    font-family: "Barlow";
    color: rgba(82, 82, 82, 0.7);
    line-height: 1.1;
    text-align: left;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    height: 45px;
}

.searchContainer .parkreset {
    margin-top: 15px;
}

.searchContainer .parksubmit {
    margin-top: 18px;
}

.searchContainer .checkbox-inline {
    margin-right: 10px;
}

    .searchContainer .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 0;
    }

/*.searchContainer input, select, textarea {
    width:100%;
}*/

.EventListingContainer {
    padding: 25px;
}

    .EventListingContainer h3 a {
        font-size: 22px;
        font-family: "Barlow";
        color: rgb(82, 82, 82);
        font-weight: bold;
        line-height: 1.1;
        text-align: left;
    }

    /*.EventListingContainer .listingImage img {
            border-radius: 10px;
            border: 1px solid #C7C7C7;
        }*/

    .EventListingContainer .datefields {
        text-transform: uppercase;
        font-size: 16px;
        font-family: "Barlow";
        color: rgb(82, 82, 82);
        line-height: 1.1;
        text-align: left;
    }

    .EventListingContainer p {
        margin-top: 7px;
    }

    .EventListingContainer p, .EventListingContainer .event-cat {
        color: #5a5959;
        font-size: 15px !important;
    }

        .EventListingContainer .event-cat span:last-child {
            display: none;
        }

.eventlistingsSearchResults .listingMoreLink {
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    padding: 7px;
    display: block;
    text-align: center;
    background: #8CBD39;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    width: 145px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}

.viewwebsitelink {
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    padding: 7px;
    display: block;
    text-align: center;
    background: #8CBD39;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    width: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eventdetailtime {
    font-size: 22px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
    line-height: 1.1;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0;
}

.eventdetailinformation h2 {
    margin-bottom: 5px;
    font-size: 22px;
}

.eventCat {
    font-size: 18px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
    line-height: 1.1;
    text-align: left;
}

    .eventCat span:last-child {
        display: none;
    }

.eventdetailimage {
    padding-top: 30px;
    margin-bottom: 15px;
}

    .eventdetailimage.nopadding {
        padding-top: 0;
    }

.eventListingDetail .eventdetailDaysTime {
    background: #408940 none repeat scroll 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    text-decoration: none;
    display: none;
}

    .eventListingDetail .eventdetailDaysTime span {
        color: #fff;
        font-family: "Roboto Slab",serif;
        font-size: 18px;
        font-weight: bold;
    }

.eventListingDetail .eventdetailinformation {
    /*padding:15px 10px;
    background-color:#F4F4F4;
    border: 1px solid #ababab;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;*/
    background: transparent;
    border: 0;
}

    .eventListingDetail .eventdetailinformation h1 {
        padding-top: 1px;
        margin-top: 1px;
    }

    .eventListingDetail .eventdetailinformation .eventdetailtime b {
        color: #818181;
        font-family: "Montserrat",sans-serif;
        font-size: 12px;
    }

    .eventListingDetail .eventdetailinformation .eventdetailtime strong {
        font-family: "Montserrat",sans-serif;
    }

    .eventListingDetail .eventdetailinformation img {
        border: 1px solid #ababab;
        border-radius: 10px;
    }

.eventListingDetail .eventvenueinfo b {
    color: #818181;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.eventListingDetail .eventvenueinfo .title {
    font-size: 24px !important;
    font-family: "Roboto Slab",sans-serif;
    color: #434343 !important;
    font-weight: 700 !important;
}

.eventListingDetail .eventvenueinfo span {
    font-size: 15px;
    font-family: "Montserrat",sans-serif;
}

.eventListingDetail .eventvenueinfo p {
    margin-bottom: 5px;
}

.eventListingDetail .eventvenueinfo .googlecal {
    width: 48%;
    float: left;
    margin-right: 4%;
    text-align: center;
    border: 1px solid #ababab;
    border-radius: 10px;
    height: 100px;
    line-height: 13px;
}

    .eventListingDetail .eventvenueinfo .googlecal img {
        width: 51px;
        border: none;
        padding-top: 15px;
    }

    .eventListingDetail .eventvenueinfo .googlecal b {
        margin-top: 5px;
        display: block;
    }

.eventListingDetail .eventvenueinfo .outlookcal {
    width: 48%;
    float: left;
    text-align: center;
    border: 1px solid #ababab;
    border-radius: 10px;
    height: 100px;
}

    .eventListingDetail .eventvenueinfo .outlookcal img {
        width: 51px;
        border: none;
        padding-top: 15px;
    }



.eventfeedwrapper {
    margin: 10px 0;
    display: inline-block;
}

    .eventfeedwrapper h2 {
        color: #fff;
        background: #8CBD39;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        text-decoration: none;
        font-family: 'Roboto Slab', serif;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

        .eventfeedwrapper h2 a {
            color: #fff;
        }

    .eventfeedwrapper .coeItemsContainer {
        background: #F7F7F7;
        padding: 15px;
        border: 1px solid #d7d7d7;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .eventfeedwrapper .bottomgreenbar {
        width: 100%;
        height: 10px;
        background: #8BBC3F;
        position: relative;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-right: 15px;
    }

    .eventfeedwrapper .eventitem {
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 1px solid #d7d7d7;
        width: 100%;
        position: relative;
    }

        .eventfeedwrapper .eventitem:last-child {
            border-bottom: 0px;
        }

        .eventfeedwrapper .eventitem h3 {
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            padding-bottom: 0;
            color: #4B4B4B;
            font-weight: normal;
            margin: 0;
            padding: 10px 0 5px 0;
        }

        .eventfeedwrapper .eventitem a {
            font-family: "Montserrat", sans-serif;
            font-size: 24px;
            padding-bottom: 5px;
            color: #4B4B4B;
        }

        .eventfeedwrapper .eventitem .eventdate {
            color: #384975;
            font-family: "Montserrat",sans-serif;
            font-size: 22px;
            font-weight: 900;
            line-height: 22px;
            padding: 27px 0 0px 0;
            text-align: center;
            background: url(/images/colr_calendar_icon.svg) no-repeat center 10px;
            background-size: 100% 70px;
            height: 80px;
        }

            .eventfeedwrapper .eventitem .eventdate .eventday {
                font-size: 32px;
            }

        .eventfeedwrapper .eventitem .eventnamedesc {
            padding: 0;
            padding-left: 5px;
        }

        .eventfeedwrapper .eventitem .eventdate .showEndDate {
            position: relative;
            top: 2px;
        }

            .eventfeedwrapper .eventitem .eventdate .showEndDate .eventday {
                font-size: 17px;
                line-height: 15px;
                display: block;
            }

            .eventfeedwrapper .eventitem .eventdate .showEndDate .thrutext {
                font-size: 13px;
                line-height: 15px;
                display: block;
            }


#content .eventfeedwrapper .eventitem p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
}

.eventfeedwrapper .eventitem .learnMorePromo {
    color: #3e8941;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    padding: 0px;
    text-align: left;
}


.parkMap {
    margin: 15px 0;
}

    .parkMap #map_canvas {
        width: 100%;
        height: 400px;
        border: 1px solid #ababab;
        border-radius: 10px;
    }

.parkNameListing {
    color: #384975;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}

.parklistingMoreLink {
    background: #384975 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    padding: 7px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    width: 145px;
}

a.parklistingMoreLink:hover {
    background: #0154A4;
    color: #ffffff;
}

.parkdetail #map-canvas {
    max-width: 375px;
    margin-right: 12px;
    float: left;
    border-radius: 10px;
    margin-bottom: 20px;
}

.parkdetail h4 {
    color: #8C8C8C;
}

.parkdetail .amenities div {
    font-weight: bold;
}

.mapContent {
}


#directionsMap {
    width: 100%;
    height: 300px;
}

h2#mapHeading {
    color: #384975;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: 'Roboto Slab', serif;
    margin: 10px 0;
}

.bottompromoarea {
    padding-top: 20px;
}

.bottomPromoFullWidth {
    width: 100%;
    /*background: transparent url(/images/colr_parks_promo.jpg) no-repeat scroll center center;*/
    background-size: cover !important;
    min-height: 433px;
    position: relative;
}

    .bottomPromoFullWidth h2 {
        color: #ffffff;
        font-size: 33px;
        font-weight: bold;
        margin-bottom: 0px;
        font-family: 'Roboto Slab', serif;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

    .bottomPromoFullWidth p {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        padding-bottom: 0;
        color: #ffffff;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 5px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

    .bottomPromoFullWidth a.learnMorePromo {
        color: #ffffff;
        font-family: "Montserrat",sans-serif;
        font-size: 13px;
        padding: 2px 7px;
        display: inline-block;
        text-align: left;
        background: #8CBD39;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        border-radius: 10px;
    }

    .bottomPromoFullWidth .promoinfotopmargin {
        margin-top: 200px;
    }

    .bottomPromoFullWidth .promoinfotopmarginright {
        margin-top: 200px;
        text-align: right;
    }


.citypromoArea {
    margin-bottom: 20px;
}

.citypromoareabuttons {
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

.simplebuttonlink {
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: #8BBC3F;
    margin-bottom: 20px;
}

a.simplebuttonlink:hover {
    text-decoration: none;
    color: #fff;
}

.simplebuttonlink.light-green {
    background: #8BBC3F;
}

.simplebuttonlink.dark-green {
    background: #3e8941;
}

.simplebuttonlink.light-blue {
    background: #0154A4;
}

.simplebuttonlink.dark-blue {
    background: #384975;
}



.cityhelpfulllinks {
    margin-bottom: 20px;
}

    .cityhelpfulllinks h2 {
        margin-bottom: 10px;
    }

    .cityhelpfulllinks ul li {
        list-style: none;
        color: #408940;
        font-family: "Montserrat",sans-serif;
        font-size: 15px;
        font-weight: 500;
    }

        .cityhelpfulllinks ul li a {
            color: #408940;
            font-family: "Montserrat",sans-serif;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
        }

.instagramFeedWrapper {
    padding: 10px;
}

#instagramFeed {
    margin: 0 0 0 0;
    width: 100%;
}

.instagramFeedWrapper .bottombluebar {
    width: 100%;
    height: 10px;
    background: #517fa4;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 15px;
}

#instagramFeed h3 {
    background: #517fa4 none repeat scroll 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 21px;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

    #instagramFeed h3 a {
        color: #FFF;
    }

    #instagramFeed h3 svg {
        fill: #FFF;
        height: 27px;
        margin-right: 5px;
    }

#mp_instagram_right div a {
    background: rgba(0, 0, 0, 0) none no-repeat scroll 50% 50% / cover;
    display: block;
    padding-top: 100%;
}

#mp_instagram_left_inner div {
    background: #fff none repeat scroll 0 0;
    padding: 1em;
}

#mp_instagram_right div {
    padding: 0 !important;
}

    #mp_instagram_right div a {
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25) inset;
    }


#contour_form_e-NewsletterSign-up input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}


#contour_form_e-NewsletterSign-up .btn {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 17%;
}

#contour_form_e-NewsletterSign-up input[type="checkbox"] {
    display: block;
    padding: 8px 0;
    text-indent: 2%;
    width: 100%;
}

#contour_form_e-NewsletterSign-up .checkbox label {
    padding-left: 0;
}

#contour_form_e-NewsletterSign-up .checkbox input[type="checkbox"] {
    float: right;
    width: 30px;
}

#contour_form_e-NewsletterSign-up .umbraco-forms-field.checkbox {
    display: inline-block;
}

    #contour_form_e-NewsletterSign-up .umbraco-forms-field.checkbox label {
        float: right;
        margin-left: 10px;
        width: 355px;
    }

    #contour_form_e-NewsletterSign-up .umbraco-forms-field.checkbox div {
        float: left;
    }

.blog-sidebar-rss {
    display: block;
    border: 1px solid lightgrey;
    padding: 5px 5px 5px 50px;
    margin: 15px auto 10px;
    background: #F7F7F7;
    position: relative;
    color: #495F96 !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 1em;
    clear: both;
}

    .blog-sidebar-rss:first-line {
        font-size: 13px;
        line-height: 1em;
    }

.blog-sidebar-rss-icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 0;
    text-align: center;
    font-weight: normal;
}

    .blog-sidebar-rss-icon .fa {
        color: #F90;
        font-size: 34px;
        margin-top: -17px;
        vertical-align: top;
    }

/*Aristotle Properties*/
.listingsSearchForm {
    width: 100%;
    margin: 10px auto 30px auto;
    background: #F7F7F7;
    font-size: 14px;
}

.listingsSearchFormCell {
    display: table-cell;
    width: 0;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px 10px 0;
    color: #384975;
}

.blog .listingsSearchFormCell {
    display: block;
}

.listingsSearchFormCell:first-of-type {
    padding-left: 20px;
}

.listingsSearchFormCell input[type='text'],
.listingsSearchFormCell select {
    font-weight: normal;
    width: 100%;
    border-radius: 4px !important;
    border: 1px solid #CCC !important;
    line-height: 36px;
    height: 38px;
    padding: 0 13px;
    margin-bottom: 0;
}

    .listingsSearchFormCell input[type='text']::-webkit-input-placeholder {
        color: #999;
    }

    .listingsSearchFormCell input[type='text']:-moz-placeholder { /* Firefox 18- */
        color: #999;
    }

    .listingsSearchFormCell input[type='text']::-moz-placeholder { /* Firefox 19+ */
        color: #999;
    }

    .listingsSearchFormCell input[type='text']:-ms-input-placeholder {
        color: #999;
    }

.listingsSearchFormCell button {
    border-radius: 4px;
    border: 1px solid #384975;
    line-height: 34px;
    padding: 0 16px;
    color: #FFF;
    text-align: center;
    background: #384975;
}

#content .listingsSearchFormCell a.reset_button {
    border-radius: 4px;
    border: 1px solid #CCC;
    line-height: 34px;
    padding: 0 16px;
    color: #FFF;
    text-align: center;
    background: #8BBC3F;
    display: inline-block;
}

.listingsSearchResults {
    display: table;
    width: 100%;
}

.listingsSearchResult {
    display: table-row;
    font-size: 16px;
}

.listingsSearchResultLeft,
.listingsSearchResultCenter,
.listingsSearchResultRight {
    display: table-cell;
    width: 0;
    vertical-align: top;
    padding: 18px 30px 18px 0;
    border-bottom: 1px solid #CCC;
}

.listingsSearchResult:last-child .listingsSearchResultLeft,
.listingsSearchResult:last-child .listingsSearchResultCenter,
.listingsSearchResult:last-child .listingsSearchResultRight {
    border: 0;
}

.listingsSearchResultCenter {
    width: 100%;
    padding-top: 33px;
}

.blogSearchResult .listingsSearchResultCenter {
    padding-top: 10px;
}

.listingsSearchResultRight {
    padding-right: 0;
    vertical-align: middle;
    text-align: center;
}

.listingsSearchResultLeft a {
    display: inline-block;
    position: relative;
}

.listingsSearchPartnerHotel .listingsSearchResultLeft a:before,
.listingsSearchFeaturedRestaurant .listingsSearchResultLeft a:before,
.listingsSearchFeaturedActivity .listingsSearchResultLeft a:before {
    display: block;
    text-align: center;
    content: "PARTNER HOTEL";
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre-wrap;
    background: url(/images/Aristotle_SanJose_star_icon.png) 50% 5px rgba(179, 33, 113, .8);
    background: url(/images/Aristotle_SanJose_star_icon.png) 50% 5px no-repeat, url(/images/magenta-trapezoid.svg) 100% 100% no-repeat;
    background-size: 39px 38px, 1300px 780px;
    padding: 42px 6px 3px;
    color: #FFF;
    font-size: 11px;
}

.listingsSearchFeaturedRestaurant .listingsSearchResultLeft a:before,
.listingsSearchFeaturedActivity .listingsSearchResultLeft a:before {
    content: "FEATURED";
}

.listingsSearchResultLeft img {
    box-sizing: content-box;
    border: 6px solid #FFF;
    -webkit-box-shadow: 0px 0px 4px 0px #B3B3B3;
    -moz-box-shadow: 0px 0px 4px 0px #B3B3B3;
    box-shadow: 0px 0px 4px 0px #B3B3B3;
}

.blog .blogphoto {
    margin-bottom: 20px;
}

.blogpost img {
    max-width: 100%;
}

.blog .blogphoto img {
    border: 6px solid #FFF;
    -webkit-box-shadow: 0px 0px 4px 0px #B3B3B3;
    -moz-box-shadow: 0px 0px 4px 0px #B3B3B3;
    box-shadow: 0px 0px 4px 0px #B3B3B3;
}

#content .listingsSearchResultTitle {
    color: #054359;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 7px;
}

.listingsSearchResultPostDate,
.blogPostDate {
    font-size: 16px;
    color: #9A9A9A;
}

.blogPostDate {
    margin-top: -20px;
    margin-bottom: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #c4c3bf;
    border-bottom-color: transparent;
    font-size: 20px;
    font-weight: bold !important;
    padding: 10px 15px;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        font-size: 20px;
        font-family: "Barlow";
        color: rgb(45, 49, 116);
        font-weight: bold;
    }

.nav-tabs {
    border-bottom: 1px solid #c4c3bf;
}

    .nav-tabs > li > a {
        font-size: 19px;
        font-family: "Barlow";
        color: rgb(45, 49, 116);
        padding: 10px;
    }

.agendaDate {
    font-size: 18px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
}

.tab-content a {
    font-size: 18px;
    font-family: "Barlow";
    color: rgb(50, 133, 56);
    line-height: 1;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f5f4ef;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #c4c3bf;
}

.table-striped tr:first-child td {
    border-top: none;
}

.notice-container h4 {
    color: rgb(82, 82, 82);
}

#content .notice-container p {
    font-size: 16px;
    font-family: "Barlow";
    color: rgb(82, 82, 82);
    line-height: 1.3;
    text-align: left;
}

@media (max-width:1199px) and (min-width: 992px) {
    .mediareleaseContainer .mediareleaseItem .mediareleaseInsideContainer .mediareleaseNoImage img {
        padding: 15px 0;
    }

    .mediareleaseContainer .mediareleaseItem .mediareleaseInsideContainer img {
        max-height: 160px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        clear: both;
    }

    .mediareleaseImage {
        margin-bottom: 15px;
    }
}

@media (max-width:991px) and (min-width: 768px) {
    .mediareleaseContainer .mediareleaseItem .mediareleaseInsideContainer .mediareleaseNoImage img {
        padding: 15px 0;
        width: 119px;
    }

    .mediareleaseContainer .mediareleaseItem .mediareleaseTitle h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .showSideNav-True {
        width: 66.66666667%;
    }

    .interiorPageContent .sideNavigationColumn {
        width: 33.33333333%;
    }
}

@media (max-width:640px) and (min-width: 320px) {
    .interiorHeadercontainer {
        width: 100%;
        margin-top: 0;
        height: 240px;
        border-bottom: 1px solid #000000;
    }

        .interiorHeadercontainer.bg-1 {
            background: transparent url(/images/colr_int-subhead-generic_mobile_01.jpg) no-repeat scroll center center;
        }

        .interiorHeadercontainer.bg-2 {
            background: transparent url(/images/colr_int-subhead-generic_mobile_02.jpg) no-repeat scroll center center;
        }

        .interiorHeadercontainer.bg-3 {
            background: transparent url(/images/colr_int-subhead-generic_mobile_03.jpg) no-repeat scroll center center;
        }

        .interiorHeadercontainer.bg-4 {
            background: transparent url(/images/colr_int-subhead-generic_mobile_04.jpg) no-repeat scroll center center;
        }

        .interiorHeadercontainer.bg-5 {
            background: transparent url(/images/colr_int-subhead-generic_mobile_05.jpg) no-repeat scroll center center;
        }



    .mayor .interiorHeadercontainer.bg-1 {
        background: transparent url(/images/colr_int-subhead-generic-mayor_mobile_01.jpg) no-repeat scroll center center;
    }

    .mayor .interiorHeadercontainer.bg-2 {
        background: transparent url(/images/colr_int-subhead-generic-mayor_mobile_01.jpg) no-repeat scroll center center;
    }

    .mayor .interiorHeadercontainer.bg-3 {
        background: transparent url(/images/colr_int-subhead-generic-mayor_mobile_01.jpg) no-repeat scroll center center;
    }

    .mayor .interiorHeadercontainer.bg-4 {
        background: transparent url(/images/colr_int-subhead-generic-mayor_mobile_01.jpg) no-repeat scroll center center;
    }

    .mayor .interiorHeadercontainer.bg-5 {
        background: transparent url(/images/colr_int-subhead-generic-mayor_mobile_01.jpg) no-repeat scroll center center;
    }



    .police .interiorHeadercontainer.bg-1 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_police.jpg) no-repeat scroll center center;
    }

    .police .interiorHeadercontainer.bg-2 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_police.jpg) no-repeat scroll center center;
    }

    .police .interiorHeadercontainer.bg-3 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_police.jpg) no-repeat scroll center center;
    }

    .police .interiorHeadercontainer.bg-4 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_police.jpg) no-repeat scroll center center;
    }

    .police .interiorHeadercontainer.bg-5 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_police.jpg) no-repeat scroll center center;
    }



    .fire .interiorHeadercontainer.bg-1 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_fire.jpg) no-repeat scroll center center;
    }

    .fire .interiorHeadercontainer.bg-2 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_fire.jpg) no-repeat scroll center center;
    }

    .fire .interiorHeadercontainer.bg-3 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_fire.jpg) no-repeat scroll center center;
    }

    .fire .interiorHeadercontainer.bg-4 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_fire.jpg) no-repeat scroll center center;
    }

    .fire .interiorHeadercontainer.bg-5 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_fire.jpg) no-repeat scroll center center;
    }



    .parks .interiorHeadercontainer.bg-1 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_parks.jpg) no-repeat scroll center center;
    }

    .parks .interiorHeadercontainer.bg-2 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_parks.jpg) no-repeat scroll center center;
    }

    .parks .interiorHeadercontainer.bg-3 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_parks.jpg) no-repeat scroll center center;
    }

    .parks .interiorHeadercontainer.bg-4 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_parks.jpg) no-repeat scroll center center;
    }

    .parks .interiorHeadercontainer.bg-5 {
        background: transparent url(/images/colr_int-subhead-generic_mobile_parks.jpg) no-repeat scroll center center;
    }



    #contour_form_e-NewsletterSign-up .umbraco-forms-field.checkbox label {
        float: right;
        margin-left: 10px;
        width: 320px;
    }
}

@media (max-width:767px) and (min-width: 320px) {
    .interior-page-slider .slider, .interior-page-slider .slide {
        margin: 0 auto 0px;
        top: 0;
        height: 340px;
    }

        .interior-page-slider .slide picture img {
            height: 340px;
        }

    .secondary-nav-container {
        margin-top: -58px;
    }

    .editpagelink {
        top: 45px;
    }

    a {
        word-wrap: break-word;
    }

    h1 {
        font-size: 40px;
        line-height: 1;
    }

    .interior-page-slider .title-container h1 {
        font-size: 36px;
        text-align: center;
        text-shadow: 0px 0px 20px #000000;
    }

    .green-bar {
        margin: 0 auto 10px;
    }

    .interiorPageContent .sideNavigationColumn {
        padding: 0 0 20px 0;
    }

    .menu-side-nav li.activeTopLevel a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: #5d5d5d;
    }

    .interiorSideMenu .showOnMobileInteriorSideNav {
        display: none;
    }

        .interiorSideMenu .showOnMobileInteriorSideNav.open {
            display: block;
        }

    .interiorSideMenu .navbar-nav {
        margin: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .menu-side-nav li .subactivemenu li {
        display: block;
    }

        .menu-side-nav li .subactivemenu li.active {
            display: block;
        }

        .menu-side-nav li .subactivemenu li.current .subactivemenu li {
            display: block;
        }

    .menu-side-nav .bottombluebar {
        display: none;
    }

    .breadcrumbContainer {
        height: auto;
        padding-bottom: 8px;
    }

    .mediareleaseContainer .flex-direction-nav .flex-prev {
        left: 20px;
    }

    .mediareleaseContainer .flex-direction-nav .flex-next {
        right: 20px;
    }

    .mediareleaseContainer.loading .mediareleaseItem:first-child {
        opacity: 1 !important;
    }

    .mediareleaseContainer .mediareleasecategory {
        padding: 0px;
        font-size: 21px;
    }

    .mediareleasecategory img {
        height: 20px;
        padding-right: 7px;
    }

    .align-middle {
        margin-top: 0;
    }

    .listingGreenButton {
        padding: 7px 11px;
    }

    .mediareleaseContainer .mediareleasehr {
        margin: 0 15px;
    }

    .listingsSearchPagerRight {
        margin-bottom: 10px;
    }

    .mediareleaseContainer .mediareleaseItem .mediareleaseInsideContainer .mediareleaseNoImage img {
        padding: 15px 0;
        width: 119px;
    }

    .mediareleaseContainer .mediareleaseItem .mediareleaseTitle h3 {
        font-size: 20px;
    }

    .searchContainer .searchformbutton {
        margin-bottom: 15px;
    }

    .searchContainer .submitbuttoncont {
        margin-top: 15px;
        padding-right: 15px;
    }

    .showSideNav-False .searchContainer .submitbuttoncont {
        margin-left: 0;
        width: 100%;
    }
}


.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: 'flexslider-icon';
    src: url('/fonts/flexslider-icon.eot');
    src: url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),url('/fonts/flexslider-icon.woff') format('woff'),url('/fonts/flexslider-icon.ttf') format('truetype'),url('/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal
}

.flexslider {
    margin: 0;
    padding: 0
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
        /* border-top-left-radius: 15px; */
        /* border-top-right-radius: 15px; */
    }

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\20";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    border-radius: 4px;
    zoom: 1
}

.flex-viewport {
    max-height: 346px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 17px;
        height: 23px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 0;
    }

    .flex-direction-nav .flex-prev {
        left: -50px
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right
    }

.flexslider:hover .flex-prev {
    opacity: 1;
    left: 40px
}

.flexslider:hover .flex-next {
    opacity: 1;
    right: 40px
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: .5;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    display: inline-block;
    content: "";
    background: url(/images/colr_promo-carousel_pointer_left@2x.png);
    background-size: 17px 23px;
    width: 17px;
    height: 23px;
}

.flex-direction-nav a.flex-next:before {
    content: "";
    background: url(/images/colr_promo-carousel_pointer_right@2x.png);
    background-size: 17px 23px;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: ''
    }

    .flex-pauseplay a:hover {
        opacity: 1
    }

    .flex-pauseplay a.flex-play:before {
        content: ''
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -28px;
    text-align: right;
    padding-right: 20px;
}

    .flex-control-nav li {
        margin: 6px 3px;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    text-align: center;
}

    .flex-control-paging li a:hover {
        background: rgba(255,255,255,.7)
    }

    .flex-control-paging li a.flex-active {
        background: rgba(255,255,255,.9);
        cursor: default
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer
    }

        .flex-control-thumbs img:hover {
            opacity: 1
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default
    }

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.form-control {
    color: #B2B2B2;
}

.reset-btn {
    margin-top: 4px;
    display: block;
    font-size: 13px;
    font-family: "Barlow";
    color: rgb(50, 133, 56);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767px) and (min-width: 320px) {
    #content p {
        font-size: 16px;
    }

    .news-headline {
        font-size: 22px;
    }

    .news-divider {
        border-top: 1px solid #c4c3bf;
    }

    .media-seal {
        height: 54px;
        margin-right: 10px;
    }

    .release-date {
        font-size: 16px;
    }

    .mediareleasedetailsdate {
        text-align: left;
        font-size: 16px;
    }

    .mediareleasedetailcontact h2 {
        font-size: 20px;
        margin-top: 15px;
    }

    .mediareleasedetailcontact, .mediareleasedetailcontact h2, .media-release-contacts p {
        text-align: left !important;
    }

    .media-release-contacts, .media-release-contacts p {
        font-size: 16px;
        text-align: left !important;
    }

        .media-release-contacts p strong {
            display: block;
        }

    .mediareleaseContainer, .event-container {
        margin: 0 15px;
    }

    .listingsSearchPagerCenter a, .listingsSearchPagerCenter span {
        width: 27px;
        height: 30px;
        font-size: 20px;
    }

        .listingsSearchPagerCenter a img {
            width: 14px;
            height: 14px;
            vertical-align: middle;
        }

    .EventListingContainer h3 a {
        font-size: 20px;
    }

    .listingsSearchPagerRight, .listingsSearchPagerLeft {
        margin-top: 4px;
    }

    .eventdetailinformation h2 {
        font-size: 20px;
    }

    .contentImageRight, .contentImageLeft {
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

        .contentImageRight img, .contentImageLeft img {
            float: none !important;
        }
}

#contour input.text, #contour textarea, .contour input.text, .contour textarea, .contour select,
.umbraco-forms-form input.text, .umbraco-forms-form textarea, .umbraco-forms-form input.text, .umbraco-forms-form textarea, .umbraco-forms-form select {
    font-size: 16px;
    font-family: "Barlow";
    color: rgba(82, 82, 82, 0.7);
    line-height: 1.1;
    text-align: left;
    border: 1px solid rgb(219, 219, 219) !important;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    height: 45px;
    padding: 6px 12px;
    width: auto;
    max-width: 100%;
}

#contour label.fieldLabel, .contour label.fieldLabel, #contour span.checkboxlist, #contour span.radiobuttonlist, #contour span.checkbox, .contour span.checkboxlist, .contour span.radiobuttonlist, .contour span.checkbox,
.umbraco-forms-form .checkboxlist label, .umbraco-forms-form label.fieldLabel, .umbraco-forms-form label.fieldLabel, .umbraco-forms-form span.checkboxlist, .umbraco-forms-form span.radiobuttonlist, .umbraco-forms-form span.checkbox, .umbraco-forms-form span.checkboxlist, .umbraco-forms-form span.radiobuttonlist, .umbraco-forms-form span.checkbox {
    display: inline-block !important;
    float: none !important;
}

.contourPage h2 {
    margin-bottom: 20px;
}

label.umbraco-forms-label {
    margin-top: 15px;
}
