
/* PB DISASTER SERVICES HOME PAGE CSS */
.clear {
	clear: both;
}
body#home {
	background: #fff;
}

#homeBtmWrapper {
	position: relative;
	margin: 0 0 1.75em 0;
	float: left;
	width: 100%;
	background: #fff;
}
/*#homeBtmWrapper:after, #homeBtmWrapper:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 1px;
	height: 75%;
	background: rgba(0,0,0,.25);
	transform: translateY(-50%);
}
#homeBtmWrapper:after {
	right: 34%;
}
#homeBtmWrapper:before {
	left: 33%;
}*/
#homeColumn1 {
	position: relative;
	float: left;
	width: 33%;
	padding: 0;
	background: #EFECEA;
}
#homeColumn1 h2, #homeColumn2 h2, #homeColumn3 h2 {
	position: relative;
	font-size: 1.38em;
}
#homeColumn2 {
	position: relative;
	float: left;
	width: 33%;
	padding: 0;
}
.news-wrapper {
	display: block;
	float: left;
	margin: 1rem 10% 0 10%;
	width: 80%;
}
#homeColumn2 h2:after, #homeColumn2 h2:before {
	content: "";
	position: absolute;
	top: 50%;
	width:1px;
	height: 30px;
	background: #D9D9D6;
	transform: translateY(-50%);
}
#homeColumn2 h2:after {
	right: 0;
}
#homeColumn2 h2:before {
	left: 0;
}
#homeColumn3 {
	position: relative;
	float: left;
	width: 34%;
	padding: 0;
}
#homeColumn3 .map-wrapper {
	margin: 1rem auto 0 16px;
	width: calc(100% - 32px);
}
#joinOurTeam, .portfolio-inner {
	padding: 0;
	margin: 1rem auto 2rem 16px;
	width: calc(100% - 32px);
}
#responsePortfolio {
	float: left;
	padding: 0;
	background: #fff;
	width: 100%;
}
.title2 {
	padding: 20px 0 15px 20px;
}
#homeMap {
	padding: 1rem 0 0 0;
	width: 100%;
	height: 270px;
}
#teamVideo {
	padding: 0;
}
p.teamVideoTitle {
	color: #999;
	margin: 0 0 1em 0;
}
.teamVideoThumb {
	text-align:center;
}
#featureVideo {
	padding: 45px 0 0 0;
	float: left;
}
#featureVideo img {
	padding: 0 0 15px 0;
	float: left;
}
#featureVideo p {
	padding: 0 0 0 20px;
	float: left;
	width: 65%;
	font-size: .75em;
}
ul.socialMediaHome {
	display: block;
	padding-left: 10px;
	margin: 0 0 12px 0;
	float: left;
}
ul.socialMediaHome li {
	float: left;
	padding-right: 8px;
	line-height: 1.5;
}
ul.homeNews {
	float:left;
	padding: 0;
	line-height: 1.45;
	clear: both;
	width: 100%;
}
ul.homeNews li {
	padding: 10px 0 10px 0;
	border-top: 2px #D9D9D6 solid;
}
ul.homeNews li a, ul.publications li a {
	display: block;
	color: #ff4337;
	line-height: 1.5;
	padding-left: 8px;
}
ul.publications li a, ul.publications li span {
	display: inline;
}
ul.homeNews li a:hover, ul.publications li a:hover {
	color: #333d47;
}
ul.buttons {
	float: left;
	padding: 0 0 16px 8px;
	width: calc(100% - 8px);
}
ul.buttons li {
	padding: 0 12px 0 0;
	float:left;
}
ul.publications {
	float:left;
	margin-top: 1rem;
	padding: 0;
}
ul.publications li {
	text-transform: uppercase;
	padding: 0 0 14px 0;
	font-weight: 600;
}

/* ------ HOME FEATURED PROJECTS ------ */

#featuredInspectors {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: #D8E6F0;
}

#featuredInspectors h1 {
	font-size: 1.5em;
	display: block;
	width: 100%;
	padding: 0;
	margin: 1rem 0;
	background: transparent;
	border-top: none;
	border-bottom: none;
	color: #fff;
}
#gradientOverlay {
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 15;
}
#contentOverlay {
	position: relative;
	padding: 0;
	margin: 20px auto;
	width: 90%;
}
#contentOverlay .aboutPB {
	font-size: 1em;
	padding: 0;
	margin: 0;
}
#contentOverlay div.projectInfoContainer {
	font-size: .85em;
	display: block;
  margin: 0 0 1rem 0;
	width: 100%;
	padding: 0;
}
#contentOverlay .projectNavigation {
	position: relative;
	margin: 8px auto;
	padding: 0;
	width: 75%;
	max-width: 340px;
	height: 40px;
}
#contentOverlay a.projectButton {
	display: block;
	position: absolute;
	bottom: 50%;
	height: 20px;
	width: 10px;
	cursor: pointer;
	text-indent: -999999px;
	transform: translateY(50%);
}
#contentOverlay a.prev {
	left: 0;
	background: url(/images/btn_featured_inspectors_prev.png) no-repeat scroll 0 0 transparent;
	background-size: cover;
}
#contentOverlay a.next {
	right: 0;
	background: url(/images/btn_featured_inspectors_next.png) no-repeat scroll 0 0 transparent;
	background-size: cover;
}
#contentOverlay a.projectButton:hover {
	background-position: 0px -20px;
}

#contentOverlay .projectDots {
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	position: absolute;
  left: 0;
  right: 0;
  bottom: 51%;
	margin: 0px auto;
	width: 75%;
	padding: 0px;
}

#contentOverlay .projectDots a {
	-webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
	display: block;
	background: url(/images/icon_pager_featured_inspectors.gif) no-repeat scroll 0 0 transparent;
	font-size: 1px;
	height: 7px;
	width: 7px;
	cursor: pointer;
}

#contentOverlay .projectDots a:hover {
	background-position: 0px -7px;
}

#contentOverlay .projectDots a.active {
	background-position: 0px -7px;
}

#contentOverlay .projectDetail {
	width: 100%;
	position: relative;
	padding: 0;
}

#contentOverlay .projectDetail div {
	z-index: 8;
	position: absolute;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .18s ease-out;
}
#contentOverlay .projectDetail div.active {
	position: relative!important;
	max-height: 320px!important;
	overflow: initial;
	opacity: 1;
	transition: opacity .3s ease-out;
}
#contentOverlay .projectName {
	margin: 0;
}

#contentOverlay .projectLocation {
	margin: 0;
	text-transform:uppercase;
}

#slideshow {
	height: 194px;
	padding: 0px;
	position: relative;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
#slideshow img {
	display: block;
	position: absolute;
	bottom: 50%;
	right: 50%;
	z-index: -1;
	width: 135%;
	height: auto;
	opacity: 0;
	transform: translate(50%,50%);
}
#slideshow img.active {
	z-index: 10;
	opacity: 1;
}
#slideshow img.last-active {
	z-index: 9;
}
/* deployment map */
.mapRegionContainer {
	width: 100%;
	margin: 0;
	padding: 0px;
	clear: both;
}
.mapRegion, .declarationLegend {
	font-size: 0.83em;
	padding-top: 5px;
}
.mapRegion {
	margin-bottom: 2rem;
}
.declarationLegend div {
	width: 15%;
}
.declarationLegend div.decRegionWide {
	width: 30%;
}
.mapRegion {
	width: 100%;
}
.activeRegion:hover {
	cursor: pointer;
}
.decStatus1 {
	background: url(/images/deployment_status1.gif) no-repeat 0 4px !important;
}
.decStatus2 {
	background: url(/images/deployment_status2.gif) no-repeat 0 4px !important;
}
.decStatus3 {
	background: url(/images/deployment_status3.gif) no-repeat 0 4px !important;
}
.decStatus4 {
	background: url(/images/deployment_status4.gif?123) no-repeat 0 4px !important;
}
.decStatus1:hover,.decStatus2:hover,.decStatus3:hover,.decStatus4:hover {
	opacity: .8;
}
.decRegion {
	display: inline-block;
  background: url(/images/grfx_map_marker_inactive.gif) no-repeat 0 6px;
  background-size: 19px;
  padding: .5em 0em .5em 22px;
  position: relative;
  width: 64%;
  font: 0.69em 'Montserrat', sans-serif;
}
.declarationLegend .decRegion {
	max-width: 92px;
}
.decLabelLeft {
	width: 24%;
	min-width: 92px;
}
.jvectormap-label {
	position: absolute;
	display: none;
	border: solid 1px #1e95e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	color: #44494E;
	padding: 7px;
	min-height: 100px;
	min-width: 150px;
	font-size: 0.8em;
}

.qtip-content p, .jvectormap-label p {
	line-height: 1.5em;
	margin: 8px 0px 2px 0px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
/*display: none;*/
}
