/*
Theme Name: Parent to Parent NYS
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for ptopnys.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ptopnys

This theme, like WordPress, is licensed under the GPL.

ptopnys is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
hr{box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}
fieldset{padding:.35em .75em .625em}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
textarea{overflow:auto}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
[hidden],template{display:none}
button,hr,input{overflow:visible}
progress,sub,sup{vertical-align:baseline}
[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
:root {
    --green: #2e441e;
    /*--gold: #f6c453;*/
    --gold: #b9a36f;
    --dark-grey: #3B3B3B;
    --red: #af5354;
    --lightgreen: #4e763b;
    --darkgreen: #112006;
    --tec-color-accent-primary: #2e441e; 
}

/*--------------------------------------------------------------
# Typography
    
font-family: niveau-grotesk, sans-serif;
font-family: proxima-nova, sans-serif;
--------------------------------------------------------------*/
body, button, input, select, textarea {    
    color: var(--dark-grey);
    font-size: 19px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    background-color: #fff
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	line-height: 1.2em;
    font-weight: 700;
    color: var(--green);
    font-family: niveau-grotesk, sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 2.6rem;
    margin-bottom: 1em;
    line-height: 1.1em;
    text-align: center;
}
h2 {
    font-size: 2.2rem;
    margin-bottom: .5em;
}
h3 {
    font-size: 1.5rem;
    margin-bottom: .5em;
}
p {margin: 0 0 1.5em;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background-color: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem;}
abbr, acronym {border-bottom: 1px dotted #666; cursor: help;}
mark, ins {background-color: #fff9c0; text-decoration: none;}
big {font-size: 125%;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html{box-sizing:border-box}
*,:after,:before{box-sizing:inherit}

hr {
    background-color: #989898;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ol, ul {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 1.5em;
}
ul{
    list-style:disc;
}
.content-area ul {
    list-style: disc;
    padding: 0 0 0 1.5em;
}
.content-area ul li {
    position: relative;
    padding-left: 0;
}
.content-area ul.blocklist  {
    list-style: none;
    padding: 0;
}
/*
.content-area ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #989898;
    left: 0;
    position: absolute;
}
.content-area .gform_wrapper ul li:before,
.content-areasoliloquy-outer-container ul li:before{
    content: none;
}*/
body .gform_wrapper form li, body .gform_wrapper li {
    padding-left: 0;
}
ol{list-style:decimal}
li>ol,li>ul{margin-bottom:0;margin-left:1.5em}
dt{font-weight:700}
dd{margin:0 1.5em 1.5em}
img{height:auto;max-width:100%}
figure{margin:1em 0}
table{margin:0 0 1.5em;width:100%}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #4F7C36;
	text-decoration: none;
	transition: all ease 0.5s;
}
a:hover, a:focus, a:active {
	color: #112006;
	outline: 0;
}
a:focus {
    outline: 2px dotted #000;
    outline-offset: 2px;
}

a[href^="tel:"] {
    white-space: nowrap;
}
.content-area a:not(.button),
.content-area a:not(.button):visited,
.tribe-events-pg-template a,
.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical,
.tribe-common a {
    text-decoration: underline;
}
.tribe-events-calendar-latest-past {
    display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button, input[type="button"], input[type="reset"], input[type="submit"],
.top-navigation ul li.menu-item-138 a {
    background-color: var(--gold);
    border-radius: 60px;
    border: none;
    box-shadow: none;
    color: var(--dark-grey);
    display: inline-block;
    font-family: niveau-grotesk, sans-serif;
    font-size: 1.4rem;
    line-height: 1em;
    padding: 0.6em 1.4em .6em;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    transition: .5s ease;
}
.top-navigation ul li.menu-item-138 a  {
    font-size: 1.1rem;
}
.top-navigation ul li.menu-item-138:hover a {
    color: #fff;
    background-color: var(--green);
}
.top-navigation ul li.menu-item-138 a:hover,
.top-navigation ul li.menu-item-138 a:focus {
    border: 0;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button {
    padding: .6em 1em !important;
}
.button:hover, a.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus, a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background-color: #0c0c0c;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #737373;
	border-radius: 0;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
.tribe-events-c-subscribe-dropdown__container {
    display: none!important;
}
/*--------------------------------------------------------------
#Admin Bar Sticky Header Styles
--------------------------------------------------------------*/

/*.admin-bar .site-header {
    top: 32px;
}*/
.admin-bar .site-header.sticky {
    top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .site-header.sticky {
    top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .site-header.sticky {
    top: 0;
}
}
/*--------------------------------------------------------------
#Template Styles
--------------------------------------------------------------*/

html {
  scroll-padding-top: 140px; /* height of sticky header */
}

.centered {
    text-align: center;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 0 1em;
}
.mediumlargecontainer {
    max-width: 1200px;
}
.mediumcontainer {    
    max-width: 1000px;
}
.smallcontainer {
    max-width: 800px;
}
.nowrap {
    white-space: nowrap;
}
.row {
    padding-top: 5em;
    padding-bottom: 5em;
}
.smrow {
    padding-top: 3em;
    padding-bottom: 3em;
}
.paddingtop {
    padding-top: 3em;
    padding-bottom: 0;
}
.paddingbottom {
    padding-top: 0;
    padding-bottom: 3em;
}
.embed-container {
    height:0;
    margin-bottom:3em;
    max-width:100%;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position:absolute;
    top:0;
    height:100%;
    left:0;
    width:100%;
}
.flexed {
    display: flex;
    justify-content: space-between;
}
.flexedtop {
    align-items: flex-start;
}
.flexedcenter {
    align-items: center;
}
.flexedbottom {
    align-items: flex-end;
}
.flexedjustifystart {
    justify-content: flex-start;
}
.flexedjustifycenter {
    justify-content: center;
}
.flexedjustifyend {
    justify-content: flex-end;
}
.flexedstretch {
    align-items: stretch;
}
.flexedwrap {
    flex-wrap: wrap;
}
.flex2 {
    flex-basis: 48%;
}
7.flex3 {
    flex-basis: 32%;
}
.nolineheight {
    line-height: 0;
}
.greybg {
    background-color: #ededed;
}
.goldbg {
    background-color: var(--gold);
}
.greenbg {
    background-color: #455e32;
    color: #fff;
}
.greenbg a,
.greenbg .entry-content a {
    color: #fff;
}
.goldbg a,
.greenbg .entry-content a {
    color: #309FBB;
}

/*--------------------------------------------------------------
#Header Styles
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    transition: .5s ease;
    position: relative;
    background: #fff;
}
.headertop {
    border-bottom: 1px solid #b9b9b9;
    padding: 0.4em 0;
}
.headermiddle {
    background: #fff;
    width: 100%;
}
#sticky-anchor {
    position: absolute;
    transition: all ease 0.3s;
    width: 100%;
    z-index: -1;
}
.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px #777;
}
.site-logo {
    line-height: 0;
    max-width: 120px;
    transition: .5s ease;
}
.site-logo a {
    display: block;
}
.site-logo a:hover,
.site-logo a:focus {
    transform: scale(1.1);
}
.site-logo img {    
    transition: .5s ease;
}
.headersearch {
    width: 100%;
    display: none;
    text-align: center;
    padding: 0.3em 2%;
    position: absolute;
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 100;
}
.headersearch input.search-field {
    width: calc(100% - 152px);
    padding: 0.5em;
    display: inline-block;
    vertical-align: top;
}
.headersearch input.search-submit {
    padding: 0.55em 1.4em 0.55em;
}
.headersearch form.search-form {
    display: inline-block;
    width: calc(100% - 20px);
}
.headersearch .fa-times {
    vertical-align: top;
}
.hero-image {
    position: relative;
}
.herotext.goldshadow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    padding: 0.8em 1.5em;
    background: #ffffff;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 2.9rem;
    color: #2e441e;
    font-weight: 700;
    font-family: niveau-grotesk, sans-serif;
    line-height: 1.1em;
}
/*
.home .featuredimg:after {
    background-color: #2f451f;
    opacity: .8;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}*/
.home .herotext {
    width: 100%;
    max-width: 570px;
    left: 2em;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.2em 1.5em;
}
.home .herotext span {
    text-transform: uppercase;
    font-size: 1.6rem;
    display: block;
    letter-spacing: 5px;
    line-height: 1em;
    margin: 0 0 0.3em;
}
.herotext.goldshadow a.button {
    display: block;
    max-width: 290px;
    margin: 0.6em auto 0;
}
/*.herotext.goldshadow {
    position: absolute;
    bottom: 1.3em;
    left: 50%;
    z-index: 10;
    width: 100%;
    padding: 0.8em 1.5em;
    background: #ffffff;
    text-align: center;
    max-width: 800px;
    transform: translateX(-50%);
    font-size: 2.9rem;
    color: #2e441e;
    font-weight: 700;
    font-family: niveau-grotesk, sans-serif;
    line-height: 1.1em;
}*/
.goldshadow {
    position: relative;
}
.goldshadow:before {
    position: absolute;
    bottom: -15px;
    z-index: 10;
    width: 100%;
    content: '';
    background: var(--gold);
    height: 15px;
    left: 15px;
}
.goldshadow:after {
    position: absolute;
    top: 15px;
    right: -15px;
    z-index: 10;
    width: 15px;
    content: '';
    background: var(--gold);
    height: 100%;
}


/*==============================================
FLexible Content
==================================================*/
.backgroundimage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.parallax {
    background-attachment: fixed;
    height: 500px;
}
.post-17 .twocolumns p {
    font-size: 1.45rem;
}
.page-id-17 .backgroundimage.parallax {
    background-attachment: initial;
    background-position: top;
}
.calltoaction {
    position: relative;
    flex-basis: 31%;
    margin-bottom: 3em;
}
.home .calltoaction {
    flex-basis: 48%;
}
.calltoactiontext span {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    display: block;
    font-size: 1.2rem;
    margin: 0.5em 0 0.3em;
    display: none;
    transition: .5s ease;
    opacity: 0;
}
.calltoactiontext:hover span {
    display: block;
    opacity: 1;
}
.calltoactiontext {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .5s ease;
}
.calltoactiontext a {
    background: rgba(255,255,255,.85);
    display: block;
    padding: 0.3em 1.4em;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: niveau-grotesk, sans-serif;
    text-decoration: none;
    line-height: 1em;
    transition: .5s ease;
}
.calltoactiontext a:hover,
.calltoactiontext a:focus {
    padding: .3em 1.4em .6em;
}
.calltoactiontext i {
    font-size: 1.5rem;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
}
.blogfeedheader h2 {
    font-size: 3rem;
    text-transform: uppercase;
}
.blogfeedpost {
    border: 10px solid var(--gold);
    padding: 2em;
    flex-basis: 32%;
}
.blogfeedpost h3 {
    font-size: 1.5rem;
    margin-bottom: 1em;
}
.blogfeedpost p {
    margin-bottom: 0;
}
.postinfo {
    text-transform: uppercase;
    color: #606060;
    font-size: .9rem;
    margin-bottom: 0.5em;
}
.blogfeedpost a.button {
    font-size: 1rem;
    margin-top: 1em;
}
.blogfeedpost a.readmorebutton {
    text-transform: uppercase;
    display: block;
    margin: 1em 0 0;
}
.blogfeedfooter {
    margin-top: 3em;
}
.blogfeedfooter a.button {
    background-color: var(--green);
    color: #fff;
}
.blogfeedfooter a.button:hover,
.blogfeedfooter a.button:focus {    
    background-color: var(--gold);
    color: var(--darkgrey);
}
.boardmember {
    align-items: flex-start;
    margin-bottom: 5em;
}
.boardmemberinfo {
    flex-basis: 28%;
}
.boardmembername {
    background: #2e441e;
    padding: 2em;
}
.boardmembername h2 {
    font-size: 1.9rem;
    color: #fff;
    margin-bottom: 0;
}
.boardmemberbio {
    flex-basis: 67%;
}
.boardmembername span {
    display: block;
}
.officelocation {
    flex-basis: 47%;
    padding: 2em;
    margin: 0 0 4em;
}
.post-18 p.hasbutton {
    display: inline-block;
    margin-right: 2em;
}
.column {
    flex-basis: 46%;
    position: relative;
}
.post-17 .column:first-of-type:after  {
    position: absolute;
    content: '';
    right: -7%;
    top: 0;
    height: 100%;
    width: 6px;
    background-color: var(--gold);
}
/*Search Page*/
.search-results .content-area  h2 {
    font-size: 1.7rem;
}
.search-results article {
    border-bottom: 1px solid #bbb;
    padding-bottom: .5em;
    margin-bottom: 2em;
}
.home .contenttop {
    text-align: center;
}
.headerborder h1,
.headerborder h2,
.headerborder h3,
.boardmembername span.boardtitle {
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
    position: relative;
}
.headerborder h1:after,
.headerborder h2:after,
.headerborder h3:after,
.boardmembername span.boardtitle:after {
    background-color: var(--gold);
    content: '';
    width: 140px;
    height: 5px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.boardmembername span.boardtitle:after,
.resources.headerborder h2:after {
    left: 0;
    transform: none;
    width: 60px;
}
.resources.headerborder h3 {
    padding-bottom: 0;
    margin-bottom: .5em;
}
.resources.headerborder h3:after {
    content: none;
}
.home .contenttop p {
    font-size: 1.4rem;
}
.featuredimg {
    height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
:not(.home) .featuredimg {
    background-image: url(/wp-content/uploads/2021/10/header-6.jpg);
}
.featuredimg img {
    max-width: none;
    width: 100%;
}
.home .featuredimg {
    height: calc(100vh - 163px);
    min-height: 500px;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.mobile-nav-wrapper #opennav:hover,
.mobile-nav-wrapper #opennav:focus {
    color: #000;
}
.redmorebiotext {
    display: none;
    margin-top: 1em;
}
a.bioreadmore {
    padding-right: 1em;
    position: relative;
    text-transform: uppercase;
    font-size: 1.3rem;
}
a.bioreadmore:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 0;
}
a.bioreadmore.active:after {
    content: "\f106";
}
/*--------------------------------------------------------------
#Blog Styles
--------------------------------------------------------------*/
.masonrypost .entry-title {
    margin-bottom: 1em;
    position: relative;
    text-transform: uppercase;
    line-height: 1em;
}
.masonrypost .entry-title a {
    color: #b75b1a;
    border: 0;
}
.js-masonry {
    margin-top: 4em;
}
.masonrypost {
    border: 1px solid #e4e4e4;
    width: 48%;
    margin: 0 1% 3em;
    float: left;
}
.blogfeatured {
    line-height: 0;
}
.blogfeatured img {
    width: 100%;
    max-width: none;
}
.masonrypost h2 {
    font-size: 1.8rem;
    margin-bottom: 1em;
}
.postinfo, .entry-meta {
    letter-spacing: 3px;
    font-size: 1rem;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
}
.postpadding {
    padding: 2em;
}
.entry-meta, .entry-footer {
    font-size: 80%;
}
.entry-footer {
    padding: 2em 0;
}
.blog h1, .archive h1 {
    text-align: center;
    position: relative;
}
.entry-meta {
    margin-bottom: 3em;
    padding-bottom: 2em;
    border-bottom: 1px solid #e2e2e2;
}
.post h1 {
    margin-bottom: .2em;
}
.post .posted-on {
    text-align: center;
    display: block;
}
.cat-links, .tags-links, .comments-link {
    display: block;
    width: 100%;
}
.posts-navigation {
    padding-top: 1em;
    font-size: 90%;
    border-top: 1px solid #e2e2e2;
}
.blog h2.entry-title {
    margin-bottom: 1em;
}


/*--------------------------------------------------------------
#Contact Styles
--------------------------------------------------------------*/
.post-5 h1 {
    text-align: center;
}
.contactwrap {
    display: flex;
}
.contactleft {
    flex-basis: 50%;
    padding-right: 2%;
    margin: 50px 0 0;
}
.contactleft h2 {
    font-size: 26px;
    margin-bottom: 7px;
}
.contactleft h2:nth-of-type(2) {
    margin-top: 30px;
}
.contactright {
    flex-basis: 50%;
    margin-top: 30px;
    padding: 20px 3%;
    border: 1px solid #d2d2d2;
}
.contactsocial.footersocial {
    margin-top: 1em;
    text-align: left;
}
.contactsocial.footersocial a {
    text-decoration: none;
    font-size: 1.2em;
    display: inline-block;
    margin: 0 20px 0 0;
    color: var(--green);
    border: 2px solid var(--green);
}

/*--------------------------------------------------------------
#Footer Styles
--------------------------------------------------------------*/
.emailsignup {
    border: 1px solid #fff;
    padding: 1.2em 1.9em;
    max-width: 500px;
}
.footercol.emailsignup h2 {
    font-size: 1.7rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}
.emailsignup p {
    line-height: 1.3em;
    margin-bottom: 1em;
}
.emailsignup a.button {
    text-decoration: none;
}
.companyinfo {
    margin-left: 2em;
}
.footercols {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6em;
    align-items: flex-start;
}
.footercol h2 {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.footercol .footerlogo a {
    text-decoration: none;
    display: block;
}
.footercol4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footercol4 ul li {
    margin-bottom: 0.2em;
}
.footercol4 ul li a {
}
.footercol strong {
    text-transform: uppercase;
    font-size: 1.1rem;
}
.footercol a {
    color: #fff;
    text-decoration: underline;
}
.footercol a:focus {
    outline: 2px dotted #fff;
}
.footercol a:focus,
.footercol a:hover {
    color: var(--gold);
}
.emailsignup a.button {
    background-color: #fff;
    color: #000;
} 
.emailsignup a.button:hover,
.emailsignup a.button:focus {
    background-color: #000;
    color: #fff;
}
.footerlogo {
    line-height: 0;
    text-align: center;
    padding: 0.5em;
    max-width: 160px;
    background: #fff;
}
.footersocial {
    margin-top: 1em;
    text-align: center;
}
.footersocial a {
    font-size: 1.3rem;
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
    transition: .3s ease all;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 1.7em;
}
.footersocial a:hover {
    background-color: #fff;
    color: #000000;
}
.footercol4 a.button {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: left;
}
.footerassoc {
    padding-bottom: 3em;
    @media screen and (max-width: 800px){
        flex-direction: column;
        gap: 1em;
    }
}
.footerassoc img {
    max-height: 120px;
    width: auto;
    margin: 0 1em;
    background: #fff;
    padding: 0.8em;
}
.mannix {
    font-size: 15px;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background: #355021;
}
.mannix p {
    margin-bottom: 0.125em;
}
.mannix a {
    text-decoration: underline;
    color: #fff;
}
.mannix a:hover,
.mannix a:focus {
    color: var(--gold);
}
.mannix p:first-of-type {
    text-transform: uppercase
}
.js-masonry {
    margin-top: 40px;
}
/*--------------------------------------------------------------
# Navigation
## Menus
--------------------------------------------------------------*/
.top-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.top-navigation ul li {
    margin-left: 1em;
}
.top-navigation ul li a {
    font-size: 1.1rem;
    color: var(--grey);
}
.top-navigation ul li:hover a {
    color: var(--green);
    border-bottom: 1px dotted;
}
.main-navigation {
    width: 100%;
    max-width: 1020px;
}
.main-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main-navigation li {
    display: inline-block;
    margin: 0 0.5em;
    vertical-align: middle;
    position: relative;
}
.main-navigation li:last-of-type {
	margin-right: 0;
}
.main-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #2e441e;
    padding: 1.07em .5em;
    font-size: 1.2rem;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: niveau-grotesk, sans-serif;
    position: relative;
}
.main-navigation button {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
    top: 1px;
    right: -2px;
    z-index: 10;
    position: relative;
    color: #50683f;
    border: 0;
}
.main-navigation ul ul {
    background-color: #fff;
    width: auto;
    position: absolute;
    top: auto;
    z-index: 99999;
    text-align: left;
    padding: 10px 0;
    display: none;
    left: -999em;
    min-width: 240px;
}
.main-navigation ul ul li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 10px;
}
.main-navigation ul ul a {
    width: 100%;
    font-weight: 500;
    padding: 0;
    display: block;
    color: #444444;
    font-size: 17px;
    line-height: 1em;
    border-bottom: 1px solid #cacaca;
    padding: 10px;
    transition: .5s ease all;
	background: #fff;
}
.main-navigation ul ul li.menu-item-has-children a {
    padding-right: 0;
}
.main-navigation ul ul li:last-of-type a {
    border: 0;
}
.main-navigation ul ul ul {
    position: relative;
    left: 0;
    display: block;
    padding: 0;
    border-bottom: 1px solid #cacaca;
}
.main-navigation ul ul ul li {
    padding: 0;
}
.main-navigation ul ul ul li a {
    text-transform: none;
    font-size: 1rem;
    padding-left: 20px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
}
.main-navigation li:hover > a,
.main-navigation li > a:focus,
.main-navigation li.focus > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	color: var(--lightgreen);
}
.main-navigation li > a:after,
.main-navigation li > a:focus:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after {
    opacity: .2;
    transition: .5s all cubic-bezier(0.48, -0.01, 0.27, 1.21);
    background-color: var(--lightgreen);
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    transform: translateZ(0) scaleX(0);
    will-change: opacity, transform;
}
.main-navigation li:hover > a:after,
.main-navigation li > a:focus:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after {
    opacity: .7;
    transform: translateZ(0) scaleX(1);
}

.main-navigation ul ul li:hover > a:after,
.main-navigation ul ul li > a:focus:after,
.main-navigation ul ul li.focus > a:after,
.main-navigation ul ul .current_page_item > a:after,
.main-navigation ul ul .current-menu-item > a:after {
    content: none;
}
/*.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a */

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a {
    color: var(--lightgreen);
}

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 0;
    z-index: 10001;
    box-shadow: 0px 0px 10px #616161;
}
.mobile-nav-wrapper {
    display: none;
    z-index: 10000;
    position: relative;
    cursor: pointer;
}
.mobile-nav-wrapper span {
    color: #444;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0;
    text-transform: uppercase;
}
#opennav, #closenav {
    background-color: transparent;
    border-radius: 0;
    color: var(--green);
    font-size: 2.5rem;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}
#closenav {
    color: color: var(--green);
    margin: 20px 20px 0 20px;
    font-size: 3.5rem;
    right: 0;
}
#mobile-menu {
    padding: 0 5%;
    clear: both;
    max-width: 600px;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
}
.mobile-navigation ul {
	list-style-type: none;
	padding: 0;
}
.mobile-navigation ul ul {
	display: none;
	margin: 0;
}
.mobile-navigation ul ul li a {
    padding-left: 20px;
    font-size: 16px;
}
.mobile-navigation li a {
    border-top: 1px solid #dcdcdc;
    color: color: var(--green);
    display: block;
    padding: 9px 14px;
    font-size: 1rem;
    font-family: niveau-grotesk, sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
}
.mobile-navigation li.current-menu-item > a,
.mobile-navigation li > a:hover, .mobile-navigation li > a:focus {
    background-color: var(--green);
    color: #FFF;
}
.mobile-navigation li { position: relative; }
.mobile-navigation ul li.menu-item-has-children > a {
    margin-right: 30px;
}
.mobile-navigation li > button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 8px 10px;
    z-index: 1000;
    background-color: #e5e5e5;
    color: #000;
    border: 0;
    border-top: 1px solid #d6d6d6;
}
.mobile-navigation li > button:hover,
.mobile-navigation li > button:focus {
    background-color: #494641;
    color: #fff;
}
.mobile-navigation ul li.focus > ul {display: block;}

/*--------------------------------------------------------------
## Comment Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {margin: 0 0 1.5em; overflow: hidden;}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {float: left; width: 50%;}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {float: right; text-align: right; width: 50%;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; background-color: #FFF; }
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;}
#content[tabindex="-1"]:focus {outline: 0;}
a.skip-link {color: #000; background-color: #FFF;}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline; float: left; margin-right: 1.5em;}
.alignright {display: inline; float: right; margin-left: 1.5em;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {content: ""; display: table; table-layout: fixed;}
.clear:after, .entry-content:after, .comment-content:after, .site-content:after, .site-footer:after {clear: both;}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {margin: 0 0 1.5em;}
.widget select {max-width: 100%;}

/*--------------------------------------------------------------
# Content
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.byline, .updated:not(.published) {display: none;}
.single .byline, .group-blog .byline {display: inline;}
.page-content, .entry-content, .entry-summary {margin: 0;}
.page-links {clear: both; margin: 0 0 1.5em;}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {display: none;}
.comment-content a {word-wrap: break-word; }
.bypostauthor {display: block; }
embed, iframe, object {max-width: 100%;}
.wp-caption {margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] {display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text {margin: 0.8075em 0; }
.wp-caption-text {text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em;}
.gallery-item {display: inline-block; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 49%;}
.gallery-columns-3 .gallery-item {max-width: 32.33%; }
.gallery-columns-4 .gallery-item {max-width: 24%; }
.gallery-columns-5 .gallery-item {max-width: 19%; }
.gallery-columns-6 .gallery-item {max-width: 15.66%; }
.gallery-columns-7 .gallery-item {max-width: 13.28%; }
.gallery-columns-8 .gallery-item {max-width: 11.5%; }
.gallery-columns-9 .gallery-item {max-width: 10.11%; }
.gallery-caption {display: block; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1400px){
.home .herotext {
    max-width: 420px;
}
}
@media screen and (max-width: 1300px){
.emailsignup {
    margin: 0 2%;
    max-width: 340px;
}
}
@media screen and (max-width: 1200px){
.home .herotext {
    max-width: 370px;
    padding: 1.2em 0.5em;
}
}
@media screen and (max-width: 1024px){
h1 {
    font-size: 2.2rem;
}
.featuredimg {
    height: 200px;
}
.site-logo {
    max-width: 70px;
}
.mobile-nav-wrapper {
    display: block;
}
.headertopright {
    display: flex;
    align-items: center;
}
.top-navigation {
    margin-right: 1.2em;
}
.main-navigation a {
    font-size: 0.8em;
}
.headermiddle,
.footercol.footercol4  {
    display: none;
}
.home .featuredimg {
    background-position: right top;
}
.home .herotext {
    width: 90%;
    left: 50%;
    bottom: 2em;
    transform: translateX(-50%);
    max-width: 570px;
    top: auto;
    padding: 0.7em 0.5em;
    font-size: 2.3rem;
}
.herotext {
    font-size: 2.2rem;
    line-height: 1.4em;
}
.home .herotext span {
    font-size: 1.3rem;
    margin: 0;
}
.blogfeedpost {
    flex-basis: 100%;
    margin: 0 0 2em;
}
.blogfeedfooter {
    margin-top: 0;
}
.column {
    flex-basis: 100%;
    margin-bottom: 2em;
}
.footerlogo {
    margin: 0 auto;
}
.footercols.flexed {
    flex-wrap: wrap;
}
.footerleft {
    flex-basis: 100%;
    justify-content: center;
}
.footercol1 {
    margin: 0 0 2em;
}
.emailsignup {
    max-width: 500px;
    margin: 0 auto;
}
.post-17 .column:first-of-type:after {
    content: none;
}
.officelocation {
    flex-basis: 100%;
}
.parallax {
    background-attachment: initial;
    height: 300px;
}
.boardmemberinfo {
    flex-basis: 34%;
}
.boardmemberbio {
    flex-basis: 60%;
}
.boardmembername h2 {
    font-size: 1.5rem;
}
.boardmembername span.boardtitle,
.boardmembername span.boardmembercontact {
    font-size: 1rem;
}
.contactleft {
    flex-basis: 100%;
    padding-right: 0;
    margin: 2em 0 0;
}
.contactright {
    flex-basis: 100%;
    margin-top: 3em;
}
.calltoactiontext span {
    display: block;
    opacity: 1;
}
}
@media screen and (max-width: 800px){
 .calltoaction,
 .home .calltoaction {
    position: relative;
    flex-basis: 93%;
    margin: 0 auto 3em;
}
.home .featuredimg {
    height: 400px;
    min-height: 400px;
}
.herotext.goldshadow {
    font-size: 1.7rem;
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    transform: none;
    max-width: 100%;
    border-bottom: 5px solid var(--gold);
    background: #ededed;
}
.herotext.goldshadow:after,
.herotext.goldshadow:before {
    content: none;
}
.parallax {
    height: 300px;
}
.boardmemberinfo {
    flex-basis: 100%;
}
.boardmemberbio {
    flex-basis: 100%;
    margin: 3em 0 0;
}
h1 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.8rem;
}
.masonrypost {
    width: 100%;
    margin: 0 0 3em;
    float: none;
}
}
@media screen and (max-width: 641px) {
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1em;
    min-height: 1rem;
}
.top-navigation .menu-item-138 {
    display: none;
}
}
@media screen and (max-width: 600px) {
.home .herotext span {
    font-size: 1.1rem;
    letter-spacing: 3px;
}
.herotext.goldshadow {
    font-size: 1.4rem;
}
.home .herotext .button {
    font-size: 1.2rem;
}
.calltoactiontext a {
   font-size: 1.9rem; 
}
.top-navigation .menu-item-137 {
    display: none;
}
.parallax {
    height: 200px;
}
}
@media screen and (max-width: 500px) {
.footerleft {
    flex-basis: 100%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.companyinfo {
    margin-left: 0;
    flex-basis: 100%;
}
.blogfeedheader h2 {
    font-size: 2.4rem;
}
.calltoactiontext a {
    font-size: 1.4rem;
    padding: 0.3em 1.8em;
}
.blogfeedpost {
    padding: 2em 1em;
}
.boardmembername {
    padding: 1em;
}
}
@media screen and (max-width: 450px){
.top-navigation ul li a {
    font-size: 0.9rem;
}
.herotext.goldshadow {
    font-size: 1.2rem;
    line-height: 1em;
}
.home .herotext span {
    font-size: 0.8rem;
}
}
@media screen and (max-width: 360px){
}