@charset "utf-8";
/***************************************/
/* Customize base styles for           */
/* City of Long Beach Parks and Rec 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:#A6D9DD;
    background:url('/globalassets/common-content/media-library/dept-hero-images/PRMbackground.jpg') no-repeat fixed center center \9;
    background-size: cover \9;
}
body {
    background: none;
    color:#3e3f41;
}

@media all and (min-width: 768px) { 
    html {
        background:url('/globalassets/common-content/media-library/dept-hero-images/PRMbackground.jpg') no-repeat fixed center center;
        background-size: cover;
    }
}
.dept-header {
    background: rgba(255, 255, 255, .9);
}
.dept-branding img {
    margin-top:10px;
    width: 104px;
}
.main-content p + p {
    margin-top:18px;
}
/* Common page element styles */
.main-content a {
  color: #681F7F;
}
.dept-content .main-content .content-inner {
    /* padding-top: 12px; */
}
.main-content ul li, .main-content ol li {
    padding-bottom:9px;
}
.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;
}
.main-content h2, .main-content h2 a, .main-content .h2, .main-content .h2 a {
    color: #8e6a9e;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 18px;
    margin-top: 18px !important;
    text-transform: capitalize;
}
.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:#52A8AF;
    font-size: 18px;
    margin-top:28px;
    text-transform: capitalize;
}
.dept-content .main-content .content-inner * + h2 {
    margin-top:36px !important;
}
.dept-content .main-content .content-inner h2 + h3 {
    margin-top:8px;
}
.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 {
    color: #555;
    font-size: 15px;
    margin-top:21px;
    font-weight: 600;
    text-transform: capitalize;
}
.main-content h5, .main-content h5 a, .main-content .h5, .main-content .h5 a {
    color:#008c99;
    font-weight: 600;
    font-size: 14px;
    margin-top:18px;
    text-transform: capitalize;
}
.main-content h6, .main-content h6 a, .main-content .h6, .main-content .h6 a {
    color:#555;
    font-weight: 600;
    margin-top:18px;
    text-transform: capitalize;
    font-size: 14px;
}
.dept-content .main-content a.lrg-button-grey {
    background:#E1E9EA;
    color:#008C99;
    margin-top:1px;
}
.dept-content .main-content a.lrg-button-grey:hover {
    background:#DDE4E4;
    color:#008C99;
}

.main-content table th {
  background-color: #34a3ad;
  border: 1px solid #34a3ad;
  border-top: 2px solid #34a3ad;
  border-bottom: 2px solid #34a3ad;
}


/*style nav*/
.dept-menu-wrap {
    background:#008C99;
}
#dept-nav > ul > li:first-child > a {
    color:#fff;
    border-left:1px solid #34a3ad;
}
#dept-nav > ul > li > a {
    color:#fff;
    border-right:1px solid #34a3ad;
}
#dept-nav > ul > li#ctl00_ucDeptSubNav_rDeptNavMenu_ctl05_liItem a {
    border-right:1px solid #34a3ad;
}
#dept-nav > ul > li:hover > a, #dept-nav > ul > li > a.fw-hovered {
    background:#34a3ad;
    color:#fff;
}
#dept-nav .top-nav-mega-full-width {

    background:#34a3ad;
}
#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 .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;
}
#dept-nav .top-nav-mega-full-width ul li {
    margin-top: 8px;
    position: relative;
}
.top-nav-mega-full-width ul li a:before {
    bottom: 9px;
    content: "»";
    display: block;
    height: 10px;
    left: -11px;
    opacity: 0.7;
    position: absolute;
    top: -2px;
    width: 13px;
}


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

/* RIGHT COLUMN */
.dept-right-col {
    background:#D0DBDB;    
    background: rgba(255, 255, 255, 0.9);
    border:0 none;
    color:#53514e;
}
.dept-content .dept-right-col .sidebar-content {
  padding: 0 0 28px 13px;
}
.dept-content .main-content .col-md-12 + .dept-right-col {
    padding:21px 0 28px 2%
}
.dept-content .dept-right-col a, .dept-content .dept-right-col a:hover {
    background:none;
}
.dept-content .dept-right-col h4 {
    color:#fafafa;
    border-bottom: none;
}
.dept-content .dept-right-col h1 {
	margin-top: 12px;
}
.dept-content .dept-right-col p {
    color:#ffffff;
	line-height: 1.35;
	margin-top: 12px;
}
.dept-content .dept-right-col .side-events {
    margin-top:42px;
	background: #A679B2;
	border-radius: 2px 0 0 2px;
	padding: 9px 0px 9px 11px;
}
.dept-content .dept-right-col .side-events a {
    color:teal;
}
.dept-content .dept-right-col .side-events a.event-link {
    background:#A679B2;
    color:#fff;
    border-top:0;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.dept-content .dept-right-col .side-events h1, .dept-content .dept-right-col .side-events h2, .dept-content .dept-right-col .side-events h4, .dept-content .dept-right-col .side-events h5 {
	color: #A679B2;
	margin-top: 4px !important;
	margin-bottom: 10px !important;
}
.dept-content .dept-right-col .side-events h3 {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: 700;
	padding-bottom: 2px;
}

.dept-content .dept-right-col .update-block img.icon {
	float: left;
    display: block;
    margin-right: 5px;
	margin-top: 2px;
	clear:both;
}

.dept-content .dept-right-col .update-block.box {
   background: -moz-linear-gradient(top, rgba(150,113,127,0.3) 0%, rgba(185,174,188,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,113,127,0.3)), color-stop(100%,rgba(185,174,188,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(150,113,127,0.3) 0%,rgba(185,174,188,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(150,113,127,0.3) 0%,rgba(185,174,188,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(150,113,127,0.3) 0%,rgba(185,174,188,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(150,113,127,0.3) 0%,rgba(185,174,188,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d96717f', endColorstr='#66b9aebc',GradientType=0 ); /* IE6-9 */
    background: #A679B2;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    margin-bottom: 16px;
    padding: 5px 0 4px;
}
.dept-content .dept-right-col .update-block.box.link-list {
    background:none;
}
.dept-content .dept-right-col h4 + .update-block {
    margin-bottom:64px;
}
.dept-content .dept-right-col .social-fb,
.dept-content .dept-right-col .social-fb:hover,
.dept-content .dept-right-col .social-tt, 
.dept-content .dept-right-col .social-yt {
background:url(/uploadedImages/Pages/Departments/Animal_Care_Services/Development_Assests/social-icons.png) no-repeat 0 -13px !important;
    width:24px;
    height:24px;
    display:block;
    padding:0 !important;
    margin-left:11px;
    margin-right:7px;
    float: left;
    margin-top:8px !important;
}
.dept-content .dept-right-col .social-tt, .dept-content .dept-right-col .social-tt:hover {
    background-position: -48px -13px !important; 

}
.dept-content .dept-right-col .social-yt, dept-content .dept-right-col .social-yt:hover  {
    background-position: -96px -13px !important; 
}
.dept-content .dept-right-col .update-block h5 {
    background:none;
    border-bottom: 1px solid #fff;
    border-top: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px !important;
    margin-left: 11px;
    margin-top: 0;
    padding-bottom: 2px;
    padding-left: 0;
    padding-top: 9px;
}
.dept-content .dept-right-col .update-block > * {
	padding-right: 0px;
}
.dept-content .dept-right-col .update-block > h5 {
    color:#6b7195;
    border-color:#6b7195;
}
.dept-content .dept-right-col .update-block.box > h5 {
    color:#fff;
    border-color:#fff;
}
.dept-content .main-content .dept-right-col .update-block a, .dept-content .main-content .dept-right-col .update-block a:hover {
    color:#fff;
    text-decoration: none;
    background: none !important;
    position: relative;
    left:1px;
}
.dept-content .main-content .dept-right-col .update-block.box a:before,
.dept-content .dept-right-col .update-block.box.link-list a:before {
    content:"\00bb";
    margin-right: 4px;
    position: relative;
    top: -2px;
}
.dept-content .main-content .dept-right-col .update-block.box a.noarrows:before,
.dept-content .dept-right-col .update-block.box.link-list a.noarrows:before {
    content:none;
	margin-right: 0px;
}
.dept-content .dept-right-col .update-block.box.link-list a {
    color:#69207F;
}
.dept-content .dept-right-col .update-block h5 + h5 {
    margin-top:12px;
}
.side-alert {
    background: none repeat scroll 0 0 rgba(204, 210, 194, 0.5);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 10px 12px 29px;
    color: #3b4724;
}


.main-content a:hover {
    color: #69207F!important;
    background-color: #D7C9D8!important;
}
.dept-content .dept-right-col .dept-announcement {
  padding: 12px 24px 24px 12px;
}
.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: #A679B2;
	margin-top: 4px !important;
	margin-bottom: 10px !important;
}
.dept-content .dept-right-col .dept-announcement h3.announce-h3 {
	color: #008C99;
	text-transform:  none;
}
/*
.carousel-control.right,.carousel-control.left {
    background-image: none!important;
    background-color: transparent!important;
}

.carousel-control.right:hover,.carousel-control.left:hover {
    background-image: none!important;
    background-color: transparent!important;
}
*/

#carousel-example-generic * img {
    width: 100%;
}


/* 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 > a {
        padding-left: 44px !important;
        padding-right:14px;
    }
    #dept-nav > ul > li {
        background:#008C99;
        border-top:1px solid #34a3ad;
    }
    #dept-nav > ul > li a {
        color:#fff !important;
	border:0;
    }
    #dept-nav .top-nav-mega-full-width {
        background:#34a3ad;
    }
    #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:#008C99 !important;
        border-top:1px solid #34a3ad;
    }
    .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-branding h1 {
        margin-top:16px;
    }
    #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;
	text-transform:;
	color:;
	font-size:;
}

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;
}
}






