<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/***************************************/
/* Customize base styles for           */
/* City of Long Beach - Go Active LB   */
/***************************************/
/* 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; &lt;-- Thin           */
/* font-weight:300; &lt;-- Light          */
/* font-weight:400; &lt;-- Normal         */
/* font-weight:500; &lt;-- Medium         */
/* font-weight:600; &lt;-- Semi-Bold      */
/* font-weight:700; &lt;-- Bold           */
/***************************************/

/* Background Fall-Back for mobile, smaller tablets and older browsers (IE8 and down) */
html {
    background:#476985;
    background:url("/globalassets/common-content/media-library/dept-hero-images/goactivelb-bg.jpg") no-repeat fixed center center \9;
    background-size: cover \9;
}
body {
    background: none;
    color:#3e3f41;
}

/* Background for larger tablets and desktop devices */
@media all and (min-width: 768px) { 
    html {
        background:url("/globalassets/common-content/media-library/dept-hero-images/goactivelb-bg.jpg") no-repeat fixed center center;
        background-size: cover;
    }
}
.dept-header {
    background:#fff;
}
.dept-content hr {
	border-bottom: 1px solid rgb(35, 96, 146. 0.5);
}
.main-content a {
	color: #17AFAC;
}
.main-content a:hover {
	color: #000000;
	/*background: #256995;*/
}
.dept-breadcrumbs {
	color: #14B9D9;
}
/*.main-content .content-inner a {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}*/

.faq-block &gt; li h3 a:hover {
	background: #FF9E18 !important;
}

.main-content .content-inner a:hover {
	color: #ffffff;
	background: #E03C31;
}
.main-content .content-inner table td a:hover {
	color: #E03C31;
}
/* Common page element styles */
.main-content p {
	color: #58595B;
}
@media (min-width: 768px) {
	.row .col-md-5 {
		display: none;
	}
}
@media (min-width: 960px) {
	.row .col-md-5 {
		display: none;
	}
}
@media (min-width: 768px) {
	.col-md-7  {
		width: 100%;
	}
}
@media (min-width: 960px) {
	.col-md-7  {
		width: 100%;
	}
}
.main-content ul li, .main-content ol li {
    padding-bottom:14px;
}

.main-content ul li:first-of-type, .main-content ol li:first-of-type {
    padding-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;
}
.main-content h2, .main-content h2 a, .main-content .h2, .main-content .h2 a {
    color: #14B9D9 !important;
    font-weight: 400;
    margin-top: 12px !important;
    margin-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #14B9D9;
	padding-bottom: 5px;
}
.main-content h3, .main-content h3 a, .main-content .h3, .main-content .h3 a, .dept-content .main-content .content-inner h3 a, .dept-content .main-content .content-inner h3 {
    color:#000000;
    text-transform: capitalize;
    font-size: 19px;
    margin-top:28px;
}
.dept-content .main-content .content-inner .news-widget h3 {
	font-weight: 500;
}
.dept-content .main-content .content-inner h2 + h3 {
    margin-top:15px;
}
.dept-content .main-content .content-inner ul + h3, .dept-content .main-content .content-inner ol + h3 {
    margin-top:24px;
}
.main-content h4, .main-content h4 a, .main-content .h4, .main-content .h4 a {
    text-transform: capitalize;
    font-weight: 600;
    color: #E03C31;
    display: inherit;
}
.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:#14B9D9;
    font-weight: 600;
	font-size: 15px;
    text-transform: capitalize;
	margin-bottom:-2px;
}
.dept-content .main-content a.lrg-button-grey {
    background:#276092;
    margin-top:1px;
	color: #fff;
}
.dept-content .main-content a.lrg-button-grey:hover {
    background:#214f77;
    color:#fff;
}

/*table styles*/
.main-content .content-inner table td a:hover {background: transparent;}

.main-content .content-inner table td a:hover img {background: #ffffff;}

/*style nav*/
.dept-menu-wrap {
    background: #14B9D9;
/*    background: #ffa913;*/
}
#dept-nav &gt; ul &gt; li &gt; a {
    color:#ffffff;
    border-left:1px solid #ffffff;
}
#dept-nav .lastItem &gt; a {
    border-right: 1px solid #ffffff;
}
#dept-nav &gt; ul &gt; li:hover &gt; a, #dept-nav &gt; ul &gt; li &gt; a.fw-hovered {
    background:#E03C31;
    color:#fff;
}

#dept-nav .top-nav-mega-full-width {
background: -moz-linear-gradient(top, rgba(224,60,49,1) 0%, rgb(224,60,49, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,60,49, 1)), color-stop(100%,rgba(224,60,49,0.96))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(224,60,49,1) 0%,rgba(224,60,49,0.96) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(224,60,49,1) 0%,rgba(224,60,49,0.96) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(224,60,49,1) 0%,rgba(224,60,49,0.96) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(224,60,49,1) 0%,rgba(224,60,49,0.96) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faffffff', endColorstr='#f02b4c66',GradientType=0 ); /* IE6-9 */
}
#dept-nav .top-nav-mega-full-width h1, #dept-nav .top-nav-mega-full-width h2, #dept-nav .top-nav-mega-full-width h3, #dept-nav .top-nav-mega-full-width h4, #dept-nav .top-nav-mega-full-width h5, #dept-nav .top-nav-mega-full-width h6, #dept-nav .top-nav-mega-full-width ul li a, #dept-nav .top-nav-mega-full-width ol li a {
    color:#fff;
}
#dept-nav .top-nav-mega-full-width a {
    color:#fff !important;
    text-decoration: none;
}
#dept-nav .top-nav-mega-full-width h3, .top-nav-mega-full-width h3 a {
    border-bottom:1px solid #fafafa;
}
#dept-nav .top-nav-mega-full-width .col-md-4 {
    position: relative;
    z-index: 2;
}
#dept-nav .top-nav-mega-full-width .col-md-4 ul a {
    color:#fff !important;
    margin-right:13px;
    font-size:13px;
    padding-left:16px;
}
#dept-nav .top-nav-mega-full-width ul li {
    margin-top: 8px;
    position: relative;
}
#dept-nav .top-nav-mega-full-width ul li a:before {
    bottom: 9px;
    content: "\00bb";
    display: block;
    height: 10px;
    left: 6px;
    opacity: 0.7;
    position: absolute;
    top: -2px;
    width: 13px;
}

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

.dept-breadcrumbs a:hover {
	color: #E03C31 !important;
}

/* RIGHT COLUMN */
.dept-right-col {
    background: #E1B749;
    background: rgba(20, 185, 217,0.94);
    border:0 none;
	color: #333;
  
}
.dept-content .dept-right-col h3 {
    border-bottom: solid 1px rgb(255, 255, 255, 0.5);
    color: #ffffff;
	padding-bottom: 10px;
    padding-left: 0px !important;
    text-transform: uppercase;
}
.dept-content .dept-right-col .sidebar-content {
  padding: 28px 0 28px 19px;
}
.dept-content .dept-right-col h1, .dept-content .dept-right-col h2, .dept-content .dept-right-col h4, .dept-content .dept-right-col h5 {
	color: #ffffff;
	border-bottom: none;
	font-weight: 500;
}
/*
.dept-content .dept-right-col a, .dept-content .dept-right-col a:hover {
    color:#bbc7a8;
    padding-top:4px;
    padding-bottom:4px;
    background:none;
    text-decoration: underline;
}
*/
.dept-content .dept-right-col h4 {
    color: rgb(39, 96, 146);
    margin-left: 0px;
    padding-bottom:0px;
}
.dept-content .dept-right-col .side-events {
	color: #333;
}
.dept-content .dept-right-col .side-events a {
    color:#256995;
}
.dept-content .dept-right-col .side-events a:hover {
	background: transparent;
}
.dept-content .dept-right-col p {
	font-weight: 400 !important;
	margin-top: 12px;
	line-height: 1.35;
	color: #ffffff;
}
.dept-content .dept-right-col p a {
	color: #ffffff;
	text-decoration: underline;
}
.dept-content .dept-right-col p a:hover {
	text-decoration:none;
	color: #000000;
}
.dept-content .dept-right-col .side-events a.event-link {
	margin-left: 0px;
	padding: 0 10px 0;
	background-color: #E03C31;
	color: #ffffff;
}
.dept-content .dept-right-col .side-events a.event-link:hover {
	background: #FF9E18;
	text-decoration: none;
}
.dept-content .dept-right-col .update-block {
    margin-bottom:36px;
}
.dept-content .dept-right-col .update-block a {
	text-decoration: none;
	text-transform: uppercase;
}
.dept-content .dept-right-col h4 + .update-block {
    margin-bottom:64px;
}
.dept-content .dept-right-col .update-block h5 {
    background: #214f77;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid;
    padding-top:9px;
    padding-bottom: 0;
    margin-top:28px;
}
.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;
}

.faq-block &gt; li {
    margin-bottom:6px;
}

.dept-content .dept-right-col .update-block h5 {
    background: none repeat scroll 0 0 rgb(39, 96, 146);
    color: #ffffff;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 0;
    margin-top: 8px;
    padding-bottom: 10px;
    padding-top: 9px;
    border:0;
}
.dept-content .dept-right-col .update-block h5 ~ h5 {
    margin-top: 36px;
}
.update-block.link-list &gt; p.divider-p {
    border-top:1px solid #173e59;
	padding-top: 15px;
}
.update-block.link-list &gt; p {
    color: #333;
    margin-left: 12px;
    margin-top: 10px !important;
    padding-top: 4px;
}
.contact-bg {
	  background: rgba(255,255,255,.44);
  padding: 12px;
}
/*OVERLAY BUTTONS*/

.overlaycontainer {
	position: relative;
	margin-bottom: 20px;
	z-index:0;
}

.overlaycontainer-th {
	position: relative;
	z-index:0;
}

.overlaycontainer img {
  	padding: 0;
  	margin: 0;
  	display:block;
	margin-bottom: 0;
}

.overlaycontainer-th img {
  	padding: 0;
  	margin: 0;
  	display:block;
	margin-bottom: 0;
	width: 100%;
}


.overlaytext {
	text-transform: uppercase;
	text-decoration: none;
	background: rgba(20,185,217,0.58);
	color: #ffffff;
	position: absolute;
	width:100%;
	height:100%;
 	z-index:1500;
  	text-align: center;
    font-size: 28px;
    font-weight: 600;
	top:0;
	left:0;
	padding: 10%;
	transition: .4s ease;
}

.overlaytext-th {
	text-transform: uppercase;
	text-decoration: none;
	background: rgba(20,185,217,0.58);
	color: #ffffff;
	position: absolute;
	width:100%;
	height:100%;
 	z-index:1500;
  	text-align: center;
    font-size: 14px;
    font-weight: 600;
	top:0;
	left:0;
	padding: 40% 10%;
	transition: .4s ease;
}


.overlaytext:hover {
	background: rgba(224,60,49,0.9);
}

.overlaytext-th:hover {
	background: transparent;
}

@media all and (max-width: 747px) and (orientation: portrait) {
.overlaytext {
    font-size: 4.5vw;
}
.overlaytext-th {
    font-size: 6.5vw;
}
}

@media all and (max-width: 747px) and (orientation: landscape) {
.overlaytext {
    font-size: 2.5vw;
}
.overlaytext-th {
    font-size: 1.5vw;
}

}

.flex-container {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	-o-flex-direction: row wrap;
  	justify-content: space-between;
}

.flex-container a {
width: 31%;
background: #e9eef2;
height:100%;
text-decoration: none;
margin-bottom: 20px;
}

@media (max-width: 747px) and (orientation: portrait){
.flex-container a {width: 100%;}
}

.flex-container::after {
    content: "";
    width: 31%;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    justify-content: space-between;
}

.flex-item {
background: #e9eef2;
font-size: 14px;
font-weight: 600;
color:#236092;
height:200px;
position: relative;
text-align: center;
padding: 25% 5%;
line-height: 18px;
transition: .4s ease;
}
.flex-item:hover {
color:#fff;
background: rgba(224,60,49);
background: #E03C31;
}


@media all and (orientation: portrait) and (max-width: 747px)  {
	.flex-item {height: 180px; font-size: 4.5vw; padding: 11% 3%;}
}	


@media all and (orientation: landscape) and (max-width: 747px)  {
	.flex-item {height: 180px; font-size: 1.07em; padding: 23% 3%;}
}

@media (max-width: 747px)  {
	.flex-item img {max-width:77%;}
}	

/* BUTTONS SIDEBAR */
.sidebar-btn {
    height: 43px;
}
.contact-bg p {
	color: #173e59;
	font-weight: 400;
}
.dept-content .dept-right-col .update-block p {
  padding-left: 0px;
  font-weight: 400 !important;
  color: #ffffff;
  margin-bottom: 10px;
}
.sidebar-btn a {
    background: none repeat scroll 0 0 rgba(37,96,147,0.90) !important;
    border-radius: 1px 0 0 1px;
    color: #fff !important;
    display: block !important;
    font-size: 15px !important;
    height: 40px;
    line-height: 1.2;
    padding: 10px 8px 12px 14px !important;
    text-decoration: none !important;
    width: 100%;
}
.sidebar-btn a:hover {
    opacity: .86;
}
.dept-content .dept-right-col .update-block &gt; * {
	padding-right: 10px;
	padding-left: 0px;
}
.image-grid {
    margin-bottom: 15px!important;
    text-align: center!important;
}
.curb-color {
    height: 18px;
    margin-right: 6px;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.dept-content .dept-right-col .side-btn {
    background: #E03C31;
    color:#ffffff;
    margin: 15px 0 0;
	font-weight: 600;
	height: 45px;
	padding-top: 5px;
}
.dept-content .dept-right-col .side-btn:hover {
    background: #FF9E18;
	color: #ffffff;
}
.dept-content .dept-right-col .side-btn span {
  margin-right: 10px;
  margin-left: 10px;
}
.dept-content .dept-right-col .update-block &gt; * {
	padding-left: 0px;
	padding-right: 0px;
}
.dept-content .dept-right-col .side-btn span{
    margin-right: 20px;
}
.dept-content .dept-right-col .side-btn img {
    width:24px;
    height:auto;
}

/* SIDEBAR ANNOUNCEMENTS */

.dept-content .dept-right-col .dept-announcement {
  background: rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(0,0,0,.3);
  margin: 0;
  padding: 28px;
  color: #333;
}

.dept-content .dept-right-col .dept-announcement a {
	color: #fff;
	text-decoration: none;
}

.dept-content .dept-right-col .dept-announcement a:hover {
	color: #276092;
}


/* SIDEBAR EVENTS */ 

.dept-content .dept-right-col .side-events .event-summary {
	  padding: 6px 18px 16px 12px;
	  font-weight: 600;
}
	
.dept-content .dept-right-col .side-events h3 {
	font-weight: 300;
	font-size: 19px;
	padding-bottom: 10px;
	padding-top: 9px;
	padding-left: 12px;
}

	
	
dept-content .dept-right-col .side-events .event-summary {
	color: rgba(37,96,147,0.90);
}

/* 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 &gt; ul &gt; li {
        background:#14B9D9;
        border-top:1px solid #ffffff;
    }
    #dept-nav &gt; ul &gt; li a {
        color:#fff !important;
	   border:0;
    }
    #dept-nav .top-nav-mega-full-width {
        background:#E03C31;
    }
    #dept-nav &gt; ul &gt; .top-nav-mega-full-width, #dept-nav &gt; ul &gt; li + .top-nav-mega-full-width {
        padding-left:24px !important;
        left:0 !important;
        
    }
    #dept-nav &gt; ul &gt; li &gt; a:hover, #dept-nav &gt; ul &gt; li &gt; a:active, #dept-nav &gt; ul &gt; li &gt; a.fw-hovered {
        color:#fff !important;
        /*background:#515557 !important;*/
        border-top:1px solid #a87f22;
    }
    .dept-breadcrumbs {
        padding-top:5px;
        padding-bottom:5px;
        line-height: 1.5;
        padding-right:24px;
    }
    #dept-nav &gt; ul &gt; .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: 8px 6% 0;
  			max-width: none;
  			width: 71px;
    }
    #dept-nav &gt; ul &gt; .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 &gt; .panel-heading {
background-color: #ffffff;
padding: 10px 0px;
}

h3.panel-title {
font-size: 20px;
margin-top:0 !important;
margin-bottom:0 !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;
}
}


</pre></body></html>