﻿/* Top Navigation */

#currentNavManagedNav {
	display:none;
}

/* added 6/29/15 */

.pm-head-social-icons {
    float: left;
    margin: 0 0 0 42px;
    position: relative;
    width: 38%;
}

.pm-head-social {
    float: left;
    margin-left: 50px;
}
.pm-select-wrap {
        margin: 0 auto 10px;
        width: 47%;
}
@media screen and (min-width: 768px) {
.pm-select-wrap {
        margin: 0 0 30px;
        width: 40%;
    }
}

@media screen and (min-width: 1200px) {

    .pm-head-social-icons {
        margin: 0 0 0 50px;
        width: 34%;
    }

    .pm-select-wrap {
        margin: 0 57px 17px 0;
   }

}

.mobile-view {
display:none;
}
}


.pm-select-wrap SELECT {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #006599;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    height: 30px;
    padding-left: 5px;
    width: calc(100% + 18px);
}

.googChange {
    margin: 0;
}


/* Social Media */

#resultFacebookFeed.ms-rtestate-field, #resultYouTubeFeed.ms-rtestate-field {
    background-color: white;
    padding: 20px 10px;
}

/* instagram */
.pm-content-social A.instagram {
    background-color: transparent;
    background-image: url("../images/Instagram.png");
    background-repeat: no-repeat;
    top: 2px;
}

.pm-content-social A {
	width: 15%
}

/* Banner Carousel */

.pm-hero .pm-heroCaption {
    display: block;
}
.pm-hero .pm-heroCaption {
    background-color: transparent;
    bottom: 0;
    box-sizing: border-box;
    color: white;
    display: block !important;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    padding: 15px 5px;
    position: relative;
    width: 100%;
    z-index: 20;
}
.pm-hero .pm-heroCaption P {
    font-size: 18px;
}



.pm-hero {
    background-position: right center;
    height: auto;
}
.pm-hero {
    background-color: #005e90;
    background-image: url("");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}

/* Information block above main picture */
#announce {
  font-family: 'Source Sans Pro Semibold', sans-serif;
  font-size: 18px;
  color: #ffffff !important;
  line-height: 1.5; }


/* facebook Youtube social */

#resultFacebook {
    background-color: white;
    padding: 15px;
}

#resultYoutube {
    background-color: white;
    padding: 20px;
}

.cdva-right-col #tabs div.tabbedWindow {
    background-color: transparent;
    padding: 20px 15px 10px;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px -15px;
}
ul.dpSocialFeedr, ul.dpSocialFeedr > li {
    margin: 0px;
    padding: 0px;
    list-style: none inside none;
    position: relative;
}
ul.dpSocialFeedr > li {
   margin-bottom: 10px;
   padding-left: 27px;
}

ul.dpSocialFeedr > li .icon {
    border: 0 solid transparent;
    box-sizing: inherit;
    left: 8px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

ul.dpSocialFeedr img {
    border: 0 solid transparent;
    margin: 0;
    max-width: 200px;
    padding: 0;
}

ul.dpSocialFeedr > li .permalink {
    display: inline-block;
    margin-bottom: 10px;
}
ul.dpSocialFeedr > li .img_link {
                float: left;
                padding: 0px 10px 5px 0px;
}
ul.dpSocialFeedr img{
                max-width:200px;
}


/* Embeded Video */

.ms-rte-embedil {
    display: block;
}


/* home page banner code version */
.homePageBannerContainer.homeBannerCode {
    overflow: hidden;
    position: relative;
    top: -6px;
    width:100%;
}

/* Twitter Feed */

/* hide images 
.inline-media {
    display: none!important;
}
*/


/* Web Part Menu Hide Close option */
ul.ms-core-menu-list > li#mp1_0_1 {
	display:none;
}


/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/


/* Find an Office links */

.divisionButton {
    margin: 8px;
    padding: 10px 4px;
    text-align: center;
    width: 160px;
    color:#fff;
    	  
   	-webkit-border-radius:8px; 
  	-moz-border-radius:8px; 
     border-radius:8px; 
}

a .divisionButton {
	color:#fff !important;
	text-decoration:none !important; 
	font-weight:bold;
}

.linkHQ:hover {
	background-color:#FFFF66 !important;
	text-decoration:none !important;
}
.linkHQ {
	background-color:#FFCC00 !important; 
}



.linkNorthDivision:hover {
	background-color:#92B789 !important;
	text-decoration:none !important;
}
.linkNorthDivision {
	background-color:#72A850 !important; 
}

.linkValleyDivision:hover {
	background-color:#7EB4D6 !important;
	text-decoration:none !important;
}
.linkValleyDivision {
	background-color:#48A2CB !important; 
}

.linkGoldenGateDivision:hover {
	background-color:#E4B6AB !important;
	text-decoration:none !important;
}
.linkGoldenGateDivision {
	background-color:#C46D45 !important; 
}

.linkCentralDivision:hover {
	background-color:#97A0C5 !important;
	text-decoration:none !important;
}
.linkCentralDivision {
	background-color:#717FAC !important; 
}

.linkSouthernDivision:hover {
	background-color:#E2AE59 !important;
	text-decoration:none !important;
}
.linkSouthernDivision {
	background-color:#E7A538 !important; 
}

.linkBorderDivision:hover {
	background-color:#68A0A5 !important;
	text-decoration:none !important;
}
.linkBorderDivision {
	background-color:#3D9593 !important; 
}

.linkCoastalDivision:hover {
	background-color:#BB849F !important;
	text-decoration:none !important;
}
.linkCoastalDivision {
	background-color:#A73E7E !important; 
}

.linkInlandDivision:hover {
	background-color:#EBD88C !important;
	text-decoration:none !important;
}
.linkInlandDivision {
	background-color:#E6C63F !important; 
}











 
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
display: none;
}

.ms-rte-embedcode .fb-like-box {
    display: block;
    /*padding: 8px;*/
    position: relative;
    z-index: 1;
}
 
/* To fill the container and nothing else */
.fb_iframe_widget span {
	width: 100% !important;
}
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}


/* Home Page Tabs */
.ms-rtestate-field .pm-homeTabs div.button {
    width: 50%;
}

/* Web Part Title Chrome */

#s4-bodyContainer .main-content.pm-system-master .container ARTICLE .ms-breadcrumb-box, .pm-public-master .main-content .ms-webpart-chrome .ms-webpart-chrome-title H2.ms-webpart-titleText {
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    /* margin: 15px auto 0; */
    padding-left: 0;
}

/* Banner Containers */
.homePageBannerContainer, .globalBannerContainer {
	float: left;
}

/* Press Release Container */

@media screen and (max-width: 992px) {
	.pressReleaseDate {
		top: 7px;
		position: relative;
		width: 120px;
	}
}

@media screen and (min-width: 993px) {
	.pressReleaseDate {
		width: 120px;
		position: relative;
		top: -3px;
	}
}

#viewMorePressReleases {
	float:right;
	padding-right: 100px;
}

/* Office Rollup Web Part */

.officeContainer  .officeTitle {
	padding-top: 20px;
}

.officeGroup {
	padding-top: 20px;
}

/* Calendar Rollup */
/*
.pm-rollupListItem {
	min-width: 350px;
}
/*

/* Google Maps */

.mapLocationTitle, .mapLocationAddressOne, .mapLocationAddressTwo {
	white-space:nowrap;
}

#map-canvas {
	height: 330px;
}


/* TEMP for Site Logo */


HEADER .pm-logo IMG, HEADER .secondary-logo IMG {
    width: auto;
}

HEADER .secondary-logo {
    vertical-align: top;
}

/*
HEADER .pm-logo, HEADER .secondary-logo {
    padding: 10px 0;
}
HEADER .pm-logo {
    padding-bottom: 0;
}
*/

/* row alert */

/* row alert */

.rowAlert {
	background-color: #005e90; /* changed from original #e6e6e4 on 5.15.16 */
}

/* general hide class */

.hideItem {
	display:none;
}

/* Office Location Search */

.searchLocationContainer {
	
}

BUTTON#getCurrentLocation {
    background-color: #eef3f7;
    border: 1px solid #a6d6df;
    box-sizing: border-box;
    color: #006599;
    cursor: pointer;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    padding: 10px;
    margin: 0 auto;
    width: auto;
    position: relative;
    top: 18px;
    float: none;
}

@media screen and (min-width: 768px) {
	BUTTON#getCurrentLocation {
		float: right;	
		}
}


.officeOR {
	font-weight: bold;
    position: relative;
    text-align: center;
    top: 30px;
    padding: 0 0 20px 0;
}

#resutlLocationContainer {
	
}

#itemResult, .itemResultsContainter {

}



/* Display Template Amber and Blue Alert */
/*
.container.alertContainer {
    position: absolute;
    top: 0;
    width: 100%;
}
*/
.alert-container {
	padding: 2px;
	height: 86px;
	margin-top: 6px; 
}
.alert-container > img {
	margin: 0px auto;
}

.alert-location {
    color: #fff;
    right: 72px;
    text-align: center;
    text-decoration: none;
    font-weight:700;
    font-size: 9px;
    top: 124px;
}

.container.alertContainer {
    padding-bottom: 0 !important;
}
@media screen and (min-width: 200px) {
	.alert-location {
		top: -5px;
		font-size:.8em;
	}
}
@media screen and (min-width: 480px) {
	.alert-location {
		top: -5px;
		font-size:.95em;
	}
}
@media screen and (min-width: 768px) {
	.alert-location {
		top: -5px;
		font-size: 1.1em;
	}
}
@media screen and (min-width: 992px) {
	.alert-location {
		top: -2px;
	}
}
@media screen and (min-width: 1200px) {
	.alert-location {
		top: -5px;
	}
}
	
.blueAlertContainer, .amberAlertContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    position: relative;
}

.locationHoursAddlInfo {
	padding-top: 15px;
}

/* center columns */
/*
.item-center {
	float:none;
	margin: 0 auto;
}
*/

/* center text and image */

.text-center {
	text-align: center;
}

.text-center img {
	display: inline;
}

.text-left {
	text-align: left;
}

/* all caps */
.text-uppercase {
	text-transform: uppercase;
}

/* location page */

div.article, div.welcome {
    padding: 10px 0;
}

/* press release header */
.press-release-header {
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* press release contact area */
.press-release-contact p {
	margin: 0;
	padding: 0;
}

/* press release padding */
.press-release-pad {
	padding-top: 10px;
}

/* memorial padding */
.memorial-pad {
	padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .memorialWrapper {
    height: 290px;
    font-weight: bold;
    text-align: center;
    }
}

.article-left .captioned-image, .welcome .welcome-image {
    float: left;
    padding-right: 10px;
}

.article-right .captioned-image, .article .related-links {
    float: right;
    padding-left: 10px;
}

.article .captioned-image, .article .related-links, .welcome .welcome-image, .welcome .splash-image {
    margin-bottom: 5px;
}


.article-content, .welcome-content {
    margin: 5px 0 0;
}


/* Used for the refiners to make them full width */

.ms-ref-refiner #Value, .ms-ref-unsel-toggle, #OtherValue, #SubmitValue {
    display: block;
    padding: 4px 0;
    width: auto;
}

.divContainer {
	display:table;
	padding-left: 20px;
}
.divRow {
	display:table-row;
}

.divCell {
	display: table-cell;
	padding: 2px 4px;
}

.divCell p {
	margin: 4px;
}

.main-content .ms-webpart-chrome {
    border: 0px solid #b9b9b9 !important;
    background-color: transparent;
}

.locationHours {
	display: inline-block;
	width: 120px;
}

.locationHoursName {
	display: inline-block;
    width: 80px;
}

.rowFirst, .rowFirstEdit {
	background-color: #D8D8D8;
	/* border-radius: 4px; */
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	position:relative;
	z-index:inherit;

}

.rowEven {
	background-color: #f5f5f5;
	/* border-radius: 4px; */
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	position:relative;
}

.rowOdd {
	background-color: #ffffff;
	/* border-radius: 4px; */
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}


.rowEvenEdit {
	background-color: #E6E6E6;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}


.rowBand {
	padding: 4px 20px;
}


/* Horizontal Web Part Adjustment */
.ms-fullWidth.row {
    width: auto;
}

.ms-webpart-cell-horizontal {
    display: block;
}

.pm-edit-mode .ms-webpart-cell-horizontal {
    display: table-cell;
}

#DeltaBreadcrumbDropdown {
	display:none;
}





/**
* Custom Footable without color, font, no border radius
**/
.responsiveTableContainer {
  padding: 0px 10px 10px; 
  width:100%;
  }

.responsiveTableSearchContainer {
  padding-bottom: 10px; }

.footable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.footable.breakpoint > tbody > tr > td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px; }

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url("../images/minus.png") no-repeat 5px center; }

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer; }

.footable > tbody > tr > td, .footable > thead > tr > th, .footable > thead > tr > td {
  padding: 10px;
  text-align: left; }

.footable > thead > tr > th, .footable > thead > tr > td {
  /*
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#D1EDF0));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #D1EDF0);
  background-image: -moz-linear-gradient(top, #ebf3fc, #D1EDF0);
  background-image: -ms-linear-gradient(top, #ebf3fc, #D1EDF0);
  background-image: -o-linear-gradient(top, #ebf3fc, #D1EDF0);
  background-image: linear-gradient(to bottom, #ebf3fc, #D1EDF0);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  */
  border-top: none; }

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
  border-left: none; }

.footable > tbody img {
  vertical-align: middle; }

.footable > tfoot > tr > th, .footable > tfoot > tr > td {
  /*
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#D1EDF0));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #D1EDF0);
  background-image: -moz-linear-gradient(top, #ebf3fc, #D1EDF0);
  background-image: -ms-linear-gradient(top, #ebf3fc, #D1EDF0);
  background-image: -o-linear-gradient(top, #ebf3fc, #D1EDF0);
  background-image: linear-gradient(to bottom, #ebf3fc, #D1EDF0);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: 1px solid #222;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  */
  padding: 10px; }

.footable > thead > tr > th > span.footable-sort-indicator {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background: url("../images/sorting_sprite.png") no-repeat top left; }

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer; }

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator {
  background-position: 0 -16px; }

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator {
  background-position: 0 -32px; }

tfoot.footable-pagination tr td {
  text-align: center; }

.footable-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block; }

.footable-nav li {
  display: inline-block; }

.footable-nav li a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: #0066cc;
  font-weight: bold; }

.footable-nav .footable-page-current {
  background: #888;
  border-radius: 50%; }

.footable-nav .footable-page-current a {
  color: #fff; }

@font-face {
  font-family: 'footable';
  src: url("../fonts/footable.eot");
  src: url("../fonts/footable.eot?#iefix") format("embedded-opentype"), url("../fonts/footable.woff") format("woff"), url("../fonts/footable.ttf") format("truetype"), url("../fonts/footable.svg#footable") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url("../fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal; } }
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e000"; }

.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005"; }

.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004"; }

.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003"; }

.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002"; }

.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007"; }

.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006"; }

.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009"; }

.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008"; }

.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f"; }

.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011"; }

.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013"; }

.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015"; }

.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b"; }

.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d"; }

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b"; }

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d"; }

.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f"; }

.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021"; }

.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017"; }

.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019"; }

.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px; }

.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px; }

.footable > tbody > tr > td, .footable > thead > tr > th {
  vertical-align: top; }

.footable-row-detail-name {
  font-weight: bold; }

/* used for boostrap columns odd numbering and with horizontal javascript solution webPartZoneHorizontal */

/* 5 Columns Evenly Spaced */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* 7 Columns Evenly Spaced */
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-21 {
    width: 14.28571428571429%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-21 {
        width: 14.28571428571429%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-21 {
        width: 14.28571428571429%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-21 {
        width: 14.28571428571429%;
        float: left;
    }
}


/* 8 Columns Evenly Spaced */
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-24 {
    width: 12.5%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-24 {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-24 {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-24 {
        width: 12.5%;
        float: left;
    }
}

/* 9 Columns Evenly Spaced */
.col-xs-27,
.col-sm-27,
.col-md-27,
.col-lg-27 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-27 {
    width: 11.11111111111111%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-27 {
        width: 11.11111111111111%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-27 {
        width: 11.11111111111111%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-27 {
        width: 11.11111111111111%;
        float: left;
    }
}

/* 10 Columns Evenly Spaced */
.col-xs-30,
.col-sm-30,
.col-md-30,
.col-lg-30{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-30{
    width: 10%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-30{
        width: 10%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-30{
        width: 10%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-30{
        width: 10%;
        float: left;
    }
}

/* 11 Columns Evenly Spaced */
.col-xs-33,
.col-sm-33,
.col-md-33,
.col-lg-33{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-33{
    width: 9.090909090909091%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-33{
        width: 9.090909090909091%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-33{
        width: 9.090909090909091%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-33{
        width: 9.090909090909091%;
        float: left;
    }
}

/* Added 3/13/17 */
/*
#band1memorial {
	background-image:url('../../../PublishingImages/SergeantSteveLicon.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:500px;
	display: block !important;
}
*/


#band1commissionerACF {
	background-image:url('../../../PublishingImages/Zenith/ZenithBanner_COVID3.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:500px;
}
#band1commissionerACstaff {
	background-image:url('../../../CommissionerSite/PublishingImages/CommissionBanners_sieglBkgrnd.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:35em;
}
#band1Commissioner {
	background-image:url('../../../CommissionerSite/PublishingImages/Commissioner-Farrow-Twitter-Header.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:500px;	
}
#band1DeputyCommis {
	background-image:url('../../../CommissionerSite/PublishingImages/stanleyBanner.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:500px;	
}
.commissPortrait {
	float:right;
	padding-right:4em;
	margin-top:-55px;
}
.commissText {
	float:right;
	padding-right:8em;
	margin-top:30px;
}

/* --- added media queries 4.7.17 */


@media screen and (max-width: 1150px) {
	.commissText {
		width:500px;
		height:auto;
		padding-right:13em;
	}
}
@media screen and (max-width: 980px) {
	.commissPortrait {
		padding-right:0;
	}
	.commissText {
		width:425px;
		height:auto;
		padding-right:12em;
	}
}
@media screen and (max-width: 850px) {
	.commissPortrait {
		width:400px;
	}
	#band1commissionerACstaff {
		height:28em;
	}
	.commissText {
		padding-right:8em;
	}
}
@media screen and (max-width: 782px) {
	.commissPortrait {
		margin-top:-20px !important;
		width:350px;
	}
}
@media screen and (max-width: 766px) {
	.commissPortrait {
		margin-top:-175px !important;
		width:285px;
	}
	#band1commissionerACstaff {
		height:20em;
	}
	.commissText {
		padding-right:18em;
		width:350px;
	}
}
@media screen and (max-width: 598px) {
	.commissPortrait {
		margin-top:-130px !important;
		width:200px;
	}
	#band1commissionerACstaff {
		height:15em;
	}
	.commissText {
		padding-right:13em;
		width:325px;
		margin-top:-10px;
	}
}
@media screen and (max-width: 500px) {
	.commissPortrait {
		margin-top:-120px !important;
		width:180px;
	}
		
	
	#band1commissionerACstaff {
		height:13em;
	}
	.commissText {
		padding-right:11em;
		width:275px;
		margin-top:-10px;
	}
}
@media screen and (max-width: 422px) {
	.commissPortrait {
		margin-top:-110px !important;
		width:160px;
	}
	#band1commissionerACstaff {
		height:11em;
	}
	.commissText {
		padding-right:10em;
		width:250px;
		margin-top:-10px;
	}
}










/* ----------------------- Right slide nav Added 3/13/17 ----------------------- */


#recruitMenuOpen {
	background-color:#f5b21b;
	font-size:1em;
	font-weight:bold;
	letter-spacing:.2em;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	color:#fff;
	padding:2px 8px 2px 4px;
	cursor:pointer;
    float:right;
    position:fixed;
    right:0;
    top:290px;
    z-index:10;
    box-shadow:-1px 1px 9px rgba(153,153,153,.7);
}

#recruitMenuOpen:hover {
	background-color:rgba(30,30,30,.4);
}

.recruitBullet {
	color:#f5b21b;
}

.recruitSidenav .recruitBullet a:hover {
	color:#fff !important;
}

.recruitSidenav {
    height:auto;
    width:0;
    position:fixed;
    z-index:50;
    top:100;
    right:0;
    background-color:rgba(30,30,30,.7);
    overflow-x:hidden;
    transition:0.5s;
    padding:65px 0 0 0;
    border-left:7px solid rgba(160,160,160,.3);
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.recruitSidenav a {
    padding:8px 0 13px 24px;
    text-decoration:none;
    font-size:1em;
    text-transform:uppercase;
    letter-spacing:.1em;
    font-weight:500;
    color:#fff;
    display:block;
    transition:0.3s;
    border-top:.1em dotted gray;
}

.recruitSidenav a:hover, .offcanvas a:focus{
    color:#c90;
}

.recruitSidenav .recruitclosebtn {
    position:absolute;
    top:0;
    font-size:2.25em;
    text-align:left;
}

@media screen and (max-height: 450px) {
  .recruitSidenav {padding-top: 15px;}
  .recruitSidenav a {font-size: 18px;}
}

/* ------------------- end right slide nav ---------------------- */



/* Added 8/8/16 */

.NorthDivContactInfo { /* changes the style of the contact info headings */
    font-size:16px !important;   
    color:#444 !important;
    text-transform:uppercase;
    letter-spacing:.03em;
}

/* Added 8/9/16 */

.NorDivContactHrs { /* increases the width of the hours field from 92px */
	width:300px !important;
}

/* ----------------------- 9.22.17 Public Trust --------------------------------- */


<div class="pm-hero" id="newHomePageHero">
               <div id="chpBar">
            		<div class="chpFloat1">
            			<img src="../../PublishingImages/Newlook/smCHPseal.png" alt="CHP logo" />
            			<h1><span class="chpStyle1">We are your</span><br />California Highway Patrol</h1>
            		</div>
            	</div>
            	<div id="chpBar2">
            		<h2 class="slideDown"><a href="#highlights" class="smoothScroll">Learn More<br />&#8675;</a></h2>
            	</div>


#newHomePageHero {
	background-image:url('/PublishingImages/hero_officerNkids_2.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	height:1080px;
	background-position:right top;
    /* image dimensions 1920 x 1080 */ 
}
#chpBar {
	background-color:rgba(48,45,45,.6);
	position:absolute;                     /* needs to be absolute position in orde for background color to display */
	width:100%;	
	overflow:hidden !important;
}
#chpBar2 {
	position:absolute;
	background: linear-gradient(to bottom, rgba(39,39,39,.025) 0%, rgba(39,39,39,.5) 100%);
	width:100%;
	overflow:hidden !important;
	bottom:0;
	height:38em;
}
.chpFloat1 {
	float:left;
	position:relative;
	display:inline-block;
	margin:.25em 1.5em 0 0;
}
.chpFloat1 img {
	padding:1em 1em 1em 17.5em;
	float:left;
}
@media screen and (max-width:896px) {
	.chpFloat1 img {
		padding:1em 1em 1em 2em;
	}
}
@media screen and (max-width:494px) {
	.chpFloat1 h1 {
		font-size:1.25em;
		margin-top:1em;
	}
}


/* --------------- Public Trust Page - 9/22/2017 ------------------------- */
#newHomePageHeroJohn {
	background-image:url('../../../PublishingImages/hero_officerNkids_2.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	/* background-attachment:fixed;  */
	/* height:1080px;  */
	height: 650px;
	background-position:right top;
    /* image dimensions 1920 x 1080 */ 
}

.chpFloat1 {
	float:left;
	position:relative;
	display:inline-block;
	margin:.25em 1.5em 0 0;
}
.chpFloat1 img {
	padding:1em 1em 1em 17.5em;
	float:left;
}
.chpFloat1 h1 {
    color: #fff !important;
    padding-top: .32em;
    font-weight: 500;
    font-family: Arial, sans-serif;
    font-size3: 2.75em;
    letter-spacing: .02em;
    float: left;
}
@media screen and (max-width:896px) {
	.chpFloat1 img {
		padding:1em 1em 1em 2em;
	}
}
@media screen and (max-width:494px) {
	.chpFloat1 h1 {
		font-size:1.25em;
		margin-top:1em;
	}
}




