@charset "utf-8";
/*****************************************/
/* Customize base styles for             */
/* City of Finance 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             */
/*****************************************/

html {
    background:#326378;
    background: url('/uploadedImages/Common_Content/Media_Library/Dept_Hero_Images/FMBG.jpg') no-repeat fixed center center \9;
    background-size: cover \9;
}
body {
	background: none;
}
@media all and (min-width: 768px) { 
    html {
        background: url('/uploadedImages/Common_Content/Media_Library/Dept_Hero_Images/FMBG.jpg') no-repeat fixed center center;
        background-size: cover;
    }
}
body {
	background: none;
}
.main-content h5, .main-content h5 a, .main-content .h5, .main-content .h5 a {
	color: #44947E!important;
    font-size: 14px;
}
.dept-branding img {
    margin-top:18px;
    width: 77px;
}
.main-content .dept-interior a:hover {
	color: rgb(123, 165, 130) !important;
    background:transparent !important;
    text-decoration: underline;
}

.main-content h2 + h3 {
	margin-top: 20px;
}
.main-content h3 {
	font-weight: 500 !important;

}
.main-content h3 + p {
	margin-top: 20px;
}
.dept-right-col {
    background: #dae3ec;
    background: rgba(232, 247, 240, 0.92);
}

#dept-nav > ul > li > a {
    color:#fff;
    border-left:1px solid #4FCCB3;
}
#dept-nav > ul > li.lastItem a {
    border-right:1px solid #4FCCB3;
}
#dept-nav a:hover {
    color:#fff !important; 
}
body #dept-nav .button-list li a:hover {
background: rgb(176,212,227); /* Old browsers */
background: -moz-linear-gradient(top, rgba(176,212,227,1) 0%, rgba(136,186,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,212,227,1)), color-stop(100%,rgba(136,186,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=0 ); /* IE6-9 */
}

.sidebar-links {
	text-decoration: none!important;
}
.sidebar-links:hover {
	text-decoration: none!important;
	background-color: transparent!important;
}
.sidebar-links-finance {
	font-size: 16px!important;
}
.sidebar-links-finance:hover {
	color: rgb(123, 165, 130)!important;
	background-color: none!important;
}
.sidebar-caption {
	margin-top: -20px!important;
	color: dimgrey!important;
}
.sidebar-contact {
	padding-left: 10px;
}
.sidebar-contact h2 {
	font-size: 16px!important;
	color: #564545;
}
.dept-menu-wrap {
	background-color: #30AA93!important;
}
#dept-nav .top-nav-mega-full-width {
    background:#268473;
}

#dept-nav > ul > li:hover > a, #dept-nav .fw-hovered {
    background-color: #268473;
}
.dept-content .dept-right-col .update-block {
    margin-top:18px;
}
.update-block.box {
    background: #C7DFD9;
    background:rgba(36, 119, 103, 0.1);
    padding-top:24px;
    padding-bottom:0;
    margin-top:21px !important; 
    padding-right:0;
}
.update-block.box h6 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left:10px;
    margin-bottom: 0;
    margin-top:21px;
}
.dept-content .dept-right-col .update-block a {
    display: block;
    padding-left:0;
    padding-bottom:8px;
    padding-right: 0;
}
.dept-content .dept-right-col .update-block h5 {
    background:transparent;
}
.dept-content .dept-right-col .update-block.box a {
    display: block;
    background:rgba(36, 119, 103, 0.1);
    padding:10px 14px;
    margin-top:16px;
    text-decoration: none;
    color:#44947e;
    font-weight:600;    
}
.dept-content .dept-right-col .update-block.box a:hover {
    color:#fff;
    background:rgba(36, 119, 103, 0.2);
}
.dept-content .dept-right-col .update-block.box p {
    color: dimgrey;
}
.dept-content .dept-right-col .update-block.box > * {
    padding-left:14px;
    padding-right:0;
}
.main-content a {
	color: #44947e;
}
.main-content a:hover {
	color: rgb(123, 165, 130) !important;
	background-color: transparent !important;
}

.dept-content .main-content a.lrg-button-grey {
    margin-top: 2px;
    color:#44947e
}
.dept-content .main-content a.lrg-button-grey:hover {
    background: rgba(232, 247, 240, 0.92) !important;
    color: #44947e !important;
}

#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-content .dept-right-col .update-block p {
	padding-left: 0px;
}
.dept-content .dept-right-col .update-block > * {
	padding-left: 0px;
}
.dept-content .dept-right-col .update-block h5 {
	padding-left: 0px;
}
.dept-content .dept-right-col .sidebar-content {
	padding: 4px 0 28px 28px;
}
.sidebar-content p {
	margin-top: 12px;
	line-height: 1.35;
}
.sidebar-content p a {
	color: #76858d;
}
.sidebar-content p a:hover {
	text-decoration: none;
	opacity: .8;
	color: #76858d;
	background-color: transparent;
}
.sidebar-content h1 {
	margin-top: 12px;
}
/* SIDEBAR ANNOUNCEMENTS */
.dept-content .dept-right-col .dept-announcement {
	background:#E8ECEF;
	background:rgba(232, 236, 239, .9);
	border-color:#869D96; /* fall back */
	border-color:rgba(0,0,0,.3);
	padding: 28px 28px 28px 28px;
}
.dept-content .dept-right-col .dept-announcement h3.announce-h3, .dept-content .dept-right-col .side-events h3 {
    border-bottom: 1px solid;
    color: #44947e;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
}
.dept-content .dept-right-col .dept-announcement h1 {
	margin-top: 12px;
}
.dept-content .dept-right-col .dept-announcement p {
	line-height: 1.35;
	margin-top: 12px;
}
/* SIDEBAR EVENTS */
.dept-content .dept-right-col .side-events a.event-link {
	color: #44947e;
}
.dept-content .dept-right-col .side-events a.event-link:hover {
	color: rgb(123, 165, 130);
	background-color: transparent !important;
}

	
/* 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:#104050;
        border-top:1px solid #326378;
    }
    #dept-nav > ul > li a {
        color:#fff !important;
	   border:0;
    }
    #dept-nav .top-nav-mega-full-width {
        background:#268473;
    }
    #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:#104050 !important;
        border-top:1px solid #326378;
    }
    .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;
	max-width:100% !important;
        width: 100% !important;
    }
		.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-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;
    }
}

/*Trumba Calendar Styles*/
.flex-container-cal {
  width:100%;
background: #ffffff;
}

.maincol {
flex: 4;


  padding: 20px;
}
.filters {
flex: 1;
padding: 20px 20px 0px;
background-color: #ffffff;
margin: 0px 0px;
}

.maincalendar {
width: 100%;
border-top: 1px solid #ddd;
  padding: 0px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
padding: 15px 0px;
}
.panel-default > .panel-heading {
background-color: #ffffff;
padding: 10px 0px;
}

h3.panel-title {
font-size: 20px;
margin-top:0 !important;
margin-bottom:0 !important;
}

h3.panel-title a {
	background: transparent !important;
	font-weight: 500 !important;
}

h3.panel-title a:hover {
	text-decoration: underline !important;
	
}

.collapsing{-webkit-transition:height .0s;}

@media screen and (max-width: 700px) {
  .flex-container{   
    flex-direction: column;
  }
}

@media screen and (min-width: 700px) {
#filter {
width:37%;
float:left;
margin-right:20px;
}
#eventtype {
width:37%;
float:left;
margin-right:20px;
margin-top:10px;
clear:both;
}
#calendarsearch {
float:left;
margin-top:10px;
}
#location {
float:left;
margin-top:0px;
}
}

