/*
Theme Name: Eloquential 2026
Theme URI: http://maxkukoy.com
Author: Max Kukoy
Author URI: http://maxkuoy.com/
Description: Custom wordpress theme for eloquential
Version: 1.20
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

:root {
  --green: #2e2787;
  --red: #c00;
}
html {
  font-size: 66.5%;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1;
  background-color: #323232;
}
.outerwrap {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.outerwrap > .innerwrap:first-of-type {
  border-top: 10px solid var(--green);
}
.outerwrap.redbar .innerwrap {
  background: var(--green);
  color: #fff;
}
.maincontent {
  margin: 0 auto;
  padding: 0;
}
.innerwrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  position: relative;
  /*
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  */
  background-image: url("img/backgroundtexture.webp");
  background-repeat: repeat;
}
.innerwrap.redstripe {
  background-color: var(--green);
  background-image: none;
}
article,
header {
  position: relative;
  border-bottom: 1px solid #fff;
}
.redborder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background: var(--green);
  z-index: 200;
}
#branding {
  max-width: 890px;
  margin: 0 auto;
}
h1#logo {
  max-width: 330px;
  padding-top: 43px;
  margin: 0 auto;
}

h1#logo a {
  display: block;
}

h1#logo img {
  max-width: 330px;
}
a.svg {
  position: relative;
  display: inline-block;
}
h1#logo object {
  max-width: 330px;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h2 {
  font-size: 4rem;
  color: var(--green);
  line-height: 1;
  font-weight: 200;
  padding: 1.5rem 0;
}
h2 + h2 {
  padding-top: 0.5rem;
}
.parent-pageid-57 h2,
.parent-pageid-69 h2,
.parent-pageid-67 h2,
.single-client-buzz h2 {
  font-size: 3.6rem;
  padding-top: 2.3rem;
  padding-bottom: 1.1rem;
}
.parent-pageid-69 h2 {
  padding-bottom: 0.7rem;
}
.parent-pageid-67 h2 {
  color: #000;
  font-size: 2.8rem;
  padding-bottom: 0.5rem;
}
.single h2,
.blog h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.4rem;
  line-height: 1.4;
}
.single aside h2,
.blog aside h2 {
  font-size: 2.4rem;
  padding-bottom: 0.5rem;
}
article h2,
article h2 {
  line-height: 1.2;
}
h3 {
  font-size: 2.1rem;
  line-height: 1.2;
  color: var(--green);
  font-weight: 300;
  padding-top: 1rem;
}
h4 + p,
h3 + p {
  padding-top: 0;
}
article.post-73 h3 + p {
  padding-top: 0.75rem;
}
h4 {
  font-size: 2rem;
  color: var(--green);
  line-height: 1.1;
  font-weight: 400;
}
p {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0.75rem 0;
}
p.smallerfont {
  font-size: 1.1rem;
}
h4.smallerfont {
  font-size: 1.4rem;
}
article ul {
  list-style: none outside;
  margin-left: 6px;
}
article ul ul {
  margin-left: 8px;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
article:not(.post-73) li::before {
  content: "\00B7";
  display: inline;
  position: absolute;
  color: var(--green);
  padding-right: 6px;
  font-weight: bold;
  left: -6px;
}
article.post-73 {
  max-width: 768px;
  margin: 0 auto;
}
article.post-73 h3,
article.post-73 h4,
article.post-73 p {
  margin-left: 38px;
}
li {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0.25rem 0 0 3px;
  position: relative;
}
body article:not(.post-73) li li::before {
  content: "-";
  display: inline;
  position: absolute;
  color: #999;
  padding-right: 6px;
  font-weight: bold;
  left: -6px;
}

div.tagline {
  margin-top: 35px;
  padding-bottom: 50px;
}
span.line1 {
  color: var(--green);
  text-align: center;
  display: block;
  font-size: 4rem;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 1px;
}
span.line2 {
  color: #000;
  text-align: center;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
}
.innerwrap.heropic {
  background-image: url("img/microphone2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 440px;
  position: relative;
}
.innerwrap.heropic section {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

.innerwrap.aboutus {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.innerwrap .hassidebar {
  margin: 0 auto;
  padding-top: 55px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  max-width: 890px;
}
.innerwrap .biobannerwrap + .hassidebar {
  padding-top: 1px;
}
/*.parent-pageid-67 .innerwrap .hassidebar ,
.single-client-buzz .innerwrap .hassidebar {
	max-width: 730px;
}*/
.innerwrap .hassidebar section {
  max-width: 530px;
}
.parent-pageid-57 .innerwrap .hassidebar section {
  max-width: 610px;
}
.parent-pageid-57 .innerwrap .hassidebar article {
  padding-right: 65px;
}

.innerwrap .hassidebar aside {
  width: 28.645%;
  width: 130px;
  text-align: center;
  margin-right: 55px;
}
.innerwrap .hassidebar article {
  /*	margin-left: 265px; */
}
.biobannerwrap {
  margin: 0 auto;
  max-width: 890px;
  padding-top: 55px;
}
.innerwrap .biobanner {
  width: 100%;
  max-width: 890px;
  display: flex;
}
.single .innerwrap .columns,
.single .innerwrap .columns,
.blog .innerwrap .columns {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0 auto;
  max-width: 980px;
  padding-top: 40px;
}
.single .innerwrap article,
.blog .innerwrap article {
  width: 703px;
  padding-right: 100px;
  box-sizing: border-box;
}
.single .innerwrap aside,
.blog .innerwrap aside {
  width: 278px;
}
.gform_wrapper {
  max-width: 768px;
  margin: 0 auto 4rem;
}
.bionav {
  width: 280px;
  width: 31.416%;
  border-right: 10px solid #fff;
  background-color: #000;
}
.biopic {
  width: 610px;
  width: 68.539%;
}
.biopic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
figure {
  position: relative;
}
.single figure,
.blog figure {
  margin-bottom: 1rem;
}
figcaption {
  font-size: 1rem;
  padding-top: 0.5rem;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  color: #fff;
}
.posthumb figcaption {
  position: relative;
  color: #000;
  font-style: italic;
  font-size: 1.4rem;
}
figcaption span {
  display: block;
  padding: 3px 5px;
  text-align: right;
}
figcaption span a {
  color: #fff !important;
  text-decoration: underline;
}
.innerwrap::after {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
}

.heropictext {
  display: block;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
  width: 768px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -5%);
}
.highlightsblock {
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 45px 0 0 45px;
}
.innerblock {
  display: block;
}
.highlightsblock p {
  color: #fff;
  font-size: 2rem;
  text-align: left;
}
article:after {
  content: "";
  display: block;
  clear: both;
}
.gform_confirmation_message,
span.gform_description,
p.textheader {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  padding: 3rem 0;
  color: #000;
  max-width: 768px;
  margin: 0 auto;
  display: block;
  letter-spacing: 1px;
}

.redstripe p.textheader {
  color: #fff;
  font-weight: 200;
}
.imgblock {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  max-width: 615px;
  text-align: center;
  margin: 0 auto;
}
p.textheader + .imgblock {
  padding-top: 1.8rem;
}
p.textheader + p.textheader {
  padding-top: 0rem;
}
.contact article p {
  letter-spacing: 1px;
}
.innerwrap section#content {
  padding-top: 23px;
}
.redbar .innerwrap section p {
  font-size: 3.6rem;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
}
.innerwrap.namesandtitles {
  padding-bottom: 2.5rem;
}
.innerwrap section#content p {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
}
footer#footer {
  text-align: center;
  padding: 50px 0;
  border-top: 0px solid #fff;
}
footer span {
  display: block;
  line-height: 1.4;
}
span.sitename {
  font-size: 1.7rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
span.tagline {
  font-size: 1.5rem;
  margin-bottom: 3px;
}
span.tagline.foottag1 {
  margin-bottom: 0;
  line-height: 1.2;
  color: var(--green);
  font-size: 1.6rem;
}

span.copyright {
  font-size: 1.1rem;
}
a:link,
a:visited {
  color: var(--green);
  text-decoration: none;
  transition: all 0.3s linear;
  word-wrap: break-word;
}
a:hover {
  color: #000;
}
a[href^="mailto:"] {
  color: #000;
}
a[href^="mailto:"]:hover {
  color: var(--green);
}
.home a[href^="mailto:"] {
  color: var(--green);
}
.home a[href^="mailto:"]:hover {
  color: #000;
}

.onebox {
  width: 32%;
  float: left;
}
.onebox span {
  display: block;
  text-align: center;
}
.onebox span.boxtitle {
  text-transform: uppercase;
  color: var(--green);
  line-height: 1.2;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
}
.onebox span.boxtext {
  line-height: 1.2;
  padding: 0px 20px;
  font-size: 1.3rem;
  font-weight: 500;
}
/* Main Navigation */
nav.topmenu {
  display: block;
  margin-top: 0;
}
nav.topmenu ul {
  text-align: center;
  margin-top: 20px;
}

nav.topmenu ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0 7px;
  padding-bottom: 2px;
  font-weight: 500;
}
nav.topmenu ul ul {
  display: none;
}
nav.topmenu a:link,
nav.topmenu a:visited {
  color: #000;
  margin: 0;
  padding: 0 0 3px 0;
  letter-spacing: 0px;
  border-bottom: 1px solid transparent;
}
nav.topmenu a:active,
nav.topmenu a:hover {
  color: var(--green);
  border-bottom: 1px solid var(--green);
}

nav.topmenu li.current-page-ancestor a,
nav.topmenu li.current_page_parent a,
nav.topmenu li.current-menu-item a {
  color: var(--green);
  border-bottom: 1px solid var(--green);
}

.speechbubbles {
  display: block;
  max-width: 768px;
  justify-content: center;
  margin: 0 auto;
  padding-top: 5.6rem;
}
p.textheader + .withflex .speechbubbles {
  padding-top: 1rem;
}
.onespeechbubble {
  width: 33%;
  text-align: center;
  display: inline-block;
  position: relative;
  float: left;
}
.sbspeechbubble {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  float: none;
  max-width: 130px;
  max-height: 130px;
}

.sbspeechbubble h3,
.onespeechbubble h3 {
  font-size: 2.1rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  height: 130px;
  line-height: 111px;
  position: relative;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 1px;
  padding: 0;
  color: #000;
}
.onespeechbubble h3 a {
  color: #000;
}
.sbspeechbubble img,
.sbspeechbubble svg,
.onespeechbubble img,
.onespeechbubble svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 130px;
  max-width: 130px;
  margin: 0 auto;
  /*	transform: translateX(-50%);
	left:50%; */
}
.sbspeechbubble svg,
.onespeechbubble svg {
  fill: #000;
  transition: fill 0.3s linear;
}
.onespeechbubble.hover svg {
  fill: #000;
}
.sbspeechbubble svg .st0,
.onespeechbubble svg .st0 {
  fill: var(--green);
  transition: fill 0.3s linear;
}
.onespeechbubble.hover svg .st0 {
  fill: #000;
}
.onespeechbubble.hover {
  cursor: pointer;
}
.nolink .onespeechbubble.hover {
  cursor: default;
}
.bubbletitle {
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.6rem 4rem 0.8rem;
  color: var(--green);
  letter-spacing: 1px;
}
.bubbleblurb {
  font-size: 1.3rem;
  display: block;
  position: relative;
  text-align: center;
  font-weight: 500;
  padding: 0 2rem 0;
  line-height: 1.2;
}
.cols3images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  max-width: 768px;
  margin: 2rem auto;
}
.imgblock img {
  border: 1px solid #000;
  width: 245px;
  height: 233px;
  object-fit: cover;
}
.name {
  display: block;
  text-align: center;
  padding-top: 5px;
  font-weight: 500;
  color: var(--green);
  font-size: 1.6rem;
}

.wysiwygblock {
  max-width: 768px;
  margin: 2rem auto;
}
.wysiwygblock p {
  font-size: 1.8rem;
  color: #fff;
}
.wysiwygblock p strong {
  font-weight: 600;
}

.morelink {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  display: block;
  padding-top: 3px;
  margin-top: 5px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}
.morelink a {
  color: #000;
}
.morelink::after {
  content: ">";
  display: inline;
  position: absolute;
  top: 3px;
  padding-left: 3px;
  font-size: 1rem;
  line-height: 1;
  color: #000;
}
.whoname {
  font-size: 2.8rem;
  color: var(--green);
  text-align: center;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  font-weight: 300;
}
.whoname .morelink {
  padding: 0;
  margin-top: 7px;
  display: block;
}
.whoname .morelink::after {
  top: 0;
}

.picposition,
.whospecialties {
  font-size: 1.3rem;
  color: #000;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  text-align: center;
}
.picposition {
  margin-left: -0.5rem;
  display: inline;
  font-weight: 500;
  letter-spacing: 0;
}
.aboutusblock {
  box-sizing: border-box;
  max-width: 698px;
  background: #000;
  margin: 0 auto;
  border: 8px solid #000;
  display: flex;
}
.oneperson {
  width: 33.333333%;
  box-sizing: border-box;
  border: 8px solid #000;
}
.personname {
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
}
.personspecialties {
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding-top: 0.5rem;
}
.aboutusblock .morelink {
  color: #fff;
  font-size: 1.1rem;
}

.aboutusblock .morelink::after {
  color: #fff;
}

.aboutusblock .morelink a:link,
.aboutusblock .morelink a:visited {
  color: #fff;
  border-bottom: 1px solid #000;
}
.aboutusblock .morelink a:active,
.aboutusblock .morelink a:hover {
  border-bottom: 1px solid #fff;
}
.gigblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 990px;
  margin: 0 auto;
}
.onegig {
  width: 33.33333%;
  text-align: center;
  padding-bottom: 3rem;
}
.gigimg {
  display: block;
  min-height: 220px;
  position: relative;
}
.gigimg img {
  max-height: 200px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gigtitle {
  font-size: 2rem;
  color: #000;
  padding-bottom: 0rem;
  padding-top: 0;
}
.giglocation {
  font-size: 1.3rem;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.aboutussdebarblock {
  max-height: 400px;
  background: #000;
}
.bionav {
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.whatneedknow {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 1px;
}
.aboutwho {
  font-size: 3rem;
  padding: 0 0 0 0;
  font-weight: 200;
  letter-spacing: 1px;
}
.bywho {
  font-size: 1.3rem;
  padding: 2rem 0 0 0;
  letter-spacing: 1px;
}
.bionav img {
  margin-top: 1rem;
}
ul.sidebarlinks {
  position: absolute;
  bottom: 15px;
}
ul.sidebarlinks li {
  font-size: 1.1rem;
  padding-top: 0;
  text-transform: uppercase;
  position: relative;
  margin-top: 1rem;
}
ul.sidebarlinks li a:link,
ul.sidebarlinks li a:visited {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid #000;
}
ul.sidebarlinks li a::after {
  content: ">";
  display: inline;
  position: absolute;
  top: -1px;
  padding-left: 4px;
}
ul.sidebarlinks li a:hover {
  border-bottom: 1px solid #fff;
}

.buzzwordblurb {
  max-width: 129px;
  border-bottom: 1px solid var(--green);
  margin: 0;
  font-style: italic;
  font-size: 1.3rem;
  padding-bottom: 1.5rem;
  padding-top: 2.8rem;
  line-height: 1.9;
}

.buzzsubtitle {
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
}
.buzzsubtitle + h3 {
  padding-top: 1.8rem;
}
.parent-pageid-67 .buzzsubtitle {
  font-size: 1.9rem;
}
/*
.single-client-buzz .speechbubble {
	display: block;
	max-width: 130px;
}
*/
.buzzwordlist ul {
  padding-top: 20px;
  text-align: center;
  list-style: none;
  margin: 0;
}
.buzzwordblurb + .buzzwordlist ul {
  padding-top: 12px;
}
.buzzwordlist ul li {
  padding: 0.8rem 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.buzzwordlist ul li a {
  color: #000;
  position: relative;
  line-height: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.buzzwordlist ul li a::after {
  content: ">";
  display: inline;
  padding-left: 3px;
  position: absolute;
  font-size: 0.9rem;
  line-height: 1;
  top: 2px;
}
.parent-pageid-69 .buzzwordlist li.current-menu-item,
.parent-pageid-67 .buzzwordlist li.current-menu-item {
  display: none;
}
.postmeta {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--green);
  display: block;
  padding: 0.65rem 0 1rem 0;
}
time::before {
  content: "/";
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.postmeta::after {
  content: "";
  display: block;
  clear: both;
  width: 40px;
  height: 1px;
  background: var(--green);
  margin-top: 0.95rem;
  margin-left: 2px;
}
aside .postmeta::after {
  margin-top: 15px;
}
.postmeta.noline::after {
  background: #fff;
}
.single h2 a:link,
.single h2 a:visited,
.blog h2 a:link,
.blog h2 a:visited {
  color: #000;
}
.single h2 a:active,
.single h2 a:hover,
.blog h2 a:active,
.blog h2 a:hover {
  color: var(--green);
}
p.blogexcerpt {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0.85rem;
  letter-spacing: 1px;
  line-height: 1.4;
  padding-top: 0.35rem;
}
p.blogexcerpt .morelink {
  display: inline-block;
  margin-top: 0;
  position: absolute;
  bottom: 3px;
}
.blogexcerpt .morelink::after {
  display: none;
}
.blogexcerpt .morelink a::after {
  content: ">>";
  display: inline-block;
  padding-left: 3px;
  position: relative;
  top: -1px;
}

p.blogexcerpt .morelink a:active,
p.blogexcerpt .morelink a:hover {
  color: var(--green);
}
.single aside p,
.blog aside p {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #646464;
}
.single side,
.blogside {
  padding-right: 50px;
  padding-top: 12px;
}
.blogside div.post {
  margin-bottom: 33px;
}
.buzzgrid {
  max-width: 584px;
  margin: 0 auto;
  position: relative;
  min-height: 584px;
}
.griditem {
  position: absolute;
}
.griditem.item-1 {
  width: 146px;
  top: 0;
  left: 268px;
}
.griditem.item-2 {
  width: 107px;
  top: 26px;
  left: 417px;
}
.griditem.item-3 {
  width: 173px;
  top: 98px;
  left: 145px;
}
.griditem.item-4 {
  width: 106px;
  top: 111px;
  left: 31px;
}
.griditem.item-5 {
  width: 249px;
  top: 142px;
  left: 335px;
}
.griditem.item-6 {
  width: 204px;
  top: 221px;
  left: 0px;
}
.griditem.item-7 {
  width: 146px;
  top: 274px;
  left: 208px;
}
.griditem.item-8 {
  width: 172px;
  top: 375px;
  left: 348px;
}
.griditem.item-9 {
  width: 146px;
  top: 415px;
  left: 192px;
}
.griditem.item-10 {
  width: 106px;
  top: 422px;
  left: 77px;
}
.griditem .st0 {
  fill: #000;
  transition: fill 0.3s linear;
}
.buzzgrid.hover svg.st0 {
  fill: var(--green);
}
.buzzgrid.hover {
  cursor: pointer;
}

.griditem svg .st0 {
  fill: #000;
  transition: fill 0.3s linear;
}
.griditem.hover svg .st0 {
  fill: var(--green);
}
.griditem.hover {
  cursor: pointer;
}
.griditem.nolink.hover svg .st0 {
  fill: #000;
}
.griditem.nolink.hover {
  cursor: default;
}

.gform_body,
.gform_footer {
  margin-left: 30px;
  margin-right: 10px;
  box-sizing: border-box;
  max-width: 738px;
}
.gform_footer {
  margin-left: 38px;
}
.gform_body li {
  margin-bottom: 20px;
}
label.gfield_label_before_complex {
  display: none;
}
label {
  display: block;
  font-size: 1.2rem;
  color: #6e6e6e;
}
input {
  border-radius: 0;
  -webkit-appearance: none;
}
.ginput_complex {
  display: flex;
}
.ginput_complex span {
  width: 50%;
  box-sizing: border-box;
}
.ginput_complex span:first-child {
  margin-right: 25px;
}

input[type="email"],
input[type="text"],
textarea {
  width: 100%;
  border: 1px solid #c2c2c2;
  background: #f5f5f5;
  line-height: 1.8rem;
  font-size: 1.6rem;
  padding: 5px;
}
input[type="submit"] {
  color: #6e6e6e;
  background: #f5f5f5;
  border: 1px solid #c2c2c2;
  font-size: 1.2rem;
  text-align: center;
  padding: 4px 10px;
}
.gform_confirmation_message {
  color: var(--green);
}
.burgerwrap {
  position: relative;
  display: none;
  height: 20px;
  padding-top: 10px;
}
a.burger {
  display: none;
  position: relative;
  width: 25px;
  top: 0px;
  height: 25px;
  z-index: 1000;
  left: 25px;
}
.burger span,
.burger span::after,
.burger span::before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: var(--green);
  position: absolute;
  display: block;
  content: "";
  transition: all 0.5s ease-in-out;
}
.burger span {
  top: 12px;
}
.burger span::before {
  top: -6px;
}
.burger span::after {
  top: 6px;
}
.burger.menuopen span::after,
.burger.menuopen span::before {
  top: 0;
}
.burger.menuopen span::before {
  opacity: 0;
}
.burger.menuopen span {
  transform: rotate(45deg);
  top: 10px;
  background-color: var(--green);
}
.burger.menuopen span::after {
  transform: rotate(-90deg);
  top: 0px;
  background-color: var(--green);
}
.buzzwordlistcopy {
  display: none;
}
@media only screen and (min-width: 768px) {
  section#branding {
    padding-top: 0;
  }
  .topmenu.alwaysvisible {
    margin-top: 0 !important;
  }
  .topmenu.alwaysvisible + section#branding {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .innerwrap section {
  }
  .heropictext {
  }
  .boxes .innerwrap section {
    margin-left: 25px;
    margin-right: 25px;
  }
  .heropictext {
    width: 90%;
  }
  .columns {
    padding-left: 25px;
    padding-right: 25px;
  }
  .single .innerwrap article,
  .blog .innerwrap article {
    padding-right: 50px;
  }
  .gigblock {
    padding: 0 25px;
  }
  .gform_confirmation_message,
  span.gform_description {
    width: auto;
    margin: 0 25px;
  }

  .gform_body {
    margin: 0 20px;
    max-width: 700px;
  }
  .gform_body article ul {
    margin-left: 0;
  }
  .ginput_complex {
    display: flex;
  }
  .ginput_complex span {
    width: 100%;
    display: block;
  }
  input[type="email"],
  input[type="text"],
  textarea {
    width: 100%;
    border: 1px solid #c2c2c2;
    background: #f5f5f5;
    line-height: 1.8rem;
    font-size: 1.6rem;
    padding: 5px;
  }
  .ginput_complex span:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  p.textheader {
    max-width: 718px;
  }
  .single side,
  .blogside {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 890px) {
  .biopadding {
    padding: 0 20px;
  }
  .aboutwho {
    font-size: 2.3rem;
  }
  ul.sidebarlinks li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .innerwrap section,
  .innerwrap footer#footer {
  }
  .heropictext {
    padding-top: 250px;
  }
  .onebox span.boxtitle {
    padding: 10px 20px 5px 20px;
  }
  .onebox span.boxtext {
    line-height: 1.3;
  }
  .innerwrap.heropic {
    background-size: cover;
    background-position: 65% center;
    min-height: 100px;
    padding-bottom: 0;
  }
  h1#logo {
    max-width: 270px;
  }
  h1#logo img {
    max-width: 270px;
  }
  h2 {
    overflow-wrap: anywhere;
  }
  .burgerwrap,
  a.burger {
    display: block;
  }
  /* Main Navigation */
  nav.topmenu {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 100;
    padding-top: 0px;
    display: block;
  }
  nav.topmenu ul {
    margin-top: 10px;
  }

  nav.topmenu ul li {
    display: block;
    font-size: 1.3rem;
    margin: 0 7px;
    padding-bottom: 6px;
  }
  nav.topmenu a:link,
  nav.topmenu a:visited {
    padding: 0 0 0px 0;
  }
  .innerwrap.heropic {
    min-height: none;
    position: relative;
  }
  .heropictext {
    display: block;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1px;
    width: auto;
    margin: 0 auto;
    padding: 50px 25px 50px;
    top: auto;
    left: auto;
    position: relative;
    transform: none;
  }

  p.textheader {
    margin-left: 25px;
    margin-right: 25px;
  }
  .onespeechbubble {
    width: 80%;
    display: block;
    float: none;
    margin: 0 auto 2rem;
  }
  p.textheader a[href^="mailto:"] {
    font-size: 2rem;
  }
  .onegig {
    width: 100%;
  }
  .single .innerwrap article,
  .single .innerwrap aside,
  .blog .innerwrap article,
  .blog .innerwrap aside {
    width: auto;
    padding: 0 20px;
  }
  .single .innerwrap .columns,
  .blog .innerwrap .columns {
    flex-direction: column;
  }
  .single side,
  .blogside {
    padding-right: 0px;
  }
  .gform_confirmation_message,
  span.gform_description {
    width: auto;
    margin: 0 20px;
  }
  .gform_body {
    margin: 0 20px;
  }
  .gform_body article ul {
    margin-left: 0;
  }
  .ginput_complex {
    display: block;
  }
  .ginput_complex span {
    width: 100%;
    display: block;
  }
  input[type="email"],
  input[type="text"],
  textarea {
    width: 90%;
    border: 1px solid #c2c2c2;
    background: #f5f5f5;
    line-height: 1.8rem;
    font-size: 1.6rem;
    padding: 5px;
  }
  .ginput_complex span:first-child {
    margin-bottom: 20px;
  }
  .gigimg {
    min-height: 0;
    position: relative;
  }
  .gigimg img {
    position: relative;
    transform: none;
    left: auto;
  }
  .gform_footer,
  article.post-73 h4,
  article.post-73 p {
    margin-left: 27px;
  }

  .innerwrap .hassidebar {
    width: 100%;
    max-width: none;
    flex-direction: column-reverse;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .innerwrap .hassidebar section {
    max-width: none;
    width: auto;
  }
  .innerwrap .hassidebar aside {
    width: auto;
    text-align: center;
    margin-right: 0;
  }
  .parent-pageid-57 .innerwrap .hassidebar article,
  .innerwrap .hassidebar article {
    /*	margin-left: 265px; */
    padding-right: 0;
  }
  .biopadding {
    padding: 0 20px;
  }
  .innerwrap .biobanner {
    flex-direction: column-reverse;
  }
  .biobanner figure,
  .biobanner .bionav {
    width: auto;
  }
  .biobanner .bionav img {
    max-width: 200px;
  }
  .biobanner .bionav {
    border-right: 0;
  }
  ul.sidebarlinks {
    position: relative;
    bottom: auto;
  }
  figcaption {
    bottom: 5px;
    top: auto;
    display: none;
  }
  .buzzwordblurb {
    max-width: none;
    border-bottom: 1px solid var(--green);
    margin: 0;
    padding-top: 1rem;
  }
  nav.buzzwordlist {
    display: none;
  }
  .buzzwordlistcopy {
    display: block;
  }
  .buzzwordlistcopy .buzzwordlist {
    display: block;
    padding: 0 20px;
  }
  aside {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 604px) {
  .onebox {
    float: none;
    width: 90%;
    margin: 10px auto 30px;
  }
  .heropictext {
  }
  .heropictext {
    font-size: 2.8rem;
  }
  .redbar .innerwrap section p {
    font-size: 2.8rem;
  }
  .innerwrap section#content p {
    font-size: 2.8rem;
  }
  .aboutusblock {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 316px;
  }
  .oneperson {
    width: 100%;
  }
  .buzzgrid {
    width: auto;
    padding: 0 50px;
  }
  .buzzgrid {
    text-align: center;
    width: auto;
    min-height: 100px;
    height: auto;
  }
  .buzzgrid .griditem {
    position: relative !important;
    float: none;
    width: 146px !important;
    left: auto;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .griditem.nolink {
    display: none;
  }
  section#branding {
    margin-left: 25px;
    margin-right: 25px;
  }
  p.textheader {
    font-size: 2.8rem;
  }
}
