* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    background-color: #212B46;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    font-family: "Barlow";
}

img, iframe {
    max-width: 100%;
}

footer,
header,
menu,
nav,
.topnav,
section {
    display: block;
}

    nav ul {
        list-style: none;
    }

    .topnav ul {
        list-style: none;
    }


a {
    color: #328538;
}

    a:hover, a:active, a:focus, a:visited {
        color: #328538;
        text-decoration: underline;
    }

#content a {
    font-weight: bold;
}

.btn {
    border-radius: 4px;
    background-color: #328538;
    border-radius: 4px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 14px;
    font-family: "Barlow";
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 12px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
}

    .btn:hover {
        background: #41ad49;
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

.btn-small {
    background-color: #328538;
    border-radius: 4px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 13px;
    font-family: "Barlow";
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    border: none;
}

    .btn-small:hover {
        background: #41ad49;
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

.white-btn {
    border-radius: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 14px;
    font-family: "Barlow";
    color: #328538 !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 12px;
    border: 1px solid #328538;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
}

    .white-btn:hover {
        background: #41ad49;
        border: 1px solid #41ad49;
        color: rgb(255, 255, 255) !important;
        text-decoration: none;
    }

.white-btn-small {
    border-radius: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 13px;
    font-family: "Barlow";
    color: #328538 !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    border: 1px solid #328538;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
}

    .white-btn-small:hover {
        background: #41ad49;
        border: 1px solid #41ad49;
        color: rgb(255, 255, 255) !important;
        text-decoration: none;
    }

.blue-btn {
    border-radius: 4px;
    background-color: rgba(32, 35, 88, 1);
    border-radius: 4px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 14px;
    font-family: "Barlow";
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 12px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
}

    .blue-btn:hover {
        background: #373c96;
        color: rgb(255, 255, 255) !important;
        text-decoration: none !important;
    }

.blue-btn-small {
    border-radius: 4px;
    background-color: rgba(32, 35, 88, 1);
    border-radius: 4px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 13px;
    font-family: "Barlow";
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
}

    .blue-btn-small:hover {
        background: #373c96;
        color: rgb(255, 255, 255) !important;
        text-decoration: none !important;
    }

.blue-btn-reverse {
    border-radius: 4px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 14px;
    font-family: "Barlow";
    color: rgba(32, 35, 88, 1) !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 12px;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid rgba(32, 35, 88, 1);
    display: inline-block;
}

    .blue-btn-reverse:hover {
        background: #fff;
        color: #373c96 !important;
        text-decoration: none !important;
        border: 1px solid #373c96;
    }

.blue-btn-small-reverse {
    border-radius: 4px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 13px;
    font-family: "Barlow";
    color: rgba(32, 35, 88, 1) !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid rgba(32, 35, 88, 1);
    display: inline-block;
}

    .blue-btn-small-reverse:hover {
        background: #fff;
        color: #373c96 !important;
        text-decoration: none !important;
        border: 1px solid #373c96;
    }


.cboth {
    clear: both;
    height: 0;
    width: 100%;
    display: block;
}

#sitealert {
    background-color: #b8222c;
    color: #FFFFFF;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #sitealert img {
        width: 27px;
        height: 27px;
        margin-right: 5px;
    }

    #sitealert a {
        text-decoration: none;
        background-color: #FFFFFF;
        color: #d62839;
        padding: 3px 15px;
        border-radius: 4px;
        float: right;
        font-weight: 700;
        font-size: 14px;
    }

        #sitealert a img {
            width: 4px;
            height: 8px;
            margin-top: -2px;
        }

#content {
}

    #content p {
        font-size: 18px;
        font-family: "Barlow";
        color: rgb(82, 82, 82);
        line-height: 1.3;
        text-align: left;
    }

h1 {
}

h2 {
    font-size: 40px;
    font-family: "Nunito Sans";
    color: rgb(45, 49, 116);
    font-weight: 700;
    line-height: 1;
    text-align: left;
}

h4 {
    font-size: 18px;
    font-family: "Barlow";
    color: #6b6b6b;
    font-weight: bold;
    text-align: left;
}

header {
    background: rgba(32, 35, 88, .7);
    border-bottom: 1px solid #000;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 12;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

    header:hover {
        background: rgba(32, 35, 88, 1);
    }

    header .navbar-collapse {
        position: relative;
    }

.navbar-brand {
    float: none;
    height: auto;
    padding: 12px 0;
    display: block;
    position: relative;
    z-index: 1;
}

.navbar-brand-top {
    padding: 22px 0 0;
}

.navbar-brand-bot {
    padding: 0 0 12px;
}

header .mainlogo {
    width: 268px;
}

header .top-logo {
    width: 157px;
}

header .bottom-logo {
    width: 374px;
}

.user-scroll header {
    background: rgba(32, 35, 88, 1);
}

/*.search {
    cursor: pointer;
}*/

/*
----------------------------------------------------------------------------------------------------
SITE SEARCH
----------------------------------------------------------------------------------------------------
*/
.site-search {
    position: relative;
}

    .site-search a.expand-search {
        display: none;
    }

    .site-search fieldset {
        position: relative;
        pointer-events: all;
        margin: 0;
    }

    .site-search .form-group {
        position: relative;
    }

    .site-search .form-control {
        width: 100%;
        height: 40px;
        min-height: 40px;
        /*padding-right: 40px;*/
    }

    .site-search button {
        outline: none !important;
    }

footer .site-search .form-control {
    border: 0 none !important;
}

.site-search button.btn {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 9px;
    right: 13px;
    border: 0 none;
    background: none;
}

    html.no-touch .site-search button.btn:hover,
    .site-search button.btn:focus,
    .site-search button.btn:active {
        color: #303434;
        background: none;
    }

@media (min-width: 768px) {
    header .site-search {
        margin: 0;
        position: absolute;
        top: 29px;
        right: 103px;
        z-index: 1000;
        width: 22px;
        height: 70px;
        transition: width 0.3s ease-in-out 0.1s;
    }

        header .site-search.open-search {
            width: 50%;
            transition: width 0.3s ease-in-out 0s;
        }

        header .site-search a.expand-search {
            content: "open";
            width: 22px;
            height: 22px;
            display: block;
            position: absolute;
            top: -4px;
            z-index: 0;
            font-size: 23px;
            margin: 0;
            right: 11px;
        }

            header .site-search a.expand-search em {
                display: none;
            }

        header .site-search fieldset {
            right: 0;
            z-index: -10;
            opacity: 0;
            width: auto;
            transition: opacity 0.3s ease-in-out 0.1s, z-index 0s ease-in-out 0s;
        }

        header .site-search.open-search fieldset {
            z-index: 1;
            opacity: 1;
            transition: opacity 0.3s ease-in-out 0s, z-index 0s ease-in-out 0s;
        }

   
}

.mainNavigation > ul li {
    float: none;
    display: inline-block;
}

.microsite .mainNavigation > ul > li:first-child {
    display: none;
}

.mainNavigation > ul li.first {
    margin-left: 0;
}

.mainNavigation > ul li.last {
    margin-right: 0;
}

.mainNavigation > ul li a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-family: "Nunito Sans";
    color: rgb(255, 255, 255);
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    line-height: 1;
    background: none !important;
    padding: 10px 0;
    margin: 0 17px 0 0;
}

.mainNavigation ul li a span.nav-arrow {
    opacity: .6;
    margin: 0 0 0 10px;
}

    .mainNavigation ul li a span.nav-arrow img {
        height: 10px;
    }

.mainNavigation ul li a:hover span.nav-arrow {
    opacity: 1;
}

.mainNavigation ul li a .mobiledown, .mainNavigation ul li a .mobileup {
    display: block;
    position: relative;
    float: right;
    top: 9px;
}

.mainNavigation ul li a .arrow-down {
    display: inline-block;
}

.mainNavigation ul li a .arrow-up {
    display: none;
}

/*.mainNavigation ul li.opensubnav a .arrow-up, .mainNavigation ul li ul li.opensubnav a .arrow-down {
    display: inline-block;
}

.mainNavigation ul li.opensubnav a .arrow-down, .mainNavigation ul li ul li.opensubnav a .arrow-up {
    display: none;
}*/

.mainNavigation > ul li span {
}

.mainNavigation > ul li a:hover,
.mainNavigation > ul li a:focus,
.mainNavigation > ul li.hoverdd span.mainnavtab a {
    text-decoration: none;
}

.mainNavigation li > ul, .mainNavigation ul li .hover-container, .mainNavigation ul li ul li ul, .mainNavigation ul li ul li ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    padding: 0;
    z-index: 20;
    background: #fff;
}

    .mainNavigation li > ul li {
        float: none;
        display: block;
        position: relative;
        margin: 0 0 0 0;
    }

.mainNavigation ul li ul li a {
    font-weight: 500;
    display: block;
    margin: 0 4px;
    text-shadow: none;
    font-size: 12px;
    line-height: 15px;
    color: #4d4d4d;
    padding: 5px 7px;
    text-align: left;
    font-family: 'Barlow';
    line-height: 1 !important;
}

    .mainNavigation ul li ul li a:hover {
        color: rgb(65, 173, 73) !important;
    }

.mainNavigation li ul ul.mainnavsubnav {
    display: block;
    position: relative;
    margin-left: 0px;
    padding-top: 0;
    background: #fff none repeat scroll 0 0 !important;
}

    .mainNavigation li ul ul.mainnavsubnav li {
        float: left;
        margin-left: 0;
        background: #fff none repeat scroll 0 0 !important;
    }

    .mainNavigation li ul ul.mainnavsubnav a {
        border-bottom: medium none !important;
        display: block;
        font-size: 12px;
        height: 105px;
        line-height: 15px;
        margin: 0;
        padding: 57px 0 0;
        position: relative;
        text-align: center;
        vertical-align: bottom;
        width: 90px;
    }

        .mainNavigation li ul ul.mainnavsubnav a:before {
            position: absolute;
            content: url(/images/colr_calendar_icon.svg);
            width: 35px;
            height: 35px;
            top: 11px;
            left: 50%;
            margin-left: -17px;
        }

    .mainNavigation li ul ul.mainnavsubnav div {
        width: 400px;
        height: 300px;
    }

.forthree {
    text-align: center;
    width: 97px;
    border-radius: 4px;
    margin-left: 22px;
}

.mainNavigation > ul li.forthree a {
    background-color: rgb(65, 173, 73) !important;
    border-radius: 4px;
}

    .mainNavigation > ul li.forthree a:hover {
        background-color: #328538;
    }

.forthree img {
    width: 68px;
}

blockquote {
    background: url(/images/colr_quote_icon@2x.png) no-repeat center 10px;
    background-size: 26px 21px;
    padding: 40px 0 8px;
    border-left: none;
    font-size: 18px;
    font-family: "Barlow";
    color: rgb(87, 87, 87);
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

#fourpromoArea {
    background-color: #F7F7F7;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
}

.box {
    height: auto;
    -webkit-box-shadow: #C5C5C5 1px 0 2px;
    -moz-box-shadow: #C5C5C5 1px 0 2px;
    box-shadow: #C5C5C5 1px 0 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #F9FAF9;
    border: 1px solid #d1cbc2;
    margin: 0 0 20px !important;
    position: relative;
}



    .box .boxTitle {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        margin: 0;
        position: relative;
        width: 100%;
        z-index: 1;
    }

        .box .boxTitle a {
            display: block;
        }

        .box .boxTitle .titleIcon {
            color: #FFFFFF;
            display: inline-block;
            margin: 0;
            vertical-align: top;
            font-size: 24px;
            line-height: 20px;
            padding-top: 2px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: 700;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
            padding-left: 15px;
            padding-right: 9px;
        }

        .box .boxTitle .title small {
            font-size: 10px;
            color: #FFF;
            line-height: 12px;
            display: block;
        }

        .box .boxTitle .titleIcon img {
            width: 31px;
            margin: 10px 5px 10px 0;
            max-height: 36px;
            min-height: 36px;
        }

        .box .boxTitle .titleIcon .img311 {
            width: 23px;
        }

        .box .boxTitle .title {
            color: #FFFFFF;
            display: inline-block;
            margin: 0;
            padding-left: 4px;
            vertical-align: top;
            font-size: 18px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            line-height: 20px;
            padding-top: 14px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.videoWrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

footer {
    /* height: 338px; */
    background-image: url(/images/colr_footer_background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    footer .container:not(.micro-site-container) {
        padding: 65px 0 99px;
    }

.mayor footer {
    background-image: url(/images/colr_footer_background_mayor.jpg);
}

/*.police footer {
    background-image: url(/images/colr_footer_background_police.jpg);
}*/

/*.fire footer {
    background-image: url(/images/colr_footer_background_fire.jpg);
}*/

footer a {
    text-decoration: none;
    color: #fff !important;
}

    footer a:hover {
        text-decoration: underline !important;
    }

footer .footerlogo {
    width: 114px;
    float: left;
    margin-right: 15px;
}

.fire footer .footerlogo {
    width: 82px;
}

.police footer .footerlogo {
    width: 72px;
}

footer .footer-title {
    font-size: 22px;
    font-family: "Nunito Sans";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
}

footer .footeraddress {
    font-size: 16px;
    font-family: "Barlow";
    color: rgb(255, 255, 255);
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

    footer .footeraddress img {
        height: 15px;
    }

footer .sitelinks {
    font-size: 16px;
    font-family: "Barlow";
    color: rgb(255, 255, 255);
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    line-height: 1.3;
    text-align: right;
}

    footer .sitelinks span {
        color: #adb2ce;
        display: inline-block;
        margin: 0 5px;
    }

footer .social-links-footer {
    margin: 10px 0 2px;
    text-align: right;
}

    footer .social-links-footer a {
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
        display: inline-block;
        background-repeat: no-repeat;
        opacity: .5;
    }

        footer .social-links-footer a:hover {
            opacity: 1;
        }

footer .facebooklogo {
    background-image: url("/images/colr_social-white-fb.png");
}

footer .twitterlogo {
    background-image: url("/images/colr_social-white-twitter.png")
}

footer .youtubelogo {
    background-image: url("/images/colr_social-white-youtube.png");
}

footer .social-links-footer a.instagramlogo {
    background-image: url("/images/colr_social-white-instagram.png");
}

footer .footer-copy {
    font-size: 12px;
    font-family: "Barlow";
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.0;
    text-align: right;
}

footer .micro-site-container {
    position: relative;
    z-index: 3;
}

footer .micro-site-btn {
    position: absolute;
    bottom: 25px;
    left: 150px;
}

.backtoTop {
    position: fixed;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    left: 0;
    text-align: right;
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

    .backtoTop span {
        border-radius: 4px;
        background-color: rgb(65, 173, 73);
        display: inline-block;
        padding: 13px;
    }

    .backtoTop a {
        z-index: 15;
    }

        .backtoTop a:hover span {
            background-color: #328538;
            height: 50px;
            width: 50px;
        }

    .backtoTop img {
        height: 25px;
        width: 25px;
    }

.user-scroll .backtoTop {
    opacity: 1;
}

.secondary-nav-container {
    background: rgba(32, 35, 88, .7);
    border-top: 1px solid #555555;
    margin-top: -45px;
    z-index: 2;
    position: relative;
}

#secondary-nav {
    margin: 0;
    padding: 0;
    list-style-image: none;
}

    #secondary-nav li {
        display: inline-block;
    }

        #secondary-nav li a, #secondary-nav li.languages {
            font-size: 14px;
            font-family: "Nunito Sans";
            color: rgb(255, 255, 255);
            font-weight: bold;
            text-transform: uppercase;
            display: inline-block;
            padding: 13px;
            cursor: pointer;
        }

        #secondary-nav li img {
            height: 16px;
            vertical-align: top;
        }

.leftImage {
    float: left;
    margin: 10px 15px 15px 0 !important;
}

.rightImage {
    float: right;
    margin: 10px 0 15px 15px !important;
}

#toggleSideNav.toggle {
    display: none;
}

.ct-topbarli {
    position: absolute !important;
    right: 117px;
    top: 43px;
}

.ct-topbar {
    text-align: right;
    background: #8CBD39;
}

.ct-topbar__list {
    margin-bottom: 0px;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-logo-link {
    display: none !important;
}

.languages__dropdown {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 46px;
    right: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
    text-align: center;
    z-index: 500;
    color: #FFF;
    border-radius: 0 0 5px 5px !important;
    background: rgba(32, 35, 88, 1) !important;
}

    .languages__dropdown select {
        width: 100%;
        text-align: center;
        z-index: 500;
        color: #FFF;
        background: rgba(32, 35, 88, 1) !important;
        border: none;
    }

    .languages__dropdown option {
        padding: 4px 0;
        color: #FFF;
        display: block !important;
    }

    .languages__dropdown option {
        display: block;
        color: aliceblue;
        text-shadow: none !important;
        font-weight: bold;
        /* white-space: nowrap; */
        padding: 0 0 9px !important;
        line-height: 1.2;
    }

        .languages__dropdown option:first-child {
        }

        .languages__dropdown option:last-child {
            padding-bottom: 10px;
            border-radius: 0 0 5px 5px !important;
        }

        .languages__dropdown option:hover {
            background: rgb(65, 173, 73);
        }

.languages {
    position: relative;
    color: #fff;
    padding: 10px 0;
}

    .languages:hover .languages__dropdown {
        max-height: 421px;
        padding: 8px !important;
        width: 150px;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.layer {
    display: none;
}

.favorites-bar {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 170px;
}

    .favorites-bar .toggle-favorites {
        border-style: solid;
        border-width: 1px;
        border-color: rgb(255, 255, 255);
        background-color: rgb(65, 173, 73);
        border-radius: 4px 0 0 4px;
        padding: 10px;
        display: block;
        cursor: pointer;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

        .favorites-bar .toggle-favorites img {
            height: 21px;
        }

    .favorites-bar.closed img.open-img {
        display: inline-block;
    }

    .favorites-bar.closed .close-img {
        display: none;
    }

    .favorites-bar.opened .toggle-favorites {
        border-radius: 4px 0 0 0;
        border-bottom: none;
    }

    .favorites-bar.opened {
        /*width: 112px;*/
        border-bottom-left-radius: 0;
        display: block;
    }

        .favorites-bar.opened .close-img {
            display: inline-block;
        }

        .favorites-bar.opened img.open-img {
            display: none;
        }

    .favorites-bar ul {
        background: rgb(55,57,105);
        background: linear-gradient(270deg, rgba(55,57,105,1) 0%, rgba(32,35,88,1) 100%);
        border-style: solid;
        border-width: 1px;
        border-bottom-left-radius: 4px;
        border-color: rgb(255, 255, 255);
        background-color: rgb(32, 35, 88);
        list-style: none;
        display: none;
        margin: 0;
        padding: 0;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        padding: 0 15px;
    }

    .favorites-bar.opened ul {
        display: block;
    }

    .favorites-bar li {
        /*width: 112px;
        height: 440px;
        cursor: pointer;*/
        line-height: 1;
        margin: 15px 0;
    }

    .favorites-bar a {
        font-size: 11px;
        font-family: "Nunito Sans";
        color: rgb(255, 255, 255);
        text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
        max-width: 80px;
        display: block;
    }

    .favorites-bar li img {
        width: 34px;
        display: block;
        margin: 0 auto;
    }

.interiorPageContent #mc_embed_signup input[type="email"], .interiorPageContent #mc_embed_signup input[type="text"] {
    margin: 5px 0;
    display: block;
    width: 200px;
    height: 40px;
    min-height: 40px;
    padding: 6px 40px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #B2B2B2;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.interiorPageContent #mc_embed_signup label, .interiorPageContent .mc-field-group label {
    margin: 0px 3px 5px !important;
    vertical-align: middle !important;
}

#mc_embed_signup .btn-small {
    margin-top: 7px;
}

@media(min-width:768px) {
    .mainNavigation > ul {
        margin-top: 30px;
    }

        .mainNavigation > ul li:not(.site-search) {
            position: unset;
            height: 70px;
            vertical-align: middle;
        }

        .mainNavigation > ul > li > .hover-container {
            display: none;
        }

        .mainNavigation > ul > li:hover > .hover-container {
            display: block;
        }

        .mainNavigation > ul > li > .hover-container {
            background: rgba(32, 35, 88, 1);
            padding: 30px 15px;
            width: 159.9%;
            margin-left: -30%;
            margin-top: -1px;
        }

            .mainNavigation > ul > li > .hover-container > .container > .row > ul {
                padding: 0;
                display: flex;
                flex-wrap: wrap;
            }

    .mainNavigation ul li ul li {
        height: auto !important;
        flex: 1 1 19%;
        margin: 0 70px 0 0;
        max-width: 223px;
    }

    .mainNavigation ul li:first-child ul {
        width: 50%;
    }

    .mainNavigation ul li:first-child .hover-container {
        padding: 0 15px 90px;
    }

    .mainNavigation ul li:first-child ul li {
        flex: 1 1 35%;
    }

    .mainNavigation ul li ul li a {
        color: #fff;
        font-size: 14px;
        padding: 15px 0;
        border-bottom: 1px solid #424575;
        text-transform: none;
        font-weight: 600;
        line-height: 1.4;
    }

    .mainNavigation ul li:first-child ul li:first-child ul {
        width: 50%;
        max-width: 584px;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        left: 53%;
        background: none;
    }

        .mainNavigation ul li:first-child ul li:first-child ul:before {
            content: "CITY DEPARTMENTS";
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            position: absolute;
            top: 74%;
            left: -55px;
            font-weight: 500;
            font-size: 14px;
            border-top: 1px solid #75779A;
            text-align: center;
            padding: 0 20px;
            color: #75779A;
        }

        .mainNavigation ul li:first-child ul li:first-child ul li a:before {
            content: "\2022";
            color: #fff;
            margin-right: 2px;
        }

        .mainNavigation ul li:first-child ul li:first-child ul li {
            flex: 1 1 35%;
        }

            .mainNavigation ul li:first-child ul li:first-child ul li a {
                border-bottom: none;
            }

        .mainNavigation ul li:first-child ul li:first-child ul ul {
            display: none;
        }

    .mainNavigation ul li ul li a:hover {
        color: #328538;
    }

    .mainNavigation ul li ul li a .nav-arrow {
        display: none;
    }

    .mainNavigation ul li a.active .active-underline, .mainNavigation > ul > li > a:hover > .active-underline {
        border-bottom: 2px solid #41AD49;
        padding-bottom: 3px;
    }

    .mainNavigation ul li ul li a.active .active-underline {
        border-bottom: none;
    }

    .navbar-right {
        float: none !important;
    }
}

@media(min-width:1200px) {
    .mainNavigation > ul > li:first-child {
        padding-left: 206px;
    }
}

@media (max-width:1199px) and (min-width: 992px) {
    header .mainlogo {
        width: 230px;
        padding-left: 15px;
    }

    .mainNavigation ul li ul li {
        margin: 0 35px 0 0;
    }

    .mainNavigation > ul > li:first-child {
        padding-left: 43px;
    }
}

@media (max-width:991px) and (min-width: 768px) {
    header {
        height: 70px;
    }

        header .mainlogo {
            width: 160px;
            padding-left: 15px;
        }

    .mainNavigation > ul li a {
        font-size: 13px;
        padding: 5px 0;
        margin: 0 9px 0 0px;
    }

    .mainNavigation ul li a span.nav-arrow {
        margin: 0 0 0 2px;
    }

        .mainNavigation ul li a span.nav-arrow img {
            height: 10px;
        }

    .mainNavigation > ul li:not(.site-search) {
        height: 40px;
    }

    header .site-search {
        top: 29px;
        right: 15px;
    }

    .forthree {
        width: 70px;
        margin-left: -3px;
    }

        .forthree img {
            width: 55px;
        }

    .slideshowcontainer {
        top: -70px !important;
        margin-bottom: -117px !important;
    }

    .mainNavigation ul li ul li {
        margin: 0 70px 0 15px;
    }

        .mainNavigation ul li ul li a {
            padding: 5px 7px;
            font-size: 14px;
        }

    .mainNavigation ul li:first-child ul li:first-child ul li {
        flex: 1 1 100%;
    }

    .mainNavigation ul li:first-child ul li:first-child ul:before {
        top: 60%;
        left: -36px;
    }

    .mainNavigation > ul > li:first-child {
        padding-left: 39px;
    }
}

@media (max-width:767px) and (min-width: 320px) {
    body, html {
        overflow-x: hidden;
    }

    header, header:hover {
        background: rgba(32, 35, 88, 1);
        height: 70px;
        z-index: 11;
        width: 100%;
    }

    .navbar-brand {
        width: 64%;
    }

    body.open header {
        background-image: url(/images/colr_mobile-menu_background.jpg) !important;
        background-repeat: no-repeat;
        position: fixed;
        border-bottom: none;
        height: 100vh;
        background-position: right bottom;
        background-size: cover;
    }


    body.open .layer {
        background: rgba(32, 35, 88, .7);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .mainlogo {
        width: auto !important;
        height: 41px;
        padding-left: 15px;
        position: relative;
    }

    .microsite .mainlogo {
        height: 22px;
    }

    .navbar-brand-top {
        padding: 15px 0 0;
    }

    header .top-logo {
        width: 130px;
        padding-left: 15px;
    }

    header .bottom-logo {
        width: 240px !important;
        height: auto !important;
    }

    .languages__dropdown {
        right: 0;
        top: 41px;
    }

    .hover-container {
        display: block !important;
        position: relative !important;
        background: transparent !important;
    }

        .hover-container .container, .hover-container .container .row ul {
            padding: 0 !important;
        }

            .hover-container .container .row {
                margin: 0 !important;
            }

                .hover-container .container .row > ul {
                    display: none;
                }

    .toggle {
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        z-index: 999;
        padding: 0;
        top: 30px;
        width: 27px;
        height: 25px;
        display: block;
        margin: 0;
        right: 15px;
    }

    #toggleSideNav.toggle {
        cursor: pointer;
        height: 40px;
        right: 5px;
        top: 16px;
        width: 35px;
        color: #fff;
        text-align: center;
        display: block;
    }

        #toggleSideNav.toggle .fa {
            font-size: 20px;
            line-height: 40px;
        }

        #toggleSideNav.toggle span {
            width: 20px;
        }

            #toggleSideNav.toggle span:before, #toggleSideNav.toggle span:after {
                width: 20px;
            }

    .toggle .cross {
        transition-duration: 0s;
        transition-delay: .1s;
        display: block;
        width: 25px;
        height: 25px;
    }

        .toggle .cross span:before {
            transition-property: margin, -webkit-transform;
            transition-property: margin, transform;
            transition-duration: .1s;
            transition-delay: .1s, 0;
        }

        .toggle .cross span:after {
            transition-property: margin, -webkit-transform;
            transition-property: margin, transform;
            transition-duration: .1s;
            transition-delay: .1s, 0;
        }

        .toggle .cross.open span {
            background-color: transparent;
            transition-delay: .1s;
        }

            .toggle .cross.open span:before {
                margin-top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                transition-delay: 0, .1s;
                background-color: #c6c5cd;
            }

            .toggle .cross.open span:after {
                margin-top: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                transition-delay: 0, .1s;
                background-color: #c6c5cd;
            }

    .toggle span {
        width: 25px;
        height: 2px;
        background-color: #fff;
        display: block;
        position: relative;
        top: 12px;
    }

        .toggle span:before,
        .toggle span:after {
            position: absolute;
            content: '';
            width: 25px;
            height: 2px;
            background-color: #fff;
            display: block;
        }

        .toggle span:before {
            margin-top: -7px;
        }

        .toggle span:after {
            margin-top: 7px;
        }

    .navbar-nav {
        margin: 0;
    }

    .mainNavigation {
        display: none;
        height: 100%;
        list-style: none;
        width: 100%;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }

        .mainNavigation.open {
            display: block;
            box-shadow: none;
            border-top: none !important;
            position: fixed;
        }

        .mainNavigation > ul > li {
            margin: 0 10px;
        }

        .mainNavigation ul li {
            display: block;
            float: none;
            width: 100%;
            margin-left: 0;
        }

            .mainNavigation ul li a {
                display: block;
                font-weight: 500;
                padding: 16px 0;
                font-size: 24px;
                color: #fff;
                border-bottom: 2px solid #62647b;
                margin: 0;
            }

            .mainNavigation ul li.opensubnav a {
                padding-bottom: 8px;
            }

            .mainNavigation ul li a span.nav-arrow img {
                position: absolute;
                top: 23px;
                width: 19px;
                height: auto;
                opacity: .6;
                right: 0;
            }

        .mainNavigation ul ul li a span.nav-arrow img {
            top: 13px;
        }

        .mainNavigation ul li.mobiletopmenu a {
            color: #4d4d4d;
        }

        .mainNavigation ul li.current-section {
            background: rgba(0, 0, 0, .4);
        }

            .mainNavigation ul li.current-section a {
                border-bottom: 2px solid #1d1f38;
            }

                .mainNavigation ul li.current-section a.active .active-underline {
                    color: #7a7ec3 !important;
                }

        .mainNavigation ul li ul li a {
            padding: 11px 0px;
            display: block;
            margin: 0;
            font-size: 22px;
            font-family: "Barlow";
            line-height: 1.1;
            color: rgb(255, 255, 255);
            font-weight: bold;
            text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
            text-align: left;
            text-transform: none;
            position: relative;
        }

        .mainNavigation ul li ul li ul li a {
            font-size: 20px;
            font-family: "Barlow";
            line-height: 1.1;
            color: rgb(255, 255, 255);
            text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
            text-align: left;
            padding: 11px 17px;
        }

            .mainNavigation ul li ul li ul li a:before {
                content: "-";
                position: absolute;
                left: 0;
            }

        .mainNavigation ul li ul li ul li ul li a {
            font-size: 18px;
            font-family: "Barlow";
            line-height: 1.1;
            color: rgb(255, 255, 255);
            text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.6);
            text-align: left;
            padding: 11px 17px;
        }

            .mainNavigation ul li ul li ul li ul li a:before {
                content: "";
            }

        .mainNavigation ul li ul li ul li ul li ul li a {
            font-size: 16px;
            padding: 11px 30px;
        }

            .mainNavigation ul li ul li ul li ul li ul li a:before {
                content: "-";
                position: absolute;
                left: 17px;
            }

        .mainNavigation ul li ul li ul li ul li ul li ul li a {
            font-size: 14px;
            padding: 11px 30px;
        }

            .mainNavigation ul li ul li ul li ul li ul li ul li a:before {
                content: "";
            }

        .mainNavigation ul li.opensubnav .hover-container .container .row > ul, .mainNavigation ul li .hover-container .container .row ul li.opensubnav > ul {
            display: block !important;
            position: relative;
            background: none;
        }

        .mainNavigation ul li a span.nav-arrow {
            margin: 0;
        }

    .mobiletopmenu {
        padding: 20px 0 0 !important;
        background: none !important;
        position: relative !important;
        display: inline-block !important;
    }

        .mobiletopmenu li {
            display: inline-block !important;
            width: auto !important;
            text-align: center !important;
            background: none !important;
            max-width: 90px;
            /* width: 23.8% !important; */
            vertical-align: text-top;
            margin: 0 5px !important;
        }

        .mobiletopmenu a, .mobiletopmenu li {
            color: #fff !important;
            font-size: 11px !important;
            border: none !important;
            text-align: center !important;
            text-transform: uppercase !important;
            font-weight: normal !important;
        }

            .mobiletopmenu li.hidden-xs {
                display: none !important;
            }

        .mobiletopmenu img {
            width: 16px;
            display: block;
            margin: 0px auto 3px;
        }

        .mobiletopmenu .languages__dropdown option {
            display: block !important;
        }

            .mobiletopmenu .languages__dropdown option:before {
                content: "" !important;
            }

    #content {
        padding: 20px 0;
    }

    h2 {
        font-size: 22px;
        margin-top: 6px;
    }

    footer {
        background-image: url(/images/colr_mobile_footer_background.jpg);
    }

        footer .container:not(.micro-site-container) {
            padding: 20px 0 0 0;
        }

        footer .logomaxwidth {
            max-width: initial;
            text-align: center;
        }

        footer .footerlogo {
            max-width: 72px;
            float: none;
            margin: 0 auto 10px;
            display: block;
        }

        footer .footer-title {
            text-align: center;
        }

        footer .container .row {
            padding: 10px 0 20px 0;
            font-size: 13px;
        }

        footer .social-links-footer {
            margin-top: 10px;
            /*height: 75px;*/
            width: 100%;
            text-align: center;
            padding-left: 15px;
        }

            footer .social-links-footer a {
                margin: 0 10px;
                display: inline-block;
                float: none;
            }

        footer .developby .container .row {
            padding: 0;
        }

        footer .footeraddress {
            margin-top: 10px;
            text-align: center;
            margin-bottom: 20px;
            font-size: 17px;
        }

            footer .footeraddress span {
                display: block;
                font-size: 0;
            }

        footer .sitelinks {
            margin-top: 0;
            text-align: center;
        }

        footer .topfooter {
            min-height: 365px;
        }

        footer .developbyimg {
            text-align: center;
            display: block;
        }

        footer .footer-copy {
            text-align: center;
        }

        footer .micro-site-btn {
            position: relative;
            bottom: 0;
            left: 0;
            margin-bottom: 15px;
        }

    #developby-left {
        text-align: center;
    }

    .leftImage, .rightImage {
        display: block;
        float: none !important;
        margin: 15px auto !important;
    }

    .forthree {
        width: 74px;
        height: 32px;
        position: absolute;
        top: 20px;
        right: 65px;
        margin: 0 auto;
    }

        .forthree a {
            padding: 4px;
            display: inline-block;
            background-color: rgb(65, 173, 73) !important;
            border-radius: 4px;
        }

        .forthree img {
            width: auto;
            height: 14px;
            margin-top: -3px;
        }

    .toggle img {
        height: 34px;
    }

    .secondary-nav-container {
        height: 58px;
        /*padding: 13px 0px;*/
        margin-top: -58px;
        padding: 0;
    }

    #secondary-nav {
        line-height: 58px;
    }

        #secondary-nav li {
            /*width: 23.8%;*/
            width: 22.8%;
            max-width: 95px;
            vertical-align: middle;
        }

            #secondary-nav li, #secondary-nav li.languages {
                font-size: 11px;
                padding: 0;
                line-height: 1.2;
            }

                #secondary-nav li a {
                    font-size: 11px;
                    padding: 0;
                    white-space: nowrap;
                }

                #secondary-nav li img {
                    display: block;
                    margin: 0 auto;
                }

    #content p {
        font-size: 16px;
    }

    .backtoTop {
        text-align: center;
    }

    footer {
        height: 500px;
    }

    .mainNavigation ul li a.active .active-underline, .mainNavigation > ul > li > a:hover > .active-underline {
    }

    .mainNavigation ul li ul li a.active .active-underline, .mainNavigation ul li ul li a:hover {
        color: #fff !important;
    }

    .site-search {
        margin: 15px 0 0;
    }

    .form-control {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .slideshowcontainer .favorites-bar, .interior-subhead .favorites-bar {
        display: none;
    }

    .mainNavigation .favorites-bar {
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 0;
        padding-bottom: 100px;
    }

        .mainNavigation .favorites-bar .toggle-favorites {
            display: none;
        }

        .mainNavigation .favorites-bar ul {
            display: block;
            background: none;
            border: none;
            padding: 0;
        }

        .mainNavigation .favorites-bar li {
            background: none;
            width: 32%;
            display: inline-block;
            vertical-align: top;
            margin: 10px 0;
            text-align: center;
        }

        .mainNavigation .favorites-bar a {
            border: none;
            text-align: center;
            padding: 0;
            font-size: 15px;
            display: inline-block;
            font-weight: normal;
        }

        .mainNavigation .favorites-bar li img {
            width: auto;
            height: 36px;
        }
}

.social-wrapper.twitter-feed, .social-wrapper.twitter-feed a {
    color: rgb(27, 149, 224);
}

.social-wrapper.facebook-feed, .social-wrapper.facebook-feed a {
    color: #385B9B;
    /*text-transform: lowercase;*/
}

    .social-wrapper.facebook-feed iframe {
        width: 100% !important;
    }

/*.social-wrapper.twitter-feed iframe {
        margin-top: -59px !important;
        margin-bottom: -54px !important;
        min-height: 70px !important;
    }*/

.social-wrapper {
    font-size: 25px;
    font-family: "Nunito Sans";
    font-weight: bold;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    padding: 20px;
    max-height: 405px;
}

    .social-wrapper .social-un {
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        min-height: 50px;
    }

    .social-wrapper .social-by, .social-wrapper .social-un {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .social-wrapper .social-by {
        max-width: 52px;
        padding: 0;
    }

        .social-wrapper .social-by img {
            width: 38px;
            height: 32px;
        }


    .social-wrapper .feed-copy {
        font-size: 18px;
        font-family: "Barlow";
        color: rgb(82, 82, 82);
        line-height: 1.3;
        text-align: left;
    }

        .social-wrapper .feed-copy a {
            color: rgb(27, 149, 224);
        }

@media(max-width:767px) {
    .social-wrapper {
        font-size: 20px;
    }

    #sitealert {
        padding: 10px 65px 10px 35px;
    }

        #sitealert img {
            position: absolute;
            top: 0;
            left: -20px;
        }

        #sitealert a {
            float: none;
            position: absolute;
            top: 0;
            right: -50px;
        }
}

.mayor-bar .close-img {
    font-size: 15px;
    font-family: "Nunito Sans";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
}

.favorites-bar.mayor-bar ul {
    padding: 5px 30px 15px;
}

.favorites-bar.mayor-bar .toggle-favorites img {
    height: 21px;
    /*vertical-align: sub;*/
}

.mayor-bar img.close-img {
    position: absolute;
    right: 15px;
    vertical-align: middle !important;
    top: 12px;
}

.mayor-bar p {
    font-size: 16px;
    font-family: "Barlow";
    color: rgb(255, 255, 255);
    line-height: 1.1;
    text-align: left;
    max-width: 250px;
}

.mayor-bar small {
    color: rgb(255, 255, 255);
    text-align: left;
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}

.mayor-bar form {
    font-size: 16px;
    font-family: "Barlow";
    color: rgb(255, 255, 255);
    text-align: left;
}

.mayor-bar input[type="text"], .mayor-bar input[type="email"] {
    font-size: 16px;
    font-family: "Barlow";
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    /* opacity: 0.5; */
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.25);
    width: 250px;
    height: 44px;
    padding: 10px;
    margin: 5px 0;
}

    .mayor-bar input[type="text"]::placeholder, .mayor-bar input[type="email"]::placeholder {
        font-size: 16px;
        font-family: "Barlow";
        color: rgba(255, 255, 255, 0.6);
    }

.mayor-bar .input-group {
    margin: 7px 0;
}

.mayor-bar label {
    font-weight: 500 !important;
    margin-right: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Barlow";
    color: rgb(255, 255, 255);
    line-height: 1.5;
}

.mayor-bar input[type=radio] {
    margin: 3px 2px 0;
    vertical-align: text-top;
}

.mayor-bar a {
    text-align: left;
    margin: 5px 0 10px;
}

@media(max-width:767px) {
    .favorites-bar.mayor-bar {
        position: relative;
        top: 0;
    }

        .favorites-bar.mayor-bar .toggle-favorites {
            border-style: none;
            border-radius: 0;
            padding: 10px;
            background: rgb(55,57,105);
            background: linear-gradient(270deg, rgba(55,57,105,1) 0%, rgba(32,35,88,1) 100%);
            padding: 20px 15px 0;
        }

        .favorites-bar.mayor-bar.closed div.close-img {
            display: block;
        }

        .favorites-bar.mayor-bar img.visible-xs {
            display: inline-block !important;
            height: 24px;
            vertical-align: text-top;
        }

    .mayor-bar.closed .open-img, .mayor-bar.closed img.close-img, .mayor-bar.opened img.close-img {
        display: none !important;
    }

    .favorites-bar.mayor-bar ul {
        display: block;
        padding: 5px 15px 15px;
        border: none;
        border-radius: 0;
    }

    .favorites-bar.mayor-bar li {
        margin: 8px 0 15px;
    }

    .mayor-bar .close-img {
        font-size: 21px;
    }

    .mayor-bar p {
        font-size: 18px;
        max-width: 100%;
    }

    .mayor-bar input[type="text"], .mayor-bar input[type="email"] {
        width: 100%;
    }

    blockquote {
        padding: 40px 15px 8px;
    }

    .mainNavigation ul li.opensubnav a .arrow-up {
        display: block;
    }

    .mainNavigation ul li.opensubnav a .arrow-down {
        display: none;
    }

    .mainNavigation ul li:not(.opensubnav) a .arrow-up {
        display: none;
    }

    .mainNavigation ul li:not(.opensubnav) a .arrow-down {
        display: block;
    }
}

.microsite .forthree {
    display: none !important;
}

@media (min-width: 768px) {
    .microsite .navbar-right {
        float: right !important;
        margin-right: 30px;
    }
}

@media (min-width: 992px) {
    .microsite header .site-search {
        right: 0;
    }
}

.twitterwrapper {
    margin: 0 0 20px 0;
    height: 400px;
    width: 100%;
}

    .twitterwrapper h2 {
        color: #fff;
        background: #54AEEF;
        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;
        font-size: 21px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

        .twitterwrapper h2 a {
            color: #fff;
        }

.twitterItemsContainer {
    background: #FFF;
    padding: 15px;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.twitterwrapper .twitterlogo {
    background: rgba(0, 0, 0, 0) url("/images/twitter.svg") no-repeat scroll center 3px;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    width: 28px;
}

.facebookwrapper {
    margin: 0 0 20px 0;
    height: 400px;
    width: 100%;
}

    .facebookwrapper .facebooklogo {
        background: rgba(0, 0, 0, 0) url("/images/facebook_icon.svg") no-repeat scroll center top;
        display: inline-block;
        height: 28px;
        width: 30px;
    }

    .facebookwrapper h2 {
        color: #fff;
        background: #385B9B;
        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;
        font-size: 21px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

        .facebookwrapper h2 a {
            color: #fff;
        }

.facebookItemsContainer {
    background: #FFF;
    padding: 15px;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    height: 358px;
}

.social-border {
    border: 1px solid #C3C3C3;
    margin: 60px 0;
}

.cc-color-override--814275682.cc-window {
    background-color: #202358 !important;
    font-family: 'Barlow';
}

.cc-color-override--814275682 .cc-btn {
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
}

.interiorSlideshowImagesContainer {
    margin-bottom: 40px;
}

    .interiorSlideshowImagesContainer .flexslider {
        margin: 0 auto;
    }

html[lang="de"] .mainNavigation > ul > li:first-child {
    padding-left: 179px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    html[lang="de"] .mainNavigation > ul > li:first-child {
        padding-left: 17px;
    }
}

html[lang="it"] .mainNavigation > ul > li:first-child {
    padding-left: 127px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    html[lang="it"] .mainNavigation > ul > li:first-child {
        padding-left: 9px;
    }

    html[lang="it"] .mainNavigation > ul li a {
        font-size: 14px;
    }
}

@media(max-width:997px) {
    html[lang="it"] .mainNavigation > ul li a {
        font-size: 12px;
    }
}
