@charset "utf-8";
/******************************************/
/* Customize base styles for City Manager */
/* City of Long Beach Department Pages    */
/******************************************/
/* Warning: changing attributes like:     */
/* width, height, float, position,        */
/* margin, etc                            */
/* will effect the responsive layout      */
/* and may break the appearance on        */
/* mobile or tablet devices.              */
/******************************************/
/* Font-Weight Guide:                     */
/* Don't use 'bold'                       */
/* font-weight:200; <-- Thin              */
/* font-weight:300; <-- Light             */
/* font-weight:400; <-- Normal            */
/* font-weight:500; <-- Medium            */
/* font-weight:600; <-- Semi-Bold         */
/* font-weight:700; <-- Bold              */
/******************************************/

/* Background Fall-Back for mobile, smaller tablets and older browsers (IE8 and down) */
html {
    background:#84C1EF;
	background:url(/globalassets/common-content/media-library/dept-hero-images/cm-bg.jpg) no-repeat fixed center center \9;
	background-size: cover \9;
}
body {
    background: none;
}
/* Background for larger tablets and desktop devices */
@media all and (min-width: 768px) { 
    html {
        background:#CFC8CC url("/globalassets/common-content/media-library/dept-hero-images/cm-bg.jpg") no-repeat fixed top center ;
        background-size: cover;
    }
}

/* Department Header */
.dept-branding img {
    width: 89px;
}
.dept-header {
    background: rgba(255,255,255,.9);
}




.dept-content .main-content a.lrg-button-grey {
    background: rgba(50, 130, 183, 0.98) none repeat scroll 0 0;
    color: #fff;
	margin-top: 1px;
}
.dept-content .main-content a.lrg-button-grey:hover {
    background: rgba(30, 93, 134, 0.98) none repeat scroll 0 0;
    color: #fff;
}





/* Navigation */

#dept-nav .top-nav-mega-full-width {
    background: #662949 url("/uploadedImages/Pages/Departments/City_Manager/Development_Assests/mega-bg.jpg") repeat-x top center;
}
#dept-nav .top-nav-mega-full-width .col-md-4 > a, #dept-nav .top-nav-mega-full-width .col-md-4 > a h3 {
    color:#fff;
}
#dept-nav .top-nav-mega-full-width a {
    color: #fff;
}
.dept-menu-wrap {
    background: url(/uploadedImages/Pages/Departments/City_Manager/Development_Assests/navbar-bg.jpg);
}
#dept-nav > ul > li:hover > a, #dept-nav > ul > li > a.fw-hovered  {
    background: #662949 url("/uploadedImages/Pages/Departments/City_Manager/Development_Assests/mega-bg.jpg") repeat-x top center;
    color:#fff;
}
#dept-nav > ul > li > a {
    font-weight: 400;
    color:#fff;
    border-left:1px solid #bfe3ff;
}
#dept-nav > ul > li.lastItem a {
    border-right:1px solid #bfe3ff;
}
.main-content h2 {
    color: #220614;
	margin-bottom: 12px;
}
.content-inner a {
    color:#662949;
}
.dept-right-col {
	background:#D4E6F5; /* fall back */
    background:rgba(222,241,255,.9);
}
.dept-content .main-content .content-inner h3, .dept-content .main-content .content-inner h3 a {
	color: #3080bb;
	margin-top: 20px;
}
.sidebar-content h3 {
	color: #4F5459;
	margin-top: 20px;
}
.sidebar-content p {
	padding-right: 24px;
}
.dept-content .dept-right-col h1, .dept-content .dept-right-col h2, .dept-content .dept-right-col h3, .dept-content .dept-right-col h4, .dept-content .dept-right-col h5 {
	color: #256995;
	border-bottom: none;
}
/* SIDEBAR ANNOUNCEMENTS */
.dept-content .dept-right-col .dept-announcement h3.announce-h3 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.dept-content .dept-right-col .dept-announcement h1, .dept-content .dept-right-col .dept-announcement h2, .dept-content .dept-right-col .dept-announcement h3, .dept-content .dept-right-col .dept-announcement h4, .dept-content .dept-right-col .dept-announcement h5 {
	color: white;
	border-bottom: none;
}
.dept-content .dept-right-col .dept-announcement .announce-p {
	color: #eee;
}
.dept-content .dept-right-col .dept-announcement {
	background:#55596B; /* fall back */
	background:rgba(46, 127, 182, 0.6);
	border-color:#4F7691; /* fall back */
	border-color:rgba(0,0,0,.3);
	padding: 28px 28px 28px 28px;
}
.dept-content .dept-right-col .dept-announcement a {
	color: #662949;
}
.dept-content .dept-right-col .dept-announcement p {
	line-height: 1.35;
	margin-top: 12px;
}
.dept-content .dept-right-col .dept-announcement h1 {
	margin-top: 12px;
}

/* SIDEBAR CALENDAR */

.dept-content .dept-right-col .side-events h1 {
	margin-top: 12px;
}
.dept-content .dept-right-col .side-events p {
	line-height: 1.35;
	margin-top: 12px;
}
.dept-content .dept-right-col .side-events p a, .dept-content .dept-right-col .side-events p a:hover {
	color: #662949;
	background: transparent;
}
/* Responsive Styles */
@media all and (max-width: 959px) {
    .main-content-wrap.dept-content {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media all and (max-width: 768px) {
    html {
        background:#fff;
    }
    #dept-nav {
        width:100% !important;
        max-width: 100% !important;
    }
    #dept-nav > ul > li {
        background:#155075;
        border-top:1px solid #3082BA;
    }
    #dept-nav > ul > li a {
        color:#fff !important;
        border:0;
    }
    #dept-nav > ul > .top-nav-mega-full-width, #dept-nav > ul > li + .top-nav-mega-full-width {
        padding-left:24px !important;
        left:0 !important;   
    }
    
    #dept-nav > ul > li > a:hover, #dept-nav > ul > li > a:active, #dept-nav > ul > li > a.fw-hovered {
        color:#fff !important;
        background:#155075 !important;
        border-top:1px solid #3082BA;
    }
    .dept-breadcrumbs {
        padding-top:5px;
        padding-bottom:5px;
        line-height: 1.5;
        padding-right:24px;
    }
    #dept-nav > ul > .top-nav-mega-full-width .col-md-4 {
        padding-top:14px;
    }
		.main-content .row img {
		float: none;
		display: block;	
		margin-left: 0px !important;
		margin-right:  0px !important;
}
}
@media all and (max-width: 599px) {
    .dept-branding img {
        margin: 11px 6% 0;
        max-width: none;
        width: 71px;
    }
    .dept-branding h1 {
        margin-top:36px;
    }
    #dept-nav > ul > .top-nav-mega-full-width .col-md-4 {
        width:100%;
    }
    .top-nav-mega-full-width h3, .top-nav-mega-full-width h3 a {
        margin-left:0;
    }
    .top-nav-mega-full-width ul, .top-nav-mega-full-width ol {
        margin-left:0;
    }
}

