/*
Theme Name: Plumbing Foundation City of New York
Theme URI: https://plumbingfoundation.nyc
Author: Plumbing Foundation
Author URI: https://plumbingfoundation.nyc
Description: Plumbing Foundation City of New York
Version: 1.0.2ya
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pf

This theme, like WordPress, is licensed under the GPL.
*/

html {
--scroll-behavior: smooth;
scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
--scroll-behavior: auto;
scroll-behavior: auto;
}
}

* {
box-sizing: border-box;
}
html, body { margin: 0; padding: 0; }
body
{
	background-color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	color: #707070;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	font-weight: 500;
}
p { margin: 0 0 20px 0; }
a {color: #009afd;}
a:hover {color: #06477D}
#site-header
{
	max-width: 1280px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: auto;
}
.site-branding
{
	height: 319px;
	margin-top: 30px;
	width: 100%;
	background-color: #000;
}
.site-brand
{
	width: 1280px;
	margin: auto;
	background-image: linear-gradient(#000000 0%, #0085D3 80%, #0085D3 100%);
}
.site-title
{
	display: inline-block;
	width: 349px;
	vertical-align: top;
}
.site-title a
{
	margin: auto;
	width: 319px;
	height: 319px;
	display: block;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 175px;
	background-image: url(assets/images/Plumbing_Foundation_City_of_NY.png);
	background-image: linear-gradient(transparent, transparent), url(assets/images/Plumbing_Foundation_City_of_NY.svg);
	text-indent: -1000px;
	overflow: hidden;
}
.site-description
{
	display: inline-block;
	vertical-align: top;
	width: 916px;
	height: 319px;
	background-image: url(assets/images/wrench.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000px;
	overflow: hidden;
	background-color: #000;
}
.page-template-page-renewal .site-description
{
	text-indent: inherit;
	position: relative;
	z-index:10;
}
.page-template-page-renewal .site-description::before {
content: '';
position: absolute;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: -1;
}
ul#primary-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}


ul#primary-menu > li.menu-item > ul.sub-menu, ul#primary-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu
{
display: block;
list-style-type: none;
position: absolute;
bottom: auto;
margin:0;
padding:0;
opacity: 0;
visibility: hidden;
transition: visibility 0.5s, opacity 0.5s linear;
z-index: 101;
}

ul#primary-menu > li.menu-item > ul.sub-menu.shw {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu
{
	padding: 0;
	list-style-type: none;
	width: 221px;
	margin-left: 100%;
	margin-top: -45px;
}
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li,
ul#primary-menu > li.menu-item > .sub-menu > li,
ul#primary-menu > li.menu-item:hover > .sub-menu > li
 { display: block;}
ul#primary-menu > li.menu-item > ul.sub-menu > li a,
ul#primary-menu > li.menu-item:hover > ul.sub-menu > li a
{
	display: block;
    padding: 10px 25px 10px 25px;
    border-bottom: 1px solid #CCCCCC;
	background-color: #000;
	color: #DC1800;
	text-align: left;
	text-decoration: none;
	min-width: 248px;
}

ul#primary-menu > li.menu-item > ul.sub-menu > li a:hover,
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li a:hover
{
	border-bottom: 1px #706e6e solid;
	background-color: #000;
	color: #fff;
}
ul#primary-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a
{
	color: #E8F3F7;
}
ul#primary-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a
{
	color: #009afd;
}

ul#primary-menu > li.menu-item
{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ul#primary-menu > li.menu-item.lic > a
{
	color: #FFFF00;
}
ul#primary-menu > li.menu-item:nth-child(2) { }
ul#primary-menu > li.menu-item:hover,
ul#primary-menu > li.menu-item.current-menu-item a,
ul#primary-menu > li.menu-item.current-page-ancestor a
{
	color: #009afd;
}
ul#primary-menu > li.menu-item:hover a
{
	color: #009afd;
}
ul#primary-menu > li.menu-item.mn-home:hover
{
	box-shadow: none;
	background-color: transparent;
}
ul#primary-menu > li.menu-item:hover > .sub-menu
{
	visibility: visible;
	opacity: 1;
}
ul#primary-menu > li.menu-item > .sub-menu > li.menu-item:hover > .sub-menu
{
	visibility: visible;
	opacity: 1;
}

ul#primary-menu > li.menu-item a { text-decoration: none; }
ul#primary-menu > li.menu-item > a
{
	color: #fff;
	padding: 7px 25px 5px 25px;
	display: block;
}

ul#primary-menu > li.mn-home
{
margin: -84px auto 0 auto;
position: absolute;
right: 0;
left: 0;
width: 300px;}
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li.subtitle
{
	position: absolute;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	line-height: 28px;
	top: 32px;
	right: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
li.mn-home a
{
	display: block;
	width: 300px;
	height: 62px;
	background-repeat: no-repeat;
	background-size: 300px 62px;
	background-position: left top;
	background-image: url(assets/images/woodstock-library.png);
	background-image: linear-gradient(transparent, transparent), url(assets/images/woodstock-library.svg);
	text-indent: -1000px;
	overflow: hidden;
}
nav.secondary-navigation {position:absolute;}
ul.secondary-navigation-wrapper
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: 900;
	font-size: 14px;
	line-height: 17px;
	width: 225px;
}
ul.secondary-navigation-wrapper li
{
	background-color: #0085D3;
	background-image: linear-gradient(#0085D3 0%, #0085D3 20%, #00A1ED 100%);
	height: 50px;
	text-align: center;
	margin: 0 0 18px 0;
}
ul.secondary-navigation-wrapper li.current-menu-item { background: #06477D; }
ul.secondary-navigation-wrapper li a
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 17px 14px;
}
ul.secondary-navigation-wrapper li a:hover
{
	background: #06477D;
}
ul.secondary-navigation-wrapper li.ct8687
{
	background: none;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-top: 62px;
	text-align: left;
}
ul.secondary-navigation-wrapper li.ct8687 a
{
	color: #707070;
	padding: 0;
	text-decoration: underline;
}
ul.secondary-navigation-wrapper li.ct8687 a:hover
{
	color: #009AFD;
	background: none;
}
#masthead {margin-bottom: 50px;}
#hd-lic
{
	position: absolute;
	top: 9px;
	font-weight: 900;
	width: 349px;
	text-align: center;
}
#hd-lic a { color: #FFFF00; }
#page
{
	margin: 0 auto 0 auto;
	
	position: relative;
}
.menu-main-container
{
	max-width: 1280px;
	margin: auto;
}
#primary-navigation
{
	color: #fff;
	font-weight: 900;
	background-color: #000; 
}
#content
{
	position: relative;
	width: 1280px;
	padding: 0 50px;
	margin: auto;
	min-height: 415px;
}
.home #content
{
	padding-right: 25px;
	padding-left: 25px;
}
h1
{
	color: #06477D;
	font-size: 24px;
	line-height: 29px;
	margin: 0 0 20px 0;
	font-weight: 900;
}
.rn h1 {line-height: 24px;}
.category-pipecaster h1,
.category-pipecaster h2
{
	color: #06477D;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 0 0;
}
.category-pipecaster h2 { color: #707070; }
h2
{
	color: #707070;
	font-size: 24px;
	line-height: 29px;
	margin: 20px 0 0 0;
	font-weight: 900;
}
h2:first-child{margin: 0 0 20px 0;}
.entry-content > h2:first-child{margin: -20px 0 20px 0;}
h3
{
	color: #06477D;
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 0 0;
}
h4
{
	font-weight: 900;
	margin: 0;
	color: #06477D;
}
h1 a
{
	color: #06477D;
	text-decoration: none;
}
.rn h1 a
{
	color: #009AFD;
	text-decoration: underline;
}
h2.entry-title {}
h2.entry-title a
{
	text-decoration: none;
	color: #06477D;
}
ol li {padding-left: 10px;}
#sidebar
{
	float: left;
	max-width: 413px;
	position: relative;
	width: 25%;
	margin: 370px -100% 25px 0;
}
.wp-caption-text
{
	font-size: 14px;
	line-height: 18px;
}
article { display: block; }
#homebarout
{
	background-color: #000;
	height: 325px;
	width: 100%;
	margin: 30px 0 30px 0;
	position: relative;
	z-index: 10;
}
#homebar
{
	max-width: 1280px;
	background-color: #000;
	height: 325px;
	margin: 0 auto 0 auto;
	padding-top: 132px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 11;
}
#homebar::before
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
#homebar h1 a
{
	color: #fff;
	text-decoration: underline;
	margin-bottom: 12px;
}
#homebar h1 a:hover { color: #009AFD; }
#homebar h3 {color: #fff;}
#homebar h3 a {color: #fff;}
#homebar h3 a:hover {color: #009AFD;}
#colophon
{
	clear: both;
	display: block;
	padding-bottom: 0px;
	background-color: #000;
	margin-top: 150px;
	height: 250px;
	padding-top: 45px;
}
.footer-holder
{
	width: 1280px;
	position: relative;
	margin: auto;
}
.footer-navigation {	display: inline-block;
	vertical-align: top;
}
.footer-nav-widgets-wrapper
{
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.footer-widgets > div
{
	display: inline-block;
	vertical-align: top;
	margin-right: 38px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.ftlnk
{
	text-decoration: none;
	display: block;
	font-weight: 900;
	color: #009afd;
	margin-bottom: 12px;
}
a.ftlnk:hover
{
	color: #fff;
}
.ftlnk.wht
{
	text-decoration: none;
	display: block;
	font-weight: 500;
	color: #fff;
}
.ftlnk.wht:hover{color: #009AFD;}
.ftlnk.nobtmrg
{
	margin-bottom: 0;
}
.ftdiv {	margin-bottom: 12px; max-width: 100px;
}
.ftdiv .ftlnk {	margin-bottom: 0;
}
.address{margin-bottom: 12px;}
.site-info
{
	position: absolute;
	right: 0;
	top: 0;
}
.site-name {
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
	right: 0;
}
.site-name a
{
	display: block;
	color: #06477D;
	text-decoration: none;
	width: 150px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150px;
	background-image: url(assets/images/Plumbing_Foundation_City_of_NY.png);
	background-image: linear-gradient(transparent, transparent), url(assets/images/Plumbing_Foundation_City_of_NY.svg);
}
.footerinfo
{
	display: inline-block;
	vertical-align: top;
	margin: 46px 0 46px 0;
	color: #fff;
}
.footerinfo a { color: #fff; }
ul.footer-navigation-wrapper,
ul.footer-navigation-wrapper ul.sub-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 18px;
}
ul.footer-navigation-wrapper a
{
	text-decoration: none;
}
ul.footer-navigation-wrapper > li
{
	display: inline-block;
	min-width: 70px;
	vertical-align: top;
	margin-right: 24px;
}

ul.footer-navigation-wrapper > li > a
{
	font-weight: 900;
	color: #009afd;
}
ul.footer-navigation-wrapper > li:hover > a
{
	color: #fff;
}
ul.footer-navigation-wrapper > li > ul.sub-menu > li > a { color: #fff; }
ul.footer-navigation-wrapper > li > ul.sub-menu > li > a:hover { color: #009AFD; }
#ftsocial a
{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(assets/images/comm.png);
	background-image: url(assets/images/comm.svg), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 96px 24px;
	margin: 0 5px 0 5px;
}

#ftsocial a:first-child { margin-left: 0; }
#ftsocial a:last-child { margin-right: 0; }
#comm-facebook { background-position: 0 0; }
#comm-link { background-position: -24px 0; }
#comm-email { background-position: -48px 0; }
#comm-linkedin { background-position: -72px 0; }

#pipesocial
{
	margin-bottom: 20px;
}
#pipesocial a
{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(assets/images/social.png);
	background-image: url(assets/images/social.svg), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 160px 40px;
	margin: 0 5px 0 5px;
	background-color: #009afd;
}
#pipesocial a:hover { background-color: #06477D; }

#pipesocial a:first-child { margin-left: 0; }
#pipesocial a:last-child { margin-right: 0; }
#pipesocial-facebook { background-position: 0 0; border-radius: 50%; }
#pipesocial-link { background-position: -40px 0; }
#pipesocial-email { background-position: -80px 0; }
#pipesocial-linkedin { background-position: -120px 0; border-radius: 50%;}

#con {margin-top:30px;}
.frm button, #renewal a
{
	width: 225px;
	height: 50px;
	background-color: #DC1800;
	color: #fff;
	border: none;
	font-size: 14px;
	line-height: 17px;
	font-weight: 900;
	margin: 10px 0 20px 0;
	text-align: center;
	padding: 17px 14px;
	font-family: 'Libre Franklin', sans-serif;
	display: block;
	text-decoration: none;
}
.frm button:hover, #renewal a:hover
{
	background-color: #06477D;
	cursor: pointer;
}
.frm button:active, #renewal a:active
{
	background-color: #009afd;
}
.frm button.disabled
{
	background-color: #ccc;
	cursor: auto;
}
#con label {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
#sub input[type=email]
{
	width: 225px;
	margin-top: 20px;
	height: 34px;
padding: 6px 12px;
font-size: 14px;
	line-height: 16px;
}

#sub input[type=email]:focus {outline: 0;}
#con #optininpipeIn-label, #con #optininpipeOut-label
{
	padding-left: 14px;
	position: relative;
	width: auto;
	height: auto;
	font-weight: normal;
	display: inline;
	margin: 0;
}
#con textarea.form-control {
height: 72px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 16px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 500;
}
.form-control:focus { outline: 0; }
.form-group {
margin-bottom: 15px;
}
#result {
display: none;
}
.error { color: red; }
.success { color: #009afd; }
.follow {font-size:12px;}
#renewal
{
	text-align: center;
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: center top;
	z-index: 12;
}
#renewal a {margin: auto;}
#renew
{
	color: #fff;
	margin-top: 20px;
	padding: 133px 20px 20px 20px;
}

#searchform {margin: 20px 0 20px 0;}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.menu-toggle {display:none;}

.btn
{
	background-color: #906;
	color: #fff;
	font-size: 24px;
	line-height: 58px;
	padding-top: 1px;
	border-radius: 8px;
	text-align: center;
	border: #06477D 5px solid;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.btn.mid {width: 466px;}
.btn:hover { background-color: #154b4e; }
.t { display: table; }
.r { display: table-row; }
.c { display: table-cell; }

.social {margin-top:36px;}
.social a
{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	text-indent: -1000px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 18px;
	background-size: 350px 50px;
	background-repeat: no-repeat;
	background-image: url(assets/images/woodstock-social-media.png);
	background-image: linear-gradient(transparent, transparent), url(assets/images/woodstock-social-media.svg);
}
.social a:hover {background-color: transparent;}

.s-facebook { background-position: 0px 0px; }
.s-instagram { background-position: -200px 0px; }
.s-youtube { background-position: -250px 0px; }
.s-twitter { background-position: -300px 0px; }
.s-email { background-position: -100px 0px; }

article {padding-left: 300px;}
.home article {padding-left: 0;}
.rn
{
	margin: 0 0 24px 0;
	border-bottom: 1px #707070 solid;
	display: flex;
	align-items: center;
	padding: 0 0 20px 0;
}
.rn:last-child { border-bottom: none; }
.home .rn
{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
	border: none;
	padding: 0;
}
.rnrow { margin: 50px 0 50px -270px; }
.home .rnrow { margin: 0 0 50px 0; }
.home .rnrow .rn
{
	width: 33.33%;
	padding-top: 0;
	padding-right: 25px;
}
.rnimg
{
	display: inline-block;
	width: 200px;
	vertical-align: top;margin-bottom:0;margin-right:70px;
}
.home .rnimg {margin-right:0;margin-bottom:20px;}
.rnimg img {border-radius: 50%;}
.rninfo
{
	display: inline-block;
	vertical-align: top;
	max-width: 706px;
}
.home .rninfo
{
	display: block;
	width: auto;
	max-width: unset;
}
.rninfo p {	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
}
.home .rninfo p {	font-weight: 500;}

#ldrprtrt { position: absolute; }
#ldrprtrt img { width: 200px; height: auto;
border-radius: 50%;}
article.leadership { min-height: 300px; }
/* 
article.leadership h3 {color:#707070;}
 */
.ldrhd h3 {margin: 0;}
.ldrhd h3:last-child {margin:0 0 34px 0;}
#ldrcntnt {margin-top: 40px;}
.ldr { display: flex;
	align-items: center; margin-bottom: 18px;
}
.ldrinfo, .ldrimg {display: inline-block; vertical-align: top;}
.ldrimg {margin-right: 40px;}
.ldrimg img {width: 85px; height: auto; border-radius: 50%;display: block;}
.officer{ margin-bottom: 18px;}
#ldrcntnt h4 {text-transform: uppercase;}
h4.board
{
	margin-left: 125px;
	text-transform: uppercase;
}
.notice
{
	font-size: 14px;
	line-height: 16px;
	padding: 30px;
	background-color: #f2f2f2;
}
.notice a {color: #707070; }
.itemrow
{
	max-width: 706px;
	margin-top: 20px;
}
.item {margin: 0 0 20px 0;}
.item h3 { margin:0;}
.item .entry-meta
{
	color: #707070;
	margin: 0;
	font-weight: 900;
}
.item p { margin: 0; }
.entry-header .entry-meta {margin-bottom: 18px;}
.page-template-page-withsidebar article,
.page-template-page-pipecaster article
{
	padding: 0 0 50px 17px;
	display: inline-block;
	vertical-align: top;
	width: 898px;
}
#side
{
	padding: 0 50px 50px 0;
	display: inline-block;
	vertical-align: top;
	width: 282px;
}
#side h2 { margin: 0; color: #DC1800;}
.moretag {display: block;}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.post .entry-content a[rel~="noopener"] {word-break: break-all;}
@media (max-width: 1280px) {
	.site-description
	{
		max-width: 916px;
		width: 50%;
		width: calc(100% - 365px);
	}
	.site-brand {max-width: 1280px;width: auto;}
	#content {max-width: 1280px;width: auto;}
	.page-template-page-pipecaster article,
	.page-template-page-withsidebar article { width: calc(100% - 282px); }
	.footer-holder {
	max-width: 1280px;
	position: relative;width: auto;
	margin: auto;
	}
	#colophon {padding-left: 20px; padding-right: 20px;}
	.site-info{max-width: 31%;}
}

@media (max-width: 950px) {
.site-branding {
height: 160px;
}
.site-title { width: 190px;}
.site-title a {
width: 160px;
height: 160px;
background-size: 77px;
}
.site-info {
max-width: 18%;
}
.site-description
{
	width: calc(100% - 205px);
	height: 160px;
	background-position: center top;
}
	.site-name a
{
	width: 100px;
	height: 80px;
	background-size: 100px;
}
	#hd-lic {
top: auto;
width: 100%;
text-align: center;
margin-top: -90px;
}
	#renewal
	{
		background-size: 100px;
		background-position: right top;
		margin: 0 20px 0px 20px;
	}
	#renewal a
	{
		margin: 0;
	}
	#renew
	{
		text-align: left;
		padding: 0 110px 20px 0;
	}
}
@media (max-width: 780px) {
	ul#primary-menu
	{
		padding: 0;
		text-align: left;
	}
	ul#primary-menu > li.menu-item {
		display: block;
		padding-left: 15px;
	}
	ul#primary-menu ul.sub-menu {width: 100%;}
	ul#primary-menu li.menu-item {border-bottom: 1px solid #444;	}
	ul#primary-menu li.menu-item a{border-bottom: none;	}
	ul#primary-menu ul.sub-menu li.menu-item  {border-bottom: none; border-top: 1px solid #444;}
	ul#primary-menu > li.menu-item > ul.sub-menu > li a, ul#primary-menu > li.menu-item:hover > ul.sub-menu > li a {border: none;}
	ul#primary-menu  li.menu-item.menu-item-has-children::before
	{
		content: '+';
		position: absolute;
		width: 20px;
		height: 20px;
		padding: 0 0 6px 7px;
		margin: 6px 0 0 0;
		cursor:pointer;
	}
	ul#primary-menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.menu-item-has-children::before {padding: 4px 0 6px 34px;}
	ul#primary-menu  li.menu-item.menu-item-has-children.expose::before {content: '-';}

	/* 	ul#primary-menu > li.menu-item > ul.sub-menu, ul#primary-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu { position: relative;} */
/* 
	ul#primary-menu > li.menu-item:hover > .sub-menu{position: relative;}
 */
	ul#primary-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu { margin-left: 0; width: 100%;}
/* 
	ul#primary-menu > li.menu-item > .sub-menu > li.menu-item:hover > .sub-menu {position: relative;}
 */
	ul#primary-menu > li.menu-item:hover > .sub-menu,
	ul#primary-menu > li.menu-item > .sub-menu > li.menu-item:hover > .sub-menu
	{
		visibility: hidden;
		opacity: 0;
	}
	ul#primary-menu > li.menu-item.expose > .sub-menu,
	ul#primary-menu > li.menu-item.expose:hover > .sub-menu,
	ul#primary-menu > li.menu-item.expose > .sub-menu > li.menu-item.expose > .sub-menu,
	ul#primary-menu > li.menu-item.expose:hover > .sub-menu > li.menu-item.expose:hover > .sub-menu
	{
		visibility: visible;
		opacity: 1.0;
		position: relative;
	}
	ul#primary-menu > li.menu-item > a {padding-left:0;margin-left:25px;}
	ul#primary-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children a,
	ul#primary-menu > li.menu-item:hover > ul.sub-menu > li.menu-item-has-children a
	{padding-left:0;margin-left:50px;}
	nav.secondary-navigation{position: relative;}
	article { padding-left: 0; }

	#content
	{
		padding-right: 20px;
		padding-left: 20px;
	}
	.page-template-page-withsidebar article,
	.page-template-page-pipecaster article {width:auto;padding-left:0;}
	#ldrcntnt { text-align: center; }
	.ldr {margin-left: 0;}
	.ldrimg {margin: auto;}
	.ldrimg img {margin: auto;}
	#ldrprtrt { position: relative; }
	h4.board { margin-left: 0; }
	.footer-nav-widgets-wrapper {display: block; margin-top: 0;}
	#colophon
	{
		height: auto;
		padding-bottom: 50px;
		margin-top: 50px;
	}
	.site-info {display:block;position: relative;max-width:unset;}
	.site-name {position:relative;}
	ul.footer-navigation-wrapper > li { margin-bottom: 15px; display:block; }
	.footer-widgets > div { margin-bottom: 15px; display:block; }
	.ldrinfo, .ldrimg { display: block; }
	.ldr { display: block; }
	.rnrow
	{
		margin-left: 0;
		text-align: center;
	}
	.rnimg {margin: 0;}
	.rnimg, .rninfo, .rn,
		.home .rnimg, .home .rninfo, .home .rn, .home .rnrow .rn
	{
		display: block;
		width: auto;
		padding: 0;
	}
	.rn {padding-bottom: 20px;}
	ul.secondary-navigation-wrapper li.ct8687
	{
		font-size: 16px;
		line-height: 24px;
		margin-top: 5px;
	}
	
	#masthead {padding-bottom: 150px;}
	#masthead.toggled-off {padding-bottom: 0;}
	.site-branding
	{
		position: absolute;
		margin-top: 0;
		background-color: transparent;
		top: 0;
		left: 0px;
		z-index: 1001;
		height: auto;
	}
	.site-title {
	display: inline-block;
	width: 72px;
	vertical-align: top;
	}
	.site-title a {
	width: 62px;
	height: 50px;
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
		background-position: right bottom;
	background-size: 62px;
	background-image: url(assets/images/City_of_NY_Plumbing_Foundation_Licensed_Master_Plumbers.png);
	background-image: linear-gradient(transparent, transparent), url(assets/images/City_of_NY_Plumbing_Foundation_Licensed_Master_Plumbers.svg);
	text-indent: -1000px;
	overflow: hidden;
	margin: 20px;}
	.site-brand {
	background-image: none;
	}
	#primary-navigation {
	margin-top: 90px;
	}
	.site-description
	{
		height: 150px;
		width: 100%;
		max-width: 100%;
		position: relative;
	}
	.site-description::before
	{
		content: '';
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.2);
	}
	.site-description.toggled-off {display: none;}
	.page-template-page-renewal .site-description {height: 200px;}
	.page-template-page-renewal #masthead { padding-bottom: 200px; }
	#page {position: inherit;}
	ul#primary-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {margin-top:0;}
	.menu-toggle
	{
		display: block;
		border: none;
		background-color: transparent;
		height: 42px;
		width: 42px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		top: 23px;
		text-indent: -1000px;
		background-image: url(assets/images/menu.png);
		background-image: url(assets/images/menu.svg), linear-gradient(transparent, transparent);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 42px;
		right: 20px;
		z-index: 1199;
	}
	.menu-toggle.toggled-on
	{
		background-image: url(assets/images/menu-close.png);
		background-image: url(assets/images/menu-close.svg), linear-gradient(transparent, transparent);
	}
	.menu-main-container {display:none;}
	.menu-main-container.toggled-on {display:block;}
	.page-template-page-withsidebar .site-main,
		.page-template-page-pipecaster .site-main
	{
		display: flex;
		flex-direction: column-reverse;
	}
	.ftdiv { max-width: none; }
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}