@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

/***************************************/
/* Customize base styles for           */
/* CoLB, Homelessness  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           */
/***************************************/

/* Page Background */
html {
    background:#dedede;
}
@media all and (min-width: 768px) { 
    html {
        background: url(/globalassets/common-content/media-library/dept-hero-images/HomelessnessBG.jpg)
		 no-repeat fixed left;
        background-size: cover;
    }
	.dept-content .main-content .content-inner {
min-height: 1350px !important;
	}
}

body {
    background: none;
    color:#3e3f41;
}
.dept-header {
    background: rgba(255, 255, 255, .9);
}
.dept-branding img {

margin-right: 35px;

}
/*Hide Menu*/
.dept-menu-wrap {
   display: none;
}
/* Common page element styles */
.dept-content .main-content .content-inner {
    padding-top: 12px;
}
.main-content ul li, .main-content ol li {
    padding-bottom:14px;
}
.main-content ol + p, .main-content ul + p {
    margin-top:14px;
}
.main-content ol ol, .main-content ul ul, .main-content ol ol li:last-child, .main-content ul ul li:last-child {
    margin-bottom:0;
    padding-bottom: 0;
}
.col-md-5.col-sm-5 {
	display: none;
}
.col-md-7.col-sm-7 {
	width: 100%;
	height: 100%;
	padding: auto;
}

/* BREADCRUMBS */
.dept-breadcrumbs {
    background:rgba(255, 255, 255,0.9);
}
.dept-breadcrumbs a {
    color: #545454;
}

/* RIGHT COLUMN */
.dept-right-col {
	background-color: #193a63;
    background-image: linear-gradient(120deg,#203c63,#193a63,#3b85a8)
}
.dept-content .dept-right-col a {
    color:#ffffff;
    padding-top:4px;
    padding-bottom:4px;
    text-decoration: underline;
    margin-top:2px;
	margin-left: 0px;
}
.dept-right-col h2 {
	color: #92d6e3 !important;
}
.dept-content .dept-right-col .side-events h3 {
	color: #fafafa !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.dept-right-col h4, h5 {
border-bottom: solid 1px #e2ecf9;
color: #fafafa;
padding: 5px 0px;
text-transform: capitalize;

}



.dept-content .dept-right-col .dept-announcement {
	background: rgba(255,255,255,.2);
	padding: 12px 12px 2px 15px;
}
.dept-content .dept-right-col .dept-announcement h3.announce-h3 {
	color: #fafafa;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.dept-content .dept-right-col .dept-announcement h3, h4, h5 {
	color: #fafafa !important;
	font-weight: 600;
	border-bottom: 1px solid #fafafa;
	text-transform: uppercase;
	font-size: 14px;
}
.dept-content .dept-right-col .dept-announcement a {
	color:#fff;
	text-decoration:underline;
	margin-left: 0;
}
.dept-content .dept-right-col .dept-announcement a:hover{
	color:#000 !important;
}

.dept-content .dept-right-col a:hover {
    background: none;
	color: #ffffff !important;
}
.dept-content .dept-right-col h4 {
    color:#fafafa !important;
	font-weight: 600;
    border-bottom:1px solid #fafafa;
	text-transform: uppercase;
	margin-left: 0;
}
.dept-content .dept-right-col p {
    color:#fafafa;
}
.dept-content .dept-right-col .update-block {
    margin-bottom:36px;
}
.dept-content .dept-right-col h4 + .update-block {
    margin-bottom:64px;
}

.dept-content .dept-right-col .social-tt {
    background-position: -48px -13px; 
}
.dept-content .dept-right-col .social-yt  {
    background-position: -96px -13px; 
}
.dept-content .dept-right-col .update-block h5 {
    background:rgba(96,109,146, .5);
    color:#fafafa;
}
.dept-content .dept-right-col .update-block h5  a, .dept-content .dept-right-col .update-block h5  a:hover {
    background: none;
}
.dept-content .dept-right-col .update-block h5 + h5 {
    margin-top:12px;
}

.dept-content .dept-right-col .side-btn:first-child {
    margin-top: 5px;
}
.dept-content .dept-right-col .side-btn {
    background: #1a6397;
    color:#e2ecf9;
    margin: 5px 0;
	padding: 8px;
}

.dept-content .dept-right-col .side-btn a{
    background: transparent;
    color:#e2ecf9;
	padding: 8px;
	text-decoration: none;
}
.dept-content .dept-right-col .side-btn:hover {
    background: #15437b;
    color:#e2ecf9;
	padding: 8px;

}

.dept-content .dept-right-col .side-btn span{
    margin-right: 10px;
}
.dept-content .dept-right-col .side-btn img {
   
	margin-bottom: 0px;

}
.dept-content .dept-right-col .sidebar-content {
padding: 28px 0 28px 15px;
}

/* Responsive Styles */
@media all and (min-width: 1024px) {
}


@media all and (max-width: 768px) {
}


.faq-toggle.section-block {
    border: 1px solid #D3DEE6;
    border-radius: 5px;
    padding: 10px;
}

.faq-block > li {
list-style-type: none;
border-bottom: none;
margin-left: 0 !important;
padding-left: 13px;
}
.dept-content .dept-right-col .sidebar-content {
padding: 28px 0 28px 15px;
}
.main-content h1, .main-content h1 a, .main-content .h1, .main-content .h1 a, .main-content h2, .main-content h2 a, .main-content .h2, .main-content .h2 a, .main-content h3, .main-content h3 a, .main-content .h3, .main-content .h3 a, .main-content h4, .main-content h4 a, .main-content .h4, .main-content .h4 a, .main-content h5, .main-content h5 a, .main-content .h5, .main-content .h5 a, .main-content h6, .main-content h6 a, .main-content .h6, .main-content .h6 a {
color: rgba(21, 100, 196, 1);
display: block;
line-height: 1.2;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 500;
text-decoration: none;
text-transform: none;
}

.main-content h2, .main-content h2 a, .main-content .h2, .main-content .h2 a {
	text-transform: uppercase;
	color: #203c63;
}
.main-content h4, .main-content h4 a, .main-content .h4, .main-content .h4 a {
	font-weight: 600;
	color: #4a4c4e !important;
	margin-top: 20px;
}

.dept-content .main-content .content-inner h3, .dept-content .main-content .content-inner h3 a {
color: rgba(21, 100, 196, 1);
text-transform: none;
margin-top: 30px;
}

.main-content input[type="button"], .main-content input[type="submit"] {
  background: #18a7c0;
  color: #fff;
  float: none;
}

/*Home Page*/	

.dept-content .main-content .content-inner .col-md-7 {
padding-left: 1%;
padding-right: 1%;
}


.park-container {
	width: 100%;
	font-size: 0px;
	padding-right: 50px;
	display: table;
	background-image: url(/uploadedImages/Pages/Departments/Parking/Media_Library/Images/arrow.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	height: 120px;
}

.box-shadow {
-webkit-box-shadow: 0 0 2px #999;
-moz-box-shadow: 0 0 2px #999;
box-shadow: 0 0 2px #999;
background-color: #fff;
}


.bluebar {
	height: 100%;
	width: 10px;
	background-color: #f27e8a;
	display: table-cell;
	
}

a:hover .bluebar {
	background-color: #203c63;
}

.img-wrapper {
	overflow: hidden;

}
.main-content .img-wrapper img {
	margin-bottom: 0px;
	max-width: none;
	height: 100%;
	vertical-align: inherit;
	padding: 10px;
	margin-left: 15px;
}
.copy-wrap {
	display: table-cell;
	vertical-align: middle;
	padding-left: 4%;
	text-align: left;
	margin-left: 15px;
	width: 423px;
}
	
.copy-wrap h1 {
	font-family: 'Raleway';
	text-transform: uppercase;
	color: #203c63;
	font-size: 20px;
	margin-top: 0px;
	
}


.dept-content .main-content .content-inner .col-md-7 .copy-wrap h2 {
	font-family: 'Open sans';
	color: #4e5763;
	font-size: 14px;
	text-transform: none;
	margin: 0px;
	font-weight: 400;
	text-decoration: none;
}
.dept-content .main-content .content-inner .col-md-7 .copy-wrap h2 a {
	text-decoration: none;
}
.main-content h1 + h2, .main-content h2 + h3, .main-content h3 + h4, .main-content h4 + h5 {
margin-top: 0px;
margin-bottom: 0px;
}
.park-container:hover {
	background-color: rgba(146, 214, 227, 0.2);
	background-image: url(https://longbeach.gov/uploadedImages/Pages/Departments/Parking/Media_Library/Images/arrow.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	
}
.main-content a {
	text-decoration: none;
	color: #18a7c0;
	font-weight: 600;
}
.main-content a:hover {
	text-decoration: underline;
	background: transparent;
	background-color: transparent !important;
	color: #203c63 !important;
}


.faq-block > li h3.faq-toggle, .faq-block > li h4.faq-toggle {
  margin: 20 !important;
}
.faq-block > li {
  border-bottom: 1px solid #18a7c0;

}

.cta-button {
  display: inline-block;
  text-decoration: none;
  background-color: #236092;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  height: 40px;
  padding: 0px 26px;
  border-radius: 5px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-content a.cta-button:hover {
	background-color: #008cb7 !important;
	color: #d3d1da !important;
	transition: .4s ease;
}

@media all and (min-width: 1024px) {

	.copy-wrap h1 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 500;
}
.park-container {
	height: 113px;	
}
.dept-content .main-content .content-inner .col-md-7 .copy-wrap h2 {
	font-size: 14px;
}
}
@media all and (max-width: 959px) {
	.copy-wrap h1 {
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: 700;
	}
	.park-container {
		height: 83px;
	}
	.dept-content .main-content .content-inner .col-md-7 .copy-wrap h2 {
	font-size: 13px;
}
	.copy-wrap {
		padding-bottom: 4%;
		padding-top: 4%;
	}

}
@media all and (max-width: 767px) {
	.copy-wrap {
		padding-bottom: 2%;
		padding-top: 2%;
	}
	.copy-wrap h1 {
		margin-bottom: 0px;
	}
		.dept-content .main-content .content-inner .col-md-7 .copy-wrap h2 {
	font-size: 12px;
}
}
@media all and (max-width: 729px) {
.main-content .img-wrapper img {
	display: none;
}
}
@media all and (max-width: 599px) {
/*.img-wrapper {
	display: none;
*/

	.bluebar {
		width: 20px;
	}
	.copy-wrap {
		padding-bottom: 4%;
		padding-top: 4%;
	}
	.dept-branding img {
		  margin-top: 19px;
  	width: 60px;
}
	
	.dept-branding h1 {
		margin-top: 32px;
	}
}

	
	
