     @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, .container, .scroller {
	height: 100%;
}

.searchFaqsPGL .af_panelGroupLayout td {
    float: left;
}
.innerQaPGL.af_panelGroupLayout img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.searchBoxPGL .resetBTN .af_commandLink {
   background: #dadada !important;
    color: #1d1a1a !important;;
    width: 95px;
  
}

.scroller,
.scroller-inner {
	position: relative;
}

.menu-trigger {
	position: relative;
	padding-left: 60px;
	font-size: 0.9em;
}

.menu-trigger:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	background: #fff;
        background-position: center center;
        background-repeat: no-repeat;
	content: '';
}
a.menu-trigger {
    padding: 20px 25px;
}
.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #225a2d;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a {
	display: block;
	padding: 0.7em 1em 0.7em 1.8em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1.4em;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
        color:#fff;
}

.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
        color:#fff;
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
        color:#fff;
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	padding: 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.mp-back::after {
	font-family: 'linecons';
	position: absolute;
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

body {
	background: #34495e;
	color: #fff;
	font-weight: 300;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #f7f7f7;
	outline: none;
}

a:hover, a:focus {
	color: #fff;
	outline: none;
}
.block.block-40.clearfix {
    padding: 0;
}
.block.block-40.clearfix p {
    padding: 0;
}
.mp-level h2.icon {
    color: #fff;
    font-size: 22px;
}
a.mp-HeaderLink {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 22px 10px 50px;
    color:#fff;
}
.mp-menu ul li > a.plus {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    float: left;
    font-weight: bold;
    padding: 0.7em 15px;
}
.icon.directLink {
    float: left;
    padding: 0.7em 9px;
    width: 86%;
}
.icon.icon-arrow-left, .BlankLI {
    clear: both;
}
nav.mp-menu ul li > a {
    padding: 0.7em 20px 0.7em 52px;
}
a.mp-back, a.mp-back:hover, a.mp-back:visited, a.mp-back:focus {
    color: #fff;
    background-image: url("/oracle/webcenter/portalapp/shared/images/WhiteRightArr.png");
    background-position: right 11px center;
    background-repeat: no-repeat;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.codrops-header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.codrops-header {
	margin: 0 auto;
	padding: 2em;
	background: rgba(0,0,0,0.01);
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	background: #91cfa1;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 1.1em;
}

.codrops-demos a {
	display: block;
	float: left;
	clear: both;
	margin: 0.5em 0.5em 0.5em 1.9em;
	padding: 1em 1.1em;
	width: 280px;
	outline: none;
	color: #fff;
	background: #336ca6;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	opacity: 0.6;
}

.block {
	float: left;
	padding: 1em 3em;
}

.block-40 {
	width: 40%;
}

.block-60 {
	width: 60%;
}

.block p {
	margin: 0;
	padding: 0 1em 0.6em;
	font-size: 1.8em;
	line-height: 1.5;
}

.info {
	text-align: center;
	font-size: 1.5em;
	margin-top: 3em;
	clear: both;
	padding-top: 3em;
	color: rgba(255,255,255,0.5);
}

.info a {
	font-weight: 700;
	font-size: 0.9em;
}

.info a:hover {
	color: #336ca6;
}

@media screen and (max-width: 69em) {
	.block {
		float: none;
		width: 100% !important;
		padding: 1em;
	}
}

@media screen and (max-width: 25em) {

	body {
		font-size: 80%;
	}

	.codrops-icon span {
		display: none;
	}

} 

 .photoAlbum:nth-child(6), .photoAlbum:nth-child(11),  .photoAlbum:nth-child(16),  .photoAlbum:nth-child(21),  .photoAlbum:nth-child(26),  .photoAlbum:nth-child(31),  .photoAlbum:nth-child(36) {
    margin-left: 0;
}


 .photoGalleryList div:first-child .galleryBox {
    margin-left: 0;
}
.iwmdTrainNavPG a:first-child img {
    padding-top: 1px;
    width: 96px;
}
.iwmdTrainNavPG a:last-child img {
    padding-bottom: 3px;
    width: 90px;
    
}

.localIPermit .iwmdTrainNavPG a:last-child img {
    padding-bottom: 3px;
    width: 90px;
    
}





 @media screen and (max-width: 567px){
 /*Start of SAN-UAT519*/
.permissionPopupMainParent {
    width: 100% !important;
}
.permissionPopupButtons {
	margin-left: 48px;
}
.firstPGSignIntextNew {
    width: 100%;
}
.firstPGsignInpopupMainPG .topServiceP3PopupOptTextPGL.af_panelGroupLayout {
    width: 100%;
}
.duplciatePaginationSeparator {
    width: 100%;
}
.duplicateNextBtnPGL {
    padding-right: 10px;
    padding-left: 140px;
}
.duplicateCheckRootPG {
    width: 100%;
}
.refuseAndPickupPG21 {
	padding: 2px;
}
.refuseAndPickupPG300px.af_panelGroupLayout {
    width: 93% !important;
}
.locationAndContactRequestPG.af_panelGroupLayout a{
	margin-right: 0px;
}
.af_dialog_content .af_commandLink, .af_dialog_content .af_commandLink:visited {
    display: inline-block;
}
.messageConstituentTextArea {
    width: 62%;
}
.additionalInfoPGl13.af_panelGroupLayout {
    max-width: 350px;
}
.additionInfoVideoIpnFile td.AFContentCell {
    display: block;
}
.additionalInfoUpload input, .additionInfoVideoIpnFile input {
    width: 95%;
}
.additionalInfoUpload label, .additionInfoVideoIpnFile label {
    line-height: 33px;
}
.confirmCommandLinkPG12 {
    width: 210px;
}
.unitNOInputText.af_inputText .af_inputText_content{
	width: 240px;
}
.detailsServiceTypeRegion .af_inputText_content {
    width: 240px !important;
}
.refuseAndPickupPG30.af_panelGroupLayout td {
    float: left;
    width: 100%;
    padding-left: 5px;
}
/*End of SAN-UAT519*/
 /*----CSS for Newsletter Footer Module-----*/
    .embeddedFormPGL div {
        margin-left: 5px;
        margin-right: 5px;
        width: 95%;
    }
    .newsletterForm {
        margin: 0 0 0 0px;
    }
    .condensedNewsletterPGL {/*SAN-UAT519*/
    /*padding: 10px 5px;*/
    padding: 10px 0px;
    }
    .condensedNewsletterPGL label {
        /*font-size: 18px;*/
        font-size: 16px !important;
        margin-left: 5px;
    }
    .newsletterForm .af_inputText_content {
        font-size: 18px;
        /*width: 340px;*/
        width: 99%;
    }
    .embeddedFormPGL a.af_commandLink {
            width: 99%;
            font-size: 18px !important;
            margin-left: 5px !important;
    }
    /*----End of CSS for Newsletter Footer Module-----*/
    .thankYouDialPG8{
        display: inline-block;
    }
    
    .SocialLeft.af_panelGroupLayout {
        float: right;
    }
    
    .accountSettingLink.af_commandLink, .accountSettingLink.af_commandLink:hover, .accountSettingLink.af_commandLink:active, .accountSettingLink.af_commandLink:focus {
        background-size: 13px auto;
        display: inline !important;
        padding: 7px;
        top: -4px;
    }
     .topServiceImgPGL img {
        display: block;
        margin: 10px auto !important;
    }
    .topServiceImgPGL.af_panelGroupLayout {
        display: inline-block;
        float: none;
        width: 100%;
    }
    .topServicePGL.af_panelGroupLayout {
        width: 98%;
    }
 
 .serviceTypeCommandImage, .serviceTypeCommandImage1, .serviceTypeCommandImage2, .serviceTypeCommandImage3 {
    width: 145px;
    margin-right: 10px;
}
div.serviceTypePG12 .af_goLink {
    background-size: 100%;
    padding: 22px !important;
}
.serviceTypePG12 {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
 .iwmdSec1PG.af_panelGroupLayout .af_selectManyCheckbox_item-text {
    max-width: 280px;
    white-space: normal;
}
.iwmdSec1PG.af_panelGroupLayout .af_inputText_label label {
    max-width: 320px;
    white-space: normal;
}
 .iwmdTrainNavPG a:first-child img {
    padding-top: 1px;
    width: 47px;
}
 .iwmdTrainNavPG img {
    width: 44px;
}
 .iwmdTrainNavPG a:last-child img {
    padding-bottom: 1px;
    width: 41px;
}

  .localIPermit .iwmdTrainNavPG a:first-child img {
    padding-top: 1px;
    width: 66px;
}
  .localIPermit .iwmdTrainNavPG img {
    width: 64px;
}
 .localIPermit .iwmdTrainNavPG a:last-child img {
    padding-bottom: 2px;
    width: 64px;
}
 .upComingEventEventLocPg td {
    float: left;
}
 .upComingEventEventLocPg td a{
    margin-left:0;
}
 .DocLibSearchTextbox td {
    float: left;
}
.DocLibSearchTextbox input {
    height: 34px;
    margin-right: 0;
    width: 254px;
        margin-top: 10px;
}
.checkBoxLabelPG {
    margin-bottom: 10px;
}
 .photoAlbum:first-child {
       margin-left:     margin: 0 8px 22px 0 !important; 
}
 .GreenBusinessSec1PG .af_inputText_content, .StackholderSec1 .af_inputText_content, .DogWasteSec1 .af_inputText_content, .DrinkStickerSec1 .af_inputText_content, .ResidentialSec1PG .af_inputText_content, .CmmSscFieldSec1PG .af_inputText_content, .FeedbackSec2PG .af_inputText_content, .FeedbackSec3PG .af_inputText_content, .FeedbackSec4PG .af_inputText_content, .SewerOdorSec1PG .af_inputText_content, .SewerOdorSec3PG .af_inputText_content, .SewerOdorSec4PG .af_inputText_content, .JapanGardenContUSSec1PG .af_inputText_content, .WaterConservationSec1 .af_inputText_content, .PlantSec1PG .af_inputText_content, .PlantSec2PG .af_inputText_content, .PlantSec1PG .af_selectOneRadio_content {
    width: 257px;
}
.sanDetailApplyToDetailMain.af_panelGroupLayout, .GreenBusinessSec1PG .af_selectOneChoice_content, .StackholderSec1 .af_selectOneChoice_content, .DogWasteSec1 .af_selectOneChoice_content, .DrinkStickerSec1 .af_selectOneChoice_content, .ResidentialSec1PG .af_selectOneChoice_content, .CmmSscFieldSec1PG .af_selectOneChoice_content, .FeedbackSec1PG .af_selectOneChoice_content, .FeedbackSec2PG .af_selectOneChoice_content, .WaterConservationSec1 .af_selectOneChoice_content, .PlantSec1PG .af_selectOneChoice_content {
    width: 256px;
}
.FeedbackTelephone1.af_inputText input {
    width: 160px;
}
.feedbackPgl27 table {
    width: 270px;
}
.ContactTypeStatusPG .af_selectBooleanCheckbox_item-text {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 242px;
}
.GreenBusinessSec1PG .af_inputText_label, .GreenBusinessSec1PG .af_selectOneChoice_label, .StackholderSec1 .af_inputText_label, .StackholderSec1 .af_selectOneChoice_label, .DogWasteSec1 .af_inputText_label, .DogWasteSec1 .af_selectOneRadio_label, .DogWasteSec1 .af_selectOneChoice_label, .DrinkStickerSec1 .af_inputText_label, .DrinkStickerSec1 .af_selectOneRadio_label, .DrinkStickerSec1 .af_selectOneChoice_label, .ResidentialSec1PG .af_inputText_label, .ResidentialSec1PG .af_selectOneRadio_label, .ResidentialSec1PG .af_selectOneChoice_label, .CmmSscFieldSec1PG .af_inputText_label, .CmmSscFieldSec1PG .af_selectOneRadio_label, .CmmSscFieldSec1PG .af_selectOneChoice_label, .FeedbackSec1PG .af_selectOneChoice_label, .FeedbackSec2PG .af_selectOneChoice_label, .FeedbackSec2PG .af_inputText_label, .FeedbackSec3PG .af_inputText_label, .FeedbackSec4PG .af_inputText_label, .SewerOdorSec1PG .af_inputText_label, .SewerOdorSec3PG .af_inputText_label, .SewerOdorSec4PG .af_inputText_label, .SewerOdorSec2PG .af_selectOneRadio_label, .SewerOdorSec1PG .af_selectOneChoice_label, .SewerOdorSec3PG .af_selectOneChoice_label, .JapanGardenContUSSec1PG .af_inputText_label, .WaterConservationSec1 .af_inputText_label, .WaterConservationSec1 .af_selectOneRadio_label, .WaterConservationSec1 .af_selectOneChoice_label, .PlantSec1PG .af_inputText_label, .PlantSec2PG .af_inputText_label, .PlantSec1PG .af_selectOneChoice_label, .PlantSec1PG .af_selectOneRadio_label {
    width: 95%;
}
 .FeedbackMessage textarea {
    height: 175px;
    width: 100% !important;
}
CommentsTextAreaPG textarea {
    height: 110px;
    resize: none;
    width: 100% !important;
}
.left.CDNumberPG {
    float: none;
}
.CdNumberLinkPG.af_panelGroupLayout {
    margin-left: 12px;
}
.CDNumberPG .af_selectOneChoice, .OneWaterCDNumberPG .af_selectOneChoice {
    display: inline-block;
    width: 281px;
}
.left.CDNumberPG {
    float: none;
}
.CdNumberLinkPG {
    margin-left: 12px;
}
 .binHerocheckpg .bjqs, .cptSanPgBoxA #container #banner-fade, .cptSanPgBoxA .binHerocheckpg .bjqs {
    height: 98.7416px !important;
}

 .landingRootPG .binHerocheckpg .bjqs, .landingRootPG .cptSanPgBoxA #container #banner-fade, .landingRootPG .cptSanPgBoxA .binHerocheckpg .bjqs{
 height:120px !important;
 }
 .landingRootPG .bjqs-wrapper, .landingRootPG .binHerocheckpg #banner-slide, .landingRootPG .binHerocheckpg .bjqs li, .landingRootPG .cptSanPgBoxA .binHerocheckpg .bjqs li{
 height:120px !important;
 }
 .landingRootPG .cptSanPgBoxA .binHerocheckpg .bjqs li img {
    height: 120px !important;
}
 .sanGlossaryMeaning {
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 0;
}
 .sanGlossaryDataPG .sanGlossaryTerm {
    float: left;
    font-size: 18px;
    margin: 0px 0px 0;
    width: 74%;
}
 .mp-menu{
display:initial;
}
.navigationMain {
    width: 100%;
}

.PageContentSection.clearfix {
    padding-top: 15px;
}
.block.block-40.clearfix a {
    /*position: fixed;*/
    z-index: 99999;
}
 .af_selectBooleanCheckbox_item-text {
    display: table-caption;
    width: 96%;
}
.af_selectBooleanCheckbox_content-input {
    vertical-align: top;
}
.leftContent {
    display: none;
}
.navigationMainRightBottom.GlobalNav {
    display: none;
}

.navigationMain.af_panelGroupLayout {
    padding-bottom: 20px;
}

.Sancontainer {
    width: 360px !important;
        padding-top: 0;
    position: relative;
}
.navigationMainLeft {
  background-size: 79% auto;
    float: right;
    margin: 7px 0;
    padding: 35px 79px;
}


.PageContentSection {
    margin:0 11px;
    width: 94%;
    min-height: 350px;
}
.footerContentBox {
    width: 100%;
}
.footerseachPg.af_panelGroupLayout td {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.footerContentBox a {
    font-size: 18px;
    margin-left: 0;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.footerSeachInput.af_inputText {
    width: 100%;
}
.footerseachPg {
    margin-left: 0;
}
.footerSeachInput.af_inputText .af_inputText_label {
    display: none;
}

.footerSeachInput.af_inputText .AFContentCell {
    margin-bottom: 0;
}
.relatedLinksPanel {
    width: 100%;
    margin-bottom: 20px;
}
.downloadLinksPanel {
    float: left;
    width: 100%;
}

.feedbackMain.af_panelGroupLayout {
    display: block;
}

.sitemapPg.af_panelGroupLayout td {
    float: left;
    width: 100%;
}

.imageListGrid {
    height: 410px;
    margin: 0;
    width: 100%;
}


.imageListGrid {
    display: inline-block;
    height: auto;
    margin: 0 0 20px;
    min-height: 190px;
    width: 100%;
}

.listImageDescPg {
    display: inline-block;
    height: auto;
}

.listImageDesc, .listImageDesc span {
    color: #444 !important;
    font-size: 12px !important;
    height: auto;
    margin-top: 10px;
    max-height: 50px;
    overflow: hidden;
}

.footerContentBox input {
    width: 100%;
}
.footerContentBox {
    margin-bottom: 0;
    width: 100%;
}

.footerContent {
    display: inline-block;
    margin: 0;
    padding-top: 20px;
    width: 100%;
}

.FooterLeft td {
    float: left;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

a.footerLink, a.footerLink:hover, a.footerLink:focus, a.footerLink:visited {
    border-left: medium none;
    color: #6a6a6a;
    display: inline-block;
    margin-left: 0;
        padding: 2px 0 2px 20px;
}

.FooterRight a.footerLink, .FooterRight a.footerLink:hover, .FooterRight a.footerLink:focus, .FooterRight a.footerLink:visited {
    border-left: 0 solid #6a6a6a;
    color: #6a6a6a;
    display: inline-block;
    margin-left: 0;
        padding: 2px 0 2px 20px;
    text-align: left;
}
.FooterLeft {
    width: 100%;
}
.FooterRight.af_panelGroupLayout {
    width: 100%;
    text-align: center;
}
.footerSeachLabel {
    text-align: center;
}
.succerfishBlockMMenu {
    width: 100%;
}
.block.block-40.clearfix a{
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    position: relative;
}

.block.block-40.clearfix {
    /*margin-top: 100px;*/
}
.block.block-40.clearfix {
    left: 5px;
    position: fixed;;
    top: auto;
    bottom: 15px;
}
.sanotationMain .menu-trigger:last-child {
    display: none;
}
.navigationMainRightTop.socialLink{
padding:5px 0;
}
.navigationMainRightTop.socialLink a{
display: none;
}

.socialNetMob.af_panelGroupLayout {
    display: inline-block;
    margin-top: 5px;
}

.navigationMainRightTop.socialLink a.CustomerCarePG {
    display: inline-block !important;
}
.CustomerCarePG {
    padding: 10px 0px;
}
.navigationMain.af_panelGroupLayout {
    background-position: center bottom;
}
.loginBox.af_panelGroupLayout {
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 2px;
}
.icon.directLink.single {
    padding: 0.7em 9px 0.7em 49px;
    width: 100%;
}
.mp-level a, .mp-level a:visited, .mp-level a:focus, .mp-level a:hover {
    text-decoration: none !important;
    color:#fff;
}
.sanotationMain .menu-trigger {
    display: none;
}
.sanotationMain .responsiveMenuRoot .menu-trigger {
    display: inline-block;
}

.mainContent.af_panelGroupLayout {
    float: none;
    width: 100%;
}
.scrollable.default-skin {
    padding-bottom: 6px;
    padding-right: 0;
}
             /*Vertical scrollbar - set width and height of a div you want to add a scrollbar to*/
#vertical-scrollbar-demo {
    width: 342px;
}

    /*Horizontal scrollbar - set width and height of a div you want to add a scrollbar to*/
#horizontal-scrollbar-demo {
    width: 342px;
}

    /*Horizontal scrollbar - set width of overview or make it expand horizontal like below*/
#horizontal-scrollbar-demo .overview {
    /*width: 1836px;*/
    /* or */
    white-space: nowrap;
}

    /*Vertical and horizontal scrollbar - set width and height of a div you want to add a scrollbar to*/
#vertical-horizontal-scrollbar-demo {
    width: 342px;
}


    /*Vertical and horizontal scrollbar - set width and height of a div you want to add a scrollbar to*/
#min-thumb-size-demo {
    width: 342px;
}


#fixed-thumb-size-demo {
    width: 342px;
}
#horizontal-scrollbar-demo img {
    width: 100%;
}
.multiImageEachDiv {
    width: 338px;
}
.singleImageSliderPG {
    width:340px;
}
.nextPrvButton.af_panelGroupLayout {
    top: 16%;
}
.singleImageSliderPG .nextPrvButton.af_panelGroupLayout {
    top: 35%;
}
.imageTextPromoPG .pageContentStyle {
    float: left;
    text-align: justify;
}
.ImageNormal {
    padding: 0 0 5px;
}
.ImageNormal iframe, .subImageNormal iframe {
    width: 100%;
}
.promoImagesPanel {
    display: inline-block;
    width: 100%;
}
.promoImg {
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    margin: 10px 0 10px 5px;
    padding: 5px;
}
.imageTextPromoPG.af_panelGroupLayout td {
    float: left;
    width: 100%;
}
.ImageNormal.left {
    width: 100%;
}
.sanotationMain .responsiveMenuDiv .menu-trigger{
display:inline-block;
}
.swiper-button-prev {
    background-size: 25px auto !important;
    left: 0 !important;
    width: 25px !important;
    margin-top:0 !important;
}
.swiper-button-next {
    background-size: 25px auto !important;
    right: 0 !important;
    width: 25px !important;
     margin-top: 0 !important;
}
.sliderImgDesc{
height:45px;
}

.swiper-slide {    
    width: 100% !important;
}
/*.landingRootPG .swiper-slide {    
 *     width: 100% !important;
 *         margin-right: 30px !important;
 *         }*/
.imageListGridOdd {
    float: right;
    height: 410px;
    width: 100%;
}
.imageListGridEven {
    float: left;
    height: 410px;
    width: 100%;
}
.pdfDownload, .excelDownload, .otherDownload {
    width: 72%;
}
.scrFshSubMenu {
    text-align: center;
}
a.sitemapHeader, a.sitemapHeader:hover, a.sitemapHeader:visited, a.sitemapHeader:focus, a.sitemapSubMenuMain  {
    padding-bottom: 10px;
    width: 100%;
}
.imageTextPg td {
    float: left;
}
.topLeftImageTd1 img, .topLeftImageTd1 iframe {
    float: left;
    height: 260px;
    width: 100%;
}
.topRightImageTd2 img, .topRightImageTd2 iframe {
    float: right;
    height: 260px;
    width: 100%;
}


.topLeftImageTd1 {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    width: 49%;
}
     
     .topRightImageTd2 {
    float: right;
    width: 49%;
}
     .multiImageListStyle {
    display: inline-block;
    width: 100%;
}
.listimg {
    height: 162px;
    width: 47.9%;
}
.listimg img {
    height: 162px;
    width: 162px;
}
     .multiImageListContent {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
     .imageListGridOdd, .imageListGridEven {
    float: right;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
}
     .cptSanPgBoxB .relatedLinksListPg {
    margin-top: 20px;
    width: 100%;
}
  .relatedLinksPanel {
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}
     .downloadLinksPanel {
    float: left;
    padding: 0;
    width: 100%;
}
     .promoLeftPanel {
    float: left;
    text-align: justify;
    width: 100%;
}
     .ImageNormal {
    width: 100%;
}
     .promoContent {
    float: left;
    width: 100%;
}
     .promoImg {
    width: 48%;
}
     .promoImg img {
    width: 100%;
}
     .subImageNormal.left.af_panelGroupLayout {
    padding: 0;
    width: 100%;
}
     .subImageNormal img, .subImageNormal iframe{
    height: 215px;
    width: 100%;
}
     .captionImage {
    width: 100%;
}
     .captionImageDesc {
    width: 100%;
}
     .swiper-slide {
    height: 100%;
    width: 27% !important;
    margin-right: 27px !important;
}
.sliderImgTitle {
    font-size: 14px;
}
          .pTabCPT img {
    width: 100%;
}
.margintop35.imageContent td {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.ImageListPg.pageContentStyle td {
    float: left;
    margin-bottom: 10px;
}
.captionImageDesc {
    display: inline-block;
    min-width: auto;
    padding-right: 20px;
    width: 100%;
}
.leftSubContentPanel {
    display: inline-block;
    margin-right: 0;
    min-width: 100%;
}
.rightSubContentPanel.af_panelGroupLayout {
    display: inline-block;
    min-width: 100%;
}
.ImagehalfContent {
    min-width: 100%;
    padding-right: 0;
}
.pageTitle {
    color: #444;
    font-family: "PT Sans",sans-serif;
    font-size: 24px;
    letter-spacing: -0.05em;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.ImageListPg td {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.pageContentStyle img {
    margin-right: 0;
    width: 100%;
}
.swiper-wrapper img {
    height: 80px;
    display: inline-block;
}
.ContentImage {
    /*padding: 0 20px 5px 0;*/
    width: 100%;
}
.empImg img {
    height: 300px;
    margin: 0;
    width: 100%;
}
.emplist td {
    float: left;
    margin-bottom: 10px;
width:100%
}
.divisionListPg td {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.divImage img {
    height: 200px;
    width: 100%;
}
.divDesc {
    margin-left: 0;
    width: 100%;
}
.Imagehalf {
    width: 100%;
}
.Imagehalf iframe {
    width: 100%;
}
.extraContent img {
    width: 100%;
}
.imageTextPg td {
    float: left;
    width: 100%;
}
.pageContentStyle img {
    display: inline-block;
    max-width: 100%;
}
.ConserveMoreWaterPG div {
    margin-bottom: 10px;
}
.ResiTerms .AFContentCell {
    white-space: normal;
}
.landingPageCust .af_showDetailFrame_content {
    overflow: initial;
}
.StackholderCDNumber {
    padding-bottom: 0;
}
.siteLogo a{
    float: left;
    padding-left: 29px;
    padding-top: 0;
}
.siteLogo {
    float: left;
    margin-right: 11px;
        margin-left: 10px;
}
.siteLogo a img {
    border: 0 none;
    width: 80px;
}
.siteLogo a {
    float: right;
    margin-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
}
body.landingPageCnt a.menu-trigger:last-child {
    display: none;
}
body.landingPageCnt p a.menu-trigger:last-child {
    display: inline-block;
}
.PlantInitial td {
    float: left;
    margin-right: 5px;
}
.CommentsTextAreaPG textarea {
    height: 110px;
    resize: none;
    width: 100% !important;
}
.CdNumberLink {
    display: inline-block;
    margin-left: 0 !important;
}
#container {
    width: 100% !important;
    margin: 0;
    padding-bottom: 0px;
}
.PageContentSection.landingPageContentHome.clearfix {
    width: 100%;
}
.streatchPage {
    clear: both;
    display: inline-block;
    margin: 5px 5px 0;
    width: 97%;
}
.cptSanPgBoxA div.directorBox p {
    margin-bottom: 0;
}
.directorBox {
    border: 1px solid green;
    border-radius: 5px;
    display: inline-block;
    width: 99.8%;
}
.directorBox .ReadMoreText {
    display: inline-block;
    float: left;
    font-size: 9px !important;
    font-weight: bold;
    margin: 0 5px 0px;
    width: 83%;
    height: auto;
}
.directorBoxTextMain img {
    width: auto;
}
.directorBoxTextMain {
    width: 77%;
    margin-top: 0;
}
.directorBox img {
    width: 20%;
    margin-right: 5px !important;
    height: 64px;
}
.directorBox .directorBoxTextMain img {
    height: auto;
}
.halfPage.LEFT {
    border-bottom: 1px dashed #cdcdcd;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.viewAllReqBG {
    display: inline-block;
    margin: 0;
    width: 100%;
}
 .topServiceHeader {
    margin: 10px 0 0 20px;
}
.halfPage.RIGHT {
    float: left;
    padding: 0;
    width: 100%;
}

.neighbourhoodAddressInputPG label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-right: 0;
    text-align: center;
    text-transform: uppercase;
}
.neighbourhoodAddressInputPG td {
    float: left;
    width: 100%;
}
.neighbourhoodBtnPG {
    width: 100%;
}
.neighbourhoodBtnPG a {
    color: #fff !important;
    margin-left: 0 !important;
    margin-top: 10px;
    width: 100%;
}
.neighbourhoodAddressInputPG input {
    border-radius: 0;
    font-size: 20px;
    height: 40px;
    padding: 2px 10px;
    width: 100%;
    margin-left:0 !important;
}
.neighbourhoodCheckMainPG {
    background: #318f43 none repeat scroll 0 0;
    padding: 5px;
    width: 100%;
}
.binCourosalMain .es-carousel ul {
    width: 100% !important;
}
.binCourosalMain .rg-image-wrapper {
    border-radius: 10px;
    margin-top: 15px;
    min-height: 150px;
    padding: 5px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.binCourosalMain .rg-thumbs {
    border-bottom: 1px solid #cdcdcd;
    border-right: 0;
    padding-bottom: 15px;
}
.es-carousel ul li:first-child {
    margin-left: -35px;
}
.binCourosalMain .es-carousel ul li {
    width: 80px !important;
}
.streatchPage.currentProjPanel.af_panelCustomizable {
    padding: 5px;
}
.currentProject1, .currentProject2, .currentProject3 {
    float: left;
    margin: 0 0 15px 0;
    width: 100%;
}
.alertLink, .FbLink, .srLink {
    padding: 34px 9px;
    background-size: 100%;
    background-position: right center;
}
.srLink {
    padding: 40px 10px;
}
.FbLink {
    padding: 25px 10px;
    margin: 5px 0;
}
.redAlert a{
    padding: 27px 12px;
    position: relative;
    font-size: 1px !important;
}
.greenAlert a {
    padding: 27px 12px;
    font-size: 1px !important;
}
.feedbackMain.af_panelGroupLayout {
    display: block;
    right: 0;
}
 .feedbackMain {
    position: fixed;
    top: 176px;
}
/*.landingRootPG .feedbackMain {
 *     position: fixed;
 *         top: 223px;
 *         }*/
.upComingEventCompinePg {
    float: left;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
}
.photoGallery {
    margin: 5px;
    width: 97%;
}
.galleryHd h3 {
    width: 100%;
    margin-bottom: 0;
}
.galleryLinkPan {
    margin-bottom: 15px;
}
.upComingViewAllEvents {
    margin-bottom: 15px;
}
.galleryBox {
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
}
.streatchPage.slidersPanel.af_panelCustomizable {
    padding: 5px;
}

.leftHalfSlider {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding:0 5px;
}
.rightHalfSlider {
    float: right;
    width: 100%;
    margin: 10px 0;
    padding:0 5px;
}

.streatchPage.twitterPanel.af_panelGroupLayout {
    padding: 5px;
}
.blogHome-subtitle1PG {
    width: 64%;
}
.bloghome-subcontentPG1 {
    float: none;
    width: 52%;
}
.streatchPage.twitterRightPanel {
    clear: none;
    float: right;
    margin: 15px 0 0;
    width: 100%;
}
.directorBoxTextMain img {
    width: auto;
}
a.CityServicelinkMoreW, a.CityServicelinkMoreW:hover, a.CityServicelinkMoreW:focus, a.CityServicelinkMoreW:visited {
   
    font-size: 16px;
}
.stickyheader {
    width: 100%;
    z-index: 1;
}
.binCourosalMain .content {
    margin: 0;
    padding: 0;
}
.upcomingEvents {
    padding: 5px;
}
.twitterLeft {
    width: 100%;
    float: left;
    margin-left: 0;
}
.socialNetBox.af_panelGroupLayout {
    /*height: 50px;*/
    height: 50px;
    padding-top: inherit;
    padding-right: inherit;
}
.japaneseGardenLogo {
    float: none;
    margin-bottom: 16px;
    margin-top: 0;
}
.japaneseGardenLogo img {
    width: 38%;
}
.hoursDirPanel {
    margin-top: 20px;
}
#publicWorksMenu > li > ul {
    box-shadow: 2px 2px 4px 3px #b0acac;
    display: none;
    margin-left: 58px;
    margin-top: 10px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 37px;
}
.serviceImage {
    margin-right: 2px;
}
.serviceDesc {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.serviceShortDescPg {
    float: left;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}
.navigationMainRightTop.socialLink .loginLink a {
    display: inline-block;
    /* translator css   */
    font-size: 11px !important;
}
.navigationMain.af_panelGroupLayout, .navigationMain.stickyheader.fixedHeaderMain {
     background-color: #fff;
    height: 130px;
}
.searchBox.af_panelGroupLayout {
    /*margin-right: 10px;*/
    /* translator css   */
    margin-right: 6px;
}
.navigationMainRight.af_panelGroupLayout {
    width: 100%;
}
.srcPanel.af_panelGroupLayout table {
    width: 100%;
}
.srcPanel.af_panelGroupLayout {
    display: inline-block;
    float: right;
    width: 100%;
}
.srchTxt.af_inputText input {
    margin-left: 9px;
    width: 100% !important;
}
.directorBox p span b {
    font-size: 12px;
}
.navigationMainRightTop .loginShell a {
    display: block;
}
.block.block-40.clearfix {
    position: absolute;
        width: 45px !important;
    display: inline-block;
}
.stickyheader {
    top: 46px !important;
}
/*.navigationMain.stickyheader.homeSticky {
 *     height: 145px;
 *         top: 94px !important;
 *         }*/
.navigationMain.stickyheader {
    /*height: 145px !important;*/
    /* Translator css   */
    height: 165px !important;
}
.searchBox td {
    width: 91%;
}
.searchBox td:last-child {
    width: 4%;
}
.searchBox {
    margin-top: 9px;
}
.landingRootPG .responsiveMenuRoot{
padding-top: 22px;
}
.searchBox .srchTxt {
    width: 100%;
}
.topHdBox {
    height: 176px;
    top: 0;
    width: 100%;
}
/*.landingRootPG .topHdBox {
 *     height: 200px;
 *     }*/
ol.bjqs-markers.h-centered {
    background: transparent none repeat scroll 0 0;
    bottom: 0 !important;
    left: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 100%;
}
ol.bjqs-markers li a {
    padding: 6px !important;
}
.cptSanPgBoxA .bjqs-caption {
    font-size: 12px;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    padding-bottom: 27px !important;
}
.bjqs-caption > a, .bjqs-caption > a:hover, .bjqs-caption > a:visited, .bjqs-caption > a:focus{    
    font-size: 12px !important;
}
p.bjqs-caption span, p.bjqs-caption strong {
    font-size: 12px !important;
}
.eventDelBtnPg {
    width: 300px;
}
.directorBox {
    height: auto;
}
.navigationMainRight.af_panelGroupLayout {
    width: 268px;
    position: absolute;
    left: 93px;
    top: 20px;
}
/* #global_nav_la_4324422 #global_nav_la_4324422-rightwrap {
 *     left: 240px;
 *         position: absolute;
 *             margin-left: 107px;
 *             } */
.landingRootPG .PageContentSection.clearfix {
    padding-top: 0;
}
.searchBox.af_panelGroupLayout a {
    padding: 2px 5px 3px;
}
.eventsMainPGL td {
    float: left;
    width: 100%;
}
.eventsMainPGL td td {
    float: none;
    width: 100%;
}
.eventsMainPGL .eventsResultPGL td {
    float: left;
    width: 100%;
}
.eventsMainPGL .eventsResultPGL td td {
    float: none;
    width: 100%;
}
.eventsNonImageDatePGL {
    width: 100%;
}
.eventsMainPGL .eventsResultPGL .recordsDropdown td {
    float: left;
}
.eventsMainPGL .eventsResultPGL .navButtonsVerticalPGL {
    float: left;
    margin: 10px 15% 0;
}
.eventsMainPGL .eventsResultPGL .navButtonsVerticalPGL td{
   width: auto;
}
table.eventsResultPGL {
    width: 100%;
    margin-left: 0;
}
.dateFilterPGL {
    width: 258px;
    margin: 0 auto;
}
.eventsFilterPGL {
    width: 100%;
}
.eventsMainPGL .eventsNonImageDatePGL td.AFContentCell {
    width: 199px;
    display: inline-block;
}
.eventsMainPGL .eventsResultPGL .eventsNonImageDatePGL td {
    width: auto;
}
.eventDataAndNoDataPGL {
    width: 100%;
    margin-left: 0;
}
.eventImagePGL {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}
.eventImagePGL img {
    height: auto;
}
.blogListing-mainPG {
    width: 100%;
    margin: 0;
}
.blogListing-listPG {
    width: 100%;
}
.blogListing-navigationPG, .blogDetail-navigationPG {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.myEntryPaginationButtonPG .af_commandLink, .myEntryPaginationButtonPG .af_commandLink:visited, .csdAdminPagenationPG .af_commandLink, .csdAdminPagenationPG .af_commandLink:visited, .csdNovelUserPagenationPG .af_commandLink, .csdNovelUserPagenationPG .af_commandLink:visited {
   
    padding: 3px 6px;
}
.myEntryPaginationPG select {
    width: 45px;
    padding: 0;
    height: 25px;
    margin-right: 8px;
}
.myEntryPaginationPG.af_panelGroupLayout, .csdNovelUserPagenationPG.af_panelGroupLayout {
    font-size: 10px;
}
.myEntryPaginationPG label {
    color: #333;
    font-weight: normal;
    font-size: 10px;
}
.myEntrySelectOneChoice.af_selectOneChoice label {
    width: 68px;
}
.blogListing-mainPost {
    width: 100%;
    padding: 0;
    margin-top: 10px;
}
.blogListing-img {
    width: 100%;
}
.blogListing-img img {
    width: 100%;
    height: 150px;
}
.blogListing-categoryLink a {
    line-height: 19px;
    font-size: 12px !important;
}
.category-fixText {
    line-height: 20px;
    font-size: 12px;
}
.post-info {
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}
.day {
    color: #fff;
    height: 33px;
    line-height: 20px;
    margin: 0;
    padding: 0 14px 0 0;
    font-size: 12px;
}
.blogListing-commentIcon0 a {
    padding: 0px 5px 0px 18px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    background-size: 15px;
    line-height: 20px;
}
.post-category {
    color: #94AAB7;
    line-height: 31px;
    margin-left: 10px;
    display: inline-block;
}
.post-header-main {
    border-radius: 0;
}
.blogListing-commentIcon1 a {
    padding: 10px;
}
.blogDetail-mainPG {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
}
.blogDetail-detailPG {
    float: left;
    width: 100%;
    margin-right: 0;
}
.blogHeader-mainPG {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.blogHeader-imagePG img {
    box-shadow: 2px 3px 6px 3px #cdcdcd;
    width: 100%;
}
.blogHeader-imagePG {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}
.SocialLeft.af_panelGroupLayout {
    padding: 0;
}
.loginShell {
    margin: 5px 0 0 0 !important;
}
.searchBox {
    margin-top: 3px;
}
.blogHome-img {
    float: left;
    margin-right: 12px;
    width: 30%;
}
.blogHome-img img {
    width: 100%;
    height: auto;
}
.white_content img {
    width: 100%;
    height: auto;
}
.bloghome-subcontentPG1 {
    float: none;
    width: 100%;
}
.photoAlbumPanel, .photoGalleryShell {
    display: inline-block;
    width: 97%;
    margin: 5px;
}
.photoAlbum {
    float: left;
    margin: 0px 0 22px 22px;
    box-shadow: 1px 1px 6px 2px #cdcdcd;
    width: 18%;
}
.photoAlbum img {
    width: 100%;
    height: 57px;
}
.galleryHdBox {
    margin: 0 5px;
    width: 97.1%;
    padding-top: 10px;
}
  .photoList {
    margin: 5px 5px 30px 5px;
    width: 30.37%;
}
.photoThumbnail img {
    height: 100px;
    width: 100%;
}
.galleryListPanel .navigationPGL.paginationMainPG {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
}

.navigationshowResultPGL td {
    float: left;
}
 .galleryListPanel .navigationshowResultPGL td {
    float: left;
}
.galleryListPanel .paginationcountLabel {
    display: inline-block;
    text-align: left;
    width: 162px;
    font-size: 14px;
    padding: 5px;
}
.galleryListPanel .navButtonsVerticalPGL {
    margin-top: 10px;
}
.galleryListPanel .navigationshowResultPGL {
    width: 98%;
    margin-left: 5px;
}
#popupBox {
    margin-top: 48px;
    max-height: 300px;
    width: 250px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    top: 20% !important;
}
.popupContent {
    background: #fff;
    max-height: 300px;
    height: 268px !important;
    width: 250px !important;
}
.imgPane, .imgPane img {
    height: 100% !important;
    max-height: 300px;
    width: 250px !IMPORTANT;
}
#popupBox table {
    height: 100%;
}
.currentProjectImg {
margin-bottom: 10px;
}
.streatchPage.twitterPanel{
    margin: 0;
    padding: 5px;
}
.photoThumbnailHome img {
    height: 135px;
    width: 100%;
}
.galleryBox {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 9px;
    width: 47%;
}
.cptSanPgBoxA .bjqs-caption {
    padding: 0 2px 22px !important;
    text-align: center;
}
ol.bjqs-markers li a {
    margin: 0 2px !important;
}
.docCheckList label {
    width: 115px;
}
.docFloatLeftPg.af_panelGroupLayout {
    float: left;
    width: 100%;
        margin-bottom: 15px;
}
.DocLibRootPG .paginationcountLabel {
    display: inline-block;
    font-size: 12px;
    padding: 3px;
    width: 90px;
    text-align: center;
    margin-right: 7px;
}
.DocLibRootPG .paginationResultsLabel {
    display: inline-block;
    text-align: center;
    width: 50px;
    float: left;
    font-size: 12px;
    margin-top: 3px;
}
.recAndNavCountPGL label {
    font-size: 12px;
    line-height: 25px;
}
.recAndNavCountPGL table label {
    display: none;
}
.recAndNavCountPGL select {
    font-size: 12px;
    padding: 0;
}
.DocLibRootPG .navigationshowResultPGL.noOfRecordPG.af_panelGroupLayout {
    margin: 10px 0px 0 0;
    width: 100%;
}
.subContentPanel td {
    float: left;
}
.OneWaterTemplate .siteLogo a img {
    width: 86px;
}
.socialIconBox {
    margin-top: 0;
    width: 100%;
}
.OneWaterTemplate .leftNavigationMain.af_panelGroupLayout {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.japaneseGarden1 .pageTitle {
    width: 100%;
}
.multiImgSliderPanel .nextPrvButton.af_panelGroupLayout {
    top: 18px;
}
.multiImgSliderPanel.af_panelGroupLayout .swiper-button-next {
    background-size: 16px auto !important;
        width: 18px !important;
}
.multiImgSliderPanel.af_panelGroupLayout .swiper-button-prev {
    background-size: 16px auto !important;
        width: 16px !important;
}
.ELCTemplate .pageTitle {
    width: 100%;
}
.ELCLogo, .japaneseGardenLogo {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
}
.cptSanSingleSlider .multiImgSliderPanel .nextPrvButton.af_panelGroupLayout {
    top: 35%;
}
.cptSanSingleSlider .multiImgSliderPanel.af_panelGroupLayout .swiper-button-next {
    background-size: 17px auto !important;
}
.cptSanSingleSlider .multiImgSliderPanel.af_panelGroupLayout .swiper-button-prev {
    background-size: 17px auto !important;
}

.photoTitle {
    min-height: 75px;
    max-height: 75px;
    font-size: 10px;
    padding: 3px;
}
.blogDetail-categoryIterator td {
    float: left;
}
.pressReleaseDate {
    width: 85px;
}
.pressReleaseTitle {
    width: 145px;
}
.paginationcountLabel {
    width: 90px;
}
.pressRelPaginationPG span {
    font: 12px "PT Sans",sans-serif;
}
.navigationshowResultPGL {
    width: 100%;
    margin: 10px 0px;
}
.sanGlossaryDetailsPG {
    margin-top: 20px;
}
.docCheckList div div {
    margin-right: 10px;
    width: 155px;
}
.DoccategoryPG.af_panelGroupLayout {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
}
.desclaimerRoot {
    margin: 5px;
}
.af_dialog_main {
    padding: 5px 5px 5px 10px;
    width: auto;
    max-width: 350px;
}
.serviceTypePG9 {
    width: 100%;
    margin: 0;
}
  .feedbackMain.af_panelGroupLayout {
    display: block;
    right: -4px;
}
.navigationMainRightTop.socialLink {
     display: inline-block;
}
.ImageListPg, .imageTextPg, .topImgDesc {
    margin-top: 15px;
    display: inline-block;
}
.srchCatBox td {
    float: left;
    width: 100%;
}
.srcResultShell.af_panelGroupLayout {
    margin: 5px;
}
.srchInputBox .srchTxt.af_inputText input {
    margin-left: 0 !important;
    width: 100% !important;
}
.srcInput.af_panelGroupLayout td, .srcInput.af_panelGroupLayout table {
    width: 100%;
}
.srchTxt.af_inputText td {
    width: 100%;
}
.srcInput.af_panelGroupLayout {
    display: inline-block;
    width: 100%;
}
.searchInputPanel.af_panelGroupLayout {
    float: left;
    width: 100%;
}
.srcBtn.af_commandLink {
    margin: 10px 0 0 !important;
    padding: 7px 12px !important;
    text-align: center;
    width: 100%;
}
.srchCatBox.af_panelGroupLayout select {
    margin: 5px 0 10px !important;
    width: 100%;
}
.myEntryPaginationButtonPG .af_commandLink, .myEntryPaginationButtonPG .af_commandLink:visited, .csdAdminPagenationPG .af_commandLink, .csdAdminPagenationPG .af_commandLink:visited, .csdNovelUserPagenationPG .af_commandLink, .csdNovelUserPagenationPG .af_commandLink:visited {
    font-size: 8px !important;
    padding: 3px 6px;
}
.srcResultShell .myEntryPaginationPG select {
    font-size: 10px !important;
    height: 25px;
    margin-right: 8px;
    padding: 0;
    width: 37px;
}
.srcResultShell .myEntrySelectOneChoice.af_selectOneChoice td.af_selectOneChoice_label {
    display: none !important;
}
.srcResultShell .myEntryPaginationPG.clearClass.af_panelGroupLayout td:nth-child(2) span {
    display: inline-block;
    width: 110px;
}
.srcResultShell .myEntryPaginationPG.clearClass.af_panelGroupLayout td {
    display: inline-block;
}
.ResiServiceRadio1.af_panelGroupLayout .af_selectOneRadio_label label {
    width: 95%;
}
.ResiServiceRadio1.af_panelGroupLayout .af_selectOneRadio_label .AFRequiredIconStyle {
    vertical-align: top;
}
.rsscAdjustmentTypeLbl label {
    width: 95%;
}
.rsscAdjustmentTypeLbl .AFRequiredIconStyle {
    vertical-align: top;
}
.AdjtReqResiLOVPG label {
    width: 85%;
    display: inline-block;
}
.AdjtReqResiLOVPG .af_selectBooleanCheckbox_content {
    width: 100%;
    display: inline-block;
}
.uploadDocPGCht.af_panelGroupLayout td {
    float: left;
        margin-left: 0;
}
.ResiAdditionalInfo td {
    width: 95%;
}
.ResidentialSec1PG textarea {
    width: 95% !important;
}
.ResiTerms.af_selectBooleanCheckbox .AFContentCell label {
    width: 90%;
    display: inline-block;
}
.ResiTerms.af_selectBooleanCheckbox .AFContentCell {
    width: 100%;
}
.RSSCTelephoneMainPG.af_panelGroupLayout td {
    float: left;
}
.RSSCTelTypeExtPG.af_panelGroupLayout {
    margin-top: 0;
}
.ResiOccupants.af_inputText .af_inputText_label {
    height: auto;
}
.ResiOccupants.af_inputText label {
    white-space: normal;
    width: 93%;
}
.DogWasteSec1 .af_selectOneRadio_content, .DrinkStickerSec1 .af_selectOneRadio_content, .ResidentialSec1PG .af_selectOneRadio_content, .CmmSscFieldSec1PG .af_selectOneRadio_content, .SewerOdorSec2PG .af_selectOneRadio_content {
    border: medium none;
    width: 280px;
}
.ResiOccupants.af_inputText .af_inputText_label .AFRequiredIconStyle {
    vertical-align: top;
}
.RSSCTelephoneTextPG.af_panelGroupLayout {
    width: 100%;
}
.logout {
    margin-left: 5px;
    margin-right: 0;
}
.adminLink .af_goLink, .adminLink .af_goLink:visited, .adminLink .af_goLink:focus, .adminLink .af_goLink:hover, .adminLink .af_goLink:focus:hover, .adminLink .af_goLink:hover:focus, .logout.af_panelGroupLayout .af_goLink, .adminsrLink a, .adminsrLink a:active, .adminsrLink a:hover, .adminsrLink a:visited{
font-size: 10px;
}
.adminsrLink {
    padding-left: 5px;
    padding-right: 5px;
}
.helloCnt.af_panelGroupLayout span {
    color: #548c5f;
    /*font-size: 10px;*/
    /* Translator Css   */
        font-size: 11px;
    /*  end  */
    margin-right: 5px;
}
.helloCnt.af_panelGroupLayout {
    margin-right: 0;
}
.af_selectBooleanCheckbox_native-input {
    margin-top: 0px;
    margin-right: 5px;
    float: left;
}
.UploadRsscFileUpBtn input {
    width: 265px;
}
.CommSSCMailingRadioPG .af_selectOneRadio_label label {
    width: 95%;
}
.CommSSCMailingRadioPG .af_selectOneRadio_label .AFRequiredIconStyle {
   vertical-align: top;
}

.csscBillingCycleLbl .af_selectOneRadio_label label {
    width: 95%;
}
.csscBillingCycleLbl .af_selectOneRadio_label .AFRequiredIconStyle {
   vertical-align: top;
}
.csscBillingDatePG td {
    float: left;
}
.csscBillingDatePG input {
    width: 245px;
    margin-left: 0;
}
.CommSSCMessageTA .af_inputText_label{
    line-height: 15px;
}
.CommSSCMessageTA .af_inputText_label{
    line-height: 15px;
}
.CommSSCMessageTA .af_inputText_label .AFRequiredIconStyle{
    vertical-align: top;
}
.CommSSCMessageTA .af_inputText_label label{
       white-space: normal;
            width: 100%; 
}
.CommSSCMessageTA .AFContentCell {
    width: 95%;
}
.CommSSCMessageTA .AFContentCell textarea {
    width: 97% !important;
}
.CSSCTelephoneTextPG {
    width: 285px;
}
.CSSCTelephoneMainPG td {
    float: left;
}
.CSSCTelTypeExtPG {
    margin-top: 0;
    margin-left: 10px;
}
.af_selectBooleanCheckbox label {
    white-space: normal;
}
.CommSSCConfirmationCB .af_selectBooleanCheckbox_content label {
    width: 90%;
    line-height: 18px;
    display: inline-block;
}
.adjustmentRequestPG .af_selectOneChoice_label label{
    width: 95%;
}
.adjustmentRequestPG .af_selectOneChoice_label .AFRequiredIconStyle{
        vertical-align: top;
}
.csscBillingCycleLbl .af_selectOneChoice_label label{
    width: 95%;
}
.csscBillingCycleLbl .af_selectOneChoice_label .AFRequiredIconStyle{
        vertical-align: top;
}
.csscBillingCycleLbl .af_outputLabel label{
    width: 95%;
}
.csscBillingCycleLbl .af_outputLabel .AFRequiredIconStyle{
        vertical-align: top;
}
.csscBillingDatePG td {
    float: left;
    margin-left: 0;
}
.csscBillingDatePG div {
    margin-left: 0;
}
.ContactMethodCheckboxPG label {
    /* width: 60px; */
    float: left;
    /* display: inline-block; */
}
.feedBackFrmPgl113 .af_outputLabel {
    margin-top: 0px;
    width: 100%;
}
.csscBillingDatePG.af_panelGroupLayout {
    margin-left: 10px;
}
.CdNumberLinkPG.af_panelGroupLayout td {
    display: inline-block;
}
.AirConditionPG .af_selectOneRadio_label label{
    width: 95%;
}
.AirConditionPG .af_selectOneRadio_label .AFRequiredIconStyle{
        vertical-align: top;
}
.AirConditionPG .af_selectBooleanCheckbox_content label{
    width: 95%;
}
.AirConditionPG af_selectBooleanCheckbox_content .AFRequiredIconStyle{
        vertical-align: top;
}
.af_selectOneRadio_item-text{
white-space: normal;
}
.pageContentStyle, .pageContentStyle span{
    word-wrap: break-word;
}
.CdNumberLink {
    margin-left: 15px !important;
}
.dispViewMapLink.af_goLink {
    margin-left: 0;
}
#publicWorksMenu li ul a {
    padding: 3px 5px !important;
}
.sortByDatePg td {
    float: left;
}
.sortByDatePg label {
    width: 70px;
}
.sortByDatePg input {
    margin-bottom: 10px;
}
.addNewPrssRelease {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    text-align: center;
}
.addNewPrssRelease a {
    width: 100%;
}
.adminPressRelHeaderPg td:first-child {
    display: table-cell;
}
.adminPressRelHeaderPg td {
    display: none;
}
.adminPressReleaseData td:first-child {
    display: table-cell;
}
.adminPressReleaseData td {
    display: none;
}
.adminPressReleaseTitle {
    width: 146px;
}
.adminPressReleaseData td:nth-child(5) {
    display: table-cell;
}
.adminPressReleaseData td:nth-child(6) {
    display: table-cell;
}
.iwmdOuterPG .af_selectBooleanCheckbox .AFContentCell {
    width: 98%;
}
.iwmdOuterPG .af_selectBooleanCheckbox .AFContentCell label {
    width: 95%;
}
.iwmdOuterPG .af_selectOneRadio_content label {
    width: 92%;
}
.docCheckList {
    width: 100%;
}
.listImageDescPg {
    max-height: 100%;
}
.listImageDesc, .listImageDesc span {
    max-height: 100%;
}

.scrFshNavRow, .scrFshNavRow td {
    width: 100%;
}
.docFloatLeftPg.af_panelGroupLayout div {
    float: none;
    display: inline;
}
.mstDwnldLbl {
    margin-bottom: 10px;
}
.feedbackMain.af_panelGroupLayout {
    display: none;
}
.mobileFeedback a {
    background-image: none;
    color: #00480e !important;
    font-size: 14px !important;
    padding: 5px 12px;
    background-color: #c0fdcb;
    border: 1px solid #00480e;
    margin-right: 5px !important;
    text-transform: uppercase;
}
.mobileFeedback div {
    display: inline-block;
}
.mobileFeedback {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(135, 187, 141, 0.3);
    padding: 3px 0;
    display:inline-block;
}

.loginBox.af_panelGroupLayout{
    margin-top: 0;
}
.socialNetMob.af_panelGroupLayout{
      margin-top: 0px;
      margin-left: -42px;
}
a.linkedIn, .redAlert a, a.Facebook, a.Twit, a.youTube, a.instagram, a.nextdoor, a.pinterest, a.Email {
    margin-right: 3px;
}

#adminMenu li ul a {    
    font-size: 10px;
    padding: 6px;
}
.viewAllReqBG .StreetlinkMoreW.local 
{

    width: 100%;
    text-align: center;

}
 }




@media only screen and (max-device-width : 320px) and (orientation : portrait) {
.iwmdSec1PG .af_inputText_content, .iwmdStep2Sec1PG .af_inputText_content {
    text-align: left !important;
    width: 280px !important;
}
.csdCntBox.af_table .af_column_data-cell.p_AFLastChild, .siteFedCntBox input, .iwmdSec1PG .af_inputDate .af_inputDate_content, .iwmdSec1PG .af_selectOneChoice_content, .iwmdTableSecPG .af_inputText_content, .selectReportPG .af_selectOneChoice_content, .iwmdStep2Sec1PG .af_inputDate .af_inputDate_content, .iwmdStep2Sec1PG .af_selectOneChoice_content {
    width: 280px !important;
}
.srcResultShell .myEntryPaginationPG.clearClass.af_panelGroupLayout td:nth-child(2) span {
    display: inline-block;
    width: 65px;
}
.adminsrLink.af_panelGroupLayout {
    display: none;
}

.serviceTypeCommandImage, .serviceTypeCommandImage1, .serviceTypeCommandImage2, .serviceTypeCommandImage3 {
    width: 126px;
    margin-right: 10px;
}
     #publicWorksMenu li a {
    background-size: 83% auto;
    font-size: 2px !important;
     padding:22px 137px;
     
}
.singleImageSliderPG {
    width: 300px;
}
 .landingRootPG .binHerocheckpg .bjqs, .landingRootPG .cptSanPgBoxA #container #banner-fade, .landingRootPG .cptSanPgBoxA .binHerocheckpg .bjqs{
 height:110px !important;
 }
 .landingRootPG .bjqs-wrapper, .landingRootPG .binHerocheckpg #banner-slide, .landingRootPG .binHerocheckpg .bjqs li, .landingRootPG .cptSanPgBoxA .binHerocheckpg .bjqs li{
 height:110px !important;
 }
 ol.bjqs-markers li a {
    padding: 3px !important;
        font-size: 1px !important;
}
 .iwmdSec1PG.af_panelGroupLayout .af_selectManyCheckbox_item-text {
    max-width: 260px;
    white-space: normal;
}
.iwmdSec1PG.af_panelGroupLayout .af_inputText_label label {
    max-width: 300px;
    white-space: normal;
}
.af_dialog_main {
    padding: 5px 5px 5px 10px;
    width: auto;
    max-width: 316px;
}
.neighborhoodclickheremsg {
    font-size: 18px;
}
.docCheckList div div {
    margin-right: 10px;
    width: 120px;
}
.pressReleaseTitle {
    width: 110px;
}
.paginationcountLabel {
    width: 62px;
}
.OneWaterTemplate .siteLogo a img {
    width: 77px;
}
.navButtonsPGL a.commonButton, .navButtonsPGL a.commonButton:hover, .navButtonsPGL a.commonButton:visited, .navButtonsPGL a.commonButton:focus, .navButtonsPGL a.commonButton:focus:hover {
    font-size: 11px !important;
    margin-right: 6px !important;
    padding: 4px 5px !important;
}
.docCheckList label {
    width: 86px;
}
.navigationshowResultPGL td {
    float: left;
}
.galleryListPanel .navigationPGL.paginationMainPG {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
}
.photoThumbnail img {
    height: 100px;
    width: 100%;
}
.galleryHdBox {
    margin: 0 5px;
    width: 97.1%;
    padding-top: 10px;    
}
.photoAlbum {
    float: left;
    margin: 0px 0 22px 22px;
    box-shadow: 1px 1px 6px 2px #cdcdcd;
    width: 14%;
}
.photoAlbum img {
    width: 100%;
    height: 47px;
}
.searchBox {
    margin-top: 9px;
}
.SocialLeft.af_panelGroupLayout {
    padding: 0;
}
.navigationMainRightTop.socialLink {
    z-index: -1;
}
.landingRootPG .PageContentSection.clearfix {
    padding-top: 0;
}
#global_nav_la_4324422 #global_nav_la_4324422-rightwrap {
    left: 180px;
    position: absolute;
}
.navigationMainRight.af_panelGroupLayout {
    width: 236px;
    position: absolute;
    left: 83px;
    top: 15px;
}
.eventDelBtnPg {
    width: 260px;
}
.Sancontainer {
    width: 320px !important;
    
}
.loginShell td {
    float: left;
}
.logout {
    margin-left: 5px;
    margin-right: 5px;
}
.loginShell {
    margin: 5px 0 0 0 !important;
}
.adminLink .af_goLink, .adminLink .af_goLink:visited, .adminLink .af_goLink:focus, .adminLink .af_goLink:hover, .adminLink .af_goLink:focus:hover, .adminLink .af_goLink:hover:focus, .logout.af_panelGroupLayout .af_goLink, .adminsrLink a, .adminsrLink a:active, .adminsrLink a:hover, .adminsrLink a:visited{
font-size: 12px;
}
.helloCnt.af_panelGroupLayout {
    margin-right: 0;
}
.helloCnt.af_panelGroupLayout span {
    color: #548c5f;
    font-size: 12px;
    margin-right: 7px;
}
.navigationMainLeft {
    background-size: 79% auto;
    float: right;
    margin: 7px 0;
    padding: 40px 90px;
}

.footerContentBox label {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.directorBox {
    height: auto;
}
.siteLogo a img {
    border: 0 none;
    width: 70px;
}
.CustomerCarePG11 {
    padding: 10px 0px;
}
/*.navigationMainRightTop.socialLink a.telLink {
 *     font-size: 7px;
 *     }*/
/*.navigationMain.stickyheader.homeSticky {
 *     height: 145px;
 *         top: 94px !important;
 *         }*/
.navigationMain.stickyheader {
    height: 145px !important;
}
.topHdBox {
    height: 175px;
}
/*.landingRootPG .topHdBox {
 *     height: 231px;
 *     }*/
.landingRootPG .responsiveMenuRoot {
    padding-top: 8px;
}
.neighbourhoodAddressInputPG label {
    font-size: 16px;
}
.binCourosalMain .es-carousel ul li {
    width: 70px !important;
}
.bloghome-subcontentPG1 {
    float: none;
    width: 46%;
}
.blogHome-subtitle1PG {
    width: 73%;
}
.streatchPage.twitterRightPanel.af_panelGroupLayout {
    border-radius: 5px;
    padding: 0;
}
.navigationMain.af_panelGroupLayout{
    height: 130px;
}
.additionalInfoUpload select, .permissionPopupMainParent, .blogListing-title {
    width: 100%;
}
.blogHome-img img {
    width: 100%;
    height: auto;
}
.white_content img {
    width: 100%;
    height: auto;
}
.bloghome-subcontentPG1 {
    float: none;
    width: 100%;
}
.photoAlbumPanel, .photoGalleryShell {
    display: inline-block;
    width: 97%;
    margin: 5px;
}
  .photoList {
    margin: 5px 5px 30px 5px;
    width: 46%;
}
 .galleryListPanel .navigationshowResultPGL td {
    float: left;
}
.galleryListPanel .paginationcountLabel {
    display: inline-block;
    text-align: left;
    width: 139px;
    font-size: 14px;
    padding: 5px;
}
.galleryListPanel .navButtonsVerticalPGL {
    margin-top: 10px;
}
.galleryListPanel .navigationshowResultPGL {
    width: 98%;
    margin-left: 5px;
}
#popupBox {
    margin-top: 48px;
    max-height: 300px;
    width: 200px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    top: 20% !important;
}
.popupContent {
    background: #fff;
    max-height: 300px;
    height: 268px !important;
    width: 200px !important;
}
.imgPane, .imgPane img {
    height: 100% !important;
    max-height: 300px;
    width: 200px !IMPORTANT;
}
.galleryListPanel .galleryHd {
    width: 90%;
}
#popupBox table {
    height: 100%;
}
.streatchPage.twitterPanel{
    margin: 0;
    padding: 5px;
}
 .binHerocheckpg .bjqs, .cptSanPgBoxA #container #banner-fade, .cptSanPgBoxA .binHerocheckpg .bjqs {
    height: 87.9326px !important;
}
 .landingRootPG .binHerocheckpg .bjqs, .landingRootPG .cptSanPgBoxA #container #banner-fade, .landingRootPG .cptSanPgBoxA .binHerocheckpg .bjqs{
 height:106.667px !important;
 }
 .landingRootPG .bjqs-wrapper, .landingRootPG .binHerocheckpg #banner-slide, .landingRootPG .binHerocheckpg .bjqs li, .landingRootPG .cptSanPgBoxA .binHerocheckpg .bjqs li{
 height:106.667px !important;
 }
 .landingRootPG .cptSanPgBoxA .binHerocheckpg .bjqs li img {
    height: 106.667px !important;
}
}


@media only screen and (min-width: 568px) 
  and (max-width: 1024px) {
    .feedbackMain.af_panelGroupLayout {
    display: block;
    right: -4px;
}
.redAlert a {
font-size: 15px !important;
color :#bc0000;
}
  }
/*tab responsive css*/
@media only screen 
  and (min-width: 768px) 
  and (max-width: 769px) 
  and (-webkit-min-device-pixel-ratio: 1){
.feedbackMain.af_panelGroupLayout {
    display: none;
}
.mobileFeedback a {
    background-image: none;
    color: #00480e !important;
    font-size: 16px !important;
    padding: 13px 30px;
    background-color: #c0fdcb;
    border: 1px solid #00480e;
    margin-right: 5px !important;
    text-transform: uppercase;
}
.mobileFeedback div {
    display: inline-block;
}
.mobileFeedback {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(135, 187, 141, 0.3);
    padding: 3px 0;
    display:inline-block;
}
}
/*tab responsive End*/


/* train css for multilanguage issue */

.navLink.af_navigationPane-tabs_tab:after {
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 24px;
    position: absolute;
    display: block;
    top: 0;
    z-index: 1;
    right: -47px;
}

.navLink.af_navigationPane-tabs_tab:before {
    content: "";
    border-color: transparent transparent transparent #009de1;
    border-style: solid;
    border-width: 24.7px;
    position: absolute;
    display: block;
    top: 0;
    z-index: 4;
    right: -47px;
}
.navLink.af_navigationPane-tabs_tab.p_AFBusy.p_AFDisabled:before {
    border-color: transparent transparent transparent #009de1;
    z-index: 5;
    right: -47px;
}
.navLink.af_navigationPane-tabs_tab.p_AFBusy.p_AFDisabled:after {
    content: "";
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 24.7px;
    position: absolute;
    display: block;
    top: 0;
    z-index: 3;
    right: -48px;
}

.navLink.af_navigationPane-tabs_tab:after {
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 24.7px;
    position: absolute;
    display: block;
    top: 0;
    z-index: 3;
    right: -48px;
}



.navLink.af_navigationPane-tabs_tab.p_AFDisabled:before {
    content: "";
    border-color: transparent transparent transparent #dedede;
    border-style: solid;
    border-width: 24.7px;
    position: absolute;
    display: block;
    top: 0;
    z-index: 1;
    right: -49px;
}

.navLink.af_navigationPane-tabs_tab.p_AFSelected:after {
    content: "";
    border-color: transparent transparent transparent #009de1;
    border-style: solid;
    border-width: 24.7px;
    position: absolute;
    display: block;
    top: 0;
    z-index: 1;
    right: -48px;
}

.skipDetailsNavLink.navLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Details"], .skipDetailsNavLink.navLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Location & Contact"]  {
    background: #009de1;
}

.skipDetailsNavLink.navLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Details"] a, .skipDetailsNavLink.navLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Location & Contact"] a {
    color: #e9f6fe;
}
.navLink.skipDetailsNavLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Details"]:hover, .navLink.skipDetailsNavLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Location & Contact"]:hover {
    z-index: 2;
}

.skipDetailsNavLink.navLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Details"]:before, .skipDetailsNavLink.navLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Location & Contact"]:before  {
     border-color: transparent transparent transparent #fff;
     z-index: 2;
}

.skipDetailsNavLink.navLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Details"]:after, .skipDetailsNavLink.navLink.af_navigationPane-tabs_tab.p_AFDisabled[title="Location & Contact"]:after  {
     border-color: transparent transparent transparent #009de1;
}

.SRNavigationPane .navLink:last-child {
    border-right: 1px solid #dedede; 
}

.SRNavigationPane .navLink:last-child::after, .SRNavigationPane .navLink:last-child::before {
    display: none;
}

.SRNavigationPane a.af_navigationPane-tabs_tab-link:focus{
    outline: none;
}

@-moz-document url-prefix() {
    .navLink.af_navigationPane-tabs_tab.p_AFDisabled::before {
    right: -64px;
}

.navLink.af_navigationPane-tabs_tab.p_AFSelected::after {
 
    right: -64px;
}
.navLink.af_navigationPane-tabs_tab::after {
    right: -63px;
}
.navLink.af_navigationPane-tabs_tab::before {
    right: -62px;
}
.navLink.af_navigationPane-tabs_tab.p_AFSelected::after {
    right: -63px;
}

}
@media only screen and (max-width: 567px) {
.navigationMainRightTop.socialLink a.telLink {
    /*font-size: 9px;*/
    /*  translator issue  */
    font-size: 11px;
}
.duplicateCheckPopupDialog.af_dialog_main {
    max-width: 350px !important;
    overflow: auto;
}
/*SAN-UAT519*/
.AFZOrderLayer {
    left: 10px;
}
.firstPGsignInpopupMainPG.af_panelGroupLayout {
    width: 290px;
}
.firstPGsignInpopupMainPG .commonButton.af_commandLink {
    white-space: initial;
}
/*End of SAN-UAT519*/
/*
 * .AFZOrderLayer div {
 *     left: auto !important;
 *     }
 *     */
.duplicateCheckPopupDialog.af_dialog_main.af_dialog_header-content-center {
    width: 60% !important;
}
.duplicateCheckPopupDialog.af_dialog_main.af_panelHeader_content0 {
    width: 65% !important;
}
.duplicatePrevNextBtnPGL {
    padding-bottom: 10px;
    /*display: block;*/
    display: contents !important;
    width: 65%;
    float: left;
}
.duplicateCheckPopupDialog.af_dialog_main.typePanelLblMsg.af_panelLabelAndMessage.af_panelLabelAndMessage_content-cell {
    width: auto !important;
}
.duplciatePaginationSeparator {
    display: none;
}
#pt1\:oc_2882286847region1\:0\:r1\:0\:pgl189 {
    float: left;
    /*width: 65%;*/
    width: 100%;
}
.CriminalActivityPopUpButtonPGL {
    display: flex;
    justify-content: center !important;
}
.CriminalActivityYesButtonPGL {
    padding-left: 0px;
}
.navLink.af_navigationPane-tabs_tab.p_AFSelected:after {
    
    border-color: transparent transparent transparent red !important;
   display: none !important;
   
}
.navLink.af_navigationPane-tabs_tab.p_AFDisabled:before {
display: none !important;
}
.navLink.af_navigationPane-tabs_tab:after {
display: none !important;
}
.navLink.af_navigationPane-tabs_tab:before {
display: none !important;
}
.navLink.af_navigationPane-tabs_tab.p_AFDisabled , .navLink.af_navigationPane-tabs_tab {
    width: 99% !important;
    padding: 5px 0px;
    height: 100%;
    text-indent: 0rem;
    z-index: 0 !important;
}

.navLink.af_navigationPane-tabs_tab.p_AFDisabled .af_navigationPane-tabs_tab-content, .navLink.af_navigationPane-tabs_tab .af_navigationPane-tabs_tab-content {
    height: auto !important;
}

/*.srIntakeFromMain {
 *     margin-top: 20px;
 *     }*/

.navLink.af_navigationPane-tabs_tab.p_AFDisabled a {
   
    font-size: 12px;
}
.SRNavigationPane a.af_navigationPane-tabs_tab-link.p_AFDisabled.p_AFSelected , .SRNavigationPane .af_navigationPane a, .af_navigationPane-tabs_tab.p_AFSelected .af_navigationPane-tabs_tab-link{
    white-space: pre-wrap;
    font-size: 12px;
    width: 100%;
}

.SRNavigationPane .af_navigationPane {
    box-shadow : none !important;
    width: 100%;
}

.srIntakedetailBG .af_navigationPane,.SRNavigationPane .af_navigationPane {
    height: auto !important;
}

.srIntakeSrTypeBG {
	margin-right : 0px !important;
}

.srIntakeSRTypeDetail {
	margin-right: 0px !important;
}

.navLink.af_navigationPane-tabs_tab, .navLink.af_navigationPane-tabs_tab.p_AFDisabled, .navLink.af_navigationPane-tabs_tab.p_AFSelected{
     border-right: 2px solid #dedede !important;
      border-left: 2px solid #dedede !important;
      border-bottom: 1px solid  #dedede !important;
      border-top: 1px solid  #dedede !important;
      padding: 5px !important;
}

}

.af_navigationPane-tabs_tab.p_AFSelected.p_AFDisabled .af_navigationPane-tabs_tab-content ,.af_navigationPane-tabs_tab.p_AFDisabled .af_navigationPane-tabs_tab-content {
    background-image: none !important;

}
.navLink.af_navigationPane-tabs_tab.p_AFSelected .af_navigationPane-tabs_tab-start, .af_navigationPane-tabs_tab.p_AFSelected.p_AFDisabled .af_navigationPane-tabs_tab-start ,.navLink .af_navigationPane-tabs_tab.p_AFSelected .af_navigationPane-tabs_tab-end {
 background-image: none !important;
}

.navLink.af_navigationPane-tabs_tab.p_AFDisabled .af_navigationPane-tabs_tab-end { 
background-image: none !important;
}
.navLink.af_navigationPane-tabs_tab.p_AFDisabled .af_navigationPane-tabs_tab-start {
background-image: none !important;
}
.navLink.af_navigationPane-tabs_end-overflow-indicator , .af_navigationPane-tabs_start-overflow-indicator {
background-image: none !important;
}
.af_navigationPane-tabs_end-overflow-indicator , .af_navigationPane-tabs_start-overflow-indicator , .af_navigationPane-tabs_tab-content, .af_panelTabbed_tab-content ,.af_navigationPane-tabs_tab-start, .af_panelTabbed_tab-start {
background-image: none !important;
}
.af_navigationPane-tabs_tab-end {
    width: initial;
}

.af_navigationPane-tabs , .af_navigationPane-tabs_header {
    
    overflow: initial !IMPORTANT;}
.af_navigationPane-tabs_tab-end {
    width: initial;
}
.srIntakedetailBG .af_navigationPane,.SRNavigationPane .af_navigationPane {
   background-color: #cdcdcd !IMPORTANT; 
border-radius: 3px 3px 3px 0;
box-shadow: 2px 0 8px 4px #cdcdcd;
display: inline-block;
margin: 0 0 0;
padding: 1px 1px 1px 0;
height: 55px;
}

.af_navigationPane-tabs , .af_navigationPane-tabs_header {
    
    overflow: initial !IMPORTANT;}

.navLink.af_navigationPane-tabs_tab.p_AFDisabled , .navLink.af_navigationPane-tabs_tab {
       display: inline-block !important;
        width:205px;
}
.navLink.af_navigationPane-tabs_tab.p_AFDisabled , .navLink.af_navigationPane-tabs_tab {
    padding: 11px 18px;
    transition: all 0.4s ease;
    text-indent: 1rem;
    position: relative;
    font-weight: bold;
    border: 1px solid #dedede;
    margin-right: -4px;
    border-right: 0;
    border-left:0;
    BACKGROUND:White;
   
}
.navLink.af_navigationPane-tabs_tab.p_AFDisabled a {
 color: #009de1;
}
.locationContactRootPG .SRNavigationPane.af_navigationPane , .detailsTrail .af_navigationPane {
   background-color: #cdcdcd !IMPORTANT;
   border-radius: 3px 3px 3px 0;
   box-shadow: 2px 0 8px 4px #cdcdcd;
    display: inline-block;
    margin: 0;
    padding: 1px 1px 1px 0;
    height: 55px;
}

.navLink.af_navigationPane-tabs_tab.p_AFDisabled.p_AFSelected , .navLink.af_navigationPane-tabs_tab{
    background: #009de1;
    
}
.navLink.af_navigationPane-tabs_tab.p_AFDisabled.p_AFSelected a {
    color: white;
}

.SRNavigationPane a.af_navigationPane-tabs_tab-link.p_AFDisabled.p_AFSelected ,.af_navigationPane-tabs_tab.p_AFSelected .af_navigationPane-tabs_tab-link  {
     color: #e9f6fe;
    font-weight: bold;
}

.navLink.af_navigationPane-tabs_tab.p_AFDisabled::hover {
color: #009de1 !important;
}

.SRNavigationPane.af_navigationPane a{
    margin-left: -13px;
} 
.SRNavigationPane.af_navigationPane a:first-child{
    margin-left: 0;
} 
.SRNavigationPane.af_navigationPane{
    background-color: #cdcdcd;
    border-radius: 3px 3px 3px 0;
    box-shadow: 2px 0 8px 4px #cdcdcd;
    display: inline-block;
    margin: 0 0 0;
    padding: 1px 1px 1px 0;
    height:55px;
    /*width: 98%;*/
}

.SRNavigationPane.af_navigationPane img {
    width: 219px;
}

.locationContactRootPG .SRNavigationPane.af_navigationPane {
    background-color: #cdcdcd;
    border-radius: 5px;
    box-shadow: 2px 0 8px 4px #cdcdcd;
    display: inline-block;
    margin: 0;
    padding: 1px 1px 1px 0;
    height:55px;
    /*width: 99%;*/
}

.SRNavigationPane .af_navigationPane-tabs_tab-content {
    text-align: center;
    width: 80%;
}

.SRNavigationPane .af_navigationPane-tabs_body {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width:100%;
}
.af_navigationPane-tabs_tab.p_AFSelected .af_navigationPane-tabs_tab-link {
    font-family: inherit;
}

.SRNavigationPane .af_navigationPane-tabs_tab.p_AFDisabled.p_AFSelected.p_AFHoverTarget a, .SRNavigationPane .af_navigationPane-tabs_tab.p_AFSelected.p_AFHoverTarget a{
    color: #78c3ff !important;
}

.navLink.af_navigationPane-tabs_tab.p_AFBusy.p_AFDisabled {
    background: #009de1 none repeat scroll 0 0;
}

.navLink.af_navigationPane-tabs_tab.p_AFBusy.p_AFDisabled a{
    color: #e9f6fe;
}

.navLink a {
    font-family: Verdana !important; 
}

.SRNavigationPane .af_navigationPane a{
    margin-left: -13px;
} 
.SRNavigationPane .af_navigationPane a:first-child{
    margin-left: 0;
} 
.SRNavigationPane .af_navigationPane{
    background-color: #cdcdcd;
    border-radius: 3px 3px 3px 0;
    box-shadow: 2px 0 8px 4px #cdcdcd;
    display: inline-block;
    margin: 0 0 0;
    padding: 1px 1px 1px 0;
    height:55px;
    /*width: 100%;*/
}

.SRNavigationPane .af_navigationPane img {
    width: 219px;
}

/*Print CSS Start*/
@media print {    
.navigationMain.stickyheader {
    display: none !important;
}
.Sancontainer {
    padding-top: 0;
}
.footer {
    display: none;
}
.leftNavigationMain {
    display: none;
}
.mainContent{
   float: right;    
    width: 96%;  
    display: inline;
    overflow: visible ;
}

.binCourosalMain .rg-image-wrapper{
    width: 40%;
}
#container {
    margin: 0 auto;
    max-width: 97%;
}
.topHdBox {
    display: none;
}
/* Font size changed for print */
.af_document{
    font-size: 28px !important;
}
h3{
    font-size: 28px !important;
}
h4{
    font-size: 28px !important;
}
.pageContentStyle, .pageContentStyle span{
    font-size: 24px !important;
}
.sliderImgDesc span, .sliderImgDesc{
    font-size: 24px !important;
}
.linkMoreNorm a, .multiSilderPg .linkMoreNorm a{
    font-size: 24px !important;
}
.sliderImgTitle, .binImgTitle, .relatedLinkTitle, .downloadLinkTitle{
    font-size: 28px !important;
}
.relatedLinkList a, .otherDownload, .pdfDownload.pdf, .excelDownload, .excelDownload.xls, .textDownload, .textDownload.txt{
     font-size: 24px !important;
}
p.bjqs-caption, p.bjqs-caption span, p.bjqs-caption strong {
    font-size: 24px !important;
}
.bjqs-caption > a, .bjqs-caption > a:hover, .bjqs-caption > a:visited, .bjqs-caption > a:focus{
    font-size: 24px !important;
}
.sanotationMain a, .sanotationMain a:visited, .sanotationMain a:focus, .sanotationMain a:hover{
    font-size: 24px !important;
}
.binCourosalMain .rg-caption p{
    font-size: 22px !important;
}
.photoTitle{
    max-height: 270px;
    min-height: 270px;    
}
.listImageDesc, .listImageDesc span{
    font-size: 24px !important;
}
.listImageDesc.af_panelGroupLayout p, .listImageDesc {   
    max-height: 130px;
}
.imageListGridEven, .imageListGridOdd{
    height: 490px;
}
.content{
    height: auto;
}
label{
    font-size: 24px !important;
}
.herocheckpg {
    margin-bottom: 40px;
}
@page {
    size: A4;
    margin: 5px 0 0 0;
}


.imageListGridPanel{
    display: block;
}
.imageListGridEven{
    height: auto;    
}
.imageListGridOdd{
    height: auto;    
}
.listImageDescPg{
    max-height: none;
}
.listImageDesc{
    max-height: none;
}
.sanGlossaryTermPG {
    display: block;
}
/*End - Font size changed for print */
}
/*Print CSS End*/


@media print {
  #global_nav_la_4324422 {
    display:none;
  }
}
#global_nav_la_4324422-fullwrap {
  padding: 5px 10px 5px 20px !important;
  @media print {
      display:none;
  }
}
  
  @media all and (max-width: 768px){
  #global_nav_la_4324422-311-icon-text {
      display: none !important;
  }
}
@media all and (max-width: 768px){
  #global_nav_la_4324422-citydirectory-icon-text {
      display: none !important;
  }
}
@media (max-width:350px) {
  #global_nav_la_4324422-logo-text {
    font-size:16px;
  }
}

/* recycLA Template */

@media all and (max-width: 567px){ 
    .recycSanLogoHomePGL {
        bottom: 0;
        position: absolute;
        margin-bottom: 20px;
        width: 100%;
        
    }
    .recycLATemplate .leftNavigationMain.af_panelGroupLayout {
        width: 100%;
        margin-top: 20px;
    }
    .recycLATemplate .downloadLinksPanel {
        float: left;
        padding: 15px !important;
        width: 100%;
    }
    .recycLATemplate .block.block-40.clearfix a {
       
        z-index: 99999;
        padding: 13px 15px !important;
        margin-left: 5px !important;
    }
    .recycLATemplate .siteLogo a img {
        width: 185px;
    }
    .recycLATemplate .searchBox.af_panelGroupLayout {
        margin-right: 15px;
    }
    .recycLATemplate .block.block-40.clearfix {
     
        bottom: 18px;
    }
    .recycLATemplate .landingPageCust.af_panelCustomizable {
        margin-bottom: 151px;
    }
    .recycLATemplate .downloadPanel {
        border-bottom: 1px dotted #cdcdcd;
       display: flex !important;
        padding: 10px 0;
        width: 100%;
        align-content: center;
    }
    .recycLATemplate .navigationMain {
        
        background-image: initial !important;
       
        box-shadow: 0 2px 2px #696969;
    }
    .recycLATemplate .mp-level {
        position: absolute;
        top: 17px !important;
    }
    
}


@media screen and (max-width: 567px) {
    /*.feedbackMain.af_panelGroupLayout {
 *         display: none;
 *             }*/
    
    .recycMobileFeedback a {
        background-image: none;
        color: #ffffff !important;
        font-size: 13px !important;
        padding: 5px 11px;
        background-color: #0c8f48;
        border: none !important;
        margin-right: 5px !important;
        text-transform: uppercase;
    }
    
    .recycMobileFeedback div {
        display: inline-block;
    }
    
    .recycMobileFeedback {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: rgba(135, 187, 141, 0.3);
        padding: 3px 0 0 5px;
        display: inline-block;
    }
}

@media only screen 
  and (min-width: 768px) 
  and (max-width: 769px) 
  and (-webkit-min-device-pixel-ratio: 1){
    /*.feedbackMain.af_panelGroupLayout {
 *         display: none;
 *             }*/
    
    .recycMobileFeedback a {
        background-image: none;
        color: #ffffff !important;
        font-size: 16px !important;
        padding: 13px 30px;
        background-color: #0c8f48;
        border: none !important;
        margin-right: 5px !important;
        text-transform: uppercase;
    }
    
    .recycMobileFeedback div {
        display: inline-block;
    }
    
    .recycMobileFeedback {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: rgba(135, 187, 141, 0.3);
        padding: 3px 0;
        display:inline-block;
    }
}


@media screen and (max-width: 567px) {
.searchFaqsPGL .af_panelGroupLayout td {
    float: left;
}

.searchBoxPGL .resetBTN .af_commandLink {
    margin-top: 3px;
    margin-left: 7px;
    background: #dadada !important;
    display: inline-block;
    text-decoration: none;
    color: #1d1a1a;
    border: none !important;
    padding: 6px 17px;
    text-align: center;
    width: 95px;
    margin-right: 20px;
}
.textSearchPGL .af_inputText_content {
    width: 235px;
}

/*  recycLA social media icons  */

.recycLATemplate .recycSocialPGL a {
margin-left:0px;
}

.recycSocialPGL a img {
    height: 24px;
}

.socialLogoPGL {
    float: left !important;
	padding-left:0;
}

.hashtagLogoPGL {
    float: left;
}

.accordionFaqsPGL .af_panelBox_header-text {
    white-space: normal !important;
}
.mp-pusher .mp-level-open {
    min-height: 2000px !important;
}
}
/* End recycLA Template */

@media all and (max-width: 610px){
  #global_nav_la_4324422-citywide-alert-icon-text {
      display: none !important;
  }
}

@media only screen and(max-width:320px) {
.embeddedFormPGL div {
    width: 93%;
}
.condensedNewsletterPGL label {
    font-size: 15px;
}
.newsletterForm.af_inputText_content {
    font-size: 24px;
}
.newsletterForm {
    width: 100% !important;
}
.newsletterForm.af_inputText_content {
    width: 100%;
}
.condensedNewsletterPGL label {
    font-size: 20px;
    margin-left: 5px;
    line-height: 28px !important;
    text-align: center;
}
}

@media screen and (max-width: 567px) {
    .refuseAndPickupPG21 .af_panelFormLayout_column td {
        display: flex;
    }
    .refuseAndPickupPG21 .af_panelFormLayout_column td .af_inputNumberSpinbox td {
        display: table-cell;
    }
    .refuseAndPickupPG21 .af_panelFormLayout_column .ExceptOtherQuntSpinMsgPG td{
        display: table-cell;
    }
    .refuseAndPickupPG21 label {
        line-height: normal;
        margin: 0 0 0 0;
        text-align: left;
        width: 100%;
    }
    .refuseAndPickupPG21.af_panelGroupLayout .af_selectOneChoice_content {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 2px;
        margin-right: 0;
        width: 240px;
    }
    .refuseAndPickupPG21 {
        padding: 0 10px;
    }
    .srDetailDeleteIcon.af_commandImageLink {
        padding: 13px 13px;
        margin-top: 0;
        background-size: 18px;
    }
    
    .refuseAndPickupPG21 .af_panelFormLayout_column{
        width: 100%;
        display: inline-block;
    }
    .detailsServiceTypeRegion .af_inputText_content {
        margin-left: 0 !important;
    }
    .refuseAndPickupPG19 .refuseAndPickupPG300px.af_panelGroupLayout {
        width: 100% !important;
    }
    .refuseAndPickupPG24, .refuseAndPickupPG21 {
        border: 0px solid #7373731c;
        border-radius: 6px;
        height: auto;
        overflow-x: auto;
        padding: 10px 10px 0 10px;
        width: 98%;
        box-shadow: 0px 1px 5px #0000004d;
        margin: 1%;
        margin-bottom: 10px;
    }
    .navLink.af_navigationPane-tabs_tab.p_AFDisabled, .navLink.af_navigationPane-tabs_tab {
        border: 1px solid #0000002b !important;
    }
    .serviceTypeSelectRadio, .serviceTypeSlectBoolean5 {
        width: 100%;
    }
    .srIntakeSRTypeMain {
        width: 100%;
    }
    .srIntakeDesc {
        margin-bottom: 10px;
    }
    .srIntakeSrTypeBG.srIntakeSubTypeRes.af_panelGroupLayout {
        box-shadow: 0px 0px 3px #0000002e;
    }
    .navLink.af_navigationPane-tabs_tab.p_AFDisabled, .navLink.af_navigationPane-tabs_tab {
        width: 100% !important;
    }
    .refuseAndPickupPG10 .af_menuBar {
        width: 100%;
    }
    .additionalInfoPG5, .additionalInfoPanelForm {
        width: 99%;
    }
    .messageConstituentTextArea {
        width: 99%;
    }
    .additionalInfoImagePG {
        border: 0px solid #acabaa;
        border-radius: 8px;
        box-shadow: 0px 1px 5px #5453528c;
        margin-right: 2%;
        padding: 10px;
        max-width: 31%;
        word-break: break-word;
    }
    .confirmEditDetails.af_panelGroupLayout {
        padding: 10px;
        width: 98%;
        margin-right: 0;
    }
    .confirmPG2, .confirmEditPG2, .confirmEditDetails, .confirmEditPanelForm1, .confirmInternalNotePG1 {
        width: 98%;
        margin-right: 0;
    }
    .confirmEditPanelForm1.af_panelFormLayout {
        width: 98%;
        margin-right: 0;
    }
    .additionalInfoUpload {
        padding: 10px;
        width: 98%;
        margin-right: 0;
    }
    .additionalInfoPG5, .additionalInfoPanelForm {
        width: 98%;
        margin-right: 0;
    }
    .SocialLeft.af_panelGroupLayout {
        padding: 0;
        float: none;
    }
    .searchErrorPg.af_panelGroupLayout {
        height: auto;
        margin-top: 0;
        display: block;
    }
    .messageConstituentTextArea {
        width: 98%;
        margin-right: 0;
    }
    .topPanel {
        padding-top: 15px;
        clear: both;
    }
    .topHdBox {
        height: 190px;
    }
    .navigationMain {
        background-image: none !important;
        box-shadow: 0px 1px 3px #0000007a;
    }
    .block.block-40.clearfix a {
        padding: 13px 15px;
    }
    .block.block-40.clearfix {
        left: 10px;
        width: 33px !important;
        top: auto;
        height: 27px;
    }
    .navigationMainRight.af_panelGroupLayout {
        width: 72%;
        position: absolute;
        right: 10px;
        top: 15px;
        left: auto;
    }
    .siteLogo {
        padding-top: 15px;
        margin-left: 10px;
    }
    .socialNetMob.af_panelGroupLayout {
        /*margin-top: 4px;*/
        margin-left: auto;
        text-align: right;
        float: right;
        /*    Translator css    */
        margin-top: 25px;
    }
    .confirmAssementDate td {
         display: inline-block;
    }
    .refuseAndPickupPG24, .refuseAndPickupPG21 {
        position: relative;
    }
    .srDetailDeleteIconPG {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #fdecec;
        padding: 5px 5px 5px 0px;
        border-radius: 6px 0 6px 0;
        box-shadow: 0 0 3px #00000059;
    }
    .refuseAndPickupPGpicked {
        margin-bottom: 10px;
    }
    .duplicatePopUp {
        overflow-y: auto;
        max-width: 100%;
    }
    .telephoneText, .duplicateCheckViewTable .typePanelLblMsg.af_panelLabelAndMessage .af_panelLabelAndMessage_content-cell {
        width: auto;
        max-width: 100px;
    }
    .historyPopUp.af_dialog .af_dialog_main, .duplicateCheckPopupDialog .af_dialog_main {
        max-width: 350px;
    }
    .locationAndContactRequestPG a {
        width: 100%;
        text-align: center;
    }
    .locationContactPG18 {
        width: 100%;
    }
    .locationAndContact400px {
        width: 100%;
    }
    .thankYouDialPG9, .thankYouCallCenterPG {
        margin: 10px 0px 10px 0;
    }
    .thankYouDialPG10 {
        margin: 10px 0 10px 0;
    }
    .Sancontainer {
        width: 96% !important;
    }
    html {
        background-color: #f6f3f3 !important;
    }
    /*.landingRootPG .responsiveMenuRoot {
 *         padding-top: 40px;
 *             }*/
    .navigationMainRightTop {
        height: 49px;
    }
    .refuseAndPickup745px .refuseAndPickupPG30.af_panelGroupLayout td {
        display: table-cell;
        float: none;
        width: auto;
    }
    .containerContentHori1.af_panelGroupLayout {
        word-break: break-word;
    }
    .ResiPoolDimensionsComp, .ResiPoolCapacityComp, .ResiPoolRefillComp, .frTruckComplaintMainPG .af_outputLabel {
        width: 156px !important;
    }
    .detailsServiceTypeRegion .af_selectOneChoice_content {
        margin-right: 0;
    }
    .additionalInfoCommandLinkPG {
        display: inline-block;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        float: right;
        margin-right: 0;
    }
    .additionalInfoUpload label {
        margin-right: 0;
    }
    .additionalInfoPG3 label {
        margin-right: 0;
    }
    .messageConstituentTextArea {
        padding: 10px;
    }
    .duplicateCheckViewTable td {
        vertical-align: top;
    }
    .thankYouDialPG6.af_panelGroupLayout td {
        width: 100%;
    }
    .thankYouDialPG6 .commonButton {
        width: 100%;
        margin-right: 0 !important;
    }
    .srIntakeMainPG1.af_panelGroupLayout .af_outputLabel {
        text-align: center;
    }
    a.thankYouMobileAppLinkAndroid, a.thankYouMobileAppLinkIos {
        margin-right: 0;
    }
    .embeddedFormLabel {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .consAccNumberPg td {
        width: 100%;
        display: inline-block;
        padding-top: 5px;
        padding-left: 10px;
    }
    .refuseAndPickupPG31.af_panelGroupLayout{
        margin-left: 0;
        margin-top: 10px;
    }
    .refuseAndPickuppgl51.af_panelGroupLayout td {
        float: left;
        width: 100%;
        padding-left: 0;
    }
    .detailsServiceTypeRegion .af_selectOneChoice_content {
        width: 100%;
    }
    /**
 *     .refuseAndPickupPG27 {
 *             box-shadow: 0px 0px 5px #00000045;
 *                     border-radius: 5px;
 *                             padding: 10px;
 *                                     margin: 10px;
 *                                         }
 *                                             **/
    .refuseAndPickupProvideText {
        margin-top: 5px;
        margin-left: 0;
    }
    .refuseAndPickupPG29.af_panelGroupLayout {
        margin-left: 0;
    }
    .commContainerNewRequestPg .refuseAndPickupPG30.af_panelGroupLayout td {
        float: none;
        width: auto;
        padding-left: 0;
        display: table-cell;
    }
    .commContainerNewRequestPg .refuseAndPickupSlectOne170px select {
        margin-left: 0;
        margin-top: 5px;
    }
    .refuseAndPickuppgl51.af_panelGroupLayout .af_inputNumberSpinbox td {
        float: none;
        width: auto;
    }
    .af_inputNumberSpinbox {
        border: 1px solid #cdcdcd;
        width: auto;
        display: inline-block;
    }
    .af_inputNumberSpinbox_content {
        border: 0px solid #cdcdcd;
    }
    .commContainerNewRequestPg .af_inputNumberSpinbox{
        margin-top: 5px;
    }
    .commContainerNewRequestPg table {
        margin-bottom: 5px;
    }
    .messageConstituentTextArea textarea {
        width: 100%;
    }
    .confirmPanelLabelAndMessage .af_panelLabelAndMessage_content-cell {
        margin-right: 0;
        width: auto;
    }
    .confirmBosocbpanelForm1 label, .confirmBosocbpanelForm1 .af_panelFormLayout_label {
        width: auto;
    }
    .af_dialog_main {
        box-shadow: 0px 0px 4px #00000057;
    }
    .af_dialog_main {
        background-color: #ffffff;
        border: 0px solid #4b8cd6;
        border-radius: 13px;
        color: #454545;
        padding: 10px 5px 6px;
        width: 315px;
        box-shadow: 0px 0px 4px #00000094;
    }
    .af_dialog_content {
        max-height: 500px;
        overflow: auto;
        display: block;
    }
    .viewDetailspanelFoam td {
        vertical-align: top;
    }
    .viewDetailsRootPG {
        width: 100%;
    }
    .srNumberPGLHead td {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .srNumberPGLHead {
        margin-bottom: 10px;
    }
    .summaryTextPGL , .detailsTextPGL {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .duplicateCheckRootPG {
        width: 100%;
        max-height: 400px;
        overflow-y: auto;
    }
    .srIntakeFromMain .contentleft {
        min-height: 100%;
        padding: 0;
        width: 100%;
    }
    .detailsServiceTypeRegion {
        margin: 10px 0px 10px 0;
    }
    .srIntakeMainPG1.af_panelGroupLayout .af_outputLabel {
        text-align: left;
    }
    .AFModalGlassPane {
        left: -10px;
        width: 100% !important;
    }
    .refuseAndPickupPG22 .af_selectBooleanCheckbox label {
        width: 90%;
    }
    .af_inputNumberSpinbox_increment-cell, .af_inputNumberSpinbox_decrement-cell {
        height: 14px;
    }
    .af_inputNumberSpinbox_content {
        text-align: left;
    }
    .refuseAndPickupPG19 .refuseAndPickupPG700px {
        padding: 0 10px;
        margin-bottom: 5px;
    }
    .refuseAndPickupPG22 td:first-child {
        width: 10px;
    }
    .editServiceDateHelpText {
        margin-top: 10px;
    }
    .additionalInfoServiceDate .af_panelLabelAndMessage_content-cell {
        padding-top: 0px;
        padding-left: 0px !important;
    }
    .additionalInfoSelectOne {
        font-size: 14px;
    }
    .additionalInfoUpload .af_panelLabelAndMessage_label-text {
        font-weight: bold;
    }
    .additionalInfoImagePG img {
        display: inline-block;
    }
    .additionalInfoPG6 .additionalInfoImagePG {
        padding-bottom: 50px;
    }
    .additionalInfoImagePG a {
        position: absolute;
        right: 0;
        background-color: #ff00001c;
        padding: 10px 0 !important;
        bottom: 0;
        border-radius: 9px 0 9px 0;
        box-shadow: 0 0 4px #0000004f;
        background-size: 16px auto;
    }
    .additionalInfoPG6 {
        width: 100%;
    }
    .additionalInfoPG6 .additionalInfoImagePG {
        padding-bottom: 50px;
        max-width: 100% !important;
        width: 100%;
        position: relative;
    }
    .additionalInfoPG6 {
        margin-top: 10px;
    }
    .cnfrmDatePopupPGL {
        padding: 10px;
        width: 100%;
        padding-top: 0;
        display: inline-block;
    }
    .thankYouDialPG8 .af_outputLabel{
    text-align: center !important;
    }
    .locAndContactFailurePopup.af_panelGroupLayout {
        width: 100%;
    }
    .refuseAndPickupSlectOneRadiop170px label {
        width: 86%;
    }
    .refuseAndPickupSlectOneRadiop170px {
        margin-top: 10px;
    }
    .refuseAndPickup745px {
        padding: 5px;
        box-shadow: 0 0 4px #00000014;
        position: relative;
        padding-bottom: 26px;
         border-radius: 9px;
    }
    .refuseAndPickup745px .srDetailDeleteIcon.af_commandImageLink {
        padding: 13px 13px;
        margin-top: 0;
        background-size: 18px;
        position: absolute;
        right: 0;
        background-color: #ff00001c;
        bottom: 0;
        border-radius: 9px 0 9px 0;
        box-shadow: 0 0 4px #0000004f;
    }
    .refuseAndPickuppgl58  {
        padding: 5px;
        box-shadow: 0 0 4px #00000014;
        position: relative;
        margin-top: 10px;
        border-radius: 9px;
    }
    .refuseAndPickupPG700px .af_selectOneRadio_item-text {
        margin-right: 5px;
    }
    .af_selectOneRadio_native-input {
        margin-right: 0px;
    }
    .refuseAndPickupPG17 .af_selectOneRadio{
        margin: 5px 0 0 3px;
    }
    .serviceTypePG9.af_panelGroupLayout {
        margin-top: 0;
    }
    .gisCloseCSS.af_commandLink, .gisCloseCSS.af_commandLink:hover, .gisCloseCSS.af_commandLink:focus, .gisCloseCSS.af_commandLink:focus:hover {
       margin-top: 0px;
    }
    .operationCompalintMainPGL td label {
        font-weight: normal;
        width: 87%;
    }
    .operationCompalintMainPGL .af_selectOneChoice_label, .operationCompalintMainPGL .AFContentCell {
        display: inline-block;
        width: 100%;
    }
    .detailsServiceTypeRegion .operationCompalintMainPGL .af_selectOneChoice_content {
        width: 90%;
    }
    .operationCompalintMainPGL .af_selectOneChoice {
        width: 96%;
    }
    .FOCFranchiseNamePG {
        margin-top: 10px;
    }
    .loginShell td, .loginShell td a {
        line-height: 14px;
        height: 19px;
    }
    .srchTxt.af_inputText input {
        margin-left: 9px;
        width: 100% !important;
        margin-top: 0;
        margin-bottom: 0;
        height: 30px;
    }
    .searchBox.af_panelGroupLayout a {
        padding: 2px 5px 3px;
        border-radius: 0 5px 5px 0;
        height: 30px;
    }
    .searchBox {
        margin-top: 5px;
    }
    .mp-pusher, .mp-level {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        transition: none !important;
    }
    a:focus {
        outline-offset: -2px;
    }
    .locationContactVerify a {
        width: 100%;
        text-align: center;
    }
    .locationContactVerify {
        float: none;
        width: 100%;
    }
    .locationContactPG17 table.af_panelGroupLayout {
        width: 100%;
    }
    .locationContactPG18 input[type="text"] {
        margin-right: 0;
        width: 100%;
    }
    .locationContactInput2 {
        width: 100%;
    }
    .locationContactPG17 .locationContactPG18 {
        width: 100%;
    }
    .locationContactPG17 {
        width: 100%;
    }
    .locationContactPG18 {
        min-height: 100%;
    }
    .locationContactUserRolePG {
        width: 100%;
    }
    .locationAndContact400px .locationLabelMessagePG label {
        margin-bottom: 0;
        line-height: 40px;
    }
    .af_dialog .locationContactPGLink {
        width: 292px;
        margin-right: 0;
    }
    
      .cptSanPgBoxA .binShell {
    padding-top: 0;
    display: flex;
    width: 100%;
    float: left;
    border-right: 0px solid #b7b7b7;
    margin-left: 0;
    margin-top: 20px;
}
.cptSanPgBoxA .binImgDesc {
    display: flex;
    width: 100%;
    padding: 15px;
    margin-left: 0;
    margin-top: 0;
}
.cptSanPgBoxA .binImgTitle div {
    text-align: center;
    float: left;
    padding-left: 0;
}
.cptSanPgBoxA .binImgTitle div {
    text-align: center;
    float: initial;
    padding-left: 0;
}
.cptSanPgBoxA .binImgShell {
    display: inline-block;
    width: 100%;
    float: inherit;
}

/*translator issue*/


.navigationMainRightTop.socialLink > div > div {
        float: right;
    }

    .goog-te-gadget {
        margin-bottom: 4px !important;
    }

    .loginHeader .loginLink.af_panelGroupLayout {
        margin-right: 3px;
        padding-left: 3px;
        position: absolute;
        top: -12px;
        right: 0px;
        border-left: none ;
    }
    
    .loginBox.af_panelGroupLayout {
        position: absolute;
        top: -12px;
        right: 0px;
    }
    
    #adminMenu li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    /*font-size: 11px;*/
    font-size: 11px;
    }
    
    .logout.af_panelGroupLayout{
        font-size: 11px !important;
    }
    
     .mobileFeedback a{
        writing-mode: horizontal-tb
     }
     
     .defaultGLT {
        margin-right: -70px !important;
        margin-top: 12px;
    }
    
}
/*Translator adding issue*/
@media screen and (max-width: 399px){
    .navigationMainRightTop.socialLink a.telLink {
        font-size: 8px;
    }
    .navigationMainRightTop.socialLink .loginLink a {
        font-size: 9px;
        padding-bottom: 5px;
    }
}

/* SAN-UAT613 */
@media (max-width: 577px) {
    .userway_buttons_wrapper {
        right: 155px !important;
    }
}

@media (min-width: 576px) {
    .userway_buttons_wrapper {
        right: 210px !important;
    }
}	




