.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
overflow-x: hidden;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}
.clearfix{
content: "";
display: table;
clear: both;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: 'BaskervaldAdfStd','Georgia',serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 30px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} @font-face {
font-family: 'BaskervaldAdfStd';
src: url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-webfont.woff2) format('woff2'),
url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BaskervaldAdfStd';
src: url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-bold-webfont.woff2) format('woff2'),
url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-bold-webfont.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BaskervaldAdfStd';
src: url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-bolditalic-webfont.woff2) format('woff2'),
url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-bolditalic-webfont.woff) format('woff');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'BaskervaldAdfStd';
src: url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-heavy-webfont.woff2) format('woff2'),
url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-heavy-webfont.woff) format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BaskervaldAdfStd';
src: url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-heavyitalic-webfont.woff2) format('woff2'),
url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-heavyitalic-webfont.woff) format('woff');
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'BaskervaldAdfStd';
src: url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-italic-webfont.woff2) format('woff2'),
url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/css/fonts/baskervaldadfstd-italic-webfont.woff) format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
} .post-body-text a{color: #204E36}
.fadeInUp {
-webkit-animation-name: retrofittedFadeInUp;
animation-name: retrofittedFadeInUp;
animation-fill-mode: both;
}
.secondaryFadeInUp {
-webkit-animation-name: secondaryFadeInUp;
animation-name: secondaryFadeInUp;
animation-fill-mode: both;
animation-duration: .6s;
}
.absoluteCenterFadeInUp {
-webkit-animation-name: absCenterFadeInUp;
animation-name: absCenterFadeInUp;
animation-fill-mode: both;
animation-duration: .6s;
}
.top-section{
background: #204E36;
height: 100vh;
max-height: 510px;
min-height: 400px;
}
.section-content {
max-width: 1320px;
padding: 3em 30px;
width: calc(100% - 80px);
position: relative;
margin: 0 auto;
}
.top-section-content {
height: 100%;
}
.home-page-title{
font-family: 'BaskervaldAdfStd','Georgia',serif;
font-weight: 400;
font-size: 54px;
line-height: 95%;
margin: 0;
-webkit-animation-name: retrofittedFadeInUp;
animation-name: retrofittedFadeInUp;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.home-page-top-section-image{
position: absolute;
width: 45%;
max-width: 700px;
bottom: -70px;
right: -40px;
transition: right 0.25s ease-in-out;
-webkit-animation-name: retrofittedFadeInUp;
animation-name: retrofittedFadeInUp;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.top-section-content-text{
position: absolute;
bottom: 0;
left: 30px;
color: #fff;
font-family: 'BaskervaldAdfStd','Georgia',serif;
margin: 0;
width: calc(55% - 80px);
}
.home-page-top-description{
font-size: 19px;
line-height: 25px;
margin: 18px 0 26px 0;
-webkit-animation-name: retrofittedFadeInUp;
animation-name: retrofittedFadeInUp;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.section-action-button{
display: inline-block;
font-family: 'BaskervaldAdfStd','Georgia',serif;
padding: 10px 18px;
border: 2px solid #204E36;
color: #204E36;
text-decoration: none;
font-size: 18px;
font-weight: 700;
transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-animation-name: retrofittedFadeInUp;
animation-name: retrofittedFadeInUp;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-appearance: none;
cursor: pointer;
background: transparent;
border-radius: 0;
}
.section-action-button:hover{
background: #204E36;
color: #fff;
border: 2px solid #204E36;
}
.home-page-section{
background: #F7FBF9;
}
.about-section-content{
padding-top: 88px;
}
.section-title{
font-family: 'BaskervaldAdfStd','Georgia',serif;
font-weight: 400;
font-size: 38px;
margin: 0 0 16px 0;
color: #204E36;
}
.section-text{
font-family: 'BaskervaldAdfStd','Georgia',serif;
color: #000;
font-size: 16px;
margin: 0 0 28px 0;
max-width: 900px;
}
.get-involved-columns{
display: grid;
grid-template-columns: 31% 31% 31%;
grid-column-gap: 3.5%;
}
.get-involved-column-title::after {
content: "";
display: block;
background: #204E36;
height: 4px;
width: 60px;
position: absolute;
bottom: -10px;
left: 0;
}
.get-involved-column-title {
font-size: 22px;
font-family: 'BaskervaldAdfStd','Georgia',serif;
font-weight: 700;
margin: 0 0 28px 0;
position: relative;
color: #204E36;
}
.get-involved-section-text {
margin: 0 0 22px 0;
}
.get-involved-section-action-button {
font-size: 16px;
padding: 8px 16px;
}
.front-page-top-header, .mobile-menu-header{
top: 0;
position: absolute;
padding: 0 30px;
margin: 3em 0 0 0;
max-width: 1320px;
width: calc(100% - 80px);
left: 50%;
transform: translateX(-50%);
z-index: 1;
}
.mobile-menu-hamburger-button{
float: right;
padding: 0;
outline: none;
background: none;
line-height: 64px;
height: 64px;
-webkit-appearance: none;
border: none;
cursor: pointer;
}
.mobile-menu-hamburger-button svg {
margin: 20px 0 0 6px;
}
.mobile-menu-hamburger-button span{
float: left;
font-family: 'BaskervaldAdfStd','Georgia',serif;
font-size: 18px;
line-height: 64px;
letter-spacing: 0.065em;
text-transform: uppercase;
color: #F7FBF9;
}
.mobile-menu-hamburger-button.front-page-top-mobile-menu-hamburger-button,.mobile-menu-hamburger-button.close-mobile-menu-hamburger-button {
float: right;
position: unset;
line-height: 24px;
height: 24px;
margin: 28px 0;
}
.front-page-top-mobile-menu-hamburger-button span,.mobile-menu-hamburger-button.close-mobile-menu-hamburger-button span {
line-height: 24px;
}
.front-page-top-mobile-menu-hamburger-button svg,.mobile-menu-hamburger-button.close-mobile-menu-hamburger-button svg {
margin: 0 0 0 6px;
}
a.front-page-top-logo {
display: inline-block;
margin: 0;
padding: 0;
height: 80px;
}
.front-page-top-logo img{
height: 100%;
}
.visit-section-clearfix-content{
width: 100%;
position: relative;
}
.visit-section-address{
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 58%;
}
.visit-section-clearfix-content iframe{
float: right;
width: 40%;
height: 240px;
}
p.footer-text {
color: #F7FBF9;
margin: 8px 0;
font-size: 13px;
}
p.footer-text *{color:inherit;}
.site-footer{
background: #1A402C;
text-align: center;
color: #F7FBF9;
padding: 16px 0;
}
.page-title-section-content.section-content {
height: 100%;
padding: 0 30px;
}
header.page-title-section {
height: 420px;
position: relative;
background-color: #204E36;
z-index: 1;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(//mthistoricalsociety.com/wp-content/themes/mt-historical-society/static/img/page-header-bg.jpg);
}
header.page-title-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(65, 52, 50, 0.18);
z-index: 0;
}
.sticky-header-top-logo img {
height: 64px;
}
h1.page-title {
color: #fff;
font-size: 52px;
font-family: 'BaskervaldAdfStd','Georgia',serif;
margin: 0;
text-shadow: 0px 4px 4px rgba(65, 52, 50, 0.4);
text-align: center;
}
.page-title-content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
max-width: 600px;
width: 92%;
overflow-x: hidden;
}
div#content{margin-top:96px;}
.home div#content{margin-top:0}
h2.page-subtitle-above {
font-size: 24px;
margin: 0 auto 14px auto;
color: #F7FBF9;
width: fit-content;
font-weight: 400;
letter-spacing: 0.24em;
text-transform: uppercase;
position: relative;
display: table;
white-space: nowrap;
text-align: center;
text-shadow: 0px 2px 4px rgba(65, 52, 50, 0.35);
}
h2.page-subtitle-above::before, h2.page-subtitle-above::after {
content: "";
position: absolute;
height: 1px;
width: 100%;
top: 50%;
right: 110%;
background: #fff;
max-width: 20vw;
}
h2.page-subtitle-above::after {
left: 110%;
}
.main-page-section{min-height:calc(100vh - 516px)}
.post-footer-section-content{
padding: 20px 30px;
}
.entry-title a {
color: #204E36;
text-decoration: none;
font-size: 32px;
font-weight: 400;
}
h2.entry-title {
margin-bottom: 8px;
}
.entry-footer a {
color: #204E36;
font-weight: 700;
text-decoration: none;
font-size: 18px;
position: relative;
}
.entry-footer a::after {content: "";position: absolute;width: 100%;height: 3px;background: #204E36;left: 0;bottom: -10px;}
#page-body{width: 100%}
.mobile-menu-hamburger-button{
float: right;
padding: 0;
outline: none;
opacity: 1!important;
background: none;
line-height: 64px;
height: 64px;
}
.mobile-menu-hamburger-button:hover,.mobile-menu-hamburger-button:focus,.mobile-menu-hamburger-button:active{background:none}
#mobile-menu{
position: fixed;
top: -100vh;
left: 0;
height: 100%;
width: 100vw;
background: linear-gradient(180deg, #000000 22%, rgba(0, 0, 0, 0.85) 100%);
transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
z-index: 98;
overflow-y: auto;
}
#menu-content{
color: #fff;
margin: 200px auto 0 auto;
display: grid;
grid-column-gap: 2%;
grid-template-columns: 32% 32% 32%;
max-width: 1320px;
padding: 0 30px;
width: calc(100% - 80px);
}
.menu-content-section h2{
font-size: 2.2em;
color: #fff;
margin-bottom: 18px;
font-weight: 400;
}
.menu-section-links li{
display: block;
color: #fff;
font-size: 20px;
margin-bottom: 10px;
}
.menu-section-links li a{color:#fff;text-decoration:none}
.menu-section-links li a:hover{color:#fff}
.menu-content-section{
opacity: 0;
transform: translate3d(0, 12px, 0);
}
.show-menu-items .menu-content-section{
animation: showmenuitem 0.3s ease-in-out 1 forwards;
}
.menu-content-section:nth-of-type(1){
animation-delay: 0.52s;
}
.menu-content-section:nth-of-type(2){
animation-delay: 0.60s;
}
.menu-content-section:nth-of-type(3){
animation-delay: 0.68s;
}
@keyframes showmenuitem {
0%   {opacity: 0;transform: translate3d(0, 12px, 0);}
100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.hide-menu{
transform: translate3d(0,0,0);
opacity: 0;
}
.show-menu{
transform: translate3d(0,100vh,0);
opacity: 1;
}
hr.wp-block-separator.is-style-dots {
margin: 30px 0;
}
.wp-block-media-text h3 {
margin: 10px 0 0 0;
}
.wp-block-media-text h4 {
margin: 4px 0 0 0;
}
.wp-block-media-text p {
margin: 10px 0;
}
.front-page-top-header{
-webkit-animation-name: retrofittedFadeInDown;
animation-name: retrofittedFadeInDown;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 2;
margin: 32px 0 0 0;
}
@keyframes retrofittedFadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(-50%,-10px,0);
transform: translate3d(-50%,-10px,0)
}
to {
opacity: 1;
-webkit-transform: translate3d(-50%,0,0);
transform: translate3d(-50%,0,0)
}
}
@keyframes secondaryFadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0)
}
}
@keyframes absCenterFadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0)
}
}
.sticky-top-header{
top: 0;
position: fixed;
padding: 14px 30px;
margin: 0;
width: 100%;
left: 0;
z-index: 20;
background: #fff;
box-shadow: 0px 3px 4px rgba(31,31,31,0.1);
}
.sticky-top-header-content{
width: 100%;
max-width: 1260px;
margin: 0 auto;
}
.header-top-mobile-menu-hamburger-button span{color: #1f1f1f;}
.mobile-menu-search-form{
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 30%;
max-width: calc(100% - 200px);
margin: 16px 0;
}
.mobile-menu-search-wrapper{
width: calc(100% - 30px);
display: inline-block;
border-bottom: 2px solid #fff;
}
.mobile-menu-search-wrapper label{
height: 40px;
width: 24px;
float: left;
}
.mobile-menu-search-form svg{
margin: 8px 0;
}
input.mobile-menu-search-field{
background: none !important;
border-radius: 0;
border: 0;
width: calc(100% - 32px);
padding: 0;
line-height: 40px;
font-size: 20px;
float: left;
margin-left: 8px;
font-family: 'BaskervaldAdfStd','Georgia',serif;
color: #fff;
outline: none;
-webkit-appearance: none;
}
input.mobile-menu-search-field.homepage-search-field::placeholder{color:rgba(255,255,255,.8)}
.mobile-menu-search-submit{
float: right;
padding: 0;
line-height: 24px;
background: none !important;
height: 40px;
display: none;
opacity: 0;
-webkit-appearance: none;
border: none;
outline: none;
cursor: pointer;
}
input.mobile-menu-search-field::-webkit-search-decoration,
input.mobile-menu-search-field::-webkit-search-cancel-button,
input.mobile-menu-search-field::-webkit-search-results-button,
input.mobile-menu-search-field::-webkit-search-results-decoration {
-webkit-appearance:none;
}
@keyframes retrofittedFadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0)
}
}
ul.directory-page-menu{
display: grid;
grid-template-columns: 49% 49%;
grid-gap: 2%;
padding: 0;
}
.directory-page-menu .menu-item{
display: block;
height: 140px;
width: 100%;
background: #204E36;
border-radius: 6px;
transition: transform 0.15s ease-in-out;
}
.directory-page-menu .menu-item:hover{transform:scale(1.03)}
.directory-page-menu .menu-item a{
color: #fff;
text-decoration: none;
font-size: 22px;
display: block;
width: 100%;
height: 100%;
padding: 14px 22px;
line-height: 112px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.section-action-button *, .post-body-text .section-action-button a{
font: inherit;
color: inherit;
text-decoration: inherit;
}
@media only screen and (max-width: 767px){
ul.directory-page-menu{display:block}
.directory-page-menu .menu-item{margin-bottom:2%}
h2.page-subtitle-above {font-size: 20px;}
.mobile-menu-hamburger-button span{display:none}
.mobile-menu-search-form {
top: 106px;
left: 0;
transform:none;
width: 100%;
margin: 0;
padding: 0 30px;
max-width: none;
}
#menu-content{margin: 230px auto 0 auto;display: block;width:100%}
.menu-content-section{margin-bottom: 36px}
.top-section-content-text {
bottom: unset;
margin-top: 130px;
position: unset;
width: 100%;
}
.section-content {
width: 100%;
}
.front-page-top-header,.mobile-menu-header {
width: 100%;
margin-top: 36px;
}
.top-section {
max-height: unset;
min-height: unset;
height: 720px;
}
.home-page-top-section-image {
width: 90vw;
bottom: calc(90vw * (-880 / 1410) + 60px);
right: 0
}
.upper-section-content.section-content {
padding-top: 160px;
}
.get-involved-columns {
display: block;
}
.get-involved-column {
margin-bottom: 36px;
}
.get-involved-column-3 {
margin-bottom: 0;
}
.visit-section-address {
position: unset;
transform: none;
margin-bottom: 0px;
margin-top: 114px;
width: 100%;
}
.visit-section-clearfix-content iframe {
float: none;
width: 100%;
}
h1.page-title{font-size:40px}
.post-body-text h2 {
margin: 24px 0 8px 0;
}
.mobile-menu-search-form.homepage-search-form {
display: none;
}
}
.modern-form{
border: 2px solid #F7FBF9;
border-radius: 6px;
overflow: hidden;
}
.modern-form-content{
width: 100%;
margin: 0;
overflow:hidden;
height: 80vh;
position: relative;
}
.modern-form-page-content{
opacity: 0;
transform: translate3d(0,10px,0);
transition: transform 0.2s ease-in-out,opacity 0.2s ease-in-out;
height: calc(100% - 20px);
width: 100%;
overflow-y: auto;
position: absolute;
top: 10px;
padding: 20px 30px;
z-index: 1;
}
.modern-form-page-content.show-modern-form-page-content{
opacity: 1;
transform: translate3d(0,0,0);
z-index: 2;
}
span.wpcf7-list-item {
display: block;
line-height: 24px;
font-size: 15px;
}
.modern-form-page-content h2 {
margin: 0 0 20px 0;
}
select.wpcf7-form-control.wpcf7-select {
line-height: 24px;
font-size: 16px;
padding: 10px 8px;
margin-bottom: 16px;
max-width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
height: 120px;
margin-bottom: 16px;
font-size: 15px;
line-height: 23px;
-webkit-appearance: none;
border: 1px solid #204E36;
border-radius: 2px;
}
input.modern-form-main-button, a.modern-form-main-button, .modern-form-main-button {
-webkit-appearance: none;
display: inline-block;
font-family: 'BaskervaldAdfStd','Georgia',serif;
padding: 0 18px;
border: none;
color: #fff;
text-decoration: none;
font-size: 16px;
font-weight: 700;
background: #204E36;
line-height: 42px;
cursor: pointer;
border-radius: 0;
}
input.modern-form-secondary-button, a.modern-form-secondary-button, .modern-form-secondary-button {
-webkit-appearance: none;
display: inline-block;
font-family: 'BaskervaldAdfStd','Georgia',serif;
padding: 0 16px;
border: 2px solid #204E36 !important;
color: #204E36;
text-decoration: none;
font-size: 16px;
font-weight: 700;
background: #F7FBF9;
line-height: 38px;
cursor: pointer;
border-radius: 0;
margin-right: 8px;
}
input.wpcf7-form-control.wpcf7-text {
margin-bottom: 16px;
-webkit-appearance: none;
border: 1px solid #204E36;
border-radius: 2px;
font-size: 15px;
line-height: 23px;
width: 100%;
max-width: 400px;
}
.modern-form-page-content p {
margin-bottom: 0;
}
.display-none-important{display:none!important}
.modern-form-payment-page h2{
text-align: center;
}
.modern-form-payment-page span{
text-align: center;
display: block;
margin-bottom: 16px;
}
.modern-form-payment-page button{
-webkit-appearance: none;
border: none;
color: #fff;
height: 60px;
padding: 0 20px;
border-radius: 6px;
cursor: pointer;
text-align: center;
width: fit-content;
display: block;
margin: 0 auto;
}
.modern-form-payment-page button.paypal-button{
background: #00457C;
}
.modern-form-payment-page button.check-button{
background: #204E36;
margin-top: -16px;
}
.modern-form-payment-page button svg {
float: left;
height: 24px;
margin-top: 4px;
}
.modern-form-payment-page button span{
font-size: 18px;
float: left;
line-height: 36px;
margin: 0 0 0 10px;
}
@media only screen and (max-width: 350px){
.modern-form-page-content{padding: 20px 18px}
}
form#check-payment-form{display:none}
span#check-payment-amount,span#check-payment-transaction{display:inline}
textarea.wpcf7-form-control.wpcf7-textarea.brick-text {
height: 31px;
overflow-y: hidden;
margin-bottom: 0;
overflow-x: auto;
overflow-wrap: unset;
white-space: normal;
background-image: url("data:image/svg+xml,%3Csvg width='20' height='28' viewBox='0 0 20 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='19.5' y1='2.18557e-08' x2='19.5' y2='28' stroke='%23204E36'/%3E%3C/svg%3E%0A");
background-repeat: repeat-x;
background-position: 20px center;
font-family: 'Courier New', Courier, monospace;
letter-spacing: 11.8px;
text-transform: uppercase;
width: 314px;
resize: none;
padding: 0px 3px;
line-height: 29px;
}
span.remaining-characters {
display: block;
}
div#extra-brick-text-lines {
margin-top: 16px;
}
.display-none{display:none}
.wp-block-table td, .wp-block-table th {
padding: 12px 16px;
}
ul.menu-section-links {
padding: 0;
}
.top-section-slide {
width: calc(100vw - 140px);
max-width: 1260px;
margin: 0 8px;
opacity: 0.8;
transition: opacity 0.3s ease-in-out,transform 0.3s ease-in-out;
position: relative;
background-position: center 40%;
background-size: cover;
background-color: #fff;
transform: scale(0.95);
outline: none;
}
.top-section-slide.slick-slide.slick-current.slick-active.slick-center {
opacity: 1;
transform: scale(1);
}
.top-section-slider {
position: absolute;
top: 150px;
width: 100%;
height: 100vh;
max-height: 410px;
min-height: 320px;
}
button.slick-arrow {
position: absolute;
top: calc(50% - 20px);
z-index: 90;
height: 40px;
width: 40px;
overflow: hidden;
color: transparent;
background-color: rgba(0,0,0,.8);
border: none;
border-radius: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,.1);
background-position: center;
background-repeat: no-repeat;
background-size: 30px;
cursor: pointer;
outline: none;
transition: background-color 0.2s ease-in-out;
}
button.slick-arrow:hover{background-color:rgba(0,0,0,1);}
button.slick-prev.slick-arrow {
left: 10px;
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z' fill='white'/%3E%3C/svg%3E%0A");
}
button.slick-next.slick-arrow {
right: 10px;
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0001 6L8.59009 7.41L13.1701 12L8.59009 16.59L10.0001 18L16.0001 12L10.0001 6Z' fill='white'/%3E%3C/svg%3E%0A");
}
.slick-track {
height: 100%;
}
.slick-list {
height: 100%;
}
.slider-info-box {
padding: 24px;
position: absolute;
bottom: 0;
right: 0;
width: 60%;
max-height: 100%;
overflow-y: auto;
background: rgba(255,255,255,.95);
}
h1.slider-info-header {
margin: 0 0 8px 0;
font-size: 34px;
color: #204E36;
font-weight: 400;
line-height: 40px;
}
p.slider-info-description {
color: #000;
margin: 0;
}
.section-action-button.top-section-action-button {
border-color: #1A402C;
color: #204E36;
margin: 16px 0 0 0;
}
.section-action-button.top-section-action-button:hover {
color: #fff;
}
@media only screen and (min-width:1420px){
button.slick-next.slick-arrow {right: calc((100vw - 1400px) / 2);}
button.slick-prev.slick-arrow {left: calc((100vw - 1400px) / 2);}
}
.footer-section-content.section-content{
padding: 14px 30px;
}
ul#footer-widgets {
display: grid;
grid-template-columns: 32% 32% 32%;
grid-gap: 10px 2%;
margin: 0;
padding: 0;
}
#footer-widgets li.widget {
display: block;
}
h2.widgettitle {
font-size: 20px;
text-align: left;
margin: 0 0 8px 0;
}
#footer-widgets li.widget_nav_menu li.menu-item {
display: block;
text-align: left;
margin: 0 0 4px 0;
list-style: none;
}
#footer-widgets li.widget_nav_menu ul.menu {
list-style: none;
margin: 0;
padding: 0;
}
#footer-widgets li.widget_nav_menu li.menu-item a {
color: #fff;
text-decoration: none;
font-size: 16px;
}
.footer-section-content.section-content {
padding: 14px 30px;
}
#footer-widgets .widget_media_image img {
max-height: 100px;
width: auto;
float: right;
}
#footer-widgets li.widget_media_image::after {content: "";clear: both;display: table;}
@media only screen and (max-width:767px){
.top-section-slide {
width: calc(100vw - 60px);
}
.slider-info-box{
width: 100%;
}
.top-section-slider {
height: 680px;
max-height:unset;
}
ul#footer-widgets{
display: block;
}
#footer-widgets .widget_media_image img{
float:left;
}
}