/******************************************************************
Site Name: hamiltonrelay.com
Author: moduspersona
version: 1a

/* ==========================================================================
   Setup
   ========================================================================== */
   a.post-edit-link {
    border: 1px solid #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0 0 0 10px;
    padding: 5px;
    text-decoration: none;
    color: white !important;
    background: #000000bd;
    font-size: 14px;
    box-shadow: -2px 2px 3px 1px black;
    transition: .18s ease-in-out all;
    transform: scale(1.1);
    z-index: 1000000;
}
a.post-edit-link:hover {
  box-shadow: -1px 1px 0px 0px black;
  transform: scale(1);
  color: white !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 
}

body {
  margin: 0;
  padding: 0;
  font-family: "myriad-pro", sans-serif;
  font-display: swap; 
  font-weight: 400;
}

a {
  background: transparent; }
a:focus {
  outline: thin dotted; }
a:active,
a:hover {
  outline: 0; }
figure {
  margin: 0; }
img {
  border: 0; }

.hidden {
    display: none;
}
.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.padding-20 {
  padding: 20px;
}
.rounded {
  border-radius: 20px;
}
.padding-20 h1 {
  margin: 0px;
}
/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }
b,
strong,
.strong {
  font-weight: bold; }
dfn,
em,
.em {
  font-style: italic; }
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

p,
.wp-block-table,
body,
ol li,
ul li{
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
font-size: 22px;
}

pre {
  margin: 0; }
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }
pre {
  white-space: pre-wrap; }
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before,
q:after {
  content: '';
  content: none; }
small, .small {
  font-size: 75%; }
sub,
sup {
  font-size: 17px;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }


  /*forms stuff */
input[type="checkbox"], input[type="radio"] {
  width: 25px;
  height: 25px;
}
legend {
  display: block;
  font-size: 28px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="tel"], input[type="time"], input[type="url"], input[type="file"], select, textarea {
  color: #5e5c5b;
  border: 1px solid #c7cdcd;
  background-color: #f9fafa;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: inline-block;
  padding: .75rem 1rem;
  margin-bottom: .25rem;
  border-radius: .5rem;
}
.skip-link { position:absolute; left:1rem; top:0.5rem; padding:8px 12px; border:2px solid #000; background:#fff; color:#000; clip:rect(1px,1px,1px,1px); clip-path:inset(50%); }
.skip-link:focus { clip:auto; clip-path:none; z-index:10000; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  min-width: 150px;
}
.wp-block-button.whitebutton .wp-block-button__link {
  background-color: white;
  color: var(--hampurple);
  font-size: 18px;
  border-radius: 10px;
  padding: 8px 20px 10px 20px;
  margin-bottom: 0;
  transition: var(--basetransition);
  transform: scale(1);
  cursor: pointer;
}
.wp-block-button.whitebutton .wp-block-button__link:hover {
  box-shadow: 0px 0px 13px 1px black;
  transform: scale(1.1);
}
.purplebutton a,
#show-archives-link,
.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:hover,
.subsite .wpforms-container-full button[type=submit]:not(:hover):not(:active)  {
  background-color: var(--hampurple) !important;
  color: #ffffff;
  border: 2px solid var(--hamblue)  !important;
  border-radius: 1rem  !important;
  padding: 8px 20px 10px 20px  !important;
  text-align: center;
  font-size: 24px  !important;
  font-weight: 400;
  text-decoration: none;
  transition: var(--basetransition);
}
.purplebutton a:hover,
#show-archives-link:hover {
  background: white !important;
  color: var(--hampurple);
}
.wp-block-group.contactform {
    background: var(--lightbluish);
    padding: 0px 30px 30px;
    border-radius: 30px;
margin: 20px 0;
}

div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
    font-size: 23px;
    font-weight: 600;
}

div.wpforms-container-full input[type=text],
div.wpforms-container-full select,
div.wpforms-container-full input[type=email],
div.wpforms-container-full textarea {
    border-radius: 10px;
    border: 1px solid var(--lighterblue);
    box-shadow: inset 1px 1px 3px var(--lightbluish);
}

.subsite div.wpforms-container-full input[type=text],
.subsite div.wpforms-container-full select,
.subsite div.wpforms-container-full input[type=email],
.subsite div.wpforms-container-full textarea {
  border-width: var(--wpforms-field-border-size);
  border-style: var(--wpforms-field-border-style);
  border-color: var(--wpforms-field-border-color);
}


div.wpforms-container-full input::placeholder {
font-size: 18px;
}
.newsletter-choices li {width: fit-content !important;}
.newsletter-choices li label {
    font-size: 25px !important;
    display: block !important;
    width: fit-content !important;
    padding: 5px 20px;
    border: 1px solid #333 !important;
    border-radius: 10px;
    font-size: 26px !important;
}
.newsletter-choices li.wpforms-selected label {
    background: #003399;
    color: white
}
.newsletter-choices li input {
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
    min-width: 0px !important;
}

.wpforms-field-address.dynamic-state input {
    display: none;
}
.wpforms-field-address.dynamic-state .wpforms-one-half.wpforms-first {
  display: none;
}
.wpforms-field-small {
  display: block !important;
  padding: 0px !important;
  margin: 0px !important;
}
.wpforms-field-small > div {
  padding: 0px !important;
  margin: 0px !important
}

.notification-bar {
    color: white;
    text-align: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: fixed;
    background: #2e2e2e;
    font-size: 16px;
    padding: 10px;
    z-index: 7;
}
.notification-bar a,
.subsite .notification-bar a {
  color: white;
}
.notification-bar p.info::before {
  background: url(/wp-content/themes/hamrelay/library/images/info.svg) center no-repeat;
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  top: 4px;
  position: relative;
}
.notification-bar p.alert::before {
  background: url(/wp-content/themes/hamrelay/library/images/alert.svg) center no-repeat;
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  top: 4px;
  position: relative;
}
.notification-bar p.error::before {
  background: url(/wp-content/themes/hamrelay/library/images/error.svg) center no-repeat;
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  top: 4px;
  position: relative;
}
body.has-notification-bar {
    padding-top: 50px;
}
body.has-multiple-notifications.has-notification-bar {
  padding-top: 100px;
}
body.has-notification-bar .header {
  margin-top: 50px;
}
body.has-notification-bar.subsite .header {
  margin-top: 0px;
}
.subsite.has-notification-bar .hide-header .navigation {
  padding: 50px 0 22px;
}
.subsite.has-notification-bar .navigation {
  padding-top: 50px;
}
.notification-bar.notification-global + .notification-bar.notification-local {
  top: 50px;
  border-top: 1px solid white;
}


.bannerheader h2 {
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
  margin: 55px 0 0px !important;
  /* color: black !important; */
}
.inverted .bannerheader h2 {
   color: white !important;
}
.bannerheader {
  border-bottom: 15px solid #c1c1c1;
  padding-bottom: 15px  !important;
  background-color: var(--hamblue);
}
.bannerheader .is-layout-flex {
  margin-bottom: 0px;
}

.breadcrumb {
  position: relative;
  width: fit-content;
  border-radius: 10px;
  display: block;
  transition: var(--basetransition);
  color: black;
  margin-top: 10px;
  font-size: 16px !important;
  padding: 0px 10px 0px 0px !important;
}
.breadcrumb a {
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  font-size: 16px;
  z-index: 1;
  position: relative;
  font-weight: 400;
  display: inline-block;
  
}
.breadcrumb::after {
  width: 100%;
  height: 100%;
  background-color: var(--darkgrey);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  border-radius: 6px;
  opacity: .3;
  transition: var(--basetransition);
}
.subsite .breadcrumb::after {
  background-color: var(--submain);
}

.subsite .breadcrumb:hover::after {
  opacity: .5;
}

ol.workslist li:before {
  content: counter(li);
  counter-increment: li;
  background-color: #003399;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  display: block;
  justify-content: center;
  width: 50px;
  margin-right: 20px;
}

ol.workslist li {
  position: relative;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  color: black;
}

ol.workslist {
  padding-left: 0;
  list-style: none;
  counter-reset:li; /* Initiate a counter */
  margin-top: 30px !important;
}
ul.baselist {
  padding-left: 20px;
  margin-top: 30px !important;
}
ul.baselist li {
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: black;
}
ul.baselist.sublist {
  padding-left: 50px;
  margin-top: 0px !important;
}

ul.baselist.sublist li {
  padding: 5px;
}


/*********************
INPUTS
*********************/
input[type="text"], input[type="search"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="tel"], input[type="time"], input[type="url"], input[type="file"], select, textarea {
  color: #5e5c5b;
  border: 1px solid #c7cdcd;
  background-color: #f9fafa;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: inline-block;
  padding: .75rem 1rem;
  margin-bottom: .25rem;
  border-radius: .5rem;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  margin: 0 auto !important;
  max-width: 1200px;
}
.linewrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  word-break: auto-phrase;
}
#inner-content {
  min-height: calc(100vh - 575px);
}

/*********************
LINK STYLES
*********************/
a {
  color: var(--hampurple);
}
a:hover {
    color: var(--hamblue);
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
[data-tooltip] {
  cursor: pointer;
  position: relative;
}

[data-tooltip]::after {
  background-color: lightgrey;
  font-weight: 400;
  color: var(--black);
  font-size: 12px;
  padding: 4px 8px;
  height: fit-content;
  width: fit-content;
  border-radius: 6px;
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 50%;
  content: attr(data-tooltip);
  transform: translate(-50%, 50%) scale(0);
  transform-origin: top;
  transition: var(--basetransition);
  transition-delay: 250ms;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

[data-tooltip]:hover:after {
  display: block;
  transform: translate(-50%, 105%) scale(1);
}
.text-size-buttons [data-tooltip]::after {
  bottom: -25px;
}
/* Visual indicator for external links */
a[target="_blank"]:not(.sub-menu a)::after,
footer .sub-menu a[target="_blank"] span::after {
       content: " ↗";
    font-size: 9px;
    border: 1px solid #989797a1;
    padding: 1px;
    border-radius: 3px;
    color: #ccccccba;
    font-weight: 600;
    margin-left: 4px;
    box-shadow: 1px 1px 0px 0px;
    text-decoration: none;
    display: inline-block;
    width: 10px;
    height: 11px;
    top: -2px;
    position: relative;
    margin-right: 4px;
}
.state-logo a[target="_blank"]::after {
  content: none !important;
  border: none;
  padding: 0px;
  margin: 0px;
  width:0px;
  height: 0px;
}
/* Hide the visual indicator from screen readers */
a[target="_blank"]:not(.sub-menu a)::after {
    speak: none;
}
/******************************************************************
H1, H2, H3, H4, H5 h6 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, .h1 {
  font-size: 45px;
}

h2, .h2 {
  font-size: 32px;
  margin: 0 0 10px 0px;
}

h3, .h3 {
  font-size: 32px;
  margin: 0px auto 20px;
 }
 h3.wp-block-heading a {
  color: var(--hamblue);
 }


  h4 {
    font-weight: 600;
    font-size: 25px;
    margin: 40px 0px 10px;
    color: black;
  }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

h6 {
  color: var(--hamblue);
  margin: 0px;
  padding: 0px;
  font-size: 19px;
  font-weight: 600;
}
.spacing50 {
  margin-top: 50px;
}
.spacing40 {
  margin-top: 40px;
}
.spacing30 {
  margin-top: 30px;
}
.spacing20 {
  margin-top: 20px;
}
.spacing10 {
  margin-top: 10px;
}

/*********************
HEADER STYLES
*********************/
.header {
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 105;
}
.hamburger {
  display: none;
}
.header-logo {
  width: 190px;
  margin-top: 5px;
  display: block;
  position: relative;
  z-index: 3;
  filter: drop-shadow(2px 2px 4px  var(--nearblack));
  transition: all .2s var(--easing);
}
.pagetop .header-logo {
  width: 250px;
  margin-top: 29px;
  filter: drop-shadow(0px 0px 0px  var(--nearblack));
}
.header-logo img {
  width: 100%;
}

#inner-header {
  background-color: var(--hamblue);
  background: linear-gradient(var(--hamblue), var(--hambluedarker));
  border-bottom: 5px solid var(--hampurple);
  transition: var(--basetransition);
}
.pagetop #inner-header {
  border-bottom: 12px solid var(--hampurple);
}
#inner-header .wrap {
  height: 50px;
  display: flex;
  justify-content: space-between;
  transition: var(--basetransition);
}
.pagetop #inner-header .wrap {
  height: 60px;
}
.header-content {
  color: white;
  display: flex;
  font-size: 16px;
  margin-left: 10px;
  align-items: center;
}
.header-content a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.header-content a span {
  display: inline-block;
  transform-origin: bottom center;
  position: relative;
}
.footer nav ul li {
  font-size: 16px;
}
.footer nav ul li a span {
  position: relative;
  display: inline-block;
  color: white;
}

.footer-nav li a::after,
.verybottom-footer li a span::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--hamblue);
  transition: transform 0.25s ease-out;
}
.header-content a::after,
.footer-nav li a::after,
.verybottom-footer li a span::after {
  background-color: white;
}
.header-content a:hover span::after,
.footer-nav li a:hover::after,
.verybottom-footer li a:hover::after,
section.search-section.posts-section .search-entry-title a:hover span:after {
  transform: scaleX(1);
}

.text-size-buttons {
  width: 130px;
  text-align: center;
  transition: var(--basetransition);
  border: 1px solid white;
  border-radius: 15px;
  margin-left: 10px;
}
.subsite .text-size-buttons {
  width: 160px;
}
.text-size-buttons #largetext {
  top: -2px;
}
.text-size-buttons span {
  display: inline-block;
  position: relative;
  top: -6px;
}
.inverted .text-size-buttons span {
  color: white;
}
 .text-size-buttons button {
  background: transparent;
  border: 0;
  color: white;
  font-size: 30px;
  font-weight: 300;
  padding: 0 5px;
  height: 0px;
  position: relative;
  z-index: 1;
  transition: var(--basetransition);
}
.text-size-buttons button:hover {
  color: var(--hamorange-light);
}
.header-content .share-buttons {
  border: 1px solid white;
  border-radius: 15px;
  display: flex;
  height: 30px;
  align-items: center;
  cursor: pointer;
  padding: 0px 10px;
  transition: var(--basetransition);
}
.text-size-buttons .shrinktext-button {
  /* top: -2px; */
  top: -4px;
}
.header-content .share-buttons:hover {
  background: white;
  color: var(--hamblue);
}
.header-content .share-buttons .share-button:before {
  content: 'Share';
}
.header-content .share-buttons.active {
  cursor: auto;
}
.header-content .share-buttons.active .share-button:before {
  content: 'Close';
  cursor: pointer;
}
.header-content .share-buttons.active .share-button:hover {
  text-decoration: underline;
}
.header-content .social-buttons {
  max-width: 0px;
  overflow: hidden;
  transition: var(--basetransition);
}
.header-content .share-buttons.active .social-buttons {
max-width: 300px;
display: flex;
align-items: center;
overflow: visible;
}
.header-content .share-buttons.active .social-buttons:before {
  border-left: 1px solid white;
  content: '';
    margin-left: 8px;
    padding-right: 8px;
    height: 22px;
    display: inline-block;
}
.social-buttons a {
  content: '';
  height: 17px;
  background-repeat: no-repeat;
  font-size: 0;
  background-size: contain;
  filter:brightness(100%) sepia(0%) saturate(100%);
  transition: var(--basetransition);
  display: inline-block;
  margin: 0px 3px;
}
.social-buttons a:hover {
  filter: invert(0) brightness(70%) sepia(0%) saturate(100%);
}
a.facebook {
  background-image: url(/wp-content/themes/hamrelay/library/images/facebook.svg);
  width: 18px;
  background-position: center;
}
a.xcom,
a.twitter {
  background-image: url(/wp-content/themes/hamrelay/library/images/x.svg);
  width: 18px;
}
a.insta {
  background-image: url(/wp-content/themes/hamrelay/library/images/instagram.svg);
  width: 18px;
}
a.linkedin {
  background-image: url(/wp-content/themes/hamrelay/library/images/linkedin.svg);
  width: 18px;
}
.social-buttons a.ytube {
  background-image: url(/wp-content/themes/hamrelay/library/images/youtube.svg);
  width: 30px;
  height: 30px;
}
.header-content .share-buttons.active:hover {
  background: var(--hamblue);
  color: white;
}
.subsite .text-size-buttons {
  margin-left: 0px;
  margin-top: 10px;
  background: #ffffff33;
  border-radius: 8px;
  border-color: #ffffff77;
  margin-bottom: 10px;
}
.subsite .text-size-buttons button {
  color: #444444;
}
.subsite .text-size-buttons button:hover {
  color: #000000;
}
.subsite .inverted .text-size-buttons button {
  color: #ffffff;
}
.subsite  .inverted .text-size-buttons button:hover {
  color: #cccccc;
}
.subsite .text-size-buttons .shrinktext-button {
  color: #999999;
  pointer-events: none;
}
.subsite .inverted .text-size-buttons .shrinktext-button {
  color: #999999;
}
.largetext.subsite .text-size-buttons .shrinktext-button,
.xltext.subsite .text-size-buttons .shrinktext-button {
  pointer-events: all;
  color: #444
}
.largetext.subsite .inverted .text-size-buttons .shrinktext-button,
.xltext.subsite .inverted .text-size-buttons .shrinktext-button {
  color: #fff;
}

#xltext {
  display: none;
}

.header-content .text-size-buttons button.shrinktext-button,
.xltext .header-content .text-size-buttons button.growtext-button {
  color: var(--disabled);
  pointer-events: none;
}

.largetext .header-content .text-size-buttons button.shrinktext-button,
.xltext .header-content .text-size-buttons button.shrinktext-button{
color: white;
pointer-events: all;
}

.navigation {
  height: 19px;
  transition: var(--basetransition);
  border-bottom: 1px solid #727272;
  background: #ffffff;
  padding: 18px 0 22px;
  box-shadow: 0px 2px 10px -4px black;
}
.hide-header .navigation {
  margin: 0px auto;
  height: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px white;
  border-bottom: 0px;
  padding: 0px;
}
.pagetop .navigation {
  box-shadow: 0px 0px 0px 0px white;
  border-bottom: 0px;
}
.navigation nav {
  display: flex;
  justify-content: right;
}
.header-search {
  color: white;
  display: flex;
  cursor: pointer;
  position: relative;
  margin: 0px 0px 0px 10px;
  border-radius: 15px;
  border: 1px solid white;
  padding: 5px 10px 5px 10px;
  background-color: transparent;
    font-family: "myriad-pro", sans-serif;
    font-size: 16px;
}
.header-search::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/themes/hamrelay/library/images/search.svg);
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  margin: 3px 0px 0px 7px;
  transform: scale(1);
  transition: var(--basetransition);
  filter: invert(1);
}
.header-search:hover {
  color:#b1b1b1;
}
.header-search:hover::after {
  filter: invert(.7);
}
.mobile-search {
  display: none;
}


/*********************
NAVIGATION STYLES
*********************/
.top-nav {
  border-bottom: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  padding: 0;
 }
 .top-nav li {
  list-style-type: none;
  margin: 0px 10px;
  padding: 0;
  position: relative;
  font-size: 16px;
}
.top-nav li:before {
  display: none;
}
.top-nav li:last-of-type {
  margin: 0 0 0 10px;
}
.nav li a {
  display: block;
  color: black;
  text-decoration: none;
}
.inverted .nav li a {
  color: white;
}
.top-nav li a:hover {
  color: var(--hampurple);
}
.top-nav  li a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--hampurple);
  transition: transform 0.25s ease-out;
}
.top-nav li a:hover:after {
  transform: scaleX(1);
  border-color: var(--hampurple);
}
.top-nav li.current_page_ancestor > a,
.top-nav .current_page_item > a {
  color: var(--hampurple);
}
.top-nav li.current_page_ancestor > a::after {
  border-color: var(--hamblue);
}
.searchbar {
  max-height: calc(100vh - 80px);
  transform: translateY(calc(-100% - 8px));
  transition: transform .6s var(--easing);
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18px;
  background: white;
  top: 72px;
  z-index: 2;
  height: 0px;
  overflow: hidden;
}
.searchbar.active {
  transform: translateY(0);
  border-bottom: 2px solid var(--hampurple);
  height: 140px;
}
.searchtop {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  justify-items: center;
  position: relative;
}
.searchtitle {
  font-size: 20px;
  padding-top: 20px;
  color: var(--darkgrey);
}
.search-close {
  transform: rotate(45deg);
  font-size: 36px;
  position: absolute;
  top: 8px;
  right: 16px;
  font-weight: 100;
  color: var(--darkgrey);
  cursor: pointer;
  background: transparent;
  border: 0px;
}
input.search-submit {
  width: 0px;
  height: 0px;
  visibility: hidden;
}
.searchtop .search-field {
  width: 370px;
  border-width: 0px 0px 1px 0px;
  padding-top: 30px;
  border-color: var(--hamblue);
  font-size: 18px;
}
.searchtop .search-field::placeholder {
  font-size: 14px;
  font-weight: 100;
}
.searchtop .search-field:focus-visible {
  outline-color: #aaa;
  outline-style: dashed;
  outline-width: 1px;
}
.searchbg {
display: none;
}
.searchbg.active {
  position: absolute;
  top: 210px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.hide-header .header-content nav {
  overflow: hidden;
  height: 0px;
  top: -30px;
}
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 130px;
}

.hentry {
 }
  .hentry header {
 }
  .hentry footer {
 }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
   }
  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
  .entry-content tr {
    border-bottom: 1px solid #eaedf2; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #9fa6b4; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }



/*********************
HP STYLES
*********************/
.home-cover h1 {
  font-size: 36px;
  margin: 45px 0px 35px;
  padding: 15px;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.80);
  color: var(--hamblue)
}

.home-cover img {
  border-radius: 15px;
  margin-left: 35px;
}
.updates-banner {
  padding: 30px 0px;
  border-top: 10px solid #ad25ac;
  box-shadow: 0px 20px 0px 40px #c2c2c2;
  margin: 20px 0px;
}
.updates-banner h2 {
  font-size: 33px;
  line-height: 46px;
  margin: 0px;
}
.updates-banner h2 a:hover {
  border-bottom: 3px solid white;
}
.updates-banner h3 {
  font-size: 25px;
  line-height: 36px;
  margin: 0px;
}
.updates-banner h3 a {
  text-decoration: none;
}
.updates-banner h3 a:hover {
  text-decoration: underline;
}
.latest-news h2 {
  color: var(--hamblue);
}
.latest-news .wp-block-latest-posts__list a {
  font-size: 22px;
}

.latest-news .wp-block-latest-posts__list time {
  font-size: 18px;
  color: var(--hamblue);
}

.latest-news .wp-block-latest-posts__list li {
  margin-bottom: 40px;
}
.latest-news .gb-block-post-grid .is-list article:not(:last-child), .gb-block-post-grid .gb-is-list article:not(:last-child) {
  border: none;
  margin: 0px;
  background-color: transparent;
}
.latest-news .gb-block-post-grid header .gb-block-post-grid-title a {
  font-weight: 400;
  font-size: 22px;
  text-decoration: underline;
  color: var(--hampurple);
}
.latest-news .gb-block-post-grid .gb-block-post-grid-byline {
  font-size: 20px;
  color: var(--hamblue);
  margin: 0px;
}
.latest-news .gb-block-post-grid header .gb-block-post-grid-title {
  margin: 0px;
  font-size: 22px;
}
.wp-block-cover, .wp-block-cover-image {
  overflow: visible;
  padding: 0px;
  min-height: unset;
}
.wp-block-cover.hero {
    background-color: var(--lightbluish)
}
.wp-block-cover.captel-solutions {
  background-color: #312720;
  border-top: 15px solid var(--footergrey);
  border-bottom: 15px solid var(--footergrey);
  overflow: hidden;
}

.wp-block-cover.captel-solutions img {
  padding-top: 100px;
}

.wp-block-cover.captel-solutions .wp-block-cover__inner-container {
  margin: 200px 0px 100px;
}

.wp-block-cover.captel-solutions h3 {
  font-size: 33px;
  line-height: 46px;
}

/***********
Parralax
************/
.parallax {
  position: relative;
  width: 100vw;
  height: 230px; /* Adjust as needed */
  overflow: hidden;
}

.parallax-layer {
  position: absolute;
  top: 0; left: 0;
  width: 200vw; /* two images side by side */
  height: 230px;
  display: flex;
}

.parallax-layer img {
  width: 100vw; /* Each image is viewport width */
  height: 210px;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1380px) {
  .parallax-layer img {
    /* object-fit: contain; */
  }
}
@media (min-width: 1600px) {
  .parallax-layer img {
    height: 245px;
  }
}
@media (min-width: 1800px) {
  .parallax-layer img {
    height: 320px;
  }
  .parallax {
    height: 320px;
  }
}
@media (min-width: 2100px) {
  .parallax-layer img {
    height: 320px;
  }
  .parallax {
    height: 300px;
  }
}
@media (min-width: 2300px) {
  .parallax-layer img {
    height: 350px;
  }
  .parallax {
    height: 360px;
  }
}
.comm-back {
  z-index: 1;
  animation: slideLoop 55s linear infinite;
}

.comm-mid {
  z-index: 2;
  animation: slideLoop 34s linear infinite;
}
.comm-bike {
  z-index: 3;
  animation: bikeLoop 20s linear infinite;
}
.comm-woman {
  z-index: 4;
  animation: bikeLoop 500s linear infinite;
}
.comm-fore {
  z-index: 5;
  animation: slideLoop 25s linear infinite;
}
.comm-man {
  z-index: 6;
  animation: slideLoop 17s linear infinite;
}

/* If you want images to move RIGHT (right-to-left scrolling) */
@keyframes slideLoop {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100vw); }
}

/* If you want images to move LEFT (left-to-right scrolling) */

@keyframes bikeLoop {
  0%   { transform: translateX(-100vw); }
  100% { transform: translateX(0); }
}

/***************
How it works
****************/
.dynamic-services .wp-block-cover p,
.static-services .wp-block-cover p{
  color: black;
}
.dynamic-services .wp-block-cover:nth-child(even),
.service-notification-entry:nth-of-type(even),
.static-services .wp-block-cover:nth-child(even) {
  background: #f3f5fc;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.dynamic-services .wp-block-cover .wp-block-columns .wp-block-column,
.static-services .wp-block-cover .wp-block-columns .wp-block-column {
  align-content: center;
}


/* .dynamic-block .wp-block-cover.hero {
  background: #f3f5fc;
} */
.dynamic-block .wp-block-cover h1,
.dynamic-block .wp-block-cover p {
  color: black;
}
.dynamic-block .wp-block-cover .wp-block-columns {
  width: 100%;
}
.dynamic-block .wp-block-cover .wp-block-column {
  align-content: center;
}


/***************
Team members page
**************/

.team-members.wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-row: 2;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  width: 100%;
}
.team-members.wrap .hero {
  grid-row: 1;
}
.team-members.wrap .bottomblock {
  grid-row: 3;
} 
.team-members-content { 
  display: grid;
  grid-template-rows: repeat(3, auto);
}
.team-members.wrap .team-member,
.page-home.subsite .team-member,
.outreach-block .team-member{
  display: flex;
  background: #f3f5fc;
  padding: 20px;
  border-radius: 20px;
  justify-content: space-between;
  column-gap: 20px;
}
.team-members.wrap .member-photo img,
.page-home.subsite .member-photo img,
.outreach-block .member-photo img {
  width: 215px;
  border-radius: 0px 10px 10px 0;
}
.team-members.wrap .position,
.page-home.subsite .position,
.outreach-block .position {
    font-size: 22px;
    font-style: italic;
}
.team-members.wrap .member-info h3,
.page-home.subsite .member-info h3,
.outreach-block .member-info h3 {
    font-weight: 600;
    margin: 0px;
    color: var(--hamblue);
}
.team-members.wrap .emailaddy,
.page-home.subsite .member-info .emailaddy,
.outreach-block .member-info .emailaddy {
    font-size: 18px;
    margin: 10px 0 0 0;
}
.team-members.wrap .favrecipe,
.page-home.subsite .member-info .favrecipe,
.outreach-block .member-info .favrecipe {
  display: block;
  margin: 30px 0px 0px;
    width: fit-content;
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    background: white;
    border-radius: 10px;
    border: 1px solid var(--hampurple);
}
.contact-block {
    display: flex;
    gap: 20px; /* Optional: adds space between the two divs when side by side */
}

.outreach-coordinator-content {
    flex: 1; /* Takes up remaining space */
}

.team-member {
    flex: 1; /* Takes up remaining space */
}

/* When outreach-coordinator-content is the only child, make it full width */
.outreach-coordinator-content:only-child {
    flex: 1;
    width: 100%;
}

/***************
News and Events page
**************/
.featuredpost {
  padding: 40px 0px;
}
.featuredpost h4 a {
  text-decoration: underline !important;
  font-size: 36px;
  color: var(--hamblue) !important;
}
.featuredpost time {
  font-size: 18px;
}
.featuredpost h4 {
  margin-bottom: 9px !important;
}
.featuredpost .gb-block-post-grid-excerpt p {
  font-size: 24px;
  hyphens: none;
}
.news-article {
  padding-bottom: 20px;
}
.news-article .headline a {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  color: var(--hamblue);
}
.news-article .time {
  font-size: 15px;
  color: #373737;
  font-style: italic;
  margin: 4px 0px;
}
.news-article .time .site-name {
  display: inline-block;
  color: black;
  font-style: normal;
}
.news-article.wrap.featured-post {
  background: var(--lightgrey);
  padding: 60px 20px;
  margin: 30px auto !important;
}
.homenews .news-article .headline a {
    font-size: 22px;
}
.homenews .news-article .excerpt {
    font-size: 18px;
}
.homenews .news-article .excerpt a.go {
    font-size: 11px;
    text-decoration: none;
    color: #039;
    display: inline-block;
    padding-left: 5px;
    top: -1px;
    position: relative;
}

#news-filter-form {
  margin: 0 auto 50px auto !important;
  max-width: 1200px;
}
.filter-controls {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 40px;
}
.filter-controls select {
  width: 130px;
  font-size: 20px;
  
}
.filter-controls input[type="text"] {
  font-size: 22px;
  max-width: 450px;
}
.filter-controls input[type="search"] {
  font-size: 22px;
  max-width: 450px;
}
.filter-controls button[type="submit"] {
  border: 1px solid black;
  border-radius: 15px;
  font-size: 18px;
  padding: 0px 20px;
  height: 50px;
  background: var(--hampurple);
  color: white;
  font-weight: 600;
  transition: var(--basetransition);
}
.filter-controls button[type="submit"]:hover {
  background: white;
  color: var(--hampurple);
  border-color: var(--hampurple);
}
.filter-controls a {
  display: block;
  text-decoration: none;
  align-content: center;
  position: relative;
  top: -3px;
}
#connector {
  background-image: url(/wp-content/themes/hamrelay/library/images/connector-bg.png);
  background-repeat: repeat-x;
    height: auto;
    padding: 105px 0 0 0;
    position: relative;
}
#connector .connector-logo {
  display: flex;
  align-items: center;
}
#connector .connector-logo img:first-of-type {
  width: 190px;
  height: 73px;
}
#connector .connector-logo img:nth-of-type(2) {
  width: 100%;
  max-width: 630px;
}
#connector img.arrow {
  position: absolute;
  bottom: -140px;
    width: 11px;
    height: 177px;
    left: 800px;
    filter: drop-shadow(0px 17px 8px rgba(0, 0, 0, .6));
    transition: ease-in-out all 2.1s;
    transition-delay: 1s
}
#connector.inview img.arrow {
  width: 51px;
    height: 100px;
    left: 0px;
}
#connector .availabletext {
  margin: 76px auto 0px;
  max-width: 1200px;
  text-align: center;
  color: var(--hampurple);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0px;
  transition: ease-in-out all .8s;
  padding-bottom: 50px;
  transition-delay: 1.5s
}
#connector.inview .availabletext {
  color: white;
  letter-spacing: 1px;
}
.newsletterblock {
  text-align: center;
      margin-bottom: 50px !important;
}
.years {
  padding: 20px 0px;
}
.years .headline {
  font-size: 25px;
  color: var(--hamblue);
  margin-bottom: 10px;
}
.years a.button {
  border: 2px solid var(--hampurple);
  color: var(--hampurple);
  border-radius: 10px;
  background: white;
  font-size: 24px;
  text-decoration: none;
  width: 200px;
  display: inline-block;
  margin: 0px 20px;
  padding: 5px 0px;
  transition: var(--basetransition);
}
.years a.button:hover {
  background: var(--hampurple);
  color: white;
}
.years:nth-child(even) {
  background: #f3f5fc;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.archive-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}
.archive-hidden.active {
  max-height: 10000px;
}
#show-archives-link {
  display: block;
  margin: 0;
}
.service-notification-entry {
  margin-bottom: 1em;
}
.page-relay-service-notifications h2 {
  color: var(--hamblue);
    font-weight: 600;
    border-bottom: 2px solid  var(--hamblue);
    width: fit-content;
    margin-bottom: 10px !important;
    display: block;
}
.service-notification-entry .date {
  font-size: 22px;
  font-weight: 600;
}

.service-notification-entry:nth-of-type(even) {
  background-color: green;
  background: #f3f5fc;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.service-notification-entry {
  padding: 20px 0;
}

/*******************
Search page
*****************/
.search-content p {
  margin-top: 0px;
  padding-top: 0px;
}

/*******************
State services
*****************/
.state-hero .wp-block-cover__image-background {
  max-width: 500px;
  left: 50%;
}

.state-hero {
  background: linear-gradient(110deg, rgb(233, 234, 239) 1%, hsla(0, 0%, 100%, 1) 28%, hsla(0, 0%, 100%, 1) 76%, rgb(239, 239, 237) 100%);
  background-color: white !important;
}
.all-state-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px 0;
}
.state-logo {
  text-align: center;
  overflow: hidden;
}
.state-logo span {
  display: block;
  width: calc(100% + 38px);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background: white;
  margin-left: -20px;
  transition: .3s ease-in-out all;
  border: 1px solid white;
  border-width: 0px 1px 0px 1px;
  box-shadow: 0px 0px 0px 0px white;
}
.state-logo a {
  text-decoration: none;
  display: block;
  border: 2px solid white;
  border-radius: 0px;
  padding: 20px;
  transition: .3s ease-in-out all;
}
.state-logo a:hover {
  box-shadow: inset 0px 0px 20px 0px #999;
  border-radius: 10px;
}
.state-logo a img {
  transform: scale(1);
  transition: .2s ease-in all;
}
.state-logo a:hover img {
  transform: scale(.9);
}
.state-logo a:hover span {
  border-color: #d6d6d6;
  box-shadow: 0px 0px 20px 0px #d6d6d6;
}



/*******************
pagination
*******************/
.page-numbers,
.nav-links {
  display: flex;
  list-style: none;
  justify-content: space-around;
}
.page-numbers {
  justify-content: center;
}

.pagination,
.archive-pagination {
  padding: 0;
  margin: 0 auto !important;
  max-width: 1200px;
  justify-items: center;
}
nav.navigation.pagination {
    height: 100px;
    border: 0px;
    box-shadow: none;
    display: block;
}

.page-numbers li a,
a.page-numbers {
  color: white;
  background: var(--hampurple);
  text-decoration: none;
  padding: 0px 10px;
  font-size: 24px;
  border: 1px solid black;
  border-radius: 10px;
  margin: 0px 10px;
  transition: var(--basetransition);
  line-height: 2;
}
.page-numbers li span,
.page-numbers.current {
  color: black;
  background: white;
  text-decoration: none;
  padding: 0px 10px;
  font-size: 24px;
  border: 1px solid black;
  border-radius: 10px;
  margin: 0px 10px;
  line-height: 2;
}

.page-numbers li a:hover {
  background: white;
  color: var(--hampurple);
}
.subsite .page-numbers li a {background: var(--submain)}
.subsite .page-numbers li a:hover,
.subsite h3.wp-block-heading a:hover {
  color: var(--linkcolorhover);
}
.subsite .navigation .nav-links {
  justify-content: center;
}
/*********************
paddings and margins
*********************/
.shift-top-100 {
  margin-top: -100px;
}
.thintopbottomgreyborder {
  background-color: #f3f5fc;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;

}
.roundedpadding30 {
  padding: 30px;
  border-radius: 30px;
}
.nomargintop {
  margin-top: 0px;
  padding-top: 0px;
}

/*********************
FOOTER STYLES
*********************/

.mandatory,
.mandatory a {
  background-color: #717171;
  color: white;
}
.mandatory .wrap {
  padding: 20px 0px;
  font-size: 14px;
  line-height: 18px;
}
.mandatory .wrap p {
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.mandatory ol {
  padding: 0px 0 0 10px;
  margin: 0px;
}
.mandatory .wrap ol li::marker {
    font-size: 14px !important;
}
.mandatory .footnotes.wrap {
  padding-bottom: 0px;
}
.mandatory .footnotes:empty {
  display: none !important;
}
.mandatory.nofootnote .footnotes {
    display: none;
}
.mandatory.nofootnote.noxtramand {
    display: none;
}
.footer {
  display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #464646;
    border-top: 2px solid var(--hampurple);
}
.footer .nav li a {
  color: white;
  padding: 0px 15px 0px 0px;
  width: fit-content;
  position: relative;
}

ul#menu-main-site-footer-menu-1,
ul#menu-footer-menu {
  display: flex;
  flex-direction: row; 
  list-style: none;
  margin: 0px 20px 0 0;
  padding: 0;
}

ul#menu-main-site-footer-menu-1 li,
ul#menu-footer-menu li{
  flex: 1;
  width: 100%;
  list-style: none;
}
#inner-footer {
  display: flex;
  justify-content: space-between;
}
#inner-footer nav {
  width: 100%;
}
.footer-logo {
  display: block;
  width: fit-content;
}
.social-buttons {
  display: flex;
  width: calc(100% - 60px);
  justify-content: space-around;
  margin: 20px 0;
  padding: 0px 30px;
}

ul#menu-main-site-footer-menu-1 .sub-menu,
ul#menu-footer-menu .sub-menu {
  padding: 0px;
}
ul#menu-main-site-footer-menu-1 > li > a,
ul#menu-footer-menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

ul#menu-main-site-footer-menu-1 > li,
ul#menu-footer-menu > li {
  padding: 0px 20px 0px 0px;
}

ul#menu-main-site-footer-menu-1 > li:last-of-type,
ul#menu-footer-menu > li:last-of-type {
  margin: 0px;
}
ul#menu-main-site-footer-menu-1 .sub-menu li a,
ul#menu-footer-menu .sub-menu li a {
  margin-bottom: 10px;
}
.footer .nav li.emergency-col > a {
  background: #b90000;
  border-radius: 15px;
  padding: 7px 12px;
  position: relative;
  display: block;
  top: -7px;
  left: -12px;
  border: 1px solid red;
  box-shadow: 0px 0px 0px 0px black;
  transition: var(--basetransition);
}
.footer-nav li.emergency-col > a:hover::after,
ul#menu-footer-menu li.emergency-col > a:hover::after {
  transform: scale(0);
}

.footer-nav li.emergency-col > a:hover,
ul#menu-footer-menu li.emergency-col > a:hover {
  background: red;
  box-shadow: 0px 0px 15px -3px black;
}
.verybottom-footer .wrap {
  border-top: 1px solid #a3a0a0;
  margin: 20px auto 80px !important;
  padding-top: 20px;
  color: white;
  line-height: 24px;
  font-size: 16px;
}
/******************************************************************
reusable animations
******************************************************************/
.fadeup.inview  {
  animation: var(--fadeup);
}
.fadedown.inview  {
  animation: var(--fadedown);
}
.slideright.inview  {
  animation: var(--slideright);
}
.slideleft.inview  {
  animation: var(--slideleft);
}
.rotating.inview  {
  animation: var(--rotating);
}

@keyframes rotating {
  from { transform: rotate(0deg);}
  to{ transform: rotate(360deg); }
}
@keyframes fadeup {
  0% {transform: translateY(150px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1;}
}
@keyframes fadedown {
  0% {transform: translateY(-150px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1;}
}
@keyframes slideleft {
  0% { transform: translateX(300px); opacity: 0 }
  100% { transform: translateX(0px); opacity: 1 }
}
@keyframes slideright {
  0% { transform: translateX(-300px); opacity: 0 }
  100% { transform: translateX(0px); opacity: 1 }
}
@keyframes circle {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/******************************************************************
State Websites
******************************************************************/

.wp-block-file {
  font-size: 22px !important;
  margin-bottom: 5px;
}
.subsite a {
  color: var(--linkcolor);
}
.subsite a:hover {
    color: var(--linkcolorhover);
}
.subsite a.page-numbers {
  color: white;
  background: var(--linkcolor);
  transition: .2s ease-in all;
}
.subsite a.page-numbers:hover {
  background: white;
  color: var(--linkcolor);
}
a.mobile-name {
  display: none;
}
.subsite .header {
  position: relative;
  top: initial;
  z-index: auto;
  grid-area: header;
  background-color: var(--submain);
  padding: 15px;
  width: calc(100% - 30px);
}
.subsite-header-logo {
  margin: 0px;
  display: block;
  padding: 15px;
}
.subsite-header-logo.white-bg {
  background-color: white;
  border-radius: 10px;
}
.subsite-header-logo img {
  width: 100%;
}

.subsite #menu-main-menu li a {
  font-size: 26px;
  background: #ffffff44;
  width: calc(100% - 30px);
  border-radius: 5px;
  padding: 5px 15px;
  transition: .2s ease-out all;
  /* text-shadow: 0px 0px 0px white, 0px 0px 0 white, 0px 0px 0px white; */
  transition: .3s ease-out all;
}
.subsite #menu-main-menu li a:hover {
  box-shadow: 0px 0px 10px -6px black;
  transform: scale(1.03);
  background: #ffffff77;
  text-shadow: 0px 0px 5px white, 0px 0px 14px white, 0px 0px 17px white;
  color: black;
}
.subsite #menu-main-menu.top-nav .current_page_item > a {
  background: #00000044;
  pointer-events: none;
}


.subsite .top-nav li {
  list-style-type: none;
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
}
.subsite .headercontent {
  position: sticky;
  top: 0;
}

.subsite #container {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas:
      "header content"
      "header footer";
  height: 100vh;
}
.subsite .navigation nav {
  color: #fff;
  padding: 0;
  height: 100%;
  justify-content: center;
  display: block;
}
.subsite #menu-main-menu li a:hover {
  box-shadow: 0px 0px 10px -6px black;
  transform: scale(1.03);
  background: #ffffff77;
  color: black;
}

.subsite input.search-field {
  width: calc(100% - 45px);
  font-size: 18px;
  padding: 3px 0px 3px 10px;
  border-radius: 8px;
  border: 2px solid #ffffff55;
  background-color: transparent;
}
.subsite .inverted  input.search-field {
  color: white;
}
.subsite .search {
  margin-top: 30px;
}
.subsite input.search-field::placeholder {
  color: #00000077;
  font-size: 16px;
}
.subsite .inverted input.search-field::placeholder {
  color: white;
}
.subsite input.search-submit {
  visibility: visible;
  display: inline-block;
  width: 31px;
  height: 30px;
  background-image: url(/wp-content/themes/hamrelay/library/images/search.svg);
  background-repeat: no-repeat;
  padding: 0;
  margin: 0px 0px 0px 5px;
  transition: var(--basetransition);
  font-size: 0px;
  background-size: 16px;
  background-position: 5px 5px;
  border: 2px solid #ffffff77;
  background-color: transparent;
  border-radius: 50px;
  position: relative;
  top: -5px;
  background-color: #ffffff77;
}
.subsite input.search-field:focus {
  background-color: white;
  color: black;
  outline: 1px solid #333;
}

.subsite .wp-block-cover.hero {
  padding: 15px 20px;
}
.subsite #inner-footer {
  width: calc(100% - 40px);
  justify-content: space-between;
  padding: 0px 20px;
}
.subsite .verybottom-footer {
  border-top: 1px solid #a3a0a0;
  margin: 20px auto 80px;
  padding: 20px;
  color: white;
  line-height: 19px;
  font-size: 16px;
}
.subsite h1 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.subsite h2 {
  padding: 10px;
  background-color: var(--submain);
  margin: 30px 0px 0px;
  border-bottom: 5px solid #8a8a8a;
  font-weight: 600;
}
.subsite p a,
.subsite .subsitecontent a,
.subsite  .news-article .headline a,
.subsite h3.wp-block-heading a {
  color: var(--linkcolor);
  transition: var(--basetransition);
}
.subsite p a:hover,
.subsite .subsitecontent a:hover,
.news-article .headline a:hover{
  color: var(--linkcolorhover);
}
.subsite a.button,
.subsite .wp-block-button__link {
  background-color: var(--linkcolor);
  color: white;
  border: 2px solid var(--submain);
  border-radius: 1rem;
  padding: 8px 20px 10px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: var(--basetransition);
}
.subsite a.button:hover,
.subsite .wp-block-button__link:hover{
  background: white;
  color: black;
}
.subsite .is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid var(--linkcolor);
  color: var(--linkcolor);
  transition: var(--basetransition);
}
.subsite .is-style-outline .wp-block-button__link:hover {
  background-color: var(--linkcolorhover);
  border: 2px solid var(--linkcolor);
  color: white;
}




.subsite #content {
  margin: 0px;
  grid-area: content;
  background: #ffffff;
    padding: 10px 20px 20px 20px;
}
.subsite .hero {
  position: relative;
}
.subsite .hero:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: var(--submain);
  opacity: .2;
  z-index: 0;
  border-radius: 10px;
}
.subsite .hero p {
  font-size: 24px;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  margin: 0px;
  word-break: auto-phrase;
}
.subsite .hero p:first-of-type {
  padding-top: 20px;
}
.subsite .hero p:last-of-type {
  padding-bottom: 20px;
}

/*  front page subsite styles */
.subsite .post-archive-list {
  margin-top: 30px;
}
.page-home.subsite table {
  border: 1px solid var(--submain-lighter);
  border-radius: 10px;
table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}
.page-home.subsite table td {
  border: 0;
  width: max-content;
}
.page-home.subsite table td:first-child {
  white-space: nowrap;
  width: 1%;
  padding-right: 10px;
}
.page-home.subsite table td:nth-child(2) {
  white-space: nowrap;
  width: 1%;
  padding-right: 10px;
}
.page-home.subsite table td:nth-child(3) {
  width: auto;
  text-align: left;
}
.page-home.subsite table tr:nth-child(odd) {
  background: var(--submain-lighter);
}


.subsite ul.connect-numbers {
  font-size: 22px;
  padding: 0px 10px;
  list-style: none;
}
.subsite ul.connect-numbers li {
  padding: 10px;
  display: grid;
    grid-template-columns: 1fr 1fr;
}
.subsite ul.connect-numbers li .description {
  grid-column: 1/3;
  font-size: 18px;
}
.subsite ul.connect-numbers.evenodd li:nth-child(even) {
  background-color: #eaeaea;
}
.subsite ul.wp-block-list,
.subsite ol.wp-block-list {
  font-size: 22px;
  padding-left: 20px;
}
.subsite ul.wp-block-list li,
.subsite ol.wp-block-list li {
  margin-bottom: 0px;
}
.subsite .thintopbottomgreyborder {
  background-color: var(--submain-lighter);
  border: 1px solid #e1e1e1;
  padding: 0px 20px;
  border-radius: 20px;
}
.subsite  .static-services .wp-block-columns.wrap {
  display: flex;
  gap: 0px;
}
.subsite .static-services .wp-block-cover:nth-child(2n) {
  background: var(--submain-lighter);
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 5px 15px 15px 15px;
}
.subsite .dynamic-services .wp-block-cover:nth-child(even),
.subsite .static-services .wp-block-cover:nth-child(even) {
  background: var(--submain-lighter);
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 5px 15px 15px 15px;
}
.subsite .searchpage article {
  margin-bottom: 60px;
}
.subsite .navigation {
  height: auto;
  border: 0px;
  background: transparent;
  box-shadow: none;
  padding-top: 20px;
  transition: .4s linear all;
}
.subsite .top-nav {
  display: block;
}
.subsite .bannerheader {
  border: 0  !important;
  padding: 0px  !important;
  background-color: transparent;
}

.subsite .wpforms-form .bannerheader h2 {
  padding: 10px !important;
}
.subsite .bannerheader.notoppadding h2 {
  margin-top: 0px !important;
}
.subsite .wpforms-container-full button[type="submit"]:not(:hover):not(:active),
.subsite .wpforms-form button[type="submit"] {
  color: white !important;
  background-color: var(--linkcolor)  !important;
  border: 2px solid var(--submain)  !important;
}
.subsite .wpforms-form button[type="submit"]:hover {
  background-color: var(--linkcolorhover)  !important;
  border: 2px solid var(--submain)  !important;
}
.subsite .wpforms-form .bannerheader h2 {
  padding: 10px !important;
}
div.wpforms-container-full * {
  font-size: 22px;
}

.subsite .wpforms-container legend.wpforms-field-label,
.subsite .wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.subsite .wpforms-container .wpforms-form .wpforms-field-sublabel {
  color: black;
}
.subsite .wpforms-container .wpforms-form .wpforms-field-description {
  font-size: 16px;
  /* line-height: 8px; */
  line-height: 16px;
  color: #8c8c8c;
  font-weight: 500;
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  background: #fffaf0;
  border-width: 0px 1px 1px;
  margin-top: 0px;
}

.subsite .wpforms-container .wpforms-form .agreementbox .wpforms-field-label {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
.subsite .wpforms-container .wpforms-form .agreementbox li label {
  visibility: hidden;
} 
.subsite .wpforms-container .wpforms-form .agreementbox li input:before {
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  display: block;
  position: relative;
  border-color: black;
  border-radius: 5px;
}
.subsite .wpforms-container .wpforms-form .agreementbox li input:after {
  width: 30px;
  height: 12px;
  top: 3px;
}
.subsite .wpforms-form input[type=checkbox] + .wpforms-field-label-inline,
.subsite .wpforms-form input[type=radio] + .wpforms-field-label-inline {
  font-size: 22px;
}
.subsite .wpforms-form input[type=checkbox] {width: 25px;height: 25px;}
.subsite .wpforms-form input[type=checkbox]::before {width: 25px;height: 25px;}
.subsite .wpforms-form input[type=checkbox]::after {width: 25px;height: 25px;}

.subsite .wpforms-form .container-medium .wpforms-field-description {
  max-width: 60%
}
.subsite .wpforms-form .container-small .wpforms-field-description {
  max-width: 25%
}

/*largetext */
.largetext div.wpforms-container-full .wpforms-field-sublabel,
.largetext .wp-core-ui div.wpforms-container-full .wpforms-field-sublabel {
  font-size: 16px;
}

.largetext .top-nav li,
.largetext .footer nav ul li,
.largetext .verybottom-footer .wrap,
.largetext .mandatory .wrap p,
.largetext .breadcrumb a,
.largetext.subsite .verybottom-footer,
.largetext .breadcrumb {
  font-size: 18px !important;
}
.largetext .wp-block-button.whitebutton .wp-block-button__link,
.largetext .team-members.wrap .emailaddy,
.largetext.page-home.subsite .member-info .emailaddy,
.largetext .outreach-block .member-info .emailaddy,
.largetext .team-members.wrap .favrecipe,
.largetext.page-home.subsite .member-info .favrecipe,
.largetext .outreach-block .member-info .favrecipe,
.largetext .news-article .time {
   font-size: 20px;
}
.largetext p,
.largetext .wp-block-table,
.largetext.body,
.largetext ol li,
.largetext ul li,
.largetext .team-members.wrap .position,
.largetext.page-home.subsite .position,
.largetext .outreach-block .position,
.largetext .wp-block-file,
.largetext .latest-news .wp-block-latest-posts__list a {
  font-size: 24px !important;
}

.largetext .purplebutton a,
.largetext #show-archives-link,
.largetext .wpforms-container-full button[type="submit"]:not(:hover):not(:active),
.largetext div.wpforms-container-full button[type="submit"]:hover,
.largetext.subsite .wpforms-container-full button[type="submit"]:not(:hover):not(:active),
.largetext.subsite .hero p,
.largetext.subsite a.button,
.largetext.subsite .wp-block-button__link,
.largetext.subsite .wpforms-container legend.wpforms-field-label,
.largetext.subsite .wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 26px !important;
}
.largetext .newsletter-choices li label,
.largetext.subsite #menu-main-menu li a {
  font-size: 28px !important;
}
.largetext .news-article .headline a {
  font-size: 32px !important;
}
.largetext .updates-banner h2,
.largetext .wp-block-cover.captel-solutions h3,
.largetext h3,.largetext .h3 {
  font-size: 36px !important;
}
.largetext h2, .largetext .h2,
.largetext .home-cover h1 {
  font-size: 38px !important;
}
.largetext .bannerheader h2 {
  font-size: 45px !important;
}
.largetext h1,.largetext .h1 {
  font-size: 48px !important;
}

.largetext .mandatory .wrap p {
  line-height: 22px;
}

/*xltext */
.xltext div.wpforms-container-full .wpforms-field-sublabel,
.xltext .wp-core-ui div.wpforms-container-full .wpforms-field-sublabel {
  font-size: 18px;
}

.xltext .top-nav li,
.xltext .footer nav ul li,
.xltext .verybottom-footer .wrap,
.xltext .mandatory .wrap p,
.xltext .breadcrumb a,
.xltext.subsite .verybottom-footer,
.xltext .breadcrumb {
  font-size: 20px !important;
}
.xltext .wp-block-button.whitebutton .wp-block-button__link,
.xltext .team-members.wrap .emailaddy,
.xltext.page-home.subsite .member-info .emailaddy,
.xltext .outreach-block .member-info .emailaddy,
.xltext .team-members.wrap .favrecipe,
.xltext.page-home.subsite .member-info .favrecipe,
.xltext .outreach-block .member-info .favrecipe,
.xltext .news-article .time {
   font-size: 22px;
}
.xltext p,
.xltext .wp-block-table,
.xltext.body,
.xltext ol li,
.xltext ul li,
.xltext .team-members.wrap .position,
.xltext.page-home.subsite .position,
.xltext .outreach-block .position,
.xltext .wp-block-file,
.xltext .latest-news .wp-block-latest-posts__list a {
  font-size: 26px !important;
}

.xltext .purplebutton a,
.xltext #show-archives-link,
.xltext .wpforms-container-full button[type="submit"]:not(:hover):not(:active),
.xltext div.wpforms-container-full button[type="submit"]:hover,
.xltext.subsite .wpforms-container-full button[type="submit"]:not(:hover):not(:active),
.xltext.subsite .hero p,
.xltext.subsite a.button,
.xltext.subsite .wp-block-button__link,
.xltext.subsite .wpforms-container legend.wpforms-field-label,
.xltext.subsite .wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 28px !important;
}
.xltext .newsletter-choices li label,
.xltext.subsite #menu-main-menu li a {
  font-size: 30px !important;
}
.xltext .news-article .headline a {
  font-size: 34px !important;
}
.xltext .updates-banner h2,
.xltext .wp-block-cover.captel-solutions h3,
.xltext h3,.largetext .h3 {
  font-size: 38px !important;
}
.xltext h2, .largetext .h2,
.xltext .home-cover h1 {
  font-size: 40px !important;
}
.xltext .bannerheader h2 {
  font-size: 48px !important;
}
.xltext h1,.largetext .h1 {
  font-size: 50px !important;
}


/*large xltext fixes */
.largetext #xltext {
  display: inline-block;
  top: -3px;
}
.largetext #largetext {
  display: none;
}
.largetext.subsite .text-size-buttons .shrinktext-button {
  color: #444444;
}
.xltext.subsite .text-size-buttons .growtext-button {
  color: #999999;
  pointer-events: none;
}
.largetext .mandatory .wrap p {
  line-height: 24px;
}
.xltext .mandatory .wrap p {
  line-height: 26px;
}
.xltext .navigation {
  padding: 15px 0px 0px;
}
.xltext .header-content .text-size-buttons button.growtext-button {
  color: var(--disabled);
  pointer-events: none;
}

.largetext .header-content .text-size-buttons button.shrinktext-button,
.xltext .header-content .text-size-buttons button.shrinktext-button{
color: white;
pointer-events: all;
}


/*responsive stuff */

@media only screen and (max-width: 1200px) {
  .wrap {
    width: calc(100% - 40px);
    padding: 0px 20px;
    margin: 0px auto;
  }
  .news-article.wrap {
    margin-bottom: 50px !important;
  }
  .page-home.subsite table td:first-child {
  white-space: wrap;
  width: 200px;
  padding-right: 10px;
  word-wrap: anywhere;
}
.contact-block {
  display: block;
}
ul#menu-main-site-footer-menu-1 {
  display: block;
}
ul#menu-main-site-footer-menu-1 > li,
ul#menu-footer-menu  > li {
  margin-bottom: 30px;
}
.team-members.wrap {
  width: calc(100% - 50px);
}
.team-members.wrap .emailaddy:before {
  content: 'Email';
  font-size: 18px;
  text-decoration: none !important;
  padding: 10px;
  background: white;
  border-radius: 10px;
  border: 1px solid var(--hampurple);
  display: block;
  width: 40px;
}
.team-members.wrap .emailaddy {
  font-size: 0px;
  text-decoration: none;
}

}
@media only screen and (max-width: 1024px) {
  #inner-footer {
    display: block;
  }
  .footer-logo {
    margin-top: 20px;
  }
  .team-member {
    display: block !important;
  }
  .wp-block-columns.business-listing,
  .wp-block-columns.equip-row,
  .dynamic-services .wp-block-cover .wp-block-columns,
  .subsite .static-services .wp-block-cover .wp-block-columns,
  .wp-block-columns.inner-services-block {
    display: block;
  }
  .dynamic-services .wp-block-cover .wp-block-columns .wp-block-column img,
  .static-services .wp-block-cover .wp-block-columns .wp-block-column img
   {
    display: block;
    margin: 20px auto 0px;
  }
  .hero .wp-block-columns {
      display: block;
    }
    .fadeup.inview  {
  animation: none;
}
.fadedown.inview  {
  animation: none;
}
.slideright.inview  {
  animation: none;
}
.slideleft.inview  {
  animation: none;
}
.rotating.inview  {
  animation: none;
}
}
@media only screen and (max-width: 835px) {
  .pagetop .header-logo {
    width: 190px;
    margin-top: 5px;
    filter: drop-shadow(2px 2px 4px var(--nearblack));
  }
  .navigation nav {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .top-nav {
    display: block;
    background: white;
  }
  .navigation {
    position: absolute;
    display: block;
    justify-self: unset;
    left: 0px;
    top: -300px;
    height: auto;
    width: 100%;
    padding-bottom: 0px;
    opacity: 0;
    transition: .3s ease-out all;
    display: none;
  }
  header .navigation.active {
    top: 72px;
    opacity: 1;
    display: block;
    padding: 0;
    box-shadow: 0px 12px 7px -10px #000;
    height: auto;
  }
  .header-content .share-buttons {
    border: 1px solid var(--hampurple);
    position: absolute;
    right: 10px;
    top: 80px;
    color: purple;
    background: white;
}
  .text-size-buttons {
    display: none;
  }
  .top-nav > li > a {
    color: black;
    padding: 10px 30px;
    border-top: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .top-nav > li {
    height: auto;
  }
  .top-nav > li > a::after {
    display: none
  }
  .mobile-search .search-field {
    border: none;
    padding: 13px 10px;
    width: 100%;
  }
  .mobile-search .search-field::placeholder {
      color: black;
      font-weight: 400;
      font-size: 15px;
  }
  .mobile-search input.search-submit {
    display: block;
    width: 30px;
    height: 30px;
    visibility: visible;
    font-size: 0px;
    background-image: url(/wp-content/themes/hamrelay/library/images/search.svg);
    background-size: 20px 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid black;
    margin: 5px 0px;
    left: 5px;
    position: relative;
  }
  .mobile-search-form {
      display: flex;
      margin: 0px 40px 0px 30px;
  }

  .mobile-search-form label {
      width: calc(100% - 30px);
  }
  .hide-header .header-content .phone-number,
  .hide-header .header-content .email-address,
  .header-content .phone-number,
  .header-content .email-address,
  .pagetop .header-content .phone-number,
  .pagetop .header-content .email-address{
    padding-top: 9px;
  }
.hamburger {
            display: block;
        background: transparent;
        border: 0;
        padding: 0px;
  }
.hamburger .inner {
    width: 30px;
    height: 27px;
    margin: 20px 0;
    position: relative;
    transition: var(--basetransition);
  }
  .hide-header .hamburger .inner {
    /* margin: 14px 0 0 0; */
    margin: 8px 0 0 0;
  }
.hamburger .inner span {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 2px;
    background-color: white;
    transition: top 0.2s ease-in-out 0.4s, transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s, left 0.2s ease-in-out;
  }
 .hamburger .inner span:nth-child(1) {
    top: 0;
  }
  .hamburger .inner span:nth-child(2), .hamburger .inner span:nth-child(4) {
    top: 10px;
  }
  .hamburger .inner span:nth-child(3) {
    top: 20px;
  }
  .hamburger.colapse-spin .inner span {
    transition: top 0.2s ease-in-out, transform 0.4s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
  }
 .hamburger.colapse-spin .inner span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
  }
  .hamburger.colapse-spin .inner span:nth-child(2) {
    top: 18px;
    opacity: 0;
  }
.hamburger.colapse-spin .inner span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
  }
 .hamburger.colapse-spin .inner {
    margin: 12px 0px;
  }
  .mobile-search {
    display: block;
    border-top: 1px solid black;;
    background: white;
}
  .header-search {
    display: none;
  }
  .home-cover h1 {
    margin: 0px 0px 0px;
    padding: 0px 0px 20px 0px;
  }
  .bannerheader h2 {
    font-size: 32px !important;
    line-height: 31px !important;
    margin: 25px 0 0px 10px !important;
  }
  .purplebutton a, #show-archives-link, .wpforms-container-full button[type="submit"]:not(:hover):not(:active), div.wpforms-container-full button[type="submit"]:hover, .subsite .wpforms-container-full button[type="submit"]:not(:hover):not(:active) {
    line-height: 1 !important;
  }
  .rotating.inview {
    animation: none;
  }
.shift-top-100 {
    display: none;
}
  ul#menu-footer-menu,
  ul#menu-main-site-footer-menu-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
  .team-members.wrap {
    display: block;
  }
  .team-members.wrap .team-member {
    margin-bottom: 30px;
  }
  .home-cover .wp-block-cover__image-background {
    display: none;
  }
  .wp-block-cover.hero img {
    opacity: .2;
  }
  .subsite .wp-block-cover.hero img {
    opacity: 1;
  }
  .subsite .header {
  position: fixed;
  max-width: 100%;
  z-index: 10;
  height: 30px;
}
.subsite .hamburger .inner {
    margin: 5px 0
}
.subsite-header-logo {
  display: none;
}
.subsite #container {
  display: block;
}
a.mobile-name {
  display: block;
  position: absolute;
  top: 13px;
  left: 60px;
  text-decoration: navajowhite;
  color: white;
  font-size: 26px;
  font-weight: 600;
}
#inner-content {
  margin-top: 70px;
}
.subsite header .navigation.active {
    top: 60px;
    opacity: 1;
    display: block;
    padding: 0;
    box-shadow: 0px 12px 7px -10px #000;
    background: white;
    position: absolute;
  }

.subsite .hamburger.colapse-spin .inner {
  margin-top: -4px;
}
.subsite #menu-main-menu li a {
  font-size: 20px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  padding: 10px 0 10px 15px;
  margin: 0px;
  color: var(--submain);
}
.subsite .inverted .search {
    background-color: grey;
}
.subsite .inverted .search .search-field {
    background: white;
    color: black;
}
.subsite #menu-main-menu li {
  padding: 0px;
  margin: 0px;
}
.page-home.subsite table tr {
  display: grid;
}
.page-home.subsite table tr td {
  padding: 4px 0 4px 20px;
}
.subsite #content {
  padding: 10px 10px 10px 10px;
}
.subsite .dynamic-services .wp-block-cover:nth-child(2n),
.subsite .static-services .wp-block-cover:nth-child(2n) {
  padding: 5px 5px 15px 5px;
}
.subsite .hero p {
  padding: 10px 0px;
}
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half, .wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-sixths, .wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fourths {
  width: 100%;
  padding: 0;
}
.subsite .wpforms-container legend.wpforms-field-label, .subsite .wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 20px;
}
.subsite ul.wp-block-list, .subsite ol.wp-block-list {
  padding-left: 0px;
}
ol.workslist li::before {
  font-size: 21px;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  margin-right: 10px;
}
.subsite .wpforms-container .wpforms-form .wpforms-field-description {
  line-height: 18px;
}
.parallax {
  display: none;
}

}

@media only screen and (max-width: 520px) {
  ul#menu-footer-menu,
  ul#menu-main-site-footer-menu-1 {
    display: block;
  }
   .wrap {
    width: calc(100% - 20px);
    padding: 0px 10px;
    margin: 0px auto;
  }
  .filter-controls {
    display: block;
    margin: 15px;
    width: calc(100% - 70px);
  }
  #connector.inview img.arrow {
  width: 30px;
  height: 100px;
}
}
